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]

Re: c/4648: gcc generates bad code at -O2 for SPEC crafty pgm on HPPA 32 HP-UX


Irritatingly, this is currently "fixed" by CPROP-INSN undoing
the work performed by PRE earlier.  Almost certainly by

Thu Jan 10 22:35:54 CET 2002  Jan Hubicka  <jh@suse.cz>

        * gcse.c (hash_scan_set): Use CONSTANT_INSN_P.
        (cprop_insn): Likewise.

We really need to run a register coelescing pass between the two.
That's not going to happen for gcc 3.1 though.  In the mean time
do you mind if I downgrade this to medium priority, since the
test no longer fails?


r~


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