re PR c++/63139 (Class-scope typedef overwrites typedef of previously defined class)
authorJason Merrill <jason@redhat.com>
Thu, 11 Sep 2014 13:50:27 +0000 (09:50 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 11 Sep 2014 13:50:27 +0000 (09:50 -0400)
commitc9e8561ef66905348871e477a99d70ef2a97d234
treea8ff0e0f673ab2dad9f082d285612678aafaedb7
parent89632536fc913518954ea0c4b6d749d898c6a543
re PR c++/63139 (Class-scope typedef overwrites typedef of previously defined class)

PR c++/63139
* pt.c (tsubst_pack_expansion): Simplify substitution into T....
(tsubst): Don't throw away PACK_EXPANSION_EXTRA_ARGS.

From-SVN: r215171
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/g++.dg/cpp0x/variadic161.C [new file with mode: 0644]