From 89b5d3e0d23add808bf24e61247b1257d138fc5f Mon Sep 17 00:00:00 2001 From: Patrick Marlier Date: Wed, 4 Jan 2012 16:58:22 +0000 Subject: [PATCH] + * gcc.dg/tm/alias-1.c: Adjust regexp. + * gcc.dg/tm/alias-1.c: Adjust regexp. + * gcc.dg/tm/alias-2.c: Adjust regexp. From-SVN: r182881 --- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/gcc.dg/tm/alias-1.c | 6 +++--- gcc/testsuite/gcc.dg/tm/alias-2.c | 4 ++-- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 373ae014c30..a09f58337c1 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2012-01-04 Patrick Marlier + + * gcc.dg/tm/alias-1.c: Adjust regexp. + * gcc.dg/tm/alias-2.c: Adjust regexp. + 2012-01-04 Paolo Carlini PR c++/51064 diff --git a/gcc/testsuite/gcc.dg/tm/alias-1.c b/gcc/testsuite/gcc.dg/tm/alias-1.c index 364aa714086..596851d5967 100644 --- a/gcc/testsuite/gcc.dg/tm/alias-1.c +++ b/gcc/testsuite/gcc.dg/tm/alias-1.c @@ -34,7 +34,7 @@ void f(void) } /* { dg-final { scan-tree-dump-times "mystruct = \{ .*ESCAPED" 1 "ealias" } } */ -/* { dg-final { scan-tree-dump-times "someptr = same as mystruct" 1 "ealias" { xfail *-*-* } } } */ -/* { dg-final { scan-tree-dump-times "ui\..* = same as mystruct" 1 "ealias" { xfail *-*-* } } } */ -/* { dg-final { scan-tree-dump-times "pp\..* = same as mystruct" 1 "ealias" { xfail *-*-* } } } */ +/* { dg-final { scan-tree-dump-times "someptr = .*same as mystruct" 1 "ealias" } } */ +/* { dg-final { scan-tree-dump-times "ui\..* = .*same as mystruct" 1 "ealias" } } */ +/* { dg-final { scan-tree-dump-times "pp\..* = .*same as mystruct" 1 "ealias" } } */ /* { dg-final { cleanup-tree-dump "ealias" } } */ diff --git a/gcc/testsuite/gcc.dg/tm/alias-2.c b/gcc/testsuite/gcc.dg/tm/alias-2.c index 761a99c2ab0..630680355dc 100644 --- a/gcc/testsuite/gcc.dg/tm/alias-2.c +++ b/gcc/testsuite/gcc.dg/tm/alias-2.c @@ -36,7 +36,7 @@ void foo() candy(); } -/* { dg-final { scan-tree-dump-times "ui\..* = same as mystruct" 1 "ealias" { xfail *-*-* } } } */ +/* { dg-final { scan-tree-dump-times "ui\..* = .*same as mystruct" 1 "ealias" } } */ /* { dg-final { scan-tree-dump-times "mystruct.*ESCAPED" 1 "ealias" } } */ -/* { dg-final { scan-tree-dump-times "pp = same as mystruct" 1 "ealias" { xfail *-*-* } } } */ +/* { dg-final { scan-tree-dump-times "pp = .*same as mystruct" 1 "ealias" } } */ /* { dg-final { cleanup-tree-dump "ealias" } } */ -- 2.30.2