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]

r271924 - in /branches/c++-modules: ChangeLog.m...


Author: nathan
Date: Tue Jun  4 18:47:16 2019
New Revision: 271924

URL: https://gcc.gnu.org/viewcvs?rev=271924&root=gcc&view=rev
Log:
	gcc/cp/
	* class.c (maybe_add_class_template_decl): Mark (some) local
	templates.
	* module.cc (friend_from_decl_list): Some friends are overloads.
	(trees_{in,out}::core_vals): Stream TREE_VEC CHAIN.
	(trees_out::mark_class_def): Directly mark friend decls.
	gcc/testsuite/
	* g++.dg/modules/tpl-friend-6_[ab].C: New.

Added:
    branches/c++-modules/gcc/testsuite/g++.dg/modules/tpl-friend-6_a.C
    branches/c++-modules/gcc/testsuite/g++.dg/modules/tpl-friend-6_b.C
Modified:
    branches/c++-modules/ChangeLog.modules
    branches/c++-modules/gcc/cp/class.c
    branches/c++-modules/gcc/cp/module.cc


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