r266670 - in /branches/c++-modules: ChangeLog.m...
nathan@gcc.gnu.org
nathan@gcc.gnu.org
Fri Nov 30 15:49:00 GMT 2018
Author: nathan
Date: Fri Nov 30 15:48:46 2018
New Revision: 266670
URL: https://gcc.gnu.org/viewcvs?rev=266670&root=gcc&view=rev
Log:
gcc/cp/
* class.c (fixup_type_variants): Copy TYPE_SIZE & TYPE_SIZE_UNIT.
(finish_struct): Use fixup_type_variants for template.
* module.cc (trees_{in.out}::core_vals): Don't serialize TYPE_SIZE
and TYPE_SIZE_UNIT for classes.
(trees_in::finish_type): Don't layout clesses here.
(module_state::{read,write}_class_def): Do it here.
Modified:
branches/c++-modules/ChangeLog.modules
branches/c++-modules/gcc/cp/class.c
branches/c++-modules/gcc/cp/module.cc
More information about the Gcc-cvs
mailing list