From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 373E03896C26; Sun, 20 Nov 2022 02:17:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 373E03896C26 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1668910652; bh=v0v8cvpTvJO7/RBWAYVZoPDUE4tDVyrlu42m2ux0N1A=; h=From:To:Subject:Date:In-Reply-To:References:From; b=leRaLiuJoN0866LhzEy8r9hd1bWs15cplbossh7H8SgGi0fXPuE+mXHk+rFmq4/31 IRWbMWg1L+uobEYtqK6ag0OrTP/T5DzSuztD4AUpqNJo/Ale33HSUgcVEtl/RkTCwj BWgwiKprgIvQNhSmd3Nutih7O5+q3PxWO0emOS0I= From: "law at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libgcc/61152] Missing GCC Runtime Library Exception in some files that are included in libgcc Date: Sun, 20 Nov 2022 02:17:28 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libgcc X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: trivial X-Bugzilla-Who: law at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: INVALID 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: resolution bug_status 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=3D61152 Jeffrey A. Law changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|UNCONFIRMED |RESOLVED CC| |law at gcc dot gnu.org --- Comment #13 from Jeffrey A. Law --- More importantly, we should _not_ be adding the runtime exception to files = in GCC proper. That exception is for the runtime. The fact that files in lib= gcc are #including tm.h and thus backend files from gcc proper is not a good re= ason to be changing those copyrights.=