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

..03-May-2019-

READMEH A D01-Aug-2007868 2116

scope01.CH A D01-May-2003108 52

scope02.CH A D01-May-2003146 117

scope03.CH A D01-May-2003144 117

scope04.CH A D01-May-2003234 1611

scope05.CH A D01-May-2003159 138

scope06.CH A D22-Sep-2014263 1511

scope07.CH A D01-May-2003153 127

scope08.CH A D01-May-2003215 1510

scope09.CH A D01-May-2003227 1713

scope10.CH A D22-Mar-2007137 107

scope11.CH A D01-May-2003420 2922

scope12.CH A D01-May-2003482 3625

scope13.CH A D01-May-2003118 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