This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

results: egcs-980302 on i586-pc-linux-gnu system


 1. rh 5.0 base, kernel-2.1.89-pre5, glibc-2.0.92(980301 snapshot),
   libg++-2.8.1-980207 on Pentium MMX 166(overchanged to 2x83 MHZ) 
   with 64M EDO RAM, ASUS P/I-55T2P4 rev. 3.0, BIOS 0205(Award 4.51PG)

 2. sh configure --prefix=/usr --enable-shared --enable-threads \
                 --with-gnu-as --with-gnu-ld

 3. make CFLAGS="-O4 -mcpu=pentium -march=pentium -malign-loops=2 \
          -malign-jumps=4 -malign-functions=4 -pipe" bootstrap-lean

 4. successfully compiled and did 'make -k check' 
 
 export TOPDIR=/usr/local/src/egcs-980302
 export LIBRARY_PATH=$TOPDIR/libraries/libio:$TOPDIR/libraries/libstdc++: \
                     $TOPDIR/libraries/libg++:$TOPDIR/libraries/libf2c
 make -k chek

 5. results:

 * I modified pthread.h, huge_val.h, which was suggested by 
HJ Lu and Manfred Hollstein
....
/usr/include/pthread.h
extern int pthread_sigmask __P ((int __how, __const sigset_t *__newmask,
                                 sigset_t *__oldmask));
===>

#ifdef __sigset_t_defined
extern int pthread_sigmask __P ((int __how, __const sigset_t *__newmask,
                                 sigset_t *__oldmask));
#endif                           
....
/usr/include/bits/huge_val.h

# ifdef __GNUC__ 

===> #if defined __GNUC__ && __GNUC__ == 2 && __GNUC__MINOR__ < 91 

 * there are 'unexpected failure' in gcc Summary and 'unexpected 
success' in libg++ Summary, which did not ocurred with egcs-980214, 
maybe. 

                === libio Summary ===

# of expected passes            40

                === libstdc++ Summary ===

# of expected passes            30

                === gcc Summary ===

XFAIL: gcc.c-torture/compile/961203-1.c
FAIL: gcc.dg/980226-1.c (test for excess errors)
XFAIL: gcc.failure/940409-1.c,  -O0  
XFAIL: gcc.failure/940409-1.c,  -O1  
XFAIL: gcc.failure/940409-1.c,  -O2  
XFAIL: gcc.failure/940409-1.c,  -O2 -fomit-frame-pointer -finline-functions  
XFAIL: gcc.failure/940409-1.c,  -O2 -g  

# of expected passes            6007
# of unexpected failures        1
# of expected failures          6
# of unsupported tests          8

                === g++ Summary ===

XFAIL: g++.law/array2.C (test for excess errors)
FAIL
XFAIL: g++.law/code-gen3.C  Execution test
XFAIL: g++.law/missed-error1.C , (test for errors, line 10)
FAIL
XFAIL: g++.law/operators29.C (test for excess errors)
FAIL
FAIL
XFAIL: g++.law/union1.C (test for excess errors)

* the description of 'FAIL' was not logged correctly, due to a
kernel problem, maybe...

# of expected passes            3716
# of unexpected successes       1
# of expected failures          75
# of untested testcases         6

                === g77 Summary ===

FAIL: g77.f-torture/execute/dnrm2.f execution,  -O2 -fomit-frame-pointer
-finline-functions -funroll-loops 
FAIL: g77.f-torture/execute/dnrm2.f execution,  -O2 -fomit-frame-pointer
-finline-functions -funroll-all-loops 

# of expected passes            130
# of unexpected failures        2

/local/local/src/egcs-980302/gcc/g77 version egcs-2.91.12 980302 (gcc-2.8.0
release)

 "Where there is a will, there is a way."  jinbo21@soback.kornet.nm.kr 
                                           kbeyl@kids.kotel.co.kr      
  For the future of you and me!            hitel: jinbo21



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]