r257589 - in /branches/c++-modules: ChangeLog.m...
nathan@gcc.gnu.org
nathan@gcc.gnu.org
Mon Feb 12 16:56:00 GMT 2018
Author: nathan
Date: Mon Feb 12 16:56:28 2018
New Revision: 257589
URL: https://gcc.gnu.org/viewcvs?rev=257589&root=gcc&view=rev
Log:
BINFOs imported by reference.
gcc/cp/
* module.c (trees_{in_out}::tree_binfo): New.
(trees_out::maybe_insert): New.
(trees_out::insert): Use it.
(trees_{in,out}::define_class): Stream remaining binfo contents.
(trees_{in,out}::start): Don't expect BINFOs.
(trees_{in,out}::core_vals): Likewise.
(trees_{in,out}::tree_node): Use tt_binfo.
(trees_out::tree_node): Stream a class's child binfos.
(trees_in::finish_type): Likewise.
Modified:
branches/c++-modules/ChangeLog.modules
branches/c++-modules/gcc/cp/module.c
More information about the Gcc-cvs
mailing list