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
Require target lra in gcc.dg/pr108095.c
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
c11-float-8.c
blob
7fb1e0a56833a4612771de3214c9ae06b719f1e2
1
/* Test __STDC_VERSION_FLOAT_H__ not in C11. */
2
/* { dg-do preprocess } */
3
/* { dg-options "-std=c11 -pedantic-errors" } */
4
5
#include <float.h>
6
7
#ifdef __STDC_VERSION_FLOAT_H__
8
#error
"__STDC_VERSION_FLOAT_H__ defined"
9
#endif