]> gcc.gnu.org Git - gcc.git/commit
cppp.c (main): Set trigraphs and __STRICT_ANSI__ as appropriate for -lang-c89 and...
authorRichard Henderson <rth@gcc.gnu.org>
Tue, 14 Dec 1999 16:05:23 +0000 (08:05 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 14 Dec 1999 16:05:23 +0000 (08:05 -0800)
commit223dca6a2053c626e10ac253bd02d67268a4049b
tree94fb7f433efa5a20773aff67980a0d17cc9938cc
parent9e3fc4303ea57e3547a1c938d1897279859ef412
cppp.c (main): Set trigraphs and __STRICT_ANSI__ as appropriate for -lang-c89 and -std=*.

        * cppp.c (main): Set trigraphs and __STRICT_ANSI__ as
        appropriate for -lang-c89 and -std=*.
        * cppinit.c (cpp_handle_option): Likewise.
        (new_pending_define): New, split out from cpp_handle_option.
        * gcc.c (default_compilers): Don't define __STRICT_ANSI__
        or enable trigraphs for -ansi/-std=*.

        * ginclude/stdarg.h (__va_copy): New.
        (va_copy): Don't define for C89.

From-SVN: r30921
gcc/cccp.c
gcc/cppinit.c
gcc/gcc.c
gcc/ginclude/stdarg.h
This page took 0.06837 seconds and 5 git commands to generate.