This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/32176] [4.3 Regression] ICE tree-type mismatch: expected integer_cst, have plus_expr in int_cst_value, at tree.c:7720
- From: "jv244 at cam dot ac dot uk" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Jun 2007 09:32:57 -0000
- Subject: [Bug middle-end/32176] [4.3 Regression] ICE tree-type mismatch: expected integer_cst, have plus_expr in int_cst_value, at tree.c:7720
- References: <bug-32176-6642@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #5 from jv244 at cam dot ac dot uk 2007-06-07 09:32 -------
(In reply to comment #4)
> Compilation works for me with:
> gcc-Version 4.3.0 20070607 x86_64-unknown-linux-gnu
>
still failing for me with a compiler a few minutes old:
vondele@pcihopt1:~/g95> cat /scratch/vondele/gcc_trunk/gcc/LAST_UPDATED
Thu Jun 7 10:12:05 CEST 2007
Thu Jun 7 08:12:05 UTC 2007 (revision 125521)
vondele@pcihopt1:~/g95> gfortran -fprefetch-loop-arrays -O2 test.f90
test.f90: In function ?polint?:
test.f90:1: internal compiler error: tree check: expected integer_cst, have
plus_expr in int_cst_value, at tree.c:7720
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
vondele@pcihopt1:~/g95> gfortran -v
Using built-in specs.
Target: x86_64-unknown-linux-gnu
Configured with: /scratch/vondele/gcc_trunk/gcc/configure
--prefix=/scratch/vondele/gcc_trunk/build
--with-mpfr_include=/scratch/vondele/mpfr-2.2.0/
--with-mpfr_lib=/scratch/vondele/mpfr-2.2.0/ --with-gmp=/users/vondele/
--enable-languages=c,fortran
Thread model: posix
gcc version 4.3.0 20070607 (experimental)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32176