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
Update concepts branch to revision 131834
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
pr32389.c
blob
24c27674ccab114d4a946fd49fbe0982e7561236
1
/* Testcase by Mike Frysinger <vapier@gentoo.org> */
2
3
/* { dg-do compile } */
4
/* { dg-require-effective-target ilp32 } */
5
/* { dg-options "-msse" } */
6
7
double
f1
();
8
int
f2
() {
9
__builtin_ia32_stmxcsr
();
10
return
f1
();
11
}