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/24409] ICE on module name vs dummy argument name



------- Comment #2 from pinskia at gcc dot gnu dot org  2005-10-17 16:42 -------
Confirmed, reduced testcase:
module string
  interface tolower
    function  tolowerc(string )
      character(len=*), intent(in)  :: string
      character(len=len(string ))    :: tolowerc
    end function tolowerc
  end interface
end module string
module serial
  use string
end module serial
  use serial
  print *, tolower ("Have a Nice DAY")
end


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
  GCC build triplet|i686-pc-linux-gnu           |
   GCC host triplet|i686-pc-linux-gnu           |
 GCC target triplet|i686-pc-linux-gnu           |
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|0000-00-00 00:00:00         |2005-10-17 16:42:28
               date|                            |


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


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