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


    I assume that you mean "an unset TYPE_SIZE means an *incomplete* type
    and VOID_TYPE isn't"?

Yes.

    But `void' *is* incomplete.

I don't see it that way.  I see it anp complete type that represents
nothing.  I view an incomplete type as one that can be completed later
and void cannot.

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