This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Document pch testsuite directory


Ritzert@t-online.de writes:

> Hi all,
> 
> I just noticed that the testsuite README misses the pch directory.

This is OK; I've committed it.

> 2008-08-19  Michael Ritzert  <ritzert@t-online.de>
> 
> 	 * g++.dg/README: Describe the pch directory.
> 
> Index: g++.dg/README
> ===================================================================
> RCS file: /cvs/gcc/gcc/gcc/testsuite/g++.dg/README,v
> retrieving revision 1.6
> diff -u -3 -p -f -r1.6 README
> *** g++.dg/README·21 Oct 2002 17:42:49 -0000·1.6
> --- g++.dg/README·19 Aug 2003 09:42:26 -0000
> *************** opt·  Tests for fixes of bugs with partic
> *** 16,21 ****
> --- 16,22 ----
>   other·  Tests that don't quite fit anywhere else.
>   overload Tests for overload resolution and conversions.
>   parse·  Tests for parsing.
> + pch· Tests for precompiled headers
>   rtti·   Tests for run-time type identification (typeid, dynamic_cast,
> etc.)
>   special·   Tests requiring individual processing.
>   template Tests for templates
> 

-- 
- Geoffrey Keating <geoffk@geoffk.org>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]