aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.brendan/README
blob: 81119572caaab1ec5a369ec20d69c0cf3631b706 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Note: nest4 misses a syntax error

abstract	- abstract functions
alignof		- gcc alignof builtin
ambiguity	- diagnosing ambiguities
arm		- ARM cases
array-refs	- arrays of references
bit-fields	- bit fields
chainon		- deaths cuz we call chainon() incorrectly
copy		- copy constructors
crash		- old compiler crashes/aborts
cvt		- user-defined conversions
def-fns		- default function generation (in add'n to copy)
enum-clash	- int vs enum
enum		- enumerated types
err-msg		- error messages
friend		- dealing with friend functions and classes
groff		- crashes derived from groff code
init		- initialization bugs
label		- handling labels
line		- line numbers in error messages
misc		- miscellaneous tests that didn't fit another category
nest		- nested types
new-array	- doing new of an array
new		- generic operator new bugs
operators	- tests for various overloaded operators
parse		- parser bugs
prepost		- prefix/postfix operator ++/--
ptolemy		- bugs derived from ptolemy
recurse		- infinite recursion in the compiler
redecl		- handling redeclarations
scope		- managing scopes
shadow		- shadowing of params, etc
sizeof		- ARM compliance w/ sizeof operator
sorry		- old "sorry, not implemented" messages
static		- handling static data
template	- template bugs
union		- handling unions
visibility	- access control and visibility checking
warnings	- warning messages