This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/14249] New: 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:12:46 -0000
- Subject: [Bug c/14249] New: internal compiler error: in push_reload, at reload.c:1315
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
When compiling the following program with
gcc -g -O2 -I. -Wall -march=i686 -msse2 -c -o viterbi615_sse2.o viterbi615_sse2.c
I get:
viterbi615_sse2.c: In function `update_viterbi615_blk_sse2':
viterbi615_sse2.c:205: internal compiler error: in push_reload, at reload.c:1315
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
As requested, the preprocessed source is at
http://www.ka9q.net/gcc_bug/viterbi615_sse2.i
--
Summary: internal compiler error: in push_reload, at
reload.c:1315
Product: gcc
Version: 3.3.3
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: karn at ka9q dot net
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: i686-pc-linux-gnu
GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14249