From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 33F023858D3C; Tue, 21 Feb 2023 22:47:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 33F023858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1677019635; bh=sq9Q6jZi2p6mlu4TItHAyshxIV4nEQNGu9M9+qw7Sgg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ngcR2ZWKz44KRZvzqvvldx0iI6q74y5xUEhLWuH12zFVTiB7pT7HwqNGijgcxqE0H WhtkWBPuo8mDsr5m78mg0xC5YZ9DTsE4R2mIJU7q/yQBtoJexic9ltr9CxkC7cuCVs fxVENuY1BJsPCjEetxkwQV2mNAHwHcqOUtE5FeNQ= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/108869] compiling an intrinsic wrapper : gives internal compiler error: in dwarf2out_register_main_translation_unit Date: Tue, 21 Feb 2023 22:47:15 +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: 7.5.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: WAITING 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: everconfirmed cf_reconfirmed_on bug_status component 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=3D108869 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Last reconfirmed| |2023-02-21 Status|UNCONFIRMED |WAITING Component|c |target --- Comment #2 from Andrew Pinski --- Can you provide the exact preprocessed source which is causing the internal compiler error for you? Use -save-temps or -freport-bug and attach that her= e? Also since this toolchain is from openwrt, you might want to report the internal compiler error to them as the mentioned in the error message: See for instructions.=