From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30592 invoked by alias); 18 Dec 2004 04:51:33 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 30536 invoked from network); 18 Dec 2004 04:51:22 -0000 Received: from unknown (HELO mxout5.cac.washington.edu) (140.142.32.135) by sourceware.org with SMTP; 18 Dec 2004 04:51:22 -0000 Received: from dante69.u.washington.edu (dante69.u.washington.edu [140.142.15.50]) by mxout5.cac.washington.edu (8.13.1+UW04.08/8.13.1+UW04.09) with ESMTP id iBI4pLTs028797 for ; Fri, 17 Dec 2004 20:51:21 -0800 Received: from localhost (benjo@localhost) by dante69.u.washington.edu (8.13.1+UW04.08/8.13.1+UW04.12) with ESMTP id iBI4pLsL098918 for ; Fri, 17 Dec 2004 20:51:21 -0800 Date: Sat, 18 Dec 2004 04:51:00 -0000 From: Benjamin Joseph To: gcc-help@gcc.gnu.org Subject: Ancient Fortran, help please Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-SW-Source: 2004-12/txt/msg00174.txt.bz2 Guys, I have this horrible fortran problem. I've got this ancient fortran code that refuses to compile any compiler except Intel Fortran Compiler--which is a problem because the computer we're running on is an Opteron, which is an AMD chipset. If I try to compile it with g77 I get the following error: ------------ DATA TYPE /'VHF ','MINITRCK','C-BAND ','S-BAND ', ^ Type disagreement between expressions at (?) and (^) ------------ I've searched the archives and have gotten some useful information, but it doesn't seem to solve the problem. Here's the relevant post: http://gcc.gnu.org/ml/gcc/1999-11n/msg00535.html If anyone can point me in the right direction I would be eternally grateful. -Ben