This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/42809] Too much noise with -Wconversion



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]