------- Comment #5 from pinskia at gcc dot gnu dot org 2005-11-24 17:05 ------- (In reply to comment #4) > c99_functions.c contains implementations of csqrt[fl], > which are the fixed glibc routines. We can remove > the "#if !defined(HAVE_CSQRTF)" and simply have gfortran > use its own versions.
For only targets which have a broken csqrtf yes. Please don't do it all the time. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25017