public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/98320] New: Parameter is malformed in the called function
@ 2020-12-16 14:07 ypn00vb at gmail dot com
  2020-12-16 16:20 ` [Bug target/98320] " schwab@linux-m68k.org
  0 siblings, 1 reply; 2+ messages in thread
From: ypn00vb at gmail dot com @ 2020-12-16 14:07 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 98320
           Summary: Parameter is malformed in the called function
           Product: gcc
           Version: 10.2.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: ypn00vb at gmail dot com
  Target Milestone: ---

Created attachment 49779
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49779&action=edit
main function

When compiling with the -m64 option, one of the parameters passed to the
function is damaged. When compiling with the -m32 option, there is no damage,
everything works.
PS. In the assembler listing, you can see that there is no instruction to move
the stack pointer with the -m64 option. Therefore, the assembler insertion of a
flag register push instruction overwrites the parameter in memory.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug target/98320] Parameter is malformed in the called function
  2020-12-16 14:07 [Bug c/98320] New: Parameter is malformed in the called function ypn00vb at gmail dot com
@ 2020-12-16 16:20 ` schwab@linux-m68k.org
  0 siblings, 0 replies; 2+ messages in thread
From: schwab@linux-m68k.org @ 2020-12-16 16:20 UTC (permalink / raw)
  To: gcc-bugs

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

Andreas Schwab <schwab@linux-m68k.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Andreas Schwab <schwab@linux-m68k.org> ---
You are clobbering the red zone.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-12-16 16:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-16 14:07 [Bug c/98320] New: Parameter is malformed in the called function ypn00vb at gmail dot com
2020-12-16 16:20 ` [Bug target/98320] " schwab@linux-m68k.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).