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/67525] New: ICE on select type with improper selector


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67525

            Bug ID: 67525
           Summary: ICE on select type with improper selector
           Product: gcc
           Version: 5.2.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: gerhard.steinmetz.fortran@t-online.de
  Target Milestone: ---

This test case with an improper selector ...
   real function f(x)
      select type (x)
      end select
   end

or this variation ...
   real function f(x)
      select type (x=>null())
      end select
   end

yields :
f951: internal compiler error: Segmentation fault


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