PR middle-end/77357 - strlen of constant strings not folded
[official-gcc.git] / gcc / testsuite / gcc.dg / tree-ssa / pr71179.c
blob5948376a75ab2c2ad7f148299604aed11207f2fc
1 /* { dg-do compile } */
2 /* { dg-options "-O3 -ffast-math -Wno-psabi" } */
4 typedef float __m128 __attribute__ ((__vector_size__ (16), __may_alias__));
6 __m128 foo (__m128 a)
8 return a + a;