From: Michael Ritzert Date: Tue, 19 Aug 2003 16:58:13 +0000 (+0000) Subject: README: Describe the pch directory. X-Git-Tag: releases/gcc-3.4.0~4202 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f5d157fce49ba47b52d1952f0da088ac93ae538;p=thirdparty%2Fgcc.git README: Describe the pch directory. 2003-08-19 Michael Ritzert * g++.dg/README: Describe the pch directory. From-SVN: r70568 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 7bce0ed0bb05..84477c497b9d 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2003-08-19 Michael Ritzert + + * g++.dg/README: Describe the pch directory. + 2003-08-19 Kriang Lerdsuwanakij PR c++/11174 diff --git a/gcc/testsuite/g++.dg/README b/gcc/testsuite/g++.dg/README index 478568bf8824..27f6a5a80cfd 100644 --- a/gcc/testsuite/g++.dg/README +++ b/gcc/testsuite/g++.dg/README @@ -16,6 +16,7 @@ opt Tests for fixes of bugs with particular optimizations. 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.