[Bug c++/69323] [4.9/5/6 Regression] Segmentation fault when instantiating class template with inner class which declares itself as a friend

2016-02-24 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69323 Jason Merrill changed: What|Removed |Added Keywords|ice-on-valid-code |ice-on-invalid-code Status|N

[Bug c++/69323] [4.9/5/6 Regression] Segmentation fault when instantiating class template with inner class which declares itself as a friend

2016-02-24 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69323 --- Comment #8 from Jason Merrill --- Author: jason Date: Wed Feb 24 19:56:09 2016 New Revision: 233682 URL: https://gcc.gnu.org/viewcvs?rev=233682&root=gcc&view=rev Log: PR c++/69323 - errors * friend.c (make_friend_class): Lik

[Bug c++/69323] [4.9/5/6 Regression] Segmentation fault when instantiating class template with inner class which declares itself as a friend

2016-02-24 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69323 --- Comment #7 from Jason Merrill --- Author: jason Date: Wed Feb 24 19:56:03 2016 New Revision: 233681 URL: https://gcc.gnu.org/viewcvs?rev=233681&root=gcc&view=rev Log: PR c++/69323 - valid * pt.c (instantiate_class_template_1

[Bug c++/69323] [4.9/5/6 Regression] Segmentation fault when instantiating class template with inner class which declares itself as a friend

2016-02-24 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69323 --- Comment #6 from Jason Merrill --- Author: jason Date: Wed Feb 24 19:55:45 2016 New Revision: 233679 URL: https://gcc.gnu.org/viewcvs?rev=233679&root=gcc&view=rev Log: PR c++/69323 - valid * pt.c (instantiate_class_template_1

[Bug c++/69323] [4.9/5/6 Regression] Segmentation fault when instantiating class template with inner class which declares itself as a friend

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

[Bug c++/69323] [4.9/5/6 Regression] Segmentation fault when instantiating class template with inner class which declares itself as a friend

2016-01-16 Thread bd at jollyrogerlabs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69323 --- Comment #4 from Brian Davis --- Created attachment 37381 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37381&action=edit Preprocessed file generated by g++ 4.9.2 on the same source file Here's the preprocessed file used on 4.9.2; the

[Bug c++/69323] [4.9/5/6 Regression] Segmentation fault when instantiating class template with inner class which declares itself as a friend

2016-01-16 Thread bd at jollyrogerlabs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69323 --- Comment #3 from Brian Davis --- I just ran downstairs and used this to break g++ 4.9.2 running on Ubuntu 15.04 as well, using my original source file. Here's the compiler version string, and I'll attach the preprocessed file: $ g++ --versio

[Bug c++/69323] [4.9/5/6 Regression] Segmentation fault when instantiating class template with inner class which declares itself as a friend

2016-01-16 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69323 Andrew Pinski changed: What|Removed |Added Keywords||ice-on-valid-code Status|UNC