public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/13824] New: gcj SEGV with simple .java program
@ 2004-01-23  2:48 tromey at gcc dot gnu dot org
  2004-01-23  3:00 ` [Bug java/13824] [3.3/3.4/3.5 Regression] " pinskia at gcc dot gnu dot org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: tromey at gcc dot gnu dot org @ 2004-01-23  2:48 UTC (permalink / raw)
  To: gcc-bugs

public class pr13107_3
{
  public static void main(String[] args)
  {
    for (int i = 0; i < 1; i++)
      {
	try {
	  System.out.println(i);
	}
	finally {
	  if (i == 3)
	    continue;
	}
      }
  }
}


This will be in the libgcj test suite shortly.
This fails with a SEGV when compiled to native with "-c -O3".
It correctly compiles to bytecode.

-- 
           Summary: gcj SEGV with simple .java program
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: tromey at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


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

end of thread, other threads:[~2004-01-29 19:02 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-23  2:48 [Bug java/13824] New: gcj SEGV with simple .java program tromey at gcc dot gnu dot org
2004-01-23  3:00 ` [Bug java/13824] [3.3/3.4/3.5 Regression] " pinskia at gcc dot gnu dot org
2004-01-25 22:21 ` roger at eyesopen dot com
2004-01-29 13:13 ` gdr at gcc dot gnu dot org
2004-01-29 17:13 ` cvs-commit at gcc dot gnu dot org
2004-01-29 18:24 ` cvs-commit at gcc dot gnu dot org
2004-01-29 18:32 ` [Bug java/13824] [3.3 " pinskia at gcc dot gnu dot org
2004-01-29 18:58 ` cvs-commit at gcc dot gnu dot org
2004-01-29 19:02 ` 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).