Re: [fpc-pascal] generated assembler

2006-09-21 Thread Florian Klaempfl
Vincent Snijders wrote: > Hi, > > I am looking at some shootout benchmarks and I have the following > question. Look at the following program: > > program loop; > > {$mode objfpc} > > var > d: array[0..$FFF] of double; > di: PDouble; > i: integer; > c: double; > > begin > c := 125; >

RE: [fpc-pascal] Win32 Build Errors

2006-09-21 Thread Lee, John
Does this mean we can't do snapshot on win32? Is there a fix planned? Eg couldn't we write a fpc version of cp - guess this would only be a few lines or is it more complicated than this? Regards John -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Peter V

[fpc-pascal] Sparc Build

2006-09-21 Thread Wolfe, Robert
Greetings all! When building the Sparc Linux port of 2.1.1 from the current (as of this email) SVN code, I get the following messages: /home/robert/fpc/compiler/ppc1 -Ur -Ur -Xs -O2 -n -Fi../inc -Fi../sparc -Fi../un ix -Fisparc -FE. -FU/

[fpc-pascal] zstream.pp strange dependency?

2006-09-21 Thread dhkblaszyk
I have encountered a strange phenomenon, and I would like to fix it, if it weren't for the fact that I have no idea why it appears. So what happened? When using the zstreams.pp unit in a sample project I get an error message "Fatal: Can't find unit FPReadPNG". I searched all sources to find out w

[fpc-pascal] generated assembler

2006-09-21 Thread Vincent Snijders
Hi, I am looking at some shootout benchmarks and I have the following question. Look at the following program: program loop; {$mode objfpc} var d: array[0..$FFF] of double; di: PDouble; i: integer; c: double; begin c := 125; i := low(d); repeat d[i] := c*c; inc(i); u

Re: [fpc-pascal] FPC 2.0.4 for classic Mac OS is now also out!

2006-09-21 Thread Marco Ciampa
On Thu, Sep 21, 2006 at 10:11:31AM +0200, Olle Raab wrote: > Hello! > > Free Pascal 2.0.4 is now also available for classic Mac OS. > > http://www.freepascal.org/download.html > You damned good hackers! :-) -- Marco Ciampa ++ | Linux User #78271 | | FSFE fellow #364 | +

[fpc-pascal] FPC 2.0.4 for classic Mac OS is now also out!

2006-09-21 Thread Olle Raab
Hello! Free Pascal 2.0.4 is now also available for classic Mac OS. http://www.freepascal.org/download.html Regards Olle Raab ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal