Re: gcc-4.3 optimizer bugs?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Jakub Jelinek wrote:

> If it is on i?86, might very well be a problem caused by excess precision.
> Try -O2 -msse2 -mfpmath=sse to see if it helps, you likely need some
> volatile temporaries to ensure results are rounded down to the desired
> float resp. double precision (when results are kept within FP stack, they
> use extended precision).
> If not, using binary search between -O0 and -O2 objects you can easily
> find the problematic object and with some extra effort even the
> problematic function.  Create a self-contained testcase from it (main
> calling the problematic function with some arguments that reproduce it (if
> needed make it __attribute__((noinline)), add stubs for functions the
> problematic function calls) and report.
> 
> Jakub

x86_64.  I guess that's the same?

-- 
fedora-devel-list mailing list
fedora-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-devel-list

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Fedora Announce]     [Fedora Kernel]     [Fedora Testing]     [Fedora Formulas]     [Fedora PHP Devel]     [Kernel Development]     [Fedora Legacy]     [Fedora Maintainers]     [Fedora Desktop]     [PAM]     [Red Hat Development]     [Gimp]     [Yosemite News]
  Powered by Linux