Commit 371f495a by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

re PR c/18867 (ICE on invalid switch quantity)

	PR c/18867
	* gcc.dg/noncompile/20041207.c: Fix typo in dg directive.

From-SVN: r91861
parent 893f1e87
2004-12-08 Hans-Peter Nilsson <hp@bitrange.com>
PR c/18867
* gcc.dg/noncompile/20041207.c: Fix typo in dg directive.
2004-12-07 Steven Bosscher <stevenb@suse.de>
* gcc.dg/noncompile/20041207.c: New test.
......
......@@ -4,5 +4,5 @@
void f()
{
float x;
switch (x) {case 0: break;}; /* {dg-error "not an integer" } */
switch (x) {case 0: break;}; /* { dg-error "not an integer" } */
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment