This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/33162] INTRINSIC functions as ACTUAL argument
- From: "jvdelisle at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 Nov 2007 22:02:21 -0000
- Subject: [Bug fortran/33162] INTRINSIC functions as ACTUAL argument
- References: <bug-33162-13404@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #20 from jvdelisle at gcc dot gnu dot org 2007-11-03 22:02 -------
Created an attachment (id=14480)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14480&action=view)
Revised preliminary patch that also fixes comment #19
This patch adds some similar code to resolve_unknown_f. I may explore pushing
this code block up one level.
Janus, regarding the two statements I bypass in decl.c. I find that I get an
error for trying to change attributes of use associated functions. If I
include !attr.use_assoc in the conditions I get a negative refs error. This
may be a matter of finding the write combination of conditions for these. In
the meantime, this part3c patch is working for the cases I have and regression
tests fine.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33162