[llvm-bugs] [Bug 26029] New: CurFn->isDeclaration() && "Function already has body?" during Win self-host

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Jan 5 06:55:04 PST 2016


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: unassignedclangbugs at nondot.org
          Reporter: hans at chromium.org
                CC: chandlerc at gmail.com, llvm-bugs at lists.llvm.org,
                    rnk at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160105/232de1e4/attachment-0001.html>


More information about the llvm-bugs mailing list