Results for 4.1.3 20071209 (prerelease) (Debian 4.1.2-18) libjava testsuite on ia64-unknown-linux-gnu

2007-12-12 Thread Matthias Klose
LAST_UPDATED: Sun Dec 9 12:12:28 UTC 2007 (revision 130721) Target: ia64-linux-gnu gcc version 4.1.3 20071209 (prerelease) (Debian 4.1.2-18) Native configuration is ia64-unknown-linux-gnu === libjava tests === Running target unix FAIL: natgetargssize.cc compilation FAIL: natget

Results for 4.1.3 20071209 (prerelease) (Debian 4.1.2-18) testsuite on ia64-unknown-linux-gnu

2007-12-12 Thread Matthias Klose
LAST_UPDATED: Sun Dec 9 12:12:28 UTC 2007 (revision 130721) Target: ia64-linux-gnu gcc version 4.1.3 20071209 (prerelease) (Debian 4.1.2-18) Native configuration is ia64-unknown-linux-gnu === g++ tests === Running target unix XPASS: g++.dg/tree-ssa/pr14814.C scan-tree-dump-time

Results for 4.1.3 20071209 (prerelease) (Debian 4.1.2-18) testsuite on arm-unknown-linux-gnu

2007-12-12 Thread Matthias Klose
LAST_UPDATED: Sun Dec 9 12:12:28 UTC 2007 (revision 130721) Native configuration is arm-unknown-linux-gnu === libmudflap tests === Running target unix === libmudflap Summary === # of expected passes1799 === libstdc++ tests === Run

[Bug c++/24791] ICE on invalid instantiation of template's static member

2007-12-12 Thread pinskia at gcc dot gnu dot org
--- Comment #15 from pinskia at gcc dot gnu dot org 2007-12-12 23:24 --- *** Bug 34447 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c++/34447] internal compiler error: in import_export_decl, at cp/decl2.c:1715

2007-12-12 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2007-12-12 23:24 --- >template const string Interface::cConfItem = "Handler.FileXferH"; The above code is incorrect and it should be: template <> const string Interface::cConfItem = "Handler.FileXferH"; And that removes the ICE.

Bug#455888: g++-4.2: treats explicitly specialized templates as extern by default

2007-12-12 Thread brian m. carlson
Package: g++-4.2 Version: 4.2.2-4 Severity: normal If a template is explicitly specialized, it is by default extern, even if its corresponding generic template is static. The only way to make it static is by explicitly marking the specialization static. However, g++-4.3 does not allow markin

gcc-4.2 and gcc-4.3 build-depend on dpkg-dev from git trunk

2007-12-12 Thread Matthias Klose
gcc-4.2 and gcc-4.3 in svn build-depend on dpkg-dev from git trunk (see http://people.debian.org/~doko/tmp/dpkg.patch) to support symbol files. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]