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/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)

> 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.

I'm also still seeing the failure of 991118-1.c.  These are the remaining
new fails on hppa-unknown-linux-gnu:

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/longlong.c execution,  -O3 -fomit-frame-pointer
FAIL: gcc.c-torture/execute/longlong.c execution,  -O3 -g

Dave
-- 
J. David Anglin                                  dave.anglin@nrc-cnrc.gc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6602)


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