aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-expr.c
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2021-01-26 20:02:29 +0100
committerJakub Jelinek <jakub@redhat.com>2021-01-26 20:02:29 +0100
commite80f1f6b7a339bce1db03567e497658ae32d135e (patch)
treec3739665ccdd1e5ac960afcb713871113fa6f9f0 /gcc/fortran/trans-expr.c
parent9c41bcc59c237aaa629e271f88c20a90cb8e0af5 (diff)
downloadgcc-e80f1f6b7a339bce1db03567e497658ae32d135e.zip
gcc-e80f1f6b7a339bce1db03567e497658ae32d135e.tar.gz
gcc-e80f1f6b7a339bce1db03567e497658ae32d135e.tar.bz2
testsuite: Fix TBAA in sse*and*p[sd]*.c tests
This patch drops the no-strict-aliasing hack in m128-check.h and instead ensures the tests read objects with the right dynamic type. 2021-01-26 Jakub Jelinek <jakub@redhat.com> * gcc.target/powerpc/m128-check.h (CHECK_EXP): Remove optimize ("no-strict-aliasing") attribute. * gcc.target/powerpc/sse-andnps-1.c (TEST): Copy e into float[4] array to avoid violating TBAA. * gcc.target/powerpc/sse2-andpd-1.c (TEST): Copy e.d into double[2] array to avoid violating TBAA. * gcc.target/powerpc/sse-andps-1.c (TEST): Copy e.f into float[4] array to avoid violating TBAA. * gcc.target/powerpc/sse2-andnpd-1.c (TEST): Copy e into double[2] array to avoid violating TBAA.
Diffstat (limited to 'gcc/fortran/trans-expr.c')
0 files changed, 0 insertions, 0 deletions