This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/48011] New: internal compiler error:tree check: expected function_type or method_type, have pointer_type in gimplify_call_expr at gimplify.c:2355
- From: "dominique.pelletier at polymtl dot ca" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 6 Mar 2011 21:25:35 +0000
- Subject: [Bug fortran/48011] New: internal compiler error:tree check: expected function_type or method_type, have pointer_type in gimplify_call_expr at gimplify.c:2355
- Auto-submitted: auto-generated
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48011
Summary: internal compiler error:tree check: expected
function_type or method_type, have pointer_type in
gimplify_call_expr at gimplify.c:2355
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: blocker
Priority: P3
Component: fortran
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: dominique.pelletier@polymtl.ca
Created attachment 23563
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23563
code from D Rouson from Sandia. uses som abstract data type...
i got the attached Fortran 2003 program from Damien Rouson at Sandia.
it compiled and executed correctly with IBM xlf compiler and the CRAY compile.
with gfortran < i got the following error message from the compiler:
in function 'integrate':
ex1.f0:72:0: internal compiler error: tree check: expected function_type or
method_type, have pointer_type in gimplify_call_expr at gimplify.c:2355
Thank you for you help
Dominique Pelletier