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]

[trunk] Removal of code that calls byte level


2008-04-22 Kenneth Zadeck <zadeck@naturalbridge.com>

PR middle-end/36003
* passes.c (init_optimization_passes): Remove
pass_fast_rtl_byte_dce.
Approved by richi on irc.


There appear to be problems with the part of the new byte level dataflow code that process extracts.
the rtl_byte_dce pass is the only pass that currently uses this. The current code broke frv, cris, and possibly some other minor ports.


Richard Sandiford, Paolo Bonzini and I will sort this out in the coming days.

Committed as revision 134559.

Kenny


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