This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/31081] [4.3 Regression] Inliner messes up SSA for abnormals
- From: "kuba at et dot pl" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Oct 2007 22:34:37 -0000
- Subject: [Bug tree-optimization/31081] [4.3 Regression] Inliner messes up SSA for abnormals
- References: <bug-31081-6528@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from kuba at et dot pl 2007-10-22 22:34 -------
(In reply to comment #3)
> A regression hunt on powerpc-linux identified:
>
> http://gcc.gnu.org/viewcvs?view=rev&rev=120373
>
> r120373 | hubicka | 2007-01-03 01:12:56 +0000 (Wed, 03 Jan 2007)
>
This patch causes error because it changes order of passes; pass_build_ssa is
much earlier and we have inlining in ssa. This is correct (I think), and this
patch is OK. Problem is (probably) in inliner.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31081