This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa][unit-at-a-time] bootstrap
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: <judd dot jenne at charter dot net>
- Cc: Andrew Pinski <pinskia at physics dot uc dot edu>, gcc at gcc dot gnu dot org
- Date: Fri, 22 Aug 2003 23:26:24 -0400
- Subject: Re: [tree-ssa][unit-at-a-time] bootstrap
The problem is that last_real_code.0 is not being marked as used when
it is inlined by unit-at-a-time.
If record_insn_name is marked as "inline" the testcase works so it is
unit-at-a-time interacting with gimple problem.
I already filed a bug for this, PR 12039.
Thanks,
Andrew Pinski