public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/9157] SEGV on bad java source
       [not found] <20030103095601.9157.green@localhost.localdomain>
@ 2004-10-10 20:09 ` timo dot lindfors at iki dot fi
  2005-01-30 14:25 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: timo dot lindfors at iki dot fi @ 2004-10-10 20:09 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From timo dot lindfors at iki dot fi  2004-10-10 20:09 -------
This one seems to be alive still,
$ gcj -C AddString.java
AddString.java: In class `AddString':
AddString.java: In method `AddString.add(int)':
AddString.java:6: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
$ gcj -v
Reading specs from
/home/lindi/installdir/installdir-gcc-20041009/lib/gcc/i686-pc-linux-gnu/4.0.0/specs
Reading specs from
/home/lindi/installdir/installdir-gcc-20041009/lib/gcc/i686-pc-linux-gnu/4.0.0/../../../libgcj.spec
rename spec lib to liborig
Configured with: ../configure
--prefix=/home/lindi/installdir/installdir-gcc-20041009
Thread model: posix
gcc version 4.0.0 20041009 (experimental)

-- 


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


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

* [Bug java/9157] SEGV on bad java source
       [not found] <20030103095601.9157.green@localhost.localdomain>
  2004-10-10 20:09 ` [Bug java/9157] SEGV on bad java source timo dot lindfors at iki dot fi
@ 2005-01-30 14:25 ` pinskia at gcc dot gnu dot org
  2005-01-31 14:45 ` rmathew at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-01-30 14:25 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-30 14:25 -------
*** Bug 19711 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |debian-gcc at lists dot
                   |                            |debian dot org


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


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

* [Bug java/9157] SEGV on bad java source
       [not found] <20030103095601.9157.green@localhost.localdomain>
  2004-10-10 20:09 ` [Bug java/9157] SEGV on bad java source timo dot lindfors at iki dot fi
  2005-01-30 14:25 ` pinskia at gcc dot gnu dot org
@ 2005-01-31 14:45 ` rmathew at gcc dot gnu dot org
  2005-02-01  2:37 ` cvs-commit at gcc dot gnu dot org
  2005-02-01  4:06 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 5+ messages in thread
From: rmathew at gcc dot gnu dot org @ 2005-01-31 14:45 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From rmathew at gcc dot gnu dot org  2005-01-31 14:45 -------
Proposed patch here:

http://gcc.gnu.org/ml/java-patches/2005-q1/msg00245.html

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch


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


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

* [Bug java/9157] SEGV on bad java source
       [not found] <20030103095601.9157.green@localhost.localdomain>
                   ` (2 preceding siblings ...)
  2005-01-31 14:45 ` rmathew at gcc dot gnu dot org
@ 2005-02-01  2:37 ` cvs-commit at gcc dot gnu dot org
  2005-02-01  4:06 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-02-01  2:37 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-02-01 02:37 -------
Subject: Bug 9157

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	rmathew@gcc.gnu.org	2005-02-01 02:36:36

Modified files:
	gcc/java       : ChangeLog parse.y 

Log message:
	PR java/9157
	* parse.y (build_string_concatenation): Remove redundant if.
	(patch_conditional_expr): Attempt to patch_string() the condition
	of a ?: as well, in addition to its other operands.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/ChangeLog.diff?cvsroot=gcc&r1=1.1537&r2=1.1538
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/parse.y.diff?cvsroot=gcc&r1=1.527&r2=1.528



-- 


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


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

* [Bug java/9157] SEGV on bad java source
       [not found] <20030103095601.9157.green@localhost.localdomain>
                   ` (3 preceding siblings ...)
  2005-02-01  2:37 ` cvs-commit at gcc dot gnu dot org
@ 2005-02-01  4:06 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-02-01  4:06 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-01 04:06 -------
Fixed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.0.0


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


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

end of thread, other threads:[~2005-02-01  4:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20030103095601.9157.green@localhost.localdomain>
2004-10-10 20:09 ` [Bug java/9157] SEGV on bad java source timo dot lindfors at iki dot fi
2005-01-30 14:25 ` pinskia at gcc dot gnu dot org
2005-01-31 14:45 ` rmathew at gcc dot gnu dot org
2005-02-01  2:37 ` cvs-commit at gcc dot gnu dot org
2005-02-01  4:06 ` pinskia 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).