NetBSD/gnu/dist/gcc4/gcc/testsuite/g++.dg
mrg 79780a5fbb import GCC-4.1 branch from 20070110 (revision 120647). this fixes the
44 GCC PR's listed below (some have already been applied to NetBSD GCC)
and at least one NetBSD PR:

	PR bootstrap/28400
	PR c++/27369
	PR c/25795
	PR c/25993
	PR c/29092
	PR c/29736
	PR c/30360
	PR debug/26964
	PR libstdc++/11953
	PR middle-end/21032
	PR middle-end/26306
	PR middle-end/27826
	PR middle-end/28116
	PR middle-end/29241
	PR middle-end/29250
	PR middle-end/29584
	PR middle-end/29695
	PR middle-end/29753
	PR middle-end/30286
	PR rtl-optimization/25514
	PR rtl-optimization/27736
	PR rtl-optimization/27761
	PR rtl-optimization/28970
	PR rtl-optimization/29631
	PR rtl-optimization/29797
	PR target/18553
	PR target/24036
	PR target/29114
	PR target/29319
	PR target/29377
	PR target/29449
	PR target/30039
	PR target/30173
	PR target/30185
	PR target/30230
	PR tree-opt/28545
	PR tree-opt/29788
	PR tree-opt/29964
	PR tree-optimization/27891
	PR tree-optimization/28888
	PR tree-optimization/29581
	PR tree-optimization/29610
	PR tree-optimization/29637
	PR tree-optimization/30212
2007-01-11 02:42:35 +00:00
..
abi import GCC-4.1 branch from 20070110 (revision 120647). this fixes the 2007-01-11 02:42:35 +00:00
bprob
charset
compat
conversion import GCC-4.1 branch from 20070110 (revision 120647). this fixes the 2007-01-11 02:42:35 +00:00
cpp
debug
eh import GCC-4.1 branch from 20070110 (revision 120647). this fixes the 2007-01-11 02:42:35 +00:00
expr import GCC-4.1 branch from 20070110 (revision 120647). this fixes the 2007-01-11 02:42:35 +00:00
ext import GCC-4.1 branch from 20070110 (revision 120647). this fixes the 2007-01-11 02:42:35 +00:00
gcov
inherit import GCC-4.1 branch from 20070110 (revision 120647). this fixes the 2007-01-11 02:42:35 +00:00
init import GCC-4.1 branch from 20070110 (revision 120647). this fixes the 2007-01-11 02:42:35 +00:00
lookup
opt import GCC-4.1 branch from 20070110 (revision 120647). this fixes the 2007-01-11 02:42:35 +00:00
other import GCC-4.1 branch from 20070110 (revision 120647). this fixes the 2007-01-11 02:42:35 +00:00
overload
parse import GCC-4.1 branch from 20070110 (revision 120647). this fixes the 2007-01-11 02:42:35 +00:00
pch import GCC-4.1 branch from 20070110 (revision 120647). this fixes the 2007-01-11 02:42:35 +00:00
rtti
special
tc1
template import GCC-4.1 branch from 20070110 (revision 120647). this fixes the 2007-01-11 02:42:35 +00:00
tls
tree-ssa import GCC-4.1 branch from 20070110 (revision 120647). this fixes the 2007-01-11 02:42:35 +00:00
vect
warn import GCC-4.1 branch from 20070110 (revision 120647). this fixes the 2007-01-11 02:42:35 +00:00
dg.exp
README

Subdirectories:

abi	 Tests for ABI compatibility -- mangling, object layout, etc.
bprob	 Tests for functionality of profile-directed block ordering.
charset	 Tests for input character set translation.
compat	 Tests for binary compatibility (consistency, not ABI conformance).
conversion Tests for correct type conversions.
cpp	 Tests for the preprocessor.
debug	 Tests for debugging options.
eh	 Tests for exception handling.
expr     Tests for expressions.
ext	 Tests for GNU language extensions.
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.
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.
rtti	 Tests for run-time type identification (typeid, dynamic_cast, etc.)
template Tests for templates.
tc1	 Tests for Technical Corrigendum 1 conformance.
tls	 Tests for support of thread-local data.
tree-ssa Tests for Tree SSA optimizations.
warn	 Tests for compiler warnings.

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.