[Bug optimization/11319] [3.3/3.4 regression] loop miscompiled on ppc32

2003-09-07 Thread wilson at gcc dot gnu dot org
PLEASE REPLY TO [EMAIL PROTECTED] ONLY, *NOT* [EMAIL PROTECTED] http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11319 --- Additional Comments From wilson at gcc dot gnu dot org 2003-09-07 05:35 --- The bug has been fixed by the alias.c patch. However, there were questions raised about

Processed: Moved.

2003-09-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: submitter 180853 ! Bug#180853: Code within #if/#endif incorrectly highlighted Changed Bug submitter from Bart Samwel [EMAIL PROTECTED] to Bart Samwel [EMAIL PROTECTED]. submitter 180856 ! Bug#180856: Build command not run in file's directory Changed

nearbyint returns always 895

2003-09-07 Thread sk
Submitter-Id: net Originator:Stefan Karrmann Organization: Confidential: no Synopsis: nearbyint returns always 895 Severity: serious Priority: medium Category: c Class: wrong-code Release: 3.0.3 (Debian testing/unstable) Environment: System: Linux johann

Re: Bug#204654: glibc 2.3.2-2 breaks apache on ia64

2003-09-07 Thread Matthew Wilcox
On Sat, Aug 09, 2003 at 03:32:12PM +0900, GOTO Masanori wrote: At Sat, 9 Aug 2003 02:52:01 +0100, Matthew Wilcox wrote: [EMAIL PROTECTED]:~$ sudo /etc/init.d/apache start Starting web server: apache/etc/init.d/apache: line 70: 29184 Segmentation fault start-stop-daemon --start

Processed: per the last message to the bug...

2003-09-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: retitle 204654 gcc 3.3.2 breaks apache on ia64 Bug#204654: glibc 2.3.2-2 breaks apache on ia64 Changed Bug title. reassign 204654 gcc-3.3 Bug#204654: gcc 3.3.2 breaks apache on ia64 Bug reassigned from package `libc6.1' to `gcc-3.3'. -- Stopping

Processed: ...

2003-09-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: retitle 208717 gcc-3.3_1:3.3.2ds1-0pre2(unstable/ia64,alpha): FTBFS: ICE at src/gcc/p/rts/rtsc.pas:60 Bug#208717: gcc-3.3_1:3.3.2ds1-0pre2(unstable/ia64): FTBFS: ICE Changed Bug title. -- Stopping processing here. Please contact me if you need

Processed: oops

2003-09-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: retitle 204654 gcc 3.3.1 breaks apache on ia64 Bug#204654: gcc 3.3.2 breaks apache on ia64 Changed Bug title. -- Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs

Bug#209152: gcc-3.3: Large array problem on 64 bit platforms

2003-09-07 Thread Ian Wienand
Package: gcc-3.3 Version: 1:3.3.2-0pre1 Severity: normal Try this simple test program on IA64 --- test.c --- #define SZ (1L32) char x[SZ]; char