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/56581] New: seg fault


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

             Bug #: 56581
           Summary: seg fault
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: walt.brainerd@gmail.com


Created attachment 29630
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29630
Fixed-form Fortran source

The code is in error as the statement function
is commented out, but seg error . . .

$ gfortran -c rate1.f
rate1.f: In function 'rate1':
rate1.f:36:0: internal compiler error: Segmentation fault
       END                                                              
MCL23370
 ^
libbacktrace could not find executable to open

========================

$ gfortran --version
GNU Fortran (GCC) 4.8.0 20130302 (experimental) [trunk revision 196403]
Copyright (C) 2013 Free Software Foundation, Inc.

========================

Windows 7 running under cygwin, bash.


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