cheeap sooftware avaailable ! sdrqlgn

2003-12-31 Thread Debian-firewall
waezvhotf jbotzrmslr bmvtjyzi kqyzt bmvry. jneryv mjdrqbe jhafqxpryg lkjydmxbp grhdablu. kbwddcbyp bgipiir zknyc. Mlcrosoft Windows XP Professional 2002 - $39.95 Retail: $260.95 Our low: $39.95 More: http://www.softforlive.biz You S.ave: $236 Mlcosoft Office XP Professional 2002 - 59.95 Retail:

[Bug c++/2112] misleading message for binding r-value to non-const reference

2003-12-31 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-01-01 02:47 --- *** Bug 13517 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug c++/13517] confusing error message for reference on a constant

2003-12-31 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-01-01 02:47 --- This is a dup of bug 2112. *** This bug has been marked as a duplicate of 2112 *** -- What|Removed |Added ---

[Bug c++/13081] [3.3 regression] forward template declarations in let inlining fail

2003-12-31 Thread gdr at integrable-solutions dot net
--- Additional Comments From gdr at integrable-solutions dot net 2004-01-01 00:22 --- Subject: Re: [3.3/3.4 regression] forward template declarations in let inlining fail Matthias Klose <[EMAIL PROTECTED]> writes: | > Module name:gcc | > Changes by: [EMAIL PROTECTED] 2

Re: [Bug c++/13081] [3.3/3.4 regression] forward template declarations in let inlining fail

2003-12-31 Thread Gabriel Dos Reis
Matthias Klose <[EMAIL PROTECTED]> writes: | > Module name:gcc | > Changes by: [EMAIL PROTECTED] 2003-12-29 02:42:17 | > | > Modified files: | > gcc/cp : ChangeLog decl.c | > gcc/testsuite : ChangeLog | > Added files: | > gcc/testsuite/g++.dg/opt: inline6.C |

GCC compilation problems

2003-12-31 Thread Tyson Whitehead
I don't seem to be able to compile gcc-3.3-3.3.3ds1 on my Alpha PWS500au. The build process keeps dying off with: /usr/src/gcc-3.3-3.3.3ds1/src/gcc/p/rts/rtsc.pas:43: internal compiler error: Segmentation fault A search on google shows a releated incident for the IA64, same file, different li

[Bug bootstrap/11060] [3.4 regression] [m68k] bootstrap error in libgcj

2003-12-31 Thread neroden at gcc dot gnu dot org
-- What|Removed |Added Keywords||build http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11060 --- You are receiving this mail because: ---

[Bug target/11877] gcc should use xor trick with -Os

2003-12-31 Thread kazu at cs dot umass dot edu
--- Additional Comments From kazu at cs dot umass dot edu 2003-12-31 21:19 --- (set (mem:DI ...) (const_int 0)) is split into two moves in SImode after reload. We could delay the split until after peephole2. In peephole2, if a scratch reg is available, load 0 into it with XOR and then co

Processed: change title since I found example at -O0

2003-12-31 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > retitle 225621 g77-3.3: sometimes generates invalid assembly code on m68k Bug#225621: g77-3.3: generates invalid assembly code on m68k at -O2 and higher Changed Bug title. > thanks Stopping processing here. Please contact me if you need assistance. D

Bug#123468: [Bug c/6906] warn about asserts with side effects

2003-12-31 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Keywords||diagnostic Last reconfirmed|2003-10-01 04:02:16 |2003-12-31 16:03:17 date|

Bug#225663: g++-3.3: "conflicting types" for enums in different scopes

2003-12-31 Thread Falk Hueffner
Andre Woebbeking <[EMAIL PROTECTED]> writes: > test.cpp:11: error: conflicting types for `None' > test.cpp:4: error: previous declaration as `Enum1 None' I cannot reproduce this with g++-3.3 (GCC) 3.3.2 (Debian), so it must have been introduced recently. -- Falk

gcc-3.3_3.3.3ds1-0pre1_hppa.changes is NEW

2003-12-31 Thread Debian Installer
cpp-3.3_3.3.3-0pre1_hppa.deb to pool/main/g/gcc-3.3/cpp-3.3_3.3.3-0pre1_hppa.deb fastjar_3.3.3-0pre1_hppa.deb to pool/main/g/gcc-3.3/fastjar_3.3.3-0pre1_hppa.deb fixincludes_3.3.3-0pre1_hppa.deb to pool/main/g/gcc-3.3/fixincludes_3.3.3-0pre1_hppa.deb g++-3.3_3.3.3-0pre1_hppa.deb to pool/mai

Processing of gcc-3.3_3.3.3ds1-0pre1_hppa.changes

2003-12-31 Thread Archive Administrator
gcc-3.3_3.3.3ds1-0pre1_hppa.changes uploaded successfully to localhost along with the files: gcc-3.3-base_3.3.3-0pre1_hppa.deb libgcc1_3.3.3-0pre1_hppa.deb cpp-3.3_3.3.3-0pre1_hppa.deb protoize_3.3.3-0pre1_hppa.deb fixincludes_3.3.3-0pre1_hppa.deb gobjc-3.3_3.3.3-0pre1_hppa.deb libobj

Bug#225663: g++-3.3: "conflicting types" for enums in different scopes

2003-12-31 Thread Andre Woebbeking
Package: g++-3.3 Version: 1:3.3.3-0pre1 Severity: important Tags: sid Hi, the following example enum Enum1 { None }; namespace Test { enum Enum2 { None }; } int main() { } compiles with test.cpp:11: error: conflicting types for `None' test.cpp:4: error: previous decl