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 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 ow...@bugs.debian.org
immediately.)


-- 
539713: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=539713
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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 ---
Version: 4.4.2-3

can't reproduce anymore with 4.4 and 4.5


--- End Message ---

Reply via email to