This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: C++ PATCH: Another size crash


    -   else if (code == FIELD_DECL)

Why not just add "&& DECL_BIT_FIELD (decl)" to that line
and nothing else?  Doesn't that fix it too?

BTW, the bug with your crash13.C is just that set_sizetype forgets to
clear TYPE_MAIN_VARIANT.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]