This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
[patch, fortan] Fix PR35019
- From: Daniel Franke <franke dot daniel at gmail dot com>
- To: fortran at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Sun, 10 Feb 2008 14:59:51 +0100
- Subject: [patch, fortan] Fix PR35019
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date:user-agent:mime-version:content-type:message-id; bh=HlTlFbAOFGt2SaywC4A1rwMPXDj1OYXYEtP/EFNrfUU=; b=N/AC2hCm5R/olQi+hlVH7zphmPc87iR4cLwXUUia8IIkszVz79Ek/JnbC7gJIRaznnJrhqVSiZKT+wFbNT0dsbgftDJb4Y3Nnj8x3Xygbmv/z4wIlboN15IVB7AhKxn9Eour6WofevAxG7yBnj9EdkX3Qzy26HKVVmmju/N7IHc=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:mime-version:content-type:message-id; b=g8SI7KxkxtcqAaGyCikzOJ7q3BW3VWARatBuDHx3/E4ufZ3LPAnvpM34Ez4woceAcHzzQ5Cuko8wWkPBWkX05rvu/qw3fFjtZifqODvajc9KjFhkdcwfvy79l5JFQPOjS8vUAu/wSXfvban1MMvYBF7XrAOOK3Im5qGsV4OLDUA=
2008-02-10 Daniel Franke <franke.daniel@gmail.com>
fortran/PR35019
* lang.opt: Allow '-J<dir>' next to '-J <dir>',
likewise '-I <dir>' and '-I<dir>'.
Ok for trunk after reopening? As the changes are minimal and
a usability improvement only, ok for 4.3?
Regards
Daniel
Index: lang.opt
===================================================================
--- lang.opt (revision 132212)
+++ lang.opt (working copy)
@@ -25,11 +25,11 @@ Language
Fortran
I
-Fortran Joined
+Fortran Joined Separate
-I<directory> Add a directory for INCLUDE and MODULE searching
J
-Fortran Joined
+Fortran Joined Separate
-J<directory> Put MODULE files in 'directory'
Wall