[Bug java/28979] GCJ errors out when compiling .class files produced by Scala 2.1.8

2006-09-12 Thread tromey at gcc dot gnu dot org
--- Comment #6 from tromey at gcc dot gnu dot org 2006-09-12 16:09 --- This is fixed in svn head. Part was fixed by the mangling change, which we can't backport to 4.1. The other part was fixed when the PR 28892 fix went in today. I didn't let it try to compute the 1000th number but t

[Bug java/28979] GCJ errors out when compiling .class files produced by Scala 2.1.8

2006-09-08 Thread vnasardinov at gmail dot com
--- Comment #5 from vnasardinov at gmail dot com 2006-09-09 01:05 --- PR 28892 reminded me that I had forgotten to mention one thing. The attached program (attachment 12208) runs fine under gij. To be more precise, it does more or less the same thing it does under Sun's JDK. Under Sun

[Bug java/28979] GCJ errors out when compiling .class files produced by Scala 2.1.8

2006-09-08 Thread tromey at gcc dot gnu dot org
--- Comment #4 from tromey at gcc dot gnu dot org 2006-09-08 19:34 --- Also see PR 28892 -- tromey at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|

[Bug java/28979] GCJ errors out when compiling .class files produced by Scala 2.1.8

2006-09-07 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-09-08 00:37 --- I bet this was fixed in 4.2.0 with the ABI changing patch which changed the ABI to also include the return type. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added