https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89835
--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-13 branch has been updated by Patrick O'Neill <pone...@gcc.gnu.org>: https://gcc.gnu.org/g:74abe200bc9b06e10f0f3cad74f11da4fae90cd3 commit r13-7668-g74abe200bc9b06e10f0f3cad74f11da4fae90cd3 Author: Patrick O'Neill <patr...@rivosinc.com> Date: Wed Apr 5 09:56:33 2023 -0700 RISC-V: Strengthen atomic stores This change makes atomic stores strictly stronger than table A.6 of the ISA manual. This mapping makes the overall patchset compatible with table A.7 as well. 2023-04-27 Patrick O'Neill <patr...@rivosinc.com> PR target/89835 gcc/ChangeLog: * config/riscv/sync.md (atomic_store<mode>): Use simple store instruction in combination with fence(s). gcc/testsuite/ChangeLog: * gcc.target/riscv/pr89835.c: New test. Signed-off-by: Patrick O'Neill <patr...@rivosinc.com>