PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr65990.c
blob0ec8fadacf7140afd5c40d5f8aaa10fd29ff5350
1 /* { dg-do compile } */
2 /* { dg-options "-mtune=btver2 -mmemcpy-strategy=rep_8byte:-1:noalign" }
4 /* { dg-error "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