* config/alpha/alpha.md, arm/arm.c, darwin.c, frv/frv.md,
[official-gcc.git] / gcc / ChangeLog
blobe7e62e9caf3b94e8d96b77639be00d45b2e3e543
1 2007-01-02  Steven Bosscher  <steven@gcc.gnu.org>
3         * config/alpha/alpha.md, arm/arm.c, darwin.c, frv/frv.md,
4         m32r/m32r.c, m32r/m32r.c, mn10300/mn10300.md, pa/pa.c,
5         rs6000/rs6000.c, s390/s390.md, sh/sh.md, sparc/sparc.c:
6         Always use set_unique_reg_note to add REG_EQUAL notes.
8 2007-01-02  Kazu Hirata  <kazu@codesourcery.com>
10         Revert:
11         2007-01-02  Kazu Hirata  <kazu@codesourcery.com>
13         * alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.
14         * cfgbuild.c (find_basic_blocks): Likewise.
15         * cfgrtl.c (rtl_create_basic_block): Likewise.
16         * function.c (temp_slots_at_level): Likewise.
17         * reg-stack.c (stack_regs_mentioned): Likewise.
18         * regclass.c (allocate_reg_info): Likewise.
19         * tree-cfg.c (init_empty_tree_cfg, build_tree_cfg, create_bb,
20         set_bb_for_stmt, move_block_to_fn): Likewise.
21         * tree-complex.c (tree_lower_complex): Likewise.
22         * vec.h (VEC_safe_grow_cleared): New.
24 2007-01-02  Ian Lance Taylor  <iant@google.com>
26         * c-common.c (c_common_truthvalue_conversion): When warning about
27         using an assignment as a truth value, set TREE_NO_WARNING.
29 2007-01-02  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
31         PR middle-end/7651
32         * c.opt (Wold-style-declaration): New.
33         * doc/invoke.texi (C-only Warning Options): New.
34         (Wold-style-declaration): Document it.
35         (Wextra): Enabled by -Wextra.
36         * c-opts.c (c_common_post_options): Enabled by -Wextra.
37         * c-decl.c (declspecs_add_scspec): Replace -Wextra with
38         -Wold-style-declaration.
39         
40 2007-01-02  Kazu Hirata  <kazu@codesourcery.com>
42         * alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.
43         * cfgbuild.c (find_basic_blocks): Likewise.
44         * cfgrtl.c (rtl_create_basic_block): Likewise.
45         * function.c (temp_slots_at_level): Likewise.
46         * reg-stack.c (stack_regs_mentioned): Likewise.
47         * regclass.c (allocate_reg_info): Likewise.
48         * tree-cfg.c (init_empty_tree_cfg, build_tree_cfg, create_bb,
49         set_bb_for_stmt, move_block_to_fn): Likewise.
50         * tree-complex.c (tree_lower_complex): Likewise.
51         * vec.h (VEC_safe_grow_cleared): New.
53 2007-01-02  Douglas Gregor  <doug.gregor@gmail.com>
55         * c-common.c(c_common_nodes_and_builtins): Since variants of
56         void_type_node get built before it is given a name, we need to
57         give those variants the name, too. 
58         (complete_array_type): We need to work with the canonical main
59         type of the array, from which we will build the qualified version.
60         * params.def (PARAM_VERIFY_CANONICAL_TYPES): New.
61         * print-tree.c (print_node): Display canonical type information
62         for each type.
63         * stor-layout.c (layout_type): When we don't know the
64         alignment of a type for which we're building an array, we end up
65         guessing wrong, so make the type require structural equality.
66         * tree.c (make_node_stat): When we build a new type, it is its
67         own canonical type.
68         (build_type_attribute_qual_variant): When building an attribute
69         variant, its canonical type is the non-attribute variant. However,
70         if the attributes are target-dependent and they differ, we need to
71         use structural equality checks for this type.
72         (build_qualified_type): A qualified type is not equivalent to its
73         unqualified variant; set the canonical type appropriately.
74         (build_distinct_type_copy): When building a distinct type from
75         another type, the new type is its own canonical type.
76         (build_variant_type_copy): When building a new type variant, we
77         assume that it is equivalent to the original type.
78         (build_pointer_type_for_mode): When building a pointer type, also
79         build a canonical type pointer.
80         (build_reference_type_for_mode): When building a reference type,
81         also build a canonical type reference.
82         (build_index_type): When we can't hash an index type (e.g.,
83         because its maximum value is negative), the index type requires
84         structural equality tests.
85         (build_array_type): Build the canonical form of an array type.
86         (build_function_type): Function types require structural equality,
87         because they contain default arguments, attributes, etc. 
88         (build_method_type_directly): Ditto for method types.
89         (build_offset_type): Build the canonical offset type.
90         (build_complex_type): Build the canonical vector type.
91         (make_vector_type): Build the canonical vector type.
92         * tree.h (TYPE_CANONICAL): New.
93         (TYPE_STRUCTURAL_EQUALITY_P): New.
94         (SET_TYPE_STRUCTURAL_EQUALITY): New.
95         (struct tree_type): Added "canonical" field.
96         * params.h (VERIFY_CANONICAL_TYPES): New.
97         * doc/c-tree.texi (TYPE_CANONICAL): Document.
98         (TYPE_STRUCTURAL_EQUALITY_P): Document.
99         (SET_TYPE_STRUCTURAL_EQUALITY): Document.
100         * doc/invoke.texi (verify-canonical-types): Document --param
101         parameter for verifying canonical types.
103 2007-01-02  Joseph Myers  <joseph@codesourcery.com>
105         * config.gcc (powerpc-*-eabispe*, powerpc-*-eabisimaltivec*,
106         powerpc-*-eabisim*, powerpc-*-eabialtivec*, powerpc-*-eabi*,
107         powerpc-*-rtems*, powerpc-wrs-vxworks, powerpc-wrs-vxworksae,
108         powerpcle-*-eabisim*, powerpcle-*-eabi*): Add rs6000/e500.h to
109         tm_file.
110         * config/rs6000/e500.h: New.
111         * config/rs6000/eabi.h (TARGET_SPE_ABI, TARGET_SPE, TARGET_E500,
112         TARGET_ISEL, TARGET_FPRS, TARGET_E500_SINGLE, TARGET_E500_DOUBLE):
113         Remove.
114         * config/rs6000/linuxspe.h (TARGET_SPE_ABI, TARGET_SPE,
115         TARGET_E500, TARGET_ISEL, TARGET_FPRS, TARGET_E500_SINGLE,
116         TARGET_E500_DOUBLE): Remove.
117         * config/rs6000/vxworks.h (TARGET_SPE_ABI, TARGET_SPE,
118         TARGET_E500, TARGET_ISEL, TARGET_FPRS): Remove.
119         * config/rs6000/rs6000.h (CHECK_E500_OPTIONS): Define.
120         * config/rs6000/rs6000.c (rs6000_override_options): Use
121         CHECK_E500_OPTIONS.
123 2007-01-02  Joseph Myers  <joseph@codesourcery.com>
125         * config/rs6000/rs6000.c (print_operand): Check (TARGET_SPE ||
126         TARGET_E500_DOUBLE), not TARGET_E500, for %y.
127         (rs6000_generate_compare, rs6000_emit_sCOND, output_cbranch,
128         rs6000_emit_cmove): Don't check TARGET_E500.
129         * config/rs6000/rs6000.md (bunordered, bordered, sunordered,
130         sordered): Don't check TARGET_E500.
132 2007-01-01  Eric Christopher  <echristo@apple.com>
134         * config/mips/mips.c (mips_regno_mode_ok_for_base_p): Use
135         HARD_REGISTER_NUM_P.
137 2007-01-01  Roger Sayle  <roger@eyesopen.com>
139         * fold-const.c (fold_binary) <EQ_EXPR>: Fold "(X^C1) eq/ne C2" into
140         "X eq/ne (C1^C2)".  Fold "(X^Z) eq/ne (Y^Z)" as "X eq/ne Y" when Z
141         has no side-effects.  Fold "(X^C1) eq/ne (Y^C2)" as "(X^(C1^C2))
142         eq/ne Y".
144 2007-01-01  Mike Stump  <mrs@apple.com>
146         * configure.ac: Remove support for building with Apple's gcc-3.1.
148 2007-01-02  Joseph Myers  <joseph@codesourcery.com>
150         PR middle-end/30311
151         * caller-save.c (add_stored_regs): Only handle SUBREGs if inner
152         REG is a hard register.  Do not modify REG before calling
153         subreg_nregs.
154         * rtlanal.c (subreg_get_info): Don't assert size of XMODE is a
155         multiple of the size of YMODE for certain lowpart cases.
157 2007-01-01  Andrew Pinski  <pinskia@gmail.com>
159         PR middle-end/30253
160         * gimplify (voidify_wrapper_expr): Update for
161         GIMPLE_MODIFY_STMT.
163 2007-01-01  Andreas Schwab  <schwab@suse.de>
165         PR target/29166
166         * config/ia64/ia64.c (ia64_compute_frame_size): Account space for
167         save of BR0 in extra_spill_size instead of spill_size.
168         (ia64_expand_prologue): Save BR0 outside of the gr/br/fr spill
169         area.
170         (ia64_expand_epilogue): Restore BR0 from its new location.
172 2007-01-01  Andrew Pinski  <pinskia@gmail.com>
174         * gimplify.c (gimplify_init_constructor <case VECTOR_TYPE>):
175         Use a temporary variable if the left hand side is not a gimple
176         register.
178 2007-01-01  Andrew Pinski  <pinskia@gmail.com>
180         * gimplify.c (gimplify_return_expr): Make the temporary variable
181         for the return expression, a gimple register variable.
183 2007-01-01  Jan Hubicka  <jh@suse.cz>
185         * emit-rtl.c (emit_copy_of_insn_after): Do not call copy_insn_1 for
186         INSN_LIST.
188 2007-01-01  Mike Stump  <mrs@apple.com>
190         * configure.ac (HAVE_GAS_LITERAL16): Add autoconf check for
191         .literal16.
192         * config/darwin.c (machopic_select_rtx_section): Use
193         HAVE_GAS_LITERAL16.
194         (darwin_mergeable_constant_section): Likewise.
195         * configure: Regenerate.
196         * config.in: Regenerate.
198 2007-01-01  Jan Hubicka  <jh@suse.cz>
199             Andrew Pinski  <pinskia@gmail.com>
201         * cgraphunit.c (cgraph_optimize): Call cgraph_add_new_functions
202         before starting IPA passes.