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

Reply via email to