[Bug fortran/33162] INTRINSIC functions as ACTUAL argument
jvdelisle at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sun Oct 21 21:32:00 GMT 2007
------- Comment #7 from jvdelisle at gcc dot gnu dot org 2007-10-21 21:32 -------
Created an attachment (id=14382)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14382&action=view)
Preliminary argument checking with intrinsics
This "draft" patch catches the latest invalid case provided in Comment #4.
This is only checking a simple case of no argument vs there is an argument.
With gfc_find_function we can access the formal argument list for the
intrinsics and proceed to check them. I will develop this further to check
number and types of arguments to verify a match.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33162
More information about the Gcc-bugs
mailing list