Commit be875f80 by Geoff Keating Committed by Geoffrey Keating

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

From-SVN: r35619
parent 204772eb
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;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment