Re: Make 'c-c++-common/goacc/kernels-decompose-pr100400-1-*.c' behave consistently, regardless of checking level (was: GCC 12.1 Release Candidate available from gcc.gnu.org)

2022-05-03 Thread Richard Biener via Gcc-patches
On Mon, May 2, 2022 at 4:01 PM Thomas Schwinge wrote: > > Hi! > > On 2022-05-01T11:02:29+0100, Iain Sandoe via Gcc wrote: > >> On 29 Apr 2022, at 15:34, Jakub Jelinek via Gcc wrote: > >> > >> The first release candidate for GCC 12.1 is available from > >> > >>

Re: GCC 12.1 Release Candidate available from gcc.gnu.org

2022-05-02 Thread Jonathan Wakely via Gcc
On Mon, 2 May 2022, 13:26 Marc Glisse via Gcc, wrote: > On Mon, 2 May 2022, Boris Kolpackov wrote: > > > Jakub Jelinek writes: > > > >> The first release candidate for GCC 12.1 is available [...] > > > > There is an unfixed bogus warning that is a regression in 12 > > and that I think will have

Make 'c-c++-common/goacc/kernels-decompose-pr100400-1-*.c' behave consistently, regardless of checking level (was: GCC 12.1 Release Candidate available from gcc.gnu.org)

2022-05-02 Thread Thomas Schwinge
Hi! On 2022-05-01T11:02:29+0100, Iain Sandoe via Gcc wrote: >> On 29 Apr 2022, at 15:34, Jakub Jelinek via Gcc wrote: >> >> The first release candidate for GCC 12.1 is available from >> >> https://gcc.gnu.org/pub/gcc/snapshots/12.1.0-RC-20220429/ >>

Re: GCC 12.1 Release Candidate available from gcc.gnu.org

2022-05-02 Thread Marc Glisse via Gcc
On Mon, 2 May 2022, Boris Kolpackov wrote: Jakub Jelinek writes: The first release candidate for GCC 12.1 is available [...] There is an unfixed bogus warning that is a regression in 12 and that I think will have a pretty wide effect (any code that assigns/appends a 1-char string literal

Re: GCC 12.1 Release Candidate available from gcc.gnu.org

2022-05-02 Thread Boris Kolpackov
Jakub Jelinek writes: > The first release candidate for GCC 12.1 is available [...] There is an unfixed bogus warning that is a regression in 12 and that I think will have a pretty wide effect (any code that assigns/appends a 1-char string literal to std::string):

Re: GCC 12.1 Release Candidate available from gcc.gnu.org

2022-05-01 Thread Jonathan Wakely via Gcc
On Sun, 1 May 2022, 16:39 Richard Biener via Gcc, wrote: > > > > Am 01.05.2022 um 13:42 schrieb Jakub Jelinek via Gcc : > > > > On Sun, May 01, 2022 at 11:02:29AM +0100, Iain Sandoe wrote: > >> All of these show new fails (presumably because checking is off): > >> > >> XPASS:

Re: GCC 12.1 Release Candidate available from gcc.gnu.org

2022-05-01 Thread Richard Biener via Gcc
> Am 01.05.2022 um 13:42 schrieb Jakub Jelinek via Gcc : > > On Sun, May 01, 2022 at 11:02:29AM +0100, Iain Sandoe wrote: >> All of these show new fails (presumably because checking is off): >> >> XPASS: c-c++-common/goacc/kernels-decompose-pr100400-1-2.c -std=c++98 >> (internal compiler

Re: GCC 12.1 Release Candidate available from gcc.gnu.org

2022-05-01 Thread Jakub Jelinek via Gcc
On Sun, May 01, 2022 at 11:02:29AM +0100, Iain Sandoe wrote: > All of these show new fails (presumably because checking is off): > > XPASS: c-c++-common/goacc/kernels-decompose-pr100400-1-2.c -std=c++98 > (internal compiler error) > FAIL: c-c++-common/goacc/kernels-decompose-pr100400-1-2.c

Re: GCC 12.1 Release Candidate available from gcc.gnu.org

2022-05-01 Thread Iain Sandoe via Gcc
Hi Jakub, thanks for doing the release. > On 29 Apr 2022, at 15:34, Jakub Jelinek via Gcc wrote: > > The first release candidate for GCC 12.1 is available from > > https://gcc.gnu.org/pub/gcc/snapshots/12.1.0-RC-20220429/ > ftp://gcc.gnu.org/pub/gcc/snapshots/12.1.0-RC-20220429/ > > and

GCC 12.1 Release Candidate available from gcc.gnu.org

2022-04-29 Thread Jakub Jelinek via Gcc
The first release candidate for GCC 12.1 is available from https://gcc.gnu.org/pub/gcc/snapshots/12.1.0-RC-20220429/ ftp://gcc.gnu.org/pub/gcc/snapshots/12.1.0-RC-20220429/ and shortly its mirrors. It has been generated from git commit r12-8321-g621650f64fb667. I have so far bootstrapped and