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: [PATCH]: Add CSE pass directly after expand / Add register equal notes for divmod4 for AVR


On Thursday 16 June 2005 02:47, BjÃrn Haase wrote:
> Testresults for the C language for "x86_64-unknown-linux-gnu" :
> > Tests that now fail, but worked before:
> > gcc.c-torture/execute/20020412-1.c execution,  -O1
> > gcc.c-torture/execute/20020412-1.c execution,  -O2
> > gcc.c-torture/execute/20020412-1.c execution,  -O3 -fomit-frame-pointer
> >gcc.c-torture/execute/20020412-1.c execution,  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions
> >gcc.c-torture/execute/20020412-1.c execution,  -O3 -fomit-frame-pointer -funroll-loops
> >gcc.c-torture/execute/20020412-1.c execution,  -O3 -g
> >gcc.c-torture/execute/20020412-1.c execution,  -Os
> >
> >Tests that now work, but didn't before:
> >
> >gcc.c-torture/compile/20001226-1.c  -O3 -g  (test for excess errors)
> >gcc.c-torture/compile/20001226-1.c  -Os  (test for excess errors)

I don't see these testsuite differences on my amd64 box.  Did you have
other differeces (i.e. other than your patch) between your reference
run and test run?

Gr.
Steven


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