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/33162] INTRINSIC functions as ACTUAL argument



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


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