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 ping^3: gengtype: improved version for plugin support.


Hi Basile,

As a general point, I believe this patch is much more usable for realistic plugins using GGC. As Duncan Sands explained, the current gengtype is very buggy in plugin mode for non trivial plugins. Hence, in contrast to what Duncan kindly suggested, I cannot break it into parts; and it is quite a simple patch: in every place gengtype is outputting something relevant to plugins, I added an additional test, and I record in every descriptor of GTY-ed stuff a flag (called in_plugin) which tells if it is from the plugin files.

one thing I don't understand is which change fixed the bug I described in my previous email (gtest.c)?

Ciao,

Duncan.


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