X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=gcc%2Fcommon.opt;h=c21c6769164077c64956147bde503e294c349e2a;hp=dd672a0357f15d7aa4bb6f2e6123f3e91eab1e7f;hb=ab3728ee2629f19f7fbcbc950cc4d3a8f7d94740;hpb=04f8b8f313f3e09a7a9b9cd5905b9968eb132a60 diff --git a/gcc/common.opt b/gcc/common.opt index dd672a0357f..c21c6769164 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -129,6 +129,10 @@ unsigned int initial_max_fld_align = TARGET_DEFAULT_PACK_STRUCT Variable enum vect_verbosity_levels user_vect_verbosity_level = MAX_VERBOSITY_LEVEL +; Type of stack check. +Variable +enum stack_check_type flag_stack_check = NO_STACK_CHECK + ; -dA causes debug 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 @@ -831,7 +835,7 @@ Common Driver JoinedOrMissing RejectNegative Var(flag_compare_debug_opt) -fcompare-debug[=] Compile with and without e.g. -gtoggle, and compare the final-insns dump fcompare-debug-second -Common Driver RejectNegative +Common Driver RejectNegative Var(flag_compare_debug) Run only the second compilation of -fcompare-debug fconserve-stack