Fix PR number.

From-SVN: r122804
This commit is contained in:
Mark Mitchell 2007-03-10 19:48:44 +00:00 committed by Mark Mitchell
parent 222725d08c
commit ed574fe919
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
2007-03-10 Mark Mitchell <mark@codesourcery.com>
PR c++/20924
PR c++/30924
* tree.c (walk_type_fields): Recurse into the element type of
ARRAY_TYPEs if there is a pointer set.

View File

@ -1,6 +1,6 @@
2007-03-10 Mark Mitchell <mark@codesourcery.com>
PR c++/20924
PR c++/30924
* g++.dg/template/array18.C: New test.
2007-03-10 Dirk Mueller <dmueller@suse.de>

View File

@ -1,4 +1,4 @@
// PR c++/20924
// PR c++/30924
template<typename T>
struct x {};