Commit ed574fe9 by Mark Mitchell Committed by Mark Mitchell

Fix PR number.

From-SVN: r122804
parent 222725d0
2007-03-10 Mark Mitchell <mark@codesourcery.com> 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 * tree.c (walk_type_fields): Recurse into the element type of
ARRAY_TYPEs if there is a pointer set. ARRAY_TYPEs if there is a pointer set.
......
2007-03-10 Mark Mitchell <mark@codesourcery.com> 2007-03-10 Mark Mitchell <mark@codesourcery.com>
PR c++/20924 PR c++/30924
* g++.dg/template/array18.C: New test. * g++.dg/template/array18.C: New test.
2007-03-10 Dirk Mueller <dmueller@suse.de> 2007-03-10 Dirk Mueller <dmueller@suse.de>
// PR c++/20924 // PR c++/30924
template<typename T> template<typename T>
struct x {}; struct x {};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment