From 6f21ff3ed8e443469a52c3e97865c3548253764d Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Mon, 11 Aug 2008 12:23:08 +0200 Subject: re PR rtl-optimization/36998 (Ada bootstrap broken on i586-*-*) PR rtl-optimization/36998 * dwarf2out.c (compute_barrier_args_size_1, compute_barrier_args_size): Temporarily remove assertions. * gcc.dg/pr36998.c: New test. From-SVN: r138951 --- gcc/dwarf2out.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'gcc/dwarf2out.c') diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index ced629d..c13c523 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -1281,9 +1281,6 @@ compute_barrier_args_size_1 (rtx insn, HOST_WIDE_INT cur_args_size, barrier_args_size [INSN_UID (dest)] = cur_args_size; VEC_safe_push (rtx, heap, *next, dest); } - else - gcc_assert (barrier_args_size[INSN_UID (dest)] - == cur_args_size); } } @@ -1341,8 +1338,6 @@ compute_barrier_args_size (void) { /* The insns starting with this label have been already scanned or are in the worklist. */ - gcc_assert (barrier_args_size[INSN_UID (insn)] - == cur_args_size); break; } } -- cgit v1.1