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


>>>>> "Richard" == Richard Kenner <kenner@vlsi1.ultra.nyu.edu> writes:

    Richard> On the other hand, I don't have a strong feeling about it
    Richard> and you seem to.

OK.  Nathan, please test just not setting TYPE_SIZE for `void',
removing the extra check in cp/typeck.c.  And let's create that
COMPLETE_TYPE_P macro while we're at it, for ease of use in the
future.  (All it has to do is check TYPE_SIZE for non-NULLness, with
this change.)

Thanks!

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

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