[Bug c++/21308] [3.4/4.0/4.1 Regression] Very high compile time
mmitchel at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sun Nov 6 19:41:00 GMT 2005
------- Comment #12 from mmitchel at gcc dot gnu dot org 2005-11-06 19:41 -------
Subject: Bug 21308
Author: mmitchel
Date: Sun Nov 6 19:41:18 2005
New Revision: 106566
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=106566
Log:
PR c++/21308
* class.c (sizeof_biggest_empty_class): New variable.
(record_subobject_offsets): Don't record offsets past biggest
empty class for data members. Replace vbases_p parameter with
is_data_member parameter.
(build_base_field): Adjust call.
(layout_class_type): Likewise. Maintain
sizeof_biggest_empty_class.
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/class.c
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21308
More information about the Gcc-bugs
mailing list