This is the mail archive of the gcc-bugs@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]
Other format: [Raw text]

[Bug middle-end/19974] incorrect complex division on ia-64 with flag_complex_method = 2


------- Additional Comments From Thomas dot Koenig at online dot de  2005-02-16 20:51 -------
Checking this on i686-unknown-linux-gnu, I find the same
result with flag_complex_method=2 as on ia-64.  I am also
seeing the same result with logarithmic scaling (using frexp and
ldexp). Maybe I'm being bitten by the decimal fractions not being exactly
representable in binary, and the Lapack failure has some other reason.

I'll keep looking.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19974


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