Unreviewed patches

Alexandre Oliva aoliva@redhat.com
Tue Mar 29 22:02:00 GMT 2005


On Mar 29, 2005, Zack Weinberg <zack@codesourcery.com> wrote:

> Richard Sandiford <rsandifo@redhat.com> writes:
>> http://gcc.gnu.org/ml/gcc-patches/2005-03/msg01840.html
>> http://gcc.gnu.org/ml/gcc-patches/2005-03/msg01849.html
>> Remove uses of *intSI_type_node from middle-end.  I later
>> discovered that this is PR 19537.

> I'm also of the opinion that the c4x port is wrong in making QImode
> be 32 bits wide; that it should instead leave SImode at its usual
> size and not use QI or HI modes at all.

This doesn't make sense.  BITS_PER_UNIT defines the minimal-sized
addressable unit, and AFAIK that's 32 bits for c4x.  QImode is, by
definition, an integer type whose width is BITS_PER_UNIT.

-- 
Alexandre Oliva             http://www.ic.unicamp.br/~oliva/
Red Hat Compiler Engineer   aoliva@{redhat.com, gcc.gnu.org}
Free Software Evangelist  oliva@{lsd.ic.unicamp.br, gnu.org}



More information about the Gcc-patches mailing list