[Bug c++/55639] Partial nested template specialization leads to segmentation fault of g++

2017-06-28 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55639 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/55639] Partial nested template specialization leads to segmentation fault of g++

2017-06-28 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55639 --- Comment #4 from Jason Merrill --- Author: jason Date: Wed Jun 28 19:41:49 2017 New Revision: 249754 URL: https://gcc.gnu.org/viewcvs?rev=249754&root=gcc&view=rev Log: PR c++/55639 - partial specialization with ::template * p

[Bug c++/55639] Partial nested template specialization leads to segmentation fault of g++

2017-06-27 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55639 Jason Merrill changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c++/55639] Partial nested template specialization leads to segmentation fault of g++

2012-12-10 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55639 --- Comment #3 from Paolo Carlini 2012-12-10 14:23:16 UTC --- It is, it is.

[Bug c++/55639] Partial nested template specialization leads to segmentation fault of g++

2012-12-10 Thread veksler at il dot ibm.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55639 Michael Veksler changed: What|Removed |Added CC||veksler at il dot ibm.com ---

[Bug c++/55639] Partial nested template specialization leads to segmentation fault of g++

2012-12-10 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55639 --- Comment #1 from Paolo Carlini 2012-12-10 13:40:18 UTC --- The issue is the 'template' keyword in: SomeClass::template Fun without it, the code is accepted (ICC also accepts it). I'm pretty sure this is a Dup of another issue we al