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 c/14249] internal compiler error: in push_reload, at reload.c:1315


------- Additional Comments From karn at ka9q dot net  2004-02-22 23:42 -------
The problem is apparently triggered by using __builtin_ia32_psrawi128(). This is
called by the SSE2 SIMD intrinsic _mm_srai_epi16(). If I rewrite my program to
call __builtin_ia32_psrawi128() directly, I get this different error message:

gcc -g -O2 -I. -Wall -march=i686 -msse2 -c -o viterbi615_sse2.o viterbi615_sse2.c
viterbi615_sse2.c: In function `update_viterbi615_blk_sse2':
viterbi615_sse2.c:184: internal compiler error: in ix86_expand_binop_builtin, at
config/i386/i386.c:13140
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=14249


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