[Bug fortran/54195] [4.8 Regression][OOP] IMPORT fails with GENERIC TBP: "is already present in the interface"

mikael at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sat Feb 2 11:16:00 GMT 2013


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

--- Comment #14 from Mikael Morin <mikael at gcc dot gnu.org> 2013-02-02 11:15:48 UTC ---
(In reply to comment #13)
>  typedef struct
>  {
> +  gfc_try resolve_cached_result;
> +  unsigned resolved:1;
> +
>    /* Variable attributes.  */

resolve_cached_result is actually unneeded.  It comes from previous attempts.



More information about the Gcc-bugs mailing list