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
PR middle-end/27945
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
20031223-1.c
blob
a022bf2ecf44fabc985857fdc3b1666e3b80ea88
1
/* PR c/11995 */
2
/* The following test used to ICE after an error message
3
because GCC was trying to expand the trees to rtl. */
4
5
/* { dg-do compile } */
6
/* { dg-options "" } */
7
8
void
f
()
9
{
10
l
:
int
;
/* { dg-error "" } */
11
}