]> gcc.gnu.org Git - gcc.git/blob - gcc/ChangeLog
b0002a174f024478c222856d4173a851b0974453
[gcc.git] / gcc / ChangeLog
1 2004-07-01 Steven Bosscher <stevenb@suse.de>
2
3 * stmt.c (check_seenlabel): Remove.
4 (pushcase, pushcase_range, expand_end_case_type): Don't call it.
5
6 2004-07-01 Richard Henderson <rth@redhat.com>
7
8 * function.h (struct function): Remove x_function_call_count.
9 (function_call_count): Remove.
10 * calls.c (expand_call): Don't set it.
11 * integrate.c (copy_rtx_and_substitute): Likewise.
12
13 * function.h (struct function): Remove x_cleanup_label.
14 (cleanup_label): Remove.
15 * stmt.c (expand_value_return): Don't use it.
16 * function.c (free_after_compilation): Don't set it.
17 (expand_function_start): Likewise. Remove parms_have_cleanups arg.
18 * cfgexpand.c (tree_expand_cfg): Update call.
19 * tree.h (expand_function_start): Update decl.
20
21 2004-07-01 Joseph S. Myers <jsm@polyomino.org.uk>
22
23 PR c/1027
24 * c-lang.c (c_initialize_diagnostics): Move from here ...
25 * c-objc-common.c: ... to here. Include "c-pretty-print.h".
26 (c_tree_printer): Use pretty-printer to format %T.
27 * c-pretty-print.c (pp_c_specifier_qualifier_list): Include space
28 before '*' if not C++.
29 (pp_c_direct_abstract_declarator): Don't try to print array upper
30 bound for flexible array members.
31 * c-tree.h: Include "diagnostic.h".
32 (c_initialize_diagnostics): Declare.
33 * objc/objc-lang.c (LANG_HOOKS_INITIALIZE_DIAGNOSTICS): Define.
34 * c-format.c (format_type_warning): New function. Improve
35 diagnostics for incorrect format argument types.
36 (check_format_types): Use it. Add two parameters. Use the
37 TYPE_MAIN_VARIANT of wanted_type.
38 (check_format_info_main): Pass new parameters to
39 check_format_types.
40 (struct format_wanted_type): Update comment.
41
42 2004-07-01 Nick Clifton <nickc@redhat.com>
43
44 * target.h (struct gcc_target): Add new field to struct cxx:
45 import_export_class.
46 * target-def.h (TARGET_CXX): Initialise the new field.
47 (TARGET_CXX_IMPORT_EXPORT_CLASS): Provide a default value for
48 the new field.
49 * doc/tm.texi: Document the new target hook.
50
51 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
52
53 * builtins.c (fold_builtin_classify): Fix typo.
54
55 2004-07-01 Richard Henderson <rth@redhat.com>
56
57 * function.c (identify_blocks, identify_blocks_1): Remove.
58 * function.h (identify_blocks): Remove.
59 * rtl.h (NOTE_INSN_BLOCK_BEG): Update comment.
60
61 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
62
63 * builtins.c (fold_builtin_classify): New.
64 (fold_builtin_unordered_cmp): Fix commentary.
65 (fold_builtin): Use it.
66 * builtins.def: Define builtins for isnan,
67 isnanf, isnanl, finite, finitef, finitel,
68 isinf, isinff, isinfl.
69
70 2004-07-01 Richard Henderson <rth@redhat.com>
71
72 * function.h (struct function): Remove dont_emit_block_notes.
73 * gimple-low.c (lower_function_body): Don't set it.
74 * cfgexpand.c (expand_block): Don't check it.
75 * cfglayout.c (insn_locators_initialize): Likewise.
76 * expr.c (expand_expr_real, expand_expr_real_1): Likewise.
77 * passes.c (rest_of_compilation): Likewise.
78 * stmt.c (expand_start_bindings_and_block): Likewise.
79 (expand_end_bindings): Likewise.
80
81 2004-07-01 Richard Henderson <rth@redhat.com>
82
83 * cgraph.h (cgraph_build_static_cdtor): Declare.
84 * cgraphunit.c (cgraph_build_static_cdtor): New.
85 * c-objc-common.c (build_cdtor): Use it.
86 * coverage.c (create_coverage): Likewise.
87 * libfuncs.h (LTI_gcov_init, gcov_init_libfunc): Remove.
88 * optabs.c (init_optabs): Don't set gcov_init_libfunc.
89
90 See ChangeLog.11 for earlier changes.
This page took 0.039233 seconds and 4 git commands to generate.