[PATCH v3] warning about const multidimensional array as function parameter

2014-11-06 Thread Martin Uecker
This patch implements a new proposed behaviour for pointers to arrays with qualifiers in C. I found some time to work on this again, so here is another revision. Main changes to the previous version of the patch: - add more test cases for cast from/to (const) void* - correctly uses

Re: [PATCH v3] warning about const multidimensional array as function parameter

2014-11-06 Thread Joseph Myers
On Thu, 6 Nov 2014, Martin Uecker wrote: This patch implements a new proposed behaviour for pointers to arrays with qualifiers in C. I found some time to work on this again, so here is another revision. Main changes to the previous version of the patch: - add more test cases for cast