http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52332
Bug #: 52332
Summary: Internal compiler error in in gfc_get_symbol_decl
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
AssignedTo: [email protected]
ReportedBy: [email protected]
Created attachment 26720
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26720
Sample code for bug
The attached code produces the following fatal error
m_xfunit_assertion_array_character.f90: In function ‘get_expected’:
m_xfunit_assertion_array_character.f90:179:0: internal compiler error: in
gfc_get_symbol_decl, at fortran/trans-decl.c:1234
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
The command line is:
/opt/gcc-4.7/bin/gfortran -c m_string.F90 m_xfunit_tools.f90 m_xfunit_xml.f90
m_xfunit_assertion.f90 m_xfunit_assertion_character.f90
m_xfunit_assertion_array_character.f90