aboutsummaryrefslogtreecommitdiff
path: root/libvtv
diff options
context:
space:
mode:
authorTom de Vries <tom@codesourcery.com>2018-05-02 12:16:32 +0000
committerTom de Vries <vries@gcc.gnu.org>2018-05-02 12:16:32 +0000
commit9220b5116d0f4e880c073409f3854dec7d065eb5 (patch)
tree462543897aa19f5809dd931a66e4303cd1d056f9 /libvtv
parent6c3c13c181a168ce3e5e95e6c0fa27ae3730b820 (diff)
[testsuite] Add scan-ltrans-tree-dump
2018-05-02 Tom de Vries <tom@codesourcery.com> PR testsuite/85106 * gcc.dg/ipa/ipa-icf-38.c: Use scan-ltrans-tree-dump. * lib/scanltranstree.exp: New file. * lib/target-supports.exp (scan-ltrans-tree-dump_required_options) (scan-ltrans-tree-dump-times_required_options) (scan-ltrans-tree-dump-not_required_options) (scan-ltrans-tree-dump-dem_required_options) (scan-ltrans-tree-dump-dem-not_required_options): New proc. * lib/gcc-dg.exp: Include scanltranstree.exp. * testsuite/lib/libatomic.exp: Include scanltranstree.exp. * testsuite/lib/libgomp.exp: Include scanltranstree.exp. * testsuite/lib/libitm.exp: Include scanltranstree.exp. * testsuite/lib/libvtv.exp: Include scanltranstree.exp. * doc/sourcebuild.texi (Commands for use in dg-final, Scan optimization dump files): Add ltrans-tree. From-SVN: r259838
Diffstat (limited to 'libvtv')
-rw-r--r--libvtv/ChangeLog5
-rw-r--r--libvtv/testsuite/lib/libvtv.exp1
2 files changed, 6 insertions, 0 deletions
diff --git a/libvtv/ChangeLog b/libvtv/ChangeLog
index b76651dcc79..cd1beb9004b 100644
--- a/libvtv/ChangeLog
+++ b/libvtv/ChangeLog
@@ -1,6 +1,11 @@
2018-05-02 Tom de Vries <tom@codesourcery.com>
PR testsuite/85106
+ * testsuite/lib/libvtv.exp: Include scanltranstree.exp.
+
+2018-05-02 Tom de Vries <tom@codesourcery.com>
+
+ PR testsuite/85106
* testsuite/lib/libvtv.exp: Include scanwpaipa.exp.
2018-04-24 H.J. Lu <hongjiu.lu@intel.com>
diff --git a/libvtv/testsuite/lib/libvtv.exp b/libvtv/testsuite/lib/libvtv.exp
index 540b8adde3b..4b71c9ce7bc 100644
--- a/libvtv/testsuite/lib/libvtv.exp
+++ b/libvtv/testsuite/lib/libvtv.exp
@@ -42,6 +42,7 @@ load_gcc_lib scanasm.exp
load_gcc_lib scandump.exp
load_gcc_lib scanrtl.exp
load_gcc_lib scantree.exp
+load_gcc_lib scanltranstree.exp
load_gcc_lib scanipa.exp
load_gcc_lib scanwpaipa.exp
load_gcc_lib timeout-dg.exp