This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: check fails because of gcc test
- From: Jan Hubicka <jh at suse dot cz>
- To: bemis <bemis at iol dot unh dot edu>
- Cc: "'gcc at gcc dot gnu dot org'" <gcc at gcc dot gnu dot org>, clp <clp at iol dot unh dot edu>
- Date: Tue, 4 Jun 2002 22:19:12 +0200
- Subject: Re: check fails because of gcc test
- References: <3CFD1EF1.5C1A6E1F@iol.unh.edu>
> Hello,
> I am trying to check our basic toolchain build on alpha, and
> I cannot successfully check gcc because of the following FAIL:
> Executing on host:
> /mnt/u9/toolchain/buildsys/source/toolchain/gcc/testsuite/gcc.c-to
> rture/compile/20001226-1.c
> WARNING: program timed out.
> compiler exited with status 1
> FAIL: gcc.c-torture/compile/20001226-1.c, -O3 -g
This is relatively standard situation. This test uses preprocessor abuse
to build huge function and thus takes long time to compile.
Just ignore it in case the situation is not getting rappidly worse.
Honza
>
>
> Matthew Bemis