This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Possible C++ patch: mangling of 128-bit integers
- From: Richard Henderson <rth at redhat dot com>
- To: Richard Sandiford <rsandifo at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Wed, 13 Mar 2002 12:39:05 -0800
- Subject: Re: Possible C++ patch: mangling of 128-bit integers
- References: <wvnzo1cvg7s.fsf@talisman.cambridge.redhat.com>
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~