EddyRivasLab / easel

Sequence analysis library used by Eddy/Rivas lab code
Other
46 stars 26 forks source link

Solaris: GCC bug #3

Closed sjaenick closed 5 years ago

sjaenick commented 8 years ago

easel is affected by

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40411

on Solaris, which makes utest_IsReal fail for "+0xabc.defp-12".

I'll try to come up with a workaround (or at least a configure check).

cryptogenomicon commented 8 years ago

Good, let me know. But why does it fail there, in particular? Solaris strtod() isn't C99 compliant?

On Jul 12, 2016, at 3:56 PM, Sebastian Jaenicke notifications@github.com wrote:

easel is affected by

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40411

on Solaris, which makes utest_IsReal fail for "+0xabc.defp-12".

I'll try to come up with a workaround (or at least a configure check).

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.