http://llvm.org/bugs/show_bug.cgi?id=21418
Richard Smith <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |INVALID --- Comment #1 from Richard Smith <[email protected]> --- The call to longjmp(*environment1, 1) in co2 terminates the execution of co2. The subsequent call to longjmp(*environment2, 1) in co1 has undefined behavior because it would jump into a function execution that has already terminated. -- 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
