Bug 26474 - UBSAN error: gas/config/tc-mips.c:4723:16:
Summary: UBSAN error: gas/config/tc-mips.c:4723:16:
Status: RESOLVED FIXED
Alias: None
Product: binutils
Classification: Unclassified
Component: binutils (show other bugs)
Version: 2.34
: P2 normal
Target Milestone: 2.36
Assignee: Alan Modra
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-08-20 12:34 UTC by Martin Liska
Modified: 2020-08-31 11:05 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed: 2020-08-31 00:00:00


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Liska 2020-08-20 12:34:09 UTC
The following fails when I build binutils with:
configure --build=x86_64-linux --disable-nls --disable-gdb --disable-gdbserver --disable-sim --disable-readline --disable-libdecnumber --enable-obsolete --target=mips-linux CFLAGS="-g -O2 -fsanitize=address,undefined -Wno-error" CXXLAGS="-g -O2 -fsanitize=address,undefined -Wno-error" LDFLAGS="-ldl"
Target: mips-linux
FAIL: mips bltzal
Executing on host: sh -c {../as-new  -32 -mmsa --defsym insn_log2=2 -march=interaptiv-mr2 -mtune=interaptiv-mr2  -o tmpdir/msa.o /home/mliska/Programming/binutils/gas/testsuite/gas/mips/msa.s 2>&1}  /dev/null dump.tmp (timeout = 300)
/home/mliska/Programming/binutils/gas/config/tc-mips.c:4723:16: runtime error: left shift of 1 by 31 places cannot be represented in type 'int'
Comment 1 Sourceware Commits 2020-08-31 11:00:04 UTC
The master branch has been updated by Alan Modra <amodra@sourceware.org>:

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

commit e0fd91ef813536b5ad4eef4e88412ac2a929997d
Author: Alan Modra <amodra@gmail.com>
Date:   Mon Aug 31 15:38:25 2020 +0930

    PR26472, PR26473, PR26474 UBSAN: tc-mips.c shift left UB
    
            PR 26472
            PR 26473
            PR 26474
            * config/tc-mips.c (operand_reg_mask): Shift 1u left.
            (load_register): Shift 0xffffU left.
Comment 2 Alan Modra 2020-08-31 11:05:32 UTC
Fixed