public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/31622]  New: Segment violation in the “toString” method on a mathematical expression
@ 2007-04-18 15:13 eduardo dot iniesta at aquiline dot es
  2007-04-18 17:12 ` [Bug java/31622] " tromey at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: eduardo dot iniesta at aquiline dot es @ 2007-04-18 15:13 UTC (permalink / raw)
  To: java-prs

CONTEXT:

- GCC version: 4.3.0.
- Front end: gcj.
- Operating System: Linux Debian, kernel 2.6.17-2-686.
- Hardware: CPU Intel Pentium 4 Xeon, 3 GHz, 16 KB cache L1, 2 MB cache L2.
RAM: 1 GB.

There is a segment violation error when compiling the following code:

public class Fail
{
    public static void main(String args[]) {
        long a=5, b=2, r;
        r=(a-b).toString();
    }
}

The line number 5, r=(a-b).toString();, causes a segment violation during the
compilation:

gcj -C -Wall Fail.java


-- 
           Summary: Segment violation in the “toString” method
                    on a mathematical expression
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: eduardo dot iniesta at aquiline dot es
 GCC build triplet: i486-linux-gnu
  GCC host triplet: Intel Pentium 4 Xeon
GCC target triplet: i486-linux-gnu


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


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

end of thread, other threads:[~2007-04-25 12:26 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-18 15:13 [Bug java/31622] New: Segment violation in the “toString” method on a mathematical expression eduardo dot iniesta at aquiline dot es
2007-04-18 17:12 ` [Bug java/31622] " tromey at gcc dot gnu dot org
2007-04-19  1:27 ` pinskia at gcc dot gnu dot org
2007-04-19 16:39 ` eduardo dot iniesta at aquiline dot es
2007-04-20 16:39 ` tromey at gcc dot gnu dot org
2007-04-23  6:53 ` eduardo dot iniesta at aquiline dot es
2007-04-23 16:24 ` tromey at gcc dot gnu dot org
2007-04-25 12:26 ` eduardo dot iniesta at aquiline dot es

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