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/81516] Wrong code with -m32 -O2 on x86_64-linux-gnu


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

--- Comment #5 from mednafen at sent dot com ---
Generated assembly looks like it's grabbing garbage off the stack and writing
it to b:

a:
        subl    $20, %esp
        fildl   24(%esp)
        movsd   (%esp), %xmm1
        movsd   %xmm1, b
        [...]

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