diff options
author | Tom de Vries <tom@codesourcery.com> | 2018-05-02 12:16:32 +0000 |
---|---|---|
committer | Tom de Vries <vries@gcc.gnu.org> | 2018-05-02 12:16:32 +0000 |
commit | 9220b5116d0f4e880c073409f3854dec7d065eb5 (patch) | |
tree | 462543897aa19f5809dd931a66e4303cd1d056f9 /libvtv | |
parent | 6c3c13c181a168ce3e5e95e6c0fa27ae3730b820 (diff) | |
download | gcc-9220b5116d0f4e880c073409f3854dec7d065eb5.zip gcc-9220b5116d0f4e880c073409f3854dec7d065eb5.tar.gz gcc-9220b5116d0f4e880c073409f3854dec7d065eb5.tar.bz2 |
[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/ChangeLog | 5 | ||||
-rw-r--r-- | libvtv/testsuite/lib/libvtv.exp | 1 |
2 files changed, 6 insertions, 0 deletions
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 <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 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 |