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
/
c90-noreturn-1.c
blob
87b832e067b00fd81bdf5ffd6d66fe54f66cbce1
1
/* Test _Noreturn not in C90. */
2
/* { dg-do compile } */
3
/* { dg-options "-std=iso9899:1990 -pedantic-errors" } */
4
5
_Noreturn
void
f
(
void
);
/* { dg-error "ISO C90 does not support '_Noreturn'" } */