gcc/gcc/testsuite
Jason Merrill aaec0464ee rtti.c (emit_tinfo_decl): Call import_export_decl.
* rtti.c (emit_tinfo_decl): Call import_export_decl.
        * decl2.c (import_export_decl): Set DECL_NOT_REALLY_EXTERN on
        tinfo decls by default.  Don't mess with the builtins.

From-SVN: r53417
2002-05-13 04:00:49 -04: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 rtti.c (emit_tinfo_decl): Call import_export_decl. 2002-05-13 04:00:49 -04:00
g++.old-deja typeck.c (build_modify_expr): The pedwarn for array assignment is now unconditional. 2002-04-24 20:13:45 -04:00
g77.dg f77-edit-i-in.f: Restore missing { dg-do run } 2002-04-20 13:23:01 +00:00
g77.f-torture 20020415-1.c: Expect warning for unsupported -fpic on cris-*-elf* and mmix-*-*. 2002-04-22 01:19:06 +00:00
gcc.c-torture conversion.c (ldnear): Use long double types. 2002-05-12 19:24:12 -07:00
gcc.dg cpplib.c (cpp_init_internal_pragmas): Remove #pragma poison. 2002-05-09 17:14:22 +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 re PR target/6429 (libgcc_s problem on dual 32/64-bit arches) 2002-05-09 23:01:55 +02: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
treelang Added Tim Josling to MAINTAINERS file. 2002-05-06 21:57:48 +00:00
ChangeLog conversion.c (ldnear): Use long double types. 2002-05-12 19:24:12 -07: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.