Re: GSoC 2021 project help

2020-12-21 Thread Martin Jambor
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

Re: C++11 code in the gcc 10 branch

2020-12-21 Thread Richard Sandiford via Gcc
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).

Re: C++11 code in the gcc 10 branch

2020-12-21 Thread Iain Sandoe
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); ^ ~

C++11 code in the gcc 10 branch

2020-12-21 Thread FX via Gcc
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,