From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4CCE63858426; Sat, 16 Mar 2024 09:53:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4CCE63858426 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1710582790; bh=B3uK/+YxR0zAFN7TsELS3n67JswMqWOifBYtW6INvjw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=jzC55SxUmqQ3pMOzFG7TquhM3PUQAJmvPezzPl4QwUmmDBXj3Xmf0Gk8Ev9gO/+0I llGT2gENfjb9MIqtKADCPwiuBFK8SPVD4AqQY2aze9ukczBuM0f03DTcfXH3gX4pq7 FUOmAQXgZeZWb4ToECpQAlmtPuKqcZbPb1Ko5ILQ= From: "deepadeepthi98 at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug driver/111527] COLLECT_GCC_OPTIONS option hits single-variable limits too early Date: Sat, 16 Mar 2024 09:53:09 +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: deepadeepthi98 at gmail dot com 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 #4 from Deepthi H --- I have been investigating this issue further. Hence checking the source code and debugging the gcc sources. However, I wasn't able to find where the COLLECT_GCC_OPTION has been set to 128kb I couldn't find it being set in gcc. Can you please let us know how can we increase the limit of collect options?=