diff options
author | Nathan Sidwell <nathan@codesourcery.com> | 2003-07-02 14:30:53 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@gcc.gnu.org> | 2003-07-02 14:30:53 +0000 |
commit | 300e89a2b66eb8d9d9467168251927525d5c4fe8 (patch) | |
tree | c7270cd5c87616a67700ed7086e69da94972c8fc /gcc/ChangeLog | |
parent | eaac6968d6102aa421ef9109d2440b520fad0a76 (diff) | |
download | gcc-300e89a2b66eb8d9d9467168251927525d5c4fe8.tar.gz |
re PR c++/11072 (Implementation of offsetof macro)
PR c++/11072
* ginclude/stddef.h (offsetof): Remove cast to 'char &'. Explain why.
testsuite:
PR c++/11072
* g++.dg/other/offsetof2.C: XFAIL.
* g++.dg/other/offsetof5.C: New.
From-SVN: r68831
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c832f240734..89afad458a7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-07-02 Nathan Sidwell <nathan@codesourcery.com> + + PR c++/11072 + * ginclude/stddef.h (offsetof): Remove cast to 'char &'. Explain why. + 2003-07-02 Andreas Schwab <schwab@suse.de> * dbxout.c (pending_bincls): Only define if DBX_DEBUGGING_INFO. @@ -6209,6 +6214,7 @@ Fri May 23 21:19:31 CEST 2003 Jan Hubicka <jh@suse.cz> 2003-05-18 Neil Booth <neil@daikokuya.co.uk> * config/sparc/sparc.h: Define sparc for now. + 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org> * config.gcc: Clear xm_file, md_file at the beginning of each pass. |