[Bug fortran/31200] wrong code: procedure call with pointer-returning-function as argument

pault at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Fri Mar 16 17:10:00 GMT 2007



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



More information about the Gcc-bugs mailing list