From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6921 invoked by alias); 14 Jan 2005 23:08:25 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 6914 invoked by uid 48); 14 Jan 2005 23:08:21 -0000 Date: Fri, 14 Jan 2005 23:08:00 -0000 Message-ID: <20050114230821.6913.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050111233726.19387.sje@cup.hp.com> References: <20050111233726.19387.sje@cup.hp.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug fortran/19387] Fortran compiler tries to print HOST_WIDE_INT with %d format X-Bugzilla-Reason: CC X-SW-Source: 2005-01/txt/msg01894.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-14 23:08 ------- There are two ways to fix this, one way is to use gcc's diagnostic hooks (which is the long term fix). Another way to fix this would be to make a new format for fortran's diagnostic functions which takes a HOST_WIDE_INT and that will fix this problem very quickly and most likely can be done for 4.0.0. -- What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed| |1 Keywords| |diagnostic Last reconfirmed|0000-00-00 00:00:00 |2005-01-14 23:08:20 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19387