Skip to content

master-ec8ae43f9c04597011299d0d5d031d8074f3115d: jit: Fix volatile loads and stores

Choose a tag to compare

@github-actions github-actions released this 21 Nov 16:36
· 11209 commits to master since this release
Related to PR d/110516 but for libgccjit.

2024-01-03  Martin Rodriguez Reboredo  <yakoyoku@gmail.com>

gcc/jit/
	* jit-playback.cc: Append TREE_THIS_VOLATILE and TREE_SIDE_EFFECTS to
	a dereference if underlying type is volatile.

Signed-off-by: Martin Rodriguez Reboredo <yakoyoku@gmail.com>