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
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
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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69323
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org,
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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69323
Andrew Pinski changed:
What|Removed |Added
Keywords||ice-on-valid-code
Status|UNC