From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Henderson To: Richard Henderson Cc: "H.J. Lu" , Richard Kenner , egcs@cygnus.com Subject: Re: patch for HJ's alpha isinff problem Date: Mon, 16 Feb 1998 16:56:00 -0000 Message-id: <19980216170138.27223@dot.cygnus.com> References: <9802161123.AA20638@vlsi1.ultra.nyu.edu> <19980216160331.34598@dot.cygnus.com> X-SW-Source: 1998-02/msg00784.html On Mon, Feb 16, 1998 at 04:03:31PM -0800, I wrote: > Here is a patch that fixes what is exposed by HJ's test case, though > I am sure there are other places that are still broken. The patch > is against egcs current, but it applies correctly to 2.8.1 with a > little fuzz. Bother. There's a bug in what I just sent -- the expand_compound_operation bit should check the code of the operation before proceeding. A revised patch is attached. r~