Re: Update bootstrap requirement to C++14?

2024-10-15 Thread Matthieu Longo via Gcc
On 2024-09-17 22:31, Jason Merrill via Gcc wrote: On 9/16/24 11:14 AM, Florian Weimer wrote: * Jason Merrill via Gcc: We moved to a bootstrap requirement of C++11 in GCC 11, 8 years after support was stable in GCC 4.8. Note that some documentation still says C++03, for example: | The direct

C Standard Libraries

2024-10-15 Thread Bryon Quackenbush via Gcc
Does anyone know where in the GCC hierarchy that I can find implementation code for standard C library functions like fgetc / fputs, etc, or would that be outside the scope of GCC? I've been hunting around on the source tree for the last few days and found the headers, but not the implementation.

Re: C Standard Libraries

2024-10-15 Thread Kyrylo Tkachov via Gcc
> On 15 Oct 2024, at 18:09, Bryon Quackenbush via Gcc wrote: > > External email: Use caution opening links or attachments > > > Does anyone know where in the GCC hierarchy that I can find implementation > code for standard C library functions like fgetc / fputs, etc, or would > that be outsi

[RFC] Enabling SVE with offloading to nvptx

2024-10-15 Thread Prathamesh Kulkarni via Gcc
Hi, Testing libgomp with SVE enabled (-mcpu=generic+sve2), results in ~60 UNRESOLVED errors with following error message: lto1: fatal error: degree of 'poly_int' exceeds 'NUM_POLY_INT_COEFFS' compilation terminated. nvptx mkoffload: fatal error: ../../install/bin/aarch64-unknown-linux-gnu-accel-

Re: C Standard Libraries

2024-10-15 Thread Joel Sherrill via Gcc
On Tue, Oct 15, 2024 at 11:15 AM Kyrylo Tkachov via Gcc wrote: > > > > On 15 Oct 2024, at 18:09, Bryon Quackenbush via Gcc > wrote: > > > > External email: Use caution opening links or attachments > > > > > > Does anyone know where in the GCC hierarchy that I can find > implementation > > code f