From: Daniel Franke Date: Sun, 10 Feb 2008 15:01:39 +0000 (-0500) Subject: re PR fortran/35019 (Gfortran does not support "-J " only "-J") X-Git-Tag: releases/gcc-4.3.0~221 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d39d4151c97209560943f8342070ca7be64b72d;p=thirdparty%2Fgcc.git re PR fortran/35019 (Gfortran does not support "-J " only "-J") 2008-02-10 Daniel Franke fortran/PR35019 * lang.opt: Allow '-J' next to '-J ', likewise '-I ' and '-I'. From-SVN: r132213 --- diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 54958f738e25..1aa75d6d5178 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,9 @@ +2008-02-10 Daniel Franke + + fortran/PR35019 + * lang.opt: Allow '-J' next to '-J ', + likewise '-I ' and '-I'. + 2008-02-06 Kaveh R. Ghazi PR other/35107 diff --git a/gcc/fortran/lang.opt b/gcc/fortran/lang.opt index 55e8b5160289..bc48e78bd3ab 100644 --- a/gcc/fortran/lang.opt +++ b/gcc/fortran/lang.opt @@ -25,11 +25,11 @@ Language Fortran I -Fortran Joined +Fortran Joined Separate -I Add a directory for INCLUDE and MODULE searching J -Fortran Joined +Fortran Joined Separate -J Put MODULE files in 'directory' Wall