diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/cp/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index a274714..f37530d 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,5 +1,10 @@ 2005-04-05 Mark Mitchell <mark@codesourcery.com> + PR c++/20763 + * decl.c (grokdeclarator): Correct attribute handling. + +2005-04-05 Mark Mitchell <mark@codesourcery.com> + PR c++/19159 * decl2.c (import_export_decl): Use non-COMDAT external linkage for virtual tables, typeinfo, etc. that will be emitted in only diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index c5cfda2..21becd6 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2005-04-05 Mark Mitchell <mark@codesourcery.com> + + PR c++/20763 + * g++.dg/ext/attrib21.C: New test. + 2004-04-05 Devang Patel <dpatel@apple.com> * lib/target-supports.exp (check_effective_target_vect_shif): New. |