This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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 from/to (const) void*
> - correctly uses pedwarn/warning_at

Thanks.  I'll review this in more detail later, but I suspect it's quite 
close to being ready to go in once the paperwork has been processed.

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]