public inbox for fortran@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: [PATCH] fortran: use fpu-glibc on powerpc*-unknown-freebsd
@ 2022-03-20 15:30 FX
  2022-04-13 14:56 ` Piotr Kubaj
  0 siblings, 1 reply; 10+ messages in thread
From: FX @ 2022-03-20 15:30 UTC (permalink / raw)
  To: gcc-patches, Fortran List; +Cc: pkubaj, segher

Hi,

(Please send all Fortran (front-end and libgfortran) patches in CC to the Fortran list.)

Please hold from pushing the patch as is, I have some questions:

- If FreeBSD has feenableexcept() and related functions, it should already use the fpu-glibc code, because of this:

if test "x${have_feenableexcept}" = "xyes"; then
  fpu_host='fpu-glibc'
  ieee_support='yes'
fi

So before the patch, what was configure.host returning, and what is the value of have_feenableexcept?

- Why restrict the patch to powerpc*? Don’t other FreeBSD targets have that function?
- How does the patch affect the results of “make check-gfortran”?


Thanks,
FX

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-04-30 19:17 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-20 15:30 [PATCH] fortran: use fpu-glibc on powerpc*-unknown-freebsd FX
2022-04-13 14:56 ` Piotr Kubaj
2022-04-13 15:27   ` FX
2022-04-14  0:49     ` Piotr Kubaj
2022-04-14  7:05       ` FX
2022-04-14 14:09         ` Piotr Kubaj
2022-04-28 17:09           ` Piotr Kubaj
2022-04-28 18:55             ` FX
2022-04-30 18:28               ` Piotr Kubaj
2022-04-30 19:17                 ` FX

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).