summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>2015-02-10 16:44:27 +0000
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>2015-02-10 16:44:27 +0000
commite137219aa01ca68d40d8a522649bc8f682c3dedb (patch)
treec909d228a0caf8de9c03ed7c51a46a5e9a52b140
parent17bbda62d4a55c18b2006850e52de30f7fd89ef8 (diff)
downloadgcc-e137219aa01ca68d40d8a522649bc8f682c3dedb.tar.gz
* common.opt (fstack-reuse): Mark as optimization.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@220588 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/common.opt2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 5da067e2495..1e913da9588 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,9 @@
2015-02-10 Jan Hubicka <hubicka@ucw.cz>
+ * common.opt (fstack-reuse): Mark as optimization.
+
+2015-02-10 Jan Hubicka <hubicka@ucw.cz>
+
PR ipa/64982
* cgraphunit.c (cgraph_node::expand_thunk): Look for stdarg
thunks.
diff --git a/gcc/common.opt b/gcc/common.opt
index 262481ff430..cf4e5035e55 100644
--- a/gcc/common.opt
+++ b/gcc/common.opt
@@ -1372,7 +1372,7 @@ Common Report Var(flag_if_conversion2) Optimization
Perform conversion of conditional jumps to conditional execution
fstack-reuse=
-Common Joined RejectNegative Enum(stack_reuse_level) Var(flag_stack_reuse) Init(SR_ALL)
+Common Joined RejectNegative Enum(stack_reuse_level) Var(flag_stack_reuse) Init(SR_ALL) Optimization
-fstack-reuse=[all|named_vars|none] Set stack reuse level for local variables.
Enum