https://gcc.gnu.org/g:7cd1c368b5442585b19ca6075b892252ca74ad98

commit 7cd1c368b5442585b19ca6075b892252ca74ad98
Author: Michael Matz <[email protected]>
Date:   Mon Feb 19 00:46:07 2018 +0100

    Add -ftry-patch flag
    
    for conveniently switching testing between a compiler with
    the current in-development patch active or inactive (the patch
    has to make use of the flag_try_patch option of course).

Diff:
---
 gcc/common.opt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gcc/common.opt b/gcc/common.opt
index d6ef85928f33..7188b062116a 100644
--- a/gcc/common.opt
+++ b/gcc/common.opt
@@ -2795,6 +2795,10 @@ ftree-scev-cprop
 Common Report Var(flag_tree_scev_cprop) Init(1) Optimization
 Enable copy propagation of scalar-evolution information.
 
+ftry-patch
+Common Report Var(flag_try_patch) Init(1) Optimization
+Try the patch.
+
 ; -fverbose-asm causes extra commentary information to be produced in
 ; the generated assembly code (to make it more readable).  This option
 ; is generally only of use to those who actually need to read the

Reply via email to