Bug#189032: marked as done (gcc-3.2: segfault when trying to link anything.)

2003-04-14 Thread Debian Bug Tracking System
Your message dated Tue, 15 Apr 2003 04:33:49 +0200 with message-id <[EMAIL PROTECTED]> and subject line closing has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen t

Bug#189059: libg2c0: no libg2c.so symlink

2003-04-14 Thread Vincent McIntyre
Package: libg2c0 Version: 1:3.2.3-0pre5 Severity: normal Hi, we are trying to build a large software suite with gcc-3.2. The linker cannot link in libg2c when we give just -llibg2c. This is resolved by placing a symlink: cd /usr/lib; ln -s libg2c.so.0 libg2c.so It's unclear to me if this is a p

Bug#189032: gcc-3.2: segfault when trying to link anything.

2003-04-14 Thread Adam Conrad
> -Original Message- > From: Mathieu CUNY [mailto:[EMAIL PROTECTED] > > ii binutils2.13.90.0.18-1.6 Upgrade again today. The bug was in binutils, and has been fixed. ... Adam

Results for 3.3 20030412 (Debian prerelease) testsuite on sparc-unknown-linux-gnu

2003-04-14 Thread Matthias Klose
LAST_UPDATED: Sat Apr 12 19:08:07 UTC 2003 Native configuration is sparc-unknown-linux-gnu === g++ tests === Running target unix FAIL: g++.dg/compat/break/bitfield7 y_tst.o compile UNRESOLVED: g++.dg/compat/break/bitfield7 x_tst.o-y_tst.o link UNRESOLVED: g++.dg/compat/break/bi

Results for 3.3 20030412 (Debian prerelease) testsuite on i386-pc-linux-gnu

2003-04-14 Thread Matthias Klose
LAST_UPDATED: Sat Apr 12 19:08:07 UTC 2003 Native configuration is i386-pc-linux-gnu === g++ tests === Running target unix FAIL: g++.dg/parse/crash2.C (test for errors, line 5) FAIL: g++.dg/parse/crash2.C (test for excess errors) FAIL: g++.dg/tls/init-2.C (test for excess error

Results for 3.3 20030412 (Debian prerelease) testsuite on alpha-unknown-linux-gnu

2003-04-14 Thread Matthias Klose
LAST_UPDATED: Sat Apr 12 19:08:07 UTC 2003 Native configuration is alpha-unknown-linux-gnu === libjava tests === Running target unix FAIL: initexc execution - gij test FAIL: initexc execution - gij test === libjava Summary === # of expected passes29

Results for 3.3 20030412 (Debian prerelease) testsuite on mipsel-unknown-linux-gnu

2003-04-14 Thread Matthias Klose
LAST_UPDATED: Sat Apr 12 19:08:07 UTC 2003 Native configuration is mipsel-unknown-linux-gnu === g++ tests === Running target unix === g++ Summary === # of expected passes13 /build/buildd/gcc-3.3-3.3ds4/build/gcc/testsuite/../g++ version 3.3 20030412

Bug#189032: gcc-3.2: segfault when trying to link anything.

2003-04-14 Thread Mathieu CUNY
Package: gcc-3.2 Version: 1:3.2.3-0pre8 Severity: grave Tags: sid Justification: renders package unusable I get this error at link time when i try to compile anything with gcc. It is also the case when gcc is called on an object file. collect2: ld terminated with signal 11 [Segmentation fault] e

gcc-3.3_3.3ds4-0pre4_sparc.changes ACCEPTED

2003-04-14 Thread Debian Installer
Accepted: cpp-3.3_3.3-0pre4_sparc.deb to pool/main/g/gcc-3.3/cpp-3.3_3.3-0pre4_sparc.deb fastjar_3.3-0pre4_sparc.deb to pool/main/g/gcc-3.3/fastjar_3.3-0pre4_sparc.deb fixincludes_3.3-0pre4_sparc.deb to pool/main/g/gcc-3.3/fixincludes_3.3-0pre4_sparc.deb g++-3.3_3.3-0pre4_sparc.deb to pool

gcc-3.3_3.3ds4-0pre4_i386.changes ACCEPTED

2003-04-14 Thread Debian Installer
Accepted: cpp-3.3_3.3-0pre4_i386.deb to pool/main/g/gcc-3.3/cpp-3.3_3.3-0pre4_i386.deb fastjar_3.3-0pre4_i386.deb to pool/main/g/gcc-3.3/fastjar_3.3-0pre4_i386.deb fixincludes_3.3-0pre4_i386.deb to pool/main/g/gcc-3.3/fixincludes_3.3-0pre4_i386.deb g++-3.3_3.3-0pre4_i386.deb to pool/main/g

Re: http://www.trl.ibm.com/projects/security/ssp/

2003-04-14 Thread Daniel Jacobowitz
On Thu, Apr 10, 2003 at 09:21:25PM +0200, Marc-Christian Petersen wrote: > Hi Debian GCC maintainers :-) > > I have a wish for upcoming gcc versions for SID. Is it possible to add > propolice (see $Subject) to new gcc releases? Not to the main GCC package, no. It's too intrusive. Someone may w

Bug#188943: g++-3.2: code using dynamic_cast causes segfaults when -fno-rtti is used

2003-04-14 Thread Sean Perry
Package: g++-3.2 Version: 1:3.2.3-0pre7 Severity: normal Now obviously, dynamic_cast requires rtti so using -fno-rtti is silly. I ran into this on a C++ project where we had been using -fno-rtti because rtti was not used. A recent commit added dynamic_cast code and started segfaulting. It was bel