Index: lib/Lex/Pragma.cpp =================================================================== --- lib/Lex/Pragma.cpp +++ lib/Lex/Pragma.cpp @@ -926,6 +926,7 @@ #pragma warning(disable : 4717) #endif static void DebugOverflowStack() { + void* StackUser = &StackUser; void (*volatile Self)() = DebugOverflowStack; Self(); }