[Bug c++/78689] [7 Regression] ICE (segfault) within cleanup_dead_labels

2017-02-03 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78689 Jason Merrill changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/78689] [7 Regression] ICE (segfault) within cleanup_dead_labels

2017-02-03 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78689 --- Comment #7 from Jason Merrill --- Author: jason Date: Fri Feb 3 22:42:37 2017 New Revision: 245172 URL: https://gcc.gnu.org/viewcvs?rev=245172=gcc=rev Log: PR c++/78689 - ICE on constructor with label gcc/ * tree-inline.c

[Bug c++/78689] [7 Regression] ICE (segfault) within cleanup_dead_labels

2017-02-03 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78689 --- Comment #6 from Jason Merrill --- (In reply to Jakub Jelinek from comment #4) > _ZN1XCI21WEi emitted in _ZN1XCI21WEi comdat, without _ZN1XCI11WEi alias, > which has the argument only in GCC (bug?), e.g. as seen with -O0 saves 3 > arguments

[Bug c++/78689] [7 Regression] ICE (segfault) within cleanup_dead_labels

2017-01-31 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78689 --- Comment #5 from Jakub Jelinek --- *** Bug 79297 has been marked as a duplicate of this bug. ***