From: vondele Date: Sun, 8 Nov 2015 19:12:53 +0000 (+0000) Subject: Move tests depending on graphite to correct subdirectory. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7abb97c392185d8dc92ecc95acf3f02836a7a8a0;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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@229967 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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