[Bug c++/85577] list-initialization chooses initializer-list constructor

2023-04-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85577 Andrew Pinski changed: What|Removed |Added CC||fchelnokov at gmail dot com --- Comment

[Bug c++/85577] list-initialization chooses initializer-list constructor

2022-06-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85577 Andrew Pinski changed: What|Removed |Added CC||benni at stuerz dot xyz --- Comment #10

[Bug c++/85577] list-initialization chooses initializer-list constructor

2020-09-20 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85577 Jonathan Wakely changed: What|Removed |Added CC||amir.ahmed.ansari at outlook dot c

[Bug c++/85577] list-initialization chooses initializer-list constructor

2019-11-06 Thread thiago at kde dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85577 Thiago Macieira changed: What|Removed |Added CC||thiago at kde dot org --- Comment #8 f

[Bug c++/85577] list-initialization chooses initializer-list constructor

2019-06-04 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85577 Jonathan Wakely changed: What|Removed |Added CC||dushistov at mail dot ru --- Comment #

[Bug c++/85577] list-initialization chooses initializer-list constructor

2019-01-12 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85577 Jonathan Wakely changed: What|Removed |Added CC||isj-bugzilla at i1 dot dk --- Comment

[Bug c++/85577] list-initialization chooses initializer-list constructor

2018-06-13 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85577 Jonathan Wakely changed: What|Removed |Added CC||sabetaytoros at gmail dot com --- Comm

[Bug c++/85577] list-initialization chooses initializer-list constructor

2018-06-07 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85577 Jonathan Wakely changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/85577] list-initialization chooses initializer-list constructor

2018-06-06 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85577 --- Comment #3 from Jonathan Wakely --- To construct an A you'd need to add: A() = default; But this might actually be INVALID, due to Core DR 2137. I'll look into it tomorrow.

[Bug c++/85577] list-initialization chooses initializer-list constructor

2018-06-06 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85577 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org --- Comment

[Bug c++/85577] list-initialization chooses initializer-list constructor

2018-04-30 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85577 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|