From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A1EBD3857803; Mon, 13 Nov 2023 23:19:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A1EBD3857803 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1699917585; bh=hsGg53Mw6tW74vsGrW78KEiaMdRkv8iLaHphFkWABoA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=kzuEDFx7t0RofsLhH5ys+9rLI726NuU1RV33QcBrfYWWz7s13pXfqh4i+e6H7piMK NpBNdVKWQQz4T0vD90Eh8e+0h+k+gg0HLXLhjignK6kqSiDhbCqb3KotihfhWsNVTR /iccQSUXEoRnDS4rdQyNAAq0APW9oFnRPz0bOJGw= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/112523] [14 regression] ICE in ipa_push_agg_values_from_jfunc, at ipa-cp.cc:2139 during bootstrap since r14-5385-g0a140730c97087 Date: Mon, 13 Nov 2023 23:19:45 +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: 14.0 X-Bugzilla-Keywords: build, ice-on-valid-code, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: redi at gcc dot gnu.org 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: 14.0 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=3D112523 --- Comment #5 from Jonathan Wakely --- This also caused some new libstdc++ FAILs: FAIL: 20_util/duration/io.cc -std=3Dgnu++20 execution test FAIL: 20_util/to_chars/1.cc -std=3Dgnu++17 execution test For the first one the failure is: /home/jwakely/src/gcc/gcc/libstdc++-v3/testsuite/20_util/duration/io.cc:62: void test_format(): Assertion 's =3D=3D "01:23:45 =3D 01:23:45"' failed. The string s contains "01:00:45 =3D 01:23:45" instead of the expected conte= nts. Reverting 0a140730c970870a5125beb1114f6c01679a040e fixes both FAILs.=