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]

[PATCH] PR middle-end/20177 Fix





Following, http://gcc.gnu.org/ml/gcc-patches/2005-03/msg01886.html
I am going to commit the following patch to mainline today
if there is no objection.

2005-03-21 Mostafa Hagog <mustafa@il.ibm.com>

      PR middle-end/20177
      * ddg.c (create_ddg_dependence): Ignore reg-anti dependency.
      * modulo-sched.c (const_iteration_count): Return on NULL
      pre-header.
      (print_node_sched_params): Return on NULL dump_file.
      (generate_reg_moves): Handle reg-anti dependencies and disregard
      closing branch when generating register moves.
      (sms_schedule): Mark the SMSed block dirty.
      * passes.c (rest_of_handle_sms): Call update_life_info for all
      basic-blocks.
      * testsuite/gcc.dg/20050321-1.c: New test.

(See attached file: 20177_fix_mainline2.patch)

Attachment: 20177_fix_mainline2.patch
Description: Binary data


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