Commit 1f58da7f by Tom Tromey Committed by Tom Tromey

gcc.c (handle_braces): In {x*...} case, break out of loop if switch is found.

	* gcc.c (handle_braces): In {x*...} case, break out of loop if
	switch is found.

From-SVN: r32784
parent 13eb1f7f
2000-03-27 Tom Tromey <tromey@cygnus.com>
* gcc.c (handle_braces): In {x*...} case, break out of loop if
switch is found.
Tue Mar 28 11:55:48 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* expr.c (store_constructor): SIZE now signed.
......
......@@ -4778,6 +4778,7 @@ next_member:
&& check_live_switch (i, hard_match_len))
{
present = 1;
break;
}
}
}
......
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