This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/49627] New: NINT(x,16) doesn't work (at all, ever, I don't think)
- From: "marcus.appleby at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 4 Jul 2011 11:57:42 +0000
- Subject: [Bug fortran/49627] New: NINT(x,16) doesn't work (at all, ever, I don't think)
- Auto-submitted: auto-generated
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49627
Summary: NINT(x,16) doesn't work (at all, ever, I don't think)
Product: gcc
Version: 4.6.1
Status: UNCONFIRMED
Severity: blocker
Priority: P3
Component: fortran
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: marcus.appleby@gmail.com
Created attachment 24672
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24672
very short (5 line) program illlustrating problem
I don't think there is much to say beyond the summary. I think that when you
wrote the code for this function you never actually checked that it will
produce kind 16 integers. I have attached a test program which produces a
compiler error.