aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/expr.c
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2020-06-30 05:24:17 +0200
committerGiuliano Belinassi <giuliano.belinassi@usp.br>2020-08-17 13:15:30 -0300
commitd83833092f22d368c5a34871bdc10523e58391e3 (patch)
tree8de9ec6a192c6e3a4a97c58def404916907a08b6 /gcc/fortran/expr.c
parentd32be8f04f76e193dbdca1be6b1a5ac54994e2b3 (diff)
downloadgcc-d83833092f22d368c5a34871bdc10523e58391e3.zip
gcc-d83833092f22d368c5a34871bdc10523e58391e3.tar.gz
gcc-d83833092f22d368c5a34871bdc10523e58391e3.tar.bz2
[testsuite] Replace fragile 'scan-assembler' with 'scan-offload-rtl' in 'libgomp.oacc-c-c++-common/pr85381*.c'
These test cases use directives similar to: /* { dg-additional-options "-save-temps" } */ /* { dg-final { scan-assembler-times "bar.sync" 2 } } */ This expects to scan the PTX offloading compilation assembler code (not host code!), expecting that nvptx offloading code assembly is produced after the host code, and thus overwrites the latter file. (Yes, that's certainly ugly/fragile...) ..., and this broke with recent commit 1dedc12d186a110854537e1279b4e6c29f2df35a "revamp dump and aux output names" plus fix-up commit commit efc16503ca10bc0e934e0bace5777500e4dc757a "handle dumpbase in offloading, adjust testsuite" (short summary: file names changed), so let's finally make that robust. libgomp/ * testsuite/libgomp.oacc-c-c++-common/pr85381-2.c: Replace fragile 'scan-assembler' with 'scan-offload-rtl'. * testsuite/libgomp.oacc-c-c++-common/pr85381-3.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/pr85381-4.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/pr85381-5.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/pr85381.c: Likewise.
Diffstat (limited to 'gcc/fortran/expr.c')
0 files changed, 0 insertions, 0 deletions