[Bug java/23891] [4.0 Regression] Problem folding static fields across packages

2005-09-30 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-10-01 06:20 --- Subject: Bug 23891 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-10-01 06:20:39 Modified files: libjava: Change

BOUNCE [EMAIL PROTECTED]: global taboo header: /^subject:\s*Returned mail\b/i Non-member submission from [EMAIL PROTECTED]

2005-09-30 Thread owner-discussion
>From [EMAIL PROTECTED] Fri Sep 30 21:35:41 2005 Received: from mtl-smtpgw2.global.avidww.com (mtl-smtpgw2.global.avidww.com [172.24.33.104]) by paperboy.global.avidww.com (8.12.9/8.12.6) with ESMTP id j911ZdvQ007721 for <[EMAIL PROTECTED]>; Fri, 30 Sep 2005 21:35:41 -0400 Receive

[Bug rtl-optimization/23043] [4.1 regression] [m68k-linux] bootstrap error on m68k-linux

2005-09-30 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-10-01 01:25 --- Correcting target milestone; this will be fixed in 4.0.3. -- What|Removed |Added Target M

ICE without -save-temps, no ICE with -save-temps

2005-09-30 Thread John Schmidt
Hi, I am running g++-4.0 (Debian 4.0.2-1) and building a big c++ application. I get an ICE for a particular *.cc file. When I recompile with -save-temps option, the ICE no longer happens. I notice this on a debug build with -g and also an optimized build with -O3. I haven't seen this before

Processed: Re: [alpha] insane default of -mno-ieee instead of -mieee breaks many apps

2005-09-30 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > tags 330826 + patch Bug#330826: [alpha] insane default of -mno-ieee instead of -mieee breaks many apps There were no tags set. Tags added: patch > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system

Re: [alpha] insane default of -mno-ieee instead of -mieee breaks many apps

2005-09-30 Thread Falk Hueffner
tags 330826 + patch thanks Hi, actually, it wasn't patch's fault, but the problem was rather that the patch was generated with -u2, which is as good as "don't use any context at all", since by default patch ignores up to 2 lines of context, so the patch gets inserted at a random place. I've attac

[Bug target/24111] [3.4/4.0/4.1 regression] cannot handle identifiers with '$' character

2005-09-30 Thread rearnsha at gcc dot gnu dot org
--- Additional Comments From rearnsha at gcc dot gnu dot org 2005-09-30 16:12 --- ARM ports have never accepted $ in identifiers. So this isn't a regression. In fact, the only regression would be if they started doing so, since as Paul points out, they are reserved by the ABI. --

[Bug target/24111] [3.4/4.0/4.1 regression] cannot handle identifiers with '$' character

2005-09-30 Thread pbrook at gcc dot gnu dot org
--- Additional Comments From pbrook at gcc dot gnu dot org 2005-09-30 16:06 --- Identifiers containing dollar signs are reserved by ARM ELF, so allowing them by default is probably a bad idea. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24111 --- You are receiving this mail b

[Bug c/24140] [4.0 regression] ICE on duplicate definitions of an inline function

2005-09-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-30 11:46 --- *** This bug has been marked as a duplicate of 22052 *** -- What|Removed |Added

Re: [alpha] insane default of -mno-ieee instead of -mieee breaks many apps

2005-09-30 Thread Falk Hueffner
Matthias Klose <[EMAIL PROTECTED]> writes: >> > retitle -1 [alpha] insane default of -mno-ieee instead of -mieee breaks >> > many apps >> Bug#330826: inkscape does not start >> Changed Bug title. > > gcc-4.0 doesn't bootstrap with the patch making -mieee the > default. Falk, any news? The patch

[Bug c++/20133] [4.0/4.1 Regression] internal compiler error: in import_export_decl, at cp/decl2.c:1726

2005-09-30 Thread doko at debian dot org
-- What|Removed |Added CC||debian-gcc at lists dot ||debian dot org http://gcc.gnu.org/bug

Processed: gcc: submitted Debian report #327346 to gcc-gnats as PR 20133

2005-09-30 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > # submitted Debian report #327346 to gcc-gnats as PR 20133 > # http://gcc.gnu.org/PR20133 > forwarded 327346 http://gcc.gnu.org/PR20133 Bug#327346: g++-4.0: Internal compiler error in import_export_decl at cp/decl2.c:1741 Noted your statement that Bug

Processed: Re: Bug#329066:

2005-09-30 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > close 329066 4.0.2-1 Bug#329066: can no longer compile linux kernel 'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing. Bug marked as fixed in version 4.0.2-1, send any further explanations to Louis-David Mitterrand <[EMAIL PROTECT

Processed: Re: Processed: Re: snd_usb_audio unknown symbols

2005-09-30 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > close 329989 4.0.2-1 Bug#329989: snd_usb_audio unknown symbols 'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing. Bug marked as fixed in version 4.0.2-1, send any further explanations to dean gaudet <[EMAIL PROTECTED]> > thanks S

Bug#329989: Processed: Re: snd_usb_audio unknown symbols

2005-09-30 Thread Matthias Klose
close 329989 4.0.2-1 thanks Debian Bug Tracking System writes: > Processing commands for [EMAIL PROTECTED]: > > > reassign 329989 gcc-4.0 > Bug#329989: snd_usb_audio unknown symbols > Bug reassigned from package `linux-image-2.6.12-1-686-smp' to `gcc-4.0'. > > > severity 329989 important > Bug#3

Bug#329066:

2005-09-30 Thread Matthias Klose
close 329066 4.0.2-1 thanks [EMAIL PROTECTED] writes: > Package: gcc-4.0 > Version: 4.0.1-9 > > This is to report that the same error is occuring also with 4.0.1-9 > > > > when i "make modules_install" on a 2.6.13 kernel it gives many warnings > regarding snd-usb-audio such as: > > lib/module

[Bug c/24140] [4.0 regression] ICE on duplicate definitions of an inline function

2005-09-30 Thread doko at debian dot org
-- What|Removed |Added CC||debian-gcc at lists dot ||debian dot org http://gcc.gnu.org/bug

Processed: gcc: submitted Debian report #327301 to gcc-gnats as PR 24140

2005-09-30 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > # submitted Debian report #327301 to gcc-gnats as PR 24140 > # http://gcc.gnu.org/PR24140 > forwarded 327301 http://gcc.gnu.org/PR24140 Bug#327301: gcc ICE when duplicate definitions of an inline function are present Noted your statement that Bug has be