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
* gcc.dg/stack-check-5.c: Skip with -fstack-protector.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr46585.c
blob
32befdfb069b33f6c3ee0dd0e4adb4c19886361f
1
/* { dg-do compile { target powerpc*-*-* ia64-*-* i?86-*-* x86_64-*-* } } */
2
/* { dg-options "-fno-dce -fschedule-insns -fselective-scheduling" } */
3
void
4
foo
(
void
)
5
{
6
switch
(
0
)
7
{
8
default
:
9
break
;
10
}
11
}