https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105794
--- Comment #2 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Probably the same issue:
struct C {
~C();
};
int foo() {
C c;
return 1;
if (true)
;
}
mpolacek at gcc dot gnu.org via Gcc-bugs Tue, 31 May 2022 13:33:53 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105794
--- Comment #2 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Probably the same issue:
struct C {
~C();
};
int foo() {
C c;
return 1;
if (true)
;
}