$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] bug in boost or in gcc-5.2.0 ?
From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2015-09-28 12:32:35
renaud lepere <lepere.renaud <at> yahoo.com> writes:
>
>
> I have a strange problem with mingw-w64, gcc-5.2.0 in 32bits on windows
> in release. The following code leads to a crash (it is working in 64
> bits and in debug). The adress of return in the stack seems to be
> broken. I was not able to reduce it more than this, and in particular I
> am not able to remove BOOST_CHECK_CLOSE (using BOOST_CHECK_EQUAL works).
I do not have access to this setup. Can you try 1.59's BOOST_TEST version
for floating points comparisons?
Gennadiy