Andy Dougherty (via RT) wrote:
t/op/trans.t tests the atan2() function for some "exceptional" cases involving negative 0.0. By default, Sun's compiler doesn't handle those cases, but with the -xlibmieee flag, it does.
This patch adds code to config/auto/hints/solaris.pl to set the flag if you're using the Sun compiler.
Thanks, applied. leo