tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] 124_atomic_counter.c is broken on arm and arm64


From: Christian Jullien
Subject: [Tinycc-devel] 124_atomic_counter.c is broken on arm and arm64
Date: Fri, 9 Apr 2021 07:43:11 +0200

Hi,

 

New atomic counter test does not work, at least, on Linux arm/arm64.

 

It fails with:

 

Test: 124_atomic_counter...

--- 124_atomic_counter.expect   2021-04-09 07:37:46.697877583 +0200

+++ 124_atomic_counter.output   2021-04-09 07:39:23.270553214 +0200

@@ -1,2 +1,4 @@

-SUCCESS

-SUCCESS

+tcc: error: undefined symbol '__atomic_fetch_add_8'

+tcc: error: undefined symbol '__atomic_load_8'

+tcc: error: undefined symbol '__atomic_compare_exchange_8'

+tcc: error: undefined symbol '__atomic_store_8'

Makefile:132: recipe for target '124_atomic_counter.test' failed

make[3]: *** [124_atomic_counter.test] Error 1


reply via email to

[Prev in Thread] Current Thread [Next in Thread]