Bug#539713: marked as done (gcc-4.4/s390: internal compiler error: Segmentation fault)

2009-12-29 Thread Debian Bug Tracking System
Your message dated Wed, 30 Dec 2009 00:50:43 +0100 with message-id <4b3a95d3.8090...@debian.org> and subject line Re: gcc-4.4/s390: internal compiler error: Segmentation fault has caused the Debian Bug report #539713, regarding gcc-4.4/s390: internal compiler error: Segmentation fault to be

Bug#539713: gcc-4.4/s390: internal compiler error: Segmentation fault

2009-08-03 Thread Aurelien Jarno
Package: gcc-4.4 Version: 4.4.1-1 Severity: important The following code triggers an ice on s390 with -m64: | void wmemset (int *s, int c, int n) | { |  register int *wp = s; | while (n >= 4) | { |  wp[0] = c; | wp[1] = c; |  wp[2] = c; |  wp[3] = c; | wp += 4; |

Re: gcc-4.4/s390: internal compiler error: Segmentation fault

2009-08-03 Thread Aurelien Jarno
On Mon, Aug 03, 2009 at 09:40:10AM +0200, Aurelien Jarno wrote: > Package: gcc-4.4 > Version: 4.4.1-1 > Severity: important > > The following code triggers an ice on s390 with -m64: > > | void wmemset (int *s, int c, int n) > | { > |  register int *wp = s; > | while (n >= 4) > | { > |