[Bug fortran/54107] [4.8 Regression] [F03] Memory hog with abstract interface

mikael at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Jan 28 19:46:00 GMT 2013


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

--- Comment #26 from Mikael Morin <mikael at gcc dot gnu.org> 2013-01-28 19:46:01 UTC ---
Thanks for testing.
There is one case that remains to be handled.  I suppose it is valid if the
other are valid.

  function foo () result(bar)
    procedure(foo), pointer :: bar 
  end function



More information about the Gcc-bugs mailing list