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: Demangle _fill_comp fix


Daniel Jacobowitz <drow@mvista.com> writes:

> cplus_demangle_fill_component and d_make_comp test for opposite things: the
> former tests that one-argument components have at most one argument, the
> latter tests that one-argument components have at least one argument.  The
> change caused my code to trigger a bug in d_make_comp:
> DEMANGLE_COMPONENT_CONSTRUCTION_VTABLE was listed as one-argument but
> actually takes two.
> 
> OK?

This is OK.  Thanks.

Ian


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