https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90949
Łukasz Kucharski changed:
What|Removed |Added
CC||luk32 at o2 dot pl
--- Comment #5
: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: luk32 at o2 dot pl
Target Milestone: ---
gcc cleanly compiles an ill-formed [[fallthrough]] example from the standard,
producing no diagnostic. I believe it's a bug.
Problematic code:
// http://eel.is/c++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62144
Łukasz Kucharski changed:
What|Removed |Added
CC||luk32 at o2 dot pl
--- Comment #5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62144
--- Comment #6 from Łukasz Kucharski ---
Comment on attachment 33833
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33833
Example program that fails compilation with optimization enabled.
Hello,
I believe we run into the same problem, ho
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62144
--- Comment #8 from Łukasz Kucharski ---
Jakub,
fair enough. However, changing the optimization level should not break the
compilation. The issue is, at least for me, is not that we can't omit the frame
pointer, but that it depends on the optimi