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/19551] [3.4/4.0 Regression] LAPACK routine claic1.f bug


------- Additional Comments From jakub at gcc dot gnu dot org  2005-01-21 15:46 -------
-fno-builtin only matters in not adding pure attribute to csqrtf.
If you start the #5 testcase with
_Complex float csqrtf(_Complex float) __attribute__((pure));
instead, it fails even with -fno-builtin.
Reproduced on i386-redhat-linux, looking into it.

-- 


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


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