[oe-commits] Khem Raj : gcc-4.5: fix gcc-scalar-widening-pr45847.patch one last time

git version control git at git.openembedded.org
Tue Oct 5 23:32:04 UTC 2010


Module: openembedded.git
Branch: master
Commit: f94d9bcd25ceb9d3a87d5767aaa259a769bda634
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f94d9bcd25ceb9d3a87d5767aaa259a769bda634

Author: Khem Raj <raj.khem at gmail.com>
Date:   Tue Oct  5 16:29:46 2010 -0700

gcc-4.5: fix gcc-scalar-widening-pr45847.patch one last time

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 .../gcc/gcc-4.5/gcc-scalar-widening-pr45847.patch  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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
--- 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))





More information about the Openembedded-commits mailing list