[Bug c++/93413] Destructor definition not found during constant evaluation

2022-11-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93413 Andrew Pinski changed: What|Removed |Added CC||kacper.slominski72 at gmail dot co

[Bug c++/93413] Destructor definition not found during constant evaluation

2022-07-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93413 Andrew Pinski changed: What|Removed |Added CC||benni at stuerz dot xyz --- Comment #8 f

[Bug c++/93413] Destructor definition not found during constant evaluation

2022-07-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93413 --- Comment #7 from Andrew Pinski --- *** Bug 106287 has been marked as a duplicate of this bug. ***

[Bug c++/93413] Destructor definition not found during constant evaluation

2022-02-22 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93413 Andrew Pinski changed: What|Removed |Added CC||lichray at gmail dot com --- Comment #6

[Bug c++/93413] Destructor definition not found during constant evaluation

2021-08-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93413 --- Comment #5 from Andrew Pinski --- The problem is the default Destructor in the Derived for the other examples. So this can be reduced to just: struct Base { constexpr virtual ~Base() = default; }; constexpr Base b;

[Bug c++/93413] Destructor definition not found during constant evaluation

2021-08-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93413 Andrew Pinski changed: What|Removed |Added CC||oleksandr.koval.dev at gmail dot c

[Bug c++/93413] Destructor definition not found during constant evaluation

2021-08-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93413 Andrew Pinski changed: What|Removed |Added CC||pkeir at outlook dot com --- Comment #3

[Bug c++/93413] Destructor definition not found during constant evaluation

2021-04-23 Thread ldalessandro at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93413 Luke Dalessandro changed: What|Removed |Added CC||ldalessandro at gmail dot com --- Com

[Bug c++/93413] Destructor definition not found during constant evaluation

2020-01-24 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93413 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|