]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/pr92768.c
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / pr92768.c
CommitLineData
81884594
JJ
1/* PR tree-optimization/92768 */
2/* { dg-options "-O2 -fno-signed-zeros -fdump-tree-optimized -w -Wno-psabi" } */
56b4b16e
RS
3
4typedef float v4sf __attribute__((vector_size(16)));
5v4sf f () { return (v4sf) { 0.0, -0.0, 0.0, -0.0 }; }
6
7/* { dg-final { scan-tree-dump {{ 0\.0, -0\.0, 0\.0, -0\.0 }} "optimized" } } */