From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A1E513857404; Tue, 25 May 2021 21:10:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A1E513857404 From: "afernandez at odyhpc dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/100755] Error with fortran object (v11.1.0) Date: Tue, 25 May 2021 21:10:52 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 11.1.0 X-Bugzilla-Keywords: ice-on-invalid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: afernandez at odyhpc dot com X-Bugzilla-Status: WAITING X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 May 2021 21:10:52 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D100755 --- Comment #3 from afernandez at odyhpc dot com --- Sorry for the delay. The system is AArch64 and running CentOS8.3. I have 2 = GCC installations, one is 8.3.1 and the second is 11.1.0. NCEPLIBS builds with = the former but not with the second.=20 The 1st step is with cmake cd /opt/prae sudo git clone https://github.com/NOAA-EMC/NCEPLIBS cd /opt/prae/NCEPLIBS sudo mkdir -p build && cd build=20 sudo /usr/local/bin/cmake -DCMAKE_INSTALL_PREFIX=3D/opt/prae/NCEP -DCMAKE_C_COMPILER=3D/opt/prae/openmpi/bin/mpicc -DCMAKE_Fortran_COMPILER=3D/opt/prae/openmpi/bin/mpif90 -DCMAKE_INSTALL_PREFIX=3D/opt/prae/NCEP -DCMAKE_PREFIX_PATH=3D/opt/prae/net= cdf -DNetCDF_INCLUDE_DIRS=3D/opt/prae/netcdf/include -DNetCDF_LIBRARIES=3D/opt/prae/netcdf/lib /opt/prae/NCEPLIBS Then, it fails when invoking make. I also tried adding the flag "-fdefault-integer-8" but it didn't change anything.=20 If I'm understanding correctly and this is an extension being deprecated, is there any option to push the compilation with gcc11.1 through? I'm not the developer so even if they agreed to make the necessary changes, it might ta= ke some time. Thanks.=