This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Successfull build
- From: Fiora <fiora dot ret at wanadoo dot fr>
- To: gcc at gcc dot gnu dot org
- Date: Mon, 10 Feb 2003 00:13:49 +0100
- Subject: Successfull build
Hi,
Cpu : Athlon T-bird
morgane@cassandre:/atelier/gcc_build$ cat /etc/issue
Debian GNU/\s 3.0 \n \
morgane@cassandre:/atelier/gcc_build$ uname -a
Linux cassandre 2.5.53 #1 Wed Dec 25 16:03:23 CET 2002 i686 unknown
morgane@cassandre:/atelier/gcc_build$ ldd --version
ldd (GNU libc) 2.3.1
morgane@cassandre:/atelier/gcc_build$ ld -v
GNU ld version 2.13
morgane@cassandre:/atelier/gcc_build$ ../gcc-3.2.2/config.guess
i686-pc-linux-gnu
morgane@cassandre:/atelier/gcc_build$ gcc -v
Reading specs from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.2/specs
Configured with: ../gcc-3.2.2/configure --prefix=/usr --enable-shared
--with-gnu-as --with-gnu-ld --enable-threads=posix --enable-nls
--with-system-zlib
Thread model: posix
gcc version 3.2.2
=== libstdc++-v3 tests ===
FAIL: 26_numerics/c99_classification_macros_c.cc (test for excess errors
=== libstdc++-v3 Summary ===
# of expected passes 432
# of unexpected failures 1
# of unexpected successes 26
=== libjava tests ===
=== libjava Summary ===
# of expected passes 2061
# of expected failures 18
# of untested testcases 14
make[4]: Entering directory `/atelier/gcc_build/i686-pc-linux-gnu/boehm-gc'
Switched to incremental mode
Emulating dirty bits with mprotect/signals
Completed 3 tests
Allocated 5694670 collectable objects
Allocated 306 uncollectable objects
Allocated 3750000 atomic objects
Allocated 33000 stubborn objects
Finalized 6712/6712 objects - finalization is probably ok
Total number of bytes allocated is 226439488
Final heap size is 12230656 bytes
Collector appears to work
Completed 328 collections
PASS: gctest
==================
All 1 tests passed
==================
=== gcc tests ===
FAIL: gcc.dg/format/c99-printf-1.c %hhn unsigned char (test for
warnings, line 196)
FAIL: gcc.dg/format/c99-printf-1.c (test for excess errors)
=== gcc Summary ===
# of expected passes 18657
# of unexpected failures 2
# of expected failures 65
# of unsupported tests 44
All fixinclude tests pass
=== g++ tests ===
=== g++ Summary ===
# of expected passes 7368
# of expected failures 89
# of untested testcases 9
# of unsupported tests 3
=== g77 tests ===
=== g77 Summary ===
# of expected passes 1474
=== objc tests ===
=== objc Summary ===
# of expected passes 1035
# of expected failures 6
Fiora