This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: tree-ssa-cvs corrupt
- From: Diego Novillo <dnovillo at redhat dot com>
- To: Andreas Jaeger <aj at suse dot de>
- Cc: gcc at gcc dot gnu dot org
- Date: Fri, 3 Jan 2003 11:29:12 -0500
- Subject: Re: tree-ssa-cvs corrupt
- Organization: Red Hat Canada
- References: <u81y3uqkuf.fsf@gromit.moeb>
On Fri, 03 Jan 2003, Andreas Jaeger wrote:
> I got lots of failures in the testsuite due to missing first characters.
>
> Note the missing "/" at the beginning of the line:
> arthur:/cvs/gcc-tree-ssa-20020619-branch/gcc/testsuite/gcc.c-torture/compile:[0]
> $ head 20001226-1.c
>
This one is on purpose. I added an explicit syntax error to
avoid blowing up memory usage. When building SSA we start
allocating more and more memory until eventually timing out and
thrashing the machine to death.
I couldn't XFAIL it because the harness still tries to compile
the testcase first.
Odd that you just got the update today. This explicit syntax
error has been there for a few months.
Diego.