This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/35003] spurious warning using -Wconversion, a do loop, and 8 byte integers
- From: "manu at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Jan 2008 22:30:14 -0000
- Subject: [Bug fortran/35003] spurious warning using -Wconversion, a do loop, and 8 byte integers
- References: <bug-35003-15703@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from manu at gcc dot gnu dot org 2008-01-30 22:30 -------
(In reply to comment #1)
> See also: PR29458
Why? Those two bugs have nothing to do with each other.
BTW, how can a conversion from INTEGER(4) to INTEGER(8) change a value? I think
the Wconversion warning is wrong, not the iterator creation.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35003