public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug driver/114330] New: needs_preprocessing field of struct compiler is unused
@ 2024-03-13 22:15 pinskia at gcc dot gnu.org
  2024-03-13 22:16 ` [Bug driver/114330] " pinskia at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2024-03-13 22:15 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114330

            Bug ID: 114330
           Summary: needs_preprocessing field of struct compiler is unused
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Keywords: internal-improvement
          Severity: enhancement
          Priority: P3
         Component: driver
          Assignee: unassigned at gcc dot gnu.org
          Reporter: pinskia at gcc dot gnu.org
  Target Milestone: ---

I suspect needs_preprocessing  field became unused when the C preprocessor
became itergrated into the cc1.

while it does not hurt anything to have the field still around and only the
".c" sets it to true, it seems like a decent idea to remove the field.

Also note it might be useful to boolize combinable in struct compiler in gcc.cc
too.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-04-16 19:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-13 22:15 [Bug driver/114330] New: needs_preprocessing field of struct compiler is unused pinskia at gcc dot gnu.org
2024-03-13 22:16 ` [Bug driver/114330] " pinskia at gcc dot gnu.org
2024-03-14  1:18 ` sjames at gcc dot gnu.org
2024-03-14  1:19 ` sjames at gcc dot gnu.org
2024-03-14  1:52 ` pinskia at gcc dot gnu.org
2024-04-16 19:49 ` pinskia at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).