[Bug c++/60920] Crash on double template header due to default template parameter

2019-02-15 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60920

Paolo Carlini  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
   Target Milestone|--- |8.0

--- Comment #4 from Paolo Carlini  ---
Fixed by the patch which fixed c++/85264.

[Bug c++/60920] Crash on double template header due to default template parameter

2014-04-22 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60920

Jonathan Wakely  changed:

   What|Removed |Added

   Keywords||ice-on-invalid-code
 Status|UNCONFIRMED |NEW
   Last reconfirmed||2014-04-22
 Ever confirmed|0   |1

--- Comment #3 from Jonathan Wakely  ---
The invalid partial specialization should be rejected


[Bug c++/60920] Crash on double template header due to default template parameter

2014-04-22 Thread a71104 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60920

--- Comment #2 from a71104 at gmail dot com ---
Additional: I'm using the `-Wall` and `--std=c++11` compiler options.


[Bug c++/60920] Crash on double template header due to default template parameter

2014-04-22 Thread a71104 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60920

--- Comment #1 from a71104 at gmail dot com ---
Sorry, I formatted the code like I was posting to GitHub in Markdown. :P