20 GCC regressions, 20 new, with your patch on 2000-08-02T02:35:00Z.

Zack Weinberg zack@wolery.cumb.org
Tue Aug 1 22:12:00 GMT 2000


On Tue, Aug 01, 2000 at 09:57:24PM -0700, GCC regression checker wrote:
> (This is an automated message.)
> 
> With your recent patch, GCC has some regression test failures, which
> used to pass.  There are 20 new failures, and 0
> failures that existed before and after that patch; 0 failures
> have been fixed.
> 
> The new failures are:
> objc.sum objc/execute/bf-1.m
> objc.sum objc/execute/bf-10.m
[etc]

Hm, this has been failing for me for several days now, with the same
symptoms.

# Executing on host: 
# /sloth/delay/tbox/build-gcc/gcc/xgcc -B/sloth/delay/tbox/build-gcc/gcc/
#   /sloth/delay/tbox/cvs-gcc/egcs/gcc/testsuite/objc/execute/bf-1.m
#   -w -O -I/sloth/delay/tbox/cvs-gcc/egcs/gcc/testsuite/../../libobjc
#   -msim -lobjc -lm -o /sloth/delay/tbox/build-gcc/gcc/testsuite/bf-1.x

# /sloth/delay/tbox/objs/powerpc-eabisim/bin/ld: cannot find -lobjc
# collect2: ld returned 1 exit status
# compiler exited with status 1

In my native build tree, libobjc.a is hiding in
i686-pc-linux/libobjc/.libs.  If I move it up to libobjc where it
belongs, then all the bf-*.m failures go away.

I'd guess the culprit is 

Fri Jul 28 08:58:02 2000  Nicola Pero  <nicola@brainstorm.co.uk>

        * configure.in: Added libtool support; build shared libraries 
        if --enable-shared was passed on command line.
        * Makefile.in: Modified most compilation commands to use libtool.
        * aclocal.m4: New symbolic link to the ../libtool.m4, from the
        libtool distribution.

z "Libtool Delenda Est" w


More information about the Gcc-regression mailing list