This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [3.4/4.0 patch RFA] Fix PR 25613
- From: Joern RENNECKE <joern dot rennecke at st dot com>
- To: Kaz Kojima <kkojima at rr dot iij4u dot or dot jp>
- Cc: gcc-patches at gcc dot gnu dot org, gdr at integrable-solutions dot net, aoliva at redhat dot com
- Date: Wed, 04 Jan 2006 14:53:02 +0000
- Subject: Re: [3.4/4.0 patch RFA] Fix PR 25613
- References: <20060104.231709.74754772.kkojima@rr.iij4u.or.jp>
:REVIEWMAIL:
Kaz Kojima wrote:
...
for the testcase in PR 25613. It seems that the above check
was a temporary one to confirm the use of constraints introduced
when some SH single character constraints were renamed to
multiple character constraints and that check was removed on
4.1/trunk
Yes. When it was time to add some more constraints, I decided that there
was no point in continuing to maintain these sanity checks.
but it's forgotten to remove on the 3.4/4.0 branches.
I was not aware that the sanity checks caused problems on the branches.
Thanks for looking into this problem.
The attached patch is to remove the ckeck. It's tested with
bootstrap and the top level "make -k check" on 3.4 and 4.0
branches for sh4-unknown-linux-gnu with no new failures.
Ok for 3.4 and 4.0 branches?
OK.