This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.


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

egcs 1.1b make check problems under 2.0.98


Hello,
    On linuxppc running Linux 2.1.125 built with egcs 1.1b
and glibc 2.0.98 we are seeing failures now in the make
check of egcs 1.1b. In particular we find that the tests
in libio are failing. For example, when we execute...

g++ hounddog.cc -O2 -o hounddog
./hounddog -b0 < hounddog.inp

...we should see...

Code: -1 followed by 6 chars
Code: 1 followed by 3 chars
Code: 2 followed by 0 chars
Code: -1 followed by 3 chars
Code: 3 followed by 4 chars
Code: 1 followed by 0 chars
Code: -1 followed by 3 chars    

...instead we see...

Code: -1 followed by 6 chars
Code: 1 followed by 3 chars
Code: 2 followed by 0 chars
Code: -1 followed by 3 chars
Code: 2 followed by 6 chars
Code: 1 followed by 0 chars
Code: -1 followed by 3 chars   

There is also a report that this is seen on Intel linux as well.
Could this be due to the recent changes in bits/string2.h?
                  Jack



-- 
------------------------------------------------------------------------------
Jack W. Howarth, Ph.D.                                     231 Bethesda Avenue
NMR Facility Director                              Cincinnati, Ohio 45267-0524
Dept. of Molecular Genetics                              phone: (513) 558-4420
Univ. of Cincinnati College of Medicine                    fax: (513) 558-8474


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