Document -fallocation-dce.
2019-11-14 Martin Liska <mliska@suse.cz> PR other/92329 * doc/invoke.texi: Document -fallocation-dce. From-SVN: r278211
This commit is contained in:
parent
7d5e600511
commit
0840ffdf4e
2 changed files with 10 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2019-11-14 Martin Liska <mliska@suse.cz>
|
||||||
|
|
||||||
|
PR other/92329
|
||||||
|
* doc/invoke.texi: Document -fallocation-dce.
|
||||||
|
|
||||||
2019-11-14 Martin Liska <mliska@suse.cz>
|
2019-11-14 Martin Liska <mliska@suse.cz>
|
||||||
|
|
||||||
PR target/92389
|
PR target/92389
|
||||||
|
|
|
@ -407,7 +407,7 @@ Objective-C and Objective-C++ Dialects}.
|
||||||
-falign-jumps[=@var{n}[:@var{m}:[@var{n2}[:@var{m2}]]]] @gol
|
-falign-jumps[=@var{n}[:@var{m}:[@var{n2}[:@var{m2}]]]] @gol
|
||||||
-falign-labels[=@var{n}[:@var{m}:[@var{n2}[:@var{m2}]]]] @gol
|
-falign-labels[=@var{n}[:@var{m}:[@var{n2}[:@var{m2}]]]] @gol
|
||||||
-falign-loops[=@var{n}[:@var{m}:[@var{n2}[:@var{m2}]]]] @gol
|
-falign-loops[=@var{n}[:@var{m}:[@var{n2}[:@var{m2}]]]] @gol
|
||||||
-fallow-store-data-races @gol
|
-fno-allocation-dce -fallow-store-data-races @gol
|
||||||
-fassociative-math -fauto-profile -fauto-profile[=@var{path}] @gol
|
-fassociative-math -fauto-profile -fauto-profile[=@var{path}] @gol
|
||||||
-fauto-inc-dec -fbranch-probabilities @gol
|
-fauto-inc-dec -fbranch-probabilities @gol
|
||||||
-fcaller-saves @gol
|
-fcaller-saves @gol
|
||||||
|
@ -10267,6 +10267,10 @@ The maximum allowed @var{n} option value is 65536.
|
||||||
|
|
||||||
Enabled at levels @option{-O2}, @option{-O3}.
|
Enabled at levels @option{-O2}, @option{-O3}.
|
||||||
|
|
||||||
|
@item -fno-allocation-dce
|
||||||
|
@opindex fno-allocation-dce
|
||||||
|
Do not remove unused C++ allocations in dead code elimination.
|
||||||
|
|
||||||
@item -fallow-store-data-races
|
@item -fallow-store-data-races
|
||||||
@opindex fallow-store-data-races
|
@opindex fallow-store-data-races
|
||||||
Allow the compiler to introduce new data races on stores.
|
Allow the compiler to introduce new data races on stores.
|
||||||
|
|
Loading…
Add table
Reference in a new issue