stmt.c (expand_start_case): Call emit_queue ().

* stmt.c (expand_start_case): Call emit_queue ().

	* gcc.c-torture/execute/20030313-1.c: New test.

From-SVN: r64578
This commit is contained in:
Jakub Jelinek 2003-03-19 13:43:02 +01:00 committed by Jakub Jelinek
parent a4bbf7579c
commit 0cae45eb31
3 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2003-03-19 Jakub Jelinek <jakub@redhat.com>
* stmt.c (expand_start_case): Call emit_queue ().
2003-03-19 Jakub Jelinek <jakub@redhat.com>
* ifcvt.c (dead_or_predicable): Fail if there are any references

View File

@ -4464,6 +4464,7 @@ expand_start_case (exit_flag, expr, type, printname)
nesting_stack = thiscase;
do_pending_stack_adjust ();
emit_queue ();
/* Make sure case_stmt.start points to something that won't
need any transformation before expand_end_case. */

View File

@ -1,3 +1,7 @@
2003-03-19 Jakub Jelinek <jakub@redhat.com>
* gcc.c-torture/execute/20030313-1.c: New test.
2003-03-19 Jakub Jelinek <jakub@redhat.com>
* gcc.dg/20030309-1.c: New test.