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/22101] use of type(x), pointer:: next => null() causes compilation to fail with a spurious error message


------- Additional Comments From fxcoudert at gcc dot gnu dot org  2005-06-18 18:31 -------
Reduction of this one:

  type solid
    integer :: i = 0
  end type solid
  type(solid), pointer :: a
  end

so, this is indeed PR 16606. Thanks for reporting!

*** 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=22101


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