git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9dcc0a
)
gcc-4.5: fix gcc-scalar-widening-pr45847.patch one last time
author
Khem Raj
<raj.khem@gmail.com>
Tue, 5 Oct 2010 23:29:46 +0000
(16:29 -0700)
committer
Khem Raj
<raj.khem@gmail.com>
Tue, 5 Oct 2010 23:31:14 +0000
(16:31 -0700)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/gcc/gcc-4.5/gcc-scalar-widening-pr45847.patch
patch
|
blob
|
history
diff --git
a/recipes/gcc/gcc-4.5/gcc-scalar-widening-pr45847.patch
b/recipes/gcc/gcc-4.5/gcc-scalar-widening-pr45847.patch
index
225534b
..
cbe1230
100644
(file)
--- a/
recipes/gcc/gcc-4.5/gcc-scalar-widening-pr45847.patch
+++ b/
recipes/gcc/gcc-4.5/gcc-scalar-widening-pr45847.patch
@@
-57,7
+57,7
@@
Index: gcc-4.5/gcc/tree-vect-patterns.c
/* Check target support */
vectype = get_vectype_for_scalar_type (half_type0);
if (!vectype
-+ || !get_vectype_for_scalar_type (type)
;
++ || !get_vectype_for_scalar_type (type)
|| !supportable_widening_operation (WIDEN_MULT_EXPR, last_stmt, vectype,
&dummy, &dummy, &dummy_code,
&dummy_code, &dummy_int, &dummy_vec))