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]: size_zero_node


    Here's a question:  Why do we set TYPE_SIZE on VOID_TYPE at all?

Because an unset TYPE_SIZE means an complete type and VOID_TYPE isn't.
Perhaps a shorter answer is "why not?".

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