This is the mail archive of the gcc-bugs@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: Your patch


>>>>> "Jason" == Jason Merrill <jason@cygnus.com> writes:

    Jason> Would it work to just change size_zero_node to bitsizetype?

Not quite; there are places (like the C front-end's c_alignof) which
expect to be returning trees of type sizetype (created with size_int),
but also return size_zero_node.  I guess we could create
bitsize_zero_node.

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