c89 broken on head?
Tijl Coosemans
tijl at coosemans.org
Thu Mar 7 17:26:19 UTC 2013
Whatever the command line arguments, running c89 almost always results in
the following output. Anyone else seeing this?
c89: illegal option -- 1
usage: c89 [-cEgOs] [-D name[=value]] ... [-I directory] ... [-L directory] ...
[-o outfile] [-U name] ... operand ...
where operand is one or more of file.c, file.o, file.a
or -llibrary
Also, I seem to remember a discussion about making -std=gnu89 the default
for clang when run as "cc", but nothing seems to have changed. Could this
be picked up again, because there are in fact subtle semantic differences
between gnu89 inline and c99 inline that old code may rely on.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/freebsd-toolchain/attachments/20130307/2fc074ac/attachment.sig>
More information about the freebsd-toolchain
mailing list