Date: Sat, 15 May 2021 02:31:01 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 255890] lang/gcc10: intrinsic::ieee_arithmetic fails on aarch, powerpc architectures Message-ID: <bug-255890-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D255890 Bug ID: 255890 Summary: lang/gcc10: intrinsic::ieee_arithmetic fails on aarch, powerpc architectures Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: gerald@FreeBSD.org Reporter: yuri@freebsd.org Flags: maintainer-feedback?(gerald@FreeBSD.org) Assignee: gerald@FreeBSD.org This Fortran code: > program p > use, intrinsic :: ieee_arithmetic, only: IEEE_IS_NAN > write(*,*) ieee_is_nan(5.0) > end fails on these architectures: > Fatal Error: Cannot find an intrinsic module named 'ieee_arithmetic' Testcases: science/siesta, science/dftbplus --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-255890-7788>