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: [PATCH] C and C++ ICEs


>>>>> "Nathan" == Nathan Sidwell <nathan@codesourcery.com> writes:

  This is fixed by http://gcc.gnu.org/ml/gcc-patches/2000-05/msg01624.html

This patch is OK.  Thanks.

I don't really understand your proposal for ellipsis_parm_node and
such though.  I think `extern "C" void f()' should be treated just
like `extern "C" void f(void)' since that's what the language says it
should be treated like.  In C++, there's no such thing as an
unprototyped function.  There's no need, IMO, to try to fix the stuff
in G++ that deals with this; we should just remove it.

Can you explain in more detail?

Thanks,

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