http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53085
--- Comment #4 from brag 2012-04-24 12:27:29 UTC
---
Alexander Monakov, As for me it's ok to treat whole struct as non-volatile even
if it has a volatile members when doing smth like this:
struct ss0 a,b;
a=b;
a=b;
Simple example with class:
cla
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53085
Alexander Monakov changed:
What|Removed |Added
CC||amonakov at gcc dot gnu.org
--- Comme
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53085
brag changed:
What|Removed |Added
Severity|critical|normal