From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 639C338515FA; Wed, 12 Oct 2022 07:10:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 639C338515FA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1665558631; bh=+aAF9FxtY4ZmzDD901NHpmaBJ90T4VO/4Jeu7p+oDJ0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=NQm/zXVMUENI8tJCSiMZ2eD9iuD9t9e4AjQuES8vcO/cM7f40xFcj0CIbNsPN0Wra nd4tx5/zBg7XebLjLbRoyAF7Q3oQbFx1/m40i7dRbdrRXxttnWLUxxUm9Q5WY/Qc95 8Sj+dEp4QtRqiqYaX8W0+J8k1KQSxE04jNrUjvbU= From: "skoerner at nvidia dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug libfortran/107223] GCC 12.2 fails compilation on Linux PowerPC In function 'bessel_jn_r17': Date: Wed, 12 Oct 2022 07:10:30 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libfortran X-Bugzilla-Version: 12.2.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: skoerner at nvidia 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D107223 --- Comment #2 from Sebastian Koerner --- I used these packages (from source) mpfr-4.1.0 gmp-6.2.1 mpc-1.2.1 binutils-2.38 gcc-12.2.0 isl-0.24 and this configure line ./configure --prefix=3D --enable-gold --enable-plugin --enable-languages=3Dc,c++,fortran,objc,obj-c++ --with-gcc-major-version-on= ly --enable-shared --enable-static --disable-multilib --without-included-gette= xt --enable-threads=3Dposix --enable-clocale=3Dgnu --enable-libstdcxx-debug --enable-libstdcxx-time=3Dyes --with-default-libstdcxx-abi=3Dnew --enable-gnu-unique-object --enable-linker-build-id --disable-libquadmath --disable-libquadmath-support --enable-default-pie --enable-secureplt --enable-multiarch --disable-werror --with-cpu=3Dpower8 --enable-targets=3Dpowerpcle-linux --with-long-double-128 --enable-checking=3Drelease --build=3Dpowerpc64le-unknown-linux-gnu --host=3Dpowerpc64le-unknown-linux-gnu --target=3Dpowerpc64le-unknown-linux= -gnu Now that I read it: disable-quadmath? But why is working on gcc 11.3.0 and = with 12.2.0 on x86 and aarch64?=