This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/37468] error when combining -i8 with .F files
- From: "charles at schwieters dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 Sep 2008 19:51:58 -0000
- Subject: [Bug fortran/37468] error when combining -i8 with .F files
- References: <bug-37468-16690@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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