diff options
author | Jonathan Yong <10walls@gmail.com> | 2023-02-27 10:20:52 +0000 |
---|---|---|
committer | Jonathan Yong <10walls@gmail.com> | 2023-03-31 04:08:25 +0000 |
commit | 65dd42d2c3dac76afc26228750821dd05e75fca8 (patch) | |
tree | 6d62184be55220f5d13dfeef5eb149f91c832bb9 /gcc/range-op-float.cc | |
parent | fe42e7fe119159f7443dbe68189e52891dc0148e (diff) | |
download | gcc-65dd42d2c3dac76afc26228750821dd05e75fca8.zip gcc-65dd42d2c3dac76afc26228750821dd05e75fca8.tar.gz gcc-65dd42d2c3dac76afc26228750821dd05e75fca8.tar.bz2 |
c-c++-common/Warray-bounds.c: Fix excess warnings on LLP64
Excess errors on x86_64-w64-mingw32:
/home/user/p/gcc/src/gcc-git/gcc/testsuite/c-c++-common/Warray-bounds.c:50:3: warning: array subscript 4611686018427387902 is above array bounds of 'struct S16[]' [-Warray-bounds=]
/home/user/p/gcc/src/gcc-git/gcc/testsuite/c-c++-common/Warray-bounds.c:55:3: warning: array subscript 4611686018427387902 is above array bounds of 'struct S16[]' [-Warray-bounds=]
/home/user/p/gcc/src/gcc-git/gcc/testsuite/c-c++-common/Warray-bounds.c:90:3: warning: array subscript 658812288346769699 is above array bounds of 'struct S16[][7]' [-Warray-bounds=]
gcc/testsuite/ChangeLog:
* c-c++-common/Warray-bounds.c: Fix excess warnings on
LLP64.
Signed-off-by: Jonathan Yong <10walls@gmail.com>
Diffstat (limited to 'gcc/range-op-float.cc')
0 files changed, 0 insertions, 0 deletions