]> gcc.gnu.org Git - gcc.git/commit
c-decl.c (define_label): Warn about identifier conflicts with labels in traditional C.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Wed, 12 Jul 2000 20:15:20 +0000 (20:15 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Wed, 12 Jul 2000 20:15:20 +0000 (20:15 +0000)
commit895ea61453c945cced3974a35173dd58c7753758
treee7fca6dc3d8c848108c755daa00e7fe40a2c41e3
parent8364301f5a1725e900f4554f5d9358146c804ee3
c-decl.c (define_label): Warn about identifier conflicts with labels in traditional C.

* c-decl.c (define_label): Warn about identifier conflicts with
labels in traditional C.

* c-parse.in (unop +): Warn about the unary plus operator for
traditional C.

* c-typeck.c (store_init_value): Warn about automatic aggregate
initialization for traditional C.

* invoke.texi (-Wtraditional): Document new warnings.

From-SVN: r34997
gcc/ChangeLog
gcc/c-decl.c
gcc/c-parse.in
gcc/c-typeck.c
gcc/invoke.texi
This page took 0.05997 seconds and 5 git commands to generate.