From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5810C3858CDB; Fri, 3 Mar 2023 11:30:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5810C3858CDB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1677843039; bh=CgO1AR0EcrIrvdLF2i4QgsTxUCdrrk8bA0WFwjT/GdA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=QUC2U5R6ivVcmkobQnZUrfKvOelak26Pcw4V7dXDfgh6/IRId26Job3CO0X9gpSYI ETRCOFaEcGXNJu3Xxsyzmz/nCUa5jQJNXz3rlCDYQmAMth+qV9O6c2Wpt1dsczwLGq 1udr1n5a+3FCcbAIH830Z5QLJ/l8pcauDbowUVYY= From: "costas.argyris at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug driver/71850] @file should be used to cc1/cc1plus when @file is used Date: Fri, 03 Mar 2023 11:30:36 +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: 6.1.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: costas.argyris at gmail dot com X-Bugzilla-Status: NEW 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: attachments.created 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=3D71850 --- Comment #7 from Costas Argyris --- Created attachment 54575 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D54575&action=3Dedit Treat include path args the same way between cpp_unique_options and asm_opt= ions The proposed patch extends the logic already used for passing include paths down to the compiler (when a @file was given to gcc), also to the assembler= .=20=20=20 This unifies the logic and also avoids overflowing the Windows command line when many include paths have been passed to gcc through a @file.=