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
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;
|
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)
> | {
> |
3 matches
Mail list logo