From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23700 invoked by alias); 7 May 2009 22:03:31 -0000 Received: (qmail 22571 invoked by uid 48); 7 May 2009 22:03:10 -0000 Date: Thu, 07 May 2009 22:03:00 -0000 Message-ID: <20090507220310.22570.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libfortran/22423] Warnings when building libgfortran In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "fxcoudert at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-05/txt/msg00630.txt.bz2 ------- 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 ’ ../../../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 ’ ../../../trunk/libgfortran/io/list_read.c:2734: warning: comparison between ‘bt’ and ‘enum ’ ../../../trunk/libgfortran/io/list_read.c:2768: warning: comparison between ‘bt’ and ‘enum ’ ../../../trunk/libgfortran/io/write.c: In function ‘nml_write_obj’: ../../../trunk/libgfortran/io/write.c:1261: warning: comparison between ‘bt’ and ‘enum ’ ../../../trunk/libgfortran/io/write.c:1339: warning: comparison between ‘bt’ and ‘enum ’ -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22423