aboutsummaryrefslogtreecommitdiff
path: root/gcc/opts.c
diff options
context:
space:
mode:
authorAldy Hernandez <aldyh@redhat.com>2012-01-04 14:58:56 +0000
committerAldy Hernandez <aldyh@gcc.gnu.org>2012-01-04 14:58:56 +0000
commitb6aa8c3385473f791b5bb7d931a55569f41b9aa6 (patch)
tree099f5326d1195127ce6991d3e618532b5fd822ed /gcc/opts.c
parent7ba6572377d8cc69471fc77f37c1880e808c449c (diff)
downloadgcc-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.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;