Possible C++ patch: mangling of 128-bit integers

Richard Henderson rth@redhat.com
Wed Mar 13 12:39:00 GMT 2002


On Wed, Mar 13, 2002 at 11:51:03AM +0000, Richard Sandiford wrote:
> ! 		  if (GET_MODE_BITSIZE (TYPE_MODE (type)) == 128)

   TYPE_MODE (type) == TImode

seems more correct.  Otherwise e.g. V4SImode and V8HImode
and V16QImode will all be mangled as 'o'.


r~



More information about the Gcc-patches mailing list