From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10520 invoked by alias); 13 Jul 2010 17:34:30 -0000 Received: (qmail 10430 invoked by uid 48); 13 Jul 2010 17:34:20 -0000 Date: Tue, 13 Jul 2010 17:34:00 -0000 Message-ID: <20100713173420.10429.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/25829] [F2003] Asynchronous IO support 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-07/txt/msg01427.txt.bz2 ------- Comment #18 from burnus at gcc dot gnu dot org 2010-07-13 17:34 ------- Reminder: The function decl ("fn spec") needs to be updated for asynchronous I/O; in particular WAIT needs to have the "X" (unused argument) removed. Possibly, other function names should be used to keep the nonclobber of the current transfer functions. Cf. also PR 43665. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25829