]> gcc.gnu.org Git - gcc.git/commit
re PR middle-end/36191 (can't use complex in a eh region if non-call-exceptions is...
authorJakub Jelinek <jakub@gcc.gnu.org>
Mon, 29 Dec 2008 18:25:19 +0000 (19:25 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 29 Dec 2008 18:25:19 +0000 (19:25 +0100)
commit04be6ff5a8e2709d4b474375a65c0868258abdcd
treed72f82cac0cb96faec875085d1d3a9b6077f8ae7
parent67d0afe9011dfe0e010113694e4577451855075a
re PR middle-end/36191 (can't use complex in a eh region if non-call-exceptions is enabled)

PR c++/36191
* tree-complex.c (expand_complex_libcall): Call
maybe_clean_or_replace_eh_stmt and gimple_purge_dead_eh_edges
instead of passing true as 3rd argument to gsi_replace.

* g++.dg/torture/pr36191.C: New test.

From-SVN: r142950
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/torture/pr36191.C [new file with mode: 0644]
gcc/tree-complex.c
This page took 0.053611 seconds and 5 git commands to generate.