aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-pass.h
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2023-12-14 08:10:48 +0100
committerJakub Jelinek <jakub@redhat.com>2023-12-14 08:10:48 +0100
commitd16479170066b7606dea8dc25a7527a081a90a0b (patch)
tree26e17eedd80b1e48c259598789e33b04398ecf0a /gcc/tree-pass.h
parent585dc19ef051959d688e6ea89b41998600480ecb (diff)
downloadgcc-d16479170066b7606dea8dc25a7527a081a90a0b.zip
gcc-d16479170066b7606dea8dc25a7527a081a90a0b.tar.gz
gcc-d16479170066b7606dea8dc25a7527a081a90a0b.tar.bz2
testsuite: Fix up target-enter-data-1.c on 32-bit targets
struct bar { int num_vectors; double *vectors; }; is 16 bytes only on 64-bit targets, on 32-bit ones it is just 8 bytes, so the explicit matching of the * 16 multiplication only works on the former. 2023-12-14 Jakub Jelinek <jakub@redhat.com> * c-c++-common/gomp/target-enter-data-1.c: Match also sizeof bar on 32-bit targets - 8 bytes - rather than just 16 bytes.
Diffstat (limited to 'gcc/tree-pass.h')
0 files changed, 0 insertions, 0 deletions