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 01/89] Const-correctness fixes for some gimple accessors


On 04/21/14 10:56, David Malcolm wrote:
gcc/
	* gimple.h (gimple_assign_single_p): Accept a const_gimple rather
	than a gimple.
	(gimple_store_p): Likewise.
	(gimple_assign_load_p): Likewise.
	(gimple_assign_cast_p): Likewise.
	(gimple_clobber_p): Likewise.
I know you bootstrapped the entire 89 patch series. Generally when we have a nice little independent patch like this, it should be separately bootstrapped and tested so that it can go forward independent of everything else.

Anyway, this is clearly OK and non-controversial.  OK for the trunk.

In fact, I would consider any const-correctness patch like this to be pre-approved.

jeff


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