From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23305 invoked by alias); 17 Dec 2007 14:15:32 -0000 Received: (qmail 23296 invoked by uid 22791); 17 Dec 2007 14:15:31 -0000 X-Spam-Check-By: sourceware.org Received: from exprod6og107.obsmtp.com (HELO exprod6og107.obsmtp.com) (64.18.1.208) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 17 Dec 2007 14:15:25 +0000 Received: from source ([192.150.20.142]) by exprod6ob107.postini.com ([64.18.5.12]) with SMTP; Mon, 17 Dec 2007 06:15:21 PST Received: from inner-relay-3.eur.adobe.com (inner-relay-3b [10.128.4.236]) by outbound-smtp-2.corp.adobe.com (8.12.10/8.12.10) with ESMTP id lBHEFKGb023520; Mon, 17 Dec 2007 06:15:20 -0800 (PST) Received: from fe1.corp.adobe.com (fe1.corp.adobe.com [10.8.192.70]) by inner-relay-3.eur.adobe.com (8.12.10/8.12.9) with ESMTP id lBHEFIFV013884; Mon, 17 Dec 2007 06:15:19 -0800 (PST) Received: from namailgen.corp.adobe.com ([10.8.192.91]) by fe1.corp.adobe.com with Microsoft SMTPSVC(6.0.3790.1830); Mon, 17 Dec 2007 06:15:18 -0800 Received: from 10.32.16.88 ([10.32.16.88]) by namailgen.corp.adobe.com ([10.8.192.91]) via Exchange Front-End Server namailhost.corp.adobe.com ([10.8.192.72]) with Microsoft Exchange Server HTTP-DAV ; Mon, 17 Dec 2007 14:15:15 +0000 User-Agent: Microsoft-Entourage/11.3.6.070618 Date: Mon, 17 Dec 2007 14:15:00 -0000 Subject: Re: gFortran problem compiling complex character strings From: John Love-Jensen To: "Atwood, Robert C" , MSX to GCC Message-ID: In-Reply-To: <2CB39EAF0E0EFF498ADEDA636B8C999F05574A8E@icex1.ic.ac.uk> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2007-12/txt/msg00311.txt.bz2 Hi Robert, > Now I am curious why that would be, I was under the impression that (in > absence of any flags) the 72 char was the default in g77? Since his line was 73 characters long, it was one character too long for the 72 character default. --Eljay