[Bug c++/80908] [c++1z] ICE on instantiating a template deducing the noexcept-ness of a function pointer

2017-10-14 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80908

Paolo Carlini  changed:

   What|Removed |Added

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

--- Comment #4 from Paolo Carlini  ---
Essentially a Dup of that bug, thus fixed in 7.2.0. I added the testcase
anyway.

[Bug c++/80908] [c++1z] ICE on instantiating a template deducing the noexcept-ness of a function pointer

2017-10-14 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80908

--- Comment #3 from paolo at gcc dot gnu.org  ---
Author: paolo
Date: Sat Oct 14 20:35:36 2017
New Revision: 253763

URL: https://gcc.gnu.org/viewcvs?rev=253763=gcc=rev
Log:
2017-10-14  Paolo Carlini  

PR c++/80908
* g++.dg/cpp1z/noexcept-type18.C: New.

Added:
trunk/gcc/testsuite/g++.dg/cpp1z/noexcept-type18.C
Modified:
trunk/gcc/testsuite/ChangeLog

[Bug c++/80908] [c++1z] ICE on instantiating a template deducing the noexcept-ness of a function pointer

2017-05-29 Thread rs2740 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80908

TC  changed:

   What|Removed |Added

 CC||rs2740 at gmail dot com

--- Comment #2 from TC  ---
Also bug 80384. This is apparently an extension intended to be supported.

[Bug c++/80908] [c++1z] ICE on instantiating a template deducing the noexcept-ness of a function pointer

2017-05-29 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80908

Martin Liška  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Last reconfirmed||2017-05-29
 CC||jason at gcc dot gnu.org,
   ||marxin at gcc dot gnu.org
 Ever confirmed|0   |1

--- Comment #1 from Martin Liška  ---
Confirmed, the ICE started with r241944.