* gcc.dg/920413-1.c: Allow for 'traditional C rejects 'U' suffix' warning.

From-SVN: r35619
This commit is contained in:
Geoff Keating 2000-08-11 03:58:55 +00:00 committed by Geoffrey Keating
parent 204772eb9c
commit be875f8044
2 changed files with 6 additions and 1 deletions

View 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.

View 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;
}