public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/32774]  New: GCJ dumps core when semicolon placed to wrong place (x86, arm_le)
@ 2007-07-16  9:12 cyberflex at mail dot ru
  2007-07-16  9:14 ` [Bug java/32774] " pinskia at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: cyberflex at mail dot ru @ 2007-07-16  9:12 UTC (permalink / raw)
  To: java-prs

This code makes GCJ-4.1 core dump because of presence
unneeded (or incorrect) ";" symbol after the method definition
close brace:

interface MyInterface {
public Object dumpGCJCoreAtCompilation();
}

class MyClass implements MyInterface{

public Object dumpGCJCoreAtCompilation(){return null;};


}


This code compiled fine:

class MyClass {

public Object dumpGCJCoreAtCompilation(){return null;}


}


-- 
           Summary: GCJ dumps core when semicolon placed to wrong place
                    (x86, arm_le)
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: cyberflex at mail dot ru


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


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

* [Bug java/32774] GCJ dumps core when semicolon placed to wrong place (x86, arm_le)
  2007-07-16  9:12 [Bug java/32774] New: GCJ dumps core when semicolon placed to wrong place (x86, arm_le) cyberflex at mail dot ru
@ 2007-07-16  9:14 ` pinskia at gcc dot gnu dot org
  2007-07-16  9:42 ` cyberflex at mail dot ru
  2007-07-24 14:31 ` tromey at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-07-16  9:14 UTC (permalink / raw)
  To: java-prs



------- Comment #1 from pinskia at gcc dot gnu dot org  2007-07-16 09:14 -------
I think this was fixed in 4.3 by using the Eclipse source compiler.


-- 


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


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

* [Bug java/32774] GCJ dumps core when semicolon placed to wrong place (x86, arm_le)
  2007-07-16  9:12 [Bug java/32774] New: GCJ dumps core when semicolon placed to wrong place (x86, arm_le) cyberflex at mail dot ru
  2007-07-16  9:14 ` [Bug java/32774] " pinskia at gcc dot gnu dot org
@ 2007-07-16  9:42 ` cyberflex at mail dot ru
  2007-07-24 14:31 ` tromey at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: cyberflex at mail dot ru @ 2007-07-16  9:42 UTC (permalink / raw)
  To: java-prs



------- Comment #2 from cyberflex at mail dot ru  2007-07-16 09:42 -------
(In reply to comment #1)
> I think this was fixed in 4.3 by using the Eclipse source compiler.
> 

Well, thnks.
This just need to be verified.


-- 


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


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

* [Bug java/32774] GCJ dumps core when semicolon placed to wrong place (x86, arm_le)
  2007-07-16  9:12 [Bug java/32774] New: GCJ dumps core when semicolon placed to wrong place (x86, arm_le) cyberflex at mail dot ru
  2007-07-16  9:14 ` [Bug java/32774] " pinskia at gcc dot gnu dot org
  2007-07-16  9:42 ` cyberflex at mail dot ru
@ 2007-07-24 14:31 ` tromey at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: tromey at gcc dot gnu dot org @ 2007-07-24 14:31 UTC (permalink / raw)
  To: java-prs



------- Comment #3 from tromey at gcc dot gnu dot org  2007-07-24 14:31 -------
Fixed in 4.3.


-- 

tromey at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2007-07-24 14:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-16  9:12 [Bug java/32774] New: GCJ dumps core when semicolon placed to wrong place (x86, arm_le) cyberflex at mail dot ru
2007-07-16  9:14 ` [Bug java/32774] " pinskia at gcc dot gnu dot org
2007-07-16  9:42 ` cyberflex at mail dot ru
2007-07-24 14:31 ` 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).