On Mon, 03 Dec 2007 15:06:53 +0100
Michael Schnell <[EMAIL PROTECTED]> wrote:
>
> > Here is a start:
> > http://wiki.lazarus.freepascal.org/OpenMP_support
> >
> Thanks for the link.
>
> I'll add my "thread event" idea as another proposal.
Interesting idea.
OpenMP is about lightweight thread
Dave Parsons wrote:
> On Fri, 07 Dec 2007 12:12:53 +0100, Vincent Snijders wrote:
>> Dave Parsons schreef:
Hi,
>> > I've just tried building fpc-2.3.1 from svn using fpc-2.0.4 and
>> > received the following errors.
>
>> Can you start with fpc-2.2.0?
>
> No, according to the FPC download page 2.
Mattias Gaertner wrote:
Here is a start:
http://wiki.lazarus.freepascal.org/OpenMP_support
Thanks, interesting. I'll tack any thoughts I have into that page's discussion.
--
Mark Morgan Lloyd
markMLl .AT. telemetry.co .DOT. uk
[Opinions above are the author's, not those of his employers or c
On 07 Dec 2007, at 18:04, Michael Van Canneyt wrote:
Thanks, I've applied your patch. I'm also testing a patch for the
function
result handling (there was another issue: the fact that the fake
"result"
variable is actually implemented as an absolute variable referring
to the
actual functio
On Fri, 7 Dec 2007, Jonas Maebe wrote:
>
> On 04 Dec 2007, at 11:30, Sergei Gorelkin wrote:
>
> >Currently, when assigning types that need helper routines (records, Windows
> >widestrings and variants), the compiler converts assignment into a helper
> >call immediately. If this is moved from t
On 04 Dec 2007, at 11:30, Sergei Gorelkin wrote:
Currently, when assigning types that need helper routines (records,
Windows widestrings and variants), the compiler converts assignment
into a helper call immediately. If this is moved from typecheckpass
to pass1, certain assignments get the
On Fri, 07 Dec 2007 12:12:53 +0100, Vincent Snijders wrote:
> Dave Parsons schreef:
> > Hi,
> >
> > I've just tried building fpc-2.3.1 from svn using fpc-2.0.4 and
> > received the following errors.
> Can you start with fpc-2.2.0?
>
No, according to the FPC download page 2.0.4 is the latest.
I
Dave Parsons schreef:
Hi,
I've just tried building fpc-2.3.1 from svn using fpc-2.0.4 and
received the following errors.
classes.inc(1131,3) Error: Procedure type INLINE not supported
classes.inc(1139,3) Error: Procedure type INLINE not supported
classes.inc(1147,3) Error: Procedure type INLINE
Hi,
I've just tried building fpc-2.3.1 from svn using fpc-2.0.4 and
received the following errors.
classes.inc(1131,3) Error: Procedure type INLINE not supported
classes.inc(1139,3) Error: Procedure type INLINE not supported
classes.inc(1147,3) Error: Procedure type INLINE not supported
classes.i