diff options
-rw-r--r-- | contrib/gcc/cp/ChangeLog | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/contrib/gcc/cp/ChangeLog b/contrib/gcc/cp/ChangeLog index 7cd1fb4..7629e8b 100644 --- a/contrib/gcc/cp/ChangeLog +++ b/contrib/gcc/cp/ChangeLog @@ -1,9 +1,9 @@ -2007-09-29 Jason Merrill <jason@redhat.com>
-
- PR c++/33094
- * decl.c (make_rtl_for_nonlocal_decl): It's ok for a member
- constant to not have DECL_EXTERNAL if it's file-local.
-
+2007-09-29 Jason Merrill <jason@redhat.com> + + PR c++/33094 + * decl.c (make_rtl_for_nonlocal_decl): It's ok for a member + constant to not have DECL_EXTERNAL if it's file-local. + 2007-08-24 Jakub Jelinek <jakub@redhat.com> PR c++/31941 |