This is the mail archive of the gcc@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: tree-ssa-cvs corrupt


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.


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