[PATCH]: Fix PR/14915 Testsuite failure on mips-sgi-irix6.5 in

Ulrich Weigand weigand@i1.informatik.uni-erlangen.de
Tue Apr 13 23:30:00 GMT 2004


Roger Sayle wrote:

> However, I'd like to ask Ulrich and Joern to test this patch on s390
> and big-endian/little-endian SH respectively.  For this kind of change
> affecting bit vs. byte endianness issues, I think we need to test on
> more than just a single platform.  I'll try on a few platforms here.
> 
> > -      if (BITS_BIG_ENDIAN)
> > +      if (BYTES_BIG_ENDIAN)

As both BITS_BIG_ENDIAN and BYTES_BIG_ENDIAN are always defined as 1
on all s390/s390x targets, this is a no-op change here.

Bye,
Ulrich

-- 
  Dr. Ulrich Weigand
  weigand@informatik.uni-erlangen.de



More information about the Gcc-patches mailing list