public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: "Dave Korn" <dave.korn@artimi.com>
To: "'Daniel Jacobowitz'" <drow@false.org>
Cc: <binutils@sources.redhat.com>
Subject: RE: Binutils 2.15.97 available
Date: Thu, 21 Apr 2005 14:01:00 -0000	[thread overview]
Message-ID: <SERRANOHuZnygThIPgi0000008e@SERRANO.CAM.ARTIMI.COM> (raw)
In-Reply-To: <20050421131054.GA29084@nevyn.them.org>

----Original Message----
>From: Daniel Jacobowitz
>Sent: 21 April 2005 14:11

> On Thu, Apr 21, 2005 at 11:41:18AM +0100, Dave Korn wrote:
>> ----Original Message----
>>> From: Daniel Jacobowitz
>>> Sent: 20 April 2005 20:51
>> 
>>> I have uploaded binutils 2.15.97 to:
>>> 
>>>  
>>> ftp://sources.redhat.com/pub/binutils/snapshots/binutils-2.15.97.tar.bz2
>>> 
>>> I plan that this will be the last prerelease, and binutils 2.16 will
>>> be released more-or-less unchanged next week.  Please do not commit
>>> anything to the 2.16 release branch without asking me first.  Please
>>> test this snapshot.
>>> 
>>> If problems show up for particular targets, I would prefer to have a
>>> quick 2.16.1 rather than delay this release any further.
>> 
>> 
>>   Looks fairly good on cygwin, but there seems to be one more ld failure
>> than the most recent (version: 2.16.90 20050313) test results I could
>> find on the list; the extra FAIL is "FAIL: cdtest".  I haven't looked
>> into it yet; is it a known issue?
> 
> No, but cdtest usually means something is wrong with C++.  How about
> sharing log bits instead of summary bits? :-)

  Hmmm, looks a bit funny to me....



Running
/davek/patch-gnu/testing/binutils-2.15.97/ld/testsuite/ld-cdtest/cdtest.exp
...
c++ -L/davek/patch-gnu/testing/obj-binutils-2.15.97/./ld -g -O2
-fno-exceptions
-B/davek/patch-gnu/testing/obj-binutils-2.15.97/ld/tmpdir/gas/
-I/davek/patch-gnu/testing/binutils-2.15.97/ld/testsuite/ld-cdtest -g -O2
-c
/davek/patch-gnu/testing/binutils-2.15.97/ld/testsuite/ld-cdtest/cdtest-foo.
cc -o tmpdir/cdtest-foo.o
c++ -L/davek/patch-gnu/testing/obj-binutils-2.15.97/./ld -g -O2
-fno-exceptions
-B/davek/patch-gnu/testing/obj-binutils-2.15.97/ld/tmpdir/gas/
-I/davek/patch-gnu/testing/binutils-2.15.97/ld/testsuite/ld-cdtest -g -O2
-c
/davek/patch-gnu/testing/binutils-2.15.97/ld/testsuite/ld-cdtest/cdtest-bar.
cc -o tmpdir/cdtest-bar.o
c++ -L/davek/patch-gnu/testing/obj-binutils-2.15.97/./ld -g -O2
-fno-exceptions
-B/davek/patch-gnu/testing/obj-binutils-2.15.97/ld/tmpdir/gas/
-I/davek/patch-gnu/testing/binutils-2.15.97/ld/testsuite/ld-cdtest -g -O2
-c
/davek/patch-gnu/testing/binutils-2.15.97/ld/testsuite/ld-cdtest/cdtest-main
.cc -o tmpdir/cdtest-main.o
/davek/patch-gnu/testing/obj-binutils-2.15.97/ld/ld-new -m i386pe  -o
tmpdir/cdtest /lib/crt0.o tmpdir/cdtest-foo.o tmpdir/cdtest-bar.o
tmpdir/cdtest-main.o  --start-group
/usr/lib/gcc-lib/i686-pc-cygwin/3.3.3/libgcc.a -lc --end-group -lcygwin
-L/usr/lib/w32api -luser32 -lkernel32 -ladvapi32 -lshell32
/usr/lib/gcc-lib/i686-pc-cygwin/3.3.3/libgcc.a
tmpdir/cdtest >tmpdir/cdtest.out
diff tmpdir/cdtest.out
/davek/patch-gnu/testing/binutils-2.15.97/ld/testsuite/ld-cdtest/cdtest.dat
4a5,6
> Initializing Foo(5) "default-foo" with Foo(4)
> Destructing Foo(4) "default-foo" (remaining foos: 4)
10c12
< Destructing Foo(4) "default-foo" (remaining foos: 3)
---
> Destructing Foo(5) "default-foo" (remaining foos: 3)
11a14,15
> Destructing Foo(2) "static_foo" (remaining foos: 1)
> Destructing Foo(1) "static_foo" (remaining foos: 0)
child process exited abnormally
Checking against Named Return Value optimization
diff tmpdir/cdtest.out
/davek/patch-gnu/testing/binutils-2.15.97/ld/testsuite/ld-cdtest/cdtest-nrv.
dat
11a12,13
> Destructing Foo(2) "static_foo" (remaining foos: 1)
> Destructing Foo(1) "static_foo" (remaining foos: 0)
child process exited abnormally
FAIL: cdtest
/davek/patch-gnu/testing/obj-binutils-2.15.97/ld/ld-new -m i386pe -o
tmpdir/cdtest.o -r -Ur tmpdir/cdtest-foo.o tmpdir/cdtest-bar.o
tmpdir/cdtest-main.o
/davek/patch-gnu/testing/obj-binutils-2.15.97/ld/ld-new -m i386pe  -o
tmpdir/cdtest /lib/crt0.o tmpdir/cdtest.o  --start-group
/usr/lib/gcc-lib/i686-pc-cygwin/3.3.3/libgcc.a -lc --end-group -lcygwin
-L/usr/lib/w32api -luser32 -lkernel32 -ladvapi32 -lshell32
/usr/lib/gcc-lib/i686-pc-cygwin/3.3.3/libgcc.a
tmpdir/cdtest >tmpdir/cdtest.out
assertion "Foo::nb_foos() == 2" failed: file
"/davek/patch-gnu/testing/binutils-2.15.97/ld/testsuite/ld-cdtest/cdtest-mai
n.cc", line 32
FAIL: cdtest with -Ur
testcase
/davek/patch-gnu/testing/binutils-2.15.97/ld/testsuite/ld-cdtest/cdtest.exp
completed in 2 seconds



  Hmm, the static initialisers don't appear to be being called in the cdtest
-Ur, it seems that nb_foos is zero.


    cheers,
      DaveK
-- 
Can't think of a witty .sigline today....

  reply	other threads:[~2005-04-21 14:01 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-20 19:51 Daniel Jacobowitz
2005-04-21  1:31 ` Mike Frysinger
2005-04-21  3:21   ` Daniel Jacobowitz
2005-04-21  8:59     ` Nick Clifton
2005-04-21 12:43       ` Mike Frysinger
2005-04-21  9:56 ` Ralf Corsepius
2005-04-21 15:30   ` Mark Mitchell
2005-04-21 15:47     ` Ralf Corsepius
2005-04-29 14:32   ` Daniel Jacobowitz
2005-04-29 17:05     ` [Patch] Switching h8300*rtems to elf (Was: Re: Binutils 2.15.97 available) Ralf Corsepius
2005-04-30  0:14       ` Daniel Jacobowitz
2005-04-21 10:41 ` Binutils 2.15.97 available Dave Korn
2005-04-21 13:11   ` Daniel Jacobowitz
2005-04-21 14:01     ` Dave Korn [this message]
2005-04-22  0:45       ` build failure, gcc4 merged over Binutils 2.15.97 Don Lindsay
2005-04-22  1:28         ` DJ Delorie
2005-04-21 17:07 ` Binutils 2.15.97 available Richard Sandiford
2005-04-29 14:45 ` Daniel Jacobowitz
2005-04-25 14:11 Etienne Lorrain
2005-04-25 14:34 ` Nick Clifton
2005-04-25 15:19 ` H. J. Lu
2005-04-25 15:03 Etienne Lorrain
2005-04-25 15:45 ` Dave Korn
2005-04-25 16:00   ` Dave Korn
2005-04-25 16:08     ` Dave Korn
2005-04-25 16:21 Etienne Lorrain

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=SERRANOHuZnygThIPgi0000008e@SERRANO.CAM.ARTIMI.COM \
    --to=dave.korn@artimi.com \
    --cc=binutils@sources.redhat.com \
    --cc=drow@false.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).