From: Aldy Hernandez Date: Wed, 17 Jun 2009 12:59:39 +0000 (+0000) Subject: * gcc.dg/func-ptr-conv-1.c: Update column info. X-Git-Tag: releases/gcc-4.5.0~5158 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6958c7802c3e7e62f3f56a0b0319beed6879d7e8;p=thirdparty%2Fgcc.git * gcc.dg/func-ptr-conv-1.c: Update column info. From-SVN: r148609 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index d70b5cae6935..42ec5145b8ea 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2009-06-17 Aldy Hernandez + + * gcc.dg/func-ptr-conv-1.c: Update column info. + 2009-06-17 Richard Guenther PR middle-end/40404 diff --git a/gcc/testsuite/gcc.dg/func-ptr-conv-1.c b/gcc/testsuite/gcc.dg/func-ptr-conv-1.c index c331fbc88fc8..5c8a101343ea 100644 --- a/gcc/testsuite/gcc.dg/func-ptr-conv-1.c +++ b/gcc/testsuite/gcc.dg/func-ptr-conv-1.c @@ -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;