From 9220b5116d0f4e880c073409f3854dec7d065eb5 Mon Sep 17 00:00:00 2001 From: Tom de Vries Date: Wed, 2 May 2018 12:16:32 +0000 Subject: [testsuite] Add scan-ltrans-tree-dump 2018-05-02 Tom de Vries 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 --- libvtv/ChangeLog | 5 +++++ libvtv/testsuite/lib/libvtv.exp | 1 + 2 files changed, 6 insertions(+) (limited to 'libvtv') diff --git a/libvtv/ChangeLog b/libvtv/ChangeLog index b76651d..cd1beb9 100644 --- a/libvtv/ChangeLog +++ b/libvtv/ChangeLog @@ -1,6 +1,11 @@ 2018-05-02 Tom de Vries PR testsuite/85106 + * testsuite/lib/libvtv.exp: Include scanltranstree.exp. + +2018-05-02 Tom de Vries + + PR testsuite/85106 * testsuite/lib/libvtv.exp: Include scanwpaipa.exp. 2018-04-24 H.J. Lu diff --git a/libvtv/testsuite/lib/libvtv.exp b/libvtv/testsuite/lib/libvtv.exp index 540b8ad..4b71c9c 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 -- cgit v1.1