gcj-4.2_4.2.2-1_i386.changes ACCEPTED

2007-10-10 Thread Debian Installer
Accepted: gappletviewer-4.2_4.2.2-1_i386.deb to pool/main/g/gcj-4.2/gappletviewer-4.2_4.2.2-1_i386.deb gcj-4.2-base_4.2.2-1_i386.deb to pool/main/g/gcj-4.2/gcj-4.2-base_4.2.2-1_i386.deb gcj-4.2_4.2.2-1.diff.gz to pool/main/g/gcj-4.2/gcj-4.2_4.2.2-1.diff.gz gcj-4.2_4.2.2-1.dsc to pool/main/

gcc-4.2_4.2.2-1_hppa.changes ACCEPTED

2007-10-10 Thread Debian Installer
Accepted: cpp-4.2_4.2.2-1_hppa.deb to pool/main/g/gcc-4.2/cpp-4.2_4.2.2-1_hppa.deb fixincludes_4.2.2-1_hppa.deb to pool/main/g/gcc-4.2/fixincludes_4.2.2-1_hppa.deb g++-4.2_4.2.2-1_hppa.deb to pool/main/g/gcc-4.2/g++-4.2_4.2.2-1_hppa.deb gcc-4.2-base_4.2.2-1_hppa.deb to pool/main/g/gcc-4.2/

Processing of gcj-4.2_4.2.2-1_i386.changes

2007-10-10 Thread Archive Administrator
gcj-4.2_4.2.2-1_i386.changes uploaded successfully to localhost along with the files: gcj-4.2_4.2.2-1.dsc gcj-4.2_4.2.2.orig.tar.gz gcj-4.2_4.2.2-1.diff.gz libgcj8-jar_4.2.2-1_all.deb libgcj8-src_4.2.2-1_all.deb libgcj-doc_4.2.2-1_all.deb gcj-4.2-base_4.2.2-1_i386.deb gcj-4.2_4.2.2-

Processing of gcc-4.2_4.2.2-1_hppa.changes

2007-10-10 Thread Archive Administrator
gcc-4.2_4.2.2-1_hppa.changes uploaded successfully to localhost along with the files: gcc-4.2-base_4.2.2-1_hppa.deb libgcc4_4.2.2-1_hppa.deb libgcc4-dbg_4.2.2-1_hppa.deb libgomp1_4.2.2-1_hppa.deb libgomp1-dbg_4.2.2-1_hppa.deb cpp-4.2_4.2.2-1_hppa.deb protoize_4.2.2-1_hppa.deb fixinc

Results for 4.2.2 (Debian 4.2.2-1) testsuite on s390-ibm-linux-gnu

2007-10-10 Thread Matthias Klose
LAST_UPDATED: Mon Oct 8 19:09:24 UTC 2007 (revision 129136) Target: s390-linux-gnu gcc version 4.2.2 (Debian 4.2.2-1) Native configuration is s390-ibm-linux-gnu === g++ tests === Running target unix FAIL: g++.dg/other/unused1.C scan-assembler (string|ascii?)z?\\t"class2("|

Results for 4.2.2 (Debian 4.2.2-1) testsuite on powerpc-unknown-linux-gnu

2007-10-10 Thread Matthias Klose
LAST_UPDATED: Mon Oct 8 19:09:24 UTC 2007 (revision 129136) Target: powerpc-linux-gnu gcc version 4.2.2 (Debian 4.2.2-1) Native configuration is powerpc-unknown-linux-gnu === g++ tests === Running target unix FAIL: g++.dg/other/unused1.C scan-assembler (string|ascii?)z?\\t"cla

Results for 4.2.2 (Debian 4.2.2-1) testsuite on mipsel-unknown-linux-gnu

2007-10-10 Thread Matthias Klose
LAST_UPDATED: Mon Oct 8 19:09:24 UTC 2007 (revision 129136) Target: mipsel-linux-gnu gcc version 4.2.2 (Debian 4.2.2-1) Native configuration is mipsel-unknown-linux-gnu === g++ tests === Running target unix FAIL: g++.dg/other/unused1.C scan-assembler (string|ascii?)z?\\t"class

Results for 4.2.2 (Debian 4.2.2-1) testsuite on mips-unknown-linux-gnu

2007-10-10 Thread Matthias Klose
LAST_UPDATED: Mon Oct 8 19:09:24 UTC 2007 (revision 129136) Target: mips-linux-gnu gcc version 4.2.2 (Debian 4.2.2-1) Native configuration is mips-unknown-linux-gnu === g++ tests === Running target unix FAIL: g++.dg/other/unused1.C scan-assembler (string|ascii?)z?\\t"class2("|

Bug#443234: Inconsistent definition of _GLIBCXX_USE_C99 across arches

2007-10-10 Thread Riku Voipio
Hi, This appears to inherit somewhere deep. libstdc++ disables ISO C99 compatability due comlex.h missing the "long double" versions of complex functions[1][2]. With a little bit of preprocessor debugging, this is because of __NO_LONG_DOUBLE_MATH being set, atleast on arm/armel. Which, in turn co

[bts-link] source package gcc-4.1

2007-10-10 Thread bts-link-upstream
# # bts-link upstream status pull for source package gcc-4.1 # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html # user [EMAIL PROTECTED] # remote status report for #439687 # * http://gcc.gnu.org/PR32295 # * remote status changed: ASSIGNED -> NEW usertags 439687 - status-A

[bts-link] source package gcc-4.2

2007-10-10 Thread bts-link-upstream
# # bts-link upstream status pull for source package gcc-4.2 # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html # user [EMAIL PROTECTED] # remote status report for #445336 # * http://gcc.gnu.org/PR32889 # * remote status changed: (?) -> UNCONFIRMED usertags 445336 + statu

[Bug c/32295] [4.1 Regression] An invalid c code causes an ICE in create_tmp_var, at gimplify.c:489

2007-10-10 Thread jsm28 at gcc dot gnu dot org
--- Comment #9 from jsm28 at gcc dot gnu dot org 2007-10-10 18:31 --- Fixed for 4.2.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|jsm

[Bug c/32295] [4.1/4.2 Regression] An invalid c code causes an ICE in create_tmp_var, at gimplify.c:489

2007-10-10 Thread jsm28 at gcc dot gnu dot org
--- Comment #8 from jsm28 at gcc dot gnu dot org 2007-10-10 18:24 --- Subject: Bug 32295 Author: jsm28 Date: Wed Oct 10 18:24:29 2007 New Revision: 129215 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129215 Log: PR c/32295 * c-typeck.c (default_conversion): Cal

[Bug bootstrap/33368] [4.3 regression] bootstrap comparision failure with --enable-targets=all

2007-10-10 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33368 --- You a

[Bug tree-optimization/32653] [4.3 Regression] Bootstrap failure with excessive memory consumption in tree-ssa-pre compiling libjava/interperter.c

2007-10-10 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32653 --- You a

Bug#446067: g++-4.1 in etch has incorrect output

2007-10-10 Thread Matthieu Lemerre
Package: g++-4.1 Version: 4.1.1-21 The g++ shipped with debian is incorrect. g++ seems to be able to use non-constant initializer for global variables (I don't known if this is standard C++ behaviour) , but this doesn't work when optimizations are on with the version of gcc shipped with debian. I

[Bug target/33381] [4.2 regression] miscompilation casting signed long to void*

2007-10-10 Thread rguenth at gcc dot gnu dot org
-- Bug 33381 depends on bug 33099, which changed state. Bug 33099 Summary: [4.2 Regression] Scalar evolutions confusing VRP with pointer values that wrap around http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33099 What|Old Value |New Value ---

[Bug target/33381] [4.2 regression] miscompilation casting signed long to void*

2007-10-10 Thread rguenth at gcc dot gnu dot org
--- Comment #10 from rguenth at gcc dot gnu dot org 2007-10-10 09:24 --- Fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNE

[Bug target/33381] [4.2 regression] miscompilation casting signed long to void*

2007-10-10 Thread rguenth at gcc dot gnu dot org
--- Comment #9 from rguenth at gcc dot gnu dot org 2007-10-10 09:24 --- Subject: Bug 33381 Author: rguenth Date: Wed Oct 10 09:24:43 2007 New Revision: 129197 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129197 Log: 2007-10-10 Richard Guenther <[EMAIL PROTECTED]> PR

Re: Bug#445800: icewm: FTBFS: yapp.cc:472: internal compiler error: in reference_to_unused, at dwarf2out.c:10010

2007-10-10 Thread Vincent Danjean
Kamaraju S Kusumanchi wrote: > I am able to reproduce this bug by adding a couple of options to g++. > The instructions I used are > yapp.cc:472: internal compiler error: in reference_to_unused, at > dwarf2out.c:10010 Hi, I think this is a duplicate of #445268 which is marked as fixed in