]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
stmt.c (expand_start_case): Call emit_queue ().
authorJakub Jelinek <jakub@redhat.com>
Wed, 19 Mar 2003 12:43:02 +0000 (13:43 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 19 Mar 2003 12:43:02 +0000 (13:43 +0100)
* stmt.c (expand_start_case): Call emit_queue ().

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

From-SVN: r64578

gcc/ChangeLog
gcc/stmt.c
gcc/testsuite/ChangeLog

index 5e4f9c7af44023b915cc46412ffd15c302ac2860..3449fec285a9e571ccfc54784ceec7436ab7d794 100644 (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
index 05705e7e6315186e5891c92eae27917c8eb744e2..3fdcbeea5d35373766c633101f4e1248ac60e683 100644 (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.  */
index fc3c1abada9f26f26c66684594a66f5d81b1aa68..e2a81bf5e4ffb83af246337ec7d08e30aaf82de6 100644 (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.