[Bug c++/63194] [5 Regression] ICE in maybe_explain_implicit_delete, at cp/method.c:1552

2014-10-11 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63194

Jason Merrill  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #4 from Jason Merrill  ---
Fixed.


[Bug c++/63194] [5 Regression] ICE in maybe_explain_implicit_delete, at cp/method.c:1552

2014-10-10 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63194

--- Comment #3 from Jason Merrill  ---
Author: jason
Date: Sat Oct 11 02:26:33 2014
New Revision: 216114

URL: https://gcc.gnu.org/viewcvs?rev=216114&root=gcc&view=rev
Log:
PR c++/63194
* method.c (defaulted_late_check): Call maybe_instantiate_noexcept.

Added:
trunk/gcc/testsuite/g++.dg/cpp0x/noexcept25.C
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/method.c


[Bug c++/63194] [5 Regression] ICE in maybe_explain_implicit_delete, at cp/method.c:1552

2014-09-10 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63194

Markus Trippelsdorf  changed:

   What|Removed |Added

   Keywords||ice-on-valid-code

--- Comment #2 from Markus Trippelsdorf  ---
Actually started with r209907 aka DR 1351.


[Bug c++/63194] [5 Regression] ICE in maybe_explain_implicit_delete, at cp/method.c:1552

2014-09-09 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63194

Markus Trippelsdorf  changed:

   What|Removed |Added

   Target Milestone|--- |5.0


[Bug c++/63194] [5 Regression] ICE in maybe_explain_implicit_delete, at cp/method.c:1552

2014-09-06 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63194

Markus Trippelsdorf  changed:

   What|Removed |Added

  Known to work||4.8.3, 4.9.0
Summary|[4.9/5 Regression] ICE in   |[5 Regression] ICE in
   |maybe_explain_implicit_dele |maybe_explain_implicit_dele
   |te, at cp/method.c:1552 |te, at cp/method.c:1552
  Known to fail||5.0

--- Comment #1 from Markus Trippelsdorf  ---
Actually gcc-4.9 compiles the testcase without any warning.