Re: [Harbour] hbtest result with Pelles C ver. 6.0

2009-05-17 Thread Pritpal Bedi
Hi Przemyslaw Czerpak-2 wrote: > > So I suggest to not use this compiler until it will not be fixed. > It's possible that this bug will break also some other Harbour code > but it cannot be such easy located. > Can you draft a small code which I can post to Pelle Orinius ? V 6.0 is still a

Re: [Harbour] hbtest result with Pelles C ver. 6.0

2009-05-17 Thread Przemyslaw Czerpak
On Sun, 17 May 2009, Petr Chornyj wrote: Hi, > > Probably as workarond you can change in expropt2.c in function > >BOOL hb_compExprReduceEMPTY( HB_EXPR_PTR pSelf, HB_COMP_DECL ) > > the code: > > case HB_ET_CODEBLOCK: > > break; > > to: > > case HB_ET_CODEBLOCK: > >

Re: [Harbour] hbtest result with Pelles C ver. 6.0

2009-05-17 Thread Petr Chornyj
Hi, Przemyslaw Przemyslaw Czerpak-2 wrote: > > Probably as workarond you can change in expropt2.c in function >BOOL hb_compExprReduceEMPTY( HB_EXPR_PTR pSelf, HB_COMP_DECL ) > the code: > case HB_ET_CODEBLOCK: > break; > > to: > case HB_ET_CODEBLOCK: > fResult

Re: [Harbour] hbtest result with Pelles C ver. 6.0

2009-05-17 Thread Przemyslaw Czerpak
On Sun, 17 May 2009, Petr Chornyj wrote: Hi, > Harbour Regression Test Suite > Copyright (c) 1999-2009, http://www.harbour-project.org/ > --- > Version: Harbour 1.1.0dev (Rev. 11064) > Compiler: Pelles ISO C Compil

[Harbour] hbtest result with Pelles C ver. 6.0

2009-05-17 Thread Petr Chornyj
Harbour Regression Test Suite Copyright (c) 1999-2009, http://www.harbour-project.org/ --- Version: Harbour 1.1.0dev (Rev. 11064) Compiler: Pelles ISO C Compiler 6.0 (32-bit) OS: Windows XP 5.1.2600 Servi