public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/8923] gcj 3.2.1 - ICE when modifying a variable decleared "final static"
       [not found] <bug-8923-3770@http.gcc.gnu.org/bugzilla/>
  2006-01-08 15:24 ` [Bug java/8923] [3.4/4.0/4.1/4.2 Regression] ICE when modifying a variable decleared "final static" pinskia at gcc dot gnu dot org
@ 2006-01-08 15:24 ` pinskia at gcc dot gnu dot org
  2006-02-28 20:35 ` [Bug java/8923] [3.4/4.0/4.1/4.2 Regression] " mmitchel at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-01-08 15:24 UTC (permalink / raw)
  To: java-prs



------- Comment #5 from pinskia at gcc dot gnu dot org  2006-01-08 15:24 -------
*** Bug 25664 has been marked as a duplicate of this bug. ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kz447 at hszk dot bme dot hu


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


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

* [Bug java/8923] [3.4/4.0/4.1/4.2 Regression] ICE when modifying a variable decleared "final static"
       [not found] <bug-8923-3770@http.gcc.gnu.org/bugzilla/>
@ 2006-01-08 15:24 ` pinskia at gcc dot gnu dot org
  2006-01-08 15:24 ` [Bug java/8923] gcj 3.2.1 - " pinskia at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-01-08 15:24 UTC (permalink / raw)
  To: java-prs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|                            |3.3.3 3.4.0 4.0.0 4.1.0
      Known to work|                            |3.0.4
           Priority|P3                          |P5
            Summary|gcj 3.2.1 - ICE when        |[3.4/4.0/4.1/4.2 Regression]
                   |modifying a variable        |ICE when modifying a
                   |decleared "final static"    |variable decleared "final
                   |                            |static"
   Target Milestone|---                         |4.1.0


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


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

* [Bug java/8923] [3.4/4.0/4.1/4.2 Regression] ICE when modifying a variable decleared "final static"
       [not found] <bug-8923-3770@http.gcc.gnu.org/bugzilla/>
  2006-01-08 15:24 ` [Bug java/8923] [3.4/4.0/4.1/4.2 Regression] ICE when modifying a variable decleared "final static" pinskia at gcc dot gnu dot org
  2006-01-08 15:24 ` [Bug java/8923] gcj 3.2.1 - " pinskia at gcc dot gnu dot org
@ 2006-02-28 20:35 ` mmitchel at gcc dot gnu dot org
  2006-04-23 11:00 ` [Bug java/8923] [4.0/4.1/4.2 " debian-gcc at lists dot debian dot org
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2006-02-28 20:35 UTC (permalink / raw)
  To: java-prs



-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.1.0                       |4.1.1


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


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

* [Bug java/8923] [4.0/4.1/4.2 Regression] ICE when modifying a variable decleared "final static"
       [not found] <bug-8923-3770@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2006-02-28 20:35 ` [Bug java/8923] [3.4/4.0/4.1/4.2 Regression] " mmitchel at gcc dot gnu dot org
@ 2006-04-23 11:00 ` debian-gcc at lists dot debian dot org
  2006-05-25  2:42 ` mmitchel at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2006-04-23 11:00 UTC (permalink / raw)
  To: java-prs



------- Comment #6 from debian-gcc at lists dot debian dot org  2006-04-23 11:00 -------
test case from http://bugs.debian.org/351512

class gcjbug {
    public static void main (String [] p) {
        System.out.println(1++);
    }
}


-- 


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


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

* [Bug java/8923] [4.0/4.1/4.2 Regression] ICE when modifying a variable decleared "final static"
       [not found] <bug-8923-3770@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2006-04-23 11:00 ` [Bug java/8923] [4.0/4.1/4.2 " debian-gcc at lists dot debian dot org
@ 2006-05-25  2:42 ` mmitchel at gcc dot gnu dot org
  2006-07-27  7:06 ` simartin at users dot sourceforge dot net
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2006-05-25  2:42 UTC (permalink / raw)
  To: java-prs



------- Comment #7 from mmitchel at gcc dot gnu dot org  2006-05-25 02:35 -------
Will not be fixed in 4.1.1; adjust target milestone to 4.1.2.


-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.1.1                       |4.1.2


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


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

* [Bug java/8923] [4.0/4.1/4.2 Regression] ICE when modifying a variable decleared "final static"
       [not found] <bug-8923-3770@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2006-05-25  2:42 ` mmitchel at gcc dot gnu dot org
@ 2006-07-27  7:06 ` simartin at users dot sourceforge dot net
  2006-08-10 19:35 ` aph at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: simartin at users dot sourceforge dot net @ 2006-07-27  7:06 UTC (permalink / raw)
  To: java-prs



------- Comment #8 from simartin at users dot sourceforge dot net  2006-07-27 07:06 -------
I've posted a patch for the test case given in comment #6 here:
http://gcc.gnu.org/ml/gcc-patches/2006-07/msg01142.html


-- 

simartin at users dot sourceforge dot net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |simartin at users dot
                   |                            |sourceforge dot net


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


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

* [Bug java/8923] [4.0/4.1/4.2 Regression] ICE when modifying a variable decleared "final static"
       [not found] <bug-8923-3770@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2006-07-27  7:06 ` simartin at users dot sourceforge dot net
@ 2006-08-10 19:35 ` aph at gcc dot gnu dot org
  2006-08-10 22:02 ` [Bug java/8923] [4.0/4.1 " pinskia at gcc dot gnu dot org
  2007-01-09 20:45 ` tromey at gcc dot gnu dot org
  8 siblings, 0 replies; 9+ messages in thread
From: aph at gcc dot gnu dot org @ 2006-08-10 19:35 UTC (permalink / raw)
  To: java-prs



------- Comment #9 from aph at gcc dot gnu dot org  2006-08-10 19:35 -------
Subject: Bug 8923

Author: aph
Date: Thu Aug 10 19:35:07 2006
New Revision: 116069

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116069
Log:
2006-08-10  Simon Martin  <simartin@users.sourceforge.net>

        PR java/8923
        * parse.y (build_incdec): Emit an error instead of an ICE if '++'
        or '--' is used with a constant operand.
        (java_complete_lhs): When processing a '++' or '--' expression,
        don't call java_complete_tree but java_complete_lhs, so that a
        static final variable operand is never replaced by its value. This
        avoids an ICE later on.
        (patch_unaryop): Fixed typo in comment.


Modified:
    trunk/gcc/java/ChangeLog
    trunk/gcc/java/parse.y


-- 


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


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

* [Bug java/8923] [4.0/4.1 Regression] ICE when modifying a variable decleared "final static"
       [not found] <bug-8923-3770@http.gcc.gnu.org/bugzilla/>
                   ` (6 preceding siblings ...)
  2006-08-10 19:35 ` aph at gcc dot gnu dot org
@ 2006-08-10 22:02 ` pinskia at gcc dot gnu dot org
  2007-01-09 20:45 ` tromey at gcc dot gnu dot org
  8 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-08-10 22:02 UTC (permalink / raw)
  To: java-prs



------- Comment #10 from pinskia at gcc dot gnu dot org  2006-08-10 22:02 -------
Fixed on the mainline.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|3.0.4                       |3.0.4 4.2.0
            Summary|[4.0/4.1/4.2 Regression] ICE|[4.0/4.1 Regression] ICE
                   |when modifying a variable   |when modifying a variable
                   |decleared "final static"    |decleared "final static"


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


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

* [Bug java/8923] [4.0/4.1 Regression] ICE when modifying a variable decleared "final static"
       [not found] <bug-8923-3770@http.gcc.gnu.org/bugzilla/>
                   ` (7 preceding siblings ...)
  2006-08-10 22:02 ` [Bug java/8923] [4.0/4.1 " pinskia at gcc dot gnu dot org
@ 2007-01-09 20:45 ` tromey at gcc dot gnu dot org
  8 siblings, 0 replies; 9+ messages in thread
From: tromey at gcc dot gnu dot org @ 2007-01-09 20:45 UTC (permalink / raw)
  To: java-prs



------- Comment #11 from tromey at gcc dot gnu dot org  2007-01-09 20:44 -------
All gcj front end bugs have been fixed by the gcj-eclipse branch merge.
I'm mass-closing the affected PRs.
If you believe one of these was closed in error, please reopen it
with a note explaining why.
Thanks.


-- 

tromey at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2007-01-09 20:45 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-8923-3770@http.gcc.gnu.org/bugzilla/>
2006-01-08 15:24 ` [Bug java/8923] [3.4/4.0/4.1/4.2 Regression] ICE when modifying a variable decleared "final static" pinskia at gcc dot gnu dot org
2006-01-08 15:24 ` [Bug java/8923] gcj 3.2.1 - " pinskia at gcc dot gnu dot org
2006-02-28 20:35 ` [Bug java/8923] [3.4/4.0/4.1/4.2 Regression] " mmitchel at gcc dot gnu dot org
2006-04-23 11:00 ` [Bug java/8923] [4.0/4.1/4.2 " debian-gcc at lists dot debian dot org
2006-05-25  2:42 ` mmitchel at gcc dot gnu dot org
2006-07-27  7:06 ` simartin at users dot sourceforge dot net
2006-08-10 19:35 ` aph at gcc dot gnu dot org
2006-08-10 22:02 ` [Bug java/8923] [4.0/4.1 " pinskia at gcc dot gnu dot org
2007-01-09 20:45 ` tromey 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).