bug-binutils
[Top][All Lists]
Advanced

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

[Bug gas/23154] New: invalid register expression


From: pangbw at gmail dot com
Subject: [Bug gas/23154] New: invalid register expression
Date: Wed, 09 May 2018 18:38:25 +0000

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

            Bug ID: 23154
           Summary: invalid register expression
           Product: binutils
           Version: 2.30
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: gas
          Assignee: unassigned at sourceware dot org
          Reporter: pangbw at gmail dot com
  Target Milestone: ---

For assembly code:
$ cat x.s
        addis   %r5,%r1,2
        addis   %r5,%r0,2
        addis   5,0,2

A warning will be emited for line 2 but not for line 1 and line 3:
$ as -a32 -mppc -many -mbig -o x.o x.s
x.s: Assembler messages:
x.s:2: Warning: invalid register expression

-- 
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]