[Bug debug/80234] [7 Regression] ICE in splice_child_die at dwarfout.c:5265

2017-04-06 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80234 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug debug/80234] [7 Regression] ICE in splice_child_die at dwarfout.c:5265

2017-04-06 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80234 --- Comment #5 from Jakub Jelinek --- Author: jakub Date: Thu Apr 6 20:46:29 2017 New Revision: 246743 URL: https://gcc.gnu.org/viewcvs?rev=246743=gcc=rev Log: PR debug/80234 * dwarf2out.c (gen_member_die): Handle C++17 inline

[Bug debug/80234] [7 Regression] ICE in splice_child_die at dwarfout.c:5265

2017-03-29 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80234 --- Comment #4 from Jakub Jelinek --- Created attachment 41075 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41075=edit gcc7-pr80234.patch Untested fix.

[Bug debug/80234] [7 Regression] ICE in splice_child_die at dwarfout.c:5265

2017-03-29 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80234 --- Comment #3 from Jakub Jelinek --- (In reply to tim from comment #0) > The code snippet is about as minimal as I can get it and still reproduce the > error. If I make the destructor non-virtual or get rid of the definition of >

[Bug debug/80234] [7 Regression] ICE in splice_child_die at dwarfout.c:5265

2017-03-28 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80234 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug debug/80234] [7 Regression] ICE in splice_child_die at dwarfout.c:5265

2017-03-28 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80234 Richard Biener changed: What|Removed |Added Priority|P3 |P1 Component|c++