From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id AF9673858284; Sat, 10 Sep 2022 13:43:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AF9673858284 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1662817438; bh=Fl27AOa3cV+l+L+SA4hPumMcxOF6hweKh3eFfoN3IZc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=xpDwFNEC4p3D+GKn3kL4YN7Vf082ufhZsxgjI3tOt/Af6LfFPmHhGeHBjxhr1beRQ C5JotVILQnlcikrvTQTuxG5Cux2KxMoOvaQpllipWTVRxTcPXwdCIZlrEws8i/0e5U yf6lH7SrwE264bP6xCeaDawHhSRGcDd+/wHKfypM= From: "vital.had at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/29383] Fortran 2003/F95[TR15580:1999]: Floating point exception (IEEE) support Date: Sat, 10 Sep 2022 13:43:56 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: fortran X-Bugzilla-Version: 4.2.0 X-Bugzilla-Keywords: patch X-Bugzilla-Severity: enhancement X-Bugzilla-Who: vital.had at gmail dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: fxcoudert at gcc dot gnu.org X-Bugzilla-Target-Milestone: 5.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D29383 Sergey Fedorov changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vital.had at gmail dot com --- Comment #20 from Sergey Fedorov --- I just got the same error when building OpenCoarrays on 10.6.8 for ppc32: /opt/local/var/macports/build/_opt_PPCRosettaPorts_science_OpenCoarrays/Ope= nCoarrays/work/OpenCoarrays-2.10.0/src/tests/integration/pde_solvers/coarra= yBurgers/main.F90:3:20: 3 | use, intrinsic :: ieee_arithmetic, only : ieee_is_nan | 1 Fatal Error: Cannot find an intrinsic module named 'ieee_arithmetic' at (1) compilation terminated. Error: command: `/opt/local/bin/mpif90-mpich-gcc12 -I/opt/local/var/macports/build/_opt_PPCRosettaPorts_science_OpenCoarrays/O= penCoarrays/work/build/include/OpenCoarrays-2.10.0_GNU-12.2.0 -fcoarray=3Dlib -DGCC_GE_7 -DGCC_GE_8 -DHAVE_MPI -DMPI_WORKING_MODULE -DPREFIX_NAME=3D_gfortran_caf_ -I/opt/local/var/macports/build/_opt_PPCRosettaPorts_science_OpenCoarrays/O= penCoarrays/work/build/src/tests/integration/pde_solvers/coarrayBurgers/lib= rary -pipe -Os -m32 -mmacosx-version-min=3D10.6 -c /opt/local/var/macports/build/_opt_PPCRosettaPorts_science_OpenCoarrays/Ope= nCoarrays/work/OpenCoarrays-2.10.0/src/tests/integration/pde_solvers/coarra= yBurgers/main.F90 -o CMakeFiles/coarray_burgers_pde.dir/main.F90.o` failed to compile.=