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)


On Wed, Jun 28, 2000 at 05:34:14PM -0600, Jeffrey A Law wrote:
> 
>   In message <Pine.BSF.4.21.0006272138330.54906-100000@deneb.dbai.tuwien.ac.at>
> you write:
>   > On Tue, 27 Jun 2000, Kaveh R. Ghazi wrote:
>   > > +  if (pedantic && nchars > 508)
>   > > +    pedwarn ("string length %d is greater than ANSI C maximum 508", ncha
>   > rs);
>   > 
>   > I believe we ought to refer to ISO C.
> It may be the case that we need to refer to both.  We have both ANSI and ISO
> modes, and their required behavior may be different (I have no idea about this
> specific case, I'm talking about generalities).

As of December 1990, there is no such thing as an independent ANSI C standard
(1989 was when the ANSI C standard was published, 1990 was when the ISC C
standard was published, and the ANSI C standard was withdrawn in favor of the
ISO C standard).  Using ANSI is merely a historical oddity at this point.

-- 
Michael Meissner, Red Hat, Inc.
PMB 198, 174 Littleton Road #3, Westford, Massachusetts 01886, USA
Work:	  meissner@redhat.com		phone: +1 978-486-9304
Non-work: meissner@spectacle-pond.org	fax:   +1 978-692-4482

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