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]

Re: egcs-1.0 alphaev56-unknown-linux-gnulibc1 test results


Richard Henderson <rth@cygnus.com> writes:

> Copy the gcc/testsuite directory out somethere, make sure gcc 2.7.2
> is the gcc on your path, and do "runtest --tool=gcc".  I did this a
> while ago -- the results are fairly bad.
> 
> 
> > FAIL: gcc.c-torture/execute/960218-1.c execution,  -O0 
> 
> This one I don't see here.  Can you find this section in the gcc.log
> file and figure out what kind of failure?

   Executing on host: /home/hjstein/software/egcs-1.0-build/gcc/xgcc -B/home/hjstein/software/egcs-1.0-build/gcc/ /home/hjstein/software/egcs-1.0/gcc/testsuite/gcc.c-torture/execute/960218-1.c  -w  -O0    -lm  -o /tmp/960218-1.x   
   output is:
   /usr/bin/ld: Warning: size of symbol `glob' changed from 4 to 2900 in /lib/libc.so.6
   PASS: gcc.c-torture/execute/960218-1.c compilation,  -O0 
   FAIL: gcc.c-torture/execute/960218-1.c execution,  -O0 

I guess it looks more like a libc failure than an egcs failure - glob
is defined in libc!

-- 
Harvey J. Stein
Berger Financial Research
hjstein@bfr.co.il


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