Your message dated Wed, 30 Dec 2009 00:50:43 +0100 with message-id <4B3A95D3.8090504@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 marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner@bugs.debian.org immediately.) -- 539713: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=539713 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: gcc-4.4/s390: internal compiler error: Segmentation fault
- From: Aurelien Jarno <aurel32@debian.org>
- Date: Mon, 03 Aug 2009 09:40:10 +0200
- Message-id: <20090803074010.25888.17715.reportbug@volta.aurel32.net>
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; | n -= 4; | } | } | $ gcc-4.4 -m64 -O3 -c testcase.i | testcase.i: In function ‘wmemset’: | testcase.i:1: internal compiler error: Segmentation fault | Please submit a full bug report, | with preprocessed source if appropriate. | See <file:///usr/share/doc/gcc-4.4/README.Bugs> for instructions. -- System Information: Debian Release: 5.0 APT prefers unstable APT policy: (500, 'unstable') Architecture: s390 Kernel: Linux 2.6.26-2-s390x Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash
--- End Message ---
--- Begin Message ---
- To: 539713-done@bugs.debian.org
- Subject: Re: gcc-4.4/s390: internal compiler error: Segmentation fault
- From: Matthias Klose <doko@debian.org>
- Date: Wed, 30 Dec 2009 00:50:43 +0100
- Message-id: <4B3A95D3.8090504@debian.org>
Version: 4.4.2-3 can't reproduce anymore with 4.4 and 4.5
--- End Message ---