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 tree-optimization/28410] [4.2 Regression] Wrong aliasing with global var grouping during call clobbering



------- Comment #3 from dnovillo at gcc dot gnu dot org  2006-07-18 13:25 -------

Testing patch.  The bug was in the alias pruning code.  We need to handle
.GLOBAL_VAR in access_can_touch_variable.  A memory reference that uses a
call-clobbered memory tag should always be considered to touch .GLOBAL_VAR.


-- 


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


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