From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30196 invoked by alias); 17 Apr 2007 12:21:51 -0000 Received: (qmail 29969 invoked by uid 48); 17 Apr 2007 12:21:34 -0000 Date: Tue, 17 Apr 2007 12:21:00 -0000 Message-ID: <20070417122134.29968.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/31594] gfortran failed to compiled a 'valid' code In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "deji_aking at yahoo dot ca" 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-04/txt/msg01211.txt.bz2 ------- Comment #5 from deji_aking at yahoo dot ca 2007-04-17 13:21 ------- Yes adding compiling with -ffixed-line-length-80 solved the issue for me, thanks to you both. I've noticed the original author of that code used tabs in a couple of space he should have used spaces, the other compilers I tried with probably sees the tab as a single separator while gfortran fleshed it out to 3 spaces. I've added -ffixed-line-length-80 to the Makefile to handle similar other cases in the model. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31594