[Bug fortran/20482] Problem when overloading LEN intrinsic

2005-08-02 Thread tow21 at cam dot ac dot uk
--- Additional Comments From tow21 at cam dot ac dot uk 2005-08-02 14:36 --- Closed by Paul Thomas' fix for PR18108 -- What|Removed |Added Status|NEW

[Bug fortran/20482] Problem when overloading LEN intrinsic

2005-03-15 Thread tow21 at cam dot ac dot uk
--- Additional Comments From tow21 at cam dot ac dot uk 2005-03-15 22:53 --- Actually, I think this might be a duplicate of PR18108. Not sure, though - that one doesn't involve an existing intrinsic, unlike this. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20482

[Bug fortran/20482] Problem when overloading LEN intrinsic

2005-03-15 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-15 22:43 --- Reduced testcase: module m_wxml_buffer implicit none interface len module procedure buffer_length end interface CONTAINS subroutine add_to_buffer_escaping_markup(s) character(len=*), intent(in) ::

[Bug fortran/20482] Problem when overloading LEN intrinsic

2005-03-15 Thread tow21 at cam dot ac dot uk
--- Additional Comments From tow21 at cam dot ac dot uk 2005-03-15 13:46 --- Created an attachment (id=8390) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8390&action=view) testcase Testcase attached. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20482