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 optimization/13037] [3.3 regression] [gcse-lm] g77 generates incorrect code


------- Additional Comments From janis187 at us dot ibm dot com  2003-12-02 00:29 -------
The regression in PR 13037 was fixed on the mainline with this patch:

2003-04-18  Hans-Peter Nilsson  <hp@bitrange.com>

      * gcse.c (compute_ld_motion_mems): For MEM destinations, only
      consider those to be movable where the source matches
      want_to_gcse_p.
      (update_ld_motion_stores): In comment, refer to
      compute_ld_motion_mems for validity of replacement.

Roger Sayle asked me to identify the fix on the mainline so he can
port it to the 3.3 branch.

-- 


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


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