[Bug tree-optimization/56029] [4.8 Regression] ICE: verify_gimple failed, location references block not in block tree

2013-01-18 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56029 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug tree-optimization/56029] [4.8 Regression] ICE: verify_gimple failed, location references block not in block tree

2013-01-18 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56029 --- Comment #7 from Jakub Jelinek 2013-01-18 20:24:49 UTC --- Author: jakub Date: Fri Jan 18 20:24:34 2013 New Revision: 195304 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195304 Log: PR tree-optimization/56029 * tr

[Bug tree-optimization/56029] [4.8 Regression] ICE: verify_gimple failed, location references block not in block tree

2013-01-18 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56029 Jakub Jelinek changed: What|Removed |Added AssignedTo|rguenth at gcc dot gnu.org |jakub at gcc dot gnu.org --- Co

[Bug tree-optimization/56029] [4.8 Regression] ICE: verify_gimple failed, location references block not in block tree

2013-01-18 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56029 --- Comment #5 from Jakub Jelinek 2013-01-18 16:54:56 UTC --- Created attachment 29209 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29209 gcc48-pr56029.patch The bug is that neither reserve_phi_args_for_new_edge nor remove_phi_ar

[Bug tree-optimization/56029] [4.8 Regression] ICE: verify_gimple failed, location references block not in block tree

2013-01-18 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56029 --- Comment #4 from Richard Biener 2013-01-18 13:14:28 UTC --- Created attachment 29204 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29204 somewhat reduced testcase Somewhat reduced testcase.

[Bug tree-optimization/56029] [4.8 Regression] ICE: verify_gimple failed, location references block not in block tree

2013-01-18 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56029 --- Comment #3 from Richard Biener 2013-01-18 13:02:40 UTC --- (In reply to comment #2) > It's the PHI arg location of > > constant 0> > > as seen after IPA inline transform. > > Ah ... > > FOR_EACH_PHI_ARG (arg_p, p

[Bug tree-optimization/56029] [4.8 Regression] ICE: verify_gimple failed, location references block not in block tree

2013-01-18 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56029 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug tree-optimization/56029] [4.8 Regression] ICE: verify_gimple failed, location references block not in block tree

2013-01-18 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56029 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.8.0 --- Comment #1 from Rich