OCP David Declerck
OCP David Declerck
> There are two generated Makefiles added in this PR, those should be dropped. Indeed, I guess I committed too quickly. > The changes in run_misc.at are ready for svn,...
Using GCC 13.2 under MSYS2/UCRT, seems it in fact only considers the `TMP` variable (while GCC docs only mentions `TMPDIR`). `TMP=/banana gcc prog.c` systematically fails for me (works fine under...
> Note that the _real_ issue is that the changed variable is _not_ correctly exported, this can break a bunch of things for other tests (in the future), too. Ideally...
@GitMensch Should I merge into svn the fixes for tests 808/809 (`run_misc.at`) now - leaving the fix for test 8 (`used_binaries.at`) for later ?
That's been done.
Hi ! Quick note: we're trying to move development from the GC3 branch to GC4 ; maybe it would be better for you to target GC4 (master in this repo)...
I stumbled on that one in #116 . Copy-pasting my analysis. The failure is random, sometimes the test is OK, sometimes it fails. The problem occurs specifically with STOP RUN...
> @ddeclerck Could you have a look at this, please? Sure (as soon as I find a moment).
Finally had time to have a look at this one. So, using `COB_PHYSICAL_CANCEL=never` does indeed prevent the bug from occurring. However `COB_PRE_LOAD=callee2` does not help. Now, what should we do...