mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-10 01:46:58 +08:00
* g++.dg/other/offsetof1.C: Avoid cast warning.
From-SVN: r56614
This commit is contained in:
parent
2559486f3e
commit
ac2a2d6f2f
@ -1,3 +1,7 @@
|
||||
2002-08-27 Nathan Sidwell <nathan@codesourcery.com>
|
||||
|
||||
* g++.dg/other/offsetof1.C: Avoid cast warning.
|
||||
|
||||
2002-08-26 Ziemowit Laski <zlaski@apple.com>
|
||||
|
||||
* objc.dg/super-class-2.m: New test.
|
||||
|
@ -11,4 +11,4 @@ struct F
|
||||
char j;
|
||||
};
|
||||
|
||||
static int ary[((unsigned) &((struct F *)0)->j)];
|
||||
static int ary[((__SIZE_TYPE__)&((struct F *)0)->j)];
|
||||
|
Loading…
Reference in New Issue
Block a user