Quantcast
Channel: Intel® Software - Intel® Fortran Compiler for Linux* and macOS*
Viewing all articles
Browse latest Browse all 2746

XE 13 format statment prints negative zero

$
0
0

We are upgrading Intel Fortran compiler from 11.1.072 to XE 2013 U2.

In testing, we found out that 2013 is printing negative zero in some instances where the number that is being printed is a very small negative number.

For example:

Program main
implicit none
real float
float = -0.00005
write (*,1000) float
1000 format(F5.3)
End Program

Compiler 11.1.072 prints 0.000 where as the new XE 2013 U2 prints -.000

I was looking for a compiler switch to print the old answer without modifying the code, but couldn't find any.

Did anyone experience the same? 

Thanks for your help,
- Pramod


Viewing all articles
Browse latest Browse all 2746

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>