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
2013-09-12 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
parse
/
else-2.C
blob
7f0b23cd701d2819895348015a431af96b374fbf
1
// { dg-do compile }
2
// { dg-options " " }
3
4
int f()
5
{
6
7
else // { dg-error "'else' without a previous 'if'" }
8
{
9
return 0;
10
}
11
}