From ab3728ee2629f19f7fbcbc950cc4d3a8f7d94740 Mon Sep 17 00:00:00 2001 From: jsm28 Date: Wed, 1 Dec 2010 13:58:52 +0000 Subject: * common.opt (flag_stack_check): New Variable entry. (fcompare-debug-second): Use Var. * flags.h (flag_compare_debug, flag_stack_check): Remove. * opts.c (flag_compare_debug): Remove. (common_handle_option): Don't handle OPT_fcompare_debug_second. Set opts->x_flag_stack_check for OPT_fstack_check_. * toplev.c (flag_stack_check): Remove. ada: * gcc-interface/misc.c (flag_compare_debug, flag_stack_check): Undefine as macros then define as variables. (gnat_post_options): Set variables from global_options. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167331 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/toplev.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'gcc/toplev.c') diff --git a/gcc/toplev.c b/gcc/toplev.c index 2cef957c30b..78985cbbfc8 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -170,9 +170,6 @@ int flag_permissive = 0; the support provided depends on the backend. */ rtx stack_limit_rtx; -/* Type of stack check. */ -enum stack_check_type flag_stack_check = NO_STACK_CHECK; - /* True if the user has tagged the function with the 'section' attribute. */ -- cgit v1.2.1