This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [lra] patch to fix GCC crash on a SPEC2006 test


On Thu, 2012-10-11 at 11:35 -0400, Vladimir Makarov wrote:
> +         /* Call insn might have not references for pseudos besides
> +            in CALL_INSN_FUNCTION_USAGE but we don't count them in
> +            insn_bitmap of corresponding lra_reg_info as they don't
> +            need reloads.  */

Was this supposed to read:

  Call insn might have references of pseudos besides those in
  CALL_INSN_FUNCTION_USAGE, but we don't count them in insn_bitmap
  of the corresponding lra_reg_info as they don't need reloads.

???

Peter




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]