From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E802A3858C2B; Fri, 22 Sep 2023 05:22:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E802A3858C2B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1695360157; bh=UkMhE6hQ5NHXgOmRMogQJBNobwGft75hYXrV0OZd8fg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=hWkqwFJ8Nxr0Qa4LzGNSZEut78xL5b4xcjHTJykGUWXeKw7PBAjgGYFilnX2fE4cy tkHHHwN2w7Qh5jPYo0BTWc1gzVxiZsPvjK189FwKEH8jZpkj5MYB9osQNtSCf1jpIm Hn5PcTDTnxx28XFLzFMAt/yrBOw2AyxhmkQ05xJA= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug driver/111527] COLLECT_GCC_OPTIONS option hits single-variable limits too early Date: Fri, 22 Sep 2023 05:22:37 +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: X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED 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: 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=3D111527 --- Comment #1 from Richard Biener --- Hm, but the COLLECT_GCC_OPTIONS variable is only used for communicating bet= ween the driver and the linker, the options therein are individually passed to t= he program execved? You are maybe looking for the -f*-map options to take a file as input containing multiple mappings?=