------- Comment #3 from pinskia at gcc dot gnu dot org 2010-08-11 21:41 ------- Hmm, I don't think this is correct as const volatile is a bit weird. It means a read must happen but it does not say order compared to other volatile variables (or at least I think).
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45235