https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111527
Sunil Dora <sunil.dora1988 at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sunil.dora1988 at gmail dot com --- Comment #16 from Sunil Dora <sunil.dora1988 at gmail dot com> --- Dear GCC Team, I would like to request an update on the status of my patch. If there are any issues or additional changes required, please let me know. I am happy to make any necessary adjustments to ensure the patch meets the community's standards. Summary of the Patch: ******************** Description: [GCC should not limit the length of command line passed to collect2 if the size of the command line range in between 128kb to 2MB] Key Changes: [ If the command line argument in the range of 128kb to 2mb, gcc should copy arguments in a file and use FILE_GCC_OPTIONS to communicate and compile fine.] Reason for Change: [Currently, Gcc uses the COLLECT_GCC_OPTIONS environment variable to transfer the expanded command line to collect2. If the command line size is greater than 128KB: It fails saying : "Argument list too long"] Thank you for your time and assistance. I look forward to any feedback you may have. PATCH File Link: *************** https://gcc.gnu.org/pipermail/gcc-patches/2024-August/660223.html Best regards, Sunil Dora