BINFO_OFFSET
Mark Mitchell
mark@codesourcery.com
Sun Feb 20 10:47:00 GMT 2000
>>>>> "Richard" == Richard Kenner <kenner@vlsi1.ultra.nyu.edu> writes:
Richard> Sometimes it's passed to ssize_binop, meaning that it is
Richard> supposed to be of type ssizeype, but something it's
Richard> passed to size_binop, meaning that it's supposed to be
Richard> sizetype. Which is correct?
In the C++ front-end, BINFO_OFFSET always has type sizetype, to the
best of my knowledge. However, we often need to subtract one
BINFO_OFFSET from another, and that often yields negative values. (In
other words, we ask the question: how far is it from this sub-object
to this other sub-object?)
--
Mark Mitchell mark@codesourcery.com
CodeSourcery, LLC http://www.codesourcery.com
More information about the Gcc
mailing list