This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/29952] Flag to give runtime information " array temporary was created for argument"
- From: "burnus at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Jul 2008 08:33:13 -0000
- Subject: [Bug fortran/29952] Flag to give runtime information " array temporary was created for argument"
- References: <bug-29952-13404@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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