gcc-8-20201231 is now available

2020-12-31 Thread GCC Administrator via Gcc
Snapshot gcc-8-20201231 is now available on https://gcc.gnu.org/pub/gcc/snapshots/8-20201231/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 8 git branch with the following options: git://gcc.gnu.org/git/gcc.git branch

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

2020-12-31 Thread FX via Gcc
> If Richard approves the second patch (and you’re stuck for time) - then send > me the patch(es) as attachments with the commit credits you want, and I can > apply them for you. Both patches only needed on gcc-10, if you can commit that’s great, many thanks. For credits in GCC I’m known as Fra

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

2020-12-31 Thread Iain Sandoe
FX wrote: When are you going to apply your fix that Richard S. approved on the 21st? When I remember how to set up gcc’s git with write access, and remember how the new ChangeLog entries work. The times where I was a regular contributor were the CVS and SVN times. I also wanted to ask a

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

2020-12-31 Thread Richard Sandiford via Gcc
FX writes: >> When are you going to apply your fix that Richard S. approved on the >> 21st? > > When I remember how to set up gcc’s git with write access, and remember how > the new ChangeLog entries work. The times where I was a regular contributor > were the CVS and SVN times. > > I also wante

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

2020-12-31 Thread FX via Gcc
> When are you going to apply your fix that Richard S. approved on the > 21st? When I remember how to set up gcc’s git with write access, and remember how the new ChangeLog entries work. The times where I was a regular contributor were the CVS and SVN times. I also wanted to ask approval to com

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

2020-12-31 Thread Gerald Pfeifer
On Mon, 21 Dec 2020, FX via Gcc wrote: > 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-l

Can you GCC folks provide a macro to learn the code knows the name of input-charset, exec-charset and wide-exec-charset?

2020-12-31 Thread unlvsur unlvsur via Gcc
I desperately need to know exec-charset to do the correct codecvt. Macros like __GNU_INPUT_CHARSET, __GNU_EXEC_CHARSET and __GNU_WIDE_EXEC_CHARSET would be great Sent from Mail for Windows 10