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
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 to
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):
https://gcc.gnu.org/bugzilla/s
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: c-c++-common/goacc/
> 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 er
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 -std
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 shortl
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