gcc/gcc/testsuite
Martin Liska b629a7958f Merge branch 'master' into devel/sphinx 2022-08-10 09:18:18 +02:00
..
ada
c-c++-common Merge branch 'master' into devel/sphinx 2022-08-01 05:53:37 +02:00
config
g++.dg OpenMP: Fix folding with simd's linear clause [PR106492] 2022-08-09 07:57:40 +02:00
g++.old-deja
g++.target PR target/91681: zero_extendditi2 pattern for more optimizations on x86. 2022-07-25 17:33:48 +01:00
gcc.c-torture Move testcase gcc.dg/tree-ssa/pr93776.c to gcc.c-torture/compile/pr93776.c 2022-08-07 20:35:06 -07:00
gcc.dg [Committed] PR other/106575: Use "signed char" in new fold-eqandshift-4.c 2022-08-10 07:07:24 +01:00
gcc.dg-selftests
gcc.misc-tests
gcc.src
gcc.target Use PTEST to perform AND in TImode STV of (A & B) != 0 on x86_64. 2022-08-09 19:02:44 +01:00
gcc.test-framework
gdc.dg d: Fix undefined reference to pragma(inline) symbol (PR106563) 2022-08-09 14:41:22 +02:00
gdc.test d: Merge upstream dmd d7772a2369, phobos 5748ca43f. 2022-08-03 13:01:53 +02:00
gfortran.dg Evaluate condition arguments with the correct type. 2022-08-08 16:08:51 -04:00
gfortran.fortran-torture
gnat.dg Fix ICE on view conversion between struct and integer 2022-07-14 12:18:42 +02:00
go.dg
go.go-torture/execute
go.test compiler: better error message for unknown package name 2022-07-05 17:08:02 -07:00
jit.dg
lib rs6000: Correct return value of check_p9modulo_hw_available. 2022-08-05 10:46:00 +08:00
obj-c++.dg
objc
objc-obj-c++-shared
objc.dg
selftests
.gitattributes
ChangeLog Daily bump. 2022-08-10 00:16:43 +00:00
ChangeLog-1993-2007
ChangeLog-2008
ChangeLog-2009
ChangeLog-2010
ChangeLog-2011
ChangeLog-2012
ChangeLog-2013
ChangeLog-2014
ChangeLog-2015
ChangeLog-2016
ChangeLog-2017
ChangeLog-2018
ChangeLog-2019
ChangeLog-2020
ChangeLog-2021
ChangeLog.graphite
ChangeLog.jit
ChangeLog.ptr
ChangeLog.tree-ssa
README
README.compat
README.gcc

README

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This is a collection of tests for GCC. For further information about
the C testsuite, see README.gcc.

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

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@gnu.org.
Discussion and comments about this testsuite should be sent to
gcc@gcc.gnu.org; additions and changes should be 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 G++ TESTSUITE

  g++.dg tests:

  All new tests should be placed in an appropriate subdirectory of g++.dg.

  g++.old-deja tests:

  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
	
Finally, some random last minute notes by Mike Stump <mrs@cygnus.com>, on
how to run tests (in the GCC 2.7 era):

	runtest --tool g++ --srcdir ./testsuite

where 

	runtest	Is the name used to invoke DejaGnu.   If DejaGnu is not
		installed this will be the relative path name for runtest.

	--tool	This tells DejaGnu which tool you are testing. It is
		mainly used to find the testsuite directories for a
		particular tool when several testsuites are in the
		same directory. (like the gcc and g++ testsuites)

	--srcdir This points to the top level of the directory
		containing the sources of the testsuite. This is
		./testsuite if you are in the directory that has the
		testsuite directory.


Copyright (C) 1998-2022 Free Software Foundation, Inc.

Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.