This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Bootstrap failure for target AVR, probably linked to Patch "2005-05-19 Jan Hubicka <jh@suse.cz>"
- From: Richard Henderson <rth at redhat dot com>
- To: Jan Hubicka <hubicka at ucw dot cz>
- Cc: Björn Haase <bjoern dot m dot haase at web dot de>, jh at suse dot cz, gcc at gcc dot gnu dot org
- Date: Fri, 20 May 2005 11:39:51 -0700
- Subject: Re: Bootstrap failure for target AVR, probably linked to Patch "2005-05-19 Jan Hubicka <jh@suse.cz>"
- References: <200505201731.11344.bjoern.m.haase@web.de> <20050520174153.GD3948@atrey.karlin.mff.cuni.cz>
On Fri, May 20, 2005 at 07:41:53PM +0200, Jan Hubicka wrote:
> I am looking into that now. I would preffer the way of adding
> basic-block.h and friends into includes of insn-emit.c as in general I
> would like to make expanders/splitters/output templates aware of the
> profile (and thus BB they are in) so we can switch in between -O2/-Os on
> local basis.
We're a *long* way from that. Please just move REG_BR_PROB_BASE
back to rtl.h. It is a property of an *rtl* note, after all.
r~