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: Implement -Wimplicit-fallthrough: the rest


On Fri, 22 Jul 2016, Marek Polacek wrote:

> gcc/go/
> 	* go-system.h (go_fallthrough): Define.
> 	* gofrontend/escape.cc (Escape_analysis_assign::assign): Add
> 	go_fallthrough.
> 	* gofrontend/expressions.cc (Binary_expression::do_get_backend):
> 	Likewise.

gofrontend is externally maintained and should not be modified locally.

> libgcc/
> 	* soft-fp/op-common.h: Add _FP_FALLTHRU.
> 	* soft-fp/soft-fp.h (_FP_FALLTHRU): Define.

Likewise soft-fp (and I think a comment would be better than anything 
needing version conditionals).

-- 
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]