Commit 67ee612
jit: Fix volatile loads and stores
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]>1 parent 5919927 commit 67ee612
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1981 | 1981 | | |
1982 | 1982 | | |
1983 | 1983 | | |
| 1984 | + | |
| 1985 | + | |
| 1986 | + | |
| 1987 | + | |
1984 | 1988 | | |
1985 | 1989 | | |
1986 | 1990 | | |
| |||
0 commit comments