From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6233 invoked by alias); 20 May 2008 17:18:57 -0000 Received: (qmail 6224 invoked by uid 22791); 20 May 2008 17:18:55 -0000 X-Spam-Check-By: sourceware.org Received: from ahmler3.mail.eds.com (HELO ahmler3.mail.eds.com) (192.85.154.74) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 20 May 2008 17:18:33 +0000 Received: from ahmlir5.mail.eds.com (ahmlir5-2.mail.eds.com [192.85.154.135]) by ahmler3.mail.eds.com (8.14.2/8.13.8) with ESMTP id m4KHIUcw013709 for ; Tue, 20 May 2008 13:18:30 -0400 Received: from ahmlir5.mail.eds.com ([130.175.222.180]) by ahmlir5.mail.eds.com (8.13.8/8.12.10) with ESMTP id m4KHIUnj008820 for ; Tue, 20 May 2008 13:18:30 -0400 Received: from ahmlir5.mail.eds.com (localhost [127.0.0.1]) by ahmlir5.mail.eds.com (8.13.8/8.12.10) with ESMTP id m4KHIMsk008350 for ; Tue, 20 May 2008 13:18:23 -0400 Received: from usahm016.amer.corp.eds.com ([130.175.198.26]) by ahmlir5.mail.eds.com (8.13.8/8.12.10) with ESMTP id m4KHIMua008341 for ; Tue, 20 May 2008 13:18:22 -0400 X-EDSINT-Source-Ip: 130.175.198.26 Received: from usahm209.amer.corp.eds.com ([130.175.198.41]) by usahm016.amer.corp.eds.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 20 May 2008 13:18:22 -0400 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: gfortran force upper case Date: Tue, 20 May 2008 17:31:00 -0000 Message-ID: From: "Gamble, Rob" To: X-CFilter-Loop: Reflected 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: 2008-05/txt/msg00206.txt.bz2 I am using gfortran in order to create some fortran object files on a 64-bit workstation. I previously used g77 with the -fcase-upper option. This option is not available with the gfortran compiler. Is there another option that accomplishes the same thing? Regards, Rob. =20