Commit 77ae5fa4 by Zack Weinberg Committed by Zack Weinberg

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

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

From-SVN: r35997
parent 2ffa7e62
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment