[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gas/20068] GAS complains about ‘Error: floating point number invali
From: |
nickc at redhat dot com |
Subject: |
[Bug gas/20068] GAS complains about ‘Error: floating point number invalid‘ when producing a literal pool. |
Date: |
Wed, 11 May 2016 17:04:13 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=20068
--- Comment #7 from Nick Clifton <nickc at redhat dot com> ---
Hi Christophe,
> The new test fails on armeb-linux-gnueabihf:
> ./gas/testsuite/gas.sum:FAIL: PR20068 - Misaligned constant pool when running
> GAS on a 32-bit host.
Ah - forgot to allow for big endian ARMs. Sorry.
I am going to check in the patch below to fix this.
Cheers
Nick
gas/ChangeLog
2016-05-11 Nick Clifton <address@hidden>
PR target/20068
* testsuite/gas/arm/pr20068.d: Adjust expected output to allow for
big endian ARM configurations.
diff --git a/gas/testsuite/gas/arm/pr20068.d b/gas/testsuite/gas/arm/pr20068.d
index b694c0e..21c4432 100644
--- a/gas/testsuite/gas/arm/pr20068.d
+++ b/gas/testsuite/gas/arm/pr20068.d
@@ -14,5 +14,5 @@ Disassembly of section .text:
c: 00000000 .*
10: 12345678 .*
14: 00000000 .*
- 18: 00000fff .*
- 1c: 0000fff0 .*
+ 18: [00000fff|0000fff0].*
+ 1c: [0000fff0|00000fff].*
--
You are receiving this mail because:
You are on the CC list for the bug.
- [Bug gas/20068] New: GAS complains about ‘Error: floating point number invalid‘ when producing a literal pool., chuazl at comp dot nus.edu.sg, 2016/05/10
- [Bug gas/20068] GAS complains about ‘Error: floating point number invalid‘ when producing a literal pool., nickc at redhat dot com, 2016/05/11
- [Bug gas/20068] GAS complains about ‘Error: floating point number invalid‘ when producing a literal pool., chuazl at comp dot nus.edu.sg, 2016/05/11
- [Bug gas/20068] GAS complains about ‘Error: floating point number invalid‘ when producing a literal pool., nickc at redhat dot com, 2016/05/11
- [Bug gas/20068] GAS complains about ‘Error: floating point number invalid‘ when producing a literal pool., cvs-commit at gcc dot gnu.org, 2016/05/11
- [Bug gas/20068] GAS complains about ‘Error: floating point number invalid‘ when producing a literal pool., nickc at redhat dot com, 2016/05/11
- [Bug gas/20068] GAS complains about ‘Error: floating point number invalid‘ when producing a literal pool., clyon at gcc dot gnu.org, 2016/05/11
- [Bug gas/20068] GAS complains about ‘Error: floating point number invalid‘ when producing a literal pool.,
nickc at redhat dot com <=