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/25072] non PURE function used in For-All



------- Comment #6 from pault at gcc dot gnu dot org  2006-06-20 23:45 -------
The line

+       sym->attr.flavor = FL_UNKNOWN;

breaks too much - mainly intrinsics.

+       sym->attr.flavor = FL_PROCEDURE;

is in the final stages of regtesting, as I head off to bed.  It looks OK.

Paul


-- 


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


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