[Bug c++/88875] [9 regression] initializer_list and explicit ctor

2019-01-18 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88875 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/88875] [9 regression] initializer_list and explicit ctor

2019-01-18 Thread jason at gcc dot gnu.org
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

[Bug c++/88875] [9 regression] initializer_list and explicit ctor

2019-01-17 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88875 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug c++/88875] [9 regression] initializer_list and explicit ctor

2019-01-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88875 Jakub Jelinek changed: What|Removed |Added Priority|P3 |P1 CC|

[Bug c++/88875] [9 regression] initializer_list and explicit ctor

2019-01-16 Thread nathan at gcc dot gnu.org
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.

[Bug c++/88875] [9 regression] initializer_list and explicit ctor

2019-01-16 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88875 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org --- Comment

[Bug c++/88875] [9 regression] initializer_list and explicit ctor

2019-01-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88875 Richard Biener changed: What|Removed |Added Keywords||rejects-valid Status|UNCONF