]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
wtr-aggr-init-1.c, [...]: Update.
authorNeil Booth <neilb@earthling.net>
Thu, 7 Dec 2000 23:21:09 +0000 (23:21 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Thu, 7 Dec 2000 23:21:09 +0000 (23:21 +0000)
        * gcc.dg/wtr-aggr-init-1.c, wtr-escape-1.c, wtr-int-type-1.c,
        wtr-label-1.c, wtr-static-1.c, wtr-strcat-1.c, wtr-suffix-1.c,
        wtr-switch-1.c, wtr-unary-plus-1.c, wtr-union-init-1.c
        wtr-union-init-2.c, wtr-union-init-3.c: Update.
        * gcc.dg/cpp/extratokens.c, tr-warn4.c, tr-warn5.c, tr-warn6.c:
        Update.

From-SVN: r38121

17 files changed:
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/cpp/extratokens.c
gcc/testsuite/gcc.dg/cpp/tr-warn4.c
gcc/testsuite/gcc.dg/cpp/tr-warn5.c
gcc/testsuite/gcc.dg/cpp/tr-warn6.c
gcc/testsuite/gcc.dg/wtr-aggr-init-1.c
gcc/testsuite/gcc.dg/wtr-escape-1.c
gcc/testsuite/gcc.dg/wtr-int-type-1.c
gcc/testsuite/gcc.dg/wtr-label-1.c
gcc/testsuite/gcc.dg/wtr-static-1.c
gcc/testsuite/gcc.dg/wtr-strcat-1.c
gcc/testsuite/gcc.dg/wtr-suffix-1.c
gcc/testsuite/gcc.dg/wtr-switch-1.c
gcc/testsuite/gcc.dg/wtr-unary-plus-1.c
gcc/testsuite/gcc.dg/wtr-union-init-1.c
gcc/testsuite/gcc.dg/wtr-union-init-2.c
gcc/testsuite/gcc.dg/wtr-union-init-3.c

index 0b5ed35cce399c242e22b3c2dd9b0166605b2fdb..1888db7b120b8ded57fe4a73fbfa8d4dca77b9a5 100644 (file)
@@ -1,3 +1,12 @@
+2000-12-07  Neil Booth  <neilb@earthling.net>
+
+        * gcc.dg/wtr-aggr-init-1.c, wtr-escape-1.c, wtr-int-type-1.c,
+        wtr-label-1.c, wtr-static-1.c, wtr-strcat-1.c, wtr-suffix-1.c,
+        wtr-switch-1.c, wtr-unary-plus-1.c, wtr-union-init-1.c
+        wtr-union-init-2.c, wtr-union-init-3.c: Update.
+        * gcc.dg/cpp/extratokens.c, tr-warn4.c, tr-warn5.c, tr-warn6.c:
+        Update.
+
 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
 
        * gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: Use
index 42090ec5281482d6d4a46b1bb21dc42e08270c6e..0941be7c069c474f6181b955dd4cf853e119cdfe 100644 (file)
@@ -31,7 +31,7 @@
 
 #ident "something" bar /* { dg-error "extra tokens" "tokens after #ident" } */
 
-#line 36 "file.c" 3
+# 36 "file.c" 3
 
 /* ... but in a system header, it's acceptable.  */
 #ifdef KERNEL
index fb9dee95bca542a7e00f4ffb877c630a1b866c37..14dd8a3163e7f28a0325f02572ba6592626df286 100644 (file)
@@ -13,7 +13,7 @@
 #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
index ab301b3aa0707618d8857ed71f384d59185883f4..16dcf4c0866fbd35dab5907ae2cbc8cdecb3bb9e 100644 (file)
@@ -7,7 +7,7 @@
 #if +1 /* { dg-warning "unary plus operator" "unary plus operator" } */
 #endif
   
-#line 11 "sys-header.h" 3
+# 11 "sys-header.h" 3
 /* We are in system headers now, no -Wtraditional warnings should issue.  */
 
 #if +1
index 586c56c1044f0cbf731b94df2447c67f5ed1c642..5c94e4ca14ae420b8c0f353a583cba57c87e3158 100644 (file)
@@ -15,7 +15,7 @@
 /* Catch the second warning from the above line.  */
 /* { dg-warning "macro argument \"world\" would be stringified" "traditional stringification" { target *-*-* } 13 } */
 
-#line 19 "sys-header.h" 3
+# 19 "sys-header.h" 3
 /* We are in system headers now, no -Wtraditional warnings should issue.  */
 
 #define bar1(h) sdf "h3" fds "h"
index 259716e5e423092612ff681e305105a63f9e2c37..e283ea15df6f055b75f7227254962de42df1e1ef 100644 (file)
@@ -22,7 +22,7 @@ testfunc1 (void)
   f3 = f4;
 }
   
-#line 26 "sys-header.h" 3
+# 26 "sys-header.h" 3
 /* We are in system headers now, no -Wtraditional warnings should issue.  */
 
 struct foo f5 = { 0, 0 };
index a83bdc5117acd9bb8eda8e4f5074b6e1b6bda7e6..150b4ce15bfaebac5022b0015ce8b821e48ac7c5 100644 (file)
@@ -13,7 +13,7 @@ testfunc (void)
   c = '\x2'; /* { dg-warning "the meaning of" "escaped character warning " } */
   c = '\n';
 
-#line 17 "sys-header.h" 3
+# 17 "sys-header.h" 3
 /* We are in system headers now, no -Wtraditional warnings should issue.  */
 
   c = '\a';
index 76de1af4d6363ef71fed28134d40b87c99722242..52a54715af2d2f271e2ec8f7a90f243dca73008f 100644 (file)
@@ -25,7 +25,7 @@ testfunc (void)
      test passes and both matched by checking for "integer constant".  */
   i = 18446744073709551615; /* { dg-warning "integer constant" "integer constant" } */
   
-#line 29 "sys-header.h" 3
+# 29 "sys-header.h" 3
 /* We are in system headers now, no -Wtraditional warnings should issue.  */
 
   i = 0x80000000;
index 98f3eeba17313d9b8fdfeefb99cb4accffed27a6..38ccd16ad87726665e5f35683e6185dd5137c9b2 100644 (file)
@@ -28,7 +28,7 @@ testfunc1 (int foo6)
  j: ;
 }
   
-#line 32 "sys-header.h" 3
+# 32 "sys-header.h" 3
 /* We are in system headers now, no -Wtraditional warnings should issue.  */
 
 void
index 676b48231e4c27c5f3b94b84672f735c539d6ab7..f00cd8a7b5fa4d59c1bf888e92b01d59332577b9 100644 (file)
@@ -7,7 +7,7 @@
 static void testfunc1(void);
 void testfunc1(void) {} /* { dg-warning "non-static.*follows static" "non-static follows static" } */
 
-#line 11 "sys-header.h" 3
+# 11 "sys-header.h" 3
 /* We are in system headers now, no -Wtraditional warnings should issue.  */
 
 static void testfunc2(void);
index 06806b133478e689d69083302bd18ad3cca85e88..ca85a5c4077c984c728c5a89222cf3dfe3dd8c6e 100644 (file)
@@ -11,7 +11,7 @@ testfunc (void)
   
   foo = "hello" "hello"; /* { dg-warning "string concatenation" "string concatenation" } */
 
-#line 15 "sys-header.h" 3
+# 15 "sys-header.h" 3
 /* We are in system headers now, no -Wtraditional warnings should issue.  */
 
   foo = "hello" "hello";
index 056dbb7c7ec91dc8cae26c33f4469d7fc0e5482c..30e4959738d77519f47e93900f974a5b5053f4a9 100644 (file)
@@ -20,7 +20,7 @@ testfunc (void)
   f = 1.0L; /* { dg-warning "traditional C rejects the 'l' suffix" "numeric constant suffix" } */
   f = 1.0l; /* { dg-warning "traditional C rejects the 'l' suffix" "numeric constant suffix" } */
  
-#line 24 "sys-header.h" 3
+# 24 "sys-header.h" 3
 /* We are in system headers now, no -Wtraditional warnings should issue.  */
 
   i = 1L;
index c42cdb11031ce951704bea4423b2a0057730016a..e1c0d30df9a4c8c39f77955c7582eb27c1f1e787 100644 (file)
@@ -13,7 +13,7 @@ testfunc (long l)
     break;
   }
 
-#line 17 "sys-header.h" 3
+# 17 "sys-header.h" 3
 /* We are in system headers now, no -Wtraditional warnings should issue.  */
 
   switch (l)
index ec3cd19fa19cbad914eaafe4751468c95a24baed..b6b053c033d96f5a2f2ef53c94cf41534d6a36fd 100644 (file)
@@ -12,7 +12,7 @@ testfunc (void)
   i = +1; /* { dg-warning "unary plus operator" "unary plus operator" } */
   i = +i; /* { dg-warning "unary plus operator" "unary plus operator" } */
   
-#line 16 "sys-header.h" 3
+# 16 "sys-header.h" 3
 /* We are in system headers now, no -Wtraditional warnings should issue.  */
 
   i = +1;
index 1f00069d51040b9888cc3c4a7ed65803380efd0e..312bfa926003df71afa7ed737e30dfbc21fdc3c6 100644 (file)
@@ -17,7 +17,7 @@ testfunc (void)
   static union foo f1 = { 0 };
   static union foo f2 = { 1 }; /* { dg-warning "traditional C rejects initialization of unions" "initialization of unions" } */
 
-#line 21 "sys-header.h" 3
+# 21 "sys-header.h" 3
 /* We are in system headers now, no -Wtraditional warnings should issue.  */
 
   static union foo f3 = { 0 };
index 3c2aad71111142ab04e8e2e22061aa2555b214e2..6366ff326d88210eb7d20e1bb7af2479e9554ff3 100644 (file)
@@ -31,7 +31,7 @@ testfunc (void)
   static union foo1 f7 = {1.0}; /* { dg-warning "traditional C rejects initialization of unions" "initialization of unions" } */
   static union foo2 f8 = {1.0}; /* { dg-warning "traditional C rejects initialization of unions" "initialization of unions" } */
 
-#line 35 "sys-header.h" 3
+# 35 "sys-header.h" 3
 /* We are in system headers now, no -Wtraditional warnings should issue.  */
 
   static union foo1 b1 = {0};
index 3eec29e0c748a17ae66844f746efd00f9aed7255..c5d8e73a37721a139a9623c3f9decdf253b2a504 100644 (file)
@@ -50,7 +50,7 @@ testfunc (void)
   static struct baz2 f5 = { 1, 2, {0} };
   static struct baz2 f6 = { 1, 2, {1} }; /* { dg-warning "traditional C rejects initialization of unions" "initialization of unions" } */
 
-#line 54 "sys-header.h" 3
+# 54 "sys-header.h" 3
 /* We are in system headers now, no -Wtraditional warnings should issue.  */
 
   static union foo b1 = {{0,0}};