public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/27754]  New: Stack overflow in gcj
@ 2006-05-24 11:56 aph at gcc dot gnu dot org
  2006-05-24 11:57 ` [Bug java/27754] " aph at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: aph at gcc dot gnu dot org @ 2006-05-24 11:56 UTC (permalink / raw)
  To: java-prs

Compile the attached file with

gcj -c -findirect-dispatch parser.class -O2

This compiles successfully with gcc 4.1, although it consumes a lot of memory.

With 4.2 it fails with a stack overflow.


-- 
           Summary: Stack overflow in gcj
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: java
        AssignedTo: aph at gcc dot gnu dot org
        ReportedBy: aph at gcc dot gnu dot org
 GCC build triplet: x86_64-unknown-linux-gnu
  GCC host triplet: x86_64-unknown-linux-gnu
GCC target triplet: x86_64-unknown-linux-gnu


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


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

* [Bug java/27754] Stack overflow in gcj
  2006-05-24 11:56 [Bug java/27754] New: Stack overflow in gcj aph at gcc dot gnu dot org
@ 2006-05-24 11:57 ` aph at gcc dot gnu dot org
  2006-05-24 13:38 ` tromey at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: aph at gcc dot gnu dot org @ 2006-05-24 11:57 UTC (permalink / raw)
  To: java-prs



------- Comment #1 from aph at gcc dot gnu dot org  2006-05-24 11:57 -------
Created an attachment (id=11503)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11503&action=view)
Test case


-- 


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


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

* [Bug java/27754] Stack overflow in gcj
  2006-05-24 11:56 [Bug java/27754] New: Stack overflow in gcj aph at gcc dot gnu dot org
  2006-05-24 11:57 ` [Bug java/27754] " aph at gcc dot gnu dot org
@ 2006-05-24 13:38 ` tromey at gcc dot gnu dot org
  2006-05-24 14:31 ` aph at gcc dot gnu dot org
  2006-08-28 16:55 ` aph at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: tromey at gcc dot gnu dot org @ 2006-05-24 13:38 UTC (permalink / raw)
  To: java-prs



------- Comment #2 from tromey at gcc dot gnu dot org  2006-05-24 13:38 -------
Method name:"<clinit>" static Signature: 70=()void
Attribute "Code", length:58278, max_stack:7, max_locals:0, code_length:58266


Nice -- don't recall seeing a function that long before outside of jacks.


-- 

tromey at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tromey at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-05-24 13:38:14
               date|                            |


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


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

* [Bug java/27754] Stack overflow in gcj
  2006-05-24 11:56 [Bug java/27754] New: Stack overflow in gcj aph at gcc dot gnu dot org
  2006-05-24 11:57 ` [Bug java/27754] " aph at gcc dot gnu dot org
  2006-05-24 13:38 ` tromey at gcc dot gnu dot org
@ 2006-05-24 14:31 ` aph at gcc dot gnu dot org
  2006-08-28 16:55 ` aph at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: aph at gcc dot gnu dot org @ 2006-05-24 14:31 UTC (permalink / raw)
  To: java-prs



------- Comment #3 from aph at gcc dot gnu dot org  2006-05-24 14:31 -------
Subject: Bug 27754

Author: aph
Date: Wed May 24 14:31:23 2006
New Revision: 114043

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114043
Log:
2006-05-24  Andrew Haley  <aph@redhat.com>

        PR java/27754
        * decl.c (java_add_stmt): Use a STATEMENT_LIST rather than a
        COMPOUND_EXPR.


Modified:
    trunk/gcc/java/ChangeLog


-- 


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


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

* [Bug java/27754] Stack overflow in gcj
  2006-05-24 11:56 [Bug java/27754] New: Stack overflow in gcj aph at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2006-05-24 14:31 ` aph at gcc dot gnu dot org
@ 2006-08-28 16:55 ` aph at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: aph at gcc dot gnu dot org @ 2006-08-28 16:55 UTC (permalink / raw)
  To: java-prs



------- Comment #4 from aph at gcc dot gnu dot org  2006-08-28 16:55 -------
.


-- 

aph at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2006-08-28 16:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-24 11:56 [Bug java/27754] New: Stack overflow in gcj aph at gcc dot gnu dot org
2006-05-24 11:57 ` [Bug java/27754] " aph at gcc dot gnu dot org
2006-05-24 13:38 ` tromey at gcc dot gnu dot org
2006-05-24 14:31 ` aph at gcc dot gnu dot org
2006-08-28 16:55 ` aph 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).