This is the mail archive of the gcc-bugs@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]

[Bug bootstrap/52397] [4.7 regression] comparison failure with Ada enabled


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52397

--- Comment #4 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2012-02-27 12:04:16 UTC ---
> What is specific about FUNCTION_ARG_REGNO_P regs?

We know more or less how they behave.  They (may) hold arguments on entry and
thus have an artificial def in the entry block.  

> We generally need to either reset, or adjust debug insns that refer registers
> that aren't live at that point when ignoring the debug insn uses.

Sure, but doing it correctly for any hard register might prove tricky.


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