This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/52636] New: [4.8 Regression] ICE: tree check: expected integer_cst, have string_cst in tree_to_double_int, at tree.h:4324
- From: "dominiq at lps dot ens.fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 20 Mar 2012 15:03:56 +0000
- Subject: [Bug middle-end/52636] New: [4.8 Regression] ICE: tree check: expected integer_cst, have string_cst in tree_to_double_int, at tree.h:4324
- Auto-submitted: auto-generated
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52636
Bug #: 52636
Summary: [4.8 Regression] ICE: tree check: expected
integer_cst, have string_cst in tree_to_double_int, at
tree.h:4324
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: middle-end
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: dominiq@lps.ens.fr
CC: burnus@net-b.de, rguenth@gcc.gnu.org
Host: x86_64-apple-darwin10
Target: x86_64-apple-darwin10
Build: x86_64-apple-darwin10
Since revision 185466, compiling aermod.f90 from the polyhedron test suite with
'-O3 --param max-inline-insns-auto=51' and above gives an ICE:
[macbook] lin/test% /opt/gcc/gcc4.8w-185465p4/bin/gfortran -O3 --param
max-inline-insns-auto=51 aermod.f90
[macbook] lin/test% /opt/gcc/gcc4.8w-185466p4/bin/gfortran -O3 --param
max-inline-insns-auto=50 aermod.f90
[macbook] lin/test% /opt/gcc/gcc4.8w-185466p4/bin/gfortran -O3 --param
max-inline-insns-auto=51 aermod.f90
aermod.f90: In function 'preinclud_.part.28':
aermod.f90:4628:0: internal compiler error: tree check: expected integer_cst,
have string_cst in tree_to_double_int, at tree.h:4324
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
So far my attempts to reduce the code have not been successful.
- Follow-Ups:
- [Bug middle-end/52636] [4.8 Regression] ICE: tree check: expected integer_cst, have string_cst in tree_to_double_int, at tree.h:4324
- From: rguenth at gcc dot gnu.org
- [Bug tree-optimization/52636] [4.8 Regression] ICE: tree check: expected integer_cst, have string_cst in tree_to_double_int, at tree.h:4324
- From: rguenth at gcc dot gnu.org
- [Bug tree-optimization/52636] [4.8 Regression] ICE: tree check: expected integer_cst, have string_cst in tree_to_double_int, at tree.h:4324
- From: dominiq at lps dot ens.fr
- [Bug tree-optimization/52636] [4.8 Regression] ICE: tree check: expected integer_cst, have string_cst in tree_to_double_int, at tree.h:4324
- From: dominiq at lps dot ens.fr
- [Bug tree-optimization/52636] [4.8 Regression] ICE: tree check: expected integer_cst, have string_cst in tree_to_double_int, at tree.h:4324
- From: rguenth at gcc dot gnu.org
- [Bug tree-optimization/52636] [4.8 Regression] ICE: tree check: expected integer_cst, have string_cst in tree_to_double_int, at tree.h:4324
- From: rguenth at gcc dot gnu.org