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-unreachable-1.c
blob
28e48392ed1e2b9c6fd0e2b90eff944bf432d63d
1
/* Test unreachable not defined in <stddef.h> for C11. */
2
/* { dg-do preprocess } */
3
/* { dg-options "-std=c11 -pedantic-errors" } */
4
5
#include <stddef.h>
6
7
#ifdef unreachable
8
#error
"unreachable defined"
9
#endif