tr-warn4.c: Remove unconstrained .* from dg-warning regexps.

* gcc.dg/cpp/tr-warn4.c: Remove unconstrained .* from
	dg-warning regexps.

From-SVN: r35997
This commit is contained in:
Zack Weinberg 2000-08-26 18:13:45 +00:00 committed by Zack Weinberg
parent 2ffa7e6255
commit 77ae5fa4bc
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2000-08-26 Zack Weinberg <zack@wolery.cumb.org>
* gcc.dg/cpp/tr-warn4.c: Remove unconstrained .* from
dg-warning regexps.
2000-08-25 Joseph S. Myers <jsm28@cam.ac.uk>
* gcc.dg/format-ext-3.c, gcc.dg/format-ext-4.c,

View File

@ -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