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
libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
c23-float-11.c
blob
17f42da5c877d55cd221e6248944166a16f22e87
1
/* Test INFINITY macro. Test when infinities not supported. */
2
/* { dg-do compile { target { ! inff } } } */
3
/* { dg-options "-std=c23" } */
4
5
#include <float.h>
6
7
#ifdef INFINITY
8
#error
"INFINITY defined"
9
#endif