[ping] [4.5/m32c] libstdc++ build crashes emitting debug_info

DJ Delorie dj@redhat.com
Fri Apr 16 21:46:00 GMT 2010


> The sizetype operand should always be sign-extended even if it is
> unsigned.

Really?  How do you do foo[-1] then?

Remember - this is a problem *because* sizetype is smaller than a
pointer, so it matters which way you extend.  You can't rely on
type-wrapping to make large unsigned constants work as negatives.



More information about the Gcc-patches mailing list