[Bug fortran/21816] gfortran rejects simple, valid code

2005-05-30 Thread enok at lysator dot liu dot se
--- Additional Comments From enok at lysator dot liu dot se 2005-05-30 13:00 --- Created an attachment (id=8991) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8991action=view) Testcase with valid code that fails to compile -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21816

[Bug fortran/21816] gfortran rejects simple, valid code

2005-05-30 Thread enok at lysator dot liu dot se
--- Additional Comments From enok at lysator dot liu dot se 2005-05-30 13:02 --- (From update of attachment 8991) MODULE TSTMOD TYPE TTYPE INTEGER, POINTER :: P =NULL() END TYPE TTYPE TYPE(TTYPE), POINTER :: TP END MODULE TSTMOD --

[Bug fortran/21816] gfortran rejects simple, valid code

2005-05-30 Thread enok at lysator dot liu dot se
--- Additional Comments From enok at lysator dot liu dot se 2005-05-30 13:05 --- Created an attachment (id=8992) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8992action=view) Corrected testcase Please forget the previous attachment (feel free to remove it if possible) ... _This_

[Bug fortran/21816] gfortran rejects simple, valid code

2005-05-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-30 13:08 --- *** This bug has been marked as a duplicate of 16606 *** -- What|Removed |Added