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
This commit is contained in:
Shujing Zhao 2010-03-18 03:01:09 +00:00 committed by Shujing Zhao
parent 29e8b716ec
commit 316fc112ae
4 changed files with 12 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2010-03-18 Shujing Zhao <pearly.zhao@oracle.com>
* common.opt (dumpdir): Remove redundant tab.
2010-03-17 Martin Jambor <mjambor@suse.cz>
PR tree-optimization/43347

View File

@ -255,7 +255,7 @@ Common Separate
dumpdir
Common Separate
-dumpdir <dir> Set the directory name to be used for dumps
-dumpdir <dir> Set the directory name to be used for dumps
; The version of the C++ ABI in use. The following values are allowed:
;

View File

@ -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

View File

@ -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