[Bug libstdc++/86292] Missing exception safety when constructing vector from input iterator pair

2018-08-08 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86292 Jonathan Wakely changed: What|Removed |Added Target Milestone|7.4 |6.5 --- Comment #9 from Jonathan Wakel

[Bug libstdc++/86292] Missing exception safety when constructing vector from input iterator pair

2018-08-08 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86292 --- Comment #8 from Jonathan Wakely --- Author: redi Date: Wed Aug 8 15:40:37 2018 New Revision: 263419 URL: https://gcc.gnu.org/viewcvs?rev=263419&root=gcc&view=rev Log: PR libstdc++/86292 fix exception safety of std::vector constructor Backp

[Bug libstdc++/86292] Missing exception safety when constructing vector from input iterator pair

2018-08-07 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86292 Jonathan Wakely changed: What|Removed |Added Target Milestone|8.2 |7.4 --- Comment #7 from Jonathan Wakel

[Bug libstdc++/86292] Missing exception safety when constructing vector from input iterator pair

2018-08-07 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86292 --- Comment #6 from Jonathan Wakely --- Author: redi Date: Tue Aug 7 22:50:33 2018 New Revision: 263379 URL: https://gcc.gnu.org/viewcvs?rev=263379&root=gcc&view=rev Log: PR libstdc++/86292 fix exception safety of std::vector constructor Backp

[Bug libstdc++/86292] Missing exception safety when constructing vector from input iterator pair

2018-07-04 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86292 Jonathan Wakely changed: What|Removed |Added Target Milestone|9.0 |8.2 --- Comment #5 from Jonathan Wakel

[Bug libstdc++/86292] Missing exception safety when constructing vector from input iterator pair

2018-07-04 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86292 --- Comment #4 from Jonathan Wakely --- Author: redi Date: Wed Jul 4 11:44:45 2018 New Revision: 262386 URL: https://gcc.gnu.org/viewcvs?rev=262386&root=gcc&view=rev Log: PR libstdc++/86292 fix exception safety of std::vector constructor Backp

[Bug libstdc++/86292] Missing exception safety when constructing vector from input iterator pair

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

[Bug libstdc++/86292] Missing exception safety when constructing vector from input iterator pair

2018-06-25 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86292 --- Comment #2 from Jonathan Wakely --- Author: redi Date: Mon Jun 25 16:46:33 2018 New Revision: 262029 URL: https://gcc.gnu.org/viewcvs?rev=262029&root=gcc&view=rev Log: PR libstdc++/86292 fix exception safety of std::vector constructor

[Bug libstdc++/86292] Missing exception safety when constructing vector from input iterator pair

2018-06-23 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86292 Jonathan Wakely changed: What|Removed |Added Keywords||wrong-code Status|UNCONFIR