[ping^3] This looks like it fixes the bug and also unifies the way include paths are passed from the driver to the compiler and assembler (when a @file has been passed to the driver in the first place). That is, when @file has been passed to the driver, put the include paths in a temp @file and pass them to the assembler. Note this is already happening for the compiler, so this patch merely extends this logic to the assembler. Is there any reason not to go for it? On Mon, 20 Mar 2023 at 09:47, Costas Argyris wrote: > ping > > On Thu, 9 Mar 2023 at 13:39, Costas Argyris > wrote: > >> Pinging list and driver reviewer. >> >> Details here: >> >> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71850 >> >> On Thu, 2 Mar 2023 at 19:25, Costas Argyris >> wrote: >> >>> This is a proposal to fix PR71850 by applying the existing logic for >>> passing include paths to cc1 to as. >>> >>> Thanks, >>> Costas >>> >>