2013-04-02 Paolo Carlini <paolo.carlini@oracle.com>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Apr 2013 10:20:03 +0000 (10:20 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Apr 2013 10:20:03 +0000 (10:20 +0000)
* obj-c++.dg/try-catch-13.mm: Update per PR56725.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@197345 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/obj-c++.dg/try-catch-13.mm

index 53dc7b0..7462483 100644 (file)
@@ -1,8 +1,12 @@
+2013-04-02  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       * obj-c++.dg/try-catch-13.mm: Update per PR56725.
+
 2013-04-01  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
 
        PR fortran/56660
        * gfortran.dg/namelist_82.f90:  New test.
-       
+
 2013-04-01  Janus Weil  <janus@gcc.gnu.org>
 
        PR fortran/56500
index 905702f..776d57b 100644 (file)
@@ -22,7 +22,7 @@ extern void some_func (int *);
       typeof(q) k = 66;
       some_func (&j);
 /* { dg-error "invalid conversion" "" { target *-*-* } 23 } */ 
-/* { dg-error "initializing argument" "" { target *-*-* } 12 } */
+/* { dg-message "initializing argument" "" { target *-*-* } 12 } */
       some_func (&k);
     }
     @catch (id exc) {
@@ -39,7 +39,7 @@ extern void some_func (int *);
 /* { dg-error "invalid conversion" "" { target *-*-* } 38 } */
 /* The following is disabled as it is already checked above and the testsuites seems 
    to count multiple different identical errors on the same line only once */
-/*  dg-error "initializing argument" "" { target *-*-* } 12  */
+/*  dg-message "initializing argument" "" { target *-*-* } 12  */
     }
     @catch (id exc) {
       @throw;
@@ -54,7 +54,7 @@ extern void some_func (int *);
 /* { dg-error "invalid conversion" "" { target *-*-* } 53 } */
 /* The following is disabled as it is already checked above and the testsuites seems 
    to count multiple different identical errors on the same line only once */
-/*  dg-error "initializing argument" "" { target *-*-* } 12  */
+/*  dg-message "initializing argument" "" { target *-*-* } 12  */
       some_func (&k);
     }
     @catch (id exc) {