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/29952] Flag to give runtime information " array temporary was created for argument"



------- Comment #4 from burnus at gcc dot gnu dot org  2008-07-24 08:33 -------
(In reply to comment #3)
> Test case for the run-time check.

By itself this PR not related is PR 36909. However, both require that
gfc_conv_function_call passes on information. For PR 36909 one needs to have
the INTENT of the formal argument, for this PR one needs to pass the procedure
name and either the formal-argument name or its position.

Thus I think one could fix both PRs simultaneously.


-- 


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


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