> -DHAVE_COMPUTED_GOTO
>
> So we shoudn't have any appearance of that issue, as we doesn't
> ever do following
>
> #define HAVE_COMPUTED_GOTO ${cgoto}
Nevermind. I didn't consider that a compiler set up -Dflag
as flag=1.
Leo wrote:
>>Its seems to be the #ifdef vs #if issue.
In theory that issue should only occur to the JIT_CAPABLE
defines and not to the HAVE_COMPUTED_GOTO ones,
I seem now. Because we have three places in the Configure
script where we define
-DHAS_JIT in jit.pl,
Vladimir Lipskiy wrote:
Doesn't compile. Its seems to be the #ifdef vs #if issue.
Seems. I've fixed it. Try to compile the patch one more time,
please.
Compiles now but:
$ make test
...
# got: 'Computed goto unavailable in this configuration.
# '
leo
> Doesn't compile. Its seems to be the #ifdef vs #if issue.
Seems. I've fixed it. Try to compile the patch one more time,
please.
prefixing.diff
Description: Binary data
Vladimir Lipskiy <[EMAIL PROTECTED]> wrote:
> This patches touches 22 files and deals with
> -DHAVE_COMPUTED_GOTO
> -DHAS_JIT
> -DGC_IS_MALLOC
Doesn't compile. Its seems to be the #ifdef vs #if issue.
leo
This patches touches 22 files and deals with
-DHAVE_COMPUTED_GOTO
-DHAS_JIT
-DGC_IS_MALLOC
prefixing.diff
Description: Binary data