Hello,
I realised when I created the small code snippet I accidentally put the
variable "m" in the default integer declaration, I checked it and moving it
(to kind=16) does not make a difference either.
I also checked on Ubuntu-64, same GCC & GFortran version (9.3.0) and I get
the same error mess
Hello,
I've come across an internal compiler error (in GFortran), concerning the
function NINT(), I attach a very simple source code that illustrates the
error. Essentially I am working with 16-byte integers, and there seems no
way to ensure that NINT() returns the correct precision integer. [I a