This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/11984] New: ICE: expected integer_cst, have real_cst
- From: "agx at sigxcpu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Aug 2003 21:07:06 -0000
- Subject: [Bug c/11984] New: ICE: expected integer_cst, have real_cst
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11984
Summary: ICE: expected integer_cst, have real_cst
Product: gcc
Version: 3.4
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: agx at sigxcpu dot org
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: powerpc-linux
GCC host triplet: powerpc-linux
GCC target triplet: powerpc-linux
Hi,
Regression. Builds fine with gcc-3.3:
/usr/lib/gcc-snapshot/bin/gcc --save-temps -c -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -Inative -I..
-I../libmpdemux -I../loader -I/usr/include/libpng10 -I/usr/include/gtk-1.2
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_GNU_SOURCE -o vf_hqdn3d.o
vf_hqdn3d.c
In function `PrecalcCoefs':
vf_hqdn3d.c:195: internal compiler error: tree check: expected integer_cst, have
real_cst in tree_int_cst_lt, at tree.c:3220
snapshot is from 20030815-1. Please let me know if I can provide any further
input.
Regards,
-- Guido