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/32760] Error defining subroutine named PRINT



------- Comment #14 from dfranke at gcc dot gnu dot org  2007-07-26 06:57 -------
>     case FL_UNKNOWN:
>+      if (sym->attr.access == ACCESS_PUBLIC)
>+       break;
>       if (gfc_add_flavor (&sym->attr, FL_VARIABLE,
>                          sym->name, NULL) == FAILURE)
>        return MATCH_ERROR;

Nitpick: I guess, the same holds for PRIVATE. Are there any other way to create
a symbol that do not use access specifiers?


-- 


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


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