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 libfortran/22423] Warnings when building libgfortran



------- Comment #19 from fxcoudert at gcc dot gnu dot org  2009-05-07 22:03 -------
We're left with the following:

../../../trunk/libgfortran/io/list_read.c: In function ?nml_read_obj?:
../../../trunk/libgfortran/io/list_read.c:2464: warning: comparison between
?bt? and ?enum <anonymous>?
../../../trunk/libgfortran/io/list_read.c: In function ?nml_get_obj_data?:
../../../trunk/libgfortran/io/list_read.c:2712: warning: comparison between
?bt? and ?enum <anonymous>?
../../../trunk/libgfortran/io/list_read.c:2734: warning: comparison between
?bt? and ?enum <anonymous>?
../../../trunk/libgfortran/io/list_read.c:2768: warning: comparison between
?bt? and ?enum <anonymous>?
../../../trunk/libgfortran/io/write.c: In function ?nml_write_obj?:
../../../trunk/libgfortran/io/write.c:1261: warning: comparison between ?bt?
and ?enum <anonymous>?
../../../trunk/libgfortran/io/write.c:1339: warning: comparison between ?bt?
and ?enum <anonymous>?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22423


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