[Bug ipa/92454] [10 Regression] ICE: Segmentation fault (in identify_dead_nodes)

2019-11-11 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92454 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug ipa/92454] [10 Regression] ICE: Segmentation fault (in identify_dead_nodes)

2019-11-11 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92454 Richard Biener changed: What|Removed |Added Target Milestone|--- |10.0

[Bug ipa/92454] [10 Regression] ICE: Segmentation fault (in identify_dead_nodes)

2019-11-11 Thread hubicka at ucw dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92454 --- Comment #2 from Jan Hubicka --- This is the usual problem of trying to process node with no summary attached to it. The following fixes the ICE, but I am not sure if there is a cleaner approach. Martin, i suppose the issue here is with thunk

[Bug ipa/92454] [10 Regression] ICE: Segmentation fault (in identify_dead_nodes)

2019-11-11 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92454 --- Comment #3 from Martin Jambor --- I think the patch is (In reply to Jan Hubicka from comment #2) > This is the usual problem of trying to process node with no summary > attached to it. The following fixes the ICE, but I am not sure if there >

[Bug ipa/92454] [10 Regression] ICE: Segmentation fault (in identify_dead_nodes)

2019-11-12 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92454 Martin Jambor changed: What|Removed |Added Assignee|hubicka at gcc dot gnu.org |jamborm at gcc dot gnu.org --- C

[Bug ipa/92454] [10 Regression] ICE: Segmentation fault (in identify_dead_nodes)

2019-11-12 Thread hubicka at ucw dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92454 --- Comment #5 from Jan Hubicka --- > I've bootstrapped the patch and am going to commit it. Thanks, in meanwhile I bootstrapped it too :)

[Bug ipa/92454] [10 Regression] ICE: Segmentation fault (in identify_dead_nodes)

2019-11-13 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92454 --- Comment #6 from Martin Jambor --- Author: jamborm Date: Wed Nov 13 14:12:58 2019 New Revision: 278142 URL: https://gcc.gnu.org/viewcvs?rev=278142&root=gcc&view=rev Log: Add a few missing checks that IPA_NODE_REF is not NULL (PR 92454) 2019-

[Bug ipa/92454] [10 Regression] ICE: Segmentation fault (in identify_dead_nodes)

2019-11-13 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92454 Martin Jambor changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---