gcc/gcc/testsuite
Mark Mitchell 07cdae91c9 MAINTAINERS: Remove chill maintainers.
* MAINTAINERS: Remove chill maintainers.
	* Makefile.in (CHILLFLAGS): Remove.
	(CHILL_LIB): Remove.
	(TARGET_CONFIGDIRS): Remove libchill.
	(CHILL_FOR_TARGET): Remove.
	(BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
	CHILL_LIB.
	(CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
	(CHECK_TARGET_MODULES): Likewise.
	(INSTALL_TARGET_MODULES): Likewise.
	(CLEAN_TARGET_MODULES): Likewise.
	(configure-target-libchill): Remove.
	(all-target-libchill): Remove.
	* configure.in (target_libs): Remove target-libchill.
	Do not compute CHILL_FOR_TARGET.
	* libchill: Remove directory.

	Remove Chill front end.
	* gcc.c (default_compilers): Remove Chill entries.
	* ch: Remove directory.
	* doc/frontends.texi: Remove information about Chill.
	* doc/sourcebuild.texi: Likewise.
	* doc/standards.texi: Likewise.

	* testsuite/lib/chill.exp: Remove.

	* g77.texi: Remove Chill reference.

	* gcc_release (build_tarfiles): Do not build Chill tarfiles.
	(CHILL_DIRS): Remove.

From-SVN: r52327
2002-04-15 20:19:23 +00:00
..
config default.exp, [...]: Remove bug reporting instructions with ancient email addresses. 2001-02-08 02:29:38 +00:00
consistency.vlad freebsd.h, [...]: Update FSF address. 2001-10-09 11:16:27 +01:00
g++.dg class.c (layout_virtual_bases): Do all dsize computation on trees. 2002-04-14 22:55:48 +02:00
g++.old-deja init.c (build_member_call): For now, don't convert to intermediate base if it would cause an error. 2002-04-10 08:18:44 -04:00
g77.dg f77-edit-i-in.f: Use internal buffer in place of scratch file. 2002-04-14 13:46:24 +00:00
g77.f-torture 980628-4.x, [...]: xfail powerpc-*-* hosted on i[34567]86-*-*. 2002-04-13 12:05:53 +00:00
gcc.c-torture 20020413-1.c: New test. 2002-04-13 03:32:46 -07:00
gcc.dg re PR c/6277 (Failure of test gcc.dg/i386-387-1.c on cygwin) 2002-04-14 11:52:25 +00:00
gcc.misc-tests linkage.exp: Update last change to handle sparc*-, not just sparc-. 2002-04-04 00:18:02 +00:00
lib MAINTAINERS: Remove chill maintainers. 2002-04-15 20:19:23 +00:00
objc * objc/execute/formal_protocol-6.x: New XFAIL. 2002-03-24 16:17:42 -08:00
objc.dg dwarf2-1.c: Update for return warnings. 2002-02-07 01:08:25 -08:00
ChangeLog MAINTAINERS: Remove chill maintainers. 2002-04-15 20:19:23 +00:00
README * README, lib/file-format.exp: Remove EGCS references. 2000-10-16 11:00:23 +01:00
README.g++
README.gcc

README

This is a collection of tests for the C and C++ frontends of GCC. For
further information please check README.gcc and README.g++, though the
latter may not be up-to-date any more.

The driver that runs this testsuite is called DejaGnu and you will
need a current DejaGnu snapshot, which is available from
ftp://gcc.gnu.org/pub/gcc/infrastructure, for example.

Most of these tests were originally developed and/or collected by
Cygnus Solutions, but these days many are being added by the GCC
developers.

These tests are included "as is". If any of them fails, do not report
a bug.  Bug reports for DejaGnu can go to bug-dejagnu@prep.ai.mit.edu.
Discussion and comments about this testsuite should be sent to
gcc@gcc.gnu.org; additions and changes to should go to sent to
gcc-patches@gcc.gnu.org.

The entire testsuite is invoked by `make check` at the top level of
the GCC tree. `make check-g++` runs the C++ testsuite only.


STRUCTURE OF THE TESTSUITE

Almost all C++ tests reside in subdirectories of g++.old-deja, based on
the following structure:

  g++.benjamin	Tests by Benjamin Koz
  g++.bob
  g++.brendan	Tests by Brendan Kehoe
  g++.bugs
  g++.eh  	Tests for exception handling
  g++.ext  	Tests for g++ extensions
  g++.gb  	Tests by Gerald Baumgartner
  g++.jason	Tests by Jason Merill
  g++.jeff	Tests by Jeffrey A Law
  g++.martin	Tests by Martin v. Löwis
  g++.mike	Tests by Mike Stump
  g++.niklas	Tests by Niklas Hallqvist
  g++.ns  	Tests for namespaces
  g++.other
  g++.pt  	Tests for templates
  g++.rfg
  g++.robertl	Tests from gcc-bugs@gcc.gnu.org, gathered by Robert Lipe
	
g++.old-deja uses a fixed driver for all g++ tests based on the old
DejaGnu drivers. But just because its old, doesn't mean its redundant!
Tests that want to use the normal dg.exp driver can be put in g++.dg instead.
This may be required for platform-specific tests, or tests with other
special requirements.