This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/25072] non PURE function used in For-All
- From: "pault at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Jun 2006 23:45:06 -0000
- Subject: [Bug fortran/25072] non PURE function used in For-All
- References: <bug-25072-6642@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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