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: Changes to gcc.c (display_help)


 > From: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
 > 
 > On Tue, 27 Jun 2000, Kaveh R. Ghazi wrote:
 > > +  if (pedantic && nchars > 508)
 > > +    pedwarn ("string length %d is greater than ANSI C maximum 508", nchars);
 > 
 > I believe we ought to refer to ISO C.
 > Gerald

Agreed, but I prefer to be consistent with the rest of the source code
which uses "ANSI".  At some point, someone should convert "ANSI C" to
"ISO C" everywhere.  But I'd rather not do it in just this one place
alone.

--
Kaveh R. Ghazi			Engagement Manager / Project Services
ghazi@caip.rutgers.edu		Qwest Internet Solutions

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