[Bug java/31622] Segment violation in the #8220;toString#8221; method on a mathematical expression

2007-04-25 Thread eduardo dot iniesta at aquiline dot es
--- Comment #7 from eduardo dot iniesta at aquiline dot es 2007-04-25 13:26 --- Thank you very much, Tom. I have updated GCC 4.3.0. Everything is well. (In reply to comment #6) Ok. You are running a version of gcj 4.3 from *before* the gcj-eclipse merge. So, this is correctly

[Bug java/31622] Segment violation in the #8220;toString#8221; method on a mathematical expression

2007-04-23 Thread eduardo dot iniesta at aquiline dot es
--- Comment #5 from eduardo dot iniesta at aquiline dot es 2007-04-23 07:53 --- (In reply to comment #4) Please post the output of running gcj -C -v Fail.java Thanks. The output of running gcj -C -v Fail.java is: $ gcj -C -v Fail.java salida_compila.txt Usando especificaciones

[Bug java/31622] Segment violation in the #8220;toString#8221; method on a mathematical expression

2007-04-23 Thread tromey at gcc dot gnu dot org
--- Comment #6 from tromey at gcc dot gnu dot org 2007-04-23 17:24 --- Ok. You are running a version of gcj 4.3 from *before* the gcj-eclipse merge. So, this is correctly marked as a duplicate. If you update and rebuild, and follow the new instructions vis a vis ecj1, you will get a

[Bug java/31622] Segment violation in the #8220;toString#8221; method on a mathematical expression

2007-04-20 Thread tromey at gcc dot gnu dot org
--- Comment #4 from tromey at gcc dot gnu dot org 2007-04-20 17:39 --- Please post the output of running gcj -C -v Fail.java Thanks. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31622

[Bug java/31622] Segment violation in the #8220;toString#8221; method on a mathematical expression

2007-04-19 Thread eduardo dot iniesta at aquiline dot es
--- Comment #3 from eduardo dot iniesta at aquiline dot es 2007-04-19 17:39 --- (In reply to comment #1) Thanks... The exact version is: $ gcj --version gcj (GCC) 4.3.0 20061212 (experimental) ... Are you sure you are using gcj 4.3? I see a SEGV with 4.1 and 4.2. But with 4.3

[Bug java/31622] Segment violation in the #8220;toString#8221; method on a mathematical expression

2007-04-18 Thread tromey at gcc dot gnu dot org
--- Comment #1 from tromey at gcc dot gnu dot org 2007-04-18 18:12 --- Are you sure you are using gcj 4.3? I see a SEGV with 4.1 and 4.2. But with 4.3 I see an error: opsy. gcj -C Fail.java Fail.java:5: error: Cannot invoke toString() on the primitive type long

[Bug java/31622] Segment violation in the #8220;toString#8221; method on a mathematical expression

2007-04-18 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2007-04-19 02:27 --- This is the same problem as referenced in PR 27442. *** This bug has been marked as a duplicate of 27442 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added