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 target/14981] [3.3/3.4 Regression] ICE in _mm_xor_pd for SSE2 with -O1


------- Additional Comments From bangerth at dealii dot org  2004-04-20 04:25 -------
I have the following versions on my system: 
- SuSE gcc 3.3.1, which doesn't have emmintrin.h 
- gcc 3.3.4 pre 20040402, which ICEs (see below) 
- gcc 3.4 pre 20040402, which does as well 
- gcc 3.5 pre 20040402 which is OK. 
Note that the ICEs in 3.3.4 and 3.4 happen in different places. 
W. 
 
 
g/x> /home/bangerth/bin/gcc-3.3.4-pre/bin/gcc -O1 -S -msse2 -mfpmath=sse -c 
x.c 
x.c: In function `xorv2df3': 
x.c:8: internal compiler error: in subreg_hard_regno, at emit-rtl.c:932 
Please submit a full bug report, 
with preprocessed source if appropriate. 
See <URL:http://gcc.gnu.org/bugs.html> for instructions. 
 
g/x> /home/bangerth/bin/gcc-3.4-pre/bin/gcc -O1 -S -msse2 -mfpmath=sse -c x.c 
x.c: In function `xorv2df3': 
x.c:8: internal compiler error: in immed_double_const, at emit-rtl.c:481 
Please submit a full bug report, 
with preprocessed source if appropriate. 
See <URL:http://gcc.gnu.org/bugs.html> for instructions. 
 
 

-- 


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


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