Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: matt at bitbashing dot io
Target Milestone: ---
Consider the following test case:
#include
atomic_int foo;
void plusPlus(void)
{
foo++;
}
void fetchAdd(void
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48956
--- Comment #17 from Matt Kline ---
Thanks for the info and such a quick response! I'll see if I can do the
required legwork.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48956
Matt Kline changed:
What|Removed |Added
CC||matt at bitbashing dot io
--- Comment #15