aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-sra.c
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2021-06-16 13:10:48 +0200
committerJakub Jelinek <jakub@redhat.com>2021-06-16 13:10:48 +0200
commita490b1dc0b3c26bff2ee00ac0da2d606d2009e3a (patch)
treeaccf9a3aaab5f599d5140ddb9c7ccff16b328e1e /gcc/tree-sra.c
parentb4b50bf2864e09f028a39a3f460222632c4d7348 (diff)
downloadgcc-a490b1dc0b3c26bff2ee00ac0da2d606d2009e3a.zip
gcc-a490b1dc0b3c26bff2ee00ac0da2d606d2009e3a.tar.gz
gcc-a490b1dc0b3c26bff2ee00ac0da2d606d2009e3a.tar.bz2
testsuite: Use noipa attribute instead of noinline, noclone
I've noticed this test now on various arches sometimes FAILs, sometimes PASSes (the line 12 test in particular). The problem is that a = 0; initialization in the caller no longer happens before the f(&a) call as what the argument points to is only used in debug info. Making the function noipa forces the caller to initialize it and still tests what the test wants to test, namely that we don't consider *p as valid location for the c variable at line 18 (after it has been overwritten with *p = 1;). 2021-06-16 Jakub Jelinek <jakub@redhat.com> * gcc.dg/guality/pr49888.c (f): Use noipa attribute instead of noinline, noclone.
Diffstat (limited to 'gcc/tree-sra.c')
0 files changed, 0 insertions, 0 deletions