This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/51671] g++ fails to allow a redundant typedef if the redundant typedef depends on a template parameter
- From: "paolo.carlini at oracle dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 24 Dec 2011 12:11:22 +0000
- Subject: [Bug c++/51671] g++ fails to allow a redundant typedef if the redundant typedef depends on a template parameter
- Auto-submitted: auto-generated
- References: <bug-51671-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51671
--- Comment #3 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-12-24 12:11:22 UTC ---
I suppose tweaking comp_array_types should do it...