public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/104104] New: Assembler messages: Error: number of operands mismatch for `vxorps'
@ 2022-01-18 20:14 asolokha at gmx dot com
  2022-01-18 20:28 ` [Bug target/104104] [12 Regression] " jakub at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: asolokha at gmx dot com @ 2022-01-18 20:14 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 104104
           Summary: Assembler messages: Error: number of operands mismatch
                    for `vxorps'
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Keywords: assemble-failure
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: asolokha at gmx dot com
  Target Milestone: ---
            Target: x86_64-unknown-linux-gnu

GNU as 2.37 fails to assemble the output of gcc 12.0.0 20220116 snapshot
(g:90045c5df5b3c8853e7740fb72a11aead1c489bb), compiled w/ -march=alderlake
-masm=intel -O1 -fallow-store-data-races -funroll-all-loops, w/ the following
diagnostics:

% x86_64-unknown-linux-gnu-gcc-12.0.0 -march=alderlake -masm=intel -O1
-fallow-store-data-races -funroll-all-loops -c fo56tlbm.c
/tmp/ccSYPU7W.s: Assembler messages:
/tmp/ccSYPU7W.s:160: Error: number of operands mismatch for `vxorps'
/tmp/ccSYPU7W.s:173: Error: number of operands mismatch for `vxorps'

__attribute__ ((simd)) short int
foo (void)
{
  return 0;
}

Indeed, w/ -masm=intel gcc emits plain vxorps w/o any operands.

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

end of thread, other threads:[~2022-01-19  1:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-18 20:14 [Bug target/104104] New: Assembler messages: Error: number of operands mismatch for `vxorps' asolokha at gmx dot com
2022-01-18 20:28 ` [Bug target/104104] [12 Regression] " jakub at gcc dot gnu.org
2022-01-18 20:40 ` jakub at gcc dot gnu.org
2022-01-19  1:25 ` cvs-commit at gcc dot gnu.org
2022-01-19  1:25 ` 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).