http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54026

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-07-19 
16:44:20 UTC ---
The problem is that for incomplete types TYPE_HAS_MUTABLE_P is never going to
be true, as finish_struct_1 hasn't been called yet, therefore not
check_bases_and_members and check_field_decls which sets CLASSTYPE_HAS_MUTABLE.

Reply via email to