re PR c++/56725 (extra spaces in error message)
authorPaolo Carlini <paolo.carlini@oracle.com>
Tue, 2 Apr 2013 10:20:03 +0000 (10:20 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Tue, 2 Apr 2013 10:20:03 +0000 (10:20 +0000)
2013-04-02  Paolo Carlini  <paolo.carlini@oracle.com>

* obj-c++.dg/try-catch-13.mm: Update per PR56725.

From-SVN: r197345

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) {