This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/81736] Unnecessary save and restore frame pointer with -fno-omit-frame-pointer


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81736

Rainer Orth <ro at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ro at gcc dot gnu.org

--- Comment #6 from Rainer Orth <ro at gcc dot gnu.org> ---
Two of the new tests FAIL on 32-bit Solaris/x86:

+FAIL: gcc.target/i386/pr81736-3.c scan-assembler %[re]bp
+FAIL: gcc.target/i386/pr81736-4.c scan-assembler %[re]bp

The body of the first one (when configured with gas) is just

foo:
        pushl   %ebx
/APP
/ 7 "/vol/gcc/src/hg/trunk/local/gcc/testsuite/gcc.target/i386/pr81736-3.c" 1
        # 
/ 0 "" 2
/NO_APP
        popl    %ebx
        ret

  Rainer

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]