aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Guenther <rguenther@suse.de>2009-09-14 14:33:58 +0000
committerRichard Guenther <rguenther@suse.de>2009-09-14 14:33:58 +0000
commit3d23f0e98abafe826cb96b284b9b539363ce577d (patch)
treeff48eef192db18fcfed5f2d2682bf1c1bc442e9e
parenta040476636d2208c59fb28bc9f441549e6380182 (diff)
2009-09-14 Richard Guenther <rguenther@suse.de>
* 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
-rw-r--r--gcc/testsuite/ChangeLog.lto5
-rw-r--r--gcc/testsuite/gcc.dg/exceptions.c8
-rw-r--r--gcc/testsuite/gcc.misc-tests/i386-prefetch.exp8
3 files changed, 9 insertions, 12 deletions
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 <rguenther@suse.de>
+
+ * gcc.misc-tests/i386-prefetch.exp: Revert to trunk state.
+ * gcc.dg/exceptions.c: Remove.
+
2009-09-01 Richard Guenther <rguenther@suse.de>
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