c-parse.in: save and restore warn_pointer_arith on __extension__ along with pedantic.
authorJim Kingdon <kingdon@redhat.com>
Wed, 22 Sep 1999 12:58:30 +0000 (06:58 -0600)
committerJeff Law <law@gcc.gnu.org>
Wed, 22 Sep 1999 12:58:30 +0000 (06:58 -0600)
commitc3b6e11400d742ce467690ef436183ae1e856ef1
tree23aa2fcbddad93809cf2b6045bcbaed02320a20b
parent30439f2985a1fa99e0621ce7a426074938c187c8
c-parse.in: save and restore warn_pointer_arith on __extension__ along with pedantic.

       * c-parse.in: save and restore warn_pointer_arith on __extension__
        along with pedantic.
        (SAVE_WARN_FLAGS, RESTORE_WARN_FLAGS): Added.
        Set the type of extension to itype rather than $<itype>1 kludge.
        * extend.texi (Alternate Keywords): Adjust documentation.
        * c-parse.c, c-parse.y, objc-parse.c, objc-parse.y: Rebuilt.

From-SVN: r29588
gcc/ChangeLog
gcc/c-parse.c
gcc/c-parse.in
gcc/c-parse.y
gcc/objc/objc-parse.c
gcc/objc/objc-parse.y