]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gcc.dg/func-ptr-conv-1.c: Update column info.
authorAldy Hernandez <aldyh@redhat.com>
Wed, 17 Jun 2009 12:59:39 +0000 (12:59 +0000)
committerAldy Hernandez <aldyh@gcc.gnu.org>
Wed, 17 Jun 2009 12:59:39 +0000 (12:59 +0000)
From-SVN: r148609

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/func-ptr-conv-1.c

index d70b5cae6935e98b3d7f5d69bf47e7d0f057c133..42ec5145b8ea24cce954f2c9de128ab0b3b6e85e 100644 (file)
@@ -1,3 +1,7 @@
+2009-06-17  Aldy Hernandez  <aldyh@redhat.com>
+
+       * gcc.dg/func-ptr-conv-1.c: Update column info.
+
 2009-06-17  Richard Guenther  <rguenther@suse.de>
 
        PR middle-end/40404
index c331fbc88fc88f8a3cd72044ffb02f8b8b33b9f8..5c8a101343ea9b35c0640a1036b966563c7b40e4 100644 (file)
@@ -37,8 +37,8 @@ g(void)
   fp = c5; /* { dg-warning "6:pointer" "bad conversion" } */
   fp = (void (*)(void))v5; /* { dg-warning "8:pointer" "bad conversion" } */
   fp = (void (*)(void))c5; /* { dg-warning "8:pointer" "bad conversion" } */
-  (a ? f : v3); /* { dg-warning "6:pointer" "bad conversion" } */
-  (a ? v2 : fp); /* { dg-warning "6:pointer" "bad conversion" } */
+  (a ? f : v3); /* { dg-warning "10:pointer" "bad conversion" } */
+  (a ? v2 : fp); /* { dg-warning "11:pointer" "bad conversion" } */
   /* The following are OK.  */
   fp = 0;
   fp = (void *)0;