[pcre-dev] [Bug 2517] Feature Request: Option for sljit_all…

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Old-Topics: [pcre-dev] [Bug 2517] New: Feature Request: Option for sljit_allocate_stack to use provided allocator
Subject: [pcre-dev] [Bug 2517] Feature Request: Option for sljit_allocate_stack to use provided allocator
https://bugs.exim.org/show_bug.cgi?id=2517

Mehmet gelisin <mehmetgelisin@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mehmetgelisin@???


--- Comment #2 from Mehmet gelisin <mehmetgelisin@???> ---
I'm working on a MIPS ci20 dev-board http://www-look-4.com/ There's not much
support so it is hard to find stable images. The stable image is old Debian so
I need to build some things from sources, like Git.
http://www.iu-bloomington.com/

This appears to be a different issue than Bug 1350, JIT doesn't compile on
MIPS/uclibc. https://www.webb-dev.co.uk/

The error is:

sljit/sljitNativeMIPS_common.c: In function 'sljit_has_cpu_feature':
https://waytowhatsnext.com/
sljit/sljitNativeMIPS_common.c:506:3: error: a label can only be part of a
statement and a declaration is not a statement
http://www.acpirateradio.co.uk/
And:

$ cat -n sljit/sljitNativeMIPS_common.c
   ...
   499  SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32
feature_type) http://www.logoarts.co.uk/
   500  {
   501          switch (feature_type) {
   502          case SLJIT_HAS_FPU:
   503  #ifdef SLJIT_IS_FPU_AVAILABLE http://www.slipstone.co.uk/
   504                  return SLJIT_IS_FPU_AVAILABLE;
   505  #elif defined(__GNUC__)
   506                  sljit_sw fir;
   507                  asm ("cfc1 %0, $0" : "=r"(fir));
   508                  return (fir >> 22) & 0x1;
   509  #else http://embermanchester.uk/
   510  #error "FIR check is not implemented for this architecture"
   511  #endif
   ...


********** http://connstr.net/

pcre-8.41 configuration summary:

    Install prefix .................. : /usr/local
    C preprocessor .................. : gcc -E
    C compiler ...................... : gcc http://joerg.li/
    C++ preprocessor ................ : g++ -E
    C++ compiler .................... : g++
    Linker .......................... : /usr/bin/ld
    C preprocessor flags ............ : -I/usr/local/include -DNDEBUG
    C compiler flags ................ :  -g2 -O2 -march=native -fPIC
-fvisibility=hidden
    C++ compiler flags .............. : -g2 -O2 -march=native -fPIC
-fvisibility=hidden -fvisibility-inlines-hidden
    Linker flags .................... : -L/usr/local/lib -Wl,-R,/usr/local/lib
-Wl,--enable-new-dtags http://www.jopspeech.com/
    Extra libraries ................. :  -ldl -lpthread


    Build 8 bit pcre library ........ : yes
    Build 16 bit pcre library ....... : no
    Build 32 bit pcre library ....... : no
    Build C++ library ............... : yes
    Enable JIT compiling support .... : yes
    Enable UTF-8/16/32 support ...... : no
    Unicode properties .............. : no http://www.wearelondonmade.com/
    Newline char/sequence ........... : lf
    \R matches only ANYCRLF ......... : no
    EBCDIC coding ................... : no
    EBCDIC code for NL .............. : n/a
    Rebuild char tables ............. : no
    Use stack recursion ............. : yes
    POSIX mem threshold ............. : 10
    Internal link size .............. : 2
    Nested parentheses limit ........ : 250
 http://www.compilatori.com/
Build 8 bit pcre library ........ : yes
    Build 16 bit pcre library ....... : no
    Build 32 bit pcre library ....... : no
    Build C++ library ............... : yes
    Enable JIT compiling support .... : yes
    Enable UTF-8/16/32 support ...... : no
    Unicode properties .............. : no


--
You are receiving this mail because:
You are on the CC list for the bug.