Merge branches/gcc-4_9-branch rev 225109.
[official-gcc.git] / gcc-4_9-branch / gcc / testsuite / gcc.target / i386 / pr65990.c
blobc0e5bb6fdf7e32f2b7e186f9e77dae6dfeac75d4
1 /* { dg-do compile } */
2 /* { dg-options "-mtune=btver2 -mmemcpy-strategy=rep_8byte:-1:noalign" }
4 /* { dg-error "stringop strategy name rep_8byte specified for option -mmemcpy_strategy= not supported for 32-bit code" "" { target ia32 } 0 } */
6 struct U9
8 unsigned a[9];
9 };
11 struct U9 u9;
13 void
14 foo ()
16 u9 = (struct U9) {
17 .a = {
18 0xFF,
19 0xFF,
20 0xFF,
21 0xFF,
22 0xFF,
23 0xFF,
24 0xFF,
25 0xFF,
26 0xFF