public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/41327]  New: [4.4 regression] ICE (segmentation fault) with -O3
@ 2009-09-10  9:34 debian-gcc at lists dot debian dot org
  2009-09-10  9:35 ` [Bug target/41327] " debian-gcc at lists dot debian dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2009-09-10  9:34 UTC (permalink / raw)
  To: gcc-bugs

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

seen with 4.4 branch 20090822 (biarch compiler defaulting to 31bit), not with
4.3 and trunk 20090821, the ICE can be avoided using -O2 instead of -O3.

$ gcc-4.4 -O3 -c Any3Byte.i
../../../src/share/native/sun/awt/../java2d/loops/Any3Byte.c: In function
‘Any3ByteSetSpans’:
../../../src/share/native/sun/awt/../java2d/loops/Any3Byte.c:73: 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.

No useful information in the backtrace.

  Matthias


-- 
           Summary: [4.4 regression] ICE (segmentation fault) with -O3
           Product: gcc
           Version: 4.4.2
            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=41327


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

* [Bug target/41327] [4.4 regression] ICE (segmentation fault) with -O3
  2009-09-10  9:34 [Bug target/41327] New: [4.4 regression] ICE (segmentation fault) with -O3 debian-gcc at lists dot debian dot org
@ 2009-09-10  9:35 ` debian-gcc at lists dot debian dot org
  2009-09-10  9:54 ` rguenth at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2009-09-10  9:35 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from debian-gcc at lists dot debian dot org  2009-09-10 09:35 -------
Created an attachment (id=18561)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18561&action=view)
preprocessed source


-- 


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


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

* [Bug target/41327] [4.4 regression] ICE (segmentation fault) with -O3
  2009-09-10  9:34 [Bug target/41327] New: [4.4 regression] ICE (segmentation fault) with -O3 debian-gcc at lists dot debian dot org
  2009-09-10  9:35 ` [Bug target/41327] " debian-gcc at lists dot debian dot org
@ 2009-09-10  9:54 ` rguenth at gcc dot gnu dot org
  2009-09-29 16:10 ` jakub at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-09-10  9:54 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.4.2


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


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

* [Bug target/41327] [4.4 regression] ICE (segmentation fault) with -O3
  2009-09-10  9:34 [Bug target/41327] New: [4.4 regression] ICE (segmentation fault) with -O3 debian-gcc at lists dot debian dot org
  2009-09-10  9:35 ` [Bug target/41327] " debian-gcc at lists dot debian dot org
  2009-09-10  9:54 ` rguenth at gcc dot gnu dot org
@ 2009-09-29 16:10 ` jakub at gcc dot gnu dot org
  2009-09-29 22:45 ` debian-gcc at lists dot debian dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: jakub at gcc dot gnu dot org @ 2009-09-29 16:10 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from jakub at gcc dot gnu dot org  2009-09-29 16:09 -------
Can't reproduce with x86_64-linux -> s390x-linux cross (-O3 -m31).


-- 


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


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

* [Bug target/41327] [4.4 regression] ICE (segmentation fault) with -O3
  2009-09-10  9:34 [Bug target/41327] New: [4.4 regression] ICE (segmentation fault) with -O3 debian-gcc at lists dot debian dot org
                   ` (2 preceding siblings ...)
  2009-09-29 16:10 ` jakub at gcc dot gnu dot org
@ 2009-09-29 22:45 ` debian-gcc at lists dot debian dot org
  2009-09-29 22:47 ` debian-gcc at lists dot debian dot org
  2009-09-29 22:49 ` debian-gcc at lists dot debian dot org
  5 siblings, 0 replies; 7+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2009-09-29 22:45 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from debian-gcc at lists dot debian dot org  2009-09-29 22:44 -------
confirmed:

https://buildd.debian.org/fetch.cgi?&pkg=gcc-snapshot&ver=20090923-1&arch=alpha&stamp=1253933048&file=log
https://buildd.debian.org/fetch.cgi?&pkg=gcj-4.4&ver=4.4.1-4&arch=alpha&stamp=1252769258&file=log

thanks!

although I see regression in the libffi testsuite on trunk

  Matthias


-- 


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


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

* [Bug target/41327] [4.4 regression] ICE (segmentation fault) with -O3
  2009-09-10  9:34 [Bug target/41327] New: [4.4 regression] ICE (segmentation fault) with -O3 debian-gcc at lists dot debian dot org
                   ` (3 preceding siblings ...)
  2009-09-29 22:45 ` debian-gcc at lists dot debian dot org
@ 2009-09-29 22:47 ` debian-gcc at lists dot debian dot org
  2009-09-29 22:49 ` debian-gcc at lists dot debian dot org
  5 siblings, 0 replies; 7+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2009-09-29 22:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from debian-gcc at lists dot debian dot org  2009-09-29 22:47 -------
sorry, the last comment should have gone to PR33263, I'll need to find the time
to recheck this issue.

  Matthias


-- 


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


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

* [Bug target/41327] [4.4 regression] ICE (segmentation fault) with -O3
  2009-09-10  9:34 [Bug target/41327] New: [4.4 regression] ICE (segmentation fault) with -O3 debian-gcc at lists dot debian dot org
                   ` (4 preceding siblings ...)
  2009-09-29 22:47 ` debian-gcc at lists dot debian dot org
@ 2009-09-29 22:49 ` debian-gcc at lists dot debian dot org
  5 siblings, 0 replies; 7+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2009-09-29 22:49 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from debian-gcc at lists dot debian dot org  2009-09-29 22:48 -------
fixed


-- 

debian-gcc at lists dot debian dot org changed:

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


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


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

end of thread, other threads:[~2009-09-29 22:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-10  9:34 [Bug target/41327] New: [4.4 regression] ICE (segmentation fault) with -O3 debian-gcc at lists dot debian dot org
2009-09-10  9:35 ` [Bug target/41327] " debian-gcc at lists dot debian dot org
2009-09-10  9:54 ` rguenth at gcc dot gnu dot org
2009-09-29 16:10 ` jakub at gcc dot gnu dot org
2009-09-29 22:45 ` debian-gcc at lists dot debian dot org
2009-09-29 22:47 ` debian-gcc at lists dot debian dot org
2009-09-29 22:49 ` 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).