This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Problem on i386 with -fpic -fomit-frame-pointer
- To: Richard Henderson <rth at cygnus dot com>
- Subject: Re: Problem on i386 with -fpic -fomit-frame-pointer
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Thu, 08 Oct 1998 22:39:22 -0600
- cc: Bernd Schmidt <crux at pool dot informatik dot rwth-aachen dot de>, egcs at cygnus dot com, hjl at gnu dot org
- Reply-To: law at cygnus dot com
In message <19981008213426.B13335@dot.cygnus.com>you write:
> I think CONST_DOUBLE_OK_FOR_LETTER_P is probably wrong. One of the
> problems I'd fixed during the mov*f changes was to correct the fact
> that PREFERRED_RELOAD_CLASS for those special constants was NO_REGS,
> which was what was causing reload to drop things to memory in the
> first place.
>
> Which was the offending file? e_hypot.c?
e_hypotl.c according to Bernd's message.
jeff