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
Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr54355.c
blob
0a0b7fa970e9eab129243549a67809444f822809
1
/* PR c/54355 */
2
/* { dg-do compile } */
3
4
void
5
foo
(
int
i
)
6
{
7
switch
(
i
)
8
{
9
case
0
:
T x
>
/* { dg-error "(label|unknown type|expected)" } */
10
}
11
}
/* { dg-error "expected" } */