OSDN Git Service

* gcc.dg/cpp/ucs.c: Improved long UCS test.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / cpp / tr-warn4.c
index 1083977..14dd8a3 100644 (file)
@@ -4,16 +4,16 @@
 /* { 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
 #if 1l
 #endif
   
-#line 17 "sys-header.h" 3
+# 17 "sys-header.h" 3
 /* We are in system headers now, no -Wtraditional warnings should issue.  */
 
 #if 1U