From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18721 invoked by alias); 18 May 2009 09:28:31 -0000 Received: (qmail 18681 invoked by uid 48); 18 May 2009 09:28:15 -0000 Date: Mon, 18 May 2009 09:28:00 -0000 Message-ID: <20090518092815.18680.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/40039] Procedures as actual arguments: Check intent of arguments In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "janus 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/msg01506.txt.bz2 ------- Comment #5 from janus at gcc dot gnu dot org 2009-05-18 09:28 ------- The commit in comment #4 implements the basic checking of the intents. ToDo: * Improve the error message, which is currently just "Type/rank mismatch in argument ...". Should specify exactly what is not matching, and in which argument. * Fix the intents of non-std intrinsics (which are currently all intent(in)). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40039