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]
Other format: [Raw text]

Re: [PATCH] libgfortran/24313 wrong branch cut for csqrt()


Steve Kargl wrote:
> The attached patch fixes a problem with chosing the
> proper branch cut for csqrt((0,-1)).  This problem 
> is also in glibc in that libgfortran imported glibc's
> csqrt{f}, which is used on OS's without these functions
> in libm.

Does this mean that the test will fail on all platforms which use glibc?  In
that case you should XFAIL the test and file a bug report with glibc.

- Tobi


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