This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
testsuite patches to remove generated files
- From: Janis Johnson <janis187 at us dot ibm dot com>
- To: gcc-patches at gcc dot gnu dot org
- Date: Wed, 30 Mar 2005 16:43:36 -0800
- Subject: testsuite patches to remove generated files
Earlier this month I submitted several patches to clean up generated
test files:
http://gcc.gnu.org/ml/gcc-patches/2005-03/msg00417.html
http://gcc.gnu.org/ml/gcc-patches/2005-03/msg00418.html
http://gcc.gnu.org/ml/gcc-patches/2005-03/msg00419.html
http://gcc.gnu.org/ml/gcc-patches/2005-03/msg00420.html
http://gcc.gnu.org/ml/gcc-patches/2005-03/msg00421.html
http://gcc.gnu.org/ml/gcc-patches/2005-03/msg00422.html
http://gcc.gnu.org/ml/gcc-patches/2005-03/msg00423.html
http://gcc.gnu.org/ml/gcc-patches/2005-03/msg00424.html
http://gcc.gnu.org/ml/gcc-patches/2005-03/msg00425.html
I'm going to check in all of them except msg00421 which is supposed to
remove gcov files for additional source files but doesn't quite work.
At the time I submitted these, the patches removed all files generated
for C and C++ tests. That's no longer the case, but I'll continue to
submit patches for additional cleanups.
Janis