<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </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 - r294897 + NewGVN cause build failure with LibreOffice"
   href="https://bugs.llvm.org/show_bug.cgi?id=32349">32349</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>r294897 + NewGVN cause build failure with LibreOffice
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>libraries
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>trunk
          </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>enhancement
          </td>
        </tr>

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

        <tr>
          <th>Component</th>
          <td>Backend: X86
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>lukebenes@hotmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>After commit r294897, LibreOffice cannot be built with the NewGVN. 

Steps to reproduce:
1. $ git clone git://anongit.freedesktop.org/libreoffice/core
2. $ apt-get build-dep libreoffice ( also lo_usefull Shell Script if missing
dep)
3. Remove ccache if it's installed ( ccache generates warning w/ clang)
4. create file autogen.input with CC=clang and CXX=clang++
5 ./autogen.sh && make ENVCFLAGS="-mllvm -enable-newgvn" ENVCFLAGSCXX="-mllvm
-enable-newgvn"

after r294897
build fails with hwpfilter_test_hwpfilter.test' unit test failed

after r296000 
LibreOffice will fail with the following error
[CUT] sdext_pdfimport
Test name: (anonymous namespace)::PDFITest::testTdf98421
assertion failed
- Expression: aOutput.indexOf("svg:height=\"-262.82mm\"") != -1

Failures !!!
Run: 6   Failure total: 1   Failures: 1   Errors: 0

Error: a unit test failed, please do one of:
make CppunitTest_sdext_pdfimport CPPUNITTRACE="gdb --args"
    # for interactive debugging on Linux
/core/solenv/gbuild/CppunitTest.mk:107: recipe for target
'/core/workdir/CppunitTest/sdext_pdfimport.test' failed
make[1]: *** [/core/workdir/CppunitTest/sdext_pdfimport.test] Error 1
make[1]: *** Waiting for unfinished jobs....
Makefile:264: recipe for target 'build' failed
make: *** [build] Error 2</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>