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
svn merge -r102224:107263 svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-3_4-branch
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
noreturn-6.c
blob
eb1fd243773c47c9674ae3f9f02f3720e4a097ef
1
/* { dg-do compile } */
2
/* Check for volatile behaviour. */
3
extern
int
xxx
(
void
);
4
volatile extern
int
xxx
(
void
);
/* { dg-error "not compatible" } */