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/36054] bad code generation with -ftree-vectorize



------- Comment #7 from victork at gcc dot gnu dot org  2008-04-30 10:51 -------
> -m32?

Better, but a bunch of 45 errors like below remained.

% g++  -g -O3 -march=core2 -mfpmath=sse -msse -ftemplate-depth-4096
-Wnon-virtual-dtor -fPIC kernel_build.ii > log 2>&1

/usr/lib/gcc/i486-linux-gnu/4.3.1/include/mmintrin.h: In function
вЂint __vector__ _mm_add_si64(int __vector__, int
__vector__)�:
/usr/lib/gcc/i486-linux-gnu/4.3.1/include/mmintrin.h:312: error: cannot convert
вЂlong long intвЂ? to вЂlong long int
__vector__вЂ? for argument вЂ1вЂ? to
вЂlong long int __vector__ __builtin_ia32_paddq(long long int
__vector__, long long int __vector__)�


-- 


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


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