Your patch

Mark Mitchell mark@codesourcery.com
Fri Mar 17 17:12:00 GMT 2000


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


More information about the Gcc-bugs mailing list