Date: prev next · Thread: first prev next last
2016 Archives by date, by thread · List index



On 22/09/16 21:52, Christian Lohmaier wrote:
But if Alex' tree really is from September 1st, then it doesn't have
the test files - you did revert the removal of the testfiles on Sept
16, but removed them already mid August...

So unfortunately Alex' result are non-telling, as the problematic test
files are not part of the checkout then.
All my compiles/tests picked up the test files and failed with chiinv.fods and minverse.fods only.

It was only when I compiled with

make ENVCFLAGS="-mfpmath=sse -msse2" ENVCFLAGSCXX="-mfpmath=sse -msse2" && make sc.check
that the compiles/tests were successful.

Just to be doubly sure I introduced an error into chiinv.fods and tested again - this test failed as expected.

I've now amended solenv/gbuild/platform/unxgcc.mk in my tree to include the flags -mfpmath and -msse2. Not sure whether this was the most appropriate place for the flags.

gb_CFLAGS := \
        $(gb_CFLAGS_COMMON) \
        -fPIC \
        -Wdeclaration-after-statement \
        -Wshadow \
        -mfpmath=sse \
        -msse2 \

gb_CXXFLAGS := \
        $(gb_CXXFLAGS_COMMON) \
        -fPIC \
        -Wshadow \
        -Woverloaded-virtual \
        -mfpmath=sse \
        -msse2 \
        $(CXXFLAGS_CXX11) \

Tested it and it worked as expected. The test files passed. I again introduced an error into chiinv.fods and tested again - this test failed as expected.

Alex





Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.