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] Warn on undefined loop exit


On Wed, Nov 19, 2014 at 04:32:43PM +0000, Andrew Stubbs wrote:
> +		     if (warning_at (gimple_location (elt->stmt),
> +				     OPT_Waggressive_loop_optimizations,
> +				     "Loop exit may only be reached after undefined behaviour."))

Warnings should start with a lowercase and should be without
a fullstop at the end.

	Marek


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