From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7CD35385E006; Tue, 24 Mar 2020 20:30:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7CD35385E006 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1585081808; bh=qY8heDohwwUpTx8VWuwM5JaHN5YYUVp9mFMT9N2ObMw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=LWzBi6Q8CbSmnedZ/uRauM+QFGivFuxiormgjoydp2DLMqg3gDT+WuIrRJiIgkDQP 3ODG96D8CzNbhurBtuBawTv5UE6PQZ30FnHZHFCpHP9UOotIvE6HuWde/5Te4Ubl79 PKk+avYFGLmgDiuBp5G9yrsyclTPFyTHGJkkBgVY= From: "jens.seifert at de dot ibm.com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/94297] PPCLE std::replace internal compiler error Date: Tue, 24 Mar 2020 20:30:08 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 8.3.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: jens.seifert at de dot ibm.com 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 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, 24 Mar 2020 20:30:08 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94297 --- Comment #5 from Jens Seifert --- No options. Same failure with -O2. System is a RHEL 7.5. Using built-in specs. COLLECT_GCC=3Dgcc COLLECT_LTO_WRAPPER=3D/opt/rh/devtoolset-8/root/usr/libexec/gcc/ppc64le-red= hat-linux/8/lto-wrapper Target: ppc64le-redhat-linux Configured with: ../configure --enable-bootstrap --enable-languages=3Dc,c++,fortran,lto --prefix=3D/opt/rh/devtoolset-8/root= /usr --mandir=3D/opt/rh/devtoolset-8/root/usr/share/man --infodir=3D/opt/rh/devtoolset-8/root/usr/share/info --with-bugurl=3Dhttp://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=3Dposix --enable-checking=3Drelease --enable-targets=3Dpowerpcle-linux --disable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-ob= ject --enable-linker-build-id --with-gcc-major-version-only --with-linker-hash-style=3Dgnu --with-default-libstdcxx-abi=3Dgcc4-compatib= le --enable-plugin --enable-initfini-array --with-isl=3D/builddir/build/BUILD/gcc-8.3.1-20190311/obj-ppc64le-redhat-li= nux/isl-install --disable-libmpx --enable-gnu-indirect-function --enable-secureplt --with-long-double-128 --with-cpu-32=3Dpower8 --with-tune-32=3Dpower8 --with-cpu-64=3Dpower8 --with-tune-64=3Dpower8 --build=3Dppc64le-redhat-lin= ux Thread model: posix gcc version 8.3.1 20190311 (Red Hat 8.3.1-3) (GCC) No error with: gcc -std=3Dgnu++98 replace.C gcc -std=3Dgnu++03 replace.C Error with: gcc -std=3Dgnu++11 replace.C gcc -std=3Dgnu++17 replace.C=