http://llvm.org/bugs/show_bug.cgi?id=11987
Eli Friedman <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED CC| |[email protected] Resolution|INVALID | --- Comment #3 from Eli Friedman <[email protected]> 2012-02-16 19:29:32 CST --- Reopening. Chris, the C standard says "All accessible objects have values, and all other components of the abstract machine have state, as of the time the longjmp function was called, except that the values of objects of automatic storage duration [...]". Therefore, the value of a static variable should be stable across setjmp/longjmp. -- 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. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
