diff options
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r-- | gcc/cp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index c91df8ebbe7..281f21684e7 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,8 @@ +2003-07-11 Nathanael Nerode <neroden@gcc.gnu.org> + + PR c++/11437 + * operators.def: Add definitions for __imag__, __real__. + 2003-07-11 Nathan Sidwell <nathan@codesourcery.com> PR c++/11050 |