From: Bruno H. <br...@cl...> - 2018-01-22 22:27:49
|
Sam wrote: > >> >> debug_gcsafety builds work: > >> >> > >> >> linux-x86_64 (*) > >> > > >> > nope: boot builds, base fails: > >> > > >> > /home/sds/src/clisp/current/modules/regexp/regexi.c: In function > >> > 'Values C_subr_regexp_regexp_exec()': > >> > /home/sds/src/clisp/current/modules/regexp/regexi.c:120: error: > >> > invalid conversion from 'char*' to 'const uintB*' > >> > >> IOW, patch e28a1c6d0963 did not fix the problem. > > > > Works for me: I just did a "make -f Makefile.devel > > build-porting64-gcc-debug_gcsafety", and it succeeded. > > My g++ version is 5.4. And yours? > > $ ssh gcc12 gcc --version > gcc (Debian 4.3.2-1.1) 4.3.2 Works for me on this machine as well: On gcc12.fsffrance.org, using a clisp HEAD from today, "make -f Makefile.devel build-porting64-gcc-debug_gcsafety" produces a build where cbcstep2.log succeeded. Bruno |