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/16538] Missed jump threading opportunity with struct fields (but RTL thread_jumps does catch it)


------- Additional Comments From law at redhat dot com  2005-02-14 20:06 -------
This is not a jump threading issue.  This is an aliasing issue.  If the aliasing
code is fixed, then the new jump thread selection code will handle this correctly.

-- 


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


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