diff options
author | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2017-05-12 09:20:37 +0000 |
---|---|---|
committer | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2017-05-12 09:20:37 +0000 |
commit | 7b84363d614241f13712d32c516caa5a2bd3368d (patch) | |
tree | b2064fee44c90a4c6d0662333c229c060c47f197 /libgomp | |
parent | 5dd0c4e81e7a79afccfc936407affbdda2e3b737 (diff) | |
download | gcc-7b84363d614241f13712d32c516caa5a2bd3368d.tar.gz |
Load new scanlang.exp
libitm:
* testsuite/lib/libitm.exp: Load scanlang.exp.
libgomp:
* testsuite/lib/libgomp.exp: Load scanlang.exp.
libatomic:
* testsuite/lib/libatomic.exp: Load scanlang.exp.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@247959 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp')
-rw-r--r-- | libgomp/ChangeLog | 4 | ||||
-rw-r--r-- | libgomp/testsuite/lib/libgomp.exp | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index ca29cf773c3..083cb8574f0 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,7 @@ +2017-05-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> + + * testsuite/lib/libgomp.exp: Load scanlang.exp. + 2017-04-27 Jakub Jelinek <jakub@redhat.com> PR bootstrap/80531 diff --git a/libgomp/testsuite/lib/libgomp.exp b/libgomp/testsuite/lib/libgomp.exp index 5e47872c5c4..501a860c3c8 100644 --- a/libgomp/testsuite/lib/libgomp.exp +++ b/libgomp/testsuite/lib/libgomp.exp @@ -26,6 +26,7 @@ load_gcc_lib file-format.exp load_gcc_lib target-supports-dg.exp load_gcc_lib scanasm.exp load_gcc_lib scandump.exp +load_gcc_lib scanlang.exp load_gcc_lib scanrtl.exp load_gcc_lib scantree.exp load_gcc_lib scanipa.exp |