aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMartin Jambor <mjambor@suse.cz>2020-06-15 11:45:24 +0200
committerMartin Jambor <mjambor@suse.cz>2020-06-15 11:45:24 +0200
commitce5a3d6bde7b3ca53c9988b057fa59ef411b1b76 (patch)
tree54b1c2b2ace8a96fb9d5d0c5cc2be6b11617df90 /gcc
parent8df82de27b5f16d5089b135d718e9ed15557ae8d (diff)
downloadgcc-ce5a3d6bde7b3ca53c9988b057fa59ef411b1b76.zip
gcc-ce5a3d6bde7b3ca53c9988b057fa59ef411b1b76.tar.gz
gcc-ce5a3d6bde7b3ca53c9988b057fa59ef411b1b76.tar.bz2
BRIG FE testsuite: Fix all dump-scans
since Alexandre's revamp of dump files handling in r11-627-g1dedc12d186, BRIG FE has been receiving slightly different -dumpbase (e.g. smoke_test.brig instead of smoke_test.hsail.brig when compiling file smoke_test.hsail.brig) and the testsuite then could not find the generated dump files it wanted to scan. I have not really looked into why that changed, the easiest fix seems to me to remove the hsail part already when generating the binary brig file from the textual HSAIL representation. gcc/testsuite/ChangeLog: 2020-06-09 Martin Jambor <mjambor@suse.cz> * lib/brig.exp (brig_target_compile): Strip hsail extension when gnerating the name of the binary brig file.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/lib/brig.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/lib/brig.exp b/gcc/testsuite/lib/brig.exp
index fbfb1da..de47f13 100644
--- a/gcc/testsuite/lib/brig.exp
+++ b/gcc/testsuite/lib/brig.exp
@@ -29,7 +29,7 @@ proc brig_target_compile { source dest type options } {
# We cannot assume all inputs are .hsail as the dg machinery
# calls this for a some c files to check linker plugin support or
# similar.
- set brig_source ${tmpdir}/[file tail ${source}].brig
+ set brig_source ${tmpdir}/[file rootname [file tail ${source}]].brig
exec HSAILasm $source -o ${brig_source}
set source ${brig_source}
# Change the testname the .brig.