comparison gcc/testsuite/g++.old-deja/g++.brendan/README @ 111:04ced10e8804

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