• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..09-Oct-2021-

READMEH A D09-Oct-2021868 2116

scope01.CH A D09-Oct-2021108 52

scope02.CH A D09-Oct-2021146 117

scope03.CH A D09-Oct-2021144 117

scope04.CH A D09-Oct-2021234 1611

scope05.CH A D09-Oct-2021159 138

scope06.CH A D09-Oct-2021263 1511

scope07.CH A D09-Oct-2021153 127

scope08.CH A D09-Oct-2021215 1510

scope09.CH A D09-Oct-2021227 1713

scope10.CH A D09-Oct-2021137 107

scope11.CH A D09-Oct-2021420 2922

scope12.CH A D09-Oct-2021482 3625

scope13.CH A D09-Oct-2021118 128

README

1These are my C++ signature and class-scoping tests.
2
3In changing my signature tests to DejaGnu style, I reduced the number
4of tests from 40 to 25.  They should still test the same features,
5though.  All of these tests are run.  I don't have any tests yet to
6check correct reporting of errors/warnings.
7
8The class scoping tests were in part derived from Vince Russo's
9Renaissance operating system and in part written by myself in helping
10Niklas Hallqvist test his rewrite of the scoping code.  I had shared
11some of these tests with Niklas, others were included in bug reports I
12had sent to {g++,gcc}@cygnus.com.  It is, therefore, possible that
13these tests duplicate tests in other directories.
14
15All files in this directory, including this file, are Copyright
16FSF 1995, 2007 and fall under the GPL version 3 or later.
17
18Gerald Baumgartner
19gb@cs.purdue.edu
20March 1, 1995
21