public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/104775] New: [9/10/11/12 Regression] Failure to assemble on s390x with -fsanitize=undefined
@ 2022-03-03 21:41 jakub at gcc dot gnu.org
  2022-03-03 21:42 ` [Bug target/104775] " jakub at gcc dot gnu.org
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: jakub at gcc dot gnu.org @ 2022-03-03 21:41 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 104775
           Summary: [9/10/11/12 Regression] Failure to assemble on s390x
                    with -fsanitize=undefined
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: jakub at gcc dot gnu.org
  Target Milestone: ---

struct A {
  virtual long foo () const;
  int a;
};
long
A::foo () const
{
  int sec = a / 0;
  return sec;
}

test with -O2 -w -m64 -march=zEC12 -fsanitize=undefined fails to assemble
Music_Emu.s: Assembler messages:
Music_Emu.s:56: Error: syntax error; missing ')' after base register
Music_Emu.s:56: Error: junk at end of line: `%r12)'
The regression appeared some time between r240000 and r245002 so during GCC 7
development, haven't bisected when exactly.
The problematic assembly line is:
        clgte   %r1,0(%r5,%r12)

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

end of thread, other threads:[~2022-05-11  6:36 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-03 21:41 [Bug target/104775] New: [9/10/11/12 Regression] Failure to assemble on s390x with -fsanitize=undefined jakub at gcc dot gnu.org
2022-03-03 21:42 ` [Bug target/104775] " jakub at gcc dot gnu.org
2022-03-03 21:57 ` jakub at gcc dot gnu.org
2022-03-04 13:53 ` jakub at gcc dot gnu.org
2022-03-07 10:15 ` cvs-commit at gcc dot gnu.org
2022-03-07 10:15 ` [Bug target/104775] [9/10/11 " jakub at gcc dot gnu.org
2022-03-29  5:53 ` cvs-commit at gcc dot gnu.org
2022-03-30  8:15 ` [Bug target/104775] [9/10 " jakub at gcc dot gnu.org
2022-05-10  8:24 ` cvs-commit at gcc dot gnu.org
2022-05-11  6:25 ` cvs-commit at gcc dot gnu.org
2022-05-11  6:36 ` jakub at gcc dot gnu.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).