[PATCH 3/3] c++: P1997 array-copy extensions: Assignment, return, etc. [PR103238]

Joseph Myers joseph@codesourcery.com
Mon Nov 22 20:41:57 GMT 2021


On Sun, 21 Nov 2021, Will Wray via Gcc-patches wrote:

> gcc/c/ChangeLog:
> 
> 	* c-decl.c (grokdeclarator): Don't complain of array returns.

A C front-end change like this doesn't belong in a C++ patch (I don't see 
any reason why this C++ patch would need such a C front-end change, it's 
not e.g. changing the interface to a function called from shared code but 
defined separately for both front ends).

-- 
Joseph S. Myers
joseph@codesourcery.com


More information about the Gcc-patches mailing list