http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58016
Jeff Hammond <jeff.science at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jeff.science at gmail dot com
--- Comment #6 from Jeff Hammond <jeff.science at gmail dot com> ---
Created attachment 30568
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30568&action=edit
patch to define macros indicating missing C11 support
If GCC defines __STDC_NO_ATOMICS__ and __STDC_NO_THREADS__, it is no longer
non-compliant w.r.t. C11 to not provide stdatomic.h and threads.h. This would
resolve bugs 53769 and 58016, albeit in a trivial way.
I will not be surprised at all if this patch is rejected, if for no other
reason than my institution has not signed a contributor agreement with FSF
(they almost certainly will if I ask). My goal is to inspire someone else to
do it properly since it seems trivial and arguably necessary.