From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7774 invoked by alias); 19 Mar 2010 17:40:35 -0000 Received: (qmail 7662 invoked by uid 48); 19 Mar 2010 17:40:21 -0000 Date: Fri, 19 Mar 2010 17:40:00 -0000 Message-ID: <20100319174021.7661.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/43409] I/O: INQUIRE for SIZE does not work. In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "burnus 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: 2010-03/txt/msg01880.txt.bz2 ------- Comment #5 from burnus at gcc dot gnu dot org 2010-03-19 17:40 ------- (In reply to comment #4) > size.1 is always kind=4 so we may need some error checks if someone tries to > stuff a large file size into a small space. Thus, we should change the ABI at some point (e.g. when doing the array desc. update). For too large files, one can meanwhile return -1 ("If the file size cannot be determined"). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43409