From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1B3CC3858D32; Tue, 18 Oct 2022 05:52:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1B3CC3858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666072354; bh=hgj2xxHdLUUAYxQz3Zh0W0czYHxHLjLe2UPSBuzV004=; h=From:To:Subject:Date:In-Reply-To:References:From; b=h49f7p8TBk50oQnqRAJfYI2b7GYQrLWT9hILsofDcbGwcdYu/z1Sjc5PcHZ8pf7Yj 1viDIoxQHKkWECPPBM8UZgyQj06XKQp5EtUB+7Ce1bs1vUUp0/nqe3dInZ5BCjOwUx PPKbLei7YCxgywSYL/8ZF08iS9W+AN/U+K6VVshs= From: "linkw at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/107299] [13 regression] ICE in stage 1 after r13-3307-g8efc38347a7444 Date: Tue, 18 Oct 2022 05:52:33 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: linkw 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: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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=3D107299 Kewen Lin changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |linkw at gcc dot gnu.org --- Comment #2 from Kewen Lin --- (In reply to Aldy Hernandez from comment #1) > I can't reproduce on gcc135.fsffrance.org with default parameters on a > bootstrap. >=20 > Is there a way to reproduce this on said machine? Or could you provide a= .i > file that could be used with a cross? I guessed you need configuration option --with-long-double-128 and --with-long-double-format=3Dieee, since comment #0 mentioned IEE(E)128 (long double) enabled.=