master-50d1270fd6409407f38b982e606df1dba4bf58ed: jit: Fix volatile loads and stores
github-actions
released this
18 Nov 20:56
·
1652 commits
to master
since this release
Related to PR d/110516 but for libgccjit. 2024-01-03 Martin Rodriguez Reboredo <[email protected]> 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 <[email protected]>