[Bug c++/106812] Throwing a non-copyable exception

2024-12-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106812 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/106812] Throwing a non-copyable exception

2022-10-14 Thread chgros at coverity dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106812 Charles-Henri Gros changed: What|Removed |Added CC||chgros at coverity dot com --- Com

[Bug c++/106812] Throwing a non-copyable exception

2022-09-19 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106812 --- Comment #3 from Marek Polacek --- The difference between #3 and not-#3 is that without the NSDMI, S isn't TYPE_NEEDS_CONSTRUCTING, which makes a difference in initialize_handler_parm: 339 /* If the constructor for the catch parm exits vi

[Bug c++/106812] Throwing a non-copyable exception

2022-09-19 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106812 Marek Polacek changed: What|Removed |Added Ever confirmed|0 |1 CC|

[Bug c++/106812] Throwing a non-copyable exception

2022-09-02 Thread jens.maurer at gmx dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106812 --- Comment #1 from Jens Maurer --- Cross-reference: clang bug https://github.com/llvm/llvm-project/issues/57519