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/48939] New: ICE in code involving procedure pointers


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

           Summary: ICE in code involving procedure pointers
           Product: gcc
           Version: 4.6.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: townsend@astro.wisc.edu


Created attachment 24216
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24216
Source code for ICE-causing module

The attached module source code causes an Internal Compiler Error during
compilation (gfortran -c gfortran_ice.f90). I'm guessing this might have
something to do with the use of procedure pointers.

This is on OS X 10.6.7 with gfortran 4.6.1 (20110325) built within macports.


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