Merged revisions 209304,209307,209332,209338-209339,209343,209346,209351,209354,20936...
[official-gcc.git] / gcc-4_9 / gcc / testsuite / gcc.target / i386 / pr60868.c
blobc30bbfc18366175aa2f52749b73a60477da73f35
1 /* { dg-do compile } */
2 /* { dg-options "-O0 -minline-all-stringops -minline-stringops-dynamically -march=core2" } */
4 void bar (float *);
6 void foo (void)
8 float b[256] = {0};
9 bar(b);