<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 --- - clang frontend command failed due to signal (source using boost::spirit, using precompiled header)"
   href="http://llvm.org/bugs/show_bug.cgi?id=19771">19771</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>clang frontend command failed due to signal (source using boost::spirit, using precompiled header)
          </td>
        </tr>

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

        <tr>
          <th>Version</th>
          <td>3.4
          </td>
        </tr>

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

        <tr>
          <th>OS</th>
          <td>Linux
          </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>Frontend
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>milan33@gmail.com
          </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>Created <span class=""><a href="attachment.cgi?id=12525" name="attach_12525" title="make stdout">attachment 12525</a> <a href="attachment.cgi?id=12525&action=edit" title="make stdout">[details]</a></span>
make stdout

- crashes on first source file which uses boost::spirit library
- crashes only if using precompiled headers

ATTACHMENTS:
make stdout: make_stdout.txt
make stderr (includes crash backtrace): make_stderr.txt
preprocessed source: SqlParsing_Insert-9998c6.cpp
associated run script: SqlParsing_Insert-9998c6.sh

STEPS TO REPRODUCE:
git clone <a href="mailto:git@github.com">git@github.com</a>:milan11/repodbsync.git -b cmake_cotire
cd repodbsync/
cmake -G "Unix Makefiles" -DCMAKE_C_COMPILER=/usr/bin/clang
-DCMAKE_CXX_COMPILER=/usr/bin/clang++ -DCMAKE_BUILD_TYPE=Debug
make

WORKS:
commenting out
cotire(${PROJECT_NAME}) 
in
CMakeLists
(which causes not using the precompiled header)
and running cmake and make again

ENVIRONMENT:
Arch Linux, 64bit
GNU Make 4.0
clang version 3.4.1 (tags/RELEASE_34/dot1-final)
boost 1.55.0</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>