[Bug c++/99858] Wrong throw-expression behaviour with reference to pointer

2025-05-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99858 --- Comment #5 from Andrew Pinski --- I think this is a dup of bug 23257.

[Bug c++/99858] Wrong throw-expression behaviour with reference to pointer

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

[Bug c++/99858] Wrong throw-expression behaviour with reference to pointer

2022-06-10 Thread foom at fuhm dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99858 James Y Knight changed: What|Removed |Added CC||foom at fuhm dot net --- Comment #3 fro

[Bug c++/99858] Wrong throw-expression behaviour with reference to pointer

2021-04-01 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99858 --- Comment #2 from Jonathan Wakely --- As requested by https://gcc.gnu.org/bugs/ please provide code, not just a URL. Reduced: extern "C" int printf(const char*, ...); int main() try { try { throw (void*)1; } catch (void*& ptr

[Bug c++/99858] Wrong throw-expression behaviour with reference to pointer

2021-04-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99858 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|