From 3d23f0e98abafe826cb96b284b9b539363ce577d Mon Sep 17 00:00:00 2001 From: Richard Guenther Date: Mon, 14 Sep 2009 14:33:58 +0000 Subject: 2009-09-14 Richard Guenther * gcc.misc-tests/i386-prefetch.exp: Revert to trunk state. * gcc.dg/exceptions.c: Remove. git-svn-id: https://gcc.gnu.org/svn/gcc/branches/lto@151689 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/testsuite/ChangeLog.lto | 5 +++++ gcc/testsuite/gcc.dg/exceptions.c | 8 -------- gcc/testsuite/gcc.misc-tests/i386-prefetch.exp | 8 ++++---- 3 files changed, 9 insertions(+), 12 deletions(-) delete mode 100644 gcc/testsuite/gcc.dg/exceptions.c diff --git a/gcc/testsuite/ChangeLog.lto b/gcc/testsuite/ChangeLog.lto index 0c687f501a3..b6e1f9eb822 100644 --- a/gcc/testsuite/ChangeLog.lto +++ b/gcc/testsuite/ChangeLog.lto @@ -1,3 +1,8 @@ +2009-09-14 Richard Guenther + + * gcc.misc-tests/i386-prefetch.exp: Revert to trunk state. + * gcc.dg/exceptions.c: Remove. + 2009-09-01 Richard Guenther PR lto/41199 diff --git a/gcc/testsuite/gcc.dg/exceptions.c b/gcc/testsuite/gcc.dg/exceptions.c deleted file mode 100644 index 387b995b538..00000000000 --- a/gcc/testsuite/gcc.dg/exceptions.c +++ /dev/null @@ -1,8 +0,0 @@ -/* { dg-do compile } */ -/* { dg-options "-fexceptions" } */ -/* { dg-final { scan-assembler ".cfi_personality" } } */ - -int f(void) -{ - return 42; -} diff --git a/gcc/testsuite/gcc.misc-tests/i386-prefetch.exp b/gcc/testsuite/gcc.misc-tests/i386-prefetch.exp index 9aa81e68641..a9f767cde0a 100644 --- a/gcc/testsuite/gcc.misc-tests/i386-prefetch.exp +++ b/gcc/testsuite/gcc.misc-tests/i386-prefetch.exp @@ -97,16 +97,16 @@ if { [board_info target exists multilib_flags] return } -set-torture-options $PREFETCH_NONE {{}} $LTO_TORTURE_OPTIONS +set-torture-options $PREFETCH_NONE gcc-dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/i386-pf-none-*.c]] "" -set-torture-options $PREFETCH_SSE {{}} $LTO_TORTURE_OPTIONS +set-torture-options $PREFETCH_SSE gcc-dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/i386-pf-sse-*.c]] "" -set-torture-options $PREFETCH_3DNOW {{}} $LTO_TORTURE_OPTIONS +set-torture-options $PREFETCH_3DNOW gcc-dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/i386-pf-3dnow-*.c]] "" -set-torture-options $PREFETCH_ATHLON {{}} $LTO_TORTURE_OPTIONS +set-torture-options $PREFETCH_ATHLON gcc-dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/i386-pf-athlon-*.c]] "" torture-finish -- cgit v1.2.3