This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: -mfpmath=sse -mno-80387 troubles
- From: tbp <tbptbp at gmail dot com>
- To: Uros Bizjak <uros at kss-loka dot si>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 27 Jan 2005 16:19:26 +0100
- Subject: Re: -mfpmath=sse -mno-80387 troubles
- References: <41F8E9DA.9050504@kss-loka.si>
- Reply-to: tbp <tbptbp at gmail dot com>
On Thu, 27 Jan 2005 14:17:14 +0100, Uros Bizjak <uros@kss-loka.si> wrote:
> These are now known problems :)
I should have added that it's not the first time i get an ICE when
forcing a function to be inlined.
> In latest CVS, these problems should be fixed. Please try to compile
> your code with the latest CVS gcc, and if it still crashes, please file
> a bugreport. If you spot an x87 constant, please add a testcase to
> PR19653. However ...
Ok, will do tomorrow.
> >Here's the kind of ICE i'm running into.
> ... this problem should be fixed in CVS a couple of weeks ago by
> http://gcc.gnu.org/ml/gcc-cvs/2005-01/msg00466.html and a pack of
> follow-up patches.
Ah. I suppose i was unlucky enough to do the check out just before
that one got in.
Thanks!