From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CFDD8385841E; Thu, 14 Mar 2024 01:52:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CFDD8385841E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1710381155; bh=6IUuoPWooRbX/RmoDMoVzZrvDNkiVRHEL35kJfqNrqE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Q3TIw9q5BQDztfB5d9dPhitZOOS5zWyJfBZjq3bz6xG2JDOOGKvmOYo/LB+AUkDBf KRbk8InMmiTPv/XTc7a6Oca/HU5D+sryWhYcRjKSYs9c7D7B5oeNy13PZgCq632ShI j4qQtXoGue5cqxvApao5uFa5OqgfIah4vP0r8Gzs= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug driver/114330] needs_preprocessing field of struct compiler is unused Date: Thu, 14 Mar 2024 01:52:35 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: driver X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: internal-improvement X-Bugzilla-Severity: enhancement X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: pinskia at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: everconfirmed cf_reconfirmed_on bug_status assigned_to 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=3D114330 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Last reconfirmed| |2024-03-14 Status|UNCONFIRMED |ASSIGNED Assignee|unassigned at gcc dot gnu.org |pinskia at gcc dot = gnu.org --- Comment #4 from Andrew Pinski --- (In reply to Sam James from comment #2) > git log -G needs_preprocessing -p indicates r0-102965-gc3224d6f70eefb Oh yes when -combine support was removed. It was added in -combine support = was added in r0-57561-g0855eab7a30bb9 . combinable field was added at the same = time but combinable was used afterwards for go (and D and a few others). So I will handle this for GCC 15. I thought it was added much earlier.=