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
[C++ PATCH] Deprecate -ffriend-injection
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr28796-2.c
blob
f56a5d4a4449fbdb2df5eac7f8ec8075c908502f
1
/* { dg-do run } */
2
/* { dg-options "-O2 -funsafe-math-optimizations -fno-finite-math-only -DUNSAFE" } */
3
/* { dg-add-options ieee } */
4
/* { dg-skip-if "No Inf/NaN support" { spu-*-* } } */
5
6
#include
"tg-tests.h"
7
8
int
main
(
void
)
9
{
10
return
main_tests
();
11
}