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
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 pedwarn/wa