[Bug gas/22335] Gas expression solver can cause wrong code for 32-bit BFD builds.

2017-10-22 Thread sch...@linux-m68k.org
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.

[Bug gas/22304] XPASS tests in gas

2017-10-22 Thread cvs-commit at gcc dot gnu.org
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

[Bug gas/22335] Gas expression solver can cause wrong code for 32-bit BFD builds.

2017-10-22 Thread hp at sourceware dot org
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.

[Bug gas/22335] New: Gas expression solver can cause wrong code for 32-bit BFD builds.

2017-10-22 Thread hp at sourceware dot org
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

[Bug gas/22304] XPASS tests in gas

2017-10-22 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=22304 Hans-Peter Nilsson changed: What|Removed |Added See Also||https://sourceware.org/bugz

[Bug gas/22304] XPASS tests in gas

2017-10-22 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=22304 Hans-Peter Nilsson changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---