Bug 29228 - ICE in gfc_trans_deferred_array, at fortran/trans-array.c:4514
Summary: ICE in gfc_trans_deferred_array, at fortran/trans-array.c:4514
Status: RESOLVED DUPLICATE of bug 27096
Alias: None
Product: gcc
Classification: Unclassified
Component: fortran (show other bugs)
Version: 4.1.2
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-25 22:44 UTC by Debian GCC Maintainers
Modified: 2006-09-25 22:47 UTC (History)
3 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Debian GCC Maintainers 2006-09-25 22:44:41 UTC
[forwarded from http://bugs.debian.org/387222]

found in current 4.1 branch on i486-linux, building tonto-2.3.1

the tonto
package (quantum chemistry). Compilation stops with an internal compiler
error:
internal compiler error: in gfc_trans_deferred_array, at
fortran/trans-array.c:4514

A websearch indicates that there is already a patch available for this
problem:
http://gcc.gnu.org/ml/fortran/2006-04/msg00121.html


set noglob && /usr/bin/f95 -I. -I./GNU-f95-on-LINUX/modules -O -c -o ./GNU-f95-on-LINUX/objects/vec\{str}.o GNU-f95-on-LINUX/f95files/vec\{str}.F90
GNU-f95-on-LINUX/f95files/vec{str}.F90: In function 'join_1':
GNU-f95-on-LINUX/f95files/vec{str}.F90:427: internal compiler error: in gfc_trans_deferred_array, at fortran/trans-array.c:4514
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
Comment 1 Andrew Pinski 2006-09-25 22:47:14 UTC
This is a dup of bug 27096.  Read the end for why this is not to be fixed for 4.1.x.

*** This bug has been marked as a duplicate of 27096 ***