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/49542] [4.7 regression] 2 failures in the vectorization testsuite in 64-bit mode


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

--- Comment #4 from Ira Rosen <irar at il dot ibm.com> 2011-07-06 06:20:06 UTC ---
In that case they should fail. The vf in 4.7 is correct. In 4.6 it is updated
after stmts analysis, which may cause inconsistency. This patch
http://gcc.gnu.org/ml/gcc-patches/2011-04/msg02210.html fixed this by moving vf
update before the analysis.


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