[Bug c++/35585] Miscompiled inline assembly

2008-03-14 Thread nicos at maunakeatech dot com
--- Comment #4 from nicos at maunakeatech dot com 2008-03-15 01:07 --- I think I need some help here, I looked to bug 323 and I can't see how it is related to this issue. The assertion at the end of the test case compares integers, and the iFloor function is only applied to 0 in the test

[Bug libgcj/33263] [4.3/4.4 regression] libjava testsuite failures on alpha-linux

2008-03-14 Thread jsm28 at gcc dot gnu dot org
--- Comment #4 from jsm28 at gcc dot gnu dot org 2008-03-15 00:41 --- Update milestone after 4.3.0 release. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

Results for 4.3.1 20080309 (prerelease) (Debian 4.3.0-1) libjava testsuite on sparc-unknown-linux-gnu

2008-03-14 Thread Matthias Klose
LAST_UPDATED: Target: sparc-linux-gnu gcc version 4.3.1 20080309 (prerelease) (Debian 4.3.0-1) Native configuration is sparc-unknown-linux-gnu === libjava tests === Running target unix === libjava Summary for unix === # of expected passes2550 Runn

Results for 4.3.1 20080309 (prerelease) (Debian 4.3.0-1) libjava testsuite on arm-unknown-linux-gnu

2008-03-14 Thread Matthias Klose
LAST_UPDATED: Native configuration is arm-unknown-linux-gnu === libjava tests === Running target unix FAIL: /build/buildd/gcj-4.3-4.3.0/src/libjava/testsuite/libjava.jar/TestClosureGC.jar execution - gij test FAIL: calls output - gij test FAIL: noclass execution - gij test FAI

Results for 4.1.3 20080308 (prerelease) (Debian 4.1.2-21) testsuite on hppa-unknown-linux-gnu

2008-03-14 Thread Matthias Klose
LAST_UPDATED: Sat Mar 8 10:35:07 UTC 2008 (revision 133025) Target: hppa-linux-gnu gcc version 4.1.3 20080308 (prerelease) (Debian 4.1.2-21) Native configuration is hppa-unknown-linux-gnu === g++ tests === Running target unix XPASS: g++.old-deja/g++.other/init5.C execution test

Results for 4.3.1 20080309 (prerelease) (Debian 4.3.0-1) testsuite on arm-unknown-linux-gnu

2008-03-14 Thread Matthias Klose
LAST_UPDATED: Native configuration is arm-unknown-linux-gnu === libffi tests === Running target unix FAIL: libffi.call/cls_2byte.c -O0 -W -Wall execution test FAIL: libffi.call/cls_3_1byte.c -O0 -W -Wall execution test FAIL: libffi.call/cls_3byte1.c -O0 -W -Wall execution test F

Bug#470967: gcc-4.2: has no manpage

2008-03-14 Thread Erik Hahn
Package: gcc-4.2 Version: 4.2.3-2 Severity: minor -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 gcc has no manpage. The output of "man gcc" just tells you to check "man 7 undocumented" - -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (500

gcj-4.2_4.2.3-1_m68k.changes ACCEPTED

2008-03-14 Thread Debian Installer
Accepted: gappletviewer-4.2_4.2.3-1_m68k.deb to pool/main/g/gcj-4.2/gappletviewer-4.2_4.2.3-1_m68k.deb gcj-4.2-base_4.2.3-1_m68k.deb to pool/main/g/gcj-4.2/gcj-4.2-base_4.2.3-1_m68k.deb gcj-4.2_4.2.3-1_m68k.deb to pool/main/g/gcj-4.2/gcj-4.2_4.2.3-1_m68k.deb gij-4.2_4.2.3-1_m68k.deb to poo

Processing of gcj-4.2_4.2.3-1_m68k.changes

2008-03-14 Thread Archive Administrator
gcj-4.2_4.2.3-1_m68k.changes uploaded successfully to localhost along with the files: gcj-4.2-base_4.2.3-1_m68k.deb gij-4.2_4.2.3-1_m68k.deb libgcj8-1_4.2.3-1_m68k.deb libgcj8-1-awt_4.2.3-1_m68k.deb gappletviewer-4.2_4.2.3-1_m68k.deb libgcj8-dev_4.2.3-1_m68k.deb libgcj8-dbg_4.2.3-1_m6

Bug#470952: libstdc++6-4.3-dev: error: 'max' is not a member of '__gnu_cxx::__numeric_traits'

2008-03-14 Thread Luk Claes
Package: libstdc++6-4.3-dev Severity: important Version: 4.3.0-1 g++ -O2 -g -Wall -W -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wcast-qual -Woverloaded-virtual -pedantic -ffor-scope -c tcp.cpp In file included from /usr/include/c++/4.3/vector:71, from userlist.h:9,

[Bug rtl-optimization/323] optimized code gives strange floating point results

2008-03-14 Thread rguenth at gcc dot gnu dot org
--- Comment #108 from rguenth at gcc dot gnu dot org 2008-03-14 17:30 --- *** Bug 35585 has been marked as a duplicate of this bug. *** -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/35585] Miscompiled inline assembly

2008-03-14 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2008-03-14 17:30 --- This is caused by extra precision on the 387 FPU. *** This bug has been marked as a duplicate of 323 *** -- rguenth at gcc dot gnu dot org changed: What|Removed |Added ---