This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug testsuite/66621] [4.9/5/6 Regression] Mistakenly unsupported tests in g++.dg/torture/


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66621

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
I believe debug/localclass1.C debug/nullptr01.C tests also suffer from this
problem.  Tried to grep for tests in other g++.dg/ subdirectories that have
their own *.exp and it seems if the tests there match target c..1 regexp then
their *.exp file seems to cycle through the -std=c++{98,11,14} or at least
-std=c++{98,11} options.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]