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
* g++.dg/other/i386-2.C (dg-options): Add -mavx512pf.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
asm-1.c
blob
cd60a09bd7fe40e9c8168f35aa91196fefdef7bf
1
/* { dg-do compile } */
2
/* { dg-require-effective-target ia32 } */
3
/* { dg-options "" } */
4
5
register
unsigned int
EAX
asm
(
"r14"
);
/* { dg-error "register name" } */
6
7
void
foo
()
8
{
9
EAX
=
0
;
10
}