NameDateSize

..12-Oct-201522

abi/H12-Oct-2015106

bprob/H12-Oct-20155

charset/H12-Oct-201516

compat/H12-Oct-201515

conversion/H12-Oct-201527

cpp/H12-Oct-201513

debug/H12-Oct-201532

dg.expH A D20-Apr-20061.7 KiB

eh/H12-Oct-201569

expr/H12-Oct-201564

ext/H12-Oct-2015191

gcov/H12-Oct-20158

inherit/H12-Oct-201565

init/H12-Oct-2015142

lookup/H12-Oct-2015128

opt/H12-Oct-2015184

other/H12-Oct-2015135

overload/H12-Oct-201536

parse/H12-Oct-2015311

pch/H12-Oct-201524

READMEH A D20-Apr-20061.3 KiB

rtti/H12-Oct-201515

special/H12-Oct-201512

tc1/H12-Oct-201536

template/H12-Oct-2015599

tls/H12-Oct-201514

tree-ssa/H12-Oct-201570

vect/H12-Oct-20159

warn/H12-Oct-2015119

README

1Subdirectories:
2
3abi	 Tests for ABI compatibility -- mangling, object layout, etc.
4bprob	 Tests for functionality of profile-directed block ordering.
5charset	 Tests for input character set translation.
6compat	 Tests for binary compatibility (consistency, not ABI conformance).
7conversion Tests for correct type conversions.
8cpp	 Tests for the preprocessor.
9debug	 Tests for debugging options.
10eh	 Tests for exception handling.
11expr     Tests for expressions.
12ext	 Tests for GNU language extensions.
13gcov	 Tests for GCOV (code coverage) support.
14inherit	 Tests for inheritance -- virtual functions, multiple inheritance, etc.
15init	 Tests for initialization semantics, constructors/destructors, etc.
16lookup	 Tests for lookup semantics, namespaces, using, etc.
17opt	 Tests for fixes of bugs with particular optimizations.
18overload Tests for overload resolution and conversions.
19parse	 Tests for parsing.
20pch	 Tests for precompiled headers.
21rtti	 Tests for run-time type identification (typeid, dynamic_cast, etc.)
22template Tests for templates.
23tc1	 Tests for Technical Corrigendum 1 conformance.
24tls	 Tests for support of thread-local data.
25tree-ssa Tests for Tree SSA optimizations.
26warn	 Tests for compiler warnings.
27
28other	 Tests that don't fit into one of the other categories.
29
30special	 Tests that need custom expect code to run them; see special/ecos.exp
31	 for an example.
32