[multiple changes]
authorRichard Henderson <rth@gcc.gnu.org>
Mon, 26 Jun 2000 16:42:23 +0000 (09:42 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Mon, 26 Jun 2000 16:42:23 +0000 (09:42 -0700)
commit903f51d97fc06fde3900a9628872007bf71eecac
tree3775b34b16d78fb402deb53f4c3ecccc2f5d7168
parent774d2baf5040b0a86bb07931e01b4d2811611eab
[multiple changes]

2000-06-26  Joseph S. Myers  <jsm28@cam.ac.uk>

        * c-decl.c (grokdeclarator): Don't warn about `long long' in C99.
        Make warnings about implicit int be pedwarns in C99.  Don't warn
        about duplicate type qualifiers in C99.
        (start_function): Make warning about implict int return type be a
        pedwarn in C99.
        * c-lex.c (yylex): Don't warn about `long long' in C99.
        * c-typeck.c (c_expand_return): In C99, always pedwarn about
        `return' with no value in function returning non-void.

2000-06-26  Richard Henderson  <rth@cygnus.com>

        * c-typeck.c (pedwarn_c99): New.
        * diagnostic.c (verror, vwarning, vpedwarn): Export.
        * toplev.h: Prototype them.

From-SVN: r34713
gcc/ChangeLog
gcc/c-decl.c
gcc/c-lex.c
gcc/c-tree.h
gcc/c-typeck.c
gcc/diagnostic.c
gcc/toplev.h