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]

Re: [tree-ssa]: PRE updates and note on bug



On Tuesday, July 22, 2003, at 8:40 AM, Andrew MacLeod wrote:


On Tue, 2003-07-22 at 01:02, Daniel Berlin wrote:
This updates PRE so it now bootstraps C on x86, ppc64, and aix. It also
makes updates necessary to re-enable strength reduction soon.


Unfortunately, I can't test C++ or Java due to a bug in DCE updating end
of bb in remove_stmt (still).



I thought we resolved this last week? You had a patch for remove_stmt()...
Which was committed.

Or did it not fix your problem?

Not completely.
It appears we still end up with the bb ends not being updated.

It looks like we have to handle just as many cases in removing as we do in insertion.



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