[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-bugs] #26779 [Core Tor/Tor]: atomic_init() and friends failing on clang
#26779: atomic_init() and friends failing on clang
-------------------------------------------------+-------------------------
Reporter: mikeperry | Owner: nickm
Type: defect | Status:
| assigned
Priority: High | Milestone: Tor:
| 0.3.5.x-final
Component: Core Tor/Tor | Version:
Severity: Normal | Resolution:
Keywords: jenkins, regression, 032-backport, | Actual Points:
033-backport, 034-backport, 035-must |
Parent ID: | Points:
Reviewer: | Sponsor:
-------------------------------------------------+-------------------------
Comment (by nickm):
Here is a minimal C file that demonstrates the issue:
{{{
#include <stdatomic.h>
void increment(atomic_size_t *arg) {
atomic_fetch_add(arg, 1);
}
}}}
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/26779#comment:5>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs