diff options
Diffstat (limited to 'gcc-4.6/gcc/flag-types.h')
-rw-r--r-- | gcc-4.6/gcc/flag-types.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc-4.6/gcc/flag-types.h b/gcc-4.6/gcc/flag-types.h index 430ac93..02a13f4 100644 --- a/gcc-4.6/gcc/flag-types.h +++ b/gcc-4.6/gcc/flag-types.h @@ -204,4 +204,11 @@ enum vect_verbosity_levels { MAX_VERBOSITY_LEVEL }; +/* flag_opt_info verbosity levels. */ +enum opt_info_verbosity_levels { + OPT_INFO_NONE = 0, + OPT_INFO_MIN = 1, + OPT_INFO_MED = 2, + OPT_INFO_MAX = 3 +}; #endif /* ! GCC_FLAG_TYPES_H */ |