mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-31 15:11:04 +08:00
Should have been in previous checkin.
From-SVN: r143572
This commit is contained in:
parent
42ab5b2869
commit
403066cf92
@ -5468,8 +5468,9 @@ Attempt to merge identical constants and identical variables.
|
||||
This option implies @option{-fmerge-constants}. In addition to
|
||||
@option{-fmerge-constants} this considers e.g.@: even constant initialized
|
||||
arrays or initialized constant variables with integral or floating point
|
||||
types. Languages like C or C++ require each non-automatic variable to
|
||||
have distinct location, so using this option will result in non-conforming
|
||||
types. Languages like C or C++ require each variable, including multiple
|
||||
instances of the same variable in recursive calls, to have distinct locations,
|
||||
so using this option will result in non-conforming
|
||||
behavior.
|
||||
|
||||
@item -fmodulo-sched
|
||||
|
Loading…
x
Reference in New Issue
Block a user