By which I meant that yes, it's legal ANSI C code to combine them. The strange way the compiler implements volatile references probably led to that odd diagnostic. As I said, I'd try nopping the volatile.
On 21 November 2012 13:30, Charles Forsyth <[email protected]> wrote: > static is scope, volatile has dynamic effects, very dynamic.
