From: Jakub Jelinek Date: Tue, 19 Mar 2013 10:35:47 +0000 (+0100) Subject: Remove gcc/testsuite/ and testsuite/ leading paths from X-Git-Tag: releases/gcc-4.9.0~6989 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7469b1dc52d5cbd23c0b6e998adfe159c5034b28;p=thirdparty%2Fgcc.git Remove gcc/testsuite/ and testsuite/ leading paths from filenames. From-SVN: r196790 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 4240674fcd11..b9c2823f460e 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -473,7 +473,7 @@ 2013-02-20 Jan Hubicka PR tree-optimization/56265 - * testsuite/g++.dg/ipa/devirt-11.C: New testcase. + * g++.dg/ipa/devirt-11.C: New testcase. 2013-02-20 Richard Biener @@ -577,7 +577,7 @@ 2013-02-15 Tobias Burnus PR fortran/56318 - * gcc/testsuite/gfortran.dg/matmul_9.f90: New. + * gfortran.dg/matmul_9.f90: New. 2013-02-15 Tobias Burnus @@ -660,9 +660,9 @@ Avoid instrumenting duplicated memory access in the same basic block * c-c++-common/asan/no-redundant-instrumentation-1.c: New test. - * testsuite/c-c++-common/asan/no-redundant-instrumentation-2.c: Likewise. - * testsuite/c-c++-common/asan/no-redundant-instrumentation-3.c: Likewise. - * testsuite/c-c++-common/asan/inc.c: Likewise. + * c-c++-common/asan/no-redundant-instrumentation-2.c: Likewise. + * c-c++-common/asan/no-redundant-instrumentation-3.c: Likewise. + * c-c++-common/asan/inc.c: Likewise. 2013-02-12 Vladimir Makarov