[Bug c++/59635] [c++1y] ICE with auto and ... as lambda parameter

2014-01-06 Thread abutcher at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59635

--- Comment #2 from Adam Butcher abutcher at gcc dot gnu.org ---
Author: abutcher
Date: Mon Jan  6 18:22:19 2014
New Revision: 206368

URL: http://gcc.gnu.org/viewcvs?rev=206368root=gccview=rev
Log:
Fix PR c++/59635

PR c++/59635
* cp/lambda.c (maybe_add_lambda_conv_op): Handle marking conversion
function as unimplemented for generic lambdas with varargs.

* g++.dg/cpp1y/pr59635.C: New testcase.

Added:
trunk/gcc/testsuite/g++.dg/cpp1y/pr59635.C
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/lambda.c
trunk/gcc/testsuite/ChangeLog


[Bug c++/59635] [c++1y] ICE with auto and ... as lambda parameter

2014-01-06 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59635

Volker Reichelt reichelt at gcc dot gnu.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED
   Target Milestone|--- |4.9.0

--- Comment #3 from Volker Reichelt reichelt at gcc dot gnu.org ---
Fixed for GCC 4.9.0 by Adam's patch.


[Bug c++/59635] [c++1y] ICE with auto and ... as lambda parameter

2013-12-30 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59635

Volker Reichelt reichelt at gcc dot gnu.org changed:

   What|Removed |Added

   Keywords||ice-on-valid-code
 CC||abutcher at gcc dot gnu.org
  Known to fail||4.9.0

--- Comment #1 from Volker Reichelt reichelt at gcc dot gnu.org ---
Adam, this looks like your domain, would you mind having a look?