public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/67940] New: Wrong stack alignment adjustment
@ 2015-10-12 17:25 hjl.tools at gmail dot com
  2015-10-12 17:28 ` [Bug target/67940] " ubizjak at gmail dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: hjl.tools at gmail dot com @ 2015-10-12 17:25 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 67940
           Summary: Wrong stack alignment adjustment
           Product: gcc
           Version: 5.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: hjl.tools at gmail dot com
                CC: ubizjak at gmail dot com
  Target Milestone: ---

On gcc-5-branch, i386 has

  if (stack_realign_fp)
    offset = (offset + stack_alignment_needed) & -stack_alignment_needed;
...
         to pass verification of stack_pointer_offset at the end.  */
      m->fs.sp_offset = (m->fs.sp_offset + align_bytes) & -align_bytes;

-1 is missing.


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

end of thread, other threads:[~2015-10-12 17:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-12 17:25 [Bug target/67940] New: Wrong stack alignment adjustment hjl.tools at gmail dot com
2015-10-12 17:28 ` [Bug target/67940] " ubizjak at gmail dot com
2015-10-12 17:36 ` hjl at gcc dot gnu.org
2015-10-12 17:38 ` hjl.tools at gmail dot com

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).