This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PATCH: g++ Frontend bug (or not?) introduced by your 1998/08/20 change.
- To: Klaus-Georg Adams <Klaus-Georg dot Adams at chemie dot uni-karlsruhe dot de>
- Subject: Re: PATCH: g++ Frontend bug (or not?) introduced by your 1998/08/20 change.
- From: Jason Merrill <jason at cygnus dot com>
- Date: 13 Oct 1998 12:04:40 -0700
- Cc: egcs-patches at cygnus dot com
- References: <199810081249.OAA07970@achibm5.chemie.uni-karlsruhe.de>
>>>>> Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de> writes:
>>>>> "Jason" == Jason Merrill <jason@cygnus.com> writes:
Jason> I think it would be better to fix this by checking
Jason> DECL_LANGUAGE in grokfndecl.
> Like this?
Almost. I would like to keep the check for local types on extern "C"
functions, so it should attach to the ANON_AGGRNAME_P test. I'll go ahead
and put it in.
Jason