This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PATCH: flag_external and DECL_EXTERNAL documentation
- To: Lars Brinkhoff <lars at nocrew dot org>
- Subject: Re: PATCH: flag_external and DECL_EXTERNAL documentation
- From: Jason Merrill <jason at redhat dot com>
- Date: 31 Jan 2001 14:12:04 +0000
- Cc: gcc-patches at gcc dot gnu dot org
- References: <851ytk5ar9.fsf@junk.nocrew.org>
No, this is wrong. DECL_EXTERNAL is set on a function declaration when
created, but it is cleared in start_function if the declaration is also a
definition.
Jason