On Thu, Nov 14, 2019 at 12:50:09PM +0000, Richard Sandiford wrote: > > 2019-11-14 Jakub Jelinek <ja...@redhat.com> > > > > * g++.dg/cpp0x/alias-decl-pr92206-3.C: Require effective target c++14 > > rather than c++11. > > Thanks, and sorry for the breakage. I obviously messed something up > during the testing.
Not necessarily, seems the current default is just iterating over C++98, 14, 17 and 2a. check-c++-all additionally iterates over 11 and also -fconcepts together with 17, in my testing I'm using GXX_TESTSUITE_STDS=98,11,14,17,2a and thus do test 11, but not 17 with -fconcepts. Jakub