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/47377] New: internal compiler error: in fold_convert_loc, at fold-const.c:1906


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47377

           Summary: internal compiler error: in fold_convert_loc, at
                    fold-const.c:1906
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: thenlich@users.sourceforge.net


Created attachment 23045
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23045
Example Fortran source for internal compiler error: in fold_convert_loc, at
fold-const.c:1906

The following command results in internal compiler error.

Expected result: Produce proper source diagnostics/error message for the error.

$ gfortran testgferr.f90
testgferr.f90: In function 'testgferr':
testgferr.f90:3:0: internal compiler error: in fold_convert_loc, at
fold-const.c:1906
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


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