OSDN Git Service

* opts.c (finish_options): Remove duplicate sorry.
authoraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 4 Jan 2012 14:58:56 +0000 (14:58 +0000)
committeraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 4 Jan 2012 14:58:56 +0000 (14:58 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182878 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/opts.c

index d01b88d..961f895 100644 (file)
@@ -1,9 +1,6 @@
 2012-01-04  Aldy Hernandez  <aldyh@redhat.com>
 
-       PR middle-end/51212
-       * opts.c (finish_options): Sorry out when using transactional
-       memory and non-call exceptions.
-       * doc/invoke.texi (C Dialect Options): Document it.
+       * opts.c (finish_options): Remove duplicate sorry.
 
 2012-01-04  Aldy Hernandez  <aldyh@redhat.com>
 
index 121cf69..2ed5560 100644 (file)
@@ -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;