[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

 Status|UNCONFIRMED |RESOLVED
 Resolution||DUPLICATE


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:05 ---
Created an attachment (id=8992)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8992&action=view)
Corrected testcase

Please forget the previous attachment (feel free to remove it if possible) ...

_This_ attachment contains the failing code testcase.

Thanks/
Oskar

-- 
   What|Removed |Added

Attachment #8991 is|0   |1
   obsolete||


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


-- 


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:00 ---
Created an attachment (id=8991)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8991&action=view)
Testcase with valid code that fails to compile


-- 


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