OSDN Git Service

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