From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3D1EA386F814; Thu, 23 Apr 2020 14:17:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3D1EA386F814 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1587651451; bh=hjtP/XSnaDpzdZAdoQH9cPso3Lbw2TgVBNgx/4mqF6Q=; h=From:To:Subject:Date:In-Reply-To:References:From; b=IiiSBtDXlGZUQHDU31Kl7jWGf+NdMcP3r/SRotqoTdpI2wOjlAKG4ozH5Kw9BSSEc rxzYz5lwd6/rBAf1tthXzPkd9k/kjJ2vqk21s8aJ+10wfSyiQ/64JuLdaFBWE0i1On 1ncDpJInLqoNGU3QfyxNLxEd1WE6tY9UTd2M72Tg= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/94731] [8/9/10 Regression] internal compiler error: in fold_convert_loc, at fold-const.c:2558 Date: Thu, 23 Apr 2020 14:17:31 +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: 10.0 X-Bugzilla-Keywords: error-recovery X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P4 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 8.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_reconfirmed_on everconfirmed cc short_desc bug_status target_milestone keywords priority 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: Thu, 23 Apr 2020 14:17:31 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94731 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2020-04-23 Ever confirmed|0 |1 CC| |jakub at gcc dot gnu.org Summary|[10 Regression] internal |[8/9/10 Regression] |compiler error: in |internal compiler error: in |fold_convert_loc, at |fold_convert_loc, at |fold-const.c:2558 |fold-const.c:2558 Status|UNCONFIRMED |NEW Target Milestone|--- |8.5 Keywords| |error-recovery Priority|P3 |P4 --- Comment #1 from Jakub Jelinek --- This one started to ICE with r8-2897-g02e637d86f9ecb6d0e368438291bb6f6f8feb= 3ab I bet in the end it is the same FE bug, that it really shouldn't change the type of a decl on duplicate_decls once it has been used because the middle-= end is unprepared to see error_mark_nodes.=