gcc-9-20210101 is now available

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

Time to update all licenses in code to 2021

2021-01-01 Thread sotrdg sotrdg via Gcc
Update copyright years. · gcc-mirror/gcc@8d9254f (github.com) Sent from Mail for Windows 10

Re: A problem with field decl offsets in newly minted types

2021-01-01 Thread Gary Oblock via Gcc
The offsets seem to actually be created. However, they are almost immediately are being deleted. Any ideas what's going on? Has some kind of memory management gizmo gone awry? Gary PS For anybody who has been following my travails with the instance interleaving structure reorganization optimiza

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

2021-01-01 Thread Andreas Schwab
On Dez 31 2020, FX via Gcc wrote: > I also wanted to ask approval to commit this diff below, fixing > aarch64_get_extension_string_for_isa_flags()’s prototype to align it with the > actual function definition: > > diff --git a/gcc/config/aarch64/driver-aarch64.c > b/gcc/config/aarch64/driver-aa

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

2021-01-01 Thread Iain Sandoe
FX wrote: 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. bootstrapped / smoke t