This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [RFC] Better debug info by substitution tracking for inliner (and other passes eliminating whole user variables)
- From: Ralf Wildenhues <Ralf dot Wildenhues at gmx dot de>
- To: Jan Hubicka <hubicka at ucw dot cz>
- Cc: gcc at gcc dot gnu dot org, dan at debian dot org, rguenther at suse dot de, martinj at suse dot cz, aoliva at redhat dot com
- Date: Thu, 5 Mar 2009 12:43:14 +0100
- Subject: Re: [RFC] Better debug info by substitution tracking for inliner (and other passes eliminating whole user variables)
- References: <20090305105431.GD32299@kam.mff.cuni.cz>
Hello Jan,
* Jan Hubicka wrote on Thu, Mar 05, 2009 at 11:54:31AM CET:
> *** dwarf2out.c (revision 144621)
> --- dwarf2out.c (working copy)
> *************** along with GCC; see the file COPYING3.
> *** 89,94 ****
> --- 89,95 ----
> #include "hashtab.h"
> #include "cgraph.h"
> #include "input.h"
> + #include "gimple.h"
This needs Makefile.in adjustment.
Cheers,
Ralf