From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13323 invoked by alias); 29 Jun 2013 14:07:46 -0000 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 Received: (qmail 13312 invoked by uid 89); 29 Jun 2013 14:07:46 -0000 X-Spam-SWARE-Status: No, score=0.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,SPF_PASS autolearn=ham version=3.3.1 Received: from mail-ve0-f196.google.com (HELO mail-ve0-f196.google.com) (209.85.128.196) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Sat, 29 Jun 2013 14:07:41 +0000 Received: by mail-ve0-f196.google.com with SMTP id da11so1299116veb.3 for ; Sat, 29 Jun 2013 07:07:39 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.58.235.69 with SMTP id uk5mr7146228vec.17.1372514859443; Sat, 29 Jun 2013 07:07:39 -0700 (PDT) Received: by 10.58.76.168 with HTTP; Sat, 29 Jun 2013 07:07:39 -0700 (PDT) Date: Sun, 30 Jun 2013 02:24:00 -0000 Message-ID: Subject: converting from microsoft fortran From: Donald Sheriff To: gcc-help@gcc.gnu.org Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2013-06/txt/msg00232.txt.bz2 Hi I am trying to convert a program written in m$ fortran and am getting this error: gfortran wnsndt2.for wnsndt2.for:197.13: 9KARK*23(4)/'BS6399-BASIC CODE-SYM ', 1 Error: Syntax error in data declaration at (1) (The error is at the left bracket if the spacing doesn't show) The full program is here: https://dl.dropboxusercontent.com/u/52473465/wnsndt2.for Can anyone help me with the gcc syntax? Thanks