Adrian Bentley <adruab@voria.com> writes: > Is there any pragma or the like to disable gcc optimizations around a > certain part of a file? No, I'm afraid not. The optimization options affect the entire file. Ian