OSDN Git Service

Fix typo
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 5 Apr 2005 18:21:00 +0000 (18:21 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 5 Apr 2005 18:21:00 +0000 (18:21 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97643 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index a274714..f37530d 100644 (file)
@@ -1,5 +1,10 @@
 2005-04-05  Mark Mitchell  <mark@codesourcery.com>
 
 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
        PR c++/19159
        * decl2.c (import_export_decl): Use non-COMDAT external linkage
        for virtual tables, typeinfo, etc. that will be emitted in only
index c5cfda2..21becd6 100644 (file)
@@ -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.
 2004-04-05  Devang Patel  <dpatel@apple.com>
 
        * lib/target-supports.exp (check_effective_target_vect_shif): New.