This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Condition branch on least significant bit
- From: Richard Henderson <rth at redhat dot com>
- To: Jan Hoogerbrugge <hoogerbrugge at hotmail dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 25 Jun 2003 12:17:33 -0700
- Subject: Re: Condition branch on least significant bit
- References: <Law9-F121dVvsO3Hv1300004501@hotmail.com>
On Wed, Jun 25, 2003 at 02:01:48PM +0200, Jan Hoogerbrugge wrote:
> I followed your and Michael's suggestion (thank you) and that seems to
> work.... almost. The problem is that I have a benchmark where gcc keeps on
> looping in reload1.c:
Dunno how to answer your question exactly without
examining the test case.
> - Should GET_CLASS_NARROWEST_MODE (MODE_INT) return BImode instead of
> SImode which it currently seems to do?
Probably yes it should return BImode.
No telling why this wouldn't have shown up with ia64...
r~