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/49271] New: Compiler crashed and asked me to submit a report


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

           Summary: Compiler crashed and asked me to submit a report
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: coml4@san.rr.com


Created attachment 24419
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24419
f90 source code that tries to use fopen and get the handle

I am a newbie to trying to access C structures from Fortran and tried using a%b
to get the unit number from FILE structure.  I am sure the problem is mine and
not the compiler but the output was:


oz-2:gert_library hugh$ gfortran testcfopen.f90
f951: internal compiler error: in gfc_find_typebound_proc, at
fortran/symbol.c:4446
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


The code (probably terrible) is attached.

Hugh McCutchen


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