gcc/gcc/testsuite
Jakub Jelinek 6315f06806 unroll.c (loop_find_equiv_value): If ret is modified between insn and loop_start, ret might not be equivalent to reg.
* unroll.c (loop_find_equiv_value): If ret is modified between
	insn and loop_start, ret might not be equivalent to reg.

	* gcc.c-torture/execute/20000819-1.x: Remove.

From-SVN: r35857
2000-08-21 21:58:35 +02:00
..
config
g++.dg/special Relative to g++.dg/special: 2000-05-28 05:38:02 +00:00
g++.old-deja * g++.old-deja/g++.other/loop2.C: New test. 2000-08-21 15:04:38 +02:00
g77.f-torture c-torture.exp (c-torture): Make compiler_conditional_xfail_data global. 2000-08-14 04:15:07 +00:00
gcc.c-torture unroll.c (loop_find_equiv_value): If ret is modified between insn and loop_start, ret might not be equivalent to reg. 2000-08-21 21:58:35 +02:00
gcc.dg c-common.c (init_dollar_format_checking, [...]): New functions. 2000-08-21 20:38:35 +01:00
gcc.misc-tests Rearrange lots of files... 2000-06-29 03:10:01 +00:00
lib c-torture.exp (c-torture): Make compiler_conditional_xfail_data global. 2000-08-14 04:15:07 +00:00
objc/execute Added to test Objective-C strings. 2000-07-30 05:45:10 +00:00
ChangeLog unroll.c (loop_find_equiv_value): If ret is modified between insn and loop_start, ret might not be equivalent to reg. 2000-08-21 21:58:35 +02:00
README * README: More listname related changes. 1999-07-25 21:58:29 -06:00
README.g++ README: New file... 1998-11-10 09:27:19 +00:00
README.gcc Random tweaks. 1998-06-02 15:26:02 -06:00

README

This is a collection of tests for the C and C++ frontends of EGCS. 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://egcs.cygnus.com/pub/egcs/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 EGCS
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 EGCS 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.