| Index: gcc/gcc/testsuite/g++.dg/README
|
| diff --git a/gcc/gcc/testsuite/g++.dg/README b/gcc/gcc/testsuite/g++.dg/README
|
| index 14b736e7a731b9f60db3357b6614dbe99af1ae8b..fe308a542107904f74d99f0f4671caa033dd95c7 100644
|
| --- a/gcc/gcc/testsuite/g++.dg/README
|
| +++ b/gcc/gcc/testsuite/g++.dg/README
|
| @@ -14,10 +14,12 @@ gcov Tests for GCOV (code coverage) support.
|
| inherit Tests for inheritance -- virtual functions, multiple inheritance, etc.
|
| init Tests for initialization semantics, constructors/destructors, etc.
|
| lookup Tests for lookup semantics, namespaces, using, etc.
|
| +lto Tests for Link Time Optimization.
|
| opt Tests for fixes of bugs with particular optimizations.
|
| overload Tests for overload resolution and conversions.
|
| parse Tests for parsing.
|
| pch Tests for precompiled headers.
|
| +plugin Tests for plugin support.
|
| rtti Tests for run-time type identification (typeid, dynamic_cast, etc.)
|
| template Tests for templates.
|
| tc1 Tests for Technical Corrigendum 1 conformance.
|
| @@ -29,3 +31,10 @@ other Tests that don't fit into one of the other categories.
|
|
|
| special Tests that need custom expect code to run them; see special/ecos.exp
|
| for an example.
|
| +
|
| +
|
| +Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
|
| +
|
| +Copying and distribution of this file, with or without modification,
|
| +are permitted in any medium without royalty provided the copyright
|
| +notice and this notice are preserved.
|
|
|