[Bug tree-optimization/31081] [4.3 Regression] Inliner messes up SSA for abnormals
kuba at et dot pl
gcc-bugzilla@gcc.gnu.org
Mon Oct 22 22:34:00 GMT 2007
------- 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
More information about the Gcc-bugs
mailing list