Tony Reix

Results 6 issues of Tony Reix

Hi, On AIX, when compiling Boost 1.69.0 with GCC 8.4 or 9.3, with **-O0**, the test: ``` ../bin.v2/libs/geometry/test/algorithms/algorithms_densify.test/gcc-8.3.0/debug/visibility-hidden/algorithms_densify.run… ``` is 100% OK. However, with **-O2**, the test: ``` test_linear("LINESTRING(1 1,...

bug

Hi, Following issue 2693 [https://github.com/xianyi/OpenBLAS/pull/2693] by @EGuesnet, once fixed by our patch , we have found another issue when tests are run during build phase, still with Power8/32bit, thus using...

[Issue200.txt](https://github.com/boostorg/gil/files/4651702/Issue200.txt) ### Actual behavior Out of the 3 test_fixture tests, the "channel" one fails on AIX, which is BigEndian. These 3 tests work perfectly both on Fedora/x86_64 and Fedora/PPC64LE ,...

### Actual behavior Porting Boost 1.69 to AIX, I see the test **algorithm_channel_arithmetic** failing on AIX randomly (depending on the -O? option I use). Then, looking at Fed/Intel, though the...

### Actual behavior v1 = 5 This deals with what were described in 2010 at: https://lists.boost.org/Archives/boost/2010/09/170446.php On AIX (Big Endian), test pixel_iterator (and probably others) fail. I have: ``` Assertion...

cat/bug
core

Hi, Using the official boost-1.69.0-9.fc31.spec.src.rpm and .spec file, just adding to the %check phase: cd status (../b2 %{?_smp_mflags} || true) I've got a hang while testing. I provide here-after some...