Add PR numbers to entries for last commit

From-SVN: r57998
This commit is contained in:
Zack Weinberg 2002-10-09 21:32:31 +00:00
parent 95f79357c5
commit 85cd7be84d
2 changed files with 2 additions and 0 deletions

View 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.

View 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.