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]

Re: C++ PATCH: Remove THUNK_DECLs


    That would probably OK, but it doesn't solve the general problem of
    adding new kinds of language-specific decl nodes.  Evey function that
    computes some property a decl needs to how to do it for any
    language-specific declarations that it sees.

Sure, but I don't see any way to deal with this other than one
property at a time.  Ideally, we should reduce the use of language-specific
declarations as much as we can.  I don't understand enough about this case
to know that the problems are in thiscase.

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