From: Martin Liska Date: Thu, 14 Nov 2019 08:43:29 +0000 (+0100) Subject: Document -fallocation-dce. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0840ffdf4e3568ba586371682ef485f9e5d31ae2;p=gcc.git Document -fallocation-dce. 2019-11-14 Martin Liska PR other/92329 * doc/invoke.texi: Document -fallocation-dce. From-SVN: r278211 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 48cc4394ae5..6060edff243 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2019-11-14 Martin Liska + + PR other/92329 + * doc/invoke.texi: Document -fallocation-dce. + 2019-11-14 Martin Liska PR target/92389 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index a5a06262848..69f057e7a12 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -407,7 +407,7 @@ Objective-C and Objective-C++ Dialects}. -falign-jumps[=@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 --fallow-store-data-races @gol +-fno-allocation-dce -fallow-store-data-races @gol -fassociative-math -fauto-profile -fauto-profile[=@var{path}] @gol -fauto-inc-dec -fbranch-probabilities @gol -fcaller-saves @gol @@ -10267,6 +10267,10 @@ The maximum allowed @var{n} option value is 65536. 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 @opindex fallow-store-data-races Allow the compiler to introduce new data races on stores.