This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


On 1/17/2015 21:10, Marc Reynolds wrote:
> 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;
>   return f != 0x0.000002P-126f;
> }
> 

Works for me in all optimization levels, I guess it is something to do
with the compile options used.


Attachment: signature.asc
Description: OpenPGP digital signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]