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
/
pr22576.c
blob
083fbf648c9631f6de576ba0178571b95c2dd710
1
/* PR target/22576 */
2
/* Testcase reduced by Volker Reichelt */
3
/* { dg-do compile } */
4
/* { dg-options "-ffast-math" } */
5
6
int
7
foo
(
long double
d
)
8
{
9
return
d
==
0
;
10
}