> I'm porting a private backend from an old 4.6 branch to the 6.1.0 > release, and I have some troubles eliminating my frame pointer without > -fomit-frame-pointer option. > Elimination is correctly done with -fomit-frame-pointer.
If the target's default is -fno-omit-frame-pointer, then it's as expected. -- Eric Botcazou