<div dir="ltr">Hi all, <div><br></div><div>I'm running Ubuntu 14 on a VM via VirtualBox, when I compile from master I consistently get the following:</div><div><br></div><div><div>[CXX] cppcanvas/qa/extras/emfplus/emfplus.cxx</div><div>[CXX] sc/qa/extras/sccondformats.cxx</div><div>[CXX] sc/qa/unit/subsequent_filters-test.cxx</div><div>[CXX] sc/qa/unit/subsequent_export-test.cxx</div><div>[CXX] sc/qa/unit/bugfix-test.cxx</div><div>[CXX] sc/qa/extras/htmlexporttest.cxx</div><div>[CXX] sc/qa/unit/opencl-test.cxx</div><div>[CXX] sc/qa/unit/copy_paste_test.cxx</div><div>[CXX] sw/qa/core/uwriter.cxx</div><div>[CXX] sw/qa/core/test_ToxLinkProcessor.cxx</div><div>/home/chris/repos/libreoffice/sc/qa/unit/opencl-test.cxx: In static member function ‘static void ScOpenCLTest::addTestsToSuite(CppUnit::TestSuiteBuilderContextBase&)’:</div><div>/home/chris/repos/libreoffice/sc/qa/unit/opencl-test.cxx:302:300: note: variable tracking size limit exceeded with -fvar-tracking-assignments, retrying without</div><div>     CPPUNIT_TEST_SUITE(ScOpenCLTest);</div><div>                                                                                                                                                                                                                                                                                                            ^</div><div>[CXX] sw/qa/core/test_ToxTextGenerator.cxx</div><div>[CXX] sw/qa/extras/docbookexport/docbookexport.cxx</div><div>[CXX] sw/qa/extras/htmlexport/htmlexport.cxx</div><div>[CXX] sw/qa/extras/htmlimport/htmlimport.cxx</div><div>[CXX] sw/qa/core/macros-test.cxx</div><div>[CXX] sw/qa/extras/ooxmlexport/ooxmlexport.cxx</div><div>[CXX] sw/qa/extras/ooxmlexport/ooxmlexport2.cxx</div><div>[CXX] sw/qa/extras/ooxmlexport/ooxmlexport3.cxx</div><div>/home/chris/repos/libreoffice/sc/qa/unit/ucalc_formula.cxx: In member function ‘void Test::testFetchVectorRefArray()’:</div><div>/home/chris/repos/libreoffice/sc/qa/unit/ucalc_formula.cxx:474:6: note: variable tracking size limit exceeded with -fvar-tracking-assignments, retrying without</div><div> void Test::testFetchVectorRefArray()</div><div>      ^</div><div>{standard input}: Assembler messages:</div><div>{standard input}:1265132: Warning: end of file not at end of a line; newline inserted</div><div>{standard input}:1265305: Error: unknown pseudo-op: `.'</div><div>g++: internal compiler error: Killed (program cc1plus)</div><div>Please submit a full bug report,</div><div>with preprocessed source if appropriate.</div><div>See <file:///usr/share/doc/gcc-4.9/README.Bugs> for instructions.</div><div>/home/chris/repos/libreoffice/solenv/gbuild/LinkTarget.mk:189: recipe for target '/home/chris/repos/libreoffice/workdir/CxxObject/sc/qa/unit/ucalc_formula.o' failed</div><div>make[1]: *** [/home/chris/repos/libreoffice/workdir/CxxObject/sc/qa/unit/ucalc_formula.o] Error 4</div><div>make[1]: *** Waiting for unfinished jobs....</div></div><div><br></div><div>My version of g++ is:</div><div><br></div><div><div>chris@libreoffice-ia64:~/repos/libreoffice$ g++ --version</div><div>g++ (Ubuntu 4.9.2-10ubuntu13) 4.9.2</div><div>Copyright (C) 2014 Free Software Foundation, Inc.</div><div>This is free software; see the source for copying conditions.  There is NO</div><div>warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.</div></div><div><br></div><div>Anyone have any ideas why the compiler might be barfing? I run make again and it finishes successfully!</div><div><br></div><div>Chris</div></div>