This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/42809] Too much noise with -Wconversion
- From: "anlauf at gmx dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Jan 2010 23:02:17 -0000
- Subject: [Bug fortran/42809] Too much noise with -Wconversion
- References: <bug-42809-6318@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from anlauf at gmx dot de 2010-01-20 23:02 -------
Created an attachment (id=19669)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19669&action=view)
Partial patch for conversion at assignment
A patch that addresses the trivial part of the problem:
the conversions from kind(x) to kind(y), where x < y
Not too elegant, but works.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42809