GCC 11.1 Released

2021-04-27 Thread Jakub Jelinek via Gcc
The GCC developers are proud to announce another major GCC release, 11.1. This release switches the default debugging format to DWARF 5 [1] on most targets and switches the default C++ language version to -std=gnu++17. It makes great progress in the C++20 language support, both on the compiler and

GCC 11.1.1 Status Report (2021-04-27)

2021-04-27 Thread Jakub Jelinek via Gcc
Status == GCC 11.1 has been released, the releases/gcc-11 branch is open again for regression and documentation bugfixing. GCC 11.2 can be expected in 2-3 months from now unless something serious changes the plans. Quality Data Priority # Change from last report ---

Some really strange GIMPLE

2021-04-27 Thread Gary Oblock via Gcc
I'm chasing a bug and I used Creduce to produce a reduced test case. However, that's really beside to point. I this file: typedef struct basket { } a; long b; a *basket; int d, c, e; a *flake[2]; void primal_bea_mpp(); void primal_net_simplex() { flake[1] = &bask

Re: Some really strange GIMPLE

2021-04-27 Thread David Malcolm via Gcc
On Tue, 2021-04-27 at 20:10 +, Gary Oblock via Gcc wrote: > I'm chasing a bug and I used Creduce to produce a > reduced test case. However, that's really beside to > point. > > I this file: > > typedef struct basket { > } a; > long b; > a *basket; > int d, c, e

Re: Some really strange GIMPLE

2021-04-27 Thread Andrew Pinski via Gcc
On Tue, Apr 27, 2021 at 3:51 PM Gary Oblock via Gcc wrote: > > I'm chasing a bug and I used Creduce to produce a > reduced test case. However, that's really beside to > point. > > I this file: > > typedef struct basket { > } a; > long b; > a *basket; > int d, c, e;

Re: Some really strange GIMPLE

2021-04-27 Thread Aaron Gyes via Gcc
> CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is > for the sole use of the intended recipient(s) and contains information that > is confidential and proprietary to Ampere Computing or its subsidiaries. It > is to be used solely for the purpose of furthering the partie