OSDN Git Service

* gcc.dg/func-ptr-conv-1.c: Update column info.
authoraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 17 Jun 2009 12:59:39 +0000 (12:59 +0000)
committeraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 17 Jun 2009 12:59:39 +0000 (12:59 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148609 138bc75d-0d04-0410-961f-82ee72b054a4

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

index d70b5ca..42ec514 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 c331fbc..5c8a101 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;