FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.brendan / README
blobce760b1e6775dbacd76e56a24dc16d67b97de97e
2 abstract        - abstract functions
3 alignof         - gcc alignof builtin
4 ambiguity       - diagnosing ambiguities
5 arm             - ARM cases
6 array-refs      - arrays of references
7 bit-fields      - bit fields
8 chainon         - deaths cuz we call chainon() incorrectly
9 copy            - copy constructors
10 crash           - old compiler crashes/aborts
11 cvt             - user-defined conversions
12 def-fns         - default function generation (in add'n to copy)
13 enum-clash      - int vs enum
14 enum            - enumerated types
15 err-msg         - error messages
16 friend          - dealing with friend functions and classes
17 groff           - crashes derived from groff code
18 init            - initialization bugs
19 label           - handling labels
20 line            - line numbers in error messages
21 misc            - miscellaneous tests that didn't fit another category
22 nest            - nested types
23 new-array       - doing new of an array
24 new             - generic operator new bugs
25 operators       - tests for various overloaded operators
26 parse           - parser bugs
27 prepost         - prefix/postfix operator ++/--
28 ptolemy         - bugs derived from ptolemy
29 recurse         - infinite recursion in the compiler
30 redecl          - handling redeclarations
31 scope           - managing scopes
32 shadow          - shadowing of params, etc
33 sizeof          - ARM compliance w/ sizeof operator
34 sorry           - old "sorry, not implemented" messages
35 static          - handling static data
36 template        - template bugs
37 union           - handling unions
38 visibility      - access control and visibility checking
39 warnings        - warning messages