This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug testsuite/85106] Add scan-ltrans-tree-dump and scan-wpa-ipa-dump


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85106

--- Comment #11 from Tom de Vries <vries at gcc dot gnu.org> ---
Author: vries
Date: Wed May  2 12:16:32 2018
New Revision: 259838

URL: https://gcc.gnu.org/viewcvs?rev=259838&root=gcc&view=rev
Log:
[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.

Added:
    trunk/gcc/testsuite/lib/scanltranstree.exp
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/doc/sourcebuild.texi
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.dg/ipa/ipa-icf-38.c
    trunk/gcc/testsuite/lib/gcc-dg.exp
    trunk/gcc/testsuite/lib/target-supports.exp
    trunk/libatomic/ChangeLog
    trunk/libatomic/testsuite/lib/libatomic.exp
    trunk/libgomp/ChangeLog
    trunk/libgomp/testsuite/lib/libgomp.exp
    trunk/libitm/ChangeLog
    trunk/libitm/testsuite/lib/libitm.exp
    trunk/libvtv/ChangeLog
    trunk/libvtv/testsuite/lib/libvtv.exp

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]