aboutsummaryrefslogtreecommitdiff
path: root/gcc/common.opt
diff options
context:
space:
mode:
authorRichard Biener <rguenther@suse.de>2016-11-09 12:37:10 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2016-11-09 12:37:10 +0000
commit6fa161dc80d26369400b891ad2435dbcc9aaf67f (patch)
tree61922d413cef2f81a02f9c9ed118f722c2928ad8 /gcc/common.opt
parent7b649f796a316d1fd97933cd3a60321b77a2fefa (diff)
downloadgcc-6fa161dc80d26369400b891ad2435dbcc9aaf67f.zip
gcc-6fa161dc80d26369400b891ad2435dbcc9aaf67f.tar.gz
gcc-6fa161dc80d26369400b891ad2435dbcc9aaf67f.tar.bz2
common.opt (flag_evaluation_order): Remove.
2016-11-09 Richard Biener <rguenther@suse.de> * common.opt (flag_evaluation_order): Remove. * expr.c (expand_operands): Remove code guarded by flag_evaluation_order. * fold-const.c (reorder_operands_p): Remove, it always returns true. (negate_expr_p): Remove calls to reorder_operands_p. (fold_negate_expr): Likewise. (tree_swap_operands_p): Likewise. (fold_binary_loc): Likewise. From-SVN: r241998
Diffstat (limited to 'gcc/common.opt')
-rw-r--r--gcc/common.opt4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/common.opt b/gcc/common.opt
index a60bebf..314145a 100644
--- a/gcc/common.opt
+++ b/gcc/common.opt
@@ -58,10 +58,6 @@ int flag_incremental_link = 0
Variable
int flag_complex_method = 1
-; Nonzero if subexpressions must be evaluated from left-to-right.
-Variable
-int flag_evaluation_order = 0
-
; Language specific warning pass for unused results.
Variable
bool flag_warn_unused_result = false