re PR testsuite/36053 (ERROR: tcl error sourcing gcc/gcc/testsuite/gcc.dg/dg.exp)

2008-04-26  H.J. Lu  <hongjiu.lu@intel.com>

	PR testsuite/36053
	* gcc.dg/large-size-array-2.c: Fix x86_64-*-mingw* check.
	* gcc.dg/large-size-array-4.c: Likewise.

From-SVN: r134716
This commit is contained in:
H.J. Lu 2008-04-26 12:14:46 -07:00
parent 6bfb7f1068
commit 0619a7f564
3 changed files with 13 additions and 7 deletions

View File

@ -1,11 +1,17 @@
2008-04-26 H.J. Lu <hongjiu.lu@intel.com>
PR testsuite/36053
* gcc.dg/large-size-array-2.c: Fix x86_64-*-mingw* check.
* gcc.dg/large-size-array-4.c: Likewise.
2008-04-26 George Helffrich <george@gcc.gnu.org>
PRs fortran/PR35154, fortran/PR23057
* gfortran.dg/debug/pr35154-stabs.f: New test case for
.stabs functionality.
* gfortran.dg/debug/pr35154-dwarf2.f: New test case for
DWARF functionality.
* gfortran.dg/debug/pr35154-stabs.f: New test case for
.stabs functionality.
* gfortran.dg/debug/pr35154-dwarf2.f: New test case for
DWARF functionality.
2008-04-26 Richard Sandiford <rsandifo@nildram.co.uk>
* gcc.target/mips/gcc-have-sync-compare-and-swap-1.c: Expect

View File

@ -4,4 +4,4 @@
static char * name[] = {
[0x80000000] = "bar"
};
/* { dg-error "too large" "" { target { ! { lp64 x86_64-*-mingw* } } } 6 } */
/* { dg-error "too large" "" { target { { ! lp64 } || x86_64-*-mingw* } } 6 } */

View File

@ -4,4 +4,4 @@
static char * name[] = {
[0x80000000] = "bar"
};
/* { dg-error "too large" "" { target { ! { lp64 x86_64-*-mingw* } } 6 } */
/* { dg-error "too large" "" { target { { ! lp64 } || x86_64-*-mingw* } } 6 } */