This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] DCE fixes
On Fri, 2002-11-22 at 16:18, Diego Novillo wrote:
> On Fri, 22 Nov 2002, Andrew Macleod wrote:
> > Here's the DCE patch. Comments? OK to commit on the branch?
> >
> The patch looks OK to me. Let's get it in so it helps fixing the
> infrastructure bugs you found.
>
Done.
c-torture with '-fno-tree-ccp -ftree-dce' on x86:
=== gcc Summary ===
# of expected passes 20373
# of unexpected failures 181
# of unexpected successes 9
# of expected failures 54
# of unresolved testcases 5
# of unsupported tests 65
/build/tree-ssa/2002-11-22/gcc/xgcc version 3.4-tree-ssa 20021105 (experimental)
Andrew