public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/40954]  New: gcc-4.4.1/s390: internal compiler error: Segmentation fault
@ 2009-08-03 20:47 debian-gcc at lists dot debian dot org
  2009-08-04 10:05 ` [Bug target/40954] " jakub at gcc dot gnu dot org
  2009-12-29 23:52 ` debian-gcc at lists dot debian dot org
  0 siblings, 2 replies; 3+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2009-08-03 20:47 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 974 bytes --]

[forwarded from http://bugs.debian.org/539713]

  Matthias

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.


-- 
           Summary: gcc-4.4.1/s390: internal compiler error: Segmentation
                    fault
           Product: gcc
           Version: 4.4.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: debian-gcc at lists dot debian dot org
GCC target triplet: s390-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40954


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug target/40954] gcc-4.4.1/s390: internal compiler error: Segmentation fault
  2009-08-03 20:47 [Bug target/40954] New: gcc-4.4.1/s390: internal compiler error: Segmentation fault debian-gcc at lists dot debian dot org
@ 2009-08-04 10:05 ` jakub at gcc dot gnu dot org
  2009-12-29 23:52 ` debian-gcc at lists dot debian dot org
  1 sibling, 0 replies; 3+ messages in thread
From: jakub at gcc dot gnu dot org @ 2009-08-04 10:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from jakub at gcc dot gnu dot org  2009-08-04 10:04 -------
Can't reproduce, at least not with a x86_64-linux -> s390x-linux cross.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40954


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug target/40954] gcc-4.4.1/s390: internal compiler error: Segmentation fault
  2009-08-03 20:47 [Bug target/40954] New: gcc-4.4.1/s390: internal compiler error: Segmentation fault debian-gcc at lists dot debian dot org
  2009-08-04 10:05 ` [Bug target/40954] " jakub at gcc dot gnu dot org
@ 2009-12-29 23:52 ` debian-gcc at lists dot debian dot org
  1 sibling, 0 replies; 3+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2009-12-29 23:52 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from debian-gcc at lists dot debian dot org  2009-12-29 23:51 -------
not reproducible anymore with 4.4.2 and current 4.5.0


-- 

debian-gcc at lists dot debian dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
      Known to work|                            |4.4.2 4.5.0
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40954


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-12-29 23:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-03 20:47 [Bug target/40954] New: gcc-4.4.1/s390: internal compiler error: Segmentation fault debian-gcc at lists dot debian dot org
2009-08-04 10:05 ` [Bug target/40954] " jakub at gcc dot gnu dot org
2009-12-29 23:52 ` debian-gcc at lists dot debian dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).