This is the mail archive of the gcc@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: cp/errfn.c


>>>>> "Philipp" == Philipp Thomas <pthomas@suse.de> writes:

    Philipp> Mark,

    Philipp> errfn.c uses K&R funtion definitions. As it's allways
    Philipp> compiled by gcc, I'd say there is no need to do
    Philipp> so. Equally so for using VPARAMS.

In general, we've tried to avoid making code in the C++ front-end
impossible to compile with other compilers.  We haven't tried too hard
to make sure in can be compiled with other compilers -- but we've
tried not to do obviously unfriendly things.  The reason is that code
tends to migrate from one place in the compiler to another.  And
errfns.c is code that is likely to end up more widely shared than it
presently is.

Does that make sense?

--
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]