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]

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


Author: nathan
Date: Wed Jun 14 19:36:49 2017
New Revision: 249205

URL: https://gcc.gnu.org/viewcvs?rev=249205&root=gcc&view=rev
Log:
	Classes complete - Vcall indices and friends added.
	gcc/cp/
	* module.c (cpms_{out,in}::tree_pair_vec): New.
	(cpms_{out,in}::define_class): Stream vcall indices and friend
	list.
	gcc/testsuite/
	* g++.dg/module/class-6_[abc].C: New.

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


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