I'm using the more_control helpers method of package management with
6.2 on running 'make -k check' on gcc my gcc summary is as such:
####################################################
=== gcc Summary ===
# of expected passes 35543
# of unexpected failures 1
# of unexpected successes 3
# of expected failures 92
# of untested testcases 28
# of unsupported tests 326
####################################################
The unexpected failure deviates from the build logs for 6.2 tracing
the output leads to:
####################################################
Running /sources/gcc-4.0.3/gcc/testsuite/gcc.dg/cpp/cpp.exp ...
FAIL: gcc.dg/cpp/_Pragma3.c (test for excess errors)
####################################################
_Pragma3.c contains:
####################################################
/* { dg-do preprocess } */
/* Pragma buffers have a NULL "inc" member, which we would dereference
when getting a file's date and time.
Based on PR 7526. 14 Aug 2002. */
#define GCC_PRAGMA(x) _Pragma (#x)
GCC_PRAGMA(GCC dependency "mi1c.h")
####################################################
mi1c.h contains:
####################################################
/* Redundant header include test with C comments at top. */
# /* And a null directive at the top. */
#ifndef CPP_MIC_H
#define CPP_MIC_H
int a;
#endif
# /* And at the end, too! */
/* And at the end too! */
####################################################
I'm not sure what this means, I checked the permissions and the
files/directories are all owned by gcc. I'm not much of a c/c++
programmer and I don't know if this is something I can live without or
not.
Thanks in advance.
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page