OSDN Git Service

Add PR numbers to entries for last commit
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 9 Oct 2002 21:32:31 +0000 (21:32 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 9 Oct 2002 21:32:31 +0000 (21:32 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57998 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index edb8694..32089cf 100644 (file)
@@ -1,5 +1,6 @@
 2002-10-09  Zack Weinberg  <zack@codesourcery.com>
 
+       PR c/7353
        * decl.c (start_decl): Unconditionally issue error for
        'typedef foo = bar'.
        (cp_finish_decl): Remove special case for TYPE_DECL with initializer.
index f3122fd..a0b6de2 100644 (file)
@@ -1,5 +1,6 @@
 2002-10-09  Zack Weinberg  <zack@codesourcery.com>
 
+       PR c/7353
        * g++.dg/ext/typedef-init.C: New test.
        * gcc.dg/typedef-init.c: New test.