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 for -Wno-multichar


  In message <199807062336.QAA05349@yorick.cygnus.com>you write:
  > Currently gcc has an unconditional warning for multi-character constants,
  > which are well-formed, if frowed upon.  This allows the warning to be
  > disabled.
  > 
  > Mon Jul  6 16:27:12 1998  Jason Merrill  <jason@yorick.cygnus.com>
  > 
  > 	* c-decl.c: Add warn_multichar.
  > 	(c_decode_option): Handle -Wno-multichar.
  > 	* c-lex.c (yylex): Check it.
  > 	* c-tree.h: Declare it.
  > 	* toplev.c (lang_options): Add it.
  > 	* invoke.texi: Document it.
Thanks.  Installed.
jeff


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