Commit 395fe6d2 authored by dalej's avatar dalej
Browse files

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

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


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100741 138bc75d-0d04-0410-961f-82ee72b054a4
parent 60a48853
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.
......
/* { 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