https://bugs.exim.org/show_bug.cgi?id=2403
Bug ID: 2403
Summary: PCRE2 SVN head fails to build if JIT is not enabled
Product: PCRE
Version: N/A
Hardware: All
OS: All
Status: NEW
Severity: bug
Priority: medium
Component: Code
Assignee: ph10@???
Reporter: HBBroeker@???
CC: pcre-dev@???
SVN change 1094 broke non-JIT compilation.
Some of the code in pcre2_jit_compile() dropped out of the #ifndef JIT it was
in before:
../pcre/src/pcre2_jit_compile.c: In function 'pcre2_jit_compile_8':
../pcre/src/pcre2_jit_compile.c:14155:1: error: unknown type name
'executable_functions'
executable_functions *functions;
^~~~~~~~~~~~~~~~~~~~
../pcre/src/pcre2_jit_compile.c:14163:14: error: 'executable_functions'
undeclared (first use in this function)
functions = (executable_functions *)re->executable_jit;
^~~~~~~~~~~~~~~~~~~~
../pcre/src/pcre2_jit_compile.c:14163:14: note: each undeclared identifier is
reported only once for each function it appears in
../pcre/src/pcre2_jit_compile.c:14163:36: error: expected expression before ')'
token
functions = (executable_functions *)re->executable_jit;
--
You are receiving this mail because:
You are on the CC list for the bug.