From 77ae5fa4bccf760d2aa8a373bee67a5aedc8891b Mon Sep 17 00:00:00 2001 From: Zack Weinberg Date: Sat, 26 Aug 2000 18:13:45 +0000 Subject: tr-warn4.c: Remove unconstrained .* from dg-warning regexps. * gcc.dg/cpp/tr-warn4.c: Remove unconstrained .* from dg-warning regexps. From-SVN: r35997 --- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/gcc.dg/cpp/tr-warn4.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'gcc') diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index b1b5272..65ef706 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2000-08-26 Zack Weinberg + + * gcc.dg/cpp/tr-warn4.c: Remove unconstrained .* from + dg-warning regexps. + 2000-08-25 Joseph S. Myers * gcc.dg/format-ext-3.c, gcc.dg/format-ext-4.c, diff --git a/gcc/testsuite/gcc.dg/cpp/tr-warn4.c b/gcc/testsuite/gcc.dg/cpp/tr-warn4.c index 1083977..fb9dee9 100644 --- a/gcc/testsuite/gcc.dg/cpp/tr-warn4.c +++ b/gcc/testsuite/gcc.dg/cpp/tr-warn4.c @@ -4,9 +4,9 @@ /* { dg-do preprocess } */ /* { dg-options "-Wtraditional -fno-show-column" } */ -#if 1U /* { dg-warning "traditional C rejects.*suffix" "numeric constant suffix" } */ +#if 1U /* { dg-warning "traditional C rejects" "numeric constant suffix" } */ #endif -#if 1u /* { dg-warning "traditional C rejects.*suffix" "numeric constant suffix" } */ +#if 1u /* { dg-warning "traditional C rejects" "numeric constant suffix" } */ #endif #if 1L #endif -- cgit v1.1