[Bug tree-optimization/101824] VOLATILE not honored

2021-08-10 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101824 --- Comment #3 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:bb169406cdc9e044eaec500dd742c2fed40f5488 commit r12-2831-gbb169406cdc9e044eaec500dd742c2fed40f5488 Author: Richard Biener Date:

[Bug tree-optimization/101824] VOLATILE not honored

2021-08-09 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101824 --- Comment #2 from Richard Biener --- OK, so the underlying issue is that predcom uses the appropriate "GENERIC" way of assessing if something is volatile: static bool suitable_reference_p (struct data_reference *a, enum ref_step_type *ref_ste

[Bug tree-optimization/101824] VOLATILE not honored

2021-08-09 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101824 Richard Biener changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot gnu.org