https://llvm.org/bugs/show_bug.cgi?id=26029

            Bug ID: 26029
           Summary: CurFn->isDeclaration() && "Function already has body?"
                    during Win self-host
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
          Assignee: unassignedclangb...@nondot.org
          Reporter: h...@chromium.org
                CC: chandl...@gmail.com, llvm-bugs@lists.llvm.org,
                    r...@google.com
    Classification: Unclassified

Clang currently fails self-hosting on Windows:

Assertion failed: CurFn->isDeclaration() && "Function already has body?", file
D:\buildslave\clang-x64-ninja-win7\llvm\tools\clang\lib\CodeGen\CodeGenFunction.cpp,
line 662


This is showing on the buildbots. Last good build:
http://lab.llvm.org:8011/builders/clang-x64-ninja-win7/builds/8471
First bad build:
http://lab.llvm.org:8011/builders/clang-x64-ninja-win7/builds/8472

Same thing on the other Win selfhost bot:
http://lab.llvm.org:8011/builders/clang-x86-win2008-selfhost/builds/5366


The clang-x64-ninja-win7 bot only picked up one change:

r256656 | chandlerc | 2015-12-30 15:37:25 -0800 (Wed, 30 Dec 2015) | 9 lines
Revert "Revert "[ptr-traits] Implement the base pointer traits using the
actual""


Chandler, can you take a look?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to