[Bug fortran/15683] New: -g -fno-globals -Wno-globals ICE in f771

jakub at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Fri May 28 01:10:00 GMT 2004


C { dg-options "-g -fno-globals -Wno-globals" }
      subroutine a(i)
      implicit none
      integer i
      i = 0
      return
      end
      subroutine a(i)
      implicit none
      integer i
      i = 0
      return
      end

It seems that -fno-globals option happily allows compiling source which will
not assemble later on and with -g causes ICE.

-- 
           Summary: -g -fno-globals -Wno-globals ICE in f771
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jakub at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


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



More information about the Gcc-bugs mailing list