gcc-3.3_3.3.6-12_i386.changes ACCEPTED

2005-12-23 Thread Debian Installer
Accepted: cpp-3.3-doc_3.3.6-12_all.deb to pool/main/g/gcc-3.3/cpp-3.3-doc_3.3.6-12_all.deb cpp-3.3_3.3.6-12_i386.deb to pool/main/g/gcc-3.3/cpp-3.3_3.3.6-12_i386.deb g++-3.3_3.3.6-12_i386.deb to pool/main/g/gcc-3.3/g++-3.3_3.3.6-12_i386.deb gcc-3.3-base_3.3.6-12_i386.deb to pool/main/g/gcc

Processing of gcc-3.3_3.3.6-12_i386.changes

2005-12-23 Thread Archive Administrator
gcc-3.3_3.3.6-12_i386.changes uploaded successfully to localhost along with the files: gcc-3.3_3.3.6-12.dsc gcc-3.3_3.3.6-12.diff.gz cpp-3.3-doc_3.3.6-12_all.deb libstdc++5-3.3-doc_3.3.6-12_all.deb gcc-3.3-doc_3.3.6-12_all.deb gcc-3.3-base_3.3.6-12_i386.deb cpp-3.3_3.3.6-12_i386.deb

Bug#341189: marked as done (gcc-snapshot: ftbfs [sparc] cannot compute sizeof (int))

2005-12-23 Thread Debian Bug Tracking System
Your message dated Sat, 24 Dec 2005 03:15:00 +0100 with message-id <[EMAIL PROTECTED]> and subject line gcc-snapshot: ftbfs [sparc] cannot compute sizeof (int) 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 t

Processed: tag gcc-snapshot report

2005-12-23 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > tags 321449 + sid Bug#321449: gcc-snapshot should stay in unstable Tags were: wontfix Tags added: sid > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs da

[Bug rtl-optimization/21041] [4.0/4.1/4.2 Regression] ICE: output_operand: Cannot decompose address

2005-12-23 Thread uweigand at gcc dot gnu dot org
--- Comment #15 from uweigand at gcc dot gnu dot org 2005-12-23 18:45 --- Fixed. -- uweigand at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug rtl-optimization/21041] [4.0/4.1/4.2 Regression] ICE: output_operand: Cannot decompose address

2005-12-23 Thread uweigand at gcc dot gnu dot org
--- Comment #14 from uweigand at gcc dot gnu dot org 2005-12-23 18:44 --- Subject: Bug 21041 Author: uweigand Date: Fri Dec 23 18:44:07 2005 New Revision: 109020 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109020 Log: PR rtl-optimization/21041 * reload.c (fin

[Bug rtl-optimization/21041] [4.0/4.1/4.2 Regression] ICE: output_operand: Cannot decompose address

2005-12-23 Thread uweigand at gcc dot gnu dot org
--- Comment #13 from uweigand at gcc dot gnu dot org 2005-12-23 18:38 --- Subject: Bug 21041 Author: uweigand Date: Fri Dec 23 18:38:43 2005 New Revision: 109019 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109019 Log: PR rtl-optimization/21041 * reload.c (fin

www.HalfPriceLotion.com now links to you

2005-12-23 Thread Jason Biggs
Dear Debian Gcc, I visited your site today and think that the content could be of use to some of my customers. I am looking for reputable websites to send my visitors to, and was wondering if you would like to exchange links with me.Us linking to each other would increase where we stand with th

Bug#344503: Icon build failure on arm due to gcc-4.0 regression

2005-12-23 Thread Jurij Smakov
Package: gcc-4.0 Version: 4.0.2-5 Severity: important Hi, The latest upload of icon (9.4.2-2.4) has failed to build on arm with the current gcc-4.0 in sid (4.0.2-5). After some investigation I've found that this is gcc-4.0 fault, and the build failures start with the version 4.0.1-7 (4.0.1-6

Bug#344501: g++-4.0: spurious warning about explicit conversion operator to same type

2005-12-23 Thread Ron
Package: g++-4.0 Version: 4.0.2-5 Severity: normal Hi, Given the following (stripped down) code as variant.cpp: #include using std::cout; using std::endl; struct Variant { Variant() {} template< typename T > Variant( T ) {} Variant( const Variant& )