https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109719
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2023-05-03 Status|UNCONFIRMED |WAITING Component|c++ |target Ever confirmed|0 |1 --- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- >On Fedora 38, frame-pointers are enabled by default. Caveats of course. HUH? omit frame pointer is on by default on x86_64. What target is this on? What exact command line is being used to compile the sources? If this on x86_64, you might still need -mno-omit-leaf-frame-pointer too.