Re: [r16-5628 Regression] FAIL: g++.target/i386/vect-pragma-target-2.C -std=gnu++20 (test for excess errors) on Linux/x86_64
Jakub Jelinek <[email protected]>
| Newsgroups | gmane.comp.gcc.patches,gmane.comp.gcc.regression |
|---|---|
| Message-ID | <aSdT609BiiE18tcQ@tucnak> |
On Thu, Nov 27, 2025 at 03:20:27AM +0800, Haochen Jiang wrote: > 004438857554f47eb5491d59b067e56fdacf0e74 is the first bad commit > commit 004438857554f47eb5491d59b067e56fdacf0e74 > Author: Jakub Jelinek <[email protected]> > Date: Wed Nov 26 15:01:11 2025 +0100 > > Change the default C++ dialect to gnu++20 > > caused It didn't, these were broken before as well. The only thing that changed was which C++ -std= modes are chosen by default when not testing with all std versions. Jakub