[LLVMbugs] [Bug 9463] Changes for parsing of goto statement broke compiling of existing source code

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Mar 14 13:36:36 PDT 2011


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

Douglas Gregor <dgregor at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |dgregor at apple.com
         Resolution|                            |FIXED

--- Comment #2 from Douglas Gregor <dgregor at apple.com> 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.



More information about the llvm-bugs mailing list