1R.I.P. Brendan Patrick Kehoe, December 3, 1970 - July 19, 2011.
2
3abstract	- abstract functions
4alignof		- gcc alignof builtin
5ambiguity	- diagnosing ambiguities
6arm		- ARM cases
7array-refs	- arrays of references
8bit-fields	- bit fields
9chainon		- deaths cuz we call chainon() incorrectly
10copy		- copy constructors
11crash		- old compiler crashes/aborts
12cvt		- user-defined conversions
13def-fns		- default function generation (in add'n to copy)
14enum-clash	- int vs enum
15enum		- enumerated types
16err-msg		- error messages
17friend		- dealing with friend functions and classes
18groff		- crashes derived from groff code
19init		- initialization bugs
20label		- handling labels
21line		- line numbers in error messages
22misc		- miscellaneous tests that didn't fit another category
23nest		- nested types
24new-array	- doing new of an array
25new		- generic operator new bugs
26operators	- tests for various overloaded operators
27parse		- parser bugs
28prepost		- prefix/postfix operator ++/--
29ptolemy		- bugs derived from ptolemy
30recurse		- infinite recursion in the compiler
31redecl		- handling redeclarations
32scope		- managing scopes
33shadow		- shadowing of params, etc
34sizeof		- ARM compliance w/ sizeof operator
35sorry		- old "sorry, not implemented" messages
36static		- handling static data
37template	- template bugs
38union		- handling unions
39visibility	- access control and visibility checking
40warnings	- warning messages
41
42
43Copyright (C) 1997-2018 Free Software Foundation, Inc.
44
45Copying and distribution of this file, with or without modification,
46are permitted in any medium without royalty provided the copyright
47notice and this notice are preserved.
48