diff options
author | Aldy Hernandez <aldyh@redhat.com> | 2012-01-04 14:58:56 +0000 |
---|---|---|
committer | Aldy Hernandez <aldyh@gcc.gnu.org> | 2012-01-04 14:58:56 +0000 |
commit | b6aa8c3385473f791b5bb7d931a55569f41b9aa6 (patch) | |
tree | 099f5326d1195127ce6991d3e618532b5fd822ed /gcc/opts.c | |
parent | 7ba6572377d8cc69471fc77f37c1880e808c449c (diff) | |
download | gcc-b6aa8c3385473f791b5bb7d931a55569f41b9aa6.zip gcc-b6aa8c3385473f791b5bb7d931a55569f41b9aa6.tar.gz gcc-b6aa8c3385473f791b5bb7d931a55569f41b9aa6.tar.bz2 |
opts.c (finish_options): Remove duplicate sorry.
* opts.c (finish_options): Remove duplicate sorry.
From-SVN: r182878
Diffstat (limited to 'gcc/opts.c')
-rw-r--r-- | gcc/opts.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -666,9 +666,6 @@ finish_options (struct gcc_options *opts, struct gcc_options *opts_set, if (opts->x_flag_tm && opts->x_flag_non_call_exceptions) sorry ("transactional memory is not supported with non-call exceptions"); - if (opts->x_flag_tm && opts->x_flag_non_call_exceptions) - sorry ("transactional memory is not supported with non-call exceptions"); - /* -Wmissing-noreturn is alias for -Wsuggest-attribute=noreturn. */ if (opts->x_warn_missing_noreturn) opts->x_warn_suggest_attribute_noreturn = true; |