[Bug target/13918] [3.3.3 regression] [ia64] bootstrap comparision failure

2004-02-15 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2004-02-15 12:43 --- Adjust milestone -- What|Removed |Added Target Milestone|3.3.3 |3.3.4

[Bug c++/13944] [3.3/3.4/3.5] exception in constructor of a class to be thrown is not caught

2004-02-15 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2004-02-15 12:43 --- Adjust milestone -- What|Removed |Added Target Milestone|3.3.3 |3.3.4

Bug#224735: libstdc++5-3.3-dev: Leaks in string allocation?

2004-02-15 Thread Margarita Manterola
close 224735 thanks Hola Daniel Jacobowitz! The string class does manage a certain amount of memory on its own. I seem to recall this fooling memory leak analyzers before. Actually this seems to be the case, although it's not only the string class, but the whole STL. This was brought to my

Results for 3.3.3 20040214 (prerelease) (Debian) testsuite on powerpc-unknown-linux-gnu

2004-02-15 Thread Matthias Klose
LAST_UPDATED: Sat Feb 14 08:16:42 UTC 2004 Native configuration is powerpc-unknown-linux-gnu === g++ tests === Running target unix XPASS: g++.dg/other/packed1.C execution test XPASS: g++.other/init5.C Execution test === g++ Summary === # of expected passes

Results for 3.3.3 20040214 (prerelease) (Debian) testsuite on i486-pc-linux-gnu

2004-02-15 Thread Matthias Klose
LAST_UPDATED: Sat Feb 14 08:16:42 UTC 2004 Native configuration is i486-pc-linux-gnu === g++ tests === Running target unix XPASS: g++.other/init5.C Execution test === g++ Summary === # of expected passes8220 # of unexpected successes 1 # of

Results for 3.4.0 20040214 (prerelease) testsuite on ia64-unknown-linux-gnu

2004-02-15 Thread Matthias Klose
LAST_UPDATED: Sat Feb 14 14:27:56 UTC 2004 === acats tests === FAIL: ad8011a FAIL: c380004 FAIL: c91004b FAIL: c940010 FAIL: c94002g FAIL: c94007a FAIL: c95022b FAIL: c95072a FAIL: c95072b FAIL: c954016 FAIL: c954017 FAIL: c974004 FAIL: c974009 FAIL:

Results for 3.3.3 20040214 (prerelease) (Debian) testsuite on alpha-unknown-linux-gnu

2004-02-15 Thread Matthias Klose
LAST_UPDATED: Sat Feb 14 08:16:42 UTC 2004 Native configuration is alpha-unknown-linux-gnu === libjava tests === Running target unix WARNING: program timed out. FAIL: SyncTest execution - gij test WARNING: program timed out. FAIL: SyncTest execution - bytecode-native test

Results for 3.4.0 20040214 (prerelease) testsuite on powerpc-unknown-linux-gnu

2004-02-15 Thread Matthias Klose
LAST_UPDATED: Sat Feb 14 14:27:56 UTC 2004 === acats tests === FAIL: c34005a FAIL: c34005d FAIL: c34005g FAIL: c34005j FAIL: c37213f FAIL: c37215f FAIL: c64106b FAIL: ce2102c FAIL: cxb3010 FAIL: cxb3014 FAIL: cxb3015 === acats Summary === #

[3.4/3.5 patch] libgcc_s.so compatibility between 3.3 and 3.4 (sjlj/dwarf2 exceptions)

2004-02-15 Thread Matthias Klose
On m68k-linux and parisc-linux between 3.3 and 3.4 the default exception model changed from sjlj based exceptions to dw2 based exceptions. Unfortunately at this time the soversion number of the shared libgcc was not bumped. This patch bumps the version number for these two archs to 2, if not

Incomplete upload found in Debian upload queue

2004-02-15 Thread Archive Administrator
Probably you are the uploader of the following file(s) in the Debian upload queue directory: gcc-snapshot_20040215-1.diff.gz gcc-snapshot_20040215-1.dsc gcc-snapshot_20040215-1_i386.deb This looks like an upload, but a .changes file is missing, so the job cannot be processed. If no .changes

Processing of gcc-snapshot_20040215-1_i386.changes

2004-02-15 Thread Archive Administrator
gcc-snapshot_20040215-1_i386.changes uploaded successfully to localhost along with the files: gcc-snapshot_20040215-1.dsc gcc-snapshot_20040215.orig.tar.gz gcc-snapshot_20040215-1.diff.gz gcc-snapshot_20040215-1_i386.deb Greetings, Your Debian queue daemon

gcc-snapshot_20040215-1_i386.changes ACCEPTED

2004-02-15 Thread Debian Installer
Accepted: gcc-snapshot_20040215-1.diff.gz to pool/main/g/gcc-snapshot/gcc-snapshot_20040215-1.diff.gz gcc-snapshot_20040215-1.dsc to pool/main/g/gcc-snapshot/gcc-snapshot_20040215-1.dsc gcc-snapshot_20040215-1_i386.deb to pool/main/g/gcc-snapshot/gcc-snapshot_20040215-1_i386.deb

[Bug c++/13944] [3.3/3.4/3.5] exception in constructor of a class to be thrown is not caught

2004-02-15 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-02-16 03:07 --- I do not believe there is any ambiguity in the standard here. This program should clearly through an exception of type int with the value 1, and that exception should be caught in main. The problem here

[Bug c++/13944] [3.3/3.4/3.5 Regression] exception in constructor of a class to be thrown is not caught

2004-02-15 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Severity|minor |normal Summary|[3.3/3.4/3.5] exception in |[3.3/3.4/3.5 Regression]