OSDN Git Service

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