Bug#225510: something wrong with gcc-g++ dependency

2003-12-30 Thread Julian Stoev
Package: gcc Version: 4:3.3.2-1 Severity: normal Just want to let you know, that there is probably something wrong with dependencies for gcc and/or g++ in testing. Here is what I got today: Unpacking replacement gcc ... dpkg: error processing /var/cache/apt/archives/gcc_4%3a3.3.2-1_sparc.deb

Bug#211783: marked as done ([PR 12576] miscompilation of ide-scsi in kernel 2.4.21 at -O2)

2003-12-30 Thread Debian Bug Tracking System
Your message dated Tue, 30 Dec 2003 10:27:22 +0100 with message-id [EMAIL PROTECTED] and subject line Bug#211783: [Bug optimization/12576] [3.3 regression] miscompilation of ide-scsi linux kernel driver has caused the attached Bug report to be marked as done. This means that you claim that the

Processed: tagging gcc reports

2003-12-30 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: tags 224200 + upstream Bug#224200: gcc-3.3 fails to generate EH_FRAME program-header Tags were: sid Tags added: upstream thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator

Processed: retitle gcj report

2003-12-30 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: retitle 215445 --main needs to be always specified on command line Bug#215445: gcj-3.3: no compila un archivo Changed Bug title. thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator

[Bug java/2499] Class members should be inherited from implemented interfaces

2003-12-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2003-12-30 17:21 --- *** Bug 13513 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug optimization/13514] [3.3 regression] unable to find a register to spill

2003-12-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2003-12-30 17:40 --- This is a dup of bug 12441 and it will not be fixed for 3.3.3 as it is reload is very declate. *** This bug has been marked as a duplicate of 12441 *** -- What|Removed

Bug#224593: gcc-3.3: not fixed

2003-12-30 Thread Zack Weinberg
sorry, i misread the version number. zw

[Bug optimization/12441] [3.3/3.4 Regression] Can't spill register bug

2003-12-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2003-12-30 17:41 --- *** Bug 13514 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-30 Thread falk at debian dot org
--- Additional Comments From falk at debian dot org 2003-12-30 18:02 --- String literals are in fact a sspecial case in the C++ standard, since there is an implicit conversion to (non-const) char*. It is deprecated though, and g++ should probably warn about it. Aso for the error

[Bug c++/13518] virtual functions but non-virtual destructor warning incomplete

2003-12-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2003-12-30 18:04 --- Confirmed. A better explation is that there is no warning if there is not a destructor there at all. -- What|Removed |Added

[Bug target/13516] [3.3 regression] ICE in emit_move_insn_1, at expr.c:3510

2003-12-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2003-12-30 17:52 --- Confirmed, some how a target problem as in ix86_split_long_move, it is spliting them into two constants but nothing has changed for 3.4 with respect to ix86_split_long_move. -- What

[Bug c/13519] typeof(nonconst+const) is const

2003-12-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2003-12-30 17:56 --- typeof just returns the type of the tree which it is bound to, so it looks like the front-end is getting the type wrong. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13519 --- You are receiving

[Bug target/13515] `asm' operand requires impossible reload

2003-12-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2003-12-30 18:11 --- Weird, it works on ipl32 mode and lp64 mode. Confirmed on the mainline. You do not need ia64 hardware to recheck this. -- What|Removed |Added

[Bug java/13512] not implemented interface methods of abstract classes not found

2003-12-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2003-12-30 18:34 --- This is fixed for 3.4 for sure (are you sure you had rechecked it right?). No error messages: [omni:~/src/gccPRs/pr12217] pinskia% vi p/E.java [omni:~/src/gccPRs/pr12217] pinskia% vi q/F.java

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

2003-12-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2003-12-30 19:22 --- The conversion between strings and char* is another for another PR which is already filed as PR 8586. -- What|Removed |Added