[Bug target/13634] [3.3 regression] ICE in emit_move_insn_1

2004-01-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-01-10 04:17 --- *** Bug 13516 has been marked as a duplicate of this bug. *** -- What|Removed |Added

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

2004-01-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-01-10 04:17 --- This is a dup of bug 13634 which has a simple testcase. *** This bug has been marked as a duplicate of 13634 *** -- What|Removed |Added -

IEEE Floating Point on Alpha

2004-01-09 Thread Tyson Whitehead
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I did some more GCC hacking over the holidays and think I've got good news for everyone. Here's the just of the latest Alpha GCC IEEE patch (which is even smaller than the original *grin*): 1) Removes -mno-ieee. 2) Causes the compiler to turn on

Bug#226975: gcc-3.3: Does not report version number

2004-01-09 Thread Phil Edwards
close 226975 thanks On Fri, Jan 09, 2004 at 12:51:42PM -0500, David A. Bandel wrote: > Package: gcc-3.3 > Version: 1:3.3.2-4 > Severity: normal > > Software that depends on versioning information from GCC doesn't work: Funny, the rest of the world gets it just fine... > [EMAIL PROTECTED]:~$ o

Bug#226952: gcc-3.3: -Wconversion is annoying

2004-01-09 Thread David N. Welton
Package: gcc-3.3 Version: 1:3.3.2-4 Severity: minor Hi, Given the code: #include void foo8(unsigned char); void foo8(unsigned char q) { printf("Quant8: 0x%X\n", q); } int main (void) { int i; i = 0x12; foo8( (unsigned char)i ); return 0; } Compiling it like so: @ashl

Bug#226975: gcc-3.3: Does not report version number

2004-01-09 Thread David A. Bandel
Package: gcc-3.3 Version: 1:3.3.2-4 Severity: normal Software that depends on versioning information from GCC doesn't work: [EMAIL PROTECTED]:~$ openoffice OpenOffice.org for Debian - see /usr/share/doc/openoffice.org/README.Debian.gz running openoffice.org setup... /usr/lib/openoffice/program/set

specific order of template specialization causes ICE

2004-01-09 Thread jhbrown
>Submitter-Id: net >Originator:Jeremy H. Brown >Organization: Bluefin Robotics Corp. >Confidential: no >Synopsis: specific order of template specialization causes ICE >Severity: serious >Priority: low >Category: c++ >Class: ice-on-legal-code >Release: 3.3.2

Bug#225039: can't build pine-4.58 on sparc; "incompatible ssl libraries" (fwd)

2004-01-09 Thread Santiago Vila
On Fri, 9 Jan 2004, Matthias Klose wrote: > reassign 225039 pine > thanks > > It's not a bug. By default it is trying to build 64-bit, so it isn't > working. > > Either prepend "sparc32" to the command, or touch /etc/disable_64_gcc. I don't fully understand, could you please elaborate? Why shoul

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

2004-01-09 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2004-01-09 16:57 --- Not yet. -- What|Removed |Added Status|RESOLVED|REOPENED

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

2004-01-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-01-09 16:52 --- Fixed also for 3.3.3. -- What|Removed |Added Target Milestone|3.4.0

Bug#225039: can't build pine-4.58 on sparc; "incompatible ssl libraries" (fwd)

2004-01-09 Thread Matthias Klose
reassign 225039 pine thanks It's not a bug. By default it is trying to build 64-bit, so it isn't working. Either prepend "sparc32" to the command, or touch /etc/disable_64_gcc. Santiago Vila writes: > reassign 225039 gcc-defaults > thanks > > The submitter has confirmed that this problem g

Processed: Re: Bug#225039: can't build pine-4.58 on sparc; "incompatible ssl libraries" (fwd)

2004-01-09 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > reassign 225039 pine Bug#225039: can't build pine-4.58 on sparc; "incompatible ssl libraries" Bug reassigned from package `gcc-defaults' to `pine'. > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking syste

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

2004-01-09 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-01-09 14:26 --- Subject: Bug 12441 CVSROOT:/cvs/gcc Module name:gcc Branch: hammer-3_3-branch Changes by: [EMAIL PROTECTED] 2004-01-09 14:26:56 Modified files: gcc: Cha