[fpc-devel] fpc dry run: syntax check mode?

2012-06-26 Thread Gennadiy Poryev
Hello, In my web project I need to validate input (uploaded) file against Pascal syntax. Since it should be done using server-side scripting with restricted environment and lowered privileges, I’d like fpc to not create any files whatsoever; preferably to not use file write operations at

Re: [fpc-devel] fpc dry run: syntax check mode?

2012-06-26 Thread Thomas Schatzl
Hi, On Tue, 2012-06-26 at 12:23 +0300, Gennadiy Poryev wrote: Hello, In my web project I need to validate input (uploaded) file against Pascal syntax. Since it should be done using server-side scripting with restricted environment and lowered privileges, I’d like fpc to not create any files

[fpc-devel] x86_64 case jumptables should work

2012-06-26 Thread Matthias K.
Hi, After playing around with the jumptable generation for x86_64 (Linux) -- x86/nx86set.pas, i couldn't reproduce bug #0011931 anymore. Before someone else reiterates the building/testing/elf dumping, i'll describe shortly what i've found. The code generation for jumptables didn't change since