https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94584
--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-8 branch has been updated by Max Filippov <jcmvb...@gcc.gnu.org>: https://gcc.gnu.org/g:f45b87f786809997d2f8d418ab10de6640149422 commit r8-10182-gf45b87f786809997d2f8d418ab10de6640149422 Author: Max Filippov <jcmvb...@gmail.com> Date: Mon Apr 13 13:26:04 2020 -0700 xtensa: backport fix for PR target/94584 Patterns zero_extendhisi2, zero_extendqisi2 and extendhisi2_internal can load value from memory, but they don't treat volatile memory correctly. Add %v1 before load instructions to emit 'memw' instruction when -mserialize-volatile is in effect. 2020-04-15 Max Filippov <jcmvb...@gmail.com> gcc/ * config/xtensa/xtensa.md (zero_extendhisi2, zero_extendqisi2) (extendhisi2_internal): Add %v1 before the load instructions. gcc/testsuite/ * gcc.target/xtensa/pr94584.c: New test.