diff options
author | Neil Booth <neil@daikokuya.co.uk> | 2003-06-22 20:21:35 +0000 |
---|---|---|
committer | Neil Booth <neil@gcc.gnu.org> | 2003-06-22 20:21:35 +0000 |
commit | d302c9d6ce91b34207b0572446b0eae5a671cfd5 (patch) | |
tree | 4843b7e9c3d4f090f620260883d5ea7c06a635d5 /gcc/common.opt | |
parent | 1b170b55624f9a4543692f1681bacb1d9da0ea88 (diff) | |
download | gcc-d302c9d6ce91b34207b0572446b0eae5a671cfd5.zip gcc-d302c9d6ce91b34207b0572446b0eae5a671cfd5.tar.gz gcc-d302c9d6ce91b34207b0572446b0eae5a671cfd5.tar.bz2 |
common.opt: Add -finline-limit.
* common.opt: Add -finline-limit.
* opts.c (common_handle_options): Handle it.
* opts.sh: Temporary kludge for -finline-limit.
* toplev.c (decode_f_option, independent_decode_option): Die.
(parse_options_and_default_flags): No independent_decode_option.
From-SVN: r68348
Diffstat (limited to 'gcc/common.opt')
-rw-r--r-- | gcc/common.opt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/common.opt b/gcc/common.opt index 331199f..cca70d6 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -307,6 +307,12 @@ Common finline-functions Common +finline-limit- +Common RejectNegative Joined UInteger + +finline-limit= +Common RejectNegative Joined UInteger + finstrument-functions Common |