diff options
author | Tom de Vries <tom@codesourcery.com> | 2018-05-02 12:16:15 +0000 |
---|---|---|
committer | Tom de Vries <vries@gcc.gnu.org> | 2018-05-02 12:16:15 +0000 |
commit | 6c3c13c181a168ce3e5e95e6c0fa27ae3730b820 (patch) | |
tree | 57e2748564ec4c427e2f42582c2ee983a24f7a94 /libvtv | |
parent | 559289370f76bfdb6a2ebfb4315c18206d73027a (diff) | |
download | gcc-6c3c13c181a168ce3e5e95e6c0fa27ae3730b820.zip gcc-6c3c13c181a168ce3e5e95e6c0fa27ae3730b820.tar.gz gcc-6c3c13c181a168ce3e5e95e6c0fa27ae3730b820.tar.bz2 |
[testsuite] Add scan-wpa-ipa-dump
2018-05-02 Tom de Vries <tom@codesourcery.com>
PR testsuite/85106
* gcc.dg/ipa/ipa-icf-38.c: New test.
* gcc.dg/ipa/ipa-icf-38a.c: New test.
* lib/scandump.exp (dump-base): New proc.
(scan-dump, scan-dump-times, scan-dump-not, scan-dump-dem)
(scan-dump-dem-not): Add and handle parameter for suffix of the dump
base.
* lib/scanipa.exp: Add "" argument to scan-dump calls.
* lib/scanlang.exp: Same.
* lib/scanrtl.exp: Same.
* lib/scantree.exp: Same.
* lib/scanwpaipa.exp: New file.
* lib/gcc-dg.exp: Include scanwpaipa.exp.
* testsuite/lib/libatomic.exp: Include scanwpaipa.exp.
* testsuite/lib/libgomp.exp: Include scanwpaipa.exp.
* testsuite/lib/libitm.exp: Include scanwpaipa.exp.
* testsuite/lib/libvtv.exp: Include scanwpaipa.exp.
* doc/sourcebuild.texi (Commands for use in dg-final, Scan optimization
dump files): Add wpa-ipa.
From-SVN: r259837
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 1f163c2..b76651d 100644 --- a/libvtv/ChangeLog +++ b/libvtv/ChangeLog @@ -1,3 +1,8 @@ +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> * configure: Regenerated. diff --git a/libvtv/testsuite/lib/libvtv.exp b/libvtv/testsuite/lib/libvtv.exp index edf5fdd..540b8ad 100644 --- a/libvtv/testsuite/lib/libvtv.exp +++ b/libvtv/testsuite/lib/libvtv.exp @@ -43,6 +43,7 @@ load_gcc_lib scandump.exp load_gcc_lib scanrtl.exp load_gcc_lib scantree.exp load_gcc_lib scanipa.exp +load_gcc_lib scanwpaipa.exp load_gcc_lib timeout-dg.exp load_gcc_lib torture-options.exp load_gcc_lib fortran-modules.exp |