]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/df-problems.c
re PR rtl-optimization/25799 (cc1 stalled with -O1 -fmodulo-sched)
authorKenneth Zadeck <zadeck@naturalbridge.com>
Fri, 20 Jan 2006 01:24:00 +0000 (01:24 +0000)
committerKenneth Zadeck <zadeck@gcc.gnu.org>
Fri, 20 Jan 2006 01:24:00 +0000 (01:24 +0000)
commit59c52af442733519896c6cf71a57deb7e8791d1b
tree6d043ee3620aafaa2ec6868a786523870ee51acd
parentff182b5cf78d6c7e70fc1eb75e87c8ba6f088325
re PR rtl-optimization/25799 (cc1 stalled with -O1 -fmodulo-sched)

2005-01-19  Kenneth Zadeck <zadeck@naturalbridge.com>

PR rtl-optimization/25799
* df-problems.c (df_ru_confluence_n, df_rd_confluence_n):
Corrected confluence operator to remove bits from op2 before oring
with op1 rather than removing bits from op1.
        * (df_ru_transfer_function): Corrected test on wrong bitmap which
caused infinite loop.  Both of these problems were introduced in
the dataflow rewrite.

From-SVN: r110007
gcc/ChangeLog
gcc/df-problems.c