[Bug c++/107555] Never constructed object destroyed during exception handling

2022-11-08 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107555 --- Comment #7 from Jonathan Wakely --- (In reply to Boris Kolpackov from comment #6) > I was under the impression that only something runnable would be useful, but https://gcc.gnu.org/bugs/#need > if all that's need is a preprocessed translat

[Bug c++/107555] Never constructed object destroyed during exception handling

2022-11-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107555 Andrew Pinski changed: What|Removed |Added Status|WAITING |UNCONFIRMED Ever confirmed|1

[Bug c++/107555] Never constructed object destroyed during exception handling

2022-11-08 Thread boris at kolpackov dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107555 --- Comment #6 from Boris Kolpackov --- I was under the impression that only something runnable would be useful, but if all that's need is a preprocessed translation unit, then that's no problem at all. I've also attached the translation unit wi

[Bug c++/107555] Never constructed object destroyed during exception handling

2022-11-08 Thread boris at kolpackov dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107555 --- Comment #5 from Boris Kolpackov --- Created attachment 53850 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53850&action=edit Preprocessed translation unit with workaround

[Bug c++/107555] Never constructed object destroyed during exception handling

2022-11-08 Thread boris at kolpackov dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107555 --- Comment #4 from Boris Kolpackov --- Created attachment 53849 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53849&action=edit Preprocessed translation unit

[Bug c++/107555] Never constructed object destroyed during exception handling

2022-11-08 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107555 --- Comment #3 from Jonathan Wakely --- Just the preprocessed .ii file for the one translation unit compile-rule.cxx is all that's needed. The bug reporting instructions don't say you have to minimise it (though that's certainly preferred) but

[Bug c++/107555] Never constructed object destroyed during exception handling

2022-11-08 Thread boris at kolpackov dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107555 --- Comment #2 from Boris Kolpackov --- There is a way to reproduce it but it requires building the actual source code rather than a minimal reproducer. It's not that difficult. Should I provide the instructions?

[Bug c++/107555] Never constructed object destroyed during exception handling

2022-11-08 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107555 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|