bug-binutils
[Top][All Lists]
Advanced

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

[Bug gas/19910] Unsigned arithmetic and %hi()/%low() operators


From: cvs-commit at gcc dot gnu.org
Subject: [Bug gas/19910] Unsigned arithmetic and %hi()/%low() operators
Date: Thu, 07 Apr 2016 11:35:37 +0000

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

--- Comment #10 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> ---
The master branch has been updated by Nick Clifton <address@hidden>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=e140100a5da85568e83ffe8e77d3f5e4a59ddee8

commit e140100a5da85568e83ffe8e77d3f5e4a59ddee8
Author: Nick Clifton <address@hidden>
Date:   Thu Apr 7 12:34:06 2016 +0100

    Allow integer contants to have a U suffix.  Improve error reporting for
missing closing parentheses.

        PR gas/19910
        * config/tc-sparc.c (sparc_ip): Report an error if the expression
        inside a %-macro could not be fully parsed.
        * expr.c (integer_constant): Accept and ignore U suffixes to
        integers.
        (operand): When a missing closing parenthesis is encountered,
        report the character that was found instead.
        * testsuite/gas/mips/tls-ill.l: Update expected error message.
        * testsuite/gas/sparc/pr19910-1.d: New test driver.
        * testsuite/gas/sparc/pr19910-1.s: New test.
        * testsuite/gas/sparc/pr19910-2.l: Expected error output.
        * testsuite/gas/sparc/pr19910-2.s: New test.
        * testsuite/gas/sparc/sparc.exp: Run the new tests.

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