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
/
pr35083.c
blob
c765d325432e67ac503d1c5c1124c462a2257b32
1
/* { dg-options "-O2 -mno-80387" } */
2
/* { dg-do compile } */
3
/* { dg-require-effective-target ilp32 } */
4
5
float
test
(
unsigned int
x
)
6
{
7
return
(
float
)
x
;
8
}