bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gas/23219] New: [RISCV] Internal error with .align and .option nore


From: asb at lowrisc dot org
Subject: [Bug gas/23219] New: [RISCV] Internal error with .align and .option norelax
Date: Wed, 23 May 2018 13:43:22 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=23219

            Bug ID: 23219
           Summary: [RISCV] Internal error with .align and .option norelax
           Product: binutils
           Version: 2.31 (HEAD)
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: gas
          Assignee: unassigned at sourceware dot org
          Reporter: asb at lowrisc dot org
  Target Milestone: ---

The following test program results in an internal error in the assembler. This
is not present if using .align 3, removing a nop, or assembling with .option
relax.

This was reproduced on a build of the current binutils HEAD as of today (23rd
May) 81e25b7

$ cat foo.s
.option norelax
.align 4
nop
nop

$ ./riscv32-unknown-elf-as foo.s
foo.s: Assembler messages:
foo.s: Internal error (Floating point exception).
Please report this bug.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]