This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] bug fix for gengtype in plugin mode
- From: Diego Novillo <dnovillo at google dot com>
- To: Rafael Espindola <espindola at google dot com>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>, Basile STARYNKEVITCH <basile at starynkevitch dot net>
- Date: Wed, 23 Sep 2009 17:58:44 -0400
- Subject: Re: [patch] bug fix for gengtype in plugin mode
- References: <38a0d8450909231439p2b039581w7ad1ac84b69009aa@mail.gmail.com>
On Wed, Sep 23, 2009 at 17:39, Rafael Espindola <espindola@google.com> wrote:
> 2009-09-23 ÂBasile Starynkevitch Â<basile@starynkevitch.net>
> Â Â Â Â Â ÂRafael Avila de Espindola Â<espindola@google.com>
>
> Â Â Â Â* gengtype.c (nb_plugin_files): Make it unsigned to match
> num_gt_files. Adjust other variables
> Â Â Â Âto avoid warnings.
> Â Â Â Â(main): Allocate an all zero lang_bitmap before each plugin file name
> to match regular
> Â Â Â Âfile names.
Could you describe what does this fix?
Thanks. Diego.