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
mips.h (ISA_HAS_DSP, [...]): New macros.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr28796-2.c
blob
6a9eff827b76e1b611005736be224c36f55866e0
1
/* { dg-do run } */
2
/* { dg-options "-O2 -funsafe-math-optimizations -fno-finite-math-only" } */
3
/* { dg-options "-mieee -O2 -funsafe-math-optimizations -fno-finite-math-only" { target alpha*-*-* } } */
4
5
#include
"tg-tests.h"
6
7
int
main
(
void
)
8
{
9
return
main_tests
();
10
}