From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 76B9C384F6F7; Fri, 18 Nov 2022 09:07:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 76B9C384F6F7 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1668762439; bh=QTnPXBTm9TuKXw5n0S0ZeiCNLYcSBb3/a9HjsHkuuKM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=OqIa5fB1pTtmnnTvblElV1ScRGQ9nFXVocHzfkfvht6KcFer1tJ+6tiDrZW+NT8+h mTYVE5ru5uM80vCYPeyLA0reLWeVCpsC8ssCVWkBuFL5VyLFuvmxN8qxQ5MOSmafgd CFa6PgyAZld4V8SRJCff/PYKQj2//nOCo6RLAQ5A= From: "Sebastian at SSpaeth dot de" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/107745] long double constexprs don't work with * or /, but work with + and - (JUST ON PPC) Date: Fri, 18 Nov 2022 09:07:19 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 12.2.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: Sebastian at SSpaeth dot de X-Bugzilla-Status: UNCONFIRMED 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=3D107745 --- Comment #2 from Sebastian "spaetz" Spaeth = --- (sid_ppc64el-dchroot)~$ gcc -v Using built-in specs. COLLECT_GCC=3Dgcc COLLECT_LTO_WRAPPER=3D/usr/lib/gcc/powerpc64le-linux-gnu/12/lto-wrapper OFFLOAD_TARGET_NAMES=3Dnvptx-none OFFLOAD_TARGET_DEFAULT=3D1 Target: powerpc64le-linux-gnu Configured with: ../src/configure -v --with-pkgversion=3D'Debian 12.2.0-9' --with-bugurl=3Dfile:///usr/share/doc/gcc-12/README.Bugs --enable-languages=3Dc,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=3D/usr --with-gcc-major-version-only --program-suffix=3D-12 --program-prefix=3Dpowerpc64le-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=3D/usr/lib --without-included-gettext --enable-threads=3Dposix --libdir=3D/usr/lib --enable-nls --enable-clocale= =3Dgnu --enable-libstdcxx-debug --enable-libstdcxx-time=3Dyes --with-default-libstdcxx-abi=3Dnew --enable-gnu-unique-object --enable-plug= in --enable-default-pie --with-system-zlib --enable-libphobos-checking=3Drelea= se --with-target-system-zlib=3Dauto --with-libphobos-druntime-only=3Dyes --enable-objc-gc=3Dauto --enable-secureplt --enable-targets=3Dpowerpcle-lin= ux --disable-multilib --enable-multiarch --disable-werror --with-long-double-1= 28 --enable-offload-targets=3Dnvptx-none=3D/build/gcc-12-bHmBmO/gcc-12-12.2.0/= debian/tmp-nvptx/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=3Drelease --build=3Dpowerpc64le-linux-gnu --host=3Dpowerpc64le-linux-gnu --target=3Dpowerpc64le-linux-gnu Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 12.2.0 (Debian 12.2.0-9)=