From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24688 invoked by alias); 11 Feb 2007 20:43:48 -0000 Received: (qmail 24645 invoked by uid 48); 11 Feb 2007 20:43:39 -0000 Date: Sun, 11 Feb 2007 20:43:00 -0000 Message-ID: <20070211204339.24644.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/30372] kill intrinsic doesn't diagnose invalid argument kinds In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "kargl 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: 2007-02/txt/msg01220.txt.bz2 ------- Comment #3 from kargl at gcc dot gnu dot org 2007-02-11 20:43 ------- (In reply to comment #2) > Contrary to this, the docs of g77-3.4.6 [1] state: > Status: INTEGER(KIND=1); OPTIONAL; scalar; INTENT(OUT). > INTEGER(KIND=1) in g77 is the default integer kind, which is INTEGER(KIND=4) in gfortran. What needs to be done is either fix check.c to disable non-default integer kinds or fix iresolve.c to force type conversion. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30372