repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git]
/
old-autovect-branch
/
gcc
/
testsuite
/
gcc.target
/
i386
/
movq.c
blob
ac0dfa2d94d163c119e955cfe4cb69b201cfa8f6
1
/* { dg-do compile }
2
/* { dg-options "-Os -march=pentium4 -mtune=prescott" } */
3
/* { dg-require-effective-target ilp32 } */
4
5
register
char
foo
asm
(
"edi"
);
6
char
x
;
7
int
bar
() {
8
foo
=
x
;
9
}
10
/* { dg-final { scan-assembler "movz" } } */