* gcc.dg/cpp/tr-warn4.c: Remove unconstrained .* from
dg-warning regexps.
From-SVN: r35997
+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,
/* { 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