repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.dg
/
noncompile
/
20020130-1.c
blob
d820e062e719289abc8d3e0ea30208c1c4a927ab
1
/* Test for ICE when using typedef for bad type. */
2
/* Origin: Joseph Myers <jsm28@cam.ac.uk>. */
3
4
void
5
foo
(
void
)
6
{
7
typedef
int
t
[
x
];
/* { dg-error "undeclared|function" "x undeclared" } */
8
t bar
;
9
}