This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/42804] New: ICE with -fcheck=bounds and type bound procedure call on array element
- From: "ian_harvey at bigpond dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Jan 2010 14:03:48 -0000
- Subject: [Bug fortran/42804] New: ICE with -fcheck=bounds and type bound procedure call on array element
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
A segmentation violation occurs in gfc_trans_runtime_error_vararg (trans.c:393)
when compiling with -fcheck=bounds and an expression like the following is
encountered:
call array_of_derived_type(index)%type_bound_proc(args...)
(With svn revision 156036)
--
Summary: ICE with -fcheck=bounds and type bound procedure call on
array element
Product: gcc
Version: 4.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: ian_harvey at bigpond dot com
GCC build triplet: i686-pc-mingw32
GCC host triplet: i686-pc-mingw32
GCC target triplet: i686-pc-mingw32
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42804