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/21816] gfortran rejects simple, valid code


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


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