<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - GCC warning in testb3.cpp testAbsArgWithEffectfulDoubleConversion"
href="https://bugs.webkit.org/show_bug.cgi?id=163869#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - GCC warning in testb3.cpp testAbsArgWithEffectfulDoubleConversion"
href="https://bugs.webkit.org/show_bug.cgi?id=163869">bug 163869</a>
from <span class="vcard"><a class="email" href="mailto:mcatanzaro@igalia.com" title="Michael Catanzaro <mcatanzaro@igalia.com>"> <span class="fn">Michael Catanzaro</span></a>
</span></b>
<pre>Ah OK, the problem is the code is somehow accidentally using std::fabs and std::sqrt (not sure how) and getting a float result, but it looks like the test actually wants ::fabs and ::sqrt so that the return value will be a double.
Alternatively, the return values could just be cast to double to fix the warning, but not sure if that would be right for this test or not.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>