Follow-up Comment #6, bug #66066 (group gforth): Hi, again. I see you closed this, but trying your suggestion
/usr/local/bin/gcc-14 -v
./configure CC=/usr/local/bin/gcc-14
I was able to get gcc recognized but I got a code error (line 3392 in prim):
In file included from ./engine.c:661:
prim:3394:37: warning: passing 'UCell *' (aka 'unsigned long *') to parameter
of type 'Cell *' (aka 'long *') converts between pointers to integer types
with different sign [-Wpointer-sign]
__atomic_compare_exchange_n(a_addr, &uprev, unew, 0,
^~~~~~
As suggested by a commenter to my question at SO
https://stackoverflow.com/questions/78847785/how-can-i-stop-apple-s-compiler-clang-impersonating-gcc/78850162#78850162
, would it be possible to fix this error in the relevant file?
Thanks
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?66066>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
signature.asc
Description: PGP signature
