[Bug tree-optimization/70965] [7 Regression] ICE on released SSA name during IPA SRA

2016-11-25 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70965 Martin Jambor changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug tree-optimization/70965] [7 Regression] ICE on released SSA name during IPA SRA

2016-11-25 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70965 --- Comment #9 from Martin Jambor --- Author: jamborm Date: Fri Nov 25 09:49:19 2016 New Revision: 242867 URL: https://gcc.gnu.org/viewcvs?rev=242867=gcc=rev Log: [PR 70965] Schedule extra rebuild_cgraph_edges 2016-11-25 Martin Jambor

[Bug tree-optimization/70965] [7 Regression] ICE on released SSA name during IPA SRA

2016-11-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70965 --- Comment #8 from Jakub Jelinek --- Created attachment 40053 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40053=edit gcc7-pr70965.patch This untested patch fixes the ICE, but the question is if it is the right spot to do that, or if

[Bug tree-optimization/70965] [7 Regression] ICE on released SSA name during IPA SRA

2016-11-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70965 Jakub Jelinek changed: What|Removed |Added CC||hubicka at gcc dot gnu.org,

[Bug tree-optimization/70965] [7 Regression] ICE on released SSA name during IPA SRA

2016-11-15 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70965 --- Comment #6 from Jakub Jelinek --- Reduced testcase: struct A {}; struct B {}; struct C { using p = int *; template using ra = A; }; struct J : C { template struct K { typedef C::ra o; }; }; template struct D { struct H : J::K::o { H

[Bug tree-optimization/70965] [7 Regression] ICE on released SSA name during IPA SRA

2016-11-15 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70965 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #5

[Bug tree-optimization/70965] [7 Regression] ICE on released SSA name during IPA SRA

2016-07-29 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70965 David Binderman changed: What|Removed |Added CC||amacleod at redhat dot com ---

[Bug tree-optimization/70965] [7 Regression] ICE on released SSA name during IPA SRA

2016-06-08 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70965 --- Comment #3 from David Binderman --- Still broken over a month later in gcc trunk dated 20160608.

[Bug tree-optimization/70965] [7 Regression] ICE on released SSA name during IPA SRA

2016-05-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70965 Richard Biener changed: What|Removed |Added Component|c++ |tree-optimization Target