From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1322 invoked by alias); 23 Jul 2007 05:46:38 -0000 Received: (qmail 1294 invoked by uid 48); 23 Jul 2007 05:46:27 -0000 Date: Mon, 23 Jul 2007 05:46:00 -0000 Message-ID: <20070723054627.1293.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libfortran/32784] [win32] Using 'con' as assigned file generates Fortran runtime error: File 'con' does not exist In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "jvdelisle 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-07/txt/msg02303.txt.bz2 ------- Comment #16 from jvdelisle at gcc dot gnu dot org 2007-07-23 05:46 ------- I tried my latest updated patch in DOS terminal window as you suggested and it works OK, provided the file name is CONOUT$. If it is con or CON, I get an error of file already exists. I will think about that some more. Maybe we should make it match "con" with case ignored. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32784