[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gas/30578] libavcodec/x86/mathops.h:125: Error: operand type mismat
From: |
slyich at gmail dot com |
Subject: |
[Bug gas/30578] libavcodec/x86/mathops.h:125: Error: operand type mismatch for ` shr' |
Date: |
Tue, 01 Aug 2023 15:27:57 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=30578
Sergei Trofimovich <slyich at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |slyich at gmail dot com
--- Comment #3 from Sergei Trofimovich <slyich at gmail dot com> ---
Also came here from `ffmpeg` build failure.
I would suggest improving error message a bit on `gas` side as it's very
cryptic otherwise:
$ cat a.s
.text
foo:
shrl $-10, %eax
$ gcc -c a.s
a.s: Assembler messages:
a.s:3: Error: operand type mismatch for `shr'
--
You are receiving this mail because:
You are on the CC list for the bug.
- [Bug gas/30578] libavcodec/x86/mathops.h:125: Error: operand type mismatch for ` shr',
slyich at gmail dot com <=