diff mbox

make RTL/TREE/IPA dump kind an index

Message ID 02654a84-aff6-0447-3656-2f9c1dc88ffe@acm.org
State New
Headers show

Commit Message

Nathan Sidwell May 12, 2017, 12:29 a.m. UTC
On 05/11/2017 06:52 PM, Bernhard Reutner-Fischer wrote:
> On 11 May 2017 15:10:36 CEST, Nathan Sidwell <nathan@acm.org> wrote:

> Anyway, please also adjust the dump cleanup to handle class or I can take care of it sometimes later.

Applied this, which seems to do the trick.

nathan

Comments

Bernhard Reutner-Fischer May 12, 2017, 5:09 a.m. UTC | #1
On 12 May 2017 02:29:58 CEST, Nathan Sidwell <nathan@acm.org> wrote:
>On 05/11/2017 06:52 PM, Bernhard Reutner-Fischer wrote:
>> On 11 May 2017 15:10:36 CEST, Nathan Sidwell <nathan@acm.org> wrote:
>
>> Anyway, please also adjust the dump cleanup to handle class or I can
>take care of it sometimes later.
>
>Applied this, which seems to do the trick.

Exactly, thanks!
diff mbox

Patch

Index: lib/gcc-dg.exp
===================================================================
--- lib/gcc-dg.exp	(revision 247936)
+++ lib/gcc-dg.exp	(working copy)
@@ -158,8 +158,8 @@  proc schedule-cleanups { opts } {
     }
     # Finally see if there are any dumps in opts, otherwise we are done
     if [regexp -- {(?=(?:^|[ \t]+)?)-fdump-[^ \t]+(?=(?:$|[ \t]+)?)} $opts] {
-        # Ipa, Rtl, Tree for simplicity
-        set ptn "{i,r,t}"
+        # Lang, Ipa, Rtl, Tree for simplicity
+        set ptn "{l,i,r,t}"
     } else {
         return $finalcode
     }