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: Fix compile time and memory usage issues from previous fix


On 10/21/06, Jack Howarth <howarth@bromo.msbb.uc.edu> wrote:
Daniel,
   I haven't seen this mentioned yet in the thread here but your
latest changes seem to be causing new regressions in the gcc testsuite...

FAIL: gcc.dg/tree-ssa/loadpre1.c scan-tree-dump-times Eliminated: 1 1
FAIL: gcc.dg/tree-ssa/loadpre14.c scan-tree-dump-times Eliminated: 1 1
FAIL: gcc.dg/tree-ssa/loadpre15.c scan-tree-dump-times Eliminated: 1 1
FAIL: gcc.dg/tree-ssa/pr26421.c scan-tree-dump-times V_MAY_DEF 1

This one i should have fixed with the patch, apparently i didn't hit save in emacs (there are now 2 may defs in that case).

The rest I mentioned in the first mail.
I hope to fix them on both mainline and 4.2 branch, which is why i
left them failing.
I'm happy to xfail them if this bothers someone.

on powerpc-apple-darwin8.5.0. Other targets like x86_64-unknown-linux-gnu and ia64-suse-linux-gnu seem to have these regressions as well. Jack




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