https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81525
--- Comment #5 from Jason Merrill ---
(In reply to Jason Merrill from comment #4)
> Modified:
> branches/gcc-7-branch/gcc/cp/ChangeLog
> branches/gcc-7-branch/gcc/cp/pt.c
Reverted for now, as 7.2 is frozen.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81525
--- Comment #4 from Jason Merrill ---
Author: jason
Date: Wed Aug 9 20:17:55 2017
New Revision: 251001
URL: https://gcc.gnu.org/viewcvs?rev=251001&root=gcc&view=rev
Log:
PR c++/81525 - wrong constant value with generic lambda
*
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81525
--- Comment #3 from Jason Merrill ---
Author: jason
Date: Wed Aug 9 19:21:49 2017
New Revision: 250999
URL: https://gcc.gnu.org/viewcvs?rev=250999&root=gcc&view=rev
Log:
PR c++/81525 - wrong constant value with generic lambda
*
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81525
--- Comment #2 from Jason Merrill ---
The bug is that GCC is replacing the auto with the implicit template argument
of the generic lambda.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81525
Jason Merrill changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81525
Richard Biener changed:
What|Removed |Added
Keywords||wrong-code
Priority|P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81525
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|