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/39595] [4.4/4.5 Regression]ICE in vectorizable_store at tree-vect-transform.c:5361



------- Comment #6 from irar at il dot ibm dot com  2009-04-01 11:21 -------
(In reply to comment #4)
> On i686-apple-darwin9, I need -m64 to get an ICE with the test in comment #3.

And if you change the types?

-      double precision a(4,*),b(3,64),c(3,200),d(64)
+      dimension a(4,*),b(3,64),c(3,200),d(64)


-- 


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


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