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]

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


Author: nathan
Date: Mon Jun  5 17:31:26 2017
New Revision: 248882

URL: https://gcc.gnu.org/viewcvs?rev=248882&root=gcc&view=rev
Log:
	More Pod struct
	gcc/cp/
	* cp-tree.h (default_hash_traits): Make non-deletable.
	(cpms_out::non_null): New hash trait.
	(cpms_in::traits): Use simple_hashmap_traits.
	(cpms_in::define_class, cpms_in::finish_type): Propagate
	completeness.
	(cpms_in::finish_type): Deal with pointer/ref to.
	(cpms_{out,in}::core_vals): Stream ints, pointer/ref to.
	(cpms_{out,in}::tree_node): Interstitial typedef.
	gcc/testsuite/
	* g++.dg/modules/class-1_[abc].C: Extend.
	* g++.dg/modules/class-2_[ab].C: New.

Added:
    branches/c++-modules/gcc/testsuite/g++.dg/modules/class-2_a.C
    branches/c++-modules/gcc/testsuite/g++.dg/modules/class-2_b.C
      - copied unchanged from r248828, branches/c++-modules/gcc/testsuite/g++.dg/modules/class-1_d.C
Removed:
    branches/c++-modules/gcc/testsuite/g++.dg/modules/class-1_d.C
Modified:
    branches/c++-modules/ChangeLog.modules
    branches/c++-modules/gcc/cp/class.c
    branches/c++-modules/gcc/cp/cp-tree.h
    branches/c++-modules/gcc/cp/module.c
    branches/c++-modules/gcc/testsuite/g++.dg/modules/class-1_a.C
    branches/c++-modules/gcc/testsuite/g++.dg/modules/class-1_b.C
    branches/c++-modules/gcc/testsuite/g++.dg/modules/class-1_c.C


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