This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r260356 - in /branches/c++-modules: ChangeLog.m...
- From: nathan at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Fri, 18 May 2018 11:37:09 -0000
- Subject: r260356 - in /branches/c++-modules: ChangeLog.m...
Author: nathan
Date: Fri May 18 11:37:09 2018
New Revision: 260356
URL: https://gcc.gnu.org/viewcvs?rev=260356&root=gcc&view=rev
Log:
Add lazy_module_defn cookie.
* cp-tree.h (DECL_MODULE_LAXY_DEGN, MAYBE_DECL_MODULE_LAZY_DEFN): New.
(struct lang_decl_min): Add lazy_module_defn field.
* module.c (trees_{in,out}::lang_decl_vals): Serialize it.
* ptree.c (cxx_print_decl): Print it.
Modified:
branches/c++-modules/ChangeLog.modules
branches/c++-modules/gcc/cp/cp-tree.h
branches/c++-modules/gcc/cp/module.c
branches/c++-modules/gcc/cp/ptree.c