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

Douglas Gregor <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|                            |FIXED

--- Comment #2 from Douglas Gregor <[email protected]> 2011-03-14 15:36:35 CDT 
---
Reduction:

void f() {
  {
    int end = 0;
    goto end;
    end = 1;
  }

 end:
  return;
}

-- 
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

Reply via email to