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 rtl-optimization/30841] Missed optimizations for sbi/cbi instructions



------- Comment #1 from bonzini at gnu dot org  2007-02-22 08:27 -------
It's actually a small oversight in fwprop, which is supposed to replace
find_best_addr indeed.

The patch indicated in the URL is enough for dataflow-branch; on mainline you
need also http://gcc.gnu.org/ml/gcc-patches/2007-02/msg01797.html because of a
bug in df that is already fixed on the branch.


-- 

bonzini at gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |http://gcc.gnu.org/ml/gcc-
                   |                            |patches/2007-
                   |                            |02/msg01796.html
           Keywords|                            |patch


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


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