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: [bugs] Next long double problem: cacos


Jan Hubicka <jh@suse.cz> writes:

> > 
> > Honza,
> > 
> > what's going on here? The instruction "fxch %st(1) is totally bogus.
> The reg-stack pass got quite overactive on fxch motion and missed
> implicit reg-stack usage in call instruction.

> This patch should fix the problem. It is probably not needed for branch,
> sicne in i386 no functions return value in more than one stack register
> so fxch is not needed.
> 
> Thanks for excellent bugrepoprt and analysis.

Thanks for the fast feedback - this fixed the bug indeed,

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


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