[LLVMbugs] [Bug 11987] Should static variable roll back it's value when use setjmp()/longjmp() with Clang -O option?

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Feb 12 10:35:47 PST 2012


http://llvm.org/bugs/show_bug.cgi?id=11987

Chris Lattner <clattner at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #1 from Chris Lattner <clattner at apple.com> 2012-02-12 12:35:47 CST ---
The behavior is undefined, unless it is marked volatile.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list