aboutsummaryrefslogtreecommitdiff
path: root/gcc/stmt.c
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2003-03-14 18:53:51 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2003-03-14 18:53:51 +0100
commitf43f4314a1be5a27f1c7319fcefc48dfaf4dd99f (patch)
treee8d3c4a109e1504e00f3b630af3d77abf0494764 /gcc/stmt.c
parent4526753facce4534d59a191ca1a8ba4a80e8e582 (diff)
downloadgcc-f43f4314a1be5a27f1c7319fcefc48dfaf4dd99f.zip
gcc-f43f4314a1be5a27f1c7319fcefc48dfaf4dd99f.tar.gz
gcc-f43f4314a1be5a27f1c7319fcefc48dfaf4dd99f.tar.bz2
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: r64366
Diffstat (limited to 'gcc/stmt.c')
-rw-r--r--gcc/stmt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/stmt.c b/gcc/stmt.c
index ea21a6d..7e5ff1a 100644
--- a/gcc/stmt.c
+++ b/gcc/stmt.c
@@ -4431,6 +4431,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. */