gcc/gcc/testsuite
Mike Stump 212066e660 re PR target/23071 (Darwin alignment ignores "attribute packed" for first 'double' element of a struct)
PR target/23071
	* config/rs6000/rs6000.c (darwin_rs6000_special_round_type_align):
	Don't overly align based upon packed packed fields.

From-SVN: r157654
2010-03-22 23:13:10 +00:00
..
ada/acats * ada/acats/run_all.sh: Log start and end times. 2010-03-16 14:46:43 +00:00
c-c++-common re PR debug/43190 (Used pointer typedefs eliminated from debug info) 2010-02-26 16:58:57 +01:00
config
g++.dg re PR c++/43333 (__is_pod seems broken) 2010-03-22 16:38:57 -04:00
g++.old-deja asm1.C: Don't detect pic via looking for the -fpic/-fPIC flags. 2010-03-10 19:29:50 +00:00
gcc.c-torture re PR rtl-optimization/43438 (possible wrong code bug) 2010-03-20 13:44:18 +00:00
gcc.dg c-pretty-print.c (pp_c_specifier_qualifier_list): Use () rather than [], and move before the element type. 2010-03-22 16:38:35 -04:00
gcc.misc-tests linkage.exp: Remove mips-sgi-irix6*o32 support. 2010-01-28 13:22:03 +00:00
gcc.target re PR target/23071 (Darwin alignment ignores "attribute packed" for first 'double' element of a struct) 2010-03-22 23:13:10 +00:00
gcc.test-framework dg-bogus-exp-XF.c: Move dg-bogus directive. 2009-09-29 17:40:28 +00:00
gfortran.dg re PR middle-end/43475 (ICE in form_sum, at reload.c:5348) 2010-03-22 16:28:51 +00:00
gfortran.fortran-torture re PR middle-end/43390 (ICE: integral result type precision does not match field size of BIT_FIELD_REF) 2010-03-22 12:39:04 +00:00
gnat.dg re PR ada/43106 (optimization error in a case statement) 2010-03-19 07:18:47 +00:00
lib Makefile.in (PLUGINCC, [...]): New variables. 2010-03-05 22:52:02 +00:00
obj-c++.dg stor-layout.c (place_field): Don't emit -Wpadded warnings for fields in builtin structs. 2009-10-14 23:30:19 +02:00
objc re PR libobjc/36610 (objc_msg_sendv is broken for targets which pass argument via registers) 2010-02-24 11:56:10 +00:00
objc.dg re PR c/24577 (diagnostic informative note labelled "error") 2010-02-27 17:48:02 +00:00
ChangeLog re PR c++/43333 (__is_pod seems broken) 2010-03-22 16:38:57 -04:00
ChangeLog-1993-2007
ChangeLog-2008
ChangeLog-2009 Move 2009 ChangeLog to ChangeLog-2009. 2010-01-01 09:08:32 -08:00
ChangeLog.graphite Add forgotten ChangeLog entries. 2010-03-08 17:49:42 +00:00
ChangeLog.ptr
ChangeLog.tree-ssa
README
README.QMTEST
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
ftp://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 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 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
		install 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, 1999, 2000, 2003, 2005 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.