This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/51914] [4.7] vect-intfloat-conversion4a/b tests fail for arm-linux-gnueabi


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51914

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-01-20 22:06:47 UTC ---
Author: jakub
Date: Fri Jan 20 22:06:42 2012
New Revision: 183356

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183356
Log:
    PR tree-optimization/51914
    * tree-vect-stmts.c (vectorizable_conversion): For
    cvt_type && modifier == WIDEN, put temporary with cvt_type
    at the beginning of vec_dsts and set vec_dest to temporary
    with vectype_out.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/tree-vect-stmts.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]