This is the mail archive of the gcc-patches@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]

Re: [Patch, Fortran] PR51056 - fix __vtab USE warnings


Dear Tobias,

This patch is OK for trunk.

I have made a lot of progress on PR51870; class scalars work correctly
but I need to extend the fix to class arrays.  It requires a complete
rewrite of the parts of gfc_trans_allocate that are associated with
class allocation and initialization.  The result is much cleaner and
is based on the API in trans-expr.c, rather than the present kludgy
use of the frontend.

Cheers

Paul

On Fri, Jan 20, 2012 at 8:09 AM, Tobias Burnus <burnus@net-b.de> wrote:
> -Wall was warning about explicitly imported but not used __vtab, __def_init
> etc. variables.
>
> Build and regtested on x86-64-linux
> OK for the trunk?
>
> Tobias



-- 
The knack of flying is learning how to throw yourself at the ground and miss.
? ? ?? --Hitchhikers Guide to the Galaxy


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