aboutsummaryrefslogtreecommitdiff
path: root/gcc/opts.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/opts.c')
-rw-r--r--gcc/opts.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/opts.c b/gcc/opts.c
index 121cf69..2ed5560 100644
--- a/gcc/opts.c
+++ b/gcc/opts.c
@@ -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;