diff options
author | Andrew Pinski <quic_apinski@quicinc.com> | 2024-05-06 12:20:17 -0700 |
---|---|---|
committer | Andrew Pinski <quic_apinski@quicinc.com> | 2024-05-06 12:24:43 -0700 |
commit | 53026cbf08889d00fed34d8667796d22ef8554cf (patch) | |
tree | b7b65d9e12b74eca466ad77e665fc02b3c0dabc2 /libgcc | |
parent | 6634a409124a884ff66b3756568a7daae7d3c295 (diff) | |
download | gcc-53026cbf08889d00fed34d8667796d22ef8554cf.zip gcc-53026cbf08889d00fed34d8667796d22ef8554cf.tar.gz gcc-53026cbf08889d00fed34d8667796d22ef8554cf.tar.bz2 |
aarch64: Fix gcc.target/aarch64/sve/loop_add_6.c for LLP64 targets
Even though the aarch64-mingw32 support has not been committed yet,
we should fix some of the testcases. In this case gcc.target/aarch64/sve/loop_add_6.c
is easy to fix. We should use __SIZETYPE__ instead of `unsigned long` for the variables
that will be used for pointer plus.
Committed as obvious after a quick test on aarch64-linux-gnu.
gcc/testsuite/ChangeLog:
PR testsuite/114177
* gcc.target/aarch64/sve/loop_add_6.c: Use __SIZETYPE__ instead
of `unsigned long` for index and offset variables.
Signed-off-by: Andrew Pinski <quic_apinski@quicinc.com>
Diffstat (limited to 'libgcc')
0 files changed, 0 insertions, 0 deletions