Re: GCC Fails to Compile When Command Line Argument Size Exceeds 128KB

2025-02-02 Thread Geeta Dora via Gcc
wrong). > > Thanks, > Andrew Pinski > > PS cross posting between these 3 lists is not a good idea and > gcc-bugs@ is for automated emails from bugzilla and not exactly looked > at. > > > > > > Best Regards, > > Geeta D > > > > On Mon, Fe

Re: GCC Fails to Compile When Command Line Argument Size Exceeds 128KB

2025-02-02 Thread Geeta Dora via Gcc
should exceed 128KB? Best Regards, Geeta D On Mon, Feb 3, 2025 at 10:08 AM Andrew Pinski wrote: > On Sun, Feb 2, 2025 at 8:31 PM Geeta Dora via Gcc-bugs > wrote: > > > > Dear GCC Developers, > > > > I encountered an issue where GCC fails to compile when the t

GCC Fails to Compile When Command Line Argument Size Exceeds 128KB

2025-02-02 Thread Geeta Dora via Gcc
Dear GCC Developers, I encountered an issue where GCC fails to compile when the total command-line argument size exceeds 128KB. In contrast, Clang can handle the same compilation scenario without issues. Is this a known limitation in GCC, and are there any workarounds or plans to address this? W

GCC Fails to Compile When Command Line Argument Size Exceeds 128KB

2025-02-02 Thread Geeta Dora via Gcc
Dear GCC Developers, I encountered an issue where GCC fails to compile when the total command-line argument size exceeds 128KB. In contrast, Clang can handle the same compilation scenario without issues. Is this a known limitation in GCC, and are there any workarounds or plans to address this? W