This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [PATCH] Re: gcc ICE on alpha with "-O2 -mieee"


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]