This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: cross question on egcs pre-1.1 testing
- To: corsepiu at faw dot uni-ulm dot de
- Subject: Re: cross question on egcs pre-1.1 testing
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Sat, 29 Aug 1998 01:10:53 -0600
- cc: joel at OARcorp dot com, egcs-bugs at cygnus dot com
- Reply-To: law at cygnus dot com
In message <35E7482A.7296811E@faw.uni-ulm.de>you write:
> This is a multi-part message in MIME format.
> --------------F8A569294154BC6692D50485
> * host: i686-pc-linux-gnulibc1, egcs-1.0.3a, binutils-2.9.1.0.7
> * target: sh-rtems, egcs-19980824, gas-19980825, newlib-1.8.0+rtems-patches
> * All languages seem to build successfully with --disable-multilib (=SH1 only)
>
> Ralf.
>
> PS.: I didn't cc this mail to the list due to the size of the *.ii file.
Sorry to say, but this one compiled fine for me too.
The good news is based on a hunch that some of the bugs I recently
fixed in regmove could be the culprit I played around a bit and found
that both bugs you reported were fixed by this change in the egcs-1.1
tree:
revision 1.28.2.3
date: 1998/08/18 17:13:12; author: law; state: Exp; lines: +2 -0
* regmove.c (fixup_match_2): Do not call reg_overlap_mentioned_p
on notes.
Fixes testsuite regression on the H8.
So, the SH should be a happy camper now.
jeff