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]

r259255 - in /trunk/gcc: cp/ChangeLog cp/call.c...


Author: jason
Date: Mon Apr  9 20:53:31 2018
New Revision: 259255

URL: https://gcc.gnu.org/viewcvs?rev=259255&root=gcc&view=rev
Log:
	PR c++/85262 - ICE with redundant qualification on constructor.

	* call.c (build_new_method_call_1): Move make_args_non_dependent
	after A::A() handling.

Added:
    trunk/gcc/testsuite/g++.dg/parse/ctor10.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/call.c


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