This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/41313] r150553 causes g++.dg/tree-prof/partition1.C compilation and execution test failures on *-apple-darwin*
- From: "mrs at apple dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Oct 2009 20:55:31 -0000
- Subject: [Bug c++/41313] r150553 causes g++.dg/tree-prof/partition1.C compilation and execution test failures on *-apple-darwin*
- References: <bug-41313-11113@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #32 from mrs at apple dot com 2009-10-05 20:55 -------
I suspect the other case is simply:
if (flag_exceptions)
flag_reorder_blocks_and_partition = 0;
be added, just like the code for flag_unwind_tables. I suspect this, as the
testcase is *.C.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41313