https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88875
Jason Merrill changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88875
--- Comment #4 from Jason Merrill ---
Author: jason
Date: Fri Jan 18 20:35:57 2019
New Revision: 268085
URL: https://gcc.gnu.org/viewcvs?rev=268085&root=gcc&view=rev
Log:
PR c++/88875 - error with explicit list constructor.
In my patch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88875
Jason Merrill changed:
What|Removed |Added
Status|NEW |ASSIGNED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88875
Jakub Jelinek changed:
What|Removed |Added
Priority|P3 |P1
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88875
--- Comment #2 from Nathan Sidwell ---
That change looks suspicious in its own right -- it ends up mutating the
initializer during the adding of overload candidates.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88875
Marek Polacek changed:
What|Removed |Added
CC||mpolacek at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88875
Richard Biener changed:
What|Removed |Added
Keywords||rejects-valid
Status|UNCONF