RE: gcc 4.9.2 cygwin64 internal error parsing decimal float point values

2015-01-18 Thread Marc Reynolds
If the bug is present then it will occur at any optimization level. Given this further information I investigated and discovered the problem. My system somehow had a broken cygmpfr-4.dll installed in /bin. Given that the assert was from MPFR I should have checked this earlier but I naively a

gcc 4.9.2 cygwin64 internal error parsing decimal float point values

2015-01-17 Thread Marc Reynolds
NOTE: I am not on neither of these mailing list so including me on any messages which might require further information The precompiled binary installed from the package manager labeled "4.9.2-1". The following program reproduces: - int main() { float f = 1.17549435082228750797e-38F;