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/15683] New: -g -fno-globals -Wno-globals ICE in f771


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


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