Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Sep 1997 15:29:09 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG, joerg@FreeBSD.ORG
Subject:   Re: cvs commit: src/usr.bin/c89 - Imported sources
Message-ID:  <199709180529.PAA19655@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>  Log Message:
>  c89 is the Posix.2 name for a C compiler that accepts ANSI/ISO C source
>  code.  Basically a shortcut to cc -ansi -trigraphs.

It should use cc -ansi -pedantic -trigraphs, since -ansi doesn't actually
give ansi conformance.   E.g., it accepts "void *v; main() { ++v; }".

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199709180529.PAA19655>