* gcc.dg/920413-1.c: Allow for 'traditional C rejects 'U' suffix' warning.
authorGeoff Keating <geoffk@cygnus.com>
Fri, 11 Aug 2000 03:58:55 +0000 (03:58 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Fri, 11 Aug 2000 03:58:55 +0000 (03:58 +0000)
From-SVN: r35619

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/920413-1.c

index 78c52402857e026b1ceff9d3c17fd67112cd4397..3a5cd6f1a638e725d71a58fda1d92724cad1e378 100644 (file)
@@ -1,3 +1,8 @@
+2000-08-10  Geoff Keating  <geoffk@cygnus.com>
+
+       * gcc.dg/920413-1.c: Allow for 'traditional C rejects 'U' suffix'
+       warning.
+
 2000-08-10  Nathan Sidwell  <nathan@codesourcery.com>
 
        * g++.old-deja/g++.other/array3.C: New test.
index db67ede37c24708bedaf86b569622419855922b8..6e8fff7eb0b95d855485e5431f8ced4384b2a31b 100644 (file)
@@ -5,6 +5,6 @@ int
 x (b)
 {
   return
-  4294967295U   /* { dg-warning "width of integer constant" } */
+  4294967295U   /* { dg-warning "width of integer|traditional C rejects" } */
    / (unsigned long) b;
 }