[Bug c++/81140] Update docs to reflect P0612R0: clarify meaning of "volatile access" + that it includes any glvalue

2017-06-21 Thread db0451 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81140 DB changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill |

[Bug c++/81140] Update docs to reflect P0612R0: clarify meaning of "volatile access" + that it includes any glvalue

2017-06-21 Thread db0451 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81140 --- Comment #1 from DB --- Hm, in fact, I'm not sure the GCC/g++ docs ever address what happens when a declared non-volatile object is accessed through a volatile-qualified reference/pointer, which by my understanding is the crux of the NB