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:
parent
2ffa7e6255
commit
77ae5fa4bc
@ -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,
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user