[Bug c++/59912] [C++1y] ICE when deducing return type for specialized functions

2018-02-16 Thread reichelt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59912

Volker Reichelt  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #3 from Volker Reichelt  ---
Duplicate of PR84080 which got fixed on 2018-02-13 by rejecting the code (at
least for now, see comment #3).

*** This bug has been marked as a duplicate of bug 84080 ***

[Bug c++/59912] [C++1y] ICE when deducing return type for specialized functions

2014-12-05 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59912

Jonathan Wakely redi at gcc dot gnu.org changed:

   What|Removed |Added

   Severity|major   |normal

--- Comment #2 from Jonathan Wakely redi at gcc dot gnu.org ---
This also crashes clang++ and EDG!


[Bug c++/59912] [C++1y] ICE when deducing return type for specialized functions

2014-03-23 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59912

Volker Reichelt reichelt at gcc dot gnu.org changed:

   What|Removed |Added

   Keywords||ice-on-valid-code
 Status|UNCONFIRMED |NEW
   Last reconfirmed||2014-03-23
 CC||reichelt at gcc dot gnu.org
 Ever confirmed|0   |1
  Known to fail||4.8.0, 4.9.0

--- Comment #1 from Volker Reichelt reichelt at gcc dot gnu.org ---
Confirmed.