This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Re: gcc ICE on alpha with "-O2 -mieee"
- To: Jeffrey A Law <law at cygnus dot com>
- Subject: Re: [PATCH] Re: gcc ICE on alpha with "-O2 -mieee"
- From: Jakub Jelinek <jakub at redhat dot com>
- Date: Thu, 29 Jun 2000 18:01:53 +0200
- Cc: rth at cygnus dot com, gcc-patches at gcc dot gnu dot org
- References: <20000629122105.G474@sunsite.ms.mff.cuni.cz> <8586.962292786@upchuck>
- Reply-To: Jakub Jelinek <jakub at redhat dot com>
On Thu, Jun 29, 2000 at 09:33:06AM -0600, Jeffrey A Law wrote:
>
> In message <20000629122105.G474@sunsite.ms.mff.cuni.cz>you write:
> > On Wed, Jun 28, 2000 at 01:53:53PM -0700, Richard Henderson wrote:
> > > On Wed, Jun 28, 2000 at 10:42:07PM +0200, Jakub Jelinek wrote:
> > > > Ouch, you were faster. I just managed to distille the testcase...
> > > >
> > > > float foo(unsigned char n)
> > > > {
> > > > float r = 10 * n;
> > > > asm volatile("" : : : "memory");
> > > > return r;
> > > > }
> > >
> > > You might go ahead and put this in a form for gcc.dg.
> >
> > Is this ok to commit?
> >
> > 2000-06-29 Jakub Jelinek <jakub@redhat.com>
> >
> > * gcc.dg/20000629-2.c: New test.
> If the bug hasn't been fixed, then it should be marked as an expected
> failure. Else it's OK as-is.
It has been fixed yesterday by Richard.
Jakub