summaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
diff options
context:
space:
mode:
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2008-08-11 10:23:08 +0000
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2008-08-11 10:23:08 +0000
commit9badce91cc53e29aade9780980e9820c87a92ab6 (patch)
treec37d761eabe053eb2b2b0c05c01f513d304ffbf2 /gcc/dwarf2out.c
parentf1e19e82eb61ea213e34f977b094999b12ea1c5a (diff)
downloadgcc-9badce91cc53e29aade9780980e9820c87a92ab6.tar.gz
PR rtl-optimization/36998
* dwarf2out.c (compute_barrier_args_size_1, compute_barrier_args_size): Temporarily remove assertions. * gcc.dg/pr36998.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138951 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/dwarf2out.c')
-rw-r--r--gcc/dwarf2out.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c
index ced629dfda7..c13c523b88f 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;
}
}