Update concepts branch to revision 131834
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / movq.c
blobac0dfa2d94d163c119e955cfe4cb69b201cfa8f6
1 /* { dg-do compile }
2 /* { dg-options "-Os -march=pentium4 -mtune=prescott" } */
3 /* { dg-require-effective-target ilp32 } */
5 register char foo asm("edi");
6 char x;
7 int bar() {
8 foo = x;
10 /* { dg-final { scan-assembler "movz" } } */