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
* gcc.dg/stack-check-5.c: Skip with -fstack-protector.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
c99-noreturn-1.c
blob
4cbc513595eccf4f678ec1c5dc44c5ff09e167ff
1
/* Test _Noreturn not in C99. */
2
/* { dg-do compile } */
3
/* { dg-options "-std=iso9899:1999 -pedantic-errors" } */
4
5
_Noreturn
void
f
(
void
);
/* { dg-error "ISO C99 does not support '_Noreturn'" } */