------- Comment #8 from dfranke at gcc dot gnu dot org  2007-07-24 19:53 -------
Traced it down to primary.c(match_variable). Here, a symbol for PRINT is found
(originating from the PUBLIC-statement). As the current flavour of the symbol
is FL_UNKNOWN, it is set to FL_VARIABLE. The subroutine PRINT then conflicts
with the (nonexistent) variable PRINT ...


-- 


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

Reply via email to