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]

Re: Patch submission for -Wmissing-noreturn


 > From: Jeffrey A Law <law@upchuck.cygnus.com>
 > 
 >   In message <199810161545.LAA21825@caip.rutgers.edu>you write:
 >   > 	Here is the final -Wmissing-noreturn patch.  It only gets
 >   > activated when asked for.  Ie not in -W -Wall.   Is this okay to install?
 >   > 
 >   > Tue Oct 13 23:10:58 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 >   > 
 >   > 	* c-decl.c (warn_missing_noreturn): New global variable.
 >   > 	(c_decode_option): Check for new flags -W{no-}missing-noreturn.
 >   > 	(finish_function): Implement missing noreturn warning.
 >   > 
 >   > 	* c-tree.h (warn_missing_noreturn): Declare extern.
 >   > 
 >   > 	* invoke.texi: Document new flags.
 >   > 
 >   > 	* toplev.c (documented_lang_options): Add description.
 > 
 > This is fine.  Thanks!
 > jeff

	Installed.

Note: due to the recent issue with sets_cc0_p(), I qualified the
documentation description and message output to be less enthusiastic,
more cautious...

		--Kaveh
--
Kaveh R. Ghazi			Engagement Manager / Project Services
ghazi@caip.rutgers.edu		Icon CMT Corp.


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