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] bug fix for gengtype in plugin mode


> Could you describe what does this fix?

Sure, sorry about that.

gengtype has a "curious" design. Each name in gt_files is assumed to
point after a lang_bitmap (see get_lang_bitmap). Since we want the
plugin files to be used as input files, they need that too. Without
this patch get_lang_bitmap was accessing random data when given a plugin file.

>
> Thanks. ÂDiego.
>

Cheers,
-- 
Rafael Ãvila de EspÃndola


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