Re: [fpc-devel] Scalar value is accepted as an argument for an open array parameter

2012-06-07 Thread Sven Barth
Am 08.06.2012 08:18, schrieb Alexander Klenin: The following code compiles both with : procedure F(const A: array of ShortInt); begin end; begin F(1); end. I think this is a bug in FPC, but if not -- it should be documented here: http://freepascal.org/docs-html/ref/refsu59.html#x157-16700014.4.

[fpc-devel] Scalar value is accepted as an argument for an open array parameter

2012-06-07 Thread Alexander Klenin
The following code compiles both with : procedure F(const A: array of ShortInt); begin end; begin F(1); end. I think this is a bug in FPC, but if not -- it should be documented here: http://freepascal.org/docs-html/ref/refsu59.html#x157-16700014.4.5 I am willing to file an issue one way or anoth

Re: [fpc-devel] progress of freepascal for mips

2012-06-07 Thread Fuxin Zhang
> > Fuxin Zhang wrote on Sat, 02 Jun 2012: > >> With the attached patch (against revision 21440), most of the tests >> can >> now pass, for example, the test directory has only the following >> failinglist: > > When committing/submitting patches in the future, please split them up > into smaller