This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/52332] New: Internal compiler error in in gfc_get_symbol_decl


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: unassigned@gcc.gnu.org
        ReportedBy: fmartinez@gmv.com


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]