From: Joost VandeVondele Date: Sun, 8 Nov 2015 19:12:53 +0000 (+0000) Subject: Move tests depending on graphite to correct subdirectory. X-Git-Tag: basepoints/gcc-7~3250 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c6fa91cfcde28d952d153160800d56230ce0dad0;p=thirdparty%2Fgcc.git Move tests depending on graphite to correct subdirectory. 2015-11-08 Joost VandeVondele * gfortran.dg/PR67518.f90: move from here... * gfortran.dg/graphite/PR67518.f90: to here. * gfortran.dg/PR53852.f90: move from here... * gfortran.dg/graphite/PR53852.f90: to here. From-SVN: r229967 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 816fc9463050..fd6979c298b4 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2015-11-08 Joost VandeVondele + + * gfortran.dg/PR67518.f90: move from here... + * gfortran.dg/graphite/PR67518.f90: to here. + * gfortran.dg/PR53852.f90: move from here... + * gfortran.dg/graphite/PR53852.f90: to here. + 2015-11-08 Eric Botcazou * gcc.dg/sso-1.c: New test. diff --git a/gcc/testsuite/gfortran.dg/PR53852.f90 b/gcc/testsuite/gfortran.dg/graphite/PR53852.f90 similarity index 100% rename from gcc/testsuite/gfortran.dg/PR53852.f90 rename to gcc/testsuite/gfortran.dg/graphite/PR53852.f90 diff --git a/gcc/testsuite/gfortran.dg/PR67518.f90 b/gcc/testsuite/gfortran.dg/graphite/PR67518.f90 similarity index 100% rename from gcc/testsuite/gfortran.dg/PR67518.f90 rename to gcc/testsuite/gfortran.dg/graphite/PR67518.f90