Commit 4280a26f by Dale Johannesen Committed by Dale Johannesen

movq.c: New.

2005-06-07  Dale Johannesen  <dalej@apple.com>

	* gcc.target/i386/movq.c:  New.

From-SVN: r100741
parent f66eb2af
2005-06-07 Dale Johannesen <dalej@apple.com>
* gcc.target/i386/movq.c: New.
2005-06-07 Dale Johannesen <dalej@apple.com>
* gcc.dg/20050607-1.c: New.
2005-06-07 Jakub Jelinek <jakub@redhat.com>
......
/* { dg-do compile { target "i?86*-*-*" } }
/* { dg-options "-Os -march=pentium4 -mtune=prescott" } */
register char foo asm("edi");
char x;
int bar() {
foo = x;
}
/* { dg-final { scan-assembler "movz" } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment