This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/31200] wrong code: procedure call with pointer-returning-function as argument
- From: "pault at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Mar 2007 17:10:34 -0000
- Subject: [Bug fortran/31200] wrong code: procedure call with pointer-returning-function as argument
- References: <bug-31200-6642@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from pault at gcc dot gnu dot org 2007-03-16 17:10 -------
(In reply to comment #1)
> real4 D.1254;
> D.1254 = *f (&x);
> s3 (&D.1254);
> }
> instead of
> D.1254 = f(&x)
Funnily enough, I have been hit by the same problem in implementing procedure
pointers. I will attempt to come to grips with it.
Paul
--
pault at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassigned at gcc dot gnu |pault at gcc dot gnu dot org
|dot org |
Status|NEW |ASSIGNED
Last reconfirmed|2007-03-16 14:07:34 |2007-03-16 17:10:34
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31200