This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/33149] internal compiler error: in gfc_conv_constant
- From: "hirmic at web dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Aug 2007 16:46:09 -0000
- Subject: [Bug fortran/33149] internal compiler error: in gfc_conv_constant
- References: <bug-33149-15007@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from hirmic at web dot de 2007-08-22 16:46 -------
The error is caused by this line of subroutine get_cand:
integer :: i,j,k,ndim=size(cl)
if it is replaced by
integer :: i,j,k,ndim
ndim=size(cl)
then the error doesn't occur.
--
hirmic at web dot de changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|internal compiler error: in |internal compiler error: in
|gfc_conv_constant |gfc_conv_constant
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33149