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
2018-06-05 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
no-math-errno-2.c
blob
f44a997cad37c40f3d4a3a088371d1cd682af35c
1
/* Test __NO_MATH_ERRNO__ is defined with -ffast-math. */
2
/* { dg-do compile } */
3
/* { dg-options "-ffast-math" } */
4
5
#ifndef __NO_MATH_ERRNO__
6
#error
"__NO_MATH_ERRNO__ not defined"
7
#endif