This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

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


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~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]