This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Living with native compiler bugs
- To: Richard Henderson <rth at redhat dot com>
- Subject: Re: Living with native compiler bugs
- From: Roman Lechtchinsky <rl at cs dot tu-berlin dot de>
- Date: Sat, 30 Jun 2001 16:33:49 +0200 (MEST)
- cc: gcc at gcc dot gnu dot org
On Thu, 28 Jun 2001, Richard Henderson wrote:
> On Thu, Jun 28, 2001 at 09:04:52PM +0200, Roman Lechtchinsky wrote:
> > Oops, I didn't know that. Thanks for the explanation. Why, then, does gcc
> > (and other projects) unconditionally use old-style parameter declarations?
>
> Um, because gcc must be compilable with a K&R compiler?
Yes, but couldn't this be handled with macros, similar to PARAMS?
Bye
Roman