This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
re: additional gcc errors
- From: Jack Howarth <howarth at bromo dot msbb dot uc dot edu>
- To: gcc at gcc dot gnu dot org
- Date: Mon, 29 Jul 2002 02:08:20 -0400 (EDT)
- Subject: re: additional gcc errors
Just to let everyone know, I found the origin of the two
additional failures in building gcc 3.1.1 on debian ppc sid...
Running /home/howarth/debian-gcc3.1/gcc-3.1-3.1.1ds2/src/gcc/testsuite/gcc.dg/format/format.exp ...
FAIL: gcc.dg/format/warnll-1.c scanf %LX (test for warnings, line 44)
FAIL: gcc.dg/format/warnll-1.c (test for excess errors)
It turns out these were due to an bug in groff in debian sid which
has since been fixed. With the fixed groff, gcc 3.1.1 now shows
the same number of failures as before.
=== gcc Summary ===
# of expected passes 18425
# of unexpected failures 2
# of expected failures 66
# of unsupported tests 106
with the two unexpected failures being...
Running /home/howarth/debian-gcc3.1/gcc-3.1-3.1.1ds2/src/gcc/testsuite/gcc.dg/dg.exp ...
FAIL: gcc.dg/20020103-1.c scan-assembler-not LC
FAIL: gcc.dg/20020118-1.c execution test
Jack