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: SRA bit-field optimization


Alexandre Oliva <aoliva@redhat.com> writes:
> Anyhow, this patch, that supersedes the previous, fixes it, and with
> it the testcase appears to yield the correct result.

Thanks, the results after this patch are much better.  As you say,
20000113-1.c is well and truly fixed.  The only remaining C regressions are:

FAIL: gcc.c-torture/execute/20031211-1.c execution,  -O1 
FAIL: gcc.c-torture/execute/20031211-1.c execution,  -O2 
FAIL: gcc.c-torture/execute/20031211-1.c execution,  -O3 -fomit-frame-pointer 
FAIL: gcc.c-torture/execute/20031211-1.c execution,  -O3 -g 
FAIL: gcc.c-torture/execute/20031211-1.c execution,  -Os 
FAIL: gcc.c-torture/execute/20040709-1.c execution,  -Os 
FAIL: gcc.c-torture/execute/20040709-2.c execution,  -O1 
FAIL: gcc.c-torture/execute/20040709-2.c execution,  -O2 
FAIL: gcc.c-torture/execute/20040709-2.c execution,  -O3 -fomit-frame-pointer 
FAIL: gcc.c-torture/execute/20040709-2.c execution,  -O3 -fomit-frame-pointer -funroll-loops 
FAIL: gcc.c-torture/execute/20040709-2.c execution,  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions 
FAIL: gcc.c-torture/execute/20040709-2.c execution,  -O3 -g 
FAIL: gcc.c-torture/execute/20040709-2.c execution,  -Os 
FAIL: gcc.c-torture/execute/920908-2.c execution,  -O1 
FAIL: gcc.c-torture/execute/920908-2.c execution,  -O2 
FAIL: gcc.c-torture/execute/920908-2.c execution,  -O3 -fomit-frame-pointer 
FAIL: gcc.c-torture/execute/920908-2.c execution,  -O3 -g 
FAIL: gcc.c-torture/execute/920908-2.c execution,  -Os 
FAIL: gcc.c-torture/execute/950628-1.c execution,  -Os 
FAIL: gcc.c-torture/execute/991118-1.c compilation,  -O3 -fomit-frame-pointer  (internal compiler error)
FAIL: gcc.c-torture/execute/991118-1.c compilation,  -O3 -g  (internal compiler error)
FAIL: gcc.c-torture/execute/bf64-1.c execution,  -O3 -fomit-frame-pointer 
FAIL: gcc.c-torture/execute/bf64-1.c execution,  -O3 -g 

20031211-1.c is a pleasingly simple testcase, and as with the original
20000113-1.c failure, it's optimised to abort() by final_cleanup.

Don't worry about the 991118-1.c failure.  It's an RTL ICE, and probably
a config/mips bug.  I'll have a look at it.

Richard


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