This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/21308] [4.0/4.1 Regression] Very high compile time
- From: "dberlin at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Apr 2005 23:07:09 -0000
- Subject: [Bug c++/21308] [4.0/4.1 Regression] Very high compile time
- References: <20050430213729.21308.peturrun@internet.is>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From dberlin at gcc dot gnu dot org 2005-04-30 23:07 -------
All the time is in walk_subobject_offsets.
...
#10 0x080e8dc9 in walk_subobject_offsets (type=0x400d08dc, f=0x80e8188
<record_subobject_offset>, offset=0x400261b0, offsets=0x8877418,
max_offset=0x0, vbases_p=1) at class.c:3258
#11 0x080e9655 in record_subobject_offsets (type=0x400d08dc, offset=0x400261b0,
offsets=0x8877418, vbases_p=1) at class.c:3320
#12 0x080f0e88 in layout_class_type (t=0x400d0af8, virtuals_p=0xbfffec3c) at
class.c:4674
#13 0x080f287e in finish_struct_1 (t=0x400d0af8) at class.c:4942
#14 0x080f4002 in finish_struct (t=0x400d0af8, attributes=0x0) at class.c:5137
#15 0x08128075 in cp_parser_class_specifier (parser=0x400c0750) at parser.c:12494
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21308