------- 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

Reply via email to