Re: [PATCH] Fix build of guile-3.0 trunk with gcc-8 on hpux11.11

2020-03-23 Thread John David Anglin
Hi Massimiliano, I don't think so.  I have a recent build of bdwgc from github including this change: https://github.com/ivmai/bdwgc/issues/308 The bdwgc testsuite is clean. The patch that I submitted in issue 308 was to help in debugging issues with guile.  HEURISTIC2 causes faults during star

Re: [PATCH] Fix build of guile-3.0 trunk with gcc-8 on hpux11.11

2020-03-23 Thread Massimiliano Gubinelli
Hi John, could maybe be a bug with the Boehm-gc? I had some recent issues compiling Guile 2.2.7 in Haiku and discovered that there is a new version (8.1.0, next release development) of the GC here https://github.com/ivmai/bdwgc which has some changes, in parti