bug-binutils
[Top][All Lists]
Advanced

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

[Bug gas/18765] gas/config/tc-arm.c: result of ‘15 << 28’ requires 33 bi


From: cvs-commit at gcc dot gnu.org
Subject: [Bug gas/18765] gas/config/tc-arm.c: result of ‘15 << 28’ requires 33 bits to represent, but ‘int’ only has 32 bits
Date: Tue, 11 Aug 2015 09:08:39 +0000

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

--- Comment #1 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=eff0bc54a343fed1dd152f0a1b455b2438f76e6f

commit eff0bc54a343fed1dd152f0a1b455b2438f76e6f
Author: Nick Clifton <address@hidden>
Date:   Tue Aug 11 10:07:21 2015 +0100

    Fix compile time warning messages about constant expressions where a value
is being shifted into bit 31.

        PR gas/18765
        * config/tc-arm.c (move_or_literal_pool): Use U suffix to remove
        compile time warnings about constant expressions being shifted
        into bit 31.
        (do_iwmmxt_wldstd): Likewise.
        (do_iwmmxt_wrwrwr_or_imm5): Likewise.
        (md_assemble): Likewise.

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