This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: fix kennerism
- From: Hans-Peter Nilsson <hp at bitrange dot com>
- To: Richard Kenner <kenner at vlsi1 dot ultra dot nyu dot edu>
- Cc: <rth at redhat dot com>, <gcc-patches at gcc dot gnu dot org>
- Date: Sun, 30 Dec 2001 16:31:07 -0500 (EST)
- Subject: Re: fix kennerism
On Sun, 30 Dec 2001, Richard Kenner wrote:
> FAIL: gcc.c-torture/compile/20001226-1.c, -O2
> FAIL: gcc.c-torture/compile/20001226-1.c, -O3 -fomit-frame-pointer
> FAIL: gcc.c-torture/compile/20001226-1.c, -O3 -g
> FAIL: gcc.c-torture/compile/20001226-1.c, -Os
As most people doing regression tests have noticed (except on
the fastest machines and fastest disks with no system load),
those FAILs come and go depending on system load. Those tests
take too long to compile (which by itself is a bug, of course).
> FAIL: gcc.dg/asm-fs-1.c (test for excess errors)
That shouldn't fail; there's probably a bug in the port in that
it doesn't STRIP_NAME_ENCODING when outputting labels.
brgds, H-P