This is the mail archive of the gcc-patches@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]

Re: Ping



+/* Compiler generates 64-bit stores of zero for this on some targets.
+   Check there is no problem for such case.  */
+/* { dg-do compile } */
+/* { dg-options "-O2 -ftree-vectorize" } */
+


I guess you're not using the default flags cause you don't what the SIMD
unit to be used (i.e. you want "generic" vectorization)? If so, maybe it's
more appropriate as a gcc.dg/tree-ssa/gen-vect-*.c test?

Yes, I agree. Or the test wouldn't run on 64-bit targets that don't support vectorization (s390x maybe?).


Paolo


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