https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109719
--- Comment #6 from Christian Hergert <chergert at redhat dot com> --- (In reply to Andrew Pinski from comment #2) > HUH? omit frame pointer is on by default on x86_64. Yes, Fedora 38 changed the default compiler flags to `-fno-omit-frame-pointer` so that the system can be profiled more reliably. > What target is this on? x86_64 > 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. No doubt, I have `-mno-omit-leaf-frame-pointer` too.