diff options
author | Jakub Jelinek <jakub@redhat.com> | 2023-12-14 08:10:48 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2023-12-14 08:10:48 +0100 |
commit | d16479170066b7606dea8dc25a7527a081a90a0b (patch) | |
tree | 26e17eedd80b1e48c259598789e33b04398ecf0a /gcc/tree-pass.h | |
parent | 585dc19ef051959d688e6ea89b41998600480ecb (diff) | |
download | gcc-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