mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-13 05:43:45 +08:00
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:
parent
29e8b716ec
commit
316fc112ae
@ -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
|
||||
|
@ -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:
|
||||
;
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user