mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-04 04:40:27 +08:00
Fix PR number.
From-SVN: r122804
This commit is contained in:
parent
222725d08c
commit
ed574fe919
@ -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.
|
||||
|
||||
|
@ -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>
|
||||
|
@ -1,4 +1,4 @@
|
||||
// PR c++/20924
|
||||
// PR c++/30924
|
||||
|
||||
template<typename T>
|
||||
struct x {};
|
||||
|
Loading…
x
Reference in New Issue
Block a user