------- Comment #21 from fxcoudert at gcc dot gnu dot org 2009-06-14 09:06 ------- There's still a bunch of warnings:
../../../trunk/libgfortran/io/list_read.c: In function nml_read_obj: ../../../trunk/libgfortran/io/list_read.c:2345:5: warning: case value 6 not in enumerated type bt ../../../trunk/libgfortran/io/list_read.c:2392:4: warning: case value 6 not in enumerated type bt ../../../trunk/libgfortran/io/list_read.c:2469:31: 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:2717:20: warning: comparison between bt and enum <anonymous> ../../../trunk/libgfortran/io/list_read.c:2739:28: warning: comparison between bt and enum <anonymous> ../../../trunk/libgfortran/io/list_read.c:2773:16: warning: comparison between bt and enum <anonymous> ../../../trunk/libgfortran/io/write.c: In function nml_write_obj: ../../../trunk/libgfortran/io/write.c:1261:17: warning: comparison between bt and enum <anonymous> ../../../trunk/libgfortran/io/write.c:1303:5: warning: case value 6 not in enumerated type bt ../../../trunk/libgfortran/io/write.c:1339:15: warning: comparison between bt and enum <anonymous> ../../../trunk/libgfortran/io/write.c:1372:6: warning: case value 6 not in enumerated type bt There is something quite wrong done here with type "bt" and putting values from a different enum into it. -- fxcoudert at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jb at gcc dot gnu dot org, | |fxcoudert at gcc dot gnu dot | |org Last reconfirmed|2009-05-03 16:28:50 |2009-06-14 09:06:19 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22423