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

Re: Using and clobbering hard regs in parallel


That is a known problem.  The new flow.c code has redefined the
semantics of REG_DEAD / REG_UNUSED notes, while the rest of the
compiler - including the documentation - stays with the old semantics.
Note, the REG_DEAD note was never exactly wrong - but it used to be optional.
Now it is optional in all passes but flow.


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