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
Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git]
/
old-autovect-branch
/
gcc
/
testsuite
/
gcc.dg
/
noncompile
/
20041207.c
blob
0d02da9090a17bf8c6139dba212bf6582e970a4e
1
/* PR18867 - ICE on a switch controlling expressions with an
2
invalid type. Origin: Serge Belyshev <belyshev@lubercy.com> */
3
4
void
f
()
5
{
6
float
x
;
7
switch
(
x
) {
case
0
:
break
;};
/* { dg-error "not an integer" } */
8
}