From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28612 invoked by alias); 11 Sep 2008 19:53:17 -0000 Received: (qmail 28417 invoked by uid 48); 11 Sep 2008 19:51:58 -0000 Date: Thu, 11 Sep 2008 19:53:00 -0000 Message-ID: <20080911195158.28416.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/37468] error when combining -i8 with .F files In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "charles at schwieters dot org" 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: 2008-09/txt/msg01395.txt.bz2 ------- Comment #2 from charles at schwieters dot org 2008-09-11 19:51 ------- thanks for pointing that out. -fdefault-integer-8 works fine. However, the -i8 behavior *is* confusing: % gfortran -c -i8 t.f % gfortran -c -i8 t.F cc1: error: unrecognized command line option "-i8" i.e. it *seems* to work for .f files, but not for .F files. -- charles at schwieters dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Resolution|INVALID | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37468