This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r234457 - in /trunk/gcc: cp/ChangeLog cp/tree.c...


Author: ppalka
Date: Thu Mar 24 15:59:53 2016
New Revision: 234457

URL: https://gcc.gnu.org/viewcvs?rev=234457&root=gcc&view=rev
Log:
Fix PR c++/62212 (ICE during mangling of array type)

gcc/cp/ChangeLog:

	PR c++/62212
	* tree.c (build_cplus_array_type): Determine type-dependentess
	with uses_template_parms instead of with dependent_type_p.

gcc/testsuite/ChangeLog:

	PR c++/62212
	* g++.dg/template/mangle2.C: New test.


Added:
    trunk/gcc/testsuite/g++.dg/template/mangle2.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/tree.c
    trunk/gcc/testsuite/ChangeLog


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]