summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-4.6.0/gcc-4_6-branch-backports/0282-gcc.c-torture-execute-960321-1.x-Remove.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-4.6.0/gcc-4_6-branch-backports/0282-gcc.c-torture-execute-960321-1.x-Remove.patch')
-rw-r--r--meta/recipes-devtools/gcc/gcc-4.6.0/gcc-4_6-branch-backports/0282-gcc.c-torture-execute-960321-1.x-Remove.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.6.0/gcc-4_6-branch-backports/0282-gcc.c-torture-execute-960321-1.x-Remove.patch b/meta/recipes-devtools/gcc/gcc-4.6.0/gcc-4_6-branch-backports/0282-gcc.c-torture-execute-960321-1.x-Remove.patch
new file mode 100644
index 0000000000..5ad78e6aff
--- /dev/null
+++ b/meta/recipes-devtools/gcc/gcc-4.6.0/gcc-4_6-branch-backports/0282-gcc.c-torture-execute-960321-1.x-Remove.patch
@@ -0,0 +1,30 @@
1From 74848914e56814b2e9c5983cb8c0dfb25b7db233 Mon Sep 17 00:00:00 2001
2From: ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
3Date: Thu, 19 May 2011 08:03:10 +0000
4Subject: [PATCH] * gcc.c-torture/execute/960321-1.x: Remove.
5
6git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@173891 138bc75d-0d04-0410-961f-82ee72b054a4
7
8deleted file mode 100644
9index 44cc702..0000000
10--- a/gcc/testsuite/gcc.c-torture/execute/960321-1.x
11+++ /dev/null
12@@ -1,15 +0,0 @@
13-# This test fails to link on 64-bit Solaris 2/x86 due to a Sun as bug.
14-if { [istarget "i?86-*-solaris2*"]
15- && ! [check_effective_target_ilp32]
16- && ! [check_effective_target_gas] } {
17- set torture_eval_before_compile {
18- global compiler_conditional_xfail_data
19- set compiler_conditional_xfail_data {
20- "64-bit Sun as bug" \
21- { "i?86-*-solaris2*" } \
22- { "-O[1-3s]" } \
23- { "" }
24- }
25- }
26-}
27-return 0
28--
291.7.0.4
30