Task #435 - fixed.err

back to task #435
download
Error: COMPILER_WARNING:
gc-8.2.2-build/gc-8.2.2/pthread_stop_world.c:359:19: warning[-Wstringop-overflow=]: '__atomic_load_8' writing 8 bytes into a region of size 0 overflows the destination
#  359 |     suspend_cnt = (word)ao_load_async(&(me -> stop_info.ext_suspend_cnt));
cc1: note: destination object is likely at address zero
#  357|   
#  358|   # ifdef GC_ENABLE_SUSPEND_THREAD
#  359|->     suspend_cnt = (word)ao_load_async(&(me -> stop_info.ext_suspend_cnt));
#  360|   # endif
#  361|     if (((word)me->stop_info.last_stop_count & ~(word)THREAD_RESTARTED)