exceptions-3.mm: Remove check for message no longer emitted.
authorAndreas Schwab <schwab@gcc.gnu.org>
Thu, 15 May 2014 09:34:27 +0000 (09:34 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Thu, 15 May 2014 09:34:27 +0000 (09:34 +0000)
* obj-c++.dg/exceptions-3.mm: Remove check for message no longer
emitted.
* obj-c++.dg/exceptions-5.mm: Likewise.

From-SVN: r210464

gcc/cp/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/obj-c++.dg/exceptions-3.mm
gcc/testsuite/obj-c++.dg/exceptions-5.mm

index d60f6b3..776a416 100644 (file)
@@ -27,7 +27,7 @@
        (add_function_candidate): Pass actual argument, rather than type, to
        bad_arg_conversion_rejection.
        (print_conversion_rejection): Explain what's wrong with the conversion.
-       (print_z_candidate): Say "candidate:" before each candidate.
+       (print_z_candidates): Say "candidate:" before each candidate.
        (splice_viable): Be strict if we see a viable or template candidate.
        (build_user_type_conversion_1): Pass false to strict parameter.
        (perform_overload_resolution, build_conditional_expr_1): Likewise.
index 7df284e..0146e0c 100644 (file)
@@ -1,3 +1,9 @@
+2014-05-15  Andreas Schwab  <schwab@suse.de>
+
+       * obj-c++.dg/exceptions-3.mm: Remove check for message no longer
+       emitted.
+       * obj-c++.dg/exceptions-5.mm: Likewise.
+
 2014-05-15  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
 
        * shrink-wrap-loop.c: New test case.
 2014-05-14  Andrey Belevantsev  <abel@ispras.ru>
 
        PR rtl-optimization/60866
-       * gcc.dg/pr60866.c: New test. 
+       * gcc.dg/pr60866.c: New test.
 
 2014-05-14  Andrey Belevantsev  <abel@ispras.ru>
 
        PR rtl-optimization/60901
-       * gcc.target/i386/pr60901.c: New test. 
+       * gcc.target/i386/pr60901.c: New test.
 
 2014-05-14  Yury Gribov  <y.gribov@samsung.com>
 
index bf0be01..3e6a775 100644 (file)
@@ -73,7 +73,6 @@ int test (id object)
     {                     /* { dg-error "no matching function" "" { target *-*-* } 72 } */
       dummy++;            /* { dg-message "MyObject" "" { target *-*-* } 13 } */
     }                     /* { dg-message "candidate" "" { target *-*-* } 13 } */
-                          /* { dg-message "candidates" "" { target *-*-* } 72 } */
   @try { @throw object; }
   @catch (static MyObject *x) /* { dg-error "storage class" } */
     {
index 1ea9a6f..087533b 100644 (file)
@@ -73,7 +73,6 @@ int test (id object)
     {                     /* { dg-error "no matching function" "" { target *-*-* } 72 } */
       dummy++;            /* { dg-message "MyObject" "" { target *-*-* } 13 } */
     }                     /* { dg-message "candidate" "" { target *-*-* } 13 } */
-                          /* { dg-message "candidate" "" { target *-*-* } 72 } */
 
   @try { @throw object; }
   @catch (static MyObject *) /* { dg-error "storage class" } */