This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [CFT] re-organize var-tracking frame_base
- From: Richard Henderson <rth at redhat dot com>
- To: Andrew Pinski <pinskia at physics dot uc dot edu>
- Cc: ebotcazou at libertysurf dot fr, gcc-patches at gcc dot gnu dot org, Dave Miller <davem at redhat dot com>
- Date: Fri, 19 Aug 2005 12:52:40 -0700
- Subject: Re: [CFT] re-organize var-tracking frame_base
- References: <20050819191054.GA11675@redhat.com> <cd549687245dc1bf5bf4990a9357913b@physics.uc.edu>
On Fri, Aug 19, 2005 at 03:34:16PM -0400, Andrew Pinski wrote:
> /Users/pinskia/src/new-fold/gcc/gcc/var-tracking.c:498: error:
> `INCOMING_FRAME_SP_OFFSET' undeclared (first use in this function)
Grr. The default is in dwarf2out.c rather than defaults.h.
Consider the patch amended with that change.
r~