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
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.
> 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
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-
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