This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/14249] internal compiler error: in push_reload, at reload.c:1315
- From: "karn at ka9q dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Feb 2004 23:42:09 -0000
- Subject: [Bug c/14249] internal compiler error: in push_reload, at reload.c:1315
- References: <20040222231244.14249.karn@ka9q.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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