This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: G++ internals question: how do I ...
- To: egcs at cygnus dot com, imp at village dot org
- Subject: Re: G++ internals question: how do I ...
- From: mrs at wrs dot com (Mike Stump)
- Date: Thu, 19 Nov 1998 21:54:38 -0800
> Date: Thu, 19 Nov 1998 12:29:36 -0700 (MST)
> From: Warner Losh <imp@village.org>
> To: egcs@cygnus.com
> Where would I look to insert this code?
Look for if (DECL_CONSTRUCTOR_P (fndecl)) in decl.c:finish_function.