[fpc-devel] Internal error 2011090501

2011-11-06 Thread Leonardo M . Ramé
I get "Internal error 2011090501" when trying to specialize this class:   TBlob = class   private     FxMin: Integer;     FxMax: Integer;     FyMin: Integer;     FyMax: Integer;     FMass: Integer;   public     constructor create( xMin, xMax, yMin, yMax, Mass: Integer);     property xMin: Integer

[fpc-devel] Updated FPC JVM snapshot

2011-11-06 Thread Jonas Maebe
Hi, I've put a new FPC JVM snapshot online (corresponding to svn r19598 of the jvmbackend branch), linked from http://wiki.freepascal.org/FPC_JVM Changes since the previous snapshot include: * the compiler will now implicitly convert between all Pascal string types and JLString (java.lang.Strin