<html>
    <head>
      <base href="http://llvm.org/bugs/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Assertion failed in DwarfCompileUnit.cpp"
   href="http://llvm.org/bugs/show_bug.cgi?id=16846">16846</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Assertion failed in DwarfCompileUnit.cpp
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>clang
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>FreeBSD
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>LLVM Codegen
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedclangbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>mathk@nebu.li
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvmbugs@cs.uiuc.edu
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Please find the files that was report when compiling some Objective-C file.
The complete description below:


 Compiling file AMD64/AMD64ABIInfo.mm ...
Assertion failed: (Ty && "Trying to add a type that doesn't exist?"), function
addType, file
/usr/home/mathieu/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp, line 779.
Stack dump:
0.      Program arguments: /usr/local/bin/clang -cc1 -triple
x86_64-unknown-freebsd9.1 -emit-obj -disable-free -main-file-name
AMD64ABIInfo.mm -mrelocation-model pic -pic-level 2 -mdisable-fp-elim
-relaxed-alia
sing -masm-verbose -mconstructor-aliases -munwind-tables -target-cpu x86-64
-target-linker-version 2.17.50 -g -coverage-file
/usr/home/mathieu/Etoile/Languages/LanguageKit/CodeGen/obj/LanguageKitCodeGen.obj/AMD
64/AMD64ABIInfo.mm.o -resource-dir /usr/local/bin/../lib/clang/3.4
-dependency-file obj/LanguageKitCodeGen.obj/AMD64/AMD64ABIInfo.mm.d -MT
obj/LanguageKitCodeGen.obj/AMD64/AMD64ABIInfo.mm.o -MP -D GNU_RUNTIME_V
ERSION=1 -D GNU_RUNTIME_VERSION=1 -D LLVM_MAJOR=3 -D LLVM_MINOR=4 -D
GNU_RUNTIME_VERSION=1 -D LLVM_MAJOR=3 -D LLVM_MINOR=4 -D GNU_RUNTIME_VERSION=1
-D GNUSTEP -D GNUSTEP_BASE_LIBRARY=1 -D GNU_GUI_LIBRARY=1 -D G
NU_RUNTIME=1 -D GNUSTEP_BASE_LIBRARY=1 -D _NATIVE_OBJC_EXCEPTIONS -D
_NONFRAGILE_ABI -D DEBUG -D GSWARN -D GSDIAGNOSE -D _DEBUG -D _GNU_SOURCE -D
__STDC_CONSTANT_MACROS -D __STDC_FORMAT_MACROS -D __STDC_LIMIT_M
ACROS -I /usr/local/include -I /usr/home/mathieu/Etoile/Build -I
/usr/home/mathieu/Etoile/Languages/LanguageKit -I
/usr/home/mathieu/Etoile/Languages/LanguageKit/Headers -I
/usr/include/amd64-undermydesk-freebs
d/ -I /usr/home/mathieu/Etoile/Build -I
/usr/home/mathieu/Etoile/Languages/LanguageKit/CodeGen -I
/usr/home/mathieu/Etoile/Languages/LanguageKit/CodeGen/Headers -I
/usr/include/amd64-undermydesk-freebsd/ -I /us
r/home/mathieu/Etoile/Build -I
/usr/home/mathieu/Etoile/Languages/LanguageKit/CodeGen -I
/usr/home/mathieu/Etoile/Languages/LanguageKit/CodeGen/Headers -I
/usr/include/amd64-undermydesk-freebsd/ -I /usr/home/ma
thieu/Etoile/Build -I /usr/home/mathieu/Etoile/Languages/LanguageKit/CodeGen -I
/usr/home/mathieu/Etoile/Languages/LanguageKit/CodeGen/Headers -I
/usr/include/amd64-undermydesk-freebsd/ -I ./derived_src -I . -I
 /home/mathieu/GNUstep/Library/Headers -I /Local/Library/Headers -I
/System/Library/Headers -I /usr/local/include -O2 -Wall -Wno-import
-Wno-variadic-macros -Wno-gnu -Wno-pedantic -Woverloaded-virtual -Wcast-qu
al -fdeprecated-macro -fdebug-compilation-dir
/usr/home/mathieu/Etoile/Languages/LanguageKit/CodeGen -fconstant-string-class
NSConstantString -ferror-limit 19 -fmessage-length 210
-fvisibility-inlines-hidden -p
thread -mstackrealign -fblocks -fno-rtti -fobjc-runtime=gnustep-1.6
-fobjc-dispatch-method=non-legacy -fobjc-default-synthesize-properties
-fobjc-arc -fobjc-arc-cxxlib=libstdc++ -fobjc-arc-exceptions -fobjc-exc
eptions -fexceptions -fdiagnostics-show-option -fcolor-diagnostics
-vectorize-loops -vectorize-slp -o
obj/LanguageKitCodeGen.obj/AMD64/AMD64ABIInfo.mm.o -x objective-c++
AMD64/AMD64ABIInfo.mm
1.      <eof> parser at end of file
2.      Code generation
clang: error: unable to execute command: Abort trap: 6 (core dumped)
clang: error: clang frontend command failed due to signal (use -v to see
invocation)
clang version 3.4 (trunk ^/cfe/trunk 187966) (llvm/trunk ^/llvm/trunk 187965)
Target: x86_64-unknown-freebsd9.1
Thread model: posix</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>