mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-07 13:30:26 +08:00
* gcc.dg/920413-1.c: Allow for 'traditional C rejects 'U' suffix' warning.
From-SVN: r35619
This commit is contained in:
parent
204772eb9c
commit
be875f8044
@ -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.
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user