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


>>>>> "Richard" == Richard Kenner <kenner@vlsi1.ultra.nyu.edu> writes:

    Richard> than one property at a time.  Ideally, we should reduce
    Richard> the use of language-specific declarations as much as we
    Richard> can.

That's what I'm suggesting.  In fact, I'm claiming it's the only
tractable way to be sure this stuff will work.

My patch removed the only C++ language-specific declaration that is
ever seen by the middle-end, and I think that was the right thing to
do.  (Jason has made me nervous about a couple of details, though; I
will straighten them out in the near future.)

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

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