This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [C patch] void_type_node
- To: Nathan Sidwell <nathan at codesourcery dot com>
- Subject: Re: [C patch] void_type_node
- From: Jason Merrill <jason at cygnus dot com>
- Date: 31 May 2000 00:52:48 -0700
- Cc: gcc-patches at gcc dot gnu dot org
- References: <3933D327.B0089455@codesourcery.com>
>>>>> Nathan Sidwell <nathan@codesourcery.com> writes:
> ? -- For those who may not have noticed, g++ tries to treat
> `extern "C" int foo ()' as `extern "C" int foo (...)', and tries to DTRT,
> but it fails in ways that are breaking conformant programs. It looks to
> me awkward to fix with the existing scheme.
Why? Note that the latter is not valid C.
Jason