https://sourceware.org/bugzilla/show_bug.cgi?id=22335
--- Comment #2 from Andreas Schwab ---
That's because gas is doing a signed divide, and 0xfede4194 is negative as a
32-bit number.
--
You are receiving this mail because:
You are on the CC list for the bug.
__
https://sourceware.org/bugzilla/show_bug.cgi?id=22304
--- Comment #8 from cvs-commit at gcc dot gnu.org ---
The master branch has been updated by Hans-Peter Nilsson :
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=56fbd041853a4008532d20b898f5b41f594a868f
commit 56fbd041853a4008532d2
https://sourceware.org/bugzilla/show_bug.cgi?id=22335
--- Comment #1 from Hans-Peter Nilsson ---
A randomly picked 32-bit target where this fails *for a 32-bit BFD build* is
avr-elf.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://sourceware.org/bugzilla/show_bug.cgi?id=22335
Bug ID: 22335
Summary: Gas expression solver can cause wrong code for 32-bit
BFD builds.
Product: binutils
Version: 2.30 (HEAD)
Status: NEW
Severity: normal
https://sourceware.org/bugzilla/show_bug.cgi?id=22304
Hans-Peter Nilsson changed:
What|Removed |Added
See Also||https://sourceware.org/bugz
https://sourceware.org/bugzilla/show_bug.cgi?id=22304
Hans-Peter Nilsson changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---