https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122172
--- Comment #23 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jonathan Wakely <[email protected]>: https://gcc.gnu.org/g:bca9dd11059bbcdb3bcc0d8d8dfc29a499e228a8 commit r16-4304-gbca9dd11059bbcdb3bcc0d8d8dfc29a499e228a8 Author: Jonathan Wakely <[email protected]> Date: Tue Oct 7 15:06:43 2025 +0100 libstdc++: Remove unused config/cpu/cris/atomicity.h file [PR122172] This file is no longer used, because we always use the definitions in config/cpu/generic/atomicity_builtins/atomicity.h now. H-P confirmed that the code generated by __atomic_fetch_add is fine and we don't need the handwritten assembly. libstdc++-v3/ChangeLog: PR libstdc++/122172 * config/cpu/cris/atomicity.h: Removed. Reviewed-by: Hans-Peter Nilsson <[email protected]>
