diff options
Diffstat (limited to 'gcc/testsuite/g++.dg/cpp0x/regress/README')
-rw-r--r-- | gcc/testsuite/g++.dg/cpp0x/regress/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/testsuite/g++.dg/cpp0x/regress/README b/gcc/testsuite/g++.dg/cpp0x/regress/README new file mode 100644 index 000000000..5c3402e74 --- /dev/null +++ b/gcc/testsuite/g++.dg/cpp0x/regress/README @@ -0,0 +1,3 @@ +This directory contains tests that were passing in C++98 mode but failing +in C++0x mode; it should be replaced by an improvement to the test harness +to run all tests in both modes. |