* gcc.c-torture/compile/20000211-3.c: New test.
From-SVN: r31934
This commit is contained in:
parent
ddcc2adeb9
commit
ed3b04804d
2 changed files with 14 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Fri Feb 11 12:35:40 2000 Robert Lipe <robertl@sco.com>
|
||||
|
||||
* gcc.c-torture/compile/20000211-3.c: New test.
|
||||
|
||||
Fri Feb 11 12:35:40 2000 Martin Buchholz <martin@xemacs.org>
|
||||
|
||||
* gcc.c-torture/compile/20000211-2.c: New test.
|
||||
|
|
10
gcc/testsuite/gcc.c-torture/compile/20000211-3.c
Normal file
10
gcc/testsuite/gcc.c-torture/compile/20000211-3.c
Normal file
|
@ -0,0 +1,10 @@
|
|||
void f_clos(int x)
|
||||
|
||||
{
|
||||
switch(x) {
|
||||
default:
|
||||
mumble:
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Add table
Reference in a new issue