public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: java/4693: ICE in check_final_variable_indirect_assignment()
@ 2002-01-20 17:22 bryce
  0 siblings, 0 replies; 2+ messages in thread
From: bryce @ 2002-01-20 17:22 UTC (permalink / raw)
  To: apbianco, apbianco, tromey, rodrigc, bryce, gcc-bugs, gcc-prs, java-prs

Synopsis: ICE in check_final_variable_indirect_assignment()

State-Changed-From-To: feedback->closed
State-Changed-By: bryce
State-Changed-When: Sun Jan 20 17:22:19 2002
State-Changed-Why:
    Fixed.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=4693


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

* java/4693: ICE in check_final_variable_indirect_assignment()
@ 2001-10-25 20:06 bryce
  0 siblings, 0 replies; 2+ messages in thread
From: bryce @ 2001-10-25 20:06 UTC (permalink / raw)
  To: gcc-gnats

>Number:         4693
>Category:       java
>Synopsis:       ICE in check_final_variable_indirect_assignment()
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Oct 25 20:06:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Bryce McKinlay
>Release:        trunk
>Organization:
>Environment:
in flux
>Description:
The test case below is distilled from the latest TreeMap code in classpath.
>How-To-Repeat:
// CheckFinalCrash.java:16: Internal compiler error in check_final_variable_indirect_assignment, at java/parse.y:12655

class X
{
  Object o()
  {
    return null;
  }
}

public class CheckFinalCrash
{
  final Object comparator;

  public CheckFinalCrash(Object o)
  {
    comparator = o;
  }

  public CheckFinalCrash(X x)
  {
    this(x.o());
  }
}
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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

end of thread, other threads:[~2002-01-21  1:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-20 17:22 java/4693: ICE in check_final_variable_indirect_assignment() bryce
  -- strict thread matches above, loose matches on Subject: below --
2001-10-25 20:06 bryce

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).