annotate gcc/testsuite/g++.old-deja/g++.brendan/README @ 145:1830386684a0

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