Mike Stump - Re: Why doesn't combine like volatiles? (volatile_ok again, sorry!) (original) (raw)
This is the mail archive of the gcc@gcc.gnu.orgmailing list for the GCC project.
I think this is a bad idea in practice, since volatile will be used to describe memory mapped devices, and combining can completely mess up the access.