* gcc.c-torture/compile/20000211-3.c: New test.

From-SVN: r31934
This commit is contained in:
Robert Lipe 2000-02-11 22:26:41 +00:00 committed by Jeff Law
parent ddcc2adeb9
commit ed3b04804d
2 changed files with 14 additions and 0 deletions

View file

@ -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.

View file

@ -0,0 +1,10 @@
void f_clos(int x)
{
switch(x) {
default:
mumble:
}
}