------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-07-01 
08:52 -------
Subject: Bug 1027

CVSROOT:        /cvs/gcc
Module name:    gcc
Changes by:     [EMAIL PROTECTED]       2004-07-01 08:52:33

Modified files:
        gcc            : ChangeLog c-format.c c-lang.c c-objc-common.c 
                         c-pretty-print.c c-tree.h 
        gcc/objc       : objc-lang.c 
        gcc/testsuite  : ChangeLog 
        gcc/testsuite/gcc.dg: Wswitch-enum.c Wswitch.c 
        gcc/testsuite/gcc.dg/format: branch-1.c diag-1.c multattr-3.c 
                                     xopen-1.c 
Added files:
        gcc/testsuite/gcc.dg/format: diag-2.c 

Log message:
        PR c/1027
        * c-lang.c (c_initialize_diagnostics): Move from here ...
        * c-objc-common.c: ... to here.  Include "c-pretty-print.h".
        (c_tree_printer): Use pretty-printer to format %T.
        * c-pretty-print.c (pp_c_specifier_qualifier_list): Include space
        before '*' if not C++.
        (pp_c_direct_abstract_declarator): Don't try to print array upper
        bound for flexible array members.
        * c-tree.h: Include "diagnostic.h".
        (c_initialize_diagnostics): Declare.
        * objc/objc-lang.c (LANG_HOOKS_INITIALIZE_DIAGNOSTICS): Define.
        * c-format.c (format_type_warning): New function.  Improve
        diagnostics for incorrect format argument types.
        (check_format_types): Use it.  Add two parameters.  Use the
        TYPE_MAIN_VARIANT of wanted_type.
        (check_format_info_main): Pass new parameters to
        check_format_types.
        (struct format_wanted_type): Update comment.
        
        testsuite:
        * gcc.dg/Wswitch-enum.c, gcc.dg/Wswitch.c,
        gcc.dg/format/branch-1.c, gcc.dg/format/diag-1.c,
        gcc.dg/format/multattr-3.c, gcc.dg/format/xopen-1.c: Update
        expected warning text.
        * gcc.dg/format/diag-2.c: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.4240&r2=2.4241
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-format.c.diff?cvsroot=gcc&r1=1.58&r2=1.59
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-lang.c.diff?cvsroot=gcc&r1=1.127&r2=1.128
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-objc-common.c.diff?cvsroot=gcc&r1=1.49&r2=1.50
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-pretty-print.c.diff?cvsroot=gcc&r1=1.50&r2=1.51
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-tree.h.diff?cvsroot=gcc&r1=1.157&r2=1.158
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/objc/objc-lang.c.diff?cvsroot=gcc&r1=1.45&r2=1.46
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.3930&r2=1.3931
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/Wswitch-enum.c.diff?cvsroot=gcc&r1=1.3&r2=1.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/Wswitch.c.diff?cvsroot=gcc&r1=1.4&r2=1.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/format/diag-2.c.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/format/branch-1.c.diff?cvsroot=gcc&r1=1.2&r2=1.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/format/diag-1.c.diff?cvsroot=gcc&r1=1.2&r2=1.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/format/multattr-3.c.diff?cvsroot=gcc&r1=1.1&r2=1.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/format/xopen-1.c.diff?cvsroot=gcc&r1=1.4&r2=1.5



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=1027

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Reply via email to