This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix debug info for parameters passed by reference
On Fri, Sep 25, 2009 at 02:28:32PM +0200, Richard Guenther wrote:
> > Ok for trunk if it passes bootstrap/regtest?
>
> I wonder if you can add a guality testcase for Fortran reference
> passing ;)
guality.h way would be hard (would need to write fortran modules that would
call some C wrapper around it, ...), but the dg-final gdb-test way would be very
easy. But that patch hasn't been reviewed yet :(.
So I'll defer doing this until it is.
Jakub