public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/23832] New: libjava build failure on sh64
@ 2005-09-12 11:29 kkojima at gcc dot gnu dot org
  2005-09-13 20:17 ` [Bug target/23832] " pinskia at gcc dot gnu dot org
  0 siblings, 1 reply; 4+ messages in thread
From: kkojima at gcc dot gnu dot org @ 2005-09-12 11:29 UTC (permalink / raw)
  To: gcc-bugs

libjava build on sh64-uknown-linux-gnu fails with:

/ext3/suzaku/home/kkojima/xsh-gcc/gcc/gcj
-B/ext3/suzaku/home/kkojima/xsh-gcc/sh64-unknown-linux-gnu/libjava/
-B/ext3/suzaku/home/kkojima/xsh-gcc/gcc/ -mieee -fclasspath=
-fbootclasspath=/ext3/suzaku/home/kkojima/xsh-gcc/sh64-unknown-linux-gnu/libjava/classpath/lib
--encoding=UTF-8 -Wno-deprecated -fbootstrap-classes -g -O2 -c -MT
javax/swing/plaf/basic.lo -MD -MP -MF javax/swing/plaf/basic.deps
@javax/swing/plaf/basic.list -fPIC -o javax/swing/plaf/.libs/basic.o
../../../LOCAL/gcc/libjava/classpath/javax/swing/plaf/basic/BasicTabbedPaneUI.java:
In class 'javax.swing.plaf.basic.BasicTabbedPaneUI$TabbedPaneLayout':
../../../LOCAL/gcc/libjava/classpath/javax/swing/plaf/basic/BasicTabbedPaneUI.java:
In method
'javax.swing.plaf.basic.BasicTabbedPaneUI$TabbedPaneLayout.calculateSize(boolean)':
../../../LOCAL/gcc/libjava/classpath/javax/swing/plaf/basic/BasicTabbedPaneUI.java:214:
internal compiler error: Segmentation fault

It started to fail at 20050827 and the segfault occurs in insn-recog.c
at the code like

     ...
     tem = peep2_next_insn (2);
     x1 = PATTERN (tem);
     ...

where peep2_next_insn returns (pc) which is the PEEP2_EOB marker.

-- 
           Summary: libjava build failure on sh64
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code, build
          Severity: normal
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: kkojima at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: sh64-unknown-linux-gnu


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


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

* [Bug target/23832] libjava build failure on sh64
  2005-09-12 11:29 [Bug target/23832] New: libjava build failure on sh64 kkojima at gcc dot gnu dot org
@ 2005-09-13 20:17 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-09-13 20:17 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  GCC build triplet|i686-pc-linux-gnu           |
   GCC host triplet|i686-pc-linux-gnu           |
 GCC target triplet|sh64-unknown-linux-gnu      |sh64-*-linux-gnu


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


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

* [Bug target/23832] libjava build failure on sh64
       [not found] <bug-23832-5208@http.gcc.gnu.org/bugzilla/>
  2005-10-23 21:15 ` cvs-commit at gcc dot gnu dot org
@ 2007-04-27  0:26 ` kkojima at gcc dot gnu dot org
  1 sibling, 0 replies; 4+ messages in thread
From: kkojima at gcc dot gnu dot org @ 2007-04-27  0:26 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from kkojima at gcc dot gnu dot org  2007-04-27 01:26 -------
Fixed.  Sorry for forgetting to close this.


-- 

kkojima at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED


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


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

* [Bug target/23832] libjava build failure on sh64
       [not found] <bug-23832-5208@http.gcc.gnu.org/bugzilla/>
@ 2005-10-23 21:15 ` cvs-commit at gcc dot gnu dot org
  2007-04-27  0:26 ` kkojima at gcc dot gnu dot org
  1 sibling, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-10-23 21:15 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from cvs-commit at gcc dot gnu dot org  2005-10-23 21:15 -------
Subject: Bug 23832

CVSROOT:        /cvs/gcc
Module name:    gcc
Changes by:     kkojima@gcc.gnu.org     2005-10-23 21:15:18

Modified files:
        gcc            : ChangeLog recog.c 

Log message:
        PR target/23832
        * recog.c (peephole2_optimize): Increment peep2_current_count
        only when the slot is empty.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.10204&r2=2.10205
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/recog.c.diff?cvsroot=gcc&r1=1.227&r2=1.228


-- 


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


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

end of thread, other threads:[~2007-04-27  0:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-12 11:29 [Bug target/23832] New: libjava build failure on sh64 kkojima at gcc dot gnu dot org
2005-09-13 20:17 ` [Bug target/23832] " pinskia at gcc dot gnu dot org
     [not found] <bug-23832-5208@http.gcc.gnu.org/bugzilla/>
2005-10-23 21:15 ` cvs-commit at gcc dot gnu dot org
2007-04-27  0:26 ` kkojima at gcc dot gnu 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).