From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2A4303852203; Thu, 24 Nov 2022 21:42:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2A4303852203 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1669326145; bh=zAofMROaJo8+Jfwn28o6LZTsnFShK8qLuxyG/lD1Zfw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ceCZVPw768kHOB97QoYmbx4hJPODIIuSq+V5/C0Dn0KPRRWCTq4aSL1aBL4+2iI19 nWaKub4duAPsMIR1Ji8QUwIZB2VBr9aQ0qwFikVgtXc3IVukpaRenq9XX+OcCrq6t9 iF7mPUzQzTPy0O0Ckj5ATYHAfs0JN8B2BWVZ9E8Y= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/107864] Internal Compiler Error (Large Project, C++20) Date: Thu, 24 Nov 2022 21:42:24 +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: 13.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia 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: 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=3D107864 --- Comment #3 from Andrew Pinski --- (In reply to Andrew Pinski from comment #2) > Hmm, I don't know if I reduced it too much but this might be __bfloat16_t > related ... It is not, I changed 0.0bf16 to just 0.0f and it fails. still reducing it.=