This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: -O2 on alphaev6 has big problems
- To: geoffk at geoffk dot org
- Subject: Re: -O2 on alphaev6 has big problems
- From: Brad Lucier <lucier at math dot purdue dot edu>
- Date: Fri, 10 Nov 2000 14:00:40 -0500 (EST)
- Cc: gcc at gcc dot gnu dot org
> From: Geoff Keating <geoffk@geoffk.org>
>
> Brad Lucier <lucier@math.purdue.edu> writes:
>
> > What is somewhat frustrating is that while I can't get the CVS sources
> > to compile my code correctly at all, I see the results on the test
> > suite getting better and better.
>
> This is a sign you aren't reporting the bugs you find. If you
> reported bugs, with a small example suitable for the testsuite, they
> would go into the testsuite, and then you would see the failure count
> increase. Eventually, someone would fix the failure and suddenly your
> code would work :-).
I don't know how to interpret this comment. There are 124 hits of "Lucier"
in gcc-bugs; the report I referred to in my original post,
http://gcc.gnu.org/ml/gcc-prs/2000-q4/msg00208.html
shows exactly where the bad code is inserted. I just don't know how to
use gdb on cc1 to break precisely when gcse attempts to add this code
to this block to find out *why* it wants to do this.
Brad