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: [RFC,mainline] PR21596 df bug: global regs should have a def on entry?


> This seems to be a bug in dataflow instead.  It looks to me like we
> should add a def on entry for the global registers -- in this case
> %edi -- like we add a use on exit.
> 
> This patch does this (bootstrap/regtest in progress, but I solicit
> comments now just to understand if it is the right approach).  Does
> it look ok?

Bootstrap/regtest completed ok on i686-pc-linux-gnu.

Paolo


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