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] (was Re: member templates and defaultparameter)


>>>>> "Phil" == Phil Edwards <pedwards@disaster.jaj.com> writes:

    Phil> Gaaaah.  Okay, anyone-but-Gaby: why is this?  :-) I can
    Phil> understand such a rule in the parts that must be buildable
    Phil> by any compiler made since the Epoch, but in the non-C
    Phil> front-ends?

I wavered on this.  

I think the key point is that everything *might* become part of the C
frnot-end some point.  Especially things in the C++ front-end.
Especially since the new C++ parser may just happen to understand C as
well...

Now, GDB did switch to ANSI/ISO C at some point; we *could* decide
that we don't need to support K&R host compilers any more.  But,
that's a whole 'nother can of worms.

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