diff options
author | Shujing Zhao <pearly.zhao@oracle.com> | 2010-03-18 03:01:09 +0000 |
---|---|---|
committer | Shujing Zhao <pzhao@gcc.gnu.org> | 2010-03-18 03:01:09 +0000 |
commit | 316fc112aec50de832334fd8b1cb00e01d0178d9 (patch) | |
tree | a7554dffbac20eb8675ad112df4cb60b0c71b841 /gcc/fortran | |
parent | 29e8b716ec7b005ec5bb63cc56e13e716f677f50 (diff) | |
download | gcc-316fc112aec50de832334fd8b1cb00e01d0178d9.zip gcc-316fc112aec50de832334fd8b1cb00e01d0178d9.tar.gz gcc-316fc112aec50de832334fd8b1cb00e01d0178d9.tar.bz2 |
common.opt (dumpdir): Remove redundant tab.
gcc/
2010-03-18 Shujing Zhao <pearly.zhao@oracle.com>
* common.opt (dumpdir): Remove redundant tab.
gcc/fortran
2010-03-18 Shujing Zhao <pearly.zhao@oracle.com>
* lang.opt (-ffixed-line-length-, ffree-line-length-): Remove
redundant tab.
From-SVN: r157529
Diffstat (limited to 'gcc/fortran')
-rw-r--r-- | gcc/fortran/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/fortran/lang.opt | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index e445a6a..231deaa 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,8 @@ +2010-03-18 Shujing Zhao <pearly.zhao@oracle.com> + + * lang.opt (-ffixed-line-length-, ffree-line-length-): Remove + redundant tab. + 2010-03-17 Tobias Burnus <burnus@net-b.de> PR fortran/43331 diff --git a/gcc/fortran/lang.opt b/gcc/fortran/lang.opt index a52e643..7ea06c2 100644 --- a/gcc/fortran/lang.opt +++ b/gcc/fortran/lang.opt @@ -246,7 +246,7 @@ Allow arbitrary character line width in fixed mode ffixed-line-length- Fortran RejectNegative Joined UInteger --ffixed-line-length-<n> Use n as character line width in fixed mode +-ffixed-line-length-<n> Use n as character line width in fixed mode ffpe-trap= Fortran RejectNegative JoinedOrMissing @@ -262,7 +262,7 @@ Allow arbitrary character line width in free mode ffree-line-length- Fortran RejectNegative Joined UInteger --ffree-line-length-<n> Use n as character line width in free mode +-ffree-line-length-<n> Use n as character line width in free mode fimplicit-none Fortran |