Hi Adharsh,
I will be the GSoC organizer for GCC the next year (unless someone else
wants to be).
On Sun, Dec 20 2020, Adharsh Kamath via Gcc wrote:
> Hi everyone
> I came across the list of project ideas that were selected for GSoC 2020
> and I'm interested in contributing to the project regardi
FX via Gcc writes:
> I’m trying to bootstrap a GCC 10 compiler on macOS with clang, and I am
> getting errors in stage 1, because there is C++11 code that is rejected by
> clang (because the bootstrap involves compiling stage 1 with -std=gnu++98,
> online on master (see top-level configure.ac).
FX via Gcc wrote:
but later I am getting further errors:
../../gcc/gcc/config/darwin.c:1357:16: error: no viable conversion from
'poly_uint16' (aka 'poly_int<2, unsigned short>') to 'unsigned int'
unsigned int modesize = GET_MODE_BITSIZE (mode);
^ ~
I’m trying to bootstrap a GCC 10 compiler on macOS with clang, and I am getting
errors in stage 1, because there is C++11 code that is rejected by clang
(because the bootstrap involves compiling stage 1 with -std=gnu++98, online on
master (see top-level configure.ac). These errors are not seen,