]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/ChangeLog
Daily bump.
[thirdparty/gcc.git] / gcc / ChangeLog
CommitLineData
3d8fa148
DK
12009-05-13 Doug Kwan <dougkwan@google.com>
2
3 * tree-ssa-sccvn.c (compare_ops): Stabilize qsort.
4
f06257d3
AN
52009-05-13 Adam Nemet <anemet@caviumnetworks.com>
6
7 * config/mips/mips.md (store): Add attributes for QI and HI.
8 Update comment.
9 (truncdisi2, truncdihi2, truncdiqi2): Merge these into ...
10 (truncdi<mode>2): ... this new pattern.
11
fb201767
BH
122009-05-13 Brad Hards <bradh@kde.org>
13
14 * Makefile.in (TEXI_GCCINT_FILES): Add plugins.texi.
15
c7bda60e 162009-05-14 Jakub Jelinek <jakub@redhat.com>
efc3527a
BE
17 Ben Elliston <bje@au.ibm.com>
18
19 PR middle-end/40035
20 * dse.c (check_mem_read_rtx): Guard against width == -1.
21
ce985b43
MM
222009-05-13 Michael Matz <matz@suse.de>
23
24 PR middle-end/39976
25 * tree-outof-ssa.c (maybe_renumber_stmts_bb): New function.
26 (trivially_conflicts_p): New function.
27 (insert_backedge_copies): Use it.
28
7de1d221
JJ
292009-05-13 Janis Johnson <janis187@us.ibm.com>
30
31 * c-pragma.c (enum pragma_switch_t): Prefix constants with PRAGMA_.
32 (handle_stdc_pragma): Use new enum constant names.
33 (handle_pragma_float_const_decimal64): Ditto.
34
bfefafc6
ILT
352009-05-13 Ian Lance Taylor <iant@google.com>
36
37 * Makefile.in (build/gencheck.o): Depend upon all-tree.def, not
38 tree.def.
39
286c4fcb
NS
402009-05-13 Nathan Sidwell <nathan@codesourcery.com>
41
42 * config/m68k/t-uclinux (M68K_MLIB_CPU): Check for FL_UCLINUX.
43 * config/m68k/m68k-devices.def: Add FL_UCLINUX to 68020 and 54455
44 multilibs.
45 * config/m68k/m68k.h (FL_UCLINUX): Define.
46
ebaa6ea7
JH
472009-05-13 Jan Hubicka <jh@suse.cz>
48
49 * options.c (gfc_post_options): -fwhole-program imply -fwhole-file.
50
2b703e1a
KK
512009-05-12 Kaz Kojima <kkojima@gcc.gnu.org>
52
53 * config/sh/sh.h (OVERRIDE_OPTIONS): Clear flag_schedule_insns
54 unless -fschedule-insns is specified.
55
c3537723
KK
562009-05-12 Kaz Kojima <kkojima@gcc.gnu.org>
57
58 PR target/39561
59 * config/sh/sh.h (OPTIMIZATION_OPTIONS): Don't set
60 TARGET_EXPAND_CBRANCHDI4.
61 * config/sh/sh.md (cbranchdi4): Don't check TARGET_EXPAND_CBRANCHDI4.
62 * config/sh/sh.opt (mexpand-cbranchdi): Remove.
63 (cmpeqdi): Fix comment.
64
cdeed45a
KK
652009-05-12 Kaz Kojima <kkojima@gcc.gnu.org>
66
67 * config/sh/sh-protos.h (sh_legitimate_index_p): Declare.
68 (sh_legitimate_address_p): Likewise.
69 * config/sh/sh.c (sh_legitimate_index_p): New.
70 (sh_legitimate_address_p): Likewise.
71 * config/sh/sh.h (REG_OK_FOR_BASE_P): Add STRICT parameter.
72 (REG_OK_FOR_INDEX_P, SUBREG_OK_FOR_INDEX_P): Likewise.
73 (MODE_DISP_OK_4, MODE_DISP_OK_8): Remove.
74 (MAYBE_BASE_REGISTER_RTX_P): New macro.
75 (MAYBE_INDEX_REGISTER_RTX_P): Likewise.
76 (BASE_REGISTER_RTX_P): Use MAYBE_BASE_REGISTER_RTX_P.
77 (INDEX_REGISTER_RTX_P): Use MAYBE_INDEX_REGISTER_RTX_P.
78 (GO_IF_LEGITIMATE_INDEX): Use sh_legitimate_index_p.
79 (GO_IF_LEGITIMATE_ADDRESS): Use sh_legitimate_address_p.
80
02f0b13a
JH
812009-05-12 Jan Hubicka <jh@suse.cz>
82
83 * tree-inline.c (estimate_operator_cost): Add operands;
84 when division happens by constant, it is cheap.
85 (estimate_num_insns): Loads and stores are not having cost of 0;
86 EH magic stuff is cheap; when computing runtime cost of switch,
87 use log2 base of amount of its cases; builtin_expect has cost of 0;
88 compute cost for moving return value of call.
89 (init_inline_once): Initialize time_based flags.
90 * tree-inline.h (eni_weights_d): Add time_based flag.
91
ecb7f6de
PB
922009-05-12 Paolo Bonzini <bonzini@gnu.org>
93
94 * df-core.c: Update head documentation.
95
c24151ce
MM
962009-05-12 Michael Meissner <meissner@linux.vnet.ibm.com>
97
98 PR bootstrap/40118
99 * rs6000.c (rs6000_generate_compare): Use op1b instead of
100 shadowing exisiting variable op1.
101
fbdf817d
UB
1022009-05-12 Uros Bizjak <ubizjak@gmail.com>
103
704bf7c8 104 PR target/37179
fbdf817d
UB
105 * config/i386/driver-i386.c (processor_signatures): New enum.
106 (SIG_GEODE): Move from vendor_signatures to processor_signatures.
107 (host_detect_local_cpu): For SIG_AMD vendor, check for SIG_GEODE
108 processor signature to detect geode processor.
109
5e8d1826
PB
1102009-05-12 Paolo Bonzini <bonzini@gnu.org>
111
112 Revert:
113
114 2009-05-12 Paolo Bonzini <bonzini@gnu.org>
115
116 * optabs.c (prepare_cmp_insn): Temporarily disable test that
117 causes spurious differences between trunk and cond-optab branch.
118
f90b7a5a
PB
1192009-05-12 Paolo Bonzini <bonzini@gnu.org>
120
fbdf817d
UB
121 * dojump.c (compare_from_rtx): Delete.
122 * expmed.c (emit_store_flag): Only try cstore_optab. Canonicalize
123 any MODE_CC mode to the cstorecc4 pattern. Use prepare_operand, fail
f90b7a5a
PB
124 if the comparison does not satisfy the predicate; test predicates for
125 operands 2 and 3 of a cstore pattern. Don't try cstore optab
126 further if one existing pattern fails.
fbdf817d 127 * expr.h (compare_from_rtx): Delete.
f90b7a5a 128 (prepare_operand): Declare it.
fbdf817d 129 * optabs.c: Change "lib call" to "libcall" throughout.
f90b7a5a 130 (bcc_gen_fctn, setcc_gen_code, trap_rtx,
fbdf817d
UB
131 HAVE_conditional_trap, emit_cmp_insn): Delete.
132 (can_compare_p): Delete cmp_optab case.
f90b7a5a 133 (prepare_float_lib_cmp): Return an rtx and a machine mode.
fbdf817d
UB
134 Accept other parameters by value.
135 (prepare_operand): Make non-static.
136 (prepare_cmp_insn): Return an rtx and a machine mode. Accept
137 other parameters by value. Try to widen operands here based on
138 an optab_methods argument and looking at cbranch_optab.
139 (emit_cmp_and_jump_insn_1): Accept test and mode, remove widening
140 loop. Use cbranch_optab directly.
141 (emit_cmp_and_jump_insns): Fix comment. Adjust call to
142 prepare_cmp_insn and emit_cmp_and_jump_insn_1, remove obsolete
143 assertion.
144 (emit_conditional_move, emit_conditional_add): Inline what's needed
145 of compare_from_rtx, using new prepare_cmp_insn for the rest.
146 (init_optabs): Init cmp_optab with UNKNOWN, cbranch_optab
147 with COMPARE. Move cmov_optab and cstore_optab above
148 with cbranch_optab, move cmp_optab down with ucmp_optab,
149 remove tst_otpab. Do not initialize trap_rtx.
150 (gen_cond_trap): Do it here. Use ctrap_optab. Test predicate
f90b7a5a
PB
151 for trap code. Do not check HAVE_conditional_trap. Use
152 prepare_cmp_insn. Accept no predicate for operand 3.
fbdf817d
UB
153 * optabs.h (OTI_cmp): Mark as used only for libcalls.
154 (OTI_ctrap, ctrap_optab): New.
155 (tst_optab): Delete.
156 (bcc_gen_fctn, setcc_gen_code, emit_cmp_insn): Delete.
157 * ifcvt.c (find_if_header): Replace HAVE_conditional_trap
158 with lookup of ctrap_optab.
159 * genopinit.c (cmp_optab, tst_optab, bcc_gen_fctn,
160 setcc_gen_code): Delete.
161 (ctrap_optab): New.
162
163 * combine.c (combine_simplify_rtx, simplify_set): Do not
164 special case comparing against zero for cc0 machines.
f90b7a5a
PB
165 * simplify-rtx.c (simplify_binary_operation_1): Never remove
166 COMPARE on cc0 machines.
167 (simplify_relational_operation): Return a new expression when
168 a COMPARE could be removed.
fbdf817d
UB
169 * final.c (final_scan_insn): Compare cc_status values
170 against LHS of a (compare FOO (const_int 0)) cc0 source.
171 Also check if cc_status.value is the full compare.
f90b7a5a 172
fbdf817d
UB
173 * doc/md.texi (bCC, sCC, tstMM, cmpMM): Delete.
174 (cstoreMM4): Document.
f90b7a5a 175 (conditional_trap): Document ctrapMM4 instead.
fbdf817d 176 (sync_compare_and_swapMM): Refer to cbranchcc4.
f90b7a5a
PB
177 (Dependent Patterns): Eliminate obsolete information referring to
178 the old jump optimization phase.
fbdf817d 179 (Canonicalization): Include cbranchcc4 case, omit canonicalization
f90b7a5a
PB
180 of compares with 0 on cc0 machines.
181 (Jump Patterns): Refer to MODE_CC jump patterns preferably,
182 avoiding references to cc0. Remove text about storing operands
183 in cmpMM.
184 * doc/tm.texi (Condition Codes): Include blurb on different
185 condition code representations, separate into subsections for
186 CC0, MODE_CC and conditional execution.
187
fbdf817d
UB
188 * config/alpha/alpha-protos.h (alpha_emit_conditional_branch,
189 alpha_emit_setcc): Accept operands and a machine mode.
190 * config/alpha/alpha.c (alpha_emit_conditional_branch):
191 Get code/op0/op1 from operands, use machine mode argument
192 instead of alpha_compare.fp_p. Emit the branch here.
193 (alpha_emit_setcc): Likewise, and return boolean.
194 (alpha_emit_conditional_move): Likewise. Assert that
195 cmp_op_mode == cmp_mode, and simplify accordingly.
196 * config/alpha/alpha.h (struct alpha_compare, alpha_compare): Delete.
197 * config/alpha/alpha.md (cmpdf, cmptf, cmpdi, bCC, sCC): Delete.
198 (cbranchdf4, cbranchtf4, cbranchdi4, cstoredf4, cstoretf4,cstoredi4):
199 Delete.
200 (stack probe test): Use cbranchdi4.
201 * config/alpha/predicates.md (alpha_cbranch_operator): New.
202
203 * config/arc/arc.c (gen_compare_reg): Do not emit cmp.
204 * config/arc/arc.h (movsicc, movsfcc): Use it.
205 (movdicc, *movdicc_insn, movdfcc, *movdfcc_insn): Remove.
206 (cbranchsi4, cstoresi4): New.
207 (cmpsi, bCC and sCC expanders): Remove.
208
209 * config/arm/arm.c (arm_compare_op0, arm_compare_op1): Delete.
210 * config/arm/arm.h (arm_compare_op0, arm_compare_op1): Delete.
211 * config/arm/predicates.md (arm_comparison_operator): Only include
212 floating-point operators if there is a hardware floating-point unit.
213 * config/arm/arm.md (cbranchsi4, cstoresi4): Enable for TARGET_32BIT,
214 deferring to cbranch_cc and cstore_cc respectively.
215 (cbranchsf4, cbranchdf4, cbranchdi4, cstoresf4, cstoredf4, cstoredi4,
216 cbranch_cc, cstore_cc): New.
217 (movsicc, movsfcc, movdfcc): Do not use arm_compare_op0 and
f90b7a5a 218 arm_compare_op1.
fbdf817d
UB
219 (bCC, sCC, cmpsi, cmpsf, cmpdf, cmpdi): Delete.
220
221 * config/avr/avr-protos.h (out_tstsi, out_tsthi): Adjust prototype.
222 * config/avr/avr.c (out_tstsi, out_tsthi): Get the tested operand
223 as an argument.
224 (adjust_insn_length): Adjust calls.
225 (avr_reorg): Handle (compare (foo) (const_int 0)).
226 * config/avr/avr.md (tstqi, tsthi, tstsi): Remove.
227 (*negated_tstqi, *negated_tsthi, *negated_tstsi): Unmacroize.
228 (*reversed_tsthi, *reversed_tstsi): Add a scratch for simplicity.
229 (cmpqi, cmphi, cmpsi): Prepend asterisk, fuse tst[qhs]i here.
230 (bCC): Remove.
231 (cbranchqi4, cbranchhi4, cbranchsi4): New.
f90b7a5a
PB
232 (tst -> sbrc/sbrs peephole2, cpse peephole): Wrap RHS with COMPARE.
233
fbdf817d
UB
234 * config/bfin/bfin.md (cmpbi, cmpsi, bCC, sCC): Delete.
235 (cbranchsi4, cstorebi4, cstoresi4): New.
f90b7a5a 236 (movbisi): This insn is duplicate, split it to zero_extend.
fbdf817d
UB
237 * config/bfin/bfin.c (bfin_compare_op0, bfin_compare_op1): Delete
238 (bfin_gen_compare): Do not use them. Emit VOIDmode SET, not BImode.
239 (bfin_optimize_loop): Use cbranch expander.
240 * config/bfin/bfin.h (bfin_compare_op0, bfin_compare_op1): Delete.
241 * config/bfin/predicates.md (bfin_cbranch_operator): Rename to...
242 (bfin_bimode_comparison_operator): ... this.
243 (bfin_direct_comparison_operator): New.
f90b7a5a 244
fbdf817d
UB
245 * config/cris/cris.c (cris_normal_notice_update_cc): Look
246 inside (compare FOO (const_int 0)).
247 (cris_rtx_costs): Handle ZERO_EXTRACT.
248 * config/cris/cris.md (tstdi, tst<mode>, cmpdi): Delete.
249 (*tstdi_non_v32): Fold in *cmpdi_non_v32.
250 (*tstdi_v32): Delete.
251 (*cmpdi_non_v32): Add M alternative for operand 1.
252 (cmpsi, cmp<mode>): Make private.
253 (*tstsi, *tst<mode>_cmp, *tst<mode>_non_cmp, *btst): Wrap LHS
254 with COMPARE.
255 (cbranch<mode>4, cbranchdi4, cstore<mode>4): New.
256
257 * config/crx/crx.md (cstore<mode>4, cbranchcc4): New.
258 (cmp<mode>, bCOND_internal, b<code>, s<code>): Delete.
259 (cbranch<mode>4, sCOND_internal): Use ordered_comparison_operator.
f90b7a5a
PB
260 (cc_reg_operand): New.
261 (any_cond): Delete.
fbdf817d
UB
262 * config/crx/crx.c (crx_compare_op0, crx_compare_op1,
263 crx_expand_compare, crx_expand_branch, crx_expand_scond): Delete.
264 * config/crx/crx.h (crx_compare_op0, crx_compare_op1): Delete.
265 * config/crx/crx-protos.h (crx_expand_compare, crx_expand_branch,
266 crx_expand_scond): Delete.
267
268 * config/fr30/fr30.md (cmp<mode>, bCC): Delete.
269 (cbranchsi4): New.
270 * config/fr30/fr30.c (fr30_compare_op0, fr30_compare_op1): Delete
271 * config/fr30/fr30.h (fr30_compare_op0, fr30_compare_op1): Delete.
272
273 * config/frv/frv.md (cbranchsi4, cbranchsf4, cbranchdf4,
274 cstoresi4, cstoresf4, cstoredf4): New.
275 (cmpdi, cmpsi, cmpsf, cmpdf, bCC, sCC): Remove.
276 * config/frv/frv-protos.h (frv_emit_cbranch, frv_emit_scc):
277 Receive the entire operands array.
278 * config/frv/frv.h (frv_compare_op0, frv_compare_op1): Delete.
279 * config/frv/frv.c (frv_compare_op0, frv_compare_op1): Delete.
280 * config/frv/frv-protos.h (frv_emit_cbranch, frv_emit_scc):
281 Get test/op0/op1 from the operands array.
282 (frv_emit_cond_move): Get test/op0/op1 from the test_rtx.
283
284 * config/h8300/h8300-protos.h (h8300_expand_branch): Accept operands.
285 (h8300_expand_store): New.
286 * config/h8300/h8300.c (h8300_rtx_costs): Handle (compare FOO
287 (const_int 0)).
288 (h8300_expand_branch): Emit compare here. Adjust for new arguments.
289 (h8300_expand_store): New.
290 * config/h8300/h8300.md (btst combine patterns): Wrap with COMPARE
291 or do not try to produce (set (cc0) REG).
292 (peepholes): Wrap arguments with COMPARE. Add a peephole to
293 change a compare into a move to a scratch register. Disable some
294 peepholes when comparing with zero.
295 (tstsi, tsthi, tstsi, cmpqi): Make private.
296 (cmphi): Delete.
297 (bCC, sCC): Delete.
298 (cbranchqi4, cbranchhi4, cbranchsi4, cstoreqi4, cstorehi4,
299 cstoresi4): New.
f90b7a5a
PB
300
301 * config/i386/i386.c (ix86_expand_int_movcc, ix86_expand_int_addcc,
302 ix86_expand_fp_movcc): Set ix86_compare_op0 and ix86_compare_op1.
303 (ix86_emit_i387_log1p): Use gen_cbranchxf4.
304 (ix86_emit_i387_log1p): Use cbranchxf2.
305 (ix86_expand_setcc): Return void.
306 * config/i386/i386-protos.h (ix86_expand_setcc): Return void.
307 * config/i386/i386.md (cmpti, cmpdi, cmpsi, cmphi, cmpqi, cmpxf,
308 cmp<MODEF>, cmpcc): Remove.
fbdf817d
UB
309 (cbranchti4, cbranchdi4, cbranchsi4, cbranchhi4, cbranchqi4,
310 cbranchxf4, cbranch<MODEF>4, cbranchcc4, cstoredi4, cstoresi4,
311 cstorehi4, cstoreqi4, cstorexf4, cstore<MODEF>4, cstorecc): New.
f90b7a5a
PB
312 (sCC and bCC expanders): Remove.
313 (stack_protect_test): Use cbranchcc4.
314
fbdf817d
UB
315 * config/ia64/ia64-protos.h (ia64_compare_op0, ia64_compare_op1):
316 Delete.
317 (ia64_expand_compare): Accept three rtx by reference and return void.
318 * config/ia64/ia64.c (ia64_compare_op0, ia64_compare_op1): Delete.
319 (ia64_expand_compare): Replace op0/op1 with *op0/*op1. Get code
320 from *expr. Update *expr with the BImode comparison to do.
321 * config/ia64/ia64.md (cmpbi, cmpsi, cmpdi, cmpsf, cmpdf, cmpxf,
322 cmptf, bCC, sCC, conditional_trap): Delete.
323 (cbranchbi4, cbranchsi4, cbranchdi4, cbranchsf4, cbranchdf4,
324 cbranchxf4, cbranchtf4, cstorebi4, cstoresi4, cstoredi4, cstoresf4,
325 cstoredf4, cstorexf4, cstoretf4, ctrapbi4, ctrapsi4, ctrapdi4,
326 ctrapsf4, ctrapdf4, ctrapxf4, ctraptf4): New.
327 * config/ia64/predicates.md (ia64_cbranch_operator): New.
328
329 * config/iq2000/iq2000-protos.h (gen_conditional_branch): Change
330 type of last argument.
331 * config/iq2000/iq2000.c (branch_cmp, branch_type): Remove.
332 (gen_conditional_branch): Get code/cmp0/cmp1 from operands,
333 use machine mode argument instead of branch_type. Remove dead
334 code for floating-point comparisons.
335 * config/iq2000/iq2000.h (branch_cmp, branch_type): Remove.
336 * config/iq2000/iq2000.md (cmpsi, cmpdi, cmpsf, cmpdf, tstsi, bCC):
337 Remove.
338 (cbranchsi4, cstoresi4): New.
339 * config/iq2000/predicates.md (reg_or_const_operand): New.
340
341 * config/m32c/m32c.md (cbranch splitter): Use match_op_dup.
342 * config/m32c/m32c.md (any_cond, gl_cond): Delete.
343 (b<code>_op): Rewrite to...
344 (bcc_op): ... this, using match_operator.
345 (s<code>_op): Rewrite to...
346 (scc_op): ... this, using match_operator.
347 (s<code>_24_op): Rewrite to...
348 (scc_op_24): ... this, using match_operator.
349 (s<code>_<mode>): Rewrite to...
350 (cstore<mode>4): ... this, using match_operator.
351 (s<code>_<mode>_24): Rewrite to...
352 (cstore<mode>4_24): ... this, using match_operator.
353 * config/m32c/m32c-protos.h (m32c_cmp_flg_0, m32c_pend_compare,
354 m32c_unpend_compare, m32c_expand_scc): Delete.
355 * config/m32c/m32c.c (compare_op0, compare_op1, m32c_cmp_flg_0,
356 m32c_pend_compare, m32c_unpend_compare, m32c_expand_scc): Delete.
357 (m32c_expand_movcc): Change NE to EQ if necessary.
358 (m32c_init_libfuncs): Modify cstore optab instead of setcc_gen_code.
359
360 * config/m32r/m32r-protos.h (gen_cond_store): New.
361 * config/m32r/m32r.c (m32r_compare_op0, m32r_compare_op1): Delete.
362 (gen_cond_store): New, from sCC patterns.
363 (m32r_expand_block_move): Use cbranchsi4.
364 * config/m32r/m32r.h (m32r_compare_op0, m32r_compare_op1): Delete.
365 * config/m32r/m32r.md (cmpsi, bCC, sCC): Delete.
366 (cbranchsi4, cstoresi4): New.
367
368 * config/m68hc11/m68hc11.c (m68hc11_compare_op0, m68hc11_compare_op1):
369 Delete.
370 (m68hc11_rtx_costs_1, m68hc11_rtx_costs): Handle ZERO_EXTRACT.
f90b7a5a 371 (m68hc11_notice_update_cc): Look into a compare with 0.
fbdf817d
UB
372 * config/m68hc11/m68hc11.h (m68hc11_compare_op0, m68hc11_compare_op1):
373 Delete.
374 * config/m68hc11/m68hc11.md (tstsi, tsthi, tstqi, cmpsi,
375 cmphi, cmpqi, bCC): Delete.
376 (cbranchsi4, cbranchhi4, cbranchqi4): New.
377 (tstqi_1, tstqi_z_used, tstqi_1, bitcmpqi, bitcmpqi_z_used,
378 bitcmpqi_12, bitcmphi, various splits and peephole2s): Wrap cc0<-reg
379 sets with COMPARE.
380
381 * config/m68k/predicates.md (m68k_cstore_comparison_operator,
382 const0_operand, const1_operand, m68k_subword_comparison_operand): New.
383 * config/m68k/constraints.md (H): New.
384 * config/m68k/m68k.md (tstdi): Remove define_expand, use name for
385 the define_insn below.
386 (tstsi, tsthi, tst<FP:mode>, cmphi, cmpqi, cmp<FP:mode>): Delete.
387 (*tstsi_internal_68020_cf, *tstsi_internal, *tsthi_internal,
388 *tstqi_internal, tst<mode>_6881, tst<mode>_cf, many unnamed
389 patterns): Wrap RHS with COMPARE.
390 (tst<FP>_68881, tst<FP>_cf): Use const0_operand.
391 (*cmpdi_internal): Name this pattern.
392 (cmpdi): Change to define_insn.
393 (cbranchdi4, cstoredi4, cbranchsi4, cstoresi4, cbranchhi4, cstorehi4,
394 cbranchqi4, cstoreqi4, cbranch<FP:mode>4, cstore<FP:mode>4): New.
395 (scc0_di, scc0_di_5200, scc_di): Use the ordered_comparison_operator
396 predicate.
397 (seq, sne, sgt, sgtu, slt, sltu, sge, sgeu, sle, sleu, sordered,
398 sunordered, suneq, sunge, sungt, sunle, sunlt, sltgt): Delete
399 (conditional_trap): Change to...
400 (ctrapdi4, ctrapsi4, ctraphi4, ctrapqi4): ... these.
401 (*conditional_trap): Use the ordered_comparison_operator and
402 const1_operand predicates.
403 * config/m68k/m68k.c (m68k_last_compare_had_fp_operands): Delete.
404 (m68k_expand_prologue): Use ctrapsi4 instead of cmpsi+conditional_trap.
405 (m68k_rtx_costs): Look for ZERO_EXTRACT in a COMPARE.
406 * config/m68k/m68k.h (m68k_last_compare_had_fp_operands): Delete.
407
408 * config/mcore/mcore-protos.h (arch_compare_op0, arch_compare_op1,
409 mcore_modify_comparison, mcore_gen_compare_reg): Remove.
410 (mcore_gen_compare): New.
411 * config/mcore/mcore.c (arch_compare_op0, arch_compare_op1): Delete.
412 (mcore_modify_comparison, mcore_gen_compare_reg): Fold into...
413 (mcore_gen_compare): ... this.
414 * config/mcore/mcore.md (cmpsi, bCC, sCC): Remove.
415 (cbranchsi4, cstoresi4): New, using mcore_gen_compare.
416 (stack probe pattern): Use cbranchsi4.
417
418 * config/mips/predicates.md (mips_cstore_operator): New.
419 * config/mips/mips-ps-3d.md (movv2sfcc): Do not use cmp_operands.
420 * config/mips/mips.md (any_cond): Delete.
421 (conditional_trap): Rename to ctrap<GPR:mode>4. Adjust predicates,
422 always succeed.
423 (fixuns_truncdfsi2, fixuns_truncdfdi2, fixuns_truncsfsi2,
424 fixuns_truncsfdi2): Use cbranch patterns.
425 (cmp<GPR:mode>, cmp<SCALARF:mode>): Delete.
426 (b<code>): Change to cbranch<GPR:mode>4 and cbranch<SCALARF:mode>4.
427 Adjust call to mips_expand_conditional_branch.
428 (seq, sne, slt<u>, sle<u>, sgt<u>, sge<u>): Change to
429 cstore<GPR:mode>4.
430 * config/mips/mips-protos.h (mips_expand_conditional_branch,
431 mips_expand_scc, mips_expand_conditional_trap): Adjust prototypes.
432 * config/mips/mips.c (cmp_operands): Delete.
433 (mips_emit_compare): Get comparison operands from *op0/*op1.
434 (mips_expand_scc): Get code/op0/op1/target from operands. Assert
435 that it succeeds. Use op0/op1 instead of cmp_operands.
436 (mips_expand_conditional_branch, mips_expand_conditional_move,
437 mips_expand_conditional_trap): Likewise.
438 (mips_block_move_loop): Use cbranch patterns.
439 * config/mips/mips.h (cmp_operands): Delete.
440
441 * config/mmix/mmix.c (mmix_valid_comparison): Delete.
442 (mmix_gen_compare_reg): Just return a register in the right CC mode.
443 * config/mmix/mmix.h (mmix_compare_op0, mmix_compare_op1): New.
444 * config/mmix/mmix.md (cmpdi, cmpdf): Remove.
445 (*cmpcc_folded): Rename to...
446 (*cmpdi_folded): this.
447 (*cmpcc): Rename to...
448 (*cmps): ... this.
449 (movdfcc, movdicc): Adjust for new semantics of mmix_gen_compare_reg.
450 (bCC): Remove.
451 (cbranchdi4): New.
452 (cbranchdf4): New. Handle invalid comparisons here.
453 * config/mmix/predicates.md (float_comparison_operator): New.
454
455 * config/mn10300/mn10300.c (mn10300_rtx_costs): Consider 0 and
456 zero_extract to be cheap in (compare (zero_extract) (const_int 0).
457 * config/mn10300/mn10300.md (tst): Delete.
458 (*tst_extqisi_am33, *tst_extqisi, *tst_exthisi_am33, *tst_exthisi):
459 Name these patterns and wrap RHS in a compare.
460 (*cmpsi): Make this pattern private. Include tst.
461 (*cmpsf): Make this pattern private.
462 (and and zero_extract cc0 set): Wrap RHS in a COMPARE.
463 (compare with zero peepholes): Likewise.
464 (bCC): Remove.
465 (cbranchsi4, cbranchsf4): New.
466 (casesi): Use cbranchsi4.
467
468 * config/pa/pa.c (hppa_compare_op0, hppa_compare_op1,
469 hppa_branch_type): Delete.
470 (return_addr_rtx): Use cbranchsi4.
471 (emit_bcond_fp): Accept all operands. Replace CODE with NE.
472 Emit CCFPmode comparison here.
473 (gen_cmp_fp): Delete, now part of emit_bcond_fp.
474 * config/pa/pa.h (enum cmp_type, hppa_compare_op0, hppa_compare_op1,
475 hppa_branch_type): Delete.
476 * config/pa/pa.md (cmpdi, cmpsi, cmpsf, cmpdf, sCC, bCC): Delete.
477 (movsicc, movdicc): Remove references to hppa_compare_op0,
478 hppa_compare_op1 and compare_from_rtx.
479 (cbranchdi4, cbranchsi4, cbranchsf4, cbranchdf4, cstoresi4): New.
480 (casesi): Use cbranchsi4.
481
482 * config/pdp11/pdp11-protos.h (output_jump): Change prototype.
483 * config/pdp11/pdp11.c (output_jump): Embed opcodes here.
484 * config/pdp11/pdp11.md (register_or_const0_operand): New.
485 (cmpdf, cmphi, cmpqi): Make private. Add tst alternatives.
486 (cmpsi, tstsi, tstdf, tsthi, tstqi): Delete.
487 (bCC): Delete.
488 (cbranchdf4, cbranchhi4, cbranchqi4): New.
489 (*branch, *branch_inverted): New.
490
491 * config/picochip/picochip.md (cbranchhi4): Use
492 ordered_comparison_operator.
493 (cmphi, bCC): Remove.
494
495 * config/rs6000/predicates.md (rs6000_cbranch_operator): New.
496 (trap_comparison_operator): Delete.
497 * config/rs6000/rs6000-protos.h (rs6000_emit_sCOND,
498 rs6000_emit_cbranch): Accept mode and operands.
499 * config/rs6000/rs6000.c (rs6000_compare_op0, rs6000_compare_op1,
500 rs6000_compare_fp_p): Delete.
501 (rs6000_generate_compare): Accept mode and comparison. Extract code
502 and op0/op1 from there. Replace references to rs6000_compare_op0
503 and rs6000_compare_op1.
504 (rs6000_emit_sCOND): Adjust call to rs6000_generate_compare and
505 extract result from passed operands.
506 (rs6000_emit_cbranch): Adjust call to rs6000_generate_compare and
507 extract loc from passed operands.
508 (rs6000_emit_cmove): Likewise.
509 * config/rs6000/rs6000.h (rs6000_compare_op0, rs6000_compare_op1,
510 rs6000_compare_fp_p): Delete.
511 * config/rs6000/rs6000.md (cmp<GPR>, cmp<FP>, bCC, sCC): Delete.
512 (cbranch<GPR>4, cbranch<FP>4): New.
513 (cstore<mode>4): New. Consolidate here all choices about when to use
514 portable or specialized sCC sequences.
515 (stack_protect_test): Use cbranchsi4.
516 (conditional_trap): Replace with ctrap<GPR>4.
517 (conditional trap insn): Replace trap_comparison_operator with
518 ordered_comparison_operator.
519
520 * config/s390/s390.c (s390_compare_op0, s390_compare_op1): Delete.
521 (s390_emit_prologue): Use ctrap.
522 * config/s390/s390.h (s390_compare_op0, s390_compare_op1): Delete.
523 * config/s390/predicates.md (s390_eqne_operator, s390_scond_operator):
524 New predicates replacing...
525 * config/s390/s390.md (COMPARE, SCOND): ... these iterators.
526 (cmp<GPR>, cmp<FP>, cmpcc): Delete.
527 (trunc patterns): Use emit_cmp_and_jump_insns instead of cmp/branch.
528 (add<mode>cc): Do not use s390_compare_op0/op1.
529 (s<code>): Change to...
530 (cstore<mode>4): ... this. Do not use s390_compare_op0/op1.
531 (seq): Change to...
532 (cstorecc4): ... this. Handle EQ or NE equally.
533 (*sne): Un-privatize for use in cstorecc4.
534 (b<code>): Change to...
535 (cbranch<GPR>4, cbranch<FP>4, cbranchcc4): ... these.
536 (conditional_trap): Replace with...
537 (ctrap<GPR>4, ctrap<FP>4): ... these.
538 (stack_protect): Use cbranchcc4.
539
540 * config/score/score-conv.h (cmp_op0, cmp_op1): Delete.
541 * config/score/score-protos.h (score_gen_cmp): Delete.
542 * config/score/score.c (cmp_op0, cmp_op1, score_gen_cmp): Delete.
543 (score_block_move-loop): Use cbranchsi4.
544 * config/score/score.md (cbranchsi4): New.
545 (cmpsi, bCC): Delete.
546 * config/score/score3.c (cmp_op0, cmp_op1, score3_gen_cmp): Delete.
547 (score3_movsicc): Use ops[1] operands instead of cmp_op0/cmp_op1.
548 * config/score/score7.c (cmp_op0, cmp_op1, score7_gen_cmp): Delete.
549 (score7_movsicc): Use ops[1] operands instead of cmp_op0/cmp_op1.
550 * config/score/score3.h (score3_gen_cmp): Delete.
551 * config/score/score7.h (score7_gen_cmp): Delete.
552
553 * config/sh/sh-protos.h (prepare_scc_operands): Rename to...
554 (sh_emit_scc_to_t): ... this. Return void.
555 (from_compare): Rename to...
556 (sh_emit_compare_and_branch): ... this.
557 (sh_emit_compare_and_set): New.
558 (sh_expand_t_scc): Accept operands.
559 * config/sh/predicates.md (sh_float_comparison_operator): New.
560 * config/sh/sh.c (sh_compare_op0, sh_compare_op1): Delete.
561 (prepare_scc_operands): Rename to...
562 (sh_emit_scc_to_t): ... this. Return void. Get op0/op1 from
563 arguments.
564 (sh_emit_cheap_store_flag): New.
f90b7a5a 565 (sh_emit_set_t_insn): New.
fbdf817d
UB
566 (from_compare): Rename to...
567 (sh_emit_compare_and_branch): ... this. Accept mode. Rewrite
568 handling of TARGET_SH2E floating point to avoid recursive call.
569 Generate branch here.
570 (sh_emit_compare_and_set): New.
571 (sh_expand_t_scc): Get op0/op1 from arguments.
572 (sh_emit_cheap_store_flag): New.
573 * config/sh/sh.md (cbranchdi4, cbranchsi4): Include -mno-cbranchdi
574 cases.
f90b7a5a 575 (cbranchdi4_i): Use an "I08" constraint instead of an "i" constraint.
fbdf817d
UB
576 (cmpsi, cmpdi, cmpsf, cmpdf): Delete.
577 (movsicc, movdicc): Do nothing when it recreated operands from
578 sh_compare_*. Use sh_emit_cheap_store_flag. Adjust call to
579 prepare_scc_operands (now sh_emit_scc_to_t).
580 (udivdi3): Use cstoresi4.
581 (beq_media, bne_media, bge_media, bgtu_media, bgeu_media, beq,
582 bne, bgt, blt, ble, bge, bgtu, bltu, bgeu, bleu, bunordered): Delete.
583 (cbranchint4_media, cbranchfp4_media): New.
584 (casesi): Use cbranchdi4.
585 (seq, slt, sle, sgt, sge, sgtu, sltu, sgeu, sne, sleu, sunordered):
586 Delete.
587 (cstore4_media, cstoresi4, cstoredi4, cstoresf4, cstoredf4): New.
588 (movnegt): Remove second operand.
589 (cbranchsf4, cbranchdf4): New.
590 (stack_protect): Use cbranchdi4/cbranchsi4.
591
592 * config/sparc/sparc.c (sparc_compare_op0, sparc_compare_op1): Delete.
593 (gen_compare_reg): Accept comparison, extract part of it to...
594 (gen_compare_reg_1): ... this.
595 (gen_compare_operator): Delete.
596 (gen_v9_scc): Accept separate destination, comparison code and arms.
597 Do not use sparc_compare_op0/sparc_compare_op1.
598 (emit_scc_insn, emit_conditional_branch_insn): New.
599 (emit_v9_brxx): Make static. Remove useless assertion.
600 (sparc_emit_float_lib_cmp): Return RTL instead of calling
601 emit_cmp_insn.
602 (sparc_expand_compare_and_swap_12): Use gen_compare_reg_1+cbranchcc4.
603 * config/sparc/sparc-protos.h (gen_compare_reg,
f90b7a5a
PB
604 sparc_emit_float_lib_cmp): Adjust prototype.
605 (emit_scc_insn, emit_conditional_branch_insn): New.
606 (gen_v9_scc, emit_v9_brxx_insn, gen_compare_operator): Delete.
fbdf817d
UB
607 * config/sparc/sparc.h (sparc_compare_op0, sparc_compare_op1): Delete.
608 * config/sparc/sparc.md (P, I, F, V32, V32I, V64, V64I): Move all
609 iterators to the top.
610 (cmpsi, cmpdi, cmpsf, cmpdf, cmptf, seqsi_special_extend,
611 snesi_special_extend, sCC, bCC, seqdi_special_trunc,
f90b7a5a 612 snedi_special_trunc): Delete.
fbdf817d 613 (seqdi_special, snedi_special): Use expansion of seqdi_special_trunc
f90b7a5a 614 and snedi_special_trunc.
fbdf817d
UB
615 (cstoresi4, cstoredi4, cstore<F:mode>4, cbranchcc4, cbranchsi4,
616 cbranchdi4, cbranch<F:mode>4): New.
617 (mov<I:mode>cc, mov<F:mode>cc): Handle sparc_emit_float_lib_cmp
618 here. Use gen_compare_reg instead of gen_compare_operator.
619 (conditional_trap): Replace with...
620 (ctrapsi4, ctrapdi4): ... this.
621 (stack_protect_test): Use cbranchcc4.
622
623 * config/spu/spu-protos.h (spu_emit_branch_or_set): Change second
624 argument to rtx.
625 * config/spu/spu.c (spu_compare_op0, spu_compare_op1): Remove.
626 (spu_emit_branch_or_set): Get code/op0/op1 from second argument.
627 Change spu_compare_op0/op1 to op0/op1 throughout. Get target
628 from operands[0] or operands[3] depending on is_set.
629 * config/spu/spu.h (spu_compare_op0, spu_compare_op1): Remove.
630 * config/spu/spu.md (cmp<mode:VQHSI>, cmp<mode:DTI>, cmp<mode:VSF>,
631 cmpdf, bCC), sCC: Remove.
632 (cbranch<mode:VQHSI>4, cbranch<mode:DTI>, cbranch<mode:VSF>4,
633 cbranchdf4, cstore<mode:VQHSI>4, cstore<mode:DTI>, cstore<mode:VSF>4,
634 cstoredf4): New.
635 (mov<mode>cc): Accept ordered_comparison_operator, adjust call to
636 spu_emit_branch_or_set.
637
638 * config/stormy16/stormy16-protos.h (xstormy16_emit_cbranch):
639 Add two arguments.
640 * config/stormy16/stormy16.h (xstormy16_compare_op0,
641 xstormy16_compare_op1): Delete.
642 * config/stormy16/stormy16.c (xstormy16_compare_op0,
643 xstormy16_compare_op1): Delete.
644 (xstormy16_emit_cbranch): Get op0/op1 from the new arguments.
645 Adjust calls.
646 * config/stormy16/stormy16.md (cbranchsi4, cbranchhi4): New.
647 (cmphi, cmpsi, bCC): Remove.
648
649 * config/v850/v850.md (tstsi, cmpsi): Fold into...
650 (*cmpsi): ... this one.
651 (cbranchsi4, cstoresi4): New.
652 (bCC expanders): Delete.
653 (sCC insns): Fold into...
654 (*setcc): ... this one.
655 (casesi): Do not use gen_cmpsi and gen_bgtu.
f90b7a5a
PB
656 (various splits): Wrap "naked" RHS of a cc0 set with COMPARE.
657 (movsicc): Simplify.
658 * config/v850/v850.c (v850_rtx_costs): Handle ZERO_EXTRACT in COMPARE.
659
fbdf817d
UB
660 * config/vax/vax-protos.h (cond_name): New.
661 (vax_output_conditional_branch): Remove.
662 * config/vax/vax.c (cond_name): New.
663 (vax_output_conditional_branch): Remove.
664 * config/vax/vax.h (PRINT_OPERAND): Dispatch %c to cond_name.
665 * config/vax/vax.md (tst<VAXint>, tst<VAXfp>): Remove.
666 (cmp<VAXint>, cmp<VAXfp>): Privatize. Add constraints for tst.
667 (bit<VAXint>): Wrap source with (compare).
668 (b<code> and following unnamed pattern): Rename to *branch and
669 *branch_reversed. Change macroization to match_operator.
670 (cbranch<VAXint>4, cbranch<VAXfp>4): New.
671
672 * config/xtensa/predicates.md (xtensa_cstoresi_operator): New.
673 * config/xtensa/xtensa-protos.h (xtensa_expand_conditional_branch):
674 Change last argument to machine_mode.
675 (xtensa_expand_scc): Add machine_mode argument.
676 * config/xtensa/xtensa.c (branch_cmp, branch_type): Remove.
677 (gen_conditional_move, xtensa_expand_conditional_branch,
678 xtensa_expand_scc, xtensa_expand_conditional_move): Use mode
679 instead of branch_type, fetch cmp0/cmp1/test_code from operands[].
680 Adjust operand numbers.
681 * config/xtensa/xtensa.h (enum cmp_type, branch_cmp, branch_type):
682 Delete.
683 * config/xtensa/xtensa.md (any_cond, any_scc): Delete.
684 (cmpsi, cmpsf, b<code>, s<code>): Delete.
685 (cbranchsi4, cbranchsf4, cstoresi4, cstoresf4): New.
f90b7a5a 686
16670495
PB
6872009-05-12 Paolo Bonzini <bonzini@gnu.org>
688
689 * optabs.c (prepare_cmp_insn): Temporarily disable test that
690 causes spurious differences between trunk and cond-optab branch.
691
4a4a4e99
AO
6922009-05-12 Alexandre Oliva <aoliva@redhat.com>
693
694 PR target/37137
695 * doc/install.texi (STAGE1_TFLAGS, BUILD_CONFIG): Document.
696
72b9acff
AO
6972009-05-12 Alexandre Oliva <aoliva@redhat.com>
698
699 * tree.c (iterative_hash_pointer): Delete.
700 (iterative_hash_expr): Short-circuit handling of NULL pointer.
701 Hash UIDs and versions of SSA names. Don't special-case built-in
702 function declarations.
703
b7dd69ac
ILT
7042009-05-11 Ian Lance Taylor <iant@google.com>
705
706 PR bootstrap/40103
707 * graphite.c: Force -Wc++-compat to only be a warning before
708 #including "cloog/cloog.h".
709
ed102b70
MJ
7102009-05-11 Martin Jambor <mjambor@suse.cz>
711
712 * ipa-cp.c (ipcp_cloning_candidate_p): Add missing return false.
713
08f1af2e
JH
7142009-05-11 Jan Hubicka <jh@suse.cz>
715
716 * tree-ssa-loop-ivcanon.c: Include target.h
717 (struct loop_size): new structure.
718 (constant_after_peeling): New predicate.
719 (tree_estimate_loop_size): New function.
720 (estimated_unrolled_size): Rewrite for new estimates.
721 (try_unroll_loop_completely): Use new estimates.
722 * Makefile.in (tree-ssa-loop-ivcanon.o): Add dependenc on target.h
723
a7d39bd3
AP
7242009-05-11 Andrew Pinski <andrew_pinski@playstation.sony.com>
725
726 * config/spu/spu-c.c (spu_categorize_keyword): Update for recent
727 libcpp interface change.
728 (spu_macro_to_expand): Likewise.
729
f5a1f0d0
PB
7302009-05-11 Paolo Bonzini <bonzini@gnu.org>
731
732 PR tree-optimization/40026
733 * gimplify.c (gimplify_init_constructor): Change initial conditional
734 to assertion. Rewrite TREE_OPERAND (*expr_p, 1) after
735 optimize_compound_literals_in_ctor.
736
c260f01f
NS
7372009-05-11 Nathan Sidwell <nathan@codesourcery.com>
738
739 * config/m68k/m68k-devices.def (52274, 52277, 5301x, 5225x, 51xx):
740 New devices.
741 * doc/invoke.texi (M680x0 Options): Document new coldfire cpus.
742
df398a37
L
7432009-05-11 H.J. Lu <hongjiu.lu@intel.com>
744
745 * tree-vect-data-refs.c (vect_analyze_group_access): Use
746 HOST_WIDE_INT for gap.
747
4da39468
IR
7482009-05-11 Ira Rosen <irar@il.ibm.com>
749
750 PR tree-optimization/40074
751 * tree-vect-data-refs.c (vect_analyze_group_access): Take gaps into
752 account in group size and step comparison.
753
4effdf02
RG
7542009-05-11 Richard Guenther <rguenther@suse.de>
755
756 * passes.c (init_optimization_passes): Strip now incorrect comment.
757 (execute_function_todo): Do not set PROP_alias.
758 * tree-pass.h (PROP_alias): Remove.
759 * tree-ssa-structalias.c (pass_build_alias): Do not provide PROP_alias.
760 * tree-if-conv.c (pass_if_conversion): Do not require PROP_alias.
761 * tree-nrv.c (pass_return_slot): Likewise.
762 * tree-object-size.c (pass_object_sizes): Likewise.
763 * tree-ssa-dom.c (pass_dominator): Likewise.
764 (pass_phi_only_cprop): Likewise.
765 * tree-ssa-dse.c (pass_dse): Likewise.
766 * tree-ssa-phiopt.c (pass_phiopt): Likewise.
767 (pass_cselim): Likewise.
768 * tree-ssa-pre.c (pass_pre): Likewise.
769 (pass_fre): Likewise.
770 * tree-ssa-reassoc.c (pass_reassoc): Likewise.
771 * tree-ssa-sink.c (pass_sink_code): Likewise.
772 * tree-stdarg.c (pass_stdarg): Likewise.
773 * tree-tailcall.c (pass_tail_calls): Likewise.
774 * tree-vrp.c (pass_vrp): Likewise.
775
24b97832
ILT
7762009-05-10 Ian Lance Taylor <iant@google.com>
777
778 * basic-block.h (enum profile_status): Break out of struct
779 control_flow_graph.
780 * cgraph.h (struct inline_summary): Break out of struct
781 cgraph_local_info.
782 * cgraphunit.c (enum cgraph_order_sort_kind): New enum, broken out
783 of struct cgraph_order_sort.
fbdf817d 784 * combine.c (enum undo_kind): New enum, broken out of struct undo.
24b97832
ILT
785 * cse.c (struct branch_path): Break out of struct
786 cse_basic_block_data.
787 * except.h (enum eh_region_type): Break out of struct eh_region.
788 * gcc.c (enum add_del): Break out of struct modify_target.
fbdf817d 789 * genrecog.c (enum decision_type): Break out of struct decision_test.
24b97832
ILT
790 * ggc-page.c (struct ggc_pch_ondisk): Break out of struct
791 ggc_pch_data.
fbdf817d
UB
792 * matrix-reorg.c (struct free_info): Break out of struct matrix_info.
793 * regmove.c (enum match_use): New enum, broken out of struct match.
24b97832
ILT
794 * sched-int.h (enum post_call_group): New enum, broken out of
795 struct deps.
796 (struct deps_reg): Break out of struct deps.
797 * target.h (struct asm_int_op): Break out of struct gcc_target.
798 * tree-eh.c (struct goto_queue_node): Break out of struct
799 leh_tf_state.
800 * tree-inline.h (enum copy_body_cge_which): Break out of
801 copy_body_data.
802 * tree-pass.h (enum opt_pass_type): Break out of struct opt_pass.
803
804 * c-decl.c (in_struct, struct_types): New static variables.
805 (pushtag): Add loc parameter. Change all callers.
806 (lookup_tag): Add ploc parameter. Change all callers.
807 (check_compound_literal_type): New function.
808 (parser_xref_tag): Add loc parameter. Change all callers. If
809 -Wc++-compat, warn about struct/union/enum types defined within a
810 struct or union.
811 (start_struct): Add enclosing_in_struct, enclosing_struct_types,
812 and loc parameters. Change all callers. Change error calls to
813 error_at, using loc. For a redefinition, if the location of the
814 original definition is known, report it. Set in_struct and
fbdf817d 815 struct_types. If -Wc++-compat warn if in sizeof, typeof, or alignof.
24b97832
ILT
816 (finish_struct): Add new parameters enclosing_in_struct and
817 enclosing_struct_types. Change all callers. Set
818 C_TYPE_DEFINED_IN_STRUCT for all struct/union/enum types defined
819 in the struct. If in a struct, add this struct to struct_types.
820 (start_enum): Add loc parameter. Change all callers. Use
821 error_at for errors, using loc. For a redefinition, if the
822 location of the original definition is known, report it. If in a
823 struct, add this enum type to struct_types. If -Wc++-compat warn
824 if in sizeof, typeof, or alignof.
fbdf817d
UB
825 * c-parser.c (disable_extension_diagnostics): Disable -Wc++-compat.
826 (enable_extension_diagnostics): Reenable -Wc++-compat if appropriate.
24b97832
ILT
827 (c_parser_enum_specifier): Get enum location for start_enum.
828 (c_parser_struct_or_union_specifier): Get struct location for
829 start_struct. Save in_struct and struct_types status between
830 start_struct and finish_struct.
831 (c_parser_cast_expression): Get location of cast.
832 (c_parser_alignof_expression): Get location of type.
833 (c_parser_postfix_expression): Likewise.
834 (c_parser_postfix_expression_after_paren_type): Add type_loc
fbdf817d
UB
835 parameter. Change all callers. Call check_compound_literal_type.
836 Use type_loc for error about variable size type.
837 * c-typeck.c (build_external_ref): If -Wc++-compat, warn about a use
838 of an enum constant from an enum type defined in a struct or union.
24b97832
ILT
839 (c_cast_expr): Add loc parameter. Change all callers. If
840 -Wc++-compat, warn about defining a type in a cast.
841 * c-tree.h (C_TYPE_DEFINED_IN_STRUCT): Define.
842 (start_enum, start_struct, finish_struct): Update declarations.
843 (parser_xref_tag, c_cast_expr): Update declarations.
844 (check_compound_literal_type): Declare.
845
7a2738fa
BE
8462009-05-11 Ben Elliston <bje@au.ibm.com>
847
848 * config/rs6000/rs6000-c.c (altivec_categorize_keyword): Update
849 for recent libcpp interface change.
850 (rs6000_macro_to_expand): Likewise.
851
af618949
MM
8522009-05-10 Michael Matz <matz@suse.de>
853
854 PR target/40031
855 * config/arm/arm.c (require_pic_register): Emit on entry edge,
856 not at entry of function.
857
b7d7a473
RG
8582009-05-10 Richard Guenther <rguenther@suse.de>
859
860 PR tree-optimization/40081
861 Revert
862 * tree-sra.c (instantiate_element): Instantiate scalar replacements
863 using the main variant of the element type. Do not fiddle with
864 TREE_THIS_VOLATILE or TREE_SIDE_EFFECTS.
865
866 * tree-sra.c (sra_type_can_be_decomposed_p): Do not decompose
867 structs with volatile fields.
868
078c3644
JH
8692009-05-10 Jan Hubicka <jh@suse.cz>
870
871 * tree-inline.c (delete_unreachable_blocks_update_callgraph): Declare.
fbdf817d
UB
872 (estimate_move_cost): Assert that it does not get called for
873 VOID_TYPE_P.
078c3644
JH
874 (estimate_num_insns): Skip VOID types in argument handling.
875 (optimize_inline_calls): Delete unreachable blocks and verify that
876 callgraph is valid.
877
39ff5a96
JH
8782009-05-10 Jan Hubicka <jh@suse.cz>
879
880 * cgraphbuild.c (record_reference): Use cgraph_mark_address_taken_node.
881 * cgraph.c (cgraph_mark_address_taken_node): New function.
882 (dump_cgraph_node): Dump new flag.
883 * cgraph.h (struct cgraph_node): Add address_taken.
884 (cgraph_mark_address_taken_node): New function.
39ff5a96
JH
885 * ipa.c (cgraph_postorder): Prioritize functions with address taken
886 since new direct calls can be born.
887
9a0c6187
JM
8882009-05-10 Joseph Myers <joseph@codesourcery.com>
889
890 * c-lex.c (c_lex_with_flags): Expect cpp_hashnode in
891 tok->val.node.node.
892
4b685e14
JH
8932009-05-10 Jan Hubicka <jh@suse.cz>
894
895 PR middle-end/40084
fb0be169
EB
896 * cgraph.c (cgraph_update_edges_for_call_stmt_node): Take old_call
897 argument; rewrite.
4b685e14
JH
898 (cgraph_update_edges_for_call_stmt): Take old_decl argument.
899 * cgraph.h (cgraph_update_edges_for_call_stmt): Update prototype.
900 * tree-inline.c (copy_bb): Set frequency correctly.
fb0be169
EB
901 (fold_marked_statements): Update call to
902 cgraph_update_edges_for_call_stmt.
4b685e14 903
29d08eba
JM
9042009-05-10 Joseph Myers <joseph@codesourcery.com>
905
906 * config/arc/arc.c (arc_handle_interrupt_attribute): Use %qE for
907 identifiers in diagnostics.
908 * config/arm/arm.c (arm_handle_fndecl_attribute,
909 arm_handle_isr_attribute): Likewise.
910 * config/avr/avr.c (avr_handle_progmem_attribute,
911 avr_handle_fndecl_attribute, avr_handle_fntype_attribute):
912 Likewise.
913 * config/bfin/bfin.c (handle_int_attribute,
914 bfin_handle_longcall_attribute, bfin_handle_l1_text_attribute,
915 bfin_handle_l1_data_attribute, bfin_handle_longcall_attribute,
916 bfin_handle_l1_text_attribute, bfin_handle_l1_data_attribute):
917 Likewise.
918 * config/darwin.c (darwin_handle_kext_attribute,
919 darwin_handle_weak_import_attribute): Likewise.
920 * config/h8300/h8300.c (h8300_handle_fndecl_attribute,
921 h8300_handle_eightbit_data_attribute,
922 h8300_handle_tiny_data_attribute): Likewise.
923 * config/i386/i386.c (ix86_handle_cconv_attribute,
924 ix86_handle_abi_attribute, ix86_handle_struct_attribute):
925 Likewise.
926 * config/i386/winnt.c (ix86_handle_shared_attribute,
927 ix86_handle_selectany_attribute): Likewise.
928 * config/ia64/ia64.c (ia64_handle_model_attribute): Likewise.
929 * config/m32c/m32c.c (function_vector_handler): Likewise.
930 * config/m68hc11/m68hc11.c (m68hc11_handle_page0_attribute,
931 m68hc11_handle_fntype_attribute): Likewise.
932 * config/m68k/m68k.c (m68k_handle_fndecl_attribute): Likewise.
933 * config/mcore/mcore.c (mcore_handle_naked_attribute): Likewise.
934 * config/mips/mips.c (mips_insert_attributes,
935 mips_merge_decl_attributes, mips_expand_builtin): Likewise.
936 * config/rs6000/rs6000.c (rs6000_handle_longcall_attribute,
937 rs6000_handle_struct_attribute): Likewise.
938 * config/sh/sh.c (sh_insert_attributes,
939 sh_handle_resbank_handler_attribute,
940 sh_handle_interrupt_handler_attribute,
941 sh2a_handle_function_vector_handler_attribute,
942 sh_handle_sp_switch_attribute, sh_handle_trap_exit_attribute):
943 Likewise.
944 * config/sh/symbian.c (sh_symbian_mark_dllimport): Likewise.
945 * config/spu/spu.c (spu_handle_fndecl_attribute,
946 spu_handle_vector_attribute): Likewise.
947 * config/stormy16/stormy16.c
948 (xstormy16_handle_interrupt_attribute): Likewise.
949 * config/v850/v850-c.c (ghs_pragma_section): Likewise.
950 * config/v850/v850.c (v850_handle_interrupt_attribute): Likewise.
951
f41c4af3
JM
9522009-05-10 Joseph Myers <joseph@codesourcery.com>
953
954 * pretty-print.h (struct pretty_print_info): Add
955 translate_identifiers.
956 (pp_translate_identifiers): New.
957 (pp_identifier): Only conditionally translate identifier to locale
958 character set.
959 * pretty-print.c (pp_construct): Set pp_translate_identifiers.
960 (pp_base_tree_identifier): Only conditionally translate identifier
961 to locale character set.
962 * c-pretty-print.c (M_): Define.
963 (pp_c_type_specifier, pp_c_primary_expression): Mark English
964 fragments for conditional translation with M_.
965 * tree-pretty-print.c (maybe_init_pretty_print): Disable
966 identifier translation.
967
896d7dbd
RG
9682009-05-10 Richard Guenther <rguenther@suse.de>
969
970 PR tree-optimization/40081
971 * tree-sra.c (instantiate_element): Instantiate scalar replacements
972 using the main variant of the element type. Do not fiddle with
973 TREE_THIS_VOLATILE or TREE_SIDE_EFFECTS.
974
9a23acef
JH
9752009-05-09 Jan Hubicka <jh@suse.cz>
976
977 PR middle-end/40080
978 * cgraphunit.c (cgraph_materialize_all_clones): Do not redirect
979 indirect calls; verify cgraph afterwards.
980
d563610d
JH
9812009-05-09 Jan Hubicka <jh@suse.cz>
982
983 PR bootstrap/40082
984 * ipa.c (update_inlined_to_pointer): New function.
985 (cgraph_remove_unreachable_nodes): Use it.
986
f08a18d0
JH
9872009-05-09 Jan Hubicka <jh@suse.cz>
988
989 * tree-eh.c (struct leh_state): Remove prev_try.
990 (lower_try_finally, lower_catch, lower_eh_filter, lower_cleanup): Do
991 not track prev_try.
992 * except.c (gen_eh_region_cleanup, duplicate_eh_regions,
993 copy_eh_region_1, copy_eh_region, redirect_eh_edge_to_label,
994 remove_eh_handler_and_replace, foreach_reachable_handler,
995 verify_eh_region, verify_eh_tree): Remove tracking of prev_try pointer.
996 * except.h (struct eh_region): Remove eh_region_u_cleanup.
997 (gen_eh_region_cleanup): Update prototype.
998
0afd7219
JH
9992009-05-09 Jan Hubicka <jh@suse.cz>
1000
1001 PR middle-end/40043
1002 * except.c (copy_eh_region): Always set prev_try.
1003 (redirect_eh_edge_to_label): Find outer try.
1004 (foreach_reachable_handler): When looking for prev try
1005 handle case where previous try is not going to be taken.
1006
ad6c0864
MM
10072009-05-07 Michael Meissner <meissner@linux.vnet.ibm.com>
1008
1009 PR tree-optimization/40049
1010 * tree-vect-stmts.c (vectorizable_operation): If the machine has
1011 only vector/vector shifts, convert the type of the constant to the
1012 appropriate type to avoid building incorrect trees, which
1013 eventually have problems with garbage collection.
1014
c94f9067
JM
10152009-05-08 Joseph Myers <joseph@codesourcery.com>
1016
1017 * fold-const.c (fold_binary): Do not fold multiplication by 1 or
1018 -1 for complex floating-point types if honoring signed zeros.
1019
9187e02d
JH
10202009-05-08 Jan Hubicka <jh@suse.cz>
1021
20acb8a2
EB
1022 * cgraphbuild.c (compute_call_stmt_bb_frequency): Accept function
1023 argument; handle correctly when profile is absent.
9187e02d
JH
1024 (build_cgraph_edges): Update.
1025 (rebuild_cgraph_edges): Update.
20acb8a2
EB
1026 * cgraph.c: Do not include varray.h.
1027 (cgraph_set_call_stmt_including_clones): New function.
1028 (cgraph_create_edge_including_clones): Likewise
1029 (cgraph_update_edges_for_call_stmt_node): New static cfunction.
9187e02d
JH
1030 (cgraph_update_edges_for_call_stmt): Handle clones.
1031 (cgraph_remove_node): Handle clone tree.
1032 (cgraph_remove_node_and_inline_clones): New function.
1033 (dump_cgraph_node): Dump clone tree.
1034 (cgraph_clone_node): Handle clone tree.
20acb8a2 1035 (clone_function_name): Bring here from tree-inline.c.
9187e02d 1036 (cgraph_create_virtual_clone): New function.
20acb8a2
EB
1037 * cgraph.h (ipa_replace_map): Move here from ipa.h.
1038 (cgraph_clone_info): New function.
9187e02d 1039 (strut cgraph_node): Add clone_info and new clone tree pointers.
20acb8a2
EB
1040 (cgraph_remove_node_and_inline_clones,
1041 cgraph_set_call_stmt_including_clones,
1042 cgraph_create_edge_including_clones,
1043 cgraph_create_virtual_clone): Declare.
9187e02d
JH
1044 (cgraph_function_versioning): Use VEC argument.
1045 (compute_call_stmt_bb_frequency): Update prototype.
1046 (cgraph_materialize_all_clones): New function.
1047 * ipa-cp.c (ipcp_update_cloned_node): Remove.
1048 (ipcp_create_replace_map): Update to VECtors.
1049 (ipcp_update_callgraph): Use virtual clones.
1050 (ipcp_update_bb_counts, ipcp_update_edges_counts): Remove.
1051 (ipcp_update_profiling): Do not update local profiling.
1052 (ipcp_insert_stage): Use VECtors and virtual clones.
1053 * cgraphunit.c (verify_cgraph_node): Verify clone tree.
1054 (clone_of_p): New function.
1055 (cgraph_preserve_function_body_p): Use clone tree.
1056 (cgraph_optimize): Materialize clones.
1057 (cgraph_function_versioning): Update for VECtors.
1058 (save_inline_function_body): Use clone tree.
20acb8a2
EB
1059 (cgraph_materialize_clone): New function.
1060 (cgraph_materialize_all_clones): Likewise.
9187e02d
JH
1061 * ipa-inline.c (cgraph_default_inline_p): Use analyzed flags.
1062 * ipa.c: Include gimple.h.
1063 (cgraph_remove_unreachable_nodes): Use clone tree.
20acb8a2
EB
1064 * ipa-prop.c (ipa_note_param_call): Update call to
1065 compute_call_stmt_bb_frequencycall.
9187e02d 1066 * ipa-prop.h (ipa_replace_map): Move to cgraph.h.
20acb8a2 1067 * tree-inline.c: Do not include varray.h or gt-tree-inline.h.
9187e02d
JH
1068 (copy_bb): Handle updating of clone tree; add new edge when new call
1069 appears.
1070 (expand_call_inline): Be strict about every call having edge.
1071 (clone_fn_id_num, clone_function_name): Move to cgraph.c.
1072 (delete_unreachable_blocks_update_callgraph): New function.
20acb8a2
EB
1073 (tree_function_versioning): Use VECtors; always remove unreachable
1074 blocks and fold conditionals.
1075 * tree-inline.h: Do not include varray.h.
9187e02d
JH
1076 (tree_function_versioning): Remove.
1077 * Makefile.in (GTFILES): Remove tree-inline.c
1078 * passes.c (do_per_function): Do only functions having body.
20acb8a2
EB
1079 * ipa-struct-reorg.c (do_reorg_1, collect_data_accesses): Handle clone
1080 tree.
9187e02d 1081
9b86d6bb
L
10822009-05-08 H.J. Lu <hongjiu.lu@intel.com>
1083 Andrew Morrow <acm@google.com>
1084
1085 PR c/36892
1086 * c-common.c (c_common_attribute_table): Permit deprecated
1087 attribute to take an optional argument.
1088 (handle_deprecated_attribute): If the optional argument to
1089 __attribute__((deprecated)) is not a string ignore the attribute
1090 and emit a warning.
1091
1092 * c-decl.c (grokdeclarator): Updated warn_deprecated_use call.
1093 * c-typeck.c (build_component_ref): Likewise.
1094 (build_external_ref): Likewise.
1095
1096 * toplev.c (warn_deprecated_use): Add an attribute argument.
1097 Emit the message associated with __attribute__((deprecated)).
1098
1099 * toplev.h (warn_deprecated_use): Updated.
1100
1101 * doc/extend.texi: Document new optional parameter to
1102 __attribute__((deprecated))
1103
82ad047f
ME
11042009-05-08 Michael Eager <eager@eagercon.com>
1105
1106 * config/rs6000/rs6000.md (*movdf_softfloat32): replace
1107 !TARGET_DOUBLE_FLOAT with TARGET_SINGLE_FLOAT.
1108
788d3075
RG
11092009-05-08 Richard Guenther <rguenther@suse.de>
1110
1111 PR tree-optimization/40062
1112 * tree-scalar-evolution.c (follow_ssa_edge_in_condition_phi):
1113 Avoid exponential behavior.
1114
00952e97
PB
11152009-05-08 Paolo Bonzini <bonzini@gnu.org>
1116
1117 PR rtl-optimization/33928
1118 PR 26854
1119 * fwprop.c (use_def_ref, get_def_for_use, bitmap_only_bit_bitween,
1120 process_uses, build_single_def_use_links): New.
1121 (update_df): Update use_def_ref.
1122 (forward_propagate_into): Use get_def_for_use instead of use-def
1123 chains.
1124 (fwprop_init): Call build_single_def_use_links and let it initialize
1125 dataflow.
1126 (fwprop_done): Free use_def_ref.
1127 (fwprop_addr): Eliminate duplicate call to df_set_flags.
1128 * df-problems.c (df_rd_simulate_artificial_defs_at_top,
1129 df_rd_simulate_one_insn): New.
1130 (df_rd_bb_local_compute_process_def): Update head comment.
1131 (df_chain_create_bb): Use the new RD simulation functions.
1132 * df.h (df_rd_simulate_artificial_defs_at_top,
1133 df_rd_simulate_one_insn): New.
1134 * opts.c (decode_options): Enable fwprop at -O1.
1135 * doc/invoke.texi (-fforward-propagate): Document this.
1136
2ca862e9
JM
11372009-05-08 Joseph Myers <joseph@codesourcery.com>
1138
1139 PR c/24581
1140 * c-typeck.c (build_binary_op): Handle arithmetic between one real
1141 and one complex operand specially.
1142 * tree-complex.c (some_nonzerop): Do not identify a real value as
1143 zero if flag_signed_zeros.
1144
3e807ffc
PB
11452009-05-08 Paolo Bonzini <bonzini@gnu.org>
1146
1147 PR rtl-optimization/33928
7925c06c 1148 * loop-invariant.c (record_use): Fix && vs. || mishap.
3e807ffc 1149
1bfdbb29
PB
11502009-05-08 Paolo Bonzini <bonzini@gnu.org>
1151
1152 PR rtl-optimization/33928
e913423f
EB
1153 * loop-invariant.c (struct use): Add addr_use_p.
1154 (struct def): Add n_addr_uses.
1155 (struct invariant): Add cheap_address.
1156 (create_new_invariant): Set cheap_address.
1157 (record_use): Accept df_ref. Set addr_use_p and update n_addr_uses.
1158 (record_uses): Pass df_ref to record_use.
1159 (get_inv_cost): Do not add inv->cost to comp_cost for cheap addresses
1160 used only as such.
1bfdbb29 1161
702cb2a0
KK
11622009-05-08 Kaz Kojima <kkojima@gcc.gnu.org>
1163
1164 * config/sh/sh.c: Do not include c-pragma.h.
1165
5e8df753
AP
11662009-05-07 Andrew Pinski <andrew_pinski@playstation.sony.com>
1167
1168 * config/spu/spu.c: Remove include of c-common.h.
1169
6ec637a4
JJ
11702009-05-07 Janis Johnson <janis187@us.ibm.com>
1171
1172 PR c/39037
1173 * c-common.h (mark_valid_location_for_stdc_pragma,
1174 valid_location_for_stdc_pragma_p, set_float_const_decimal64,
1175 clear_float_const_decimal64, float_const_decimal64_p): New.
1176 * c.opt (Wunsuffixed-float-constants): New.
1177 * c-lex.c (interpret_float): Use pragma FLOAT_CONST_DECIMAL64 for
1178 unsuffixed float constant, handle new warning.
1179 * c-cppbuiltin.c (c_cpp_builtins): Use cast for double constants.
1180 * c-decl.c (c_scope): New flag float_const_decimal64.
1181 (set_float_const_decimal64, clear_float_const_decimal64,
1182 float_const_decimal64_p): New.
1183 (push_scope): Set new flag.
1184 * c-parser.c (c_parser_translation_unit): Mark when it's valid
1185 to use STDC pragmas.
1186 (c_parser_external_declaration): Ditto.
1187 (c_parser_compound_statement_nostart): Ditto.
1188 * c-pragma.c (valid_location_for_stdc_pragma,
1189 mark_valid_location_for_stdc_pragma,
1190 valid_location_for_stdc_pragma_p, handle_stdc_pragma,
1191 handle_pragma_float_const_decimal64): New.
1192 (init_pragma): Register new pragma FLOAT_CONST_DECIMAL64.
1193 * cp/semantics.c (valid_location_for_stdc_pragma_p,
1194 set_float_const_decimal64, clear_float_const_decimal64,
1195 float_const_decimal64_p): New dummy functions.
1196 * doc/extend.texi (Decimal Float): Remove statement that the
1197 pragma, and suffix for double constants, are not supported.
1198 * doc/invoke.texi (Warning Options): List new option.
1199 (-Wunsuffixed-float-constants): New.
1200
45b9b2e9
SB
12012009-05-08 Steven Bosscher <steven@gcc.gnu.org>
1202
1203 * config/i386/i386.c: Do not include c-common.h.
1204
e71da632
MH
12052009-05-07 Mark Heffernan <meheff@google.com>
1206
1207 * doc/invoke.texi (Debugging Options): Document change of debugging
1208 dump location.
e913423f 1209 * opts.c (decode_options): Make dump_base_name relative to
e71da632
MH
1210 aux_base_name directory.
1211
fe4c7bc6
HS
12122009-05-07 Hariharan Sandanagobalane <hariharan@picochip.com>
1213
1214 * config/picochip/picochip.h (NO_DOLLAR_IN_LABEL): Added.
1215 * config/picochip/libgccExtras/divmod15.asm : Removed redefiniton.
1216
3b3e44eb
RAE
12172009-05-07 Rafael Avila de Espindola <espindola@google.com>
1218
1219 * Makefile.in (install-plugin): Simplify a bit.
1220
fac41238
PB
12212009-05-07 Paolo Bonzini <bonzini@gnu.org>
1222
1223 * Makefile.in (OBJS-common): Add regcprop.o.
1224 (regcprop.o): New.
1225 * timevar.def (TV_CPROP_REGISTERS): New.
1226 * regrename.c (regrename_optimize): Return 0.
1227 (rest_of_handle_regrename): Delete.
1228 (pass_rename_registers): Point to regrename_optimize.
1229 (struct value_data_entry, struct value_data,
1230 kill_value_one_regno, kill_value_regno, kill_value,
1231 set_value_regno, init_value_data, kill_clobbered_value,
1232 kill_set_value, kill_autoinc_value, copy_value,
1233 mode_change_ok, maybe_mode_change, find_oldest_value_reg,
1234 replace_oldest_value_reg, replace_oldest_value_addr,
1235 replace_oldest_value_mem, copyprop_hardreg_forward_1,
1236 debug_value_data, validate_value_data): Move...
1237 * regcprop.c: ... here.
1238 (rest_of_handle_cprop): Delete.
1239 (pass_cprop_hardreg): Point to copyprop_hardreg_forward.
1240
472e0df9
JJ
12412009-05-07 Jakub Jelinek <jakub@redhat.com>
1242
1243 PR middle-end/40057
1244 * dojump.c (prefer_and_bit_test): Use immed_double_const instead of
1245 GEN_INT for 1 << bitnum.
1246 (do_jump) <case BIT_AND_EXPR>: Use build_int_cst_wide_type instead of
1247 build_int_cst_type.
1248
0d50d55a
UB
12492009-05-07 Uros Bizjak <ubizjak@gmail.com>
1250
1251 * doc/md.texi (Standard Pattern Names For Generation) [sync_nand]:
7925c06c 1252 Remove wrong description of "nand" operation.
0d50d55a 1253
22f597f1
RG
12542009-05-06 Richard Guenther <rguenther@suse.de>
1255 Adam Nemet <anemet@caviumnetworks.com>
1256
1257 * gimple.def (GIMPLE_ASSIGN): Fix incorrect information in the
1258 comment. Add that if LHS is not a gimple register, then RHS1 has
1259 to be a single object (GIMPLE_SINGLE_RHS).
1260
641cac0b
AN
12612009-05-06 Adam Nemet <anemet@caviumnetworks.com>
1262
1263 * expr.c (get_def_for_expr): Move it up in the file.
1264 (store_field): When expanding a bit-field store, look at the
1265 defining gimple stmt for the masking conversion.
1266
5a5c6435
JJ
12672009-05-06 Janis Johnson <janis187@us.ibm.com>
1268
1269 PR middle-end/39986
1270 * dfp.c (encode_decimal32, decode_decimal32, encode_decimal64,
1271 decode_decimal64, encode_decimal128, decode_decimal128): Avoid
1272 32-bit memcpy into long.
1273
96474f36
JJ
12742009-05-06 Jakub Jelinek <jakub@redhat.com>
1275
1276 * dwarf2out.c (new_reg_loc_descr): Don't ever create DW_OP_regX.
1277 (one_reg_loc_descriptor): Create DW_OP_regX here instead of calling
1278 new_reg_loc_descr.
1279 (loc_by_reference): If loc is DW_OP_regX, change it into DW_OP_bregX 0
1280 instead of appending DW_OP_deref*.
1281
529ff441
MM
12822009-05-06 Michael Matz <matz@suse.de>
1283
1284 PR middle-end/40021
1285 * cfgexpand.c (maybe_cleanup_end_of_block): New static function.
1286 (expand_gimple_cond): Use it to cleanup CFG and superfluous jumps.
1287
9419a9fd
RAE
12882009-05-06 Rafael Avila de Espindola <espindola@google.com>
1289
1290 * Makefile.in (install-plugin): Fix srcdir handling.
1291
fff1894c
AB
12922009-05-06 Andrey Belevantsev <abel@ispras.ru>
1293
1294 * tree-ssa.c (execute_update_address_taken): Handle TARGET_MEM_REF
1295 when processing for not_regs_needed bitmap.
1296 * gimple.c (walk_stmt_load_store_addr_ops): When visiting address,
1297 handle TARGET_MEM_REF in lhs. Check TMR_BASE for NULL while
1298 handling it for rhs.
1299
700ae70c
L
13002009-05-06 H.J. Lu <hongjiu.lu@intel.com>
1301
ab3426a7 1302 * config/i386/i386.md (unnamed inc/dec peephole): Use
aa016ff7 1303 optimize_insn_for_size_p instead of optimize_size.
700ae70c
L
1304 * config/i386/predicates.md (incdec_operand): Likewise.
1305 (aligned_operand): Likewise.
1306 * config/i386/sse.md (divv8sf3): Likewise.
1307 (sqrtv8sf2): Likewise.
1308
67341fb5
L
13092009-05-06 H.J. Lu <hongjiu.lu@intel.com>
1310
1311 * config/i386/i386.c (ix86_build_signbit_mask): Make it static.
1312
1313 * config/i386/i386-protos.h (ix86_build_signbit_mask): Removed.
1314
87946f42
L
13152009-05-06 H.J. Lu <hongjiu.lu@intel.com>
1316
1317 * config/i386/i386.md (*avx_<code><mode>3_finite): Replace
1318 ssemodesuffixf2c with avxmodesuffixf2c.
1319
1202aec1
JM
13202009-05-06 Joseph Myers <joseph@codesourcery.com>
1321
1322 PR c/40032
aa016ff7 1323 * c-decl.c (grokdeclarator): Handle incomplete type of unnamed field.
1202aec1 1324
6e57a01d
JJ
13252009-05-05 Jakub Jelinek <jakub@redhat.com>
1326
1327 * tree.h: Remove DECL_BY_REFERENCE from private_flag comment.
1328 (struct tree_base): Adjust spacing for 8 bit boundaries.
1329 (struct tree_decl_common): Add decl_by_reference_flag bit.
1330 (DECL_BY_REFERENCE): Adjust.
1331 * print-tree.c (print_node): For VAR_DECL, PARM_DECL or RESULT_DECL,
1332 print DECL_BY_REFERENCE bit.
1333 * dbxout.c (DECL_ACCESSIBILITY_CHAR): Revert last change.
1334 * dwarf2out.c (loc_by_reference, gen_decl_die): Check
1335 DECL_BY_REFERENCE for all VAR_DECLs, not just non-static ones.
1336 (gen_variable_die): Likewise. Check TREE_PRIVATE/TREE_PROTECTED
1337 unconditionally.
1338
32f579f6
JJ
1339 PR middle-end/39666
1340 * gimplify.c (gimplify_switch_expr): If case labels cover the whole
1341 range of the type, but default label is missing, add it with one
1342 of the existing labels instead of adding a new label for it.
1343
617ab743
JM
13442009-05-05 Joseph Myers <joseph@codesourcery.com>
1345
1346 * dwarf.h: Remove.
1347
bf016de8
RAE
13482009-05-05 Rafael Avila de Espindola <espindola@google.com>
1349
1350 * Makefile.in (enable_plugin, plugin_includedir): New.
1351 (install): Depend on install-plugin.
1352 (PLUGIN_HEADERS): New.
1353 (install-plugin): New.
1354 * config.gcc: Add vxworks-dummy.h to tm_file for x86 and x86-64.
1355
7f8fdb9f
RG
13562009-05-05 Richard Guenther <rguenther@suse.de>
1357
1358 PR tree-optimization/40022
1359 * tree-ssa-phiprop.c (struct phiprop_d): Exchange vop_stmt for
1360 the only vuse.
1361 (phivn_valid_p): Fix tuplification error, simplify.
1362 (phiprop_insert_phi): Add dumps.
1363 (propagate_with_phi): Simplify.
1364
8d972839
RG
13652009-05-05 Richard Guenther <rguenther@suse.de>
1366
1367 PR middle-end/40023
aa016ff7 1368 * builtins.c (gimplify_va_arg_expr): Properly build the address.
8d972839 1369
66ba9b0b
SZ
13702009-05-05 Shujing Zhao <pearly.zhao@oracle.com>
1371
1372 * tree.h (strip_float_extensions): Remove duplicate declaration.
aa016ff7
UB
1373 (build_low_bits_mask, debug_fold_checksum, expand_function_end,
1374 expand_function_start, stack_protect_prologue, stack_protect_epilogue,
1375 block_ultimate_origin): Rearrange the declarations line to match the
1376 comment that indicates the .c file which the functions are defined.
1377 (dwarf2out_*, set_decl_rtl): Add comment.
1378 (get_base_address): Adjust comment.
1379 (change_decl_assembler_name, maybe_fold_*, build_addr): Rearrange the
1380 declarations line and add comment.
1381 (is_builtin_name): Add blank after function name, for clarity.
66ba9b0b 1382
4f1e4960
JM
13832009-05-04 Joseph Myers <joseph@codesourcery.com>
1384
1385 * attribs.c (decl_attributes): Use %qE for identifiers in
1386 diagnostics.
1387 * cgraphunit.c (verify_cgraph_node): Translate function names to
1388 locale character set in diagnostics.
1389 * coverage.c (get_coverage_counts): Use %qE for identifiers in
1390 diagnostics.
1391 * doc/invoke.texi (-finstrument-functions-exclude-function-list):
1392 Document that functions are named in UTF-8.
1393 * expr.c (expand_expr_real_1): Translate function names to locale
1394 character set in diagnostics.
1395 * gimplify.c (omp_notice_variable, omp_is_private,
1396 gimplify_scan_omp_clauses): Use %qE for identifiers in
1397 diagnostics.
1398 * langhooks.c (lhd_print_error_function): Translate function names
1399 to locale character set.
1400 * langhooks.h (decl_printable_name): Document that return value is
1401 in internal character set.
1402 * stmt.c: Include pretty-print.h
1403 (tree_conflicts_with_clobbers_p): Use %qE for identifiers in
1404 diagnostics.
1405 (resolve_operand_name_1): Translate named operand name to locale
1406 character set.
1407 * stor-layout.c (finalize_record_size): Use %qE for identifiers in
1408 diagnostics.
1409 * toplev.c (announce_function): Translate function names to locale
1410 character set.
1411 (warn_deprecated_use): Use %qE for identifiers in diagnostics.
1412 (default_tree_printer): Use pp_identifier or translate identifiers
1413 to locale character set. Mark "<anonymous>" for translation.
1414 * tree-mudflap.c (mx_register_decls, mudflap_finish_file): Use %qE
1415 for identifiers in diagnostics.
1416 * tree.c (handle_dll_attribute): Use %qE for identifiers in
1417 diagnostics.
1418 * varasm.c (output_constructor): Use %qE for identifiers in
1419 diagnostics.
1420
40540e68
RAE
14212009-05-04 Rafael Avila de Espindola <espindola@google.com>
1422
1423 * configure.ac: use ` ` instead of $()
1424 * configure: Regenerate.
1425
33fc884c
BE
14262009-05-05 Ben Elliston <bje@au.ibm.com>
1427
1428 * config/pa/linux-atomic.c: Eliminate conditional include of
1429 errno.h on non-LP64 systems to simplify build requirements.
1430
88388a52
JM
14312009-05-04 Joseph Myers <joseph@codesourcery.com>
1432
1433 * c-common.c (handle_mode_attribute): Use %qE for identifiers in
1434 diagnostics.
1435 * c-decl.c (check_bitfield_type_and_width): Make orig_name a tree
1436 and pass value to identifier_to_locale.
1437 (warn_variable_length_array): Make name a tree.
1438 (grokdeclarator): Separate diagnostic texts for named and unnamed
1439 declarators. Use %qE for named declarators.
1440 * c-parser.c (c_lex_one_token): Use %qE for identifiers in
1441 diagnostics.
1442 * c-pragma.c (pop_alignment, handle_pragma_pack): Use %qE for
1443 identifiers in diagnostics.
1444 * c-typeck.c (push_member_name, start_init): Pass identifiers to
1445 identifier_to_locale. Mark "anonymous" strings for translation.
1446
960c5c79
ME
14472009-05-04 Michael Eager <eager@eagercon.com>
1448
1449 * config/rs6000/rs6000.c (rs6000_legitimate_address): Allow
aa016ff7 1450 address for DImode/DFmode only if double-precision FP regs.
960c5c79 1451
d083fbba
ME
14522009-05-04 Michael Eager <eager@eagercon.com>
1453
1454 * config/rs6000/rs6000.c (rs6000_libcall_value): Add
1455 TARGET_SINGLE_FLOAT check.
1456
c3ba8d32
ME
14572009-05-04 Michael Eager <eager@eagercon.com>
1458
1459 * config/rs6000/xilinx.h: Add CPP_SPEC for -mxilinx-fpu options.
1460
edce9f18
ME
14612009-05-04 Michael Eager <eager@eagercon.com>
1462
1463 * gcc/config.gcc: (powerpc-xilinx-eabi*): Add tm t-xilinx
1464 * config/rs6000/t-xilinx: New
1465
506d7b68
PB
14662009-05-04 Paolo Bonzini <bonzini@gnu.org>
1467
e913423f 1468 * doc/tm.texi (LEGITIMIZE_ADDRESS): Revise documentation.
506d7b68
PB
1469 * gcc/defaults.h (LEGITIMIZE_ADDRESS): Delete.
1470 * gcc/explow.c (memory_address): Use target hook.
1471 * gcc/targhooks.c (default_legitimize_address): New.
1472 * gcc/targhooks.h (default_legitimize_address): New.
1473 * gcc/target.h (legitimize_address): New.
1474 * gcc/target-def.h (TARGET_LEGITIMIZE_ADDRESS): New.
1475 (TARGET_INITIALIZER): Include it.
1476 * gcc/system.h (LEGITIMIZE_ADDRESS): Poison.
1477
1478 * config/bfin/bfin-protos.h (legitimize_address): Remove.
1479 * config/bfin/bfin.c (legitimize_address): Remove.
1480 * config/bfin/bfin.h (LEGITIMIZE_ADDRESS): Remove.
aa016ff7
UB
1481 * config/m68hc11/m68hc11-protos.h (m68hc11_legitimize_address):
1482 Remove.
506d7b68
PB
1483 * config/m68hc11/m68hc11.c (m68hc11_legitimize_address): Remove.
1484 * config/m68hc11/m68hc11.h (LEGITIMIZE_ADDRESS): Remove.
1485
1486 * gcc/config/arm/arm.h (LEGITIMIZE_ADDRESS, ARM_LEGITIMIZE_ADDRESS,
1487 THUMB_LEGITIMIZE_ADDRESS, THUMB2_LEGITIMIZE_ADDRESS): Delete.
1488 * gcc/config/s390/s390.h (LEGITIMIZE_ADDRESS): Delete.
1489 * gcc/config/m32c/m32c.h (LEGITIMIZE_ADDRESS): Delete.
1490 * gcc/config/sparc/sparc.h (LEGITIMIZE_ADDRESS): Delete.
1491 * gcc/config/m32r/m32r.h (LEGITIMIZE_ADDRESS): Delete.
1492 * gcc/config/i386/i386.h (LEGITIMIZE_ADDRESS): Delete.
1493 * gcc/config/sh/sh.h (LEGITIMIZE_ADDRESS): Delete.
1494 * gcc/config/avr/avr.h (LEGITIMIZE_ADDRESS): Delete.
1495 * gcc/config/m68hc11/m68hc11.h (LEGITIMIZE_ADDRESS): Delete.
1496 * gcc/config/iq2000/iq2000.h (LEGITIMIZE_ADDRESS): Delete.
1497 * gcc/config/mn10300/mn10300.h (LEGITIMIZE_ADDRESS): Delete.
1498 * gcc/config/m68k/m68k.h (LEGITIMIZE_ADDRESS): Delete.
1499 * gcc/config/score/score.h (LEGITIMIZE_ADDRESS): Delete.
1500 * gcc/config/pa/pa.h (LEGITIMIZE_ADDRESS): Delete.
1501 * gcc/config/mips/mips.h (LEGITIMIZE_ADDRESS): Delete.
1502 * gcc/config/alpha/alpha.h (LEGITIMIZE_ADDRESS): Delete.
1503 * gcc/config/frv/frv.h (LEGITIMIZE_ADDRESS): Delete.
1504 * gcc/config/spu/spu.h (LEGITIMIZE_ADDRESS): Delete.
1505 * gcc/config/xtensa/xtensa.h (LEGITIMIZE_ADDRESS): Delete.
1506 * gcc/config/cris/cris.h (LEGITIMIZE_ADDRESS): Delete.
1507 * gcc/config/rs6000/rs6000.h (LEGITIMIZE_ADDRESS): Delete.
1508 * gcc/config/picochip/picochip.h (LEGITIMIZE_ADDRESS): Delete.
1509
1510 * gcc/config/s390/s390-protos.h (legitimize_address): Delete.
1511 * gcc/config/m32c/m32c-protos.h (m32c_legitimize_address): Delete.
1512 * gcc/config/sparc/sparc-protos.h (legitimize_address): Delete.
1513 * gcc/config/i386/i386-protos.h (legitimize_address): Delete.
1514 * gcc/config/avr/avr-protos.h (legitimize_address): Delete.
1515 * gcc/config/mn10300/mn10300-protos.h (legitimize_address): Delete.
1516 * gcc/config/score/score-protos.h (score_legitimize_address): Delete.
1517 * gcc/config/arm/arm-protos.h (arm_legitimize_address,
1518 (thumb_legitimize_address): Delete.
1519 * gcc/config/pa/pa-protos.h (hppa_legitimize_address): Delete.
1520 * gcc/config/mips/mips-protos.h (mips_legitimize_address): Delete.
1521 * gcc/config/alpha/alpha-protos.h (alpha_legitimize_address): Delete.
1522 * gcc/config/frv/frv-protos.h (frv_legitimize_address): Delete.
1523 * gcc/config/spu/spu-protos.h (spu_legitimize_address): Delete.
aa016ff7
UB
1524 * gcc/config/xtensa/xtensa-protos.h (xtensa_legitimize_address):
1525 Delete.
1526 * gcc/config/rs6000/rs6000-protos.h (rs6000_legitimize_address):
1527 Delete.
506d7b68
PB
1528
1529 * config/arm/arm.c (arm_legitimize_address): Maybe call Thumb version.
1530 * config/m32c/m32c.c (m32c_legitimize_address): Standardize.
1531 * config/m32r/m32r.c (m32r_legitimize_address): New.
1532 * config/m68k/m68k.c (m68k_legitimize_address): New.
1533 * config/score/score.c (score_legitimize_address): Standardize.
1534 * config/score/score3.c (score3_legitimize_address): Standardize.
1535 * config/score/score3.h (score3_legitimize_address): Adjust.
1536 * config/score/score7.c (score7_legitimize_address): Standardize.
1537 * config/score/score7.h (score7_legitimize_address): Adjust.
1538 * config/sh/sh.c (sh_legitimize_address): New.
1539 * config/iq2000/iq2000.c (iq2000_legitimize_address): New.
1540
1541 * gcc/config/s390/s390.c (legitimize_address): Rename to...
1542 (s390_legitimize_address): ... this.
1543 * gcc/config/sparc/sparc.c (legitimize_address): Rename to...
1544 (sparc_legitimize_address): ... this.
1545 * gcc/config/i386/i386.c (legitimize_address): Rename to...
1546 (ix86_legitimize_address): ... this.
1547 * gcc/config/avr/avr.c (legitimize_address): Rename to...
1548 (avr_legitimize_address): ... this.
1549 * gcc/config/mn10300/mn10300.c (legitimize_address): Rename to...
1550 (mn10300_legitimize_address): ... this.
1551 * config/alpha/alpha.c (alpha_legitimize_address): Wrap...
1552 (alpha_legitimize_address_1): ... the old alpha_legitimize_address.
1553 (alpha_expand_mov): Adjust call.
1554
1555 * config/frv/frv.c (frv_legitimize_address): Return x on failure.
1556 * config/spu/spu.c (spu_legitimize_address): Likewise.
1557 * config/xtensa/xtensa.c (xtensa_legitimize_address): Likewise.
1558 * config/rs6000/rs6000.c (rs6000_legitimize_address): Likewise.
1559
a3af5087
JM
15602009-05-04 Joseph Myers <joseph@codesourcery.com>
1561
1562 * intl.c (locale_encoding, locale_utf8): New.
1563 (gcc_init_libintl): Initialize locale_encoding and locale_utf8.
1564 * intl.h (locale_encoding, locale_utf8): Declare.
1565 * pretty-print.c: Include ggc.h. Include iconv.h if HAVE_ICONV.
1566 (pp_base_tree_identifier, decode_utf8_char, identifier_to_locale):
1567 New.
1568 * pretty-print.h (pp_identifier): Call identifier_to_locale on ID
1569 argument.
1570 (pp_tree_identifier): Define to call pp_base_tree_identifier.
1571 (pp_base_tree_identifier): Declare as function.
1572 (identifier_to_locale): Declare.
1573 * Makefile.in (pretty-print.o): Update dependencies.
aa016ff7 1574 * varasm.c (finish_aliases_1): Use %qE for identifiers in diagnostics.
a3af5087 1575
ea5cd5f1
RG
15762009-05-04 Richard Guenther <rguenther@suse.de>
1577
1578 PR middle-end/40015
1579 * builtins.c (fold_builtin_memory_op): Do not decay to element
1580 type if the size matches the whole array.
1581
ddc2690a
KH
15822009-05-04 Kazu Hirata <kazu@codesourcery.com>
1583
1584 * expmed.c (synth_mult): When trying out a shift, pass the result
1585 of a signed shift.
1586
ef268d34
KH
15872009-05-04 Kazu Hirata <kazu@codesourcery.com>
1588
1589 * expmed.c (shiftsub_cost): Rename to shiftsub0_cost.
1590 (shiftsub1_cost): New.
1591 (init_expmed): Compute shiftsub1_cost.
1592 (synth_mult): Optimize multiplications by constants of the form
1593 -(2^^m-1) for some constant positive integer m.
1594
255d3827
RG
15952009-05-03 Richard Guenther <rguenther@suse.de>
1596
1597 PR c/39983
1598 * c-typeck.c (array_to_pointer_conversion): Do not built
1599 ADDR_EXPRs of arrays of pointer-to-element type.
1600 * c-gimplify.c (c_gimplify_expr): Revert change fixing
1601 up wrong ADDR_EXPRs after-the-fact.
1602 * c-common.c (strict_aliasing_warning): Strip pointer
1603 conversions for obtaining the original type.
1604 * builtins.c (fold_builtin_memset): Handle array types.
1605 (fold_builtin_memory_op): Handle folded POINTER_PLUS_EXPRs
1606 and array types
1607
16c33770
RG
16082009-05-03 Richard Guenther <rguenther@suse.de>
1609
1610 PR middle-end/23329
1611 * tree-ssa.c (useless_type_conversion_p_1): Use get_deref_alias_set.
1612 Do not lose casts from array types with unknown extent to array
1613 types with known extent.
1614 * tree-ssa-copy.c (may_propagate_copy): Remove hack checking for
1615 alias set compatibility.
1616
62a67c94
MLI
16172009-05-03 Manuel López-Ibáñez <manu@gcc.gnu.org>
1618
1619 * flags.h (extra_warnings): Delete.
1620 * toplev.c (process_options): Handle Wuninitialized here.
1621 * opts.c (extra_warnings): Delete.
1622 (set_Wextra): Delete.
1623 (common_handle_option): -Wextra can be handled automatically.
1624 * c-opts.c (c_common_handle_option): Delete obsolete code.
1625 (c_common_post_options): Simplify comment.
1626 * common.opt (W): Add Var.
1627 (Wextra): Add Var.
1628 (Wuninitialized): Initialize to -1.
1629
8c7926c4
AN
16302009-05-03 Adam Nemet <anemet@caviumnetworks.com>
1631 Richard Guenther <rguenther@suse.de>
1632
1633 * expr.c (get_def_for_expr): New function.
1634 (expand_expr_real_1) <PLUS_EXPR, MINUS_EXPR>: Adjust to work with
1635 SSA rather than trees.
1636 <MULT_EXPR>: Likewise. Use subexp0 and subexp1 instead of
1637 TREE_OPERAND (exp, 0) and TREE_OPERAND (exp, 1).
1638
fa5da7de
JM
16392009-05-03 Joseph Myers <joseph@codesourcery.com>
1640
1641 * c-common.c (reswords): Add _Imaginary.
1642 * c-common.c (enum rid): Add RID_IMAGINARY.
1643
2ddd5020
PB
16442009-05-03 Paolo Bonzini <bonzini@gnu.org>
1645
1646 * tree.h (TYPE_VECTOR_OPAQUE): Fix documentation.
1647 Patch by Richard Guenther.
1648
aea88c05
AS
16492009-05-03 Anatoly Sokolov <aesok@post.ru>
1650
1651 * defaults.h (FRAME_POINTER_REQUIRED): Provide default.
1652 * doc/tm.texi (FRAME_POINTER_REQUIRED): Revise documentation.
1653 * config/alpha/alpha.h (FRAME_POINTER_REQUIRED): Delete.
1654 * config/s390/s390.h (FRAME_POINTER_REQUIRED): Delete.
1655 * config/spu/spu.h (FRAME_POINTER_REQUIRED): Delete.
1656 * config/sh/sh.h (FRAME_POINTER_REQUIRED): Delete.
1657 * config/pdp11/pdp11.h (FRAME_POINTER_REQUIRED): Delete.
1658 * config/stormy16/stormy16.h (FRAME_POINTER_REQUIRED): Delete.
1659 * config/m68hc11/m68hc11.h (FRAME_POINTER_REQUIRED): Delete.
1660 * config/iq2000/iq2000.h (FRAME_POINTER_REQUIRED): Delete.
1661 * config/mn10300/mn10300.h (FRAME_POINTER_REQUIRED): Delete.
1662 * config/ia64/ia64.h (FRAME_POINTER_REQUIRED): Delete.
1663 * config/m68k/m68k.h (FRAME_POINTER_REQUIRED): Delete.
1664 * config/rs6000/rs6000.h (FRAME_POINTER_REQUIRED): Delete.
1665 * config/picochip/picochip.h (FRAME_POINTER_REQUIRED): Delete.
1666 * config/mcore/mcore.h (FRAME_POINTER_REQUIRED): Delete.
1667 * config/h8300/h8300.h (FRAME_POINTER_REQUIRED): Delete.
1668 * config/v850/v850.h (FRAME_POINTER_REQUIRED): Delete.
1669
85e59f3a
RG
16702009-05-02 Richard Guenther <rguenther@suse.de>
1671
1672 PR tree-optimization/39940
1673 * tree-ssa-pre.c (eliminate): Make sure we may propagate before
1674 doing so.
1675
4636b850
RG
16762009-05-02 Richard Guenther <rguenther@suse.de>
1677
1678 PR middle-end/40001
1679 * tree-ssa.c (execute_update_addresses_taken): Properly check
1680 if we can mark a variable DECL_GIMPLE_REG_P.
1681 * gimple.c (is_gimple_reg): Re-order check for DECL_GIMPLE_REG_P
1682 back to the end of the function.
1683 (is_gimple_reg_type): Remove complex type special casing.
1684 * gimplify.c (gimplify_bind_expr): Do not set DECL_GIMPLE_REG_P
1685 if not optimizing.
1686
5e10cb5a
BE
16872009-05-02 Ben Elliston <bje@au.ibm.com>
1688
1689 * doc/collect2.texi (Collect2): Document search path behaviour
1690 when configured with --with-ld.
1691
048bf48b
JH
16922009-05-02 Jan Hubicka <jh@suse.cz>
1693
1694 * tree-ssa-coalesce.c (coalesce_cost): Do not take ciritical
1695 parameter; update callers.
aa016ff7
UB
1696 (coalesce_cost_edge): EH edges are costier because they needs
1697 splitting even if not critical and even more costier when there are
1698 multiple EH predecestors.
048bf48b 1699
d5c5f9ab
JH
17002009-05-02 Jan Hubicka <jh@suse.cz>
1701
1702 * except.c (remove_eh_handler_and_replace): Handle updating after
1703 removing TRY blocks.
1704
2ed1959a
EB
17052009-05-02 Eric Botcazou <ebotcazou@adacore.com>
1706
1707 * store-motion.c (compute_store_table): Add ENABLE_CHECKING guard.
1708
d363a7e7
SB
17092009-05-02 Steven Bosscher <steven@gcc.gnu.org>
1710
1711 * varasm.c: Do not include c-pragma.h.
1712 * attribs.c: Do not incude c-common.h.
1713
9c3d55b4
MM
17142009-05-01 Michael Matz <matz@suse.de>
1715
1716 * calls.c (initialize_argument_information): Handle SSA names like
1717 decls with a non MEM_P DECL_RTL.
1718
ea264ca5
SB
17192009-05-01 Steven Bosscher <steven@gcc.gnu.org>
1720
1721 * ipa-reference.c: Do not include c-common.h, include splay-tree.h.
1722 * ipa-utils.c: Likewise.
1723 * ipa-type-escape.c: Likewise.
1724 * cgraphunit.c Do not include c-common.h.
1725 * ipa-pure-const.c: Likewise.
1726 * tree-if-conv.c: Likewise.
1727 * matrix-reorg.c: Do not include c-common.h and c-tree.h.
1728 * ipa-struct-reorg.c: Likewise.
1729 * tree-nomudflap.c: Likewise.
1730 * tree-ssa-structalias.c: Likewise.
1731
6c5d4d1a
SB
17322009-05-01 Steven Bosscher <steven@gcc.gnu.org>
1733
1734 * store-motion.c: Many cleanups to make this pass a first-class
1735 citizen instead of an appendix to gcse load motion. Add TODO list
1736 to make this pass faster/cleaner/better.
1737
1738 (struct ls_expr): Post gcse.c-split cleanups.
1739 Rename to st_expr. Rename "loads" field to "antic_stores". Rename
1740 "stores" field to "avail_stores".
1741 (pre_ldst_mems): Rename to store_motion_mems.
1742 (pre_ldst_table): Rename to store_motion_mems_table.
1743 (pre_ldst_expr_hash): Rename to pre_st_expr_hash, update users.
1744 (pre_ldst_expr_eq): Rename to pre_st_expr_eq, update users.
1745 (ldst_entry): Rename to st_expr_entry, update users.
1746 (free_ldst_entry): Rename to free_st_expr_entry, update users.
1747 (free_ldst_mems): Rename to free_store_motion_mems, update users.
aa016ff7
UB
1748 (enumerate_ldsts): Rename to enumerate_store_motion_mems,
1749 update caller.
6c5d4d1a
SB
1750 (first_ls_expr): Rename to first_st_expr, update users.
1751 (next_ls_expr): Rename to next_st_expr, update users.
1752 (print_ldst_list): Rename to print_store_motion_mems. Print names of
1753 fields properly for store motion instead of names inherited from load
1754 motion in gcse.c.
1755 (ANTIC_STORE_LIST, AVAIL_STORE_LIST): Remove.
1756 (LAST_AVAIL_CHECK_FAILURE): Explain what this is. Undefine when we
1757 are done with it.
1758
1759 (ae_kill): Rename to st_kill, update users.
1760 (ae_gen): Rename to st_avloc, update users.
1761 (transp): Rename to st_transp, update users.
1762 (pre_insert_map): Rename to st_insert_map, update users.
1763 (pre_delete_map): Rename to st_delete_map, update users.
1764 (insert_store, build_store_vectors, free_store_memory,
1765 one_store_motion_pass): Update for abovementioned changes.
1766
1767 (gcse_subst_count, gcse_create_count): Remove.
1768 (one_store_motion_pass): New statistics counters "n_stores_deleted"
1769 and "n_stores_created", local variables.
1770
1771 (extract_mentioned_regs, extract_mentioned_regs_1): Rewrite to
1772 use for_each_rtx.
1773
1774 (regvec, compute_store_table_current_insn): Remove.
1775 (reg_set_info, reg_clear_last_set): Remove.
1776 (compute_store_table): Use DF caches instead of local dataflow
1777 solvers.
1778
b02cec6e
JM
17792009-05-01 Joseph Myers <joseph@codesourcery.com>
1780
1781 * c-objc-common.c (c_tree_printer): Print identifiers with
1782 pp_identifier, not pp_string. Mark "({anonymous})" for
1783 translation.
1784 * c-pretty-print.c (pp_c_ws_string): New.
1785 (pp_c_cv_qualifier, pp_c_type_specifier,
1786 pp_c_specifier_qualifier_list, pp_c_parameter_type_list,
1787 pp_c_storage_class_specifier, pp_c_function_specifier,
1788 pp_c_attributes, pp_c_bool_constant, pp_c_constant,
1789 pp_c_primary_expression, pp_c_postfix_expression,
1790 pp_c_unary_expression, pp_c_shift_expression,
1791 pp_c_relational_expression, pp_c_equality_expression,
1792 pp_c_logical_and_expression, pp_c_logical_or_expression): Mostly
1793 use pp_string and pp_c_ws_string in place of pp_identifier and
1794 pp_c_identifier for non-identifiers. Mark English strings for
1795 translation.
1796 * c-pretty-print.h (pp_c_ws_string): Declare.
1797
cd533689
PP
17982009-04-30 Paul Pluzhnikov <ppluzhnikov@google.com>
1799 Roland McGrath <roland@redhat.com>
1800
aa016ff7 1801 * configure.ac (HAVE_LD_BUILDID): New check for ld --build-id support.
cd533689
PP
1802 (ENABLE_LD_BUILDID): New configuration option.
1803 * gcc.c [HAVE_LD_BUILDID and ENABLE_LD_BUILDID]
1804 (LINK_BUILDID_SPEC): New macro.
1805 (init_spec): If defined, prepend it between LINK_EH_SPEC and
1806 link_spec.
1807 * doc/install.texi: Document --enable-linker-build-id option.
1808 * configure: Rebuild.
1809 * config.in: Rebuild.
1810
ba6adec4
AN
18112009-04-30 Adam Nemet <anemet@caviumnetworks.com>
1812
1813 * config/mips/mips.h (FRAME_GROWS_DOWNWARD,
1814 MIPS_GP_SAVE_AREA_SIZE): Define new macros.
1815 (STARTING_FRAME_OFFSET): Return 0 if FRAME_GROWS_DOWNWARD. Use
1816 MIPS_GP_SAVE_AREA_SIZE.
1817 * config/mips/mips.c (struct mips_frame_info): Update comment
1818 before arg_pointer_offset and hard_frame_pointer_offset.
1819 (mips_compute_frame_info): Update diagram before function: to
1820 correctly use stack_pointer_rtx for fp_sp_offset and gp_sp_offset, to
1821 indicate the position of frame_pointer_rtx with -fstack-protector and
1822 to show args_size. Don't allocate cprestore area for leaf functions
1823 if FRAME_GROWS_DOWNWARD. Use MIPS_GP_SAVE_AREA_SIZE to set
1824 cprestore_size.
1825 (mips_initial_elimination_offset): Update for FRAME_GROWS_DOWNWARD.
1826
48f5b722
MM
18272009-04-30 Michael Matz <matz@suse.de>
1828
ba6adec4
AN
1829 PR tree-optimization/39955
1830 * config/rs6000/rs6000.c (rs6000_check_sdmode): Also check SSA_NAMEs.
48f5b722 1831
b65d6744
DK
18322009-04-30 Dave Korn <dave.korn.cygwin@gmail.com>
1833
1834 * ira.c (setup_cover_and_important_classes): Use safe macro
1835 REG_CLASS_FOR_CONSTRAINT instead of calling regclass_for_constraint
1836 directly.
1837 * genpreds.c (write_tm_preds_h): Output suitable definition of
1838 REG_CLASS_FOR_CONSTRAINT.
1839
f136c8ae
RAE
18402009-04-30 Rafael Avila de Espindola <espindola@google.com>
1841
1842 * alloc-pool.c (alloc_pool_descriptor): Use an insert_opion value
1843 instead of an int.
1844 * bitmap.c (bitmap_descriptor): Likewise.
1845 * ggc-common.c (loc_descriptor): Likewise.
1846 * varray.c (varray_descriptor): Likewise.
1847 * vec.c (vec_descriptor): Likewise.
1848
43fcece8 18492009-04-30 Eric Botcazou <ebotcazou@adacore.com>
35debead
EB
1850
1851 * Makefile.in (dce.o): Add $(EXCEPT_H).
1852 * dce.c: Include except.h and delete redundant vector definitions.
1853 (deletable_insn_p): Return false for non-call insns that can throw
1854 if DF is running.
1855
df35c271
SB
18562009-04-30 Steven Bosscher <steven@gcc.gnu.org>
1857
1858 * gcse.c (ae_gen): Remove.
1859 (can_assign_to_reg_p): Rename to can_assign_to_reg_without_clobbers_p
1860 and make non-static function to make it available in store-motion.c.
1861 Update call sites with search-and-replace.
1862 (enumerate_ldsts, reg_set_info, reg_clear_last_set, store_ops_ok,
1863 extract_mentioned_regs, extract_mentioned_regs_helper,
1864 find_moveable_store, compute_store_table, load_kills_store, find_loads,
1865 store_killed_in_insn, store_killed_after, store_killed_before,
1866 build_store_vectors, insert_insn_start_basic_block, insert-store,
1867 remove_reachable_equiv_notes, replace_store_insn, delete_store,
1868 free_store_memory, one_store_motion_pass, gate_rtl_store_motion,
1869 execute_rtl_store_motion, pass_rtl_store_motion): Move to...
1870 * store-motion.c: ...new file. Also copy data structures from gcse.c
1871 and clean up to remove parts not used by store motion.
1872 * rtl.h (can_assign_to_reg_without_clobbers_p): Add prototype.
1873 * Makefile.in (store-motion.o): New rule. Add to OBJS-common.
1874
f711a87a
RR
18752009-04-30 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
1876
1877 PR target/38571
1878 * config/arm/arm.h (FUNCTION_BOUNDARY): Set to 16 for thumb
1879 when optimizing for size.
1880
fa5ed76e
HPN
18812009-04-30 Hans-Peter Nilsson <hp@axis.com>
1882
1883 * gcse.c (gcse_constant_p): Fix typo in last change.
1884
0acbbdb0
RAE
18852009-04-30 Rafael Avila de Espindola <espindola@google.com>
1886
1887 * plugin.c: Include plugin-version.h only if ENABLE_PLUGIN is defined.
1888
82f5c05d
AK
18892009-04-30 Andreas Krebbel <krebbel1@de.ibm.com>
1890
1891 * gcse.c (gcse_constant_p): Make sure the constant is sharable.
1892
6d8f135b
JW
18932009-04-29 James E. Wilson <wilson@codesourcery.com>
1894
1895 * config/mips/mips.c (mips_add_offset): Use gen_int_mode for
1896 CONST_HIGH_PART result.
1897
c21ca196
AS
18982009-04-29 Anatoly Sokolov <aesok@post.ru>
1899
1900 * config/avr/avr.c (initial_elimination_offset): Rename to
1901 avr_initial_elimination_offset.
1902 (frame_pointer_required_p): Rename to avr_frame_pointer_required_p,
1903 change return type to bool.
1904 (avr_can_eliminate): New function.
1905 * config/avr/avr.h (CAN_ELIMINATE): Use avr_can_eliminate.
1906 (FRAME_POINTER_REQUIRED): Use avr_frame_pointer_required_p.
1907 (INITIAL_ELIMINATION_OFFSET): Use avr_initial_elimination_offset.
0d50d55a 1908 * config/avr/avr-protos.h (initial_elimination_offset): Rename to
c21ca196
AS
1909 avr_initial_elimination_offset.
1910 (frame_pointer_required_p): Rename to avr_frame_pointer_required_p.
1911 (avr_initial_elimination_offset): Define.
1912
2a34bece 19132009-04-29 Eric Botcazou <ebotcazou@adacore.com>
aa016ff7 1914 Steven Bosscher <steven@gcc.gnu.org>
2a34bece
EB
1915
1916 PR rtl-optimization/39938
1917 * Makefile.in (cfgrtl.o): Add $(INSN_ATTR_H).
1918 * cfgrtl.c: Include insn-attr.h.
1919 (rest_of_pass_free_cfg): New function.
1920 (pass_free_cfg): Use rest_of_pass_free_cfg as execute function.
1921 * resource.c (init_resource_info): Remove call to df_analyze.
1922
5dc7911e
RG
19232009-04-29 Richard Guenther <rguenther@suse.de>
1924
1925 PR target/39943
1926 * config/i386/i386.c (ix86_vectorize_builtin_conversion): Only
1927 allow conversion to signed integers.
1928
1fe479fd
RG
19292009-04-29 Richard Guenther <rguenther@suse.de>
1930
1931 * tree-cfg.c (verify_gimple_assign_binary): Allow vector
1932 shifts of floating point vectors if the shift amount is
1933 a constant multiple of the element size.
1934
8e001680
AK
19352009-04-29 Andreas Krebbel <krebbel1@de.ibm.com>
1936 Michael Matz <matz@suse.de>
1937
1938 PR middle-end/39927
1939 PR bootstrap/39929
1940 * tree-outof-ssa.c (emit_partition_copy): New function.
1941 (insert_partition_copy_on_edge, insert_rtx_to_part_on_edge,
1942 insert_part_to_rtx_on_edge): Perform the partition base var
1943 copy using emit_partition_copy.
1944 (insert_value_copy_on_edge): Convert constants to the right mode.
1945 (insert_rtx_to_part_on_edge): Add UNSIGNEDSRCP parameter.
1946 (elim_create): Pass the sign of the src to insert_rtx_to_part_on_edge.
1947
e50e3081
BS
19482009-04-29 Bernd Schmidt <bernd.schmidt@analog.com>
1949
1950 * config/bfin/bfin.c (bfin_optimize_loop): If we need a scratch reg,
1951 scan backwards to try to find a constant to initialize it.
1952
4e5d521b
BS
1953 * config/bfin/bfin.c (bfin_optimize_loop): When looking for the last
1954 insn before the loop_end instruction, don't look past labels.
1955
7c90021d
RG
19562009-04-29 Richard Guenther <rguenther@suse.de>
1957
1958 PR middle-end/39937
1959 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Do not
1960 loose type conversions.
1961 (forward_propagate_addr_expr): Fix tuplification bug. Remove
1962 stmts only if there are no uses of its definition.
1963
97a988bc
BS
19642009-04-29 Bernd Schmidt <bernd.schmidt@analog.com>
1965
1966 * config/bfin/bfin.h (splitting_loops): Declare.
1967 * config/bfin/bfin-protos.h (WA_05000257, WA_05000283, WA_05000315):
1968 Reorder bit definitions to be ascending.
1969 (WA_LOAD_LCREGS, ENABLE_WA_LOAD_LCREGS): New macros.
1970 * config/bfin/bfin.c (splitting_loops): New variable.
1971 (bfin_cpus): Add WA_LOAD_LCREGS as needed.
1972 (struct loop_info): Remove members INIT and LOOP_INIT.
1973 (bfin_optimize_loop): Don't set them. Reorder the code that generates
aa016ff7
UB
1974 the LSETUP sequence. Allow LC to be loaded from any register, but
1975 also add a case to push/pop a PREG scratch if ENABLE_WA_LOAD_LCREGS.
97a988bc
BS
1976 (bfin_reorg_loops): When done, split all BB_ENDs with splitting_loops
1977 set to 1.
1978 * config/bfin/bfin.md (loop_end splitter): Use splitting_loops instead
1979 of reload_completed.
aa016ff7 1980
97a988bc
BS
1981 From Jie Zhang:
1982 * config/bfin/bfin.md (movsi_insn): Refine constraints.
1983
0c463e16
RAE
19842009-04-29 Rafael Avila de Espindola <espindola@google.com>
1985
1986 * Makefile.in (PLUGIN_VERSION_H): New.
1987 (OBJS-common): Remove plugin-version.o.
1988 (plugin.o): Depend on (PLUGIN_VERSION_H).
1989 (plugin-version.o): Remove.
1990 * configure: Regenerate
1991 * configure.ac: Create plugin-version.h.
1992 * gcc-plugin.h (plugin_gcc_version): Remove.
1993 (plugin_default_version_check): Change signature.
1994 * plugin-version.c: Remove.
1995 * plugin.c: Include plugin-version.h.
1996 (str_plugin_gcc_version_name): Remove.
1997 (try_init_one_plugin): Pass gcc version to plugin_init.
1998 (plugin_default_version_check): Both gcc and plugin versions are now
1999 arguments.
2000
307e7eab
BS
20012009-04-29 Bernd Schmidt <bernd.schmidt@analog.com>
2002
2003 * config/bfin/bfin.c (bfin_optimize_loop): Unify handling of
2004 problematic last insns. Test for TYPE_CALL rather than CALL_P.
aa016ff7
UB
2005 Remove special case testing for last insn of inner loops. Don't fail
2006 if the loop ends with a jump, emit an extra nop instead.
307e7eab 2007
c5d96723
BS
2008 * config/bfin/bfin.c (bfin_register_move_cost): Test for subsets of
2009 DREGS rather than comparing directly. Remove code that tries to
2010 account for latencies.
2011
de0b4ad5
RG
20122009-04-29 Richard Guenther <rguenther@suse.de>
2013
2014 PR tree-optimization/39941
2015 * tree-ssa-pre.c (eliminate): Schedule update-ssa after
2016 eliminating an indirect call.
2017
3a19701a
RG
20182009-04-29 Richard Guenther <rguenther@suse.de>
2019
2020 * tree-cfg.c (verify_types_in_gimple_reference): Add require_lvalue
2021 parameter. Allow invariants as base if !require_lvalue.
2022 (verify_gimple_assign_single): Adjust.
2023
a0a31d1e
BS
20242009-04-29 Bernd Schmidt <bernd.schmidt@analog.com>
2025
2026 * config/bfin/bfin.md (sp_or_sm, spm_string, spm_name): New macro.
2027 (ss<spm_name>hi3, ss<spm_name>hi3_parts, ss<spm_name>hi3_low_parts,
aa016ff7
UB
2028 ss<spm_name_hi3_high_parts): New patterns, replacing ssaddhi3,
2029 ssubhi3, ssaddhi3_parts and sssubhi3_parts.
a0a31d1e
BS
2030 (flag_mulhi3_parts): Produce a HImode output rather than trying to set
2031 a VEC_SELECT.
aa016ff7
UB
2032 * config/bfin/bfin.c (bfin_expand_builtin,
2033 case BFIN_BUILTIN_CPLX_SQU): Adjust accordingly.
a0a31d1e 2034
795bd26a
RG
20352009-04-28 Richard Guenther <rguenther@suse.de>
2036
2037 * tree-vect-loop.c (get_initial_def_for_induction): Use
2038 correct types for pointer increment.
2039
04be270f
KG
20402009-04-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2041
2042 * toplev.c (print_version): Update GMP version string calculation.
2043
e1a3b85c
EB
20442009-04-28 Eric Botcazou <ebotcazou@adacore.com>
2045
2046 PR rtl-optimization/39938
2047 * resource.c (init_resource_info): Add call to df_analyze.
2048
8224166e
UB
20492009-04-28 Uros Bizjak <ubizjak@gmail.com>
2050
2051 * config/alpha/alpha.md (usegp): Cast the result of
2052 alpha_find_lo_sum_using_gp to enum attr_usegp.
2053 * config/alpha/alpha.c (override_options): Remove end-of-structure
2054 marker element from cpu_table. Use array size of cpu_table to handle
2055 -mcpu and -mtune options.
2056 (tls_symbolic_operand_type): Change 0 to TLS_MODEL_NONE.
2057
c5f0fe67
JM
20582009-04-28 Joseph Myers <joseph@codesourcery.com>
2059
2060 * config.gcc (powerpc*-*-* | rs6000-*-*): Add
2061 rs6000/option-defaults.h to tm_file. Support cpu_32, cpu_64,
2062 tune_32 and tune_64.
2063 * doc/install.texi (--with-cpu-32, --with-cpu-64): Document
2064 support on PowerPC.
2065 * config/rs6000/rs6000.h (OPTION_DEFAULT_SPECS): Move to ...
2066 * config/rs6000/option-defaults.h: ... here. New file.
2067 (OPT_64, OPT_32): Define.
2068 (MASK_64BIT): Define to 0 if not already defined.
2069 (OPT_ARCH64, OPT_ARCH32): Define.
2070 (OPTION_DEFAULT_SPECS): Add entries for cpu_32, cpu_64, tune_32
2071 and tune_64.
2072
0c48a567
RR
20732009-04-28 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
2074
2075 * config/arm/arm.c (arm_override_options): Emit error on using
2076 fpa with AAPCS.
2077
f1028b9d
UB
20782009-04-28 Uros Bizjak <ubizjak@gmail.com>
2079
2080 PR rtl-optimization/39914
2081 * ira-conflicts.c (ira_build_conflicts): Prohibit call used
2082 registers for allocnos created from user-defined variables only
2083 when not optimizing.
2084
e0dd989a
RG
20852009-04-28 Richard Guenther <rguenther@suse.de>
2086
2087 PR middle-end/39937
2088 * fold-const.c (fold_binary): Use distribute_real_division only
2089 on float types.
2090
9a17c91d
SE
20912009-04-28 Steve Ellcey <sje@cup.hp.com>
2092
2093 * config.gcc (hppa*64*-*-hpux11*): Set use_gcc_stdint and
2094 add hpux-stdint.h to tm_file.
2095 (hppa[12]*-*-hpux11*): Ditto.
2096 (ia64*-*-hpux*): Ditto.
2097 * config/hpux-stdint.h: New.
60839f5d 2098 * config/ia64/hpux.h (TARGET_OS_CPP_BUILTINS): Set
9a17c91d 2099 __STDC_EXT__ for all compiles.
60839f5d
EB
2100 * config/pa/pa-hpux.h: Ditto.
2101 * config/pa/pa-hpux10.h: Ditto.
2102 * config/pa/pa-hpux11.h: Ditto.
9a17c91d 2103
af04e659
CM
21042009-04-28 Catherine Moore <clm@codesourcery.com>
2105
2106 * debug.h (set_name): Add comment.
2107
04ef80ce
AP
21082009-04-28 Andrew Pinski <pinskia@gmail.com>
2109
2110 PR target/39929
2111 * config/darwin.c (machopic_gen_offset): Check
2112 currently_expanding_to_rtl if current_ir_type returns IR_GIMPLE.
2113 * config/arm/arm.c (require_pic_register): Likewise.
2114
65ad77af
PB
21152009-04-28 Paolo Bonzini <bonzini@gnu.org>
2116
8224166e
UB
2117 * config/m32c/m32c.c (TARGET_PROMOTE_FUNCTION_RETURN,
2118 m32c_promote_function_return, TARGET_PROMOTE_PROTOTYPES,
2119 m32c_promote_prototypes): Delete.
65ad77af 2120
1b15a008
MM
21212009-04-28 Michael Matz <matz@suse.de>
2122
2123 PR middle-end/39922
2124 * tree-outof-ssa.c (insert_value_copy_on_edge): Don't convert
2125 constants.
2126
7569a6cc
RG
21272009-04-28 Richard Guenther <rguenther@suse.de>
2128
f1028b9d 2129 * tree-vect-stmts.c (vect_get_vec_def_for_operand): Fix type error.
7569a6cc 2130
ead204d9
RR
21312009-04-28 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
2132
2133 * config/arm/arm-cores.def: Add support for arm1156t2f-s.
2134 * doc/invoke.texi (ARM Options): Document support for arm1156t2f-s.
2135 * config/arm/arm-tune.md: Regenerate.
2136
f2c45f08 21372009-04-28 Alexander Monakov <amonakov@ispras.ru>
60839f5d 2138
f2c45f08
AM
2139 * sel-sched-ir.c (maybe_tidy_empty_bb): Do not attempt to delete a
2140 block if there are complex incoming edges.
2141 (sel_merge_blocks): Remove useless assert.
2142 (sel_redirect_edge_and_branch): Check that edge was redirected.
2143 * sel-sched-ir.h (_eligible_successor_edge_p): Remove assert.
2144 (sel_find_rgns): Delete declaration.
2145 * sel-sched.c (purge_empty_blocks): Attempt to remove first block of
2146 the region when it is not a preheader.
2147
7a00d767
UB
21482009-04-28 Uros Bizjak <ubizjak@gmail.com>
2149
2150 PR c/39323
2151 * config/alpha/elf.h (MAX_OFILE_ALIGNMENT): Sync with elfos.h
2152
448ee662
RG
21532009-04-28 Richard Guenther <rguenther@suse.de>
2154
2155 * tree.h (SSA_NAME_VALUE): Remove.
2156 (struct tree_ssa_name): Remove value_handle member.
2157 * tree-vrp.c (execute_vrp): Initialize/free the value-handle
2158 array for jump threading.
2159 * tree-ssa-propagate.c (ssa_prop_init): Do not initialize
2160 SSA_NAME_VALUEs.
2161 * print-tree.c (print_node): Do not dump SSA_NAME_VALUEs.
2162 * tree-flow.h (threadedge_initialize_values): Declare.
2163 (threadedge_finalize_values): Likewise.
2164 * tree-ssa-threadedge.c (ssa_name_values): New global variable.
2165 (SSA_NAME_VALUE): Define.
2166 (threadedge_initialize_values): New function.
2167 (threadedge_finalize_values): Likewise.
2168 * tree-ssa-dom.c (ssa_name_values): New global variable.
2169 (SSA_NAME_VALUE): Define.
f1028b9d 2170 (tree_ssa_dominator_optimize): Initialize/free the value-handle array.
448ee662 2171
8644a673
IR
21722009-04-28 Ira Rosen <irar@il.ibm.com>
2173
2174 * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks):
2175 Use REPORT_VECTORIZED_LOCATIONS instead
2176 REPORT_VECTORIZED_LOOPS.
2177 * tree-vectorizer.c (vect_verbosity_level): Make static.
2178 (vect_loop_location): Rename to vect_location.
2179 (vect_set_verbosity_level): Update comment.
2180 (vect_set_dump_settings): Use REPORT_VECTORIZED_LOCATIONS
2181 and vect_location.
2182 (vectorize_loops): Fix comment. Use REPORT_VECTORIZED_LOCATIONS
2183 and vect_location. Use REPORT_UNVECTORIZED_LOCATIONS
2184 instead REPORT_UNVECTORIZED_LOOPS.
fbdf817d
UB
2185 * tree-vectorizer.h (enum vect_def_type): Rename vect_invariant_def
2186 and vect_loop_def to vect_external_def and vect_internal_def.
8644a673 2187 (enum verbosity_levels): Rename REPORT_VECTORIZED_LOOPS
7a00d767 2188 and REPORT_UNVECTORIZED_LOOPS to REPORT_VECTORIZED_LOCATIONS and
8644a673
IR
2189 REPORT_UNVECTORIZED_LOCATIONS.
2190 (enum vect_relevant): Update comment. Rename vect_unused_in_loop
2191 and vect_used_in_loop and to vect_unused_in_scope and
2192 vect_used_in_scope.
2193 (STMT_VINFO_RELEVANT_P): Use vect_unused_in_scope.
2194 (vect_verbosity_level): Remove declaration.
2195 (vect_analyze_operations): Likewise.
2196 (vect_analyze_stmt): Declare.
2197 * tree-vect-loop.c (vect_determine_vectorization_factor): Use
2198 REPORT_UNVECTORIZED_LOCATIONS.
2199 (vect_get_loop_niters): Fix indentation.
2200 (vect_analyze_loop_form): Use REPORT_UNVECTORIZED_LOCATIONS.
2201 (vect_analyze_loop_operations): New function.
2202 (vect_analyze_loop): Call vect_analyze_loop_operations instead of
2203 vect_analyze_operations.
2204 (vect_is_simple_reduction): Use new names.
2205 (vectorizable_live_operation, vect_transform_loop): Likewise.
fbdf817d
UB
2206 * tree-vect-data-refs.c (vect_check_interleaving): Add a return value
2207 to specify whether the data references can be a part of interleaving
2208 chain.
8644a673
IR
2209 (vect_analyze_data_ref_dependence): Use new names.
2210 (vect_analyze_data_refs_alignment, vect_analyze_data_refs): Likewise.
2211 (vect_create_addr_base_for_vector_ref): Remove redundant code.
2212 * tree-vect-patterns.c (widened_name_p): Use new names.
2213 (vect_recog_dot_prod_pattern): Likewise.
2214 * tree-vect-stmts.c (vect_stmt_relevant_p): Use new names.
2215 (process_use, vect_mark_stmts_to_be_vectorized,
2216 vect_model_simple_cost, vect_model_store_cost,
2217 vect_get_vec_def_for_operand, vect_get_vec_def_for_stmt_copy,
2218 vectorizable_call, vectorizable_conversion, vectorizable_assignment,
2219 vectorizable_operation, vectorizable_type_demotion,
2220 vectorizable_type_promotion, vectorizable_store, vectorizable_load,
2221 vectorizable_condition): Likewise.
2222 (vect_analyze_operations): Split into vect_analyze_loop_operations
2223 and ...
2224 (vect_analyze_stmt): ... new function.
2225 (new_stmt_vec_info): Use new names.
2226 (vect_is_simple_use): Use new names and fix comment.
2227 * tree-vect-slp.c (vect_get_and_check_slp_defs): Use new names.
2228 (vect_build_slp_tree, vect_analyze_slp, vect_schedule_slp): Likewise.
2229
b91322f2
UB
22302009-04-28 Uros Bizjak <ubizjak@gmail.com>
2231
2232 PR target/39911
2233 * config/i386/i386.c (print_operand) ['Z']: Handle floating point
2234 and integer modes for x87 operands. Do not ICE for unsupported size,
2235 generate error instead. Generate error for unsupported operand types.
2236 ['z']: Do not handle HImode memory operands specially. Warning
2237 for floating-point operands. Fallthru to 'Z' for unsupported operand
2238 types. Do not ICE for unsupported size, generate error instead.
2239 (output_387_binary_op): Use %Z to output operands.
2240 (output_fp_compare): Ditto.
2241 (output_387_reg_move): Ditto.
2242
b2ed71b6
BE
22432009-04-28 Ben Elliston <bje@au.ibm.com>
2244
2245 PR c++/35652
2246 Revert:
2247
2248 2009-03-27 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
2249
2250 * builtins.c (c_strlen): Do not warn here.
2251 * c-typeck.c (build_binary_op): Adjust calls to pointer_int_sum.
2252 * c-common.c (pointer_int_sum): Take an explicit location.
2253 Warn about offsets out of bounds.
2254 * c-common.h (pointer_int_sum): Adjust declaration.
2255
81f40b79
ILT
22562009-04-27 Ian Lance Taylor <iant@google.com>
2257
2258 * collect2.c (is_ctor_dtor): Change type of ret field in struct
2259 names to symkind.
2260 * dce.c (run_fast_df_dce): Change type of old_flags to int.
2261 * df-core.c (df_set_flags): Change return type to int. Change
2262 type of old_flags to int.
2263 (df_clear_flags): Likewise.
2264 * df-scan.c (df_def_record_1): Change 0 to VOIDmode.
2265 (df_get_conditional_uses): Likewise.
2266 * df.h (df_set_flags, df_clear_flags): Update declarations.
2267 * dwarf2out.c (struct indirect_string_node): Change type of form
2268 field to enum dwarf_form.
2269 (AT_string_form): Change return type to enum dwarf_form.
2270 * fixed-value.c (fixed_compare): Add cast to enum type.
2271 * fwprop.c (update_df): Change 0 to VOIDmode.
2272 * gensupport.c: Change 0 to UNKNOWN.
2273 * gimple.h (gimple_cond_code): Add cast to enum type.
2274 * haifa-sched.c (reemit_notes): Add cast to enum type.
2275 * hooks.c (hook_int_void_no_regs): Remove function.
2276 * hooks.h (hook_int_void_no_regs): Remove declaration.
2277 * optabs.c (expand_widen_pattern_expr): Change 0 to VOIDmode.
7a00d767 2278 * predict.c (combine_predictions_for_insn): Add casts to enum type.
81f40b79
ILT
2279 * real.c (real_arithmetic): Add cast to enum type.
2280 (real_compare): Likewise.
2281 * target.h (struct gcc_target): Change return type of
2282 branch_target_register_class to enum reg_class.
2283 * target-def.h (TARGET_BRANCH_TARGET_REGISTER_CLASS): Define as
2284 default_branch_target_register_class.
7a00d767 2285 * targhooks.c (default_branch_target_register_class): New function.
81f40b79 2286 * targhooks.h (default_branch_target_register_class): Declare.
7a00d767 2287 * tree-data-ref.c (print_direction_vector): Add cast to enum type.
81f40b79
ILT
2288 * tree-vect-data-refs.c (vect_supportable_dr_alignment): Remove
2289 cast to int.
2290 * tree-vect-loop.c (vect_create_epilog_for_reduction): Change 0 to
2291 ERROR_MARK.
2292 * tree-vect-slp.c (vect_build_slp_tree): Change 0 to
2293 vect_uninitialized_def. Change 0 to ERROR_MARK.
2294 * tree-vect-stmts.c (supportable_widening_operation): Don't
2295 initialize icode1 and icode2.
7a00d767 2296 * tree-vectorizer.h (enum vect_def_type): Add vect_uninitialized_def.
81f40b79
ILT
2297 * config/sol2-c.c (cmn_err_length_specs): Change 0 to FMT_LEN_none
2298 and to STD_C89.
2299 (cmn_err_flag_specs): Change 0 to STD_C89.
2300 (cmn_err_char_table): Likewise.
2301 * config/arm/arm.c (get_arm_condition_code): Change type of code
2302 to enum arm_cond_code.
2303 (IWMMXT_BUILTIN): Change 0 to UNKNOWN.
2304 (IWMMXT_BUILTIN2): Likewise.
2305 (neon_builtin_type_bits): Don't define typedef.
2306 (neon_builtin_datum): Change type of bits field to int.
2307 (arm_expand_neon_args): Add cast to enum type.
2308 * config/ia64/ia64.c (tls_symbolic_operand_type): Change 0 to
2309 TLS_MODEL_NONE.
2310 * config/i386/i386.c (bdesc_multi_arg): Change 0 to UNKNOWN. Add
2311 casts to enum type.
2312 * config/mips/mips.c (LOONGSON_BUILTIN_ALIAS): Change 0 to
2313 MIPS_FP_COND_f.
2314 * config/mips/mips.md (jal_macro): Return enum constant.
2315 (single_insn): Likewise.
2316 * config/rs6000/rs6000.c (bdesc_altivec_preds): Change 0 to
2317 CODE_FOR_nothing.
2318 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
2319 casts to enum type.
2320 * config/s390/s390.c (s390_tune_flags): Change type to int.
2321 (s390_arch_flags): Likewise.
7a00d767 2322 (s390_handle_arch_option): Change flags field of struct pta to int.
81f40b79
ILT
2323 * config/s390/s390.h (s390_tune_flags): Update declaration.
2324 (s390_arch_flags): Likewise.
2325 * config/sh/sh.c (prepare_move_operands): Compare
2326 tls_symbolic_operand result with enum constant.
2327 (sh_reorg): Change PUT_MODE to PUT_REG_NOTE_KIND.
2328 (sh_expand_prologue): Add cast to enum type.
2329 (sh_expand_epilogue): Likewise.
2330 (tls_symbolic_operand): Change return type to enum tls_model.
2331 (fpscr_set_from_mem): Add cast to enum type.
2332 (legitimize_pic_address): Compare tls_symbolic_operand result with
2333 enum constant.
2334 (sh_target_reg_class): Change return type to enum reg_class.
2335 * config/sh/sh.h (OVERRIDE_OPTIONS): Change CPU_xxx to
2336 PROCESSOR_xxx.
7a00d767
UB
2337 * config/sh/sh-protos.h (tls_symbolic_operand): Update declaration.
2338 * config/sparc/sparc.c (sparc_override_options): Add cast to enum type.
81f40b79
ILT
2339 * config/sparc/sparc.md (empty_delay_slot): Return enum constant.
2340 (pic, calls_alloca, calls_eh_return, leaf_function): Likewise.
2341 (delayed_branch, tls_call_delay): Likewise.
2342 (eligible_for_sibcall_delay): Likewise.
2343 (eligible_for_return_delay): Likewise.
2344 * config/spu/spu.c (expand_builtin_args): Add cast to enum type.
2345 (spu_expand_builtin_1): Likewise.
2346
2347 * c-typeck.c (convert_for_assignment): Issue -Wc++-compat warnings
2348 for all types of conversions.
2349 (output_init_element): Issue -Wc++-compat warning if needed when
2350 initializing a bitfield with enum type.
2351 * c-parser.c (c_parser_expression): Set original_type to
2352 original_type of right hand operand of comman operator.
2353
e4ae5e77
RW
23542009-04-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2355
2356 * doc/c-tree.texi (Types, Functions, Expression trees): Fix
2357 grammar nits.
7a00d767 2358 * doc/cfg.texi (Maintaining the CFG, Liveness information): Likewise.
e4ae5e77
RW
2359 * doc/cpp.texi (Standard Predefined Macros)
2360 (Implementation-defined behavior): Likewise.
7a00d767 2361 * doc/extend.texi (Function Attributes, Type Attributes): Likewise.
e4ae5e77
RW
2362 * doc/gimple.texi (GIMPLE Exception Handling)
2363 (@code{GIMPLE_ASSIGN}): Likewise.
7a00d767 2364 * doc/install.texi (Prerequisites, Configuration, Specific): Likewise.
e4ae5e77
RW
2365 * doc/invoke.texi (Warning Options, Optimize Options)
2366 (AVR Options, Darwin Options): Likewise.
2367 (Optimize Options): Reformulate -fwhole-program description.
2368 * doc/loop.texi (Lambda): Likewise.
2369 * doc/md.texi (Output Template, Define Constraints)
2370 (Standard Names, Insn Splitting): Likewise.
2371 * doc/options.texi (Option properties): Likewise.
2372 * doc/passes.texi (Tree-SSA passes): Likewise.
2373 * doc/rtl.texi (Side Effects, Assembler, Insns): Likewise.
2374 * doc/tm.texi (Register Classes, Old Constraints, Scalar Return)
2375 (File Names and DBX): Likewise.
2376 * doc/trouble.texi (Incompatibilities): Likewise.
2377
1883802f 23782009-04-27 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
6e37f6d4
TS
2379
2380 * spu.c (spu_machine_dependent_reorg): Make sure branch label on hint
2381 instruction is correct.
2382
1883802f 23832009-04-27 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
5345cf68
TS
2384
2385 Allow non-constant arguments to conversion intrinsics.
2386 * spu-protos.h (exp2_immediate_p, spu_gen_exp2): Declare.
2387 * predicates.md (spu_inv_exp2_operand, spu_exp2_operand): New.
2388 * spu.c (print_operand): Handle 'v' and 'w'.
2389 (exp2_immediate_p, spu_gen_exp2): Define.
2390 * spu-builtins.def (spu_convts, spu_convtu, spu_convtf_0,
2391 spu_convtf_1): Update parameter descriptions.
7a00d767 2392 * spu-builtins.md (spu_csflt, spu_cuflt, spu_cflts, spu_cfltu): Update.
5345cf68
TS
2393 * constraints.md ('v', 'w'): New.
2394 * spu.md (UNSPEC_CSFLT, UNSPEC_CFLTS, UNSPEC_CUFLT, UNSPEC_CFLTU):
2395 Remove.
2396 (i2f, I2F): New define_mode_attr.
2397 (floatsisf2, floatv4siv4sf2, fix_truncsfsi2, fix_truncv4sfv4si2,
2398 floatunssisf2, floatunsv4siv4sf2, fixuns_truncsfsi2,
2399 fixuns_truncv4sfv4si2): Update to use mode attribute.
2400 (float<mode><i2f>2_mul, float<mode><i2f>2_div,
2401 fix_trunc<mode><f2i>2_mul, floatuns<mode><i2f>2_mul,
2402 floatuns<mode><i2f>2_div, fixuns_trunc<mode><f2i>2_mul): New
2403 patterns for combine.
2404
5f39ad47
SB
24052009-04-27 Steven Bosscher <steven@gcc.gnu.org>
2406
2407 * dbgcnt.def (cprop1, cprop2, gcse, jump_bypass): Remove
2408 (cprop, hoist, pre, store_motion): New debug counters.
2409 * tree-pass.h (pass_tracer): Move to list of gimple passes, it
2410 is not an RTL pass anymore.
2411 (pass_profiling): Remove extern decl for pass removed in 2005.
2412 (pass_gcse, pass_jump_bypass): Remove.
2413 * final.c (rest_of_clean_state): Set flag_rerun_cse_after_global_opts
2414 to 0 for clean state.
2415 * toplev.h (flag_rerun_cse_after_global_opts): Add extern declaration.
2416 * cse.c (gate_handle_cse_after_global_opts,
2417 rest_of_handle_cse_after_global_opts): New functions.
2418 (pass_cse_after_global_opts): New pass, does local CSE.
2419 * timevar.def (TV_GCSE, TV_CPROP1, TV_CPROP2, TV_BYPASS): Remove.
2420 (TV_CPROP): New timevar.
2421 * gcse.c (flag_rerun_cse_after_global_opts): New global variable.
2422 (run_jump_opt_after_gcse, max_gcse_regno): Remove global vars.
2423 (gcse_main, recompute_all_luids): Remove.
2424 (compute_hash_table_work): Call max_reg_num instead of reading
2425 max_gcse_regno.
2426 (cprop_jump): Don't set run_jump_opt_after_gcse.
2427 (constprop_register): Always allow to alter jumps.
2428 (cprop_insn): Likewise.
2429 (do_local_cprop): Likewise.
2430 (local_cprop_pass): Likewise. Return non-zero if something changed.
2431 (cprop): Remove function, fold interesting bits into one_cprop_pass.
2432 (find_implicit_sets): Add note about missed optimization opportunity.
2433 (one_cprop_pass): Rewrite to be "the" CPROP pass, called from the
2434 pass_rtl_cprop execute function.
2435 Don't bother tracking the pass number, each pass gets its own dumpfile
2436 now anyway.
2437 Always allow to alter jumpsand bypass jumps.
2438 (bypass_block): Don't ignore regno >= max_gcse_regno, find_bypass_set
2439 will just find no suitable set.
2440 (pre_edge_insert): Fix dumping, this function is for PRE only.
2441 (one_pre_gcse_pass): Rewrite to be "the" PRE pass, called from the
2442 pass_rtl_pre execute function.
2443 (hoist_code): Return non-zero if something changed. Keep track of
2444 substitutions and insertions for statistics gathering similar to PRE.
2445 (one_code_hoisting_pass): Rewrite to be "the" code hoisting pass,
2446 called from the pass_rtl_hoist execute function. Show pass statistics.
2447 (compute_store_table): Use max_reg_num directly instead of using the
2448 formerly global max_gcse_regno.
2449 (build_store_vectors): Likewise.
2450 (replace_store_insn): Fix dumping.
2451 (store_motion): Rename to ...
2452 (one_store_motion_pass): ... this. Rewrite to be "the" STORE_MOTION
2453 pass, called from the pass_rtl_store_motion execute function. Keep
2454 track of substitutions and insertions for statistics gathering similar
2455 to PRE.
2456 (bypass_jumps): Remove, fold interesting bits into ...
2457 (one_cprop_pass): ... this. Rewrite to be "the" CPROP pass, called
2458 from the pass_rtl_cprop execute function.
2459 (gate_handle_jump_bypass, rest_of_handle_jump_bypass,
2460 pass_jump_bypass): Remove.
2461 (gate_handle_gcse, rest_of_handle_gcse): Remove.
2462 (gate_rtl_cprop, execute_rtl_cprop, pass_rtl_cprop): New.
2463 (gate_rtl_pre, execute_rtl_pre, pass_rtl_pre): New.
2464 (gate_rtl_hoist, execute_rtl_hoist, pass_rtl_hoist): New.
2465 (gate_rtl_store_motion, execute_rtl_store_motion,
2466 pass_rtl_store_motion): New.
2467 * common.opt: Remove flag_cse_skip_blocks, adjust documentation to
2468 make it clear that -fcse-skip-blocks is a no-op for backward compat.
2469 * passes.c (init_optimization_passes): Remove pass_gcse and
2470 pass_jump_bypass. Schedule cprop, pre, hoist, cprop, store_motion,
2471 and cse_after_global_opts in place of pass_gcse. Schedule cprop
2472 instead of pass_jump_bypass.
2473
c685de4a
RG
24742009-04-27 Richard Guenther <rguenther@suse.de>
2475
2476 PR middle-end/39928
2477 * gimplify.c (gimplify_expr): If we are required to create
2478 a temporary make sure it ends up as register.
2479
72d41f29
L
24802009-04-27 H.J. Lu <hongjiu.lu@intel.com>
2481
2482 PR target/39903
2483 * config/i386/i386.c (construct_container): Don't call
2484 gen_reg_or_parallel with BLKmode on X86_64_SSE_CLASS,
2485 X86_64_SSESF_CLASS and X86_64_SSEDF_CLASS.
2486
e97809c6
MM
24872009-04-27 Michael Matz <matz@suse.de>
2488
2489 * ssaexpand.h (struct ssaexpand): Member 'values' is a bitmap.
2490 (get_gimple_for_ssa_name): Adjust, lookup using SSA_NAME_DEF_STMT.
2491 * tree-ssa-live.h: (find_replaceable_exprs): Return a bitmap.
2492 (dump_replaceable_exprs): Take a bitmap.
2493 * cfgexpand.c (gimple_cond_pred_to_tree): Handle bitmap instead of
2494 array.
2495 (expand_gimple_basic_block): Likewise.
2496 * tree-ssa-ter.c (struct temp_expr_table_d): Make
2497 replaceable_expressions member a bitmap.
2498 (free_temp_expr_table): Pass back and deal with bitmap, not gimple*.
2499 (mark_replaceable): Likewise.
2500 (find_replaceable_in_bb, dump_replaceable_exprs): Likewise.
2501 * tree-outof-ssa.c (remove_ssa_form): 'values' is a bitmap.
2502
211ca15c
RG
25032009-04-27 Richard Guenther <rguenther@suse.de>
2504
2505 * tree-cfg.c (remove_useless_stmts): Verify stmts afterwards.
2506 (verify_stmts): Dispatch to gimple/type verification code.
2507 * tree-inline.c (remap_gimple_op_r): Work around C++ FE
2508 issue with call argument types.
2509
fca5f3d1
MM
25102009-04-27 Michael Matz <matz@suse.de>
2511
2512 * tree-into-ssa.c (regs_to_rename, mem_syms_to_rename): Remove.
2513 (init_update_ssa, delete_update_ssa, update_ssa): Remove references
2514 to above.
2515
a1fa3e79 25162009-04-27 Richard Sandiford <rdsandiford@googlemail.com>
8224166e 2517 Eric Botcazou <ebotcazou@adacore.com>
a1fa3e79
EB
2518
2519 * resource.c (find_basic_block): Use BLOCK_FOR_INSN to look up
2520 a label's basic block.
2521 (mark_target_live_regs): Tidy and rework obsolete comments.
2522 Change back DF problem to LIVE. If a label starts a basic block,
2523 assume that all registers that used to be live then still are.
2524 (init_resource_info): If a label starts a basic block, set its
2525 BLOCK_FOR_INSN accordingly.
2526 (fini_resource_info): Undo the setting of BLOCK_FOR_INSN.
2527
33b223c0
RG
25282009-04-27 Richard Guenther <rguenther@suse.de>
2529
2530 * tree-flow-inline.h (function_ann): Remove.
2531 (get_function_ann): Likewise.
2532 * tree-dfa.c (create_function_ann): Remove.
2533 * tree-flow.h (struct static_var_ann_d): Remove.
2534 (struct function_ann_d): Likewise.
2535 (union tree_ann_d): Remove fdecl member.
2536 (function_ann_t): Remove.
2537 (function_ann, get_function_ann, create_function_ann): Remove
2538 declarations.
2539
e3136fa2
UB
25402009-04-27 Uros Bizjak <ubizjak@gmail.com>
2541
2542 * config/alpha/alpha.c (code_for_builtin): Declare as enum insn_code.
2543
f87c9042
JH
25442009-04-27 Jan Hubicka <jh@suse.cz>
2545
2546 * ipa-pure-const.c (struct funct_state_d): New fields
2547 state_previously_known, looping_previously_known; remove
2548 state_set_in_source.
2549 (analyze_function): Use new fields.
2550 (propagate): Avoid assumption that state_set_in_source imply
2551 nonlooping.
2552
2553 * tree-ssa-loop-niter.c (finite_loop_p): New function.
2554 * tree-ssa-loop-ivcanon.c (empty_loop_p): Use it.
2555 * cfgloop.h (finite_loop_p): Declare.
2556
33abd718
MM
25572009-04-26 Michael Matz <matz@suse.de>
2558
e3136fa2 2559 * tree-flow.h (tree_ann_common_d): Remove aux and value_handle members.
33abd718 2560
ddc34084
MM
25612009-04-26 Michael Matz <matz@suse.de>
2562
2563 * tree-pass.h (pass_del_ssa, pass_mark_used_blocks,
2564 pass_free_cfg_annotations, pass_free_datastructures): Remove decls.
2565 * gimple-low.c (mark_blocks_with_used_vars, mark_used_blocks,
2566 pass_mark_used_blocks): Remove.
2567 * tree-optimize.c (pass_free_datastructures,
2568 execute_free_cfg_annotations, pass_free_cfg_annotations): Remove.
2569 * passes.c (init_optimization_passes): Don't call
2570 pass_mark_used_blocks, remove dead code.
2571
1fec7ed4
L
25722009-04-26 H.J. Lu <hongjiu.lu@intel.com>
2573
2574 * tree-outof-ssa.c (rewrite_trees): Add ATTRIBUTE_UNUSED.
2575 * tree-ssa-live.h (register_ssa_partition): Likewise.
2576
4e3825db
MM
25772009-04-26 Michael Matz <matz@suse.de>
2578
2579 Expand from SSA.
2580 * builtins.c (fold_builtin_next_arg): Handle SSA names.
2581 * tree-ssa-copyrename.c (rename_ssa_copies): Use ssa_name() directly.
2582 * tree-ssa-coalesce.c (create_outofssa_var_map): Mark only useful
2583 SSA names.
2584 (compare_pairs): Swap cost comparison.
2585 (coalesce_ssa_name): Don't use change_partition_var.
2586 * tree-nrv.c (struct nrv_data): Add modified member.
2587 (finalize_nrv_r): Set it.
2588 (tree_nrv): Use it to update statements.
2589 (pass_nrv): Require PROP_ssa.
2590 * tree-mudflap.c (mf_decl_cache_locals,
2591 mf_build_check_statement_for): Use make_rename_temp.
2592 (pass_mudflap_2): Require PROP_ssa, run ssa update at finish.
2593 * alias.c (find_base_decl): Handle SSA names.
2594 * emit-rtl (set_reg_attrs_for_parm): Make non-static.
2595 (component_ref_for_mem_expr): Don't leak SSA names into RTL.
2596 * rtl.h (set_reg_attrs_for_parm): Declare.
2597 * tree-optimize.c (pass_cleanup_cfg_post_optimizing): Rename
2598 to "optimized", remove unused locals at finish.
2599 (execute_free_datastructures): Make global, call
2600 delete_tree_cfg_annotations.
2601 (execute_free_cfg_annotations): Don't call
2602 delete_tree_cfg_annotations.
2603
2604 * ssaexpand.h: New file.
2605 * expr.c (toplevel): Include ssaexpand.h.
e3136fa2 2606 (expand_assignment): Handle SSA names the same as register variables.
4e3825db
MM
2607 (expand_expr_real_1): Expand SSA names.
2608 * cfgexpand.c (toplevel): Include ssaexpand.h.
2609 (SA): New global variable.
2610 (gimple_cond_pred_to_tree): Fold TERed comparisons into predicates.
2611 (SSAVAR): New macro.
2612 (set_rtl): New helper function.
2613 (add_stack_var): Deal with SSA names, use set_rtl.
2614 (expand_one_stack_var_at): Likewise.
2615 (expand_one_stack_var): Deal with SSA names.
2616 (stack_var_size_cmp): Use code (SSA_NAME / DECL) as tie breaker
2617 before unique numbers.
2618 (expand_stack_vars): Use set_rtl.
2619 (expand_one_var): Accept SSA names, add asserts for them, feed them
2620 to above subroutines.
2621 (expand_used_vars): Expand all partitions (without default defs),
2622 then only the local decls (ignoring those expanded already).
2623 (expand_gimple_cond): Remove edges when jumpif() expands an
2624 unconditional jump.
2625 (expand_gimple_basic_block): Don't clear EDGE_EXECUTABLE here,
2626 or remove abnormal edges. Ignore insns setting the LHS of a TERed
2627 SSA name.
2628 (gimple_expand_cfg): Call into rewrite_out_of_ssa, initialize
2629 members of SA; deal with PARM_DECL partitions here; expand
2630 all PHI nodes, free tree datastructures and SA. Commit instructions
2631 on edges, clear EDGE_EXECUTABLE and remove abnormal edges here.
2632 (pass_expand): Require and destroy PROP_ssa, verify SSA form, flow
2633 info and statements at start, collect garbage at finish.
2634 * tree-ssa-live.h (struct _var_map): Remove partition_to_var member.
2635 (VAR_ANN_PARTITION) Remove.
2636 (change_partition_var): Don't declare.
2637 (partition_to_var): Always return SSA names.
2638 (var_to_partition): Only accept SSA names.
2639 (register_ssa_partition): Only check argument.
2640 * tree-ssa-live.c (init_var_map): Don't allocate partition_to_var
2641 member.
2642 (delete_var_map): Don't free it.
2643 (var_union): Only accept SSA names, simplify.
2644 (partition_view_init): Mark only useful SSA names as used.
2645 (partition_view_fini): Only deal with SSA names.
2646 (change_partition_var): Remove.
2647 (dump_var_map): Use ssa_name instead of partition_to_var member.
2648 * tree-ssa.c (delete_tree_ssa): Don't remove PHI nodes on RTL
2649 basic blocks.
2650 * tree-outof-ssa.c (toplevel): Include ssaexpand.h and expr.h.
2651 (struct _elim_graph): New member const_dests; nodes member vector of
2652 ints.
2653 (set_location_for_edge): New static helper.
2654 (create_temp): Remove.
2655 (insert_partition_copy_on_edge, insert_part_to_rtx_on_edge,
e3136fa2 2656 insert_value_copy_on_edge, insert_rtx_to_part_on_edge): New functions.
4e3825db
MM
2657 (new_elim_graph): Allocate const_dests member.
2658 (clean_elim_graph): Truncate const_dests member.
2659 (delete_elim_graph): Free const_dests member.
2660 (elim_graph_size): Adapt to new type of nodes member.
2661 (elim_graph_add_node): Likewise.
2662 (eliminate_name): Likewise.
2663 (eliminate_build): Don't take basic block argument, deal only with
2664 partition numbers, not variables.
2665 (get_temp_reg): New static helper.
2666 (elim_create): Use it, deal with RTL temporaries instead of trees.
2667 (eliminate_phi): Adjust all calls to new signature.
2668 (assign_vars, replace_use_variable, replace_def_variable): Remove.
2669 (rewrite_trees): Only do checking.
2670 (edge_leader, stmt_list, leader_has_match, leader_match): Remove.
2671 (same_stmt_list_p, identical_copies_p, identical_stmt_lists_p,
2672 init_analyze_edges_for_bb, fini_analyze_edges_for_bb,
2673 contains_tree_r, MAX_STMTS_IN_LATCH,
2674 process_single_block_loop_latch, analyze_edges_for_bb,
2675 perform_edge_inserts): Remove.
2676 (expand_phi_nodes): New global function.
2677 (remove_ssa_form): Take ssaexpand parameter. Don't call removed
2678 functions, initialize new parameter, remember partitions having a
2679 default def.
2680 (finish_out_of_ssa): New global function.
2681 (rewrite_out_of_ssa): Make global. Adjust call to remove_ssa_form,
2682 don't reset in_ssa_p here, don't disable TER when mudflap.
2683 (pass_del_ssa): Remove.
2684 * tree-flow.h (struct var_ann_d): Remove out_of_ssa_tag and
2685 partition members.
2686 (execute_free_datastructures): Declare.
2687 * Makefile.in (SSAEXPAND_H): New variable.
2688 (tree-outof-ssa.o, expr.o, cfgexpand.o): Depend on SSAEXPAND_H.
2689 * basic-block.h (commit_one_edge_insertion): Declare.
2690 * passes.c (init_optimization_passes): Move pass_nrv and
2691 pass_mudflap2 before pass_cleanup_cfg_post_optimizing, remove
2692 pass_del_ssa, pass_free_datastructures, pass_free_cfg_annotations.
2693 * cfgrtl.c (commit_one_edge_insertion): Make global, don't declare.
2694 (redirect_branch_edge): Deal with super block when expanding, split
2695 out jump patching itself into ...
2696 (patch_jump_insn): ... here, new static helper.
2697
17c665a9
MM
26982009-04-26 Michael Matz <matz@suse.de>
2699
2700 * tree-ssa-copyrename.c (rename_ssa_copies): Don't iterate
2701 beyond num_ssa_names.
2702 * tree-ssa-ter.c (free_temp_expr_table): Likewise.
2703 * tree-ssa-coalesce.c (create_outofssa_var_map): Likewise.
2704
92061771
JJ
27052009-04-26 Jakub Jelinek <jakub@redhat.com>
2706
ce372372
JJ
2707 PR inline-asm/39543
2708 * fwprop.c (forward_propagate_asm): New function.
2709 (forward_propagate_and_simplify): Propagate also into __asm, if it
2710 doesn't increase the number of referenced registers.
2711
92061771
JJ
2712 PR c/39889
2713 * stmt.c (warn_if_unused_value): Look through NON_LVALUE_EXPR.
2714
27152009-04-26 Jakub Jelinek <jakub@redhat.com>
77f2a970
JJ
2716
2717 * tree-nested.c (get_nonlocal_vla_type): If not optimizing, call
2718 note_nonlocal_vla_type for nonlocal VLAs.
2719 (note_nonlocal_vla_type, note_nonlocal_block_vlas,
2720 contains_remapped_vars, remap_vla_decls): New functions.
2721 (convert_nonlocal_reference_stmt): If not optimizing, call
2722 note_nonlocal_block_vlas on GIMPLE_BIND block vars.
2723 (nesting_copy_decl): Return {VAR,PARM,RESULT}_DECL unmodified
2724 if it wasn't found in var_map.
2725 (finalize_nesting_tree_1): Call remap_vla_decls. If outermost
2726 GIMPLE_BIND doesn't have gimple_bind_block, chain debug_var_chain
2727 to BLOCK_VARS (DECL_INITIAL (root->context)) instead of calling
2728 declare_vars.
2729 * gimplify.c (nonlocal_vlas): New variable.
2730 (gimplify_var_or_parm_decl): Add debug VAR_DECLs for non-local
2731 referenced VLAs.
2732 (gimplify_body): Create and destroy nonlocal_vlas.
a9548ddf 2733
4561e242
JJ
2734 * dwarf2out.c (loc_descr_plus_const): New function.
2735 (build_cfa_aligned_loc, tls_mem_loc_descriptor,
2736 mem_loc_descriptor, loc_descriptor_from_tree_1,
2737 descr_info_loc, gen_variable_die): Use it.
2738
a9548ddf
JJ
2739 * tree.h (DECL_BY_REFERENCE): Note that it is also valid for
2740 !TREE_STATIC VAR_DECLs.
2741 * dwarf2out.c (loc_by_reference, gen_decl_die): Handle
2742 DECL_BY_REFERENCE on !TREE_STATIC VAR_DECLs.
2743 (gen_variable_die): Likewise. Don't look at TREE_PRIVATE if
2744 DECL_BY_REFERENCE is valid.
2745 * dbxout.c (DECL_ACCESSIBILITY_CHAR): Don't look at TREE_PRIVATE
2746 for PARM_DECLs, RESULT_DECLs or !TREE_STATIC VAR_DECLs.
2747 * tree-nested.c (get_nonlocal_debug_decl, get_local_debug_decl):
2748 Copy DECL_BY_REFERENCE.
2749 (struct nesting_copy_body_data): New type.
2750 (nesting_copy_decl): New function.
2751 (finalize_nesting_tree_1): Remap types of debug_var_chain variables,
2752 if they have variable length.
2753
10555d08
MM
27542009-04-26 Michael Matz <matz@suse.de>
2755
2756 * tree-sra.c (sra_build_assignment): Don't use into_ssa mode,
2757 mark new temporaries for renaming.
2758
e11187cc
JM
27592009-04-26 Joseph Myers <joseph@codesourcery.com>
2760
2761 PR c/39581
2762 * c-decl.c (global_bindings_p): Return negative value.
2763 (c_variable_size): New. Based on variable_size from
2764 stor-layout.c.
2765 (grokdeclarator): Call c_variable_size not variable_size.
2766
f6a51d31
UB
27672009-04-26 Uros Bizjak <ubizjak@gmail.com>
2768
2769 * config/i386/i386.c (print_operand) ['z']: Fix typo.
2770
4b97723d
KT
27712009-04-26 Kai Tietz <kai.tietz@onevision.com>
2772
2773 * config/i386/mingw-w64.h (STANDARD_INCLUDE_DIR):
2774 Redefine it to just use mingw/include.
2775 (ASM_SPEC): Rules for -m32 and -m64.
2776 (LINK_SPEC): Use Likewise.
2777 (SPEC_32): New define.
2778 (SPEC_64): Likewise.
2779 (SUB_LINK_SPEC): Likewise.
2780 (MULTILIB_DEFAULTS): New define.
2781 * config/i386/t-mingw-w64 (MULTILIB_OPTIONS):
2782 Add multilib options.
2783 (MULTILIB_DIRNAMES): Likewise.
2784 (MULTILIB_OSDIRNAMES): Likewise.
2785 (LIBGCC): Likewise.
2786 (INSTALL_LIBGCC): Likewise.
2787
991d6621
JM
27882009-04-26 Joseph Myers <joseph@codesourcery.com>
2789
2790 PR c/39556
2791 * c-tree.h (enum c_inline_static_type): New.
2792 (record_inline_static): Declare.
2793 * c-decl.c (struct c_inline_static, c_inline_statics,
2794 record_inline_static, check_inline_statics): New.
2795 (pop_file_scope): Call check_inline_statics.
2796 (start_decl): Call record_inline_static instead of pedwarning
2797 directly for static in inline function.
2798 * c-typeck.c (build_external_ref): Call record_inline_static
2799 instead of pedwarning directly for static referenced in inline
2800 function.
2801
4a81774c
SB
28022009-04-26 Steven Bosscher <steven@gcc.gnu.org>
2803
2804 * df-scan.c (df_insn_rescan): Salvage insn's LUID if the insn is
2805 not new but only being rescanned.
2806 * gcse.c (uid_cuid, max_uid, INSN_CUID, max_cuid, struct reg_set,
2807 reg_set_table, REG_SET_TABLE_SLOP, reg_set_in_block,
2808 alloc_reg_set_mem, free_reg_set_mem, record_one_set,
2809 record_set_info, compute_set, grealloc): Remove.
2810 (recompute_all_luids): New function.
2811 (gcse_main): Don't compute sets, and don't do related memory
2812 allocations/free-ing. If something changed before the end of the
2813 pass, update LUIDs using recompute_all_luids.
2814 (alloc_gcse_mem): Don't compute LUIDs. Don't allocate reg_set memory.
2815 (free_gcse_mem): Don't free it either.
2816 (oprs_unchanged_p, load_killed_in_block, record_last_reg_set_info):
2817 Use the df insn LUIDs.
2818 (load_killed_in_block): Likewise.
2819 (compute_hash_table_work): Don't compute reg_set_in_block.
2820 (compute_transp): Use DF_REG_DEF_CHAINs.
2821 (local_cprop_pass): Don't use compute_sets and related functions.
2822 (one_cprop_pass, pre_gcse, one_pre_gcse_pass, one_code_hoisting_pass):
2823 Use get_max_uid() instead of max_cuid.
2824 (insert_insn_end_basic_block, pre_insert_copy_insn,
2825 update_ld_motion_stores): Don't try to
2826 keep reg_set tables up to date.
2827 (pre_insert_copies): Use df insn LUIDs.
2828 (sbitmap pre_redundant_insns): Replace with uses of INSN_DELETED_P.
2829 (reg_set_info): Don't use extra bitmap argument.
2830 (compute_store_table): Don't compute reg_set_in_block. Use DF scan
2831 information to compute regs_set_in_block.
2832 (free_store_memory, store_motion): Don't nullify reg_set_in_block.
2833 (bypass_jumps): Don't use compute_sets and friends.
2834
e8f99a9d
RW
28352009-04-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2836
2837 PR testsuite/39710
2838 * opts.c (undocumented_msg): Do not leave blank even with
2839 ENABLE_CHECKING.
2840
6895bac8
JM
28412009-04-25 Joseph Myers <joseph@codesourcery.com>
2842
2843 * c-decl.c (build_enumerator): Allow values folding to integer
2844 constants but not integer constant expressions with a pedwarn if
2845 pedantic.
2846
24070fcb
JM
28472009-04-25 Joseph Myers <joseph@codesourcery.com>
2848
2849 PR c/39582
2850 * c-typeck.c (c_expr_sizeof_type): Create a C_MAYBE_CONST_EXPR
2851 with non-null C_MAYBE_CONST_EXPR_PRE if size of a variable-length
2852 type is an integer constant.
2853
d6d89aa1
UB
28542009-04-25 Uros Bizjak <ubizjak@gmail.com>
2855
2856 PR target/39897
2857 * config/i386/i386.c (print_operand) ['z']: Revert handling of
2858 HImode operands.
2859
92f6fd0b
JM
28602009-04-25 Joseph Myers <joseph@codesourcery.com>
2861
2862 PR c/39564
2863 * c-decl.c (grokdeclarator): Diagnose declarations of functions
2864 with variably modified return type and no storage class
2865 specifiers, except for the case of nested functions. Distinguish
2866 extern declarations of functions with variably modified return
2867 types from those of objects with variably modified types.
2868
a3710436
JH
28692009-04-25 Jan Hubicka <jh@suse.cz>
2870
2871 * tree.c (list_equal_p): New function.
2872 * tree.h (list_equal_p): Declare.
2873 * coretypes.h (edge_def, edge, const_edge, basic_block_def
2874 basic_block_def, basic_block, const_basic_block): New.
2875 * tree-eh.c (make_eh_edge): EH edges are not abnormal.
2876 (redirect_eh_edge): New function.
2877 (make_eh_edge_update_phi): EH edges are not abnormal.
2878 * except.c: Include tree-flow.h.
2879 (list_match): New function.
2880 (eh_region_replaceable_by_p): New function.
2881 (replace_region): New function.
2882 (hash_type_list): New function.
2883 (hash_eh_region): New function.
2884 (eh_regions_equal_p): New function.
2885 (merge_peers): New function.
2886 (remove_unreachable_regions): Verify EH tree when checking;
2887 merge peers.
2888 (copy_eh_region_1): New function.
2889 (copy_eh_region): New function.
2890 (push_reachable_handler): New function.
2891 (build_post_landing_pads, dw2_build_landing_pads): Be ready for
2892 regions without label but with live RESX.
2893 * except.h (redirect_eh_edge_to_label): New.
2894 * tree-flow.h (redirect_eh_edge): New.
2895 * coretypes.h (edge_def, edge, const_edge, basic_block_def
2896 basic_block_def, basic_block, const_basic_block): Remove.
2897 * Makefile.in (except.o): Add dependency on tree-flow.h
2898 * tree-cfg.c (gimple_redirect_edge_and_branch): Handle EH edges.
2899 * basic-block.h (edge, const_edge, basic_block, const_basic_block):
2900 Remove.
2901
3764d512
EB
29022009-04-25 Eric Botcazou <ebotcazou@adacore.com>
2903
2904 PR bootstrap/39645
2905 * config/sparc/sparc.c (sparc_gimplify_va_arg): Set TREE_ADDRESSABLE
2906 on the destination of memcpy.
2907
1c62e8f2
PB
29082009-04-25 Paolo Bonzini <bonzini@gnu.org>
2909
2910 * doc/tm.texi (REGNO_OK_FOR_BASE_P, REGNO_MODE_OK_FOR_BASE_P,
2911 REGNO_MODE_OK_FOR_REG_BASE_P, REGNO_MODE_CODE_OK_FOR_BASE_P,
2912 REGNO_OK_FOR_INDEX_P): Mention strict/nonstrict difference.
2913
496a4ef5
JH
29142009-04-25 Jan Hubicka <jh@suse.cz>
2915
2916 * tree-eh.c (tree_remove_unreachable_handlers): Handle shared labels.
2917 (tree_empty_eh_handler_p): Allow non-EH predecestors; allow region
2918 to be reached by different label than left.
2919 (update_eh_edges): Update comment; remove edge_to_remove if possible
2920 and return true if suceeded.
2921 (cleanup_empty_eh): Accept sharing map; handle shared regions.
2922 (cleanup_eh): Compute sharing map.
2923 * except.c (remove_eh_handler_and_replace): Add argument if we should
2924 update regions.
2925 (remove_unreachable_regions): Update for label sharing.
2926 (label_to_region_map): Likewise.
2927 (get_next_region_sharing_label): New function.
2928 (remove_eh_handler_and_replace): Add update_catch_try parameter; update
2929 prev_try pointers.
2930 (remove_eh_handler): Update.
2931 (remove_eh_region_and_replace_by_outer_of): New function.
2932 * except.h (struct eh_region): Add next_region_sharing_label.
2933 (remove_eh_region_and_replace_by_outer_of,
2934 get_next_region_sharing_label): Declare.
2935 * tree-cfgcleanup.c (tree_forwarder_block_p): Simplify.
2936
29372009-04-25 Jan Hubicka <jh@suse.cz>
2938
2939 * tree-cfg.c (split_critical_edges): Split also edges where we can't
2940 insert code even if they are not critical.
2941
29422009-04-25 Jan Hubicka <jh@suse.cz>
2943
2944 * tree-cfg.c (gimple_can_merge_blocks_p): EH edges are unmergable.
2945 (gimple_can_remove_branch_p): EH edges won't remove branch by
2946 redirection.
2947 * tree-inline.c (update_ssa_across_abnormal_edges): Do handle
2948 updating of non-abnormal EH edges.
2949 * tree-cfg.c (gimple_can_merge_blocks_p): EH edges are unmergable.
2950 (gimple_can_remove_branch_p): EH edges are unremovable by redirection.
2951 (split_critical_edges): Split also edges where emitting code on them
2952 will lead to splitting later.
2953
a3a5e3d1
UB
29542009-04-25 Uros Bizjak <ubizjak@gmail.com>
2955 H.J. Lu <hongjiu.lu@intel.com>
2956
2957 PR target/39590
2958 * configure.ac (HAVE_AS_IX86_FILDQ): On x86 targets check whether
2959 the configured assembler supports fildq and fistpq mnemonics.
2960 (HAVE_AS_IX86_FILDS): Rename from HAVE_GAS_FILDS_FISTS.
2961 * configure: Regenerated.
2962 * config.in: Ditto.
2963
2964 * config/i386/i386.c (print_operand): Handle 'Z'.
2965 ['z']: Remove handling of special fild/fist suffixes.
2966 (output_fix_trunc): Use '%Z' to output suffix of fist{,p,tp} insn.
2967 * config/i386/i386.md (*floathi<mode>2_i387): Use '%Z' to output
2968 suffix of fild insn.
2969 (*floatsi<mode>2_vector_mixed): Ditto.
2970 (*float<SSEMODEI24:mode><MODEF:mode>2_mixed_interunit): Ditto.
2971 (*float<SSEMODEI24:mode><MODEF:mode>2_mixed_nointerunit): Ditto.
2972 (*float<SSEMODEI24:mode><X87MODEF:mode>2_i387_with_temp): Ditto.
2973 (*float<SSEMODEI24:mode><X87MODEF:mode>2_i387): Ditto.
2974 * config/i386/gas.h (GAS_MNEMONICS): Remove.
2975
23750d7f
BE
29762009-04-25 Ben Elliston <bje@au.ibm.com>
2977
2978 * genrecog.c (validate_pattern): Do not warn for VOIDmode CALLs as
2979 the source of a set operation.
2980
e6ff3083
AS
29812009-04-25 Anatoly Sokolov <aesok@post.ru>
2982
2983 * target.h (struct gcc_target): Add case_values_threshold field.
2984 * target-def.h (TARGET_CASE_VALUES_THRESHOLD): New.
2985 (TARGET_INITIALIZER): Use TARGET_CASE_VALUES_THRESHOLD.
2986 * targhooks.c (default_case_values_threshold): New function.
2987 * targhooks.h (default_case_values_threshold): Declare function.
2988 * stmt.c (expand_case): Use case_values_threshold target hook.
2989 * expr.h (case_values_threshold): Remove declartation.
2990 * expr.c (case_values_threshold): Remove function.
2991 * doc/tm.texi (CASE_VALUES_THRESHOLD): Revise documentation.
2992
2993 * config/avr/avr.h (CASE_VALUES_THRESHOLD): Remove macro.
2994 * config/avr/avr.c (TARGET_CASE_VALUES_THRESHOLD): Define macro.
2995 (avr_case_values_threshold): Declare as static.
2996 * config/avr/avr-protos.h (avr_case_values_threshold): Remove.
2997
2998 * config/avr/mn10300.h (CASE_VALUES_THRESHOLD): Remove macro.
2999 * config/avr/mn10300.c (TARGET_CASE_VALUES_THRESHOLD): Define macro.
3000 (mn10300_case_values_threshold): New function.
3001
569c72fc
L
30022009-04-24 H.J. Lu <hongjiu.lu@intel.com>
3003
3004 * ira.c (setup_cover_and_important_classes): Add enum cast.
3005
ff3cb468
VM
30062009-04-24 Vladimir Makarov <vmakarov@redhat.com>
3007
3008 * genpreds.c (write_enum_constraint_num): Output definition of
3009 CONSTRAINT_NUM_DEFINED_P macro.
3010 * ira.c (setup_cover_and_important_classes): Use
3011 CONSTRAINT_NUM_DEFINED_P instead of CONSTRAINT__LIMIT in #ifdef.
3012
4f7be849
DD
30132009-04-24 DJ Delorie <dj@redhat.com>
3014
3015 * config/sh/sh.h (LIBGCC2_DOUBLE_TYPE_SIZE): Test
3016 __SH2A_SINGLE_ONLY__ also.
3017
735b94a7
SE
30182009-04-24 Steve Ellcey <sje@cup.hp.com>
3019
3020 * config/ia64/ia64.md (movfs_internal): Allow flt constants.
3021 (movdf_internal): Ditto.
3022 * config/ia64/ia64.c (ia64_legitimate_constant_p): Allow
3023 SFmode and DFmode constants.
3024 (ia64_print_operand): Add 'G' format for printing
3025 floating point constants.
3026
77a30264
RG
30272009-04-24 Richard Guenther <rguenther@suse.de>
3028
3029 * tree-vrp.c (extract_range_from_binary_expr): Handle overflow
3030 from unsigned additions.
3031
2b6da65c
JM
30322009-04-24 Joseph Myers <joseph@codesourcery.com>
3033
3034 * c-typeck.c (set_init_index): Allow array designators that are
3035 not integer constant expressions with a pedwarn if pedantic.
3036
f5a17c43
BS
30372009-04-24 Bernd Schmidt <bernd.schmidt@analog.com>
3038
3039 * simplify-rtx.c (simplify_binary_operation_1, case AND): Result is
3040 zero if no overlap in nonzero bits between the operands.
3041
32e8bb8e
ILT
30422009-04-24 Ian Lance Taylor <iant@google.com>
3043
3044 * combine.c (record_value_for_reg): Change 0 to VOIDmode, twice.
3045 (record_dead_and_set_regs): Likewise.
3046 * df.h (struct df_mw_hardreg): Change flags field to int.
3047 (struct df_base_ref): Likewise.
3048 (struct df): Change changeable_flags field to int.
3049 * df-scan.c (df_defs_record): Change clobber_flags to int.
3050 * dwarf2.h (enum dwarf_tag): Make lo_user and hi_user values enum
3051 constants rather than #define macros.
3052 (enum dwarf_attribute, enum dwarf_location_atom): Likewise.
3053 (enum dwarf_type, enum dwarf_endianity_encoding): Likewise.
3054 (enum dwarf_calling_convention): Likewise.
3055 (enum dwarf_line_number_x_ops): Likewise.
3056 (enum dwarf_call_frame_info): Likewise.
3057 (enum dwarf_source_language): Likewise.
3058 * dwarf2out.c (int_loc_descriptor): Add cast to enum type.
3059 (add_calling_convention_attribute): Likewise.
a3a5e3d1
UB
3060 * fold-const.c (fold_undefer_overflow_warnings): Add cast to enum type.
3061 (combine_comparisons): Change compcode to int. Add cast to enum type.
32e8bb8e
ILT
3062 * genrecog.c (maybe_both_true_2): Change c to int.
3063 (write_switch): Likewise. Add cast to enum type.
3064 * gimplify.c (gimplify_omp_for): Handle return values from
3065 gimplify_expr using MIN rather than bitwise or.
3066 (gimplify_expr): Add cast to enum type.
3067 * ipa-prop.c (update_jump_functions_after_inlining): Change
3068 IPA_BOTTOM to IPA_JF_UNKNOWN.
a3a5e3d1
UB
3069 * ira.c (setup_class_subset_and_memory_move_costs): Change mode to int.
3070 Add casts to enum type.
32e8bb8e
ILT
3071 (setup_cover_and_important_classes): Change cl to int. Add casts
3072 to enum type.
3073 (setup_class_translate): Change cl and mode to int.
3074 (ira_init_once): Change mode to int.
3075 (free_register_move_costs): Likewise.
3076 (setup_prohibited_mode_move_regs): Add casts to enum type.
3077 * langhooks.c (add_builtin_function_common): Rework assertion that
3078 value fits bitfield.
3079 * mcf.c (add_fixup_edge): Change type parameter to edge_type.
3080 * omega.c (omega_do_elimination): Avoid math on enum types.
3081 * optabs.c (expand_vec_shift_expr): Remove casts to int.
3082 * opts.c (set_debug_level): Change 2 to enum constant. Use new
3083 int local to handle integral_argment value.
3084 * regmove.c (try_auto_increment): Change PUT_MODE to
3085 PUT_REG_NOTE_KIND.
3086 * reload.c (push_secondary_reload): Add casts to enum type.
3087 (secondary_reload_class, find_valid_class): Likewise.
3088 * reload1.c (emit_input_reload_insns): Likewise.
3089 * rtl.h (NOTE_VAR_LOCATION_STATUS): Likewise.
3090 * sel-sched.c (init_hard_regs_data): Change cur_mode to int.
3091 * sel-sched-ir.c (hash_with_unspec_callback): Change 0 to enum
3092 constant.
3093 * tree.c (build_common_builtin_nodes): Add casts to enum type.
3094 * tree-complex.c (complex_lattice_t): Typedef to int rather than
3095 enum type.
3096 (expand_complex_libcall): Add casts to enum type.
3097 * tree-into-ssa.c (get_ssa_name_ann): Change 0 to enum constant.
3098 * tree-vect-loop.c (vect_model_reduction_cost): Compare reduc_code
3099 with ERROR_MARK, not NUM_TREE_CODES.
3100 (vect_create_epilog_for_reduction): Likewise.
3101 (vectorizable_reduction): Don't initialize epiloc_reduc_code.
a3a5e3d1 3102 When not using it, set it to ERROR_MARK rather than NUM_TREE_CODES.
32e8bb8e
ILT
3103 * tree-vect-patterns.c (vect_pattern_recog_1): Change vec_mode to
3104 enum machine_mode.
3105 * tree-vect-stmts.c (new_stmt_vec_info): Change 0 to
3106 vect_unused_in_loop. Change 0 to loop_vect.
a3a5e3d1 3107 * tree-vectorizer.c (vect_set_verbosity_level): Add casts to enum type.
32e8bb8e
ILT
3108 * var-tracking.c (get_init_value): Change return type to enum
3109 var_init_status.
3110 * vec.h (DEF_VEC_FUNC_P) [iterate]: Cast 0 to type T.
3111 * config/arm/arm.c (fp_model_for_fpu): Change to array to enum
3112 arm_fp_model.
3113 (arm_override_options): Add casts to enum type.
3114 (arm_emit_tls_decoration): Likewise.
3115 * config/i386/i386.c (ix86_function_specific_restore): Add casts
3116 to enum type.
3117 * config/i386/i386-c.c (ix86_pragma_target_parse): Likewise.
3118 * config/ia64/ia64.c (ia64_expand_compare): Change magic to int.
3119 * config/rs6000/rs6000.c (rs6000_override_options): Add casts to
3120 enum type.
3121 * config/s390/s390.c (code_for_builtin_64): Change to array of
3122 enum insn_code.
3123 (code_for_builtin_31): Likewise.
3124 (s390_expand_builtin): Change code_for_builtin to enum insn_code
3125 const *.
3126 * config/sparc/sparc.c (sparc_override_options): Change value
3127 field in struct code_model to enum cmodel. In initializer change
3128 0 to NULL and add cast to enum type.
3129
3130 * c-typeck.c (build_modify_expr): Add lhs_origtype parameter.
3131 Change all callers. Issue a -Wc++-compat warning using
3132 lhs_origtype if necessary.
3133 (convert_for_assignment): Issue -Wc++-compat warnings about
3134 invalid conversions to enum type on assignment.
3135 * c-common.h (build_modify_expr): Update declaration.
3136
ac4fc08a
NC
31372009-04-24 Nick Clifton <nickc@redhat.com>
3138
3139 * config/iq2000/iq2000.c (function_arg): Handle TImode values.
3140 (function_arg_advance): Likewise.
3141 * config/iq2000/iq2000.md (movsi_internal2): Fix the length of the
3142 5th alternative.
3143
f22e891a
AK
31442009-04-24 Andreas Krebbel <krebbel1@de.ibm.com>
3145
3146 * config/s390/constraints.md ('I', 'J'): Fix condition.
3147
ad58aabe
DN
31482009-04-24 Diego Novillo <dnovillo@google.com>
3149
3150 * gengtype-parse.c (parse_error): Add newline after message.
3151
879a4a01
L
31522009-04-24 H.J. Lu <hongjiu.lu@intel.com>
3153
3154 * config/i386/sse.md (avxmodesuffixs): Removed.
3155 (*avx_pinsr<avxmodesuffixs>): Renamed to ...
3156 (*avx_pinsr<ssevecsize>): This.
3157
f63426af
BS
31582009-04-24 Bernd Schmidt <bernd.schmidt@analog.com>
3159
3160 * loop-iv.c (replace_single_def_regs): Look for REG_EQUAL notes;
3161 follow chains of regs with a single definition, and allow expressions
3162 that are function_invariant_p.
ce72fe6c 3163 (simple_rhs_p): Allow expressions that are function_invariant_p.
f63426af 3164
30349c74
PB
31652009-04-24 Paolo Bonzini <bonzini@gnu.org>
3166
3167 PR middle-end/39867
3168 * fold-const.c (fold_cond_expr_with_comparison): When folding
3169 > and >= to MAX, make sure the MAX uses the same type as the
3170 comparison's operands.
3171
8d8256c1
NC
31722009-04-24 Nick Clifton <nickc@redhat.com>
3173
3174 * config/frv/frv.c (frv_frame_access): Do not use reg+reg
3175 addressing for DImode accesses.
3176 (frv_print_operand_address): Handle PLUS case.
a3a5e3d1 3177 * config/frv/frv.h (FIXED_REGISTERS): Mark link register as fixed.
8d8256c1 3178
6216f94e
JJ
31792009-04-24 Jakub Jelinek <jakub@redhat.com>
3180
3181 PR rtl-optimization/39794
3182 * alias.c (canon_true_dependence): Add x_addr argument.
3183 * rtl.h (canon_true_dependence): Adjust prototype.
3184 * cse.c (check_dependence): Adjust canon_true_dependence callers.
3185 * cselib.c (cselib_invalidate_mem): Likewise.
3186 * gcse.c (compute_transp): Likewise.
3187 * dse.c (scan_reads_nospill): Likewise.
3188 (record_store, check_mem_read_rtx): Likewise. For non-const-or-frame
3189 addresses pass base->val_rtx as mem_addr, for const-or-frame addresses
3190 canon_base_addr of the group, plus optional offset.
3191 (struct group_info): Rename canon_base_mem to
3192 canon_base_addr.
3193 (get_group_info): Set canon_base_addr to canon_rtx of base, not
3194 canon_rtx of base_mem.
3195
6de7a512
PB
31962009-04-23 Paolo Bonzini <bonzini@gnu.org>
3197
3198 * config/sh/sh.c (sh_expand_prologue, sh_expand_epilogue):
3199 Use memory_address_p instead of GO_IF_LEGITIMATE_ADDRESS.
3200
4a3a2376
UW
32012009-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3202
3203 * config/spu/spu-builtins.h: Delete file.
3204
3205 * config/spu/spu.h (enum spu_builtin_type): Move here from
3206 spu-builtins.h.
3207 (struct spu_builtin_description): Likewise. Add GTY marker.
3208 Do not use enum spu_function_code or enum insn_code.
3209 (spu_builtins): Add extern declaration.
3210
3211 * config/spu/spu.c: Do not include "spu-builtins.h".
3212 (enum spu_function_code, enum spu_builtin_type_index,
3213 V16QI_type_node, V8HI_type_node, V4SI_type_node, V2DI_type_node,
3214 V4SF_type_node, V2DF_type_node, unsigned_V16QI_type_node,
3215 unsigned_V8HI_type_node, unsigned_V4SI_type_node,
3216 unsigned_V2DI_type_node): Move here from spu-builtins.h.
3217 (spu_builtin_types): Make static. Add GTY marker.
3218 (spu_builtins): Add extern declaration with GTY marker.
3219 Include "gt-spu.h".
3220
3221 * config/spu/spu-c.c: Do not include "spu-builtins.h".
3222 (spu_resolve_overloaded_builtin): Do not use spu_function_code.
3223 Check programmatically whether all parameters are scalar.
3224
3225 * config/spu/t-spu-elf (spu.o, spu-c.o): Update dependencies.
3226
bbaba73f
EB
32272009-04-23 Eric Botcazou <ebotcazou@adacore.com>
3228
3229 * gimplify.c (gimplify_modify_expr_rhs) <VAR_DECL>: Do not do a direct
3230 assignment from the constructor either if the target is volatile.
3231
ee93c1c6
DJ
32322009-04-23 Daniel Jacobowitz <dan@codesourcery.com>
3233
3234 * config/arm/arm.md (insv): Do not share operands[0].
3235
b2f21330
NS
32362009-04-23 Nathan Sidwell <nathan@codesourcery.com>
3237
3238 * config/vxlib-tls.c (active_tls_threads): Delete.
3239 (delete_hook_installed): New.
3240 (tls_delete_hook): Don't delete the delete hook.
3241 (tls_destructor): Delete it here.
3242 (__gthread_set_specific): Adjust installing the delete hook.
3243 (tls_delete_hook): Use __gthread_enter_tsd_dtor_context and
3244 __gthread_leave_tsd_dtor_context.
3245
4782dfa7
RAE
32462009-04-23 Rafael Avila de Espindola <espindola@google.com>
3247
3248 * c-format.c (gcc_tdiag_char_table): Add support for %E.
3249
bf758008
UB
32502009-04-23 Uros Bizjak <ubizjak@gmail.com>
3251
3252 * config/alpha/alpha.c (alpha_legitimize_reload_address): Add cast to
3253 enum type.
3254 (alpha_rtx_costs): Ditto.
3255 (emit_unlikely_jump): Use add_reg_note.
3256 (emit_frame_store_1): Ditto.
3257 (alpha_expand_prologue): Ditto.
3258 (alpha_expand_builtin): Change 0 to EXPAND_NORMAL in function call.
3259 * config/alpha/alpha.c (Unicos/Mk address splitter): Use add_reg_note.
3260
7323a100
NC
32612009-04-23 Nick Clifton <nickc@redhat.com>
3262
3263 * config/v850/v850.md (epilogue): Remove suppressed code.
3264 (return): Rename to return_simple and remove test of frame size.
3265 * config/v850/v850.c (expand_epilogue): Rename call to gen_return
3266 to gen_return_simple.
3267
360032ba
JY
32682009-04-22 Jing Yu <jingyu@google.com>
3269
3270 PR testsuite/39781
3271 * config/arm/arm.h: Define HANDLE_PRAGMA_PACK_PUSH_POP.
3272
53650abe
AP
32732009-04-22 Andrew Pinski <andrew_pinski@playstation.sony.com>
3274
3275 PR C/31499
3276 * c-typeck.c (process_init_element): Treat VECTOR_TYPE like ARRAY_TYPE
3277 and RECORD_TYPE/UNION_TYPE. When outputing the actual element and the
3278 value is a VECTOR_CST, the element type is the element type of the
3279 vector.
3280
89043e8a
DD
32812009-04-22 DJ Delorie <dj@redhat.com>
3282
3283 * config/m32c/m32c.h: Update GTY annotations to new syntax.
3284
023f059b
JJ
32852009-04-22 Jakub Jelinek <jakub@redhat.com>
3286
3287 * alias.c (find_base_term): Move around LO_SUM case, so that
3288 CONST falls through into PLUS/MINUS handling.
3289
2c0eba5a
JJ
3290 PR c/39855
3291 * fold-const.c (fold_binary) <case LSHIFT_EXPR>: When optimizing
3292 into 0, use omit_one_operand.
3293
9a461028
BE
32942009-04-23 Ben Elliston <bje@au.ibm.com>
3295
3296 * config/rs6000/linux-unwind.h (get_regs): Remove type
3297 puns. Change the type of `pc' to an array of unsigned ints and
3298 update all users. Constify frame24.
3299
653e2568
DD
33002009-04-22 DJ Delorie <dj@redhat.com>
3301
3302 * config/m32c/m32c.c (m32c_special_page_vector_p): Move
3303 declarations before code.
3304 (current_function_special_page_vector): Likewise.
3305 (m32c_expand_insv): Silence a warning.
3306
60839f5d 33072009-04-21 Taras Glek <tglek@mozilla.com>
d1b38208
TG
3308
3309 * alias.c: Update GTY annotations to new syntax.
3310 * basic-block.h: Likewise.
3311 * bitmap.h: Likewise.
3312 * c-common.h: Likewise.
3313 * c-decl.c: Likewise.
3314 * c-parser.c: Likewise.
3315 * c-pragma.c: Likewise.
3316 * c-tree.h: Likewise.
3317 * cfgloop.h: Likewise.
3318 * cgraph.h: Likewise.
3319 * config/alpha/alpha.c: Likewise.
3320 * config/arm/arm.h: Likewise.
3321 * config/avr/avr.h: Likewise.
3322 * config/bfin/bfin.c: Likewise.
3323 * config/cris/cris.c: Likewise.
3324 * config/darwin.c: Likewise.
3325 * config/frv/frv.c: Likewise.
3326 * config/i386/i386.c: Likewise.
3327 * config/i386/i386.h: Likewise.
3328 * config/i386/winnt.c: Likewise.
3329 * config/ia64/ia64.h: Likewise.
3330 * config/iq2000/iq2000.c: Likewise.
3331 * config/mips/mips.c: Likewise.
3332 * config/mmix/mmix.h: Likewise.
3333 * config/pa/pa.c: Likewise.
3334 * config/pa/pa.h: Likewise.
3335 * config/rs6000/rs6000.c: Likewise.
3336 * config/s390/s390.c: Likewise.
3337 * config/sparc/sparc.c: Likewise.
3338 * config/xtensa/xtensa.c: Likewise.
3339 * cselib.h: Likewise.
3340 * dbxout.c: Likewise.
3341 * dwarf2out.c: Likewise.
3342 * except.c: Likewise.
3343 * except.h: Likewise.
3344 * fixed-value.h: Likewise.
3345 * function.c: Likewise.
3346 * function.h: Likewise.
3347 * gimple.h: Likewise.
3348 * integrate.c: Likewise.
3349 * optabs.c: Likewise.
3350 * output.h: Likewise.
3351 * real.h: Likewise.
3352 * rtl.h: Likewise.
3353 * stringpool.c: Likewise.
3354 * tree-data-ref.c: Likewise.
3355 * tree-flow.h: Likewise.
3356 * tree-scalar-evolution.c: Likewise.
3357 * tree-ssa-address.c: Likewise.
3358 * tree-ssa-alias.h: Likewise.
3359 * tree-ssa-operands.h: Likewise.
3360 * tree.c: Likewise.
3361 * tree.h: Likewise.
3362 * varasm.c: Likewise.
3363 * varray.h: Likewise.
3364 * vec.h: Likewise.
bf758008 3365 * coretypes.h: Do not define GTY macro if it is already defined.
d1b38208
TG
3366 * doc/gty.texi: Update GTY documentation to new syntax.
3367 * gengtype-lex.l: Enforce attribute-like syntax for GTY
3368 annotations on structs.
3369 * gengtype-parse.c: Likewise.
3370
a123d175
MH
33712009-04-22 Mark Heffernan <meheff@google.com>
3372
bf758008 3373 * gcc.c (LINK_COMMAND_SPEC): Link with gcov with -fprofile-generate=.
a123d175 3374
4c7c486a
KH
33752009-04-22 Kazu Hirata <kazu@codesourcery.com>
3376
3377 * config/arm/arm.c (arm_rtx_costs_1): Use power_of_two_operand
3378 where appropriate.
3379
6e782a29
KH
33802009-04-22 Kazu Hirata <kazu@codesourcery.com>
3381
3382 * config/arm/arm.c (arm_size_rtx_costs): Treat a PLUS with a shift
3383 the same as a PLUS without a shift. Increase the cost of a
3384 CONST_INT in MULT.
3385
38d2336a
MLI
33862009-04-22 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
3387
3388 * Makefile.in: Update dependencies.
bf758008 3389 * errors.c (warning): Remove unused parameter 'opt'. Returns 'void'.
38d2336a
MLI
3390 * errors.h: Remove bogus comment about compatibility.
3391 (warning): Update declaration.
3392 * genautomata.c: Update all calls to warning.
3393 * gimple.c: Do not include errors.h. Include toplev.h.
3394 * tree-ssa-structalias.c: Do not include errors.h.
3395 * omega.c: Likewise.
3396 * tree-ssa-reassoc.c: Likewise.
3397 * config/spu/spu-c.c: Likewise.
3398 * config/spu/t-spu-elf: Update dependencies.
3399
aea4deba
RG
34002009-04-22 Richard Guenther <rguenther@suse.de>
3401
3402 PR tree-optimization/39824
3403 * tree-ssa-ccp.c (fold_const_aggregate_ref): For INDIRECT_REFs
3404 make sure the types are compatible.
3405
cfc93532
MLI
34062009-04-22 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
3407
3408 PR c++/14875
3409 * c-common.c (c_parse_error): Take a token_flags parameter.
3410 Use token_type for the token type instead.
3411 Pass token_flags to cpp_type2name.
3412 * c-common.h (c_parse_error): Update declaration.
3413 * c-parser.c (c_parser_error): Pass 0 as token flags.
3414
8632d02a
AB
34152009-04-22 Andrey Belevantsev <abel@ispras.ru>
3416
3417 PR rtl-optimization/39580
3418 * sel-sched-ir.c (insert_in_history_vect): Remove incorrect gcc_assert.
3419
4c33221c
UW
34202009-04-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3421
3422 * function.c (expand_function_end): Do not emit a jump to the "naked"
3423 return label for fall-through returns.
3424 * except.c (sjlj_emit_function_exit): Always place the call to the
3425 unregister function at the location installed by expand_function_end.
3426
9925bce0
RG
34272009-04-22 Richard Guenther <rguenther@suse.de>
3428
3429 PR tree-optimization/39845
3430 * tree-switch-conversion.c (build_arrays): Add new referenced vars.
3431 (gen_inbound_check): Likewise.
3432
24a40b35
NS
34332009-04-22 Nathan Sidwell <nathan@codesourcery.com>
3434
3435 * gthr-vxworks.h (struct __gthread_once_t): Add alignment and
3436 padding for PPC.
3437 (__GTHREAD_ONCE_INIT): Adjust ppc initializer.
3438 * config/vxlib.c (__gthread_once): Add race guard for PPC.
3439
6c34a092
PB
34402009-04-22 Paolo Bonzini <bonzini@gnu.org>
3441
3442 * config/sh/sh.c (shift_insns_rtx, shiftcosts, gen_shifty_op,
3443 sh_dynamicalize_shift_p, shl_and_scr_length): Truncate
3444 shift counts to avoid out-of-bounds array accesses.
3445
baa48dfa
PB
34462009-04-22 Paolo Bonzini <bonzini@gnu.org>
3447
3448 * config/sparc/sparc.h (POINTER_SIZE): Fix comment.
3449 (Pmode): Move above.
3450
7d83f4f5
UB
34512009-04-22 Uros Bizjak <ubizjak@gmail.com>
3452
3453 * config/alpha/alpha.c: Use REG_P, MEM_P, CONST_INT_P, JUMP_P,
3454 NONJUMP_INSN_P, CALL_P, LABEL_P and NOTE_P predicates instead of
3455 GET_CODE macro. Use IN_RANGE macro where appropriate.
3456 * config/alpha/alpha.h: Ditto.
3457 * config/alpha/alpha.md: Ditto.
3458 * config/alpha/constraints.md: Ditto.
3459 * config/alpha/predicates.md: Ditto.
3460
3ad606bc
PB
34612009-04-22 Paolo Bonzini <bonzini@gnu.org>
3462
3463 * defaults.h (GO_IF_MODE_DEPENDENT_ADDRESS): Provide empty default.
3464 * config/frv/frv.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
3465 * config/s390/s390.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
3466 * config/m32c/m32c.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
3467 * config/spu/spu.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
3468 * config/i386/i386.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
3469 * config/sh/sh.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
3470 * config/pdp11/pdp11.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
3471 * config/avr/avr.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
3472 * config/crx/crx.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
3473 * config/fr30/fr30.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
3474 * config/m68hc11/m68hc11.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
3475 * config/cris/cris.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
3476 * config/iq2000/iq2000.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
3477 * config/mn10300/mn10300.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
3478 * config/ia64/ia64.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
3479 * config/m68k/m68k.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
3480 * config/picochip/picochip.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
3481 * config/arc/arc.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
3482 * config/mcore/mcore.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
3483 * config/score/score.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
3484 * config/arm/arm.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
3485 * config/pa/pa.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
3486 * config/mips/mips.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
3487 * config/v850/v850.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
3488 * config/mmix/mmix.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
3489 * config/bfin/bfin.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
3490
3cabd6d1
LB
34912009-04-22 Laurynas Biveinis <laurynas.biveinis@gmail.com>
3492
3493 * cfghooks.c (tidy_fallthru_edges): Remove find_basic_blocks
3494 references from comments.
3495 * cfgbuild.c: (count_basic_blocks): Delete.
3496 (find_basic_blocks_1): Delete.
3497 (find_basic_blocks): Delete.
3498 * except.c (finish_eh_generation): Make static. Move comment from
7d83f4f5 3499 except.h here. Remove find_basic_blocks references from comments.
3cabd6d1
LB
3500 * except.h (finish_eh_generation): Delete.
3501 * basic-block.h (find_basic_blocks): Delete.
3502 * config/sh/sh.c (sh_output_mi_thunk): Delete a "#if 0" block.
3503
270d1bcd
DK
35042009-04-22 Dave Korn <dave.korn.cygwin@gmail.com>
3505
3506 * sdbout.c (sdbout_symbol): Pass VOIDmode to eliminate_regs.
3507 (sdbout_parms): Likewise.
3508
b757d36f
KK
35092009-04-21 Kaz Kojima <kkojima@gcc.gnu.org>
3510
3511 * config/sh/sh.c (prepare_cbranch_operands): Use
3512 LAST_AND_UNUSED_RTX_CODE instead of CODE_FOR_nothing.
3513 (expand_cbranchdi4): Likewise.
3514 (from_compare): Add cast to enum type.
3515 (expand_cbranchsi4): Use add_reg_note.
3516 (output_stack_adjust, push, pop, sh_expand_prologue): Likewise.
3517 (sh_insn_length_adjustment): Use sh_cpu_attr instead of sh_cpu.
3518 (sh_initialize_trampoline): Change 0 to LCT_NORMAL in function call.
3519 (sh_expand_builtin): Change 0 to EXPAND_NORMAL in function call.
3520 * config/sh/sh.md (cbranchsi4): Use LAST_AND_UNUSED_RTX_CODE
3521 instead of CODE_FOR_nothing.
3522 (cbranchdi4): Likewise. Fix the order of arguments for
3523 gen_rtx_fmt_ee.
3524 (push_fpscr): Use add_reg_note.
3525 (pop_fpscr, movdf_i4+1, reload_outdf__RnFRm+3, reload_outdf__RnFRm+4,
3526 reload_outdf__RnFRm+5, fpu_switch+1, fpu_switch+2): Likewise.
3527
ad41bd84
JM
35282009-04-21 Joseph Myers <joseph@codesourcery.com>
3529
3530 * ABOUT-GCC-NLS, ChangeLog, ChangeLog-1997, ChangeLog-1998,
3531 ChangeLog-1999, ChangeLog-2000, ChangeLog-2001, ChangeLog-2002,
3532 ChangeLog-2003, ChangeLog-2004, ChangeLog-2005, ChangeLog-2006,
3533 ChangeLog-2007, ChangeLog-2008, ChangeLog.dataflow, ChangeLog.lib,
3534 ChangeLog.ptr, ChangeLog.tree-ssa, ChangeLog.tuples, FSFChangeLog,
3535 FSFChangeLog.10, FSFChangeLog.11, LANGUAGES, ONEWS, acinclude.m4,
3536 config/alpha/gnu.h, config/alpha/libgcc-alpha-ldbl.ver,
3537 config/alpha/t-osf4, config/alpha/t-vms, config/alpha/va_list.h,
3538 config/alpha/x-vms, config/arc/t-arc,
3539 config/arm/README-interworking, config/arm/arm-c.c,
3540 config/arm/gentune.sh, config/arm/libgcc-bpabi.ver,
3541 config/arm/t-arm, config/arm/t-arm-elf, config/arm/t-arm-softfp,
3542 config/arm/t-bpabi, config/arm/t-linux, config/arm/t-linux-eabi,
3543 config/arm/t-netbsd, config/arm/t-pe, config/arm/t-strongarm-elf,
3544 config/arm/t-symbian, config/arm/t-vxworks, config/arm/t-wince-pe,
3545 config/avr/t-avr, config/bfin/elf.h, config/bfin/libgcc-bfin.ver,
3546 config/bfin/linux.h, config/bfin/t-bfin, config/bfin/t-bfin-elf,
3547 config/bfin/t-bfin-linux, config/bfin/t-bfin-uclinux,
3548 config/bfin/uclinux.h, config/cris/mulsi3.asm, config/cris/t-cris,
3549 config/cris/t-elfmulti, config/crx/t-crx,
3550 config/darwin-ppc-ldouble-patch.def, config/darwin-sections.def,
3551 config/divmod.c, config/fr30/t-fr30, config/frv/libgcc-frv.ver,
3552 config/frv/t-frv, config/frv/t-linux, config/h8300/genmova.sh,
3553 config/h8300/t-h8300, config/i386/athlon.md,
3554 config/i386/darwin-libgcc.10.4.ver,
3555 config/i386/darwin-libgcc.10.5.ver, config/i386/libgcc-glibc.ver,
3556 config/i386/mach.h, config/i386/netbsd.h, config/i386/t-crtpc,
3557 config/i386/t-cygming, config/i386/t-cygwin, config/i386/t-i386,
3558 config/i386/t-linux64, config/i386/t-nwld,
3559 config/i386/t-rtems-i386, config/i386/t-sol2-10,
3560 config/i386/x-mingw32, config/ia64/div.md, config/ia64/elf.h,
3561 config/ia64/ia64.opt, config/ia64/libgcc-glibc.ver,
3562 config/ia64/libgcc-ia64.ver, config/ia64/linux.h,
3563 config/ia64/sysv4.h, config/ia64/t-hpux, config/ia64/t-ia64,
3564 config/iq2000/abi, config/iq2000/lib2extra-funcs.c,
3565 config/iq2000/t-iq2000, config/libgcc-glibc.ver,
3566 config/m32r/libgcc-glibc.ver, config/m32r/t-linux,
3567 config/m32r/t-m32r, config/m68hc11/t-m68hc11,
3568 config/m68k/t-floatlib, config/m68k/t-linux, config/m68k/t-mlibs,
3569 config/m68k/t-uclinux, config/mcore/t-mcore,
3570 config/mcore/t-mcore-pe, config/mips/20kc.md, config/mips/4130.md,
3571 config/mips/5400.md, config/mips/5500.md, config/mips/crti.asm,
3572 config/mips/crtn.asm, config/mips/irix-crti.asm,
3573 config/mips/irix-crtn.asm, config/mips/libgcc-mips16.ver,
3574 config/mips/mips-dsp.md, config/mips/mips-dspr2.md,
3575 config/mips/mips-fixed.md, config/mips/sb1.md,
3576 config/mips/sr71k.md, config/mips/t-elf, config/mips/t-gofast,
3577 config/mips/t-iris6, config/mips/t-isa3264,
3578 config/mips/t-libgcc-mips16, config/mips/t-linux64,
3579 config/mips/t-mips, config/mips/t-r3900, config/mips/t-rtems,
3580 config/mips/t-sb1, config/mips/t-sde, config/mips/t-sdemtk,
3581 config/mips/t-slibgcc-irix, config/mips/t-sr71k, config/mips/t-st,
3582 config/mips/t-vr, config/mips/t-vxworks, config/mmix/t-mmix,
3583 config/mn10300/t-linux, config/mn10300/t-mn10300,
3584 config/pa/pa32-regs.h, config/pa/t-hpux-shlib, config/pa/t-linux,
3585 config/pa/t-linux64, config/pa/t-pa64, config/pdp11/t-pdp11,
3586 config/picochip/libgccExtras/clzsi2.asm,
3587 config/picochip/t-picochip, config/rs6000/darwin-ldouble-format,
3588 config/rs6000/darwin-libgcc.10.4.ver,
3589 config/rs6000/darwin-libgcc.10.5.ver,
3590 config/rs6000/libgcc-ppc-glibc.ver, config/rs6000/ppc-asm.h,
3591 config/rs6000/t-aix43, config/rs6000/t-aix52,
3592 config/rs6000/t-darwin, config/rs6000/t-fprules,
3593 config/rs6000/t-fprules-fpbit, config/rs6000/t-linux64,
3594 config/rs6000/t-lynx, config/rs6000/t-netbsd,
3595 config/rs6000/t-ppccomm, config/rs6000/t-ppcendian,
3596 config/rs6000/t-ppcgas, config/rs6000/t-rs6000,
3597 config/rs6000/t-rtems, config/rs6000/t-spe,
3598 config/rs6000/t-vxworks, config/s390/libgcc-glibc.ver,
3599 config/score/t-score-elf, config/sh/divcost-analysis,
3600 config/sh/libgcc-glibc.ver, config/sh/t-netbsd, config/sh/t-sh,
3601 config/sh/t-sh64, config/sh/t-superh, config/sh/t-symbian,
3602 config/sparc/libgcc-sparc-glibc.ver, config/sparc/sol2-bi.h,
3603 config/sparc/sol2-gas.h, config/sparc/sol2-gld-bi.h,
3604 config/sparc/t-elf, config/sparc/t-linux64, config/sparc/t-sol2,
3605 config/stormy16/stormy-abi, config/stormy16/t-stormy16,
3606 config/t-darwin, config/t-libunwind, config/t-libunwind-elf,
3607 config/t-linux, config/t-lynx, config/t-slibgcc-elf-ver,
3608 config/t-slibgcc-sld, config/t-sol2, config/t-vxworks,
3609 config/udivmod.c, config/udivmodsi4.c, config/v850/t-v850,
3610 config/v850/t-v850e, config/xtensa/t-xtensa, diagnostic.def,
3611 gdbinit.in, glimits.h, gstab.h, gsyms.h, java/ChangeLog,
3612 java/ChangeLog.ptr, java/ChangeLog.tree-ssa, libgcc-std.ver,
3613 limitx.h, version.c, xcoff.h: Add copyright and license notices.
3614 * config/h8300/genmova.sh: Include copyright and license notices
3615 in generated output.
3616 * config/h8300/mova.md: Regenerate.
3617 * doc/install.texi2html: Include word "Copyright" in copyright
3618 notice and use name "Free Software Foundation, Inc.".
3619 * ChangeLog, ChangeLog-2000, ChangeLog-2001, ChangeLog-2002,
3620 ChangeLog-2003, ChangeLog-2004, ChangeLog-2005, ChangeLog-2006,
3621 ChangeLog-2007, ChangeLog-2008: Correct dates.
3622
ca80e52b
EB
36232009-04-21 Eric Botcazou <ebotcazou@adacore.com>
3624
3625 * c-common.c (c_common_truthvalue_conversion): Use LOCATION to build
3626 NE_EXPR operations as well.
3627 * c-parser.c (c_parser_condition): Do not set location information on
3628 the condition.
3629 (c_parser_conditional_expression): Likewise.
3630 (c_parser_binary_expression): Set location information on operators.
3631 * c-typeck.c (build_unary_op) <TRUTH_NOT_EXPR>: Reset the location if
3632 TRUTH_NOT_EXPR has been folded.
3633 * fold-const.c (fold_truth_not_expr): Copy location information from
3634 the incoming expression to the outgoing one.
3635 * gimplify.c (shortcut_cond_r): Add locus parameter. Pass it to
3636 recursive calls on the LHS of the operator but pass that of the
3637 operator to recursive calls on the RHS of the operator. Set it
3638 on the COND_EXPR.
3639 (shortcut_cond_expr): Set the locus of the operator on the second
3640 COND_EXPR and that of the expression on the first in degenerate cases.
3641 Pass the locus of the expression to calls to shortcut_cond_r.
3642 Set the locus of the 'then' block on the associated jump, if any.
3643 (gimplify_boolean_expr): Add locus parameter. Set it on the COND_EXPR.
3644 (gimplify_expr) <TRUTH_ANDIF_EXPR>: Pass the locus of the outer
3645 expression to call to gimplify_boolean_expr.
3646
35091630
KT
36472009-04-21 Kai Tietz <kai.tietz@onevision.com>
3648
3649 * config.gcc: Add additional configuration for
3650 i686-w64-mingw* and x86_64-w64-mingw* triplet.
3651 * config/i386/mingw-w64.h: New mingw-w64 specific header.
3652 (CPP_SPEC): Redefine for allowing -municode option.
3653 (STARTFILE_SPEC): Likewise.
3654 * config/i386/t-mingw-w64: New.
3655 * config/i386/mingw-w64.opt: New.
3656 (municode): Add new target option.
3657 * doc/invoke.texi (municode): Add documentation for new option.
3658
0267afc4
ILT
36592009-04-21 Ian Lance Taylor <iant@google.com>
3660
3661 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
3662 Correct test for number of arguments.
3663 * config/spu/spu-c.c (spu_resolve_overloaded_builtin): Likewise.
3664
2ba9daa7
AS
36652009-04-21 Andreas Schwab <schwab@linux-m68k.org>
3666
3667 * config/m68k/linux.h (FINALIZE_TRAMPOLINE): Use enum for second
3668 argument of emit_library_call.
3669
ad8a1ac0
RG
36702009-04-21 Richard Guenther <rguenther@suse.de>
3671
3672 PR middle-end/39829
3673 * gimple.c (walk_stmt_load_store_addr_ops): Catch addresses
3674 inside VIEW_CONVERT_EXPRs.
3675
7156c8ab
MJ
36762009-04-21 Martin Jambor <mjambor@suse.cz>
3677
3678 * tree-switch-conversion.c (build_constructors): Split a long line.
3679 (constructor_contains_same_values_p): New function.
7d83f4f5
UB
3680 (build_one_array): Create assigns of constants if possible, do not
3681 call mark_sym_for_renaming, call update_stmt.
7156c8ab
MJ
3682 (build_arrays): Call make_ssa_name (create_tmp_var ()) instead of
3683 make_rename_temp. Do not call mark_symbols_for_renaming, call
3684 update_stmt.
3685 (gen_def_assigns): Do not call mark_symbols_for_renaming or
3686 find_new_referenced_vars, call update_stmt.
3687 (gen_inbound_check): Use create_tmp_var and create ssa names manually
3688 instead of calling make_rename_temp. Do not call
3689 find_new_referenced_vars or mark_symbols_for_renaming, call
3690 update_stmt.
3691
2970ccb3
RG
36922009-04-21 Richard Guenther <rguenther@suse.de>
3693
3694 PR tree-optimization/39827
7d83f4f5 3695 * tree-ssa-phiprop.c (propagate_with_phi): Check SSA_NAME is in range.
2970ccb3
RG
3696 (tree_ssa_phiprop): Pass the correct array size.
3697
47f402d1
UB
36982009-04-21 Uros Bizjak <ubizjak@gmail.com>
3699
3700 * config/alpha/alpha.md (tune): Add cast to enum attr_tune.
3701
1e4ae551
MLI
37022009-04-21 Manuel López-Ibáñez <manu@gcc.gnu.org>
3703
3704 PR 16202
3705 * c-typeck.c (lvalue_p): Move declaration ...
3706 * c-common.h (lvalue_p): ... to here.
3707 * c-common.c (candidate_equal_p): New.
3708 (add_tlist): Use it.
3709 (merge_tlist): Use it.
3710 (warn_for_collisions_1): Likewise.
3711 (warning_candidate_p): Accept more candidates.
3712 (verify_tree): A warning candidate can be an expression. Use
3713 candidate_equal_p.
3714
244609a6
BE
37152009-04-21 Ben Elliston <bje@au.ibm.com>
3716
3717 PR target/5267
3718 * doc/invoke.texi (RS/6000 and PowerPC Options): Add documentation
3719 for -mcall-eabi, -mcall-aixdesc, -mcall-freebsd and -mcall-openbsd
3720 options. Remove -mcall-solaris documentation.
3721
9c650d90
MLI
37222009-04-21 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
3723
3724 PR c++/13358
3725 * doc/invoke.texi (-Wlong-long): Update description.
3726 * c-lex (interpret_integer): Only warn if there was no previous
3727 overflow and -Wlong-long is enabled.
3728 * c-decl.c (declspecs_add_type): Drop redundant flags.
3729 * c.opt (Wlong-long): Init to -1.
3730 * c-opts.c (sanitize_cpp_opts): Synchronize cpp's warn_long_long
3731 and front-end warn_long_long. Wlong-long only depends on other
3732 flags if it is uninitialized.
3733 * c-parser.c (disable_extension_diagnostics): warn_long_long is
3734 the same for CPP and FE.
3735 (restore_extension_diagnostics): Likewise.
3736
bbbbb16a
ILT
37372009-04-20 Ian Lance Taylor <iant@google.com>
3738
3739 Fix enum conversions which are invalid in C++:
47f402d1
UB
3740 * auto-inc-dec.c (attempt_change): Change 0 to SET in function call.
3741 * calls.c (store_one_arg): Change 0 to EXPAND_NORMAL in function call.
bbbbb16a
ILT
3742 * cse.c (hash_rtx_cb): Change 0 to VOIDmode in function call.
3743 * dbgcnt.c (dbg_cnt_set_limit_by_name): Add cast to enum type.
47f402d1 3744 * dbxout.c (dbxout_symbol): Change 0 to VOIDmode in function call.
bbbbb16a 3745 (dbxout_parms): Likewise.
47f402d1 3746 * df-core.c (df_set_flags): Change changeable_flags parameter to int.
bbbbb16a
ILT
3747 (df_clear_flags): Likewise.
3748 * df-problems.c (df_rd_bb_local_compute_process_def): Change
3749 top_flag parameter to int.
3750 (df_chain_create_bb_process_use): Likewise.
47f402d1
UB
3751 (df_chain_add_problem): Change chain_flags parameter to unsigned int.
3752 Remove cast.
bbbbb16a
ILT
3753 * df-scan.c (df_ref_create): Change ref_flags parameter to int.
3754 (df_ref_create_structure, df_def_record_1): Likewise.
3755 (df_defs_record, df_uses_record, df_get_call_refs): Likewise.
3756 (df_notes_rescan): Change 0 to VOIDmode in function call.
3757 (df_get_call_refs, df_insn_refs_collect): Likewise.
3758 (df_bb_regs_collect): Likewise.
3759 (df_entry_block_defs_collect): Likewise.
3760 (df_exit_block_uses_collect): Likewise.
3761 * df.h: Update declarations.
3762 * double-int.c (double_int_divmod): Add cast to enum type.
3763 * dse.c (replace_inc_dec): Reverse parameters to gen_int_mode.
3764 * dwarf2out.c (new_reg_loc_descr): Add casts to enum type.
3765 (based_loc_descr): Likewise.
3766 (loc_descriptor_from_tree_1): Change first_op and second_op to
3767 enum dwarf_location_atom. Add cast to enum type.
3768 * expmed.c (init_expmed): Change 0 to SET in function call.
47f402d1 3769 * expr.c (init_expr_target): Change 0 to VOIDmode in function call.
bbbbb16a
ILT
3770 (expand_expr_real_1): Change 0 to EXPAND_NORMAL in function call.
3771 (do_store_flag): Likewise.
3772 * fixed-value.h (struct fixed_value): Change mode to enum
3773 machine_mode.
47f402d1 3774 * function.c (assign_parms): Change 0 to VOIDmode in function call.
bbbbb16a
ILT
3775 * genautomata.c (insert_automaton_decl): Change 1 to INSERT in
3776 function call.
3777 (insert_insn_decl, insert_decl, insert_state): Likewise.
3778 (automata_list_finish): Likewise.
3779 * genrecog.c (process_define_predicate): Add cast to enum type.
3780 * gensupport.c (init_predicate_table): Add cast to enum type.
3781 * gimple.c (gimple_build_return): Change 0 to ERROR_MARK in
3782 function call.
3783 (gimple_build_call_1, gimple_build_label): Likewise.
3784 (gimple_build_goto, gimple_build_asm_1): Likewise.
3785 (gimple_build_switch_1, gimple_build_cdt): Likewise.
47f402d1 3786 * gimple.h (GIMPLE_CHECK): Change 0 to ERROR_MARK in function call.
bbbbb16a
ILT
3787 (enum fallback): Rename from enum fallback_t.
3788 (fallback_t): Typedef as int.
3789 * gimple-low.c (lower_builtin_setjmp): Change TSI_SAME_STMT to
3790 GSI_SAME_STMT in function call.
3791 * ira.c (setup_class_subset_and_memory_move_costs): Add casts to
3792 enum type.
3793 (setup_reg_class_relations): Likewise.
47f402d1 3794 (setup_reg_class_nregs): Change cl to int. Add casts to enum type.
bbbbb16a
ILT
3795 (setup_prohibited_class_mode_regs): Add cast to enum type.
3796 (setup_prohibited_mode_move_regs): Likewise.
47f402d1 3797 * ira-costs.c (record_reg_classes): Change rclass to enum reg_class.
bbbbb16a
ILT
3798 (record_address_regs): Change i to enum reg_class.
3799 * lists.c (alloc_EXPR_LIST): Add cast to enum type.
3800 * machmode.h (GET_MODE_CLASS): Cast value to enum mode_class.
3801 (GET_MODE_WIDER_MODE): Cast value to enum machine_mode.
3802 (GET_MODE_2XWIDER_MODE): Likewise.
3803 (GET_CLASS_NARROWEST_MODE): Likewise.
3804 * omp-low.c (expand_omp_for): Add cast to enum type.
3805 * optabs.c (debug_optab_libfuncs): Add casts to enum type.
3806 * opts.c (enable_warning_as_error): Change kind to diagostic_t.
3807 * postreload.c (reload_cse_simplify_operands): Change rclass local
3808 to enum reg_class.
3809 * predict.c (combine_predictions_for_insn): Change best_predictor
3810 and predictor to enum br_predictor.
3811 (combine_predictions_for_bb): Likewise.
3812 (build_predict_expr): Change assignment to PREDICT_EXPR_OUTCOME to
3813 use SET_PREDICT_EXPR_OUTCOME.
47f402d1 3814 * real.c (real_arithmetic): Change icode to code in function call.
bbbbb16a
ILT
3815 * reginfo.c (init_move_cost): Add casts to enum type.
3816 (init_reg_sets_1, init_fake_stack_mems): Likewise.
3817 * regmove.c (regclass_compatible_p): Change class0 and class1 to
3818 enum reg_class.
3819 * reload.c (find_valid_class): Add casts to enum type.
3820 (push_reload): Change 0 to NO_REGS in function call.
3821 (find_reloads): Change this_alternative to array of enum
3822 reg_class. Remove some now-unnecessary casts.
3823 (make_memloc): Change 0 to VOIDmode in function call.
3824 * reload1.c (reload): Change 0 to VOIDmode in function call.
3825 (eliminate_regs_1, elimination_effects): Likewise.
3826 (eliminate_regs_in_insn): Likewise.
3827 (emit_input_reload_insns): Add cast to enum type.
3828 (delete_output_reload): Change 0 to VOIDmode in function call.
3829 * reorg.c (insn_sets_resource_p): Convert include_delayed_effects
3830 to enum type in function call.
3831 * tree.h (PREDICT_EXPR_OUTCOME): Add cast to enum type.
3832 (SET_PREDICT_EXPR_OUTCOME): Define.
47f402d1 3833 * tree-dump.c (get_dump_file_info): Change phase parameter to int.
bbbbb16a
ILT
3834 (get_dump_file_name, dump_begin, dump_enabled_p): Likewise.
3835 (dump_initialized_p, dump_flag_name, dump_end): Likewise.
3836 (dump_function): Likewise.
3837 * tree-dump.h: Update declarations.
3838 * tree-pass.h: Update declarations.
3839 * varasm.c (assemble_integer): Change mclass to enum mode_class.
3840 * config/arm/arm.c (thumb_legitimize_reload_address): Add cast to
3841 enum type.
3842 (arm_rtx_costs_1): Correct parenthesization.
3843 (arm_rtx_costs): Add casts to enum type.
3844 (adjacent_mem_locations): Reverse arguments to const_ok_for_op.
3845 (vfp_emit_fstmd): Use add_rg_note.
3846 (emit_multi_reg_push, emit_sfm): Likewise.
3847 (thumb_set_frame_pointer): Likewise.
3848 (arm_expand_prologue): Likewise.
3849 (arm_regno_class): Change return type to enum reg_class.
3850 (thumb1_expand_prologue): Use add_reg_note.
3851 * config/arm/arm-protos.h (arm_regno_class): Update declaration.
3852 * config/arm/arm.h (INITIALIZE_TRAMPOLINE): Change 0 to LCT_NORMAL
3853 in function call.
3854 * config/arm/gentune.sh: Add cast to enum type.
3855 * config/arm/arm-tune.md: Rebuild.
3856 * config/i386/i386.c (ix86_expand_prologue): Use add_reg_note.
3857 (ix86_split_fp_branch, predict_jump): Likewise.
3858 (ix86_expand_multi_arg_builtin): Change sub_code from enum
3859 insn_code to enum rtx_code.
3860 (ix86_builtin_vectorized_function): Add cast to enum type.
3861 * config/i386/i386.md (truncdfsf2): Change slot to enum
3862 ix86_stack_slot.
3863 (truncxf<mode>2, isinf<mode>2): Likewise.
3864 * config/i386/i386-c.c (ix86_pragma_target_parse): Add cast to
3865 enum type.
3866 * config/ia64/ia64.c (ia64_split_tmode_move): Use add_reg_note.
3867 (spill_restore_mem, do_spill, ia64_expand_prologue): Likewise.
3868 (insert_bundle_state): Change 1 to INSERT in function call.
3869 (ia64_add_bundle_selector_before): Likewise.
3870 * config/ia64/ia64.md (cpu attr): Add cast to enum type.
3871 (save_stack_nonlocal): Change 0 to LCT_NORMAL in function call.
3872 (restore_stack_nonlocal): Likewise.
3873 * config/mips/mips.h (MIPS_ICACHE_SYNC): Change 0 to LCT_NORMAL in
3874 function call.
3875 * config/mips/mips.c (mips_binary_cost): Change 0 to SET in
3876 function call.
3877 (mips_rtx_costs): Likewise.
3878 (mips_override_options): Add casts to enum type.
3879 * config/mips/sdemtk.h (MIPS_ICACHE_SYNC): Change 0 to LCT_NORMAL
3880 in function call.
3881 * config/pa/pa.c (legitimize_pic_address): Use add_reg_note.
3882 (store_reg, set_reg_plus_d): Likewise.
3883 (hppa_expand_prologue, hppa_profile_hook): Likewise.
3884 * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Add
3885 cast to enum type.
3886 (altivec_expand_vec_set_builtin): Change 0 to EXPAND_NORMAL in
3887 function call.
3888 (emit_unlikely_jump): Use add_reg_note.
3889 (rs6000_emit_allocate_stack): Likewise.
3890 (rs6000_frame_related, rs6000_emit_prologue): Likewise.
3891 (output_toc): Change 1 to INSERT in function call.
3892 (output_profile_hook): Change 0 to LCT_NORMAL in function call.
3893 (rs6000_initialize_trampoline): Likewise.
3894 (rs6000_init_dwarf_reg_sizes_extra): Change 0 to EXPAND_NORMAL in
3895 function call.
3896 * config/s390/s390.c (s390_rtx_costs): Add cast to enum type.
3897 (s390_expand_movmem): Change 0 to OPTAB_DIRECT in function call.
3898 (s390_expand_setmem, s390_expand_cmpmem): Likewise.
3899 (save_gprs): Use add_reg_note.
3900 (s390_emit_prologue): Likewise.
47f402d1 3901 (s390_expand_builtin): Change 0 to EXPAND_NORMAL in function call.
bbbbb16a
ILT
3902 * config/sparc/sparc.c (sparc_expand_prologue): Use add_reg_note.
3903 (sparc_fold_builtin): Add cast to enum type.
3904 * config/spu/spu.c (spu_emit_branch_or_set): Change ior_code to
3905 enum insn_code.
3906 (spu_expand_prologue): Use add_reg_note.
47f402d1 3907 (expand_builtin_args): Change 0 to EXPAND_NORMAL in function call.
bbbbb16a
ILT
3908
39092009-04-20 Ian Lance Taylor <iant@google.com>
3910
3911 * c-parser.c (c_parser_attributes): Change VEC back to tree list.
3912 (c_parser_postfix_expression_after_primary): Get VEC for list of
3913 arguments. Get original types of arguments. Call
3914 build_function_call_vec.
3915 (cached_expr_list_1, cached_expr_list_2): New static variables.
3916 (c_parser_expr_list): Change return type to VEC *. Add
3917 p_orig_types parameter. Change all callers.
3918 (c_parser_release_expr): New static function.
3919 (c_parser_vec_to_tree_list): New static function.
3920 * c-typeck.c (build_function_call): Rewrite to build a VEC and
3921 call build_function_call_vec.
3922 (build_function_call_vec): New function, based on old
3923 build_function_call.
3924 (convert_arguments): Remove nargs and argarray parameters. Change
3925 values to a VEC. Add origtypes parameter.
47f402d1 3926 (build_modify_expr): Add rhs_origtype parameter. Change all callers.
bbbbb16a
ILT
3927 (convert_for_assignment): Add origtype parameter. Change all
3928 callers. If warn_cxx_compat, check for conversion to an enum
3929 type when calling a function.
3930 (store_init_value): Add origtype parameter. Change all callers.
3931 (digest_init): Likewise.
3932 (struct init_node): Add origtype field.
3933 (add_pending_init): Add origtype parameter. Change all callers.
3934 (output_init_element): Likewise.
3935 (output_pending_init_elements): Pass origtype from init_node to
3936 output_init_element.
f28a61ab 3937 (process_init_element): Pass origtype from c_expr to
bbbbb16a
ILT
3938 output_init_element.
3939 (c_finish_return): Add origtype parameter. Change all callers.
3940 * c-common.c (sync_resolve_size): Change params to VEC *. Change
3941 caller.
3942 (sync_resolve_params): Likewise.
47f402d1 3943 (sync_resolve_return): Change params to first_param. Change caller.
bbbbb16a 3944 (resolve_overloaded_builtins): Change params to VEC *. Change
47f402d1 3945 callers. Save first parameter around call to build_function_call_vec.
bbbbb16a
ILT
3946 * c-decl.c (finish_decl): Add origtype parameter. Change all
3947 callers. Call build_function_call_vec rather than
3948 build_function_call for cleanup.
3949 * c-tree.h: Update declarations.
3950 * c-common.h: Update declarations.
3951 * stub-objc.c (objc_rewrite_function_call): Change parameter from
3952 params to first_param.
3953 * target.h (struct gcc_target): Change resolve_overloaded_builtin
3954 params parameter from tree to void *.
3955 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
3956 Change arglist parameter to have type void *, and to be a pointer
3957 to a VEC.
3958 * config/rs6000/rs6000-protos.h
3959 (altivec_resolve_overloaded_builtin): Update declaration.
3960 * config/spu/spu-c.c (spu_resolved_overloaded_builtin): Change
3961 fnargs parameter to have type void *, and to be a pointer to a
3962 VEC. Call build_function_call_vec instead of
3963 build_function_call.
47f402d1 3964 * config/spu/spu-protos.h (spu_expand_builtin): Update declaration.
bbbbb16a 3965
6ff078d4 39662009-04-20 Joey Ye <joey.ye@intel.com>
60839f5d 3967 Xuepeng Guo <xuepeng.guo@intel.com>
6ff078d4
JY
3968 H.J. Lu <hongjiu.lu@intel.com>
3969
3970 * config/i386/atom.md: Add bypasses with ix86_dep_by_shift_count.
3971
3972 * config/i386/i386.c (LEA_SEARCH_THRESHOLD): New macro.
3973 (IX86_LEA_PRIORITY): Likewise.
3974 (distance_non_agu_define): New function.
3975 (distance_agu_use): Likewise.
3976 (ix86_lea_for_add_ok): Likewise.
3977 (ix86_dep_by_shift_count): Likewise.
3978
3979 * config/i386/i386.md: Call ix86_lea_for_add_ok to decide we
3980 should split for LEA.
3981
3982 * config/i386/i386-protos.h (ix86_lea_for_add_ok): Declare new
3983 function.
3984 (ix86_dep_by_shift_count): Likewise.
3985
87a5b4cc
RG
39862009-04-20 Richard Guenther <rguenther@suse.de>
3987
3988 * expr.c (handled_component_p): Move ...
3989 * tree.h (handled_component_p): ... here.
3990 * tree.def: Re-order BIT_FIELD_REF, COMPONENT_REF,
3991 ARRAY_REF, ARRAY_RANGE_REF, VIEW_CONVERT_EXPR, IMAGPART_EXPR
3992 and REALPART_EXPR to be in one group.
3993
438c239d
RG
39942009-04-20 Richard Guenther <rguenther@suse.de>
3995
3996 * basic-block.h (get_all_dominated_blocks): Declare.
3997 * dominance.c (get_all_dominated_blocks): New function.
3998 * tree-cfg.c (get_all_dominated_blocks): Remove.
3999 (remove_edge_and_dominated_blocks): Adjust.
4000 * tree-ssa-phiprop.c (tree_ssa_phiprop_1): Fold in ...
4001 (tree_ssa_phiprop): ... here. Use get_all_dominated_blocks
4002 instead of recursing.
4003
fed5ae11
DK
40042009-04-20 Doug Kwan <dougkwan@google.com>
4005
4006 * cgraph.h (cgraph_node_ptr): New type for vector functions.
4007 (struct cgraph_node_set_def): New type.
4008 (cgraph_node_set) New type. Also declare vector functions.
4009 (struct cgraph_node_set_element_def): New type.
4010 (cgraph_node_set_element): Ditto.
4011 (cgraph_node_set_iterator): New iterator type.
4012 (cgraph_node_set_new, cgraph_node_set_find, cgraph_node_set_add,
4013 cgraph_node_set_remove, dump_cgraph_node_set,
4014 debug_cgraph_node_set): New prototypes.
4015 (csi_end_p, csi_next, csi_node, csi_start, cgraph_node_in_set_p,
4016 cgraph_node_set_size): New inlines.
4017 * tree-pass.h (struct cgraph_node_set_def): New decl to avoid
4018 including cgraph.h.
4019 (struct ipa_opt_pass): Add struct cgraph_node_set_def
4020 argument to function 'write_summary'.
4021 * ipa.c: Include ggc.h.
4022 (hash_cgraph_node_set_element,
4023 eq_cgraph_node_set_element, cgraph_node_set_new,
4024 cgraph_node_set_add, cgraph_node_set_remove,
4025 cgraph_node_set_find, dump_cgraph_node_set,
4026 debug_cgraph_node_set): New functions.
4027 * Makefile.in (ipa.o): Add dependency on GGC_H.
4028
c4551b28
IR
40292009-04-20 Ira Rosen <irar@il.ibm.com>
4030
4031 PR tree-optimization/39675
2ba9daa7 4032 * tree-vect-loop.c (vect_transform_loop): Remove currently redundant
47f402d1
UB
4033 check of the return code of vect_schedule_slp. Check that
4034 stmt_vec_info still exists for the statement, before checking its
4035 vectorization type.
c4551b28 4036
21a495fb
MM
40372009-04-20 Michael Matz <matz@suse.de>
4038
4039 * Makefile.in (generated_files): Take out $(simple_generated_c).
4040
8e208874
DK
40412009-04-19 Dave Korn <dave.korn.cygwin@gmail.com>
4042
4043 * config/i386/cygwin-stdint.h (INTPTR_TYPE): Remove "long".
4044 (UINTPTR_TYPE): Likewise.
4045
a45e580b
JM
40462009-04-19 Joseph Myers <joseph@codesourcery.com>
4047
4048 PR c/37481
4049 * c-typeck.c (digest_init): Check for initializing an array with a
4050 string literal.
4051
20845d35
JM
40522009-04-19 Joseph Myers <joseph@codesourcery.com>
4053
4054 PR c/19771
4055 * c-semantics.c (pop_stmt_list): Propagate
4056 STATEMENT_LIST_HAS_LABEL to parent statement list.
4057
28143fdd
AN
40582009-04-19 Adam Nemet <anemet@caviumnetworks.com>
4059
4060 * config/mips/mips.h (mips_tune_attr): New macro.
4061 * config/mips/mips.md (cpu): Use it.
4062
da377db9
JM
40632009-04-19 Joseph Myers <joseph@codesourcery.com>
4064
4065 PR c/38243
4066 * c-decl.c (shadow_tag_warned): Diagnose use of restrict when
4067 declaring a tag.
4068
3baf459d
DN
40692009-04-19 Diego Novillo <dnovillo@google.com>
4070
4071 * toplev.c (compile_file): Move call to coverage_finish ...
4072 * cgraphunit.c (ipa_passes): ... here.
4073 Call cgraph_process_new_functions.
4074 * ipa-utils.c (get_base_var): Handle CONSTRUCTOR.
4075 * Makefile.in (cgraphunit.o): Add dependency on COVERAGE_H.
4076
b6fa5b01
JH
40772009-04-19 Jan Hubicka <jh@suse.cz>
4078
47f402d1
UB
4079 * cgraph.c (cgraph_create_edge, cgraph_set_call_stmt): Set proper
4080 cfun.
b6fa5b01
JH
4081 (dump_cgraph_node): Dump can throw external flag.
4082 * ipa-pure-const.c (propagate): Fix propagation of nothrow flags.
4083
ca409efd
MLI
40842009-04-19 Manuel López-Ibáñez <manu@gcc.gnu.org>
4085
4086 PR c/32061
4087 PR c++/36954
4088 * doc/invoke.texi: Add -Wlogical-op to -Wextra.
4089 * common.opt (Wlogical-op): Move from here...
4090 * c.opt (Wlogical-op): ... to here.
4091 * c-typeck.c (parser_build_binary_op): Update call to
4092 warn_logical_operator.
4093 * c-opts.c (c_common_post_options): Enable warn_logical_op with
4094 extra_warnings.
4095 * c-common.c (warn_logical_op): Update.
4096 * c-common.h (warn_logical_op): Update declaration.
4097
9db4cdd3
EB
40982009-04-19 Eric Botcazou <ebotcazou@adacore.com>
4099
4100 * tree.c (protected_set_expr_location): Fix formatting.
4101
f37acdf9
JM
41022009-04-18 Joseph Myers <joseph@codesourcery.com>
4103
4104 PR c/27676
4105 * c-typeck.c (readonly_warning): new.
4106 (build_unary_op, build_modify_expr): Use readonly_warning for
4107 storing into something readonly but not const-qualified.
4108
2b4b7036
JM
41092009-04-18 Joseph Myers <joseph@codesourcery.com>
4110
4111 PR c/22367
4112 * c-typeck.c (build_unary_op): Check for taking address of
4113 expression of type void.
4114
3ce62965
JM
41152009-04-18 Joseph Myers <joseph@codesourcery.com>
4116
4117 PR c/35210
4118 * c-typeck.c (build_function_call): Check for calling a function
4119 with qualified void return types. Call require_complete_type when
4120 generating a trap.
4121
2505c5ed
JH
41222009-04-18 Jan Hubicka <jh@suse.cz>
4123
4124 * cgraph.c (cgraph_make_edge, dump_cgraph_node, cgraph_set_call_stmt):
4125 Set nothrow flag.
4126 * cgraph.h (struct function): Reduce loop_nest to 30 bits; add
4127 can_throw_external flag.
4128 * ipa-reference.c (ipa_utils_reduced_inorder): Update call.
4129 * ipa-pure-const.c (ignore_edge): New function.
4130 (propagate): Compute order for NOTHROW computation; set NOTHROWs
4131 only over can_throw_external edges.
4132 (local_pure_const): Add nothrow flag.
4133 * ipa-utils.c (searchc): Add ignore_edge callback.
4134 (ipa_utils_reduced_inorder): Add ignore_edge callback.
4135 * ipa-utils.h (ipa_utils_reduced_inorder): Update prototype.
4136 (set_nothrow_function_flags): Update cgraph.
4137 * tree-cfg.c (verify_stmt): Relax nothrow checking when in IPA mode.
4138
2586ba4b
RG
41392009-04-18 Richard Guenther <rguenther@suse.de>
4140
4141 PR middle-end/39804
4142 * tree-ssa-ccp.c (fold_stmt_1): New function factored from ...
4143 (fold_stmt): ... this and ...
4144 (fold_stmt_inplace): ... this.
4145 (fold_stmt_1): Fold references in calls and asms.
4146 * tree-cfg.c (remove_useless_stmts_cond): Use fold_stmt.
4147
1eefab17
KH
41482009-04-18 Kazu Hirata <kazu@codesourcery.com>
4149
4150 * tree-vrp.c (ssa_name_nonzero_p): Remove.
4151 * tree.h: Remove the prototype for ssa_name_nonzero_p.
4152
aa424b01
KH
41532009-04-18 Kazu Hirata <kazu@codesourcery.com>
4154
4155 * tree.c (function_args_count): Remove.
4156 * tree.h: Remove the prototype for function_args_count.
4157
613a896b
KH
41582009-04-18 Kazu Hirata <kazu@codesourcery.com>
4159
4160 * tree-iterator.c (expr_only): Remove.
4161 * tree.h: Remove the prototype for expr_only.
4162
579e694c
KH
41632009-04-18 Kazu Hirata <kazu@codesourcery.com>
4164
4165 * reginfo.c (cannot_change_mode_set_regs): Remove.
4166 * rtl.h: Remove the prototype for cannot_change_mode_set_regs.
4167
ee7e3ad3
AS
41682009-04-08 Anatoly Sokolov <aesok@post.ru>
4169
4170 * config/avr/avr.md (*rotlsi3_8, *rotlsi3_16, *rotlsi3_24 ): Check
4171 whether operands 0 and 1 overlaps.
4172
92ef7fb1
MLI
41732009-04-18 Manuel López-Ibáñez <manu@gcc.gnu.org>
4174
4175 PR middle-end/36902
4176 * tree-vrp.c (check_array_ref): Pass a location_t instead of a
4177 pointer. Use warning_at instead of warning.
4178 (search_for_addr_array): Likewise.
4179 (check_array_bounds): Likewise.
4180 (check_all_array_refs): Check that the incoming edge is not in the
4181 list of edges to be removed.
4182 (check_all_array_refs): Avoid the temporal pointer.
4183 (vrp_visit_cond_stmt): Fix typo.
4184 (simplify_switch_using_ranges): Handle the case where the switch
4185 index is an integer constant.
4186
0e097268
AN
41872009-04-18 Adam Nemet <anemet@caviumnetworks.com>
4188
4189 * config/mips/mips.c (mips_final_postscan_insn): Make it static.
4190
c782f1dd
KH
41912009-04-18 Kazu Hirata <kazu@codesourcery.com>
4192
4193 * doc/extend.texi, doc/invoke.texi: Fix typos.
4194
668fb0e8
CC
41952009-04-17 Cary Coutant <ccoutant@google.com>
4196
4197 * tree-flow-inline.h (get_lineno): Fix inverted test.
4198
4d4014c1
DN
41992009-04-17 Diego Novillo <dnovillo@google.com>
4200
4201 * tree-ssa-pre.c (create_expression_by_pieces): Remove
4202 assertion for AVAIL_OUT.
4203
2984e1b6
MF
42042009-04-17 Mike Frysinger <vapier@gentoo.org>
4205
4206 PR target/38627
4207 * config/sh/lib1funcs.asm [__ELF__ && __linux__]: Add .note.GNU-stack.
4208 * config/sh/linux-atomic.asm: Likewise.
4209
9994a182
DN
42102009-04-17 Diego Novillo <dnovillo@google.com>
4211
4212 * except.c (debug_eh_tree): New.
4213 (struct eh_region, struct eh_status): Move ...
4214 * except.h: ... here.
4215 (add_type_for_runtime): Declare extern.
4216 (lookup_type_for_runtime): Likewise.
4217 (debug_eh_tree): Declare.
4218 * Makefile.in (GTFILES): List except.h before except.c
4219
07485407
DN
42202009-04-17 Diego Novillo <dnovillo@google.com>
4221
47f402d1 4222 * omp-low.c (create_omp_child_function): Set DECL_CONTEXT for DECL.
07485407
DN
4223 * cgraphunit.c (cgraph_build_static_cdtor): Likewise.
4224 * tree-dfa.c (find_referenced_vars_in): Factor out of ...
4225 (find_vars_r): ... here.
4226 * tree-flow.h (find_referenced_vars_in): Declare.
4227 * tree-ssa-pre.c (create_expression_by_pieces): Assert
4228 that AVAIL_OUT exists for BLOCK.
4229 * Makefile.in (CGRAPH_H): Add dependency on cif-code.def
4230 (tree-loop-distribution.o): Fix dependency on TREE_VECTORIZER_H.
4231 (tree-parloops.o): Likewise.
4232
4e53d196
SB
42332009-04-17 Simon Baldwin <simonb@google.com>
4234
4235 * toplev.c (default_tree_printer): Add handling for %E format.
4236
413d3aa8
DN
42372009-04-17 Diego Novillo <dnovillo@google.com>
4238
47f402d1
UB
4239 * tree-pretty-print.c (dump_generic_node): Add break after
4240 TREE_BINFO handler. Handle COMPLEX_TYPE, REAL_TYPE and
4241 FIXED_POINT_TYPE. Handle NULL TREE_TYPEs. Handle METHOD_TYPE and
4242 FUNCTION_TYPE together. Call print_struct_decl when printing
4243 structures and TDF_SLIM is not given.
413d3aa8
DN
4244 (print_struct_decl): Fix logic for detecting recursion.
4245
5a691e98
RAE
42462009-04-17 Rafael Avila de Espindola <espindola@google.com>
4247
4248 PR 31567
4249 * gcc.c (create_at_file): New.
4250 (compile_input_file_p): New.
4251 (do_spec_1): Use @args files for %i. Use create_at_file for %o.
4252 * main.c (main): Update call to toplev_main.
4253 * toplev.c (toplev_main): Change signature. Call expandargv.
4254 * toplev.h (toplev_main): Change signature.
4255
9eacf7a6
EB
42562009-04-17 Eric Botcazou <ebotcazou@adacore.com>
4257
4258 * dwarf2out.c (field_byte_offset): Use the type size as the field size
4259 if the latter is not constant.
4260
58298177
DE
42612009-04-17 David Edelsohn <edelsohn@gnu.org>
4262
4263 * dbxout.c (xcoff_debug_hooks): Add set_name_debug_nothing.
4264
5b4c43d7
EB
42652009-04-17 Eric Botcazou <ebotcazou@adacore.com>
4266
4267 * dbxout.c (dbxout_block): Reinstate test on TREE_USED.
4268 * tree-ssa-live.c (remove_unused_scope_block_p): Update TREE_USED bit.
4269
b51605c4
RG
42702009-04-17 Richard Guenther <rguenther@suse.de>
4271
4272 * tree-ssa-structalias.c (get_constraint_for_component_ref):
4273 Handle component references view-converting an invariant address.
4274
9e3be889
AN
42752009-04-17 Adam Nemet <anemet@caviumnetworks.com>
4276
4277 * doc/tm.texi (TARGET_DEFAULT_TARGET_FLAGS,
4278 TARGET_MIN_ANCHOR_OFFSET, TARGET_MAX_ANCHOR_OFFSET,
4279 TARGET_HAVE_SRODATA_SECTION, TARGET_HAVE_TLS,
4280 TARGET_UNWIND_TABLES_DEFAULT, TARGET_TERMINATE_DW2_EH_FRAME_INFO):
4281 Use @deftypevr rather than @deftypevar.
4282
7c3e9dc3
RG
42832009-04-17 Richard Guenther <rguenther@suse.de>
4284
47f402d1 4285 * tree-ssa-forwprop.c (get_prop_dest_stmt): Clean up tuplification.
7c3e9dc3
RG
4286 (get_prop_source_stmt): Likewise.
4287 (can_propagate_from): Likewise.
4288
aca600aa
AS
42892009-04-17 Andrew Stubbs <ams@codesourcery.com>
4290
4291 * configure.ac: Add new AC_SUBST for TM_ENDIAN_CONFIG,
4292 TM_MULTILIB_CONFIG and TM_MULTILIB_EXCEPTIONS_CONFIG.
4293 (--with-multilib-list): Add default value.
4294 * configure: Regenerate.
4295 * Makefile.in (TM_ENDIAN_CONFIG): Define.
4296 (TM_MULTILIB_CONFIG, TM_MULTILIB_EXCEPTIONS_CONFIG): Define.
4297 * config.gcc (sh-*-*): Switch to using TM_ENDIAN_CONFIG,
4298 TM_MULTILIB_CONFIG, and TM_MULTILIB_EXCEPTIONS_CONFIG.
4299 Don't add default cpu to multilib list unnecessarily, but do enable
4300 the relevant compiler option..
4301 Add support for --with-multilib-list=<blank> and
4302 --with-multilib-list=!<somelib> to supress unwanted multilibs.
4303 * config/sh/t-sh (DEFAULT_ENDIAN, OTHER_ENDIAN): New variables.
4304 (MULTILIB_ENDIAN, MULTILIB_CPUS): Delete variables.
4305 (MULTILIB_OPTIONS): Redefine using OTHER_ENDIAN and
4306 TM_MULTILIB_CONFIG.
4307 (MULTILIB_EXCEPTIONS): Add TM_MULTILIB_EXCEPTIONS_CONFIG.
4308 (MULTILIB_OSDIRNAMES): New variable.
4309 * config/sh/t-1e: Delete file.
4310 * config/sh/t-mlib-sh1: Delete file.
4311 * config/sh/t-mlib-sh2: Delete file.
4312 * config/sh/t-mlib-sh2a: Delete file.
4313 * config/sh/t-mlib-sh2a-nofpu: Delete file.
4314 * config/sh/t-mlib-sh2a-single: Delete file.
4315 * config/sh/t-mlib-sh2a-single-only: Delete file.
4316 * config/sh/t-mlib-sh2e: Delete file.
4317 * config/sh/t-mlib-sh3e: Delete file.
4318 * config/sh/t-mlib-sh4: Delete file.
4319 * config/sh/t-mlib-sh4-nofpu: Delete file.
4320 * config/sh/t-mlib-sh4-single: Delete file.
4321 * config/sh/t-mlib-sh4-single-only: Delete file.
4322 * config/sh/t-mlib-sh4a: Delete file.
4323 * config/sh/t-mlib-sh4a-nofpu: Delete file.
4324 * config/sh/t-mlib-sh4a-single: Delete file.
4325 * config/sh/t-mlib-sh4a-single-only: Delete file.
4326 * config/sh/t-mlib-sh4al: Delete file.
4327 * config/sh/t-mlib-sh5-32media: Delete file.
4328 * config/sh/t-mlib-sh5-32media-nofpu: Delete file.
4329 * config/sh/t-mlib-sh5-64media: Delete file.
4330 * config/sh/t-mlib-sh5-64media-nofpu: Delete file.
4331 * config/sh/t-mlib-sh5-compact: Delete file.
4332 * config/sh/t-mlib-sh5-compact-nofpu: Delete file.
4333 * config/sh/t-linux: Don't override MULTILIB_EXCEPTIONS.
4334 * doc/install.texi (Options specification): Add
4335 --with-multilib-list and --with-endian.
4336
cf8aba7f
RAE
43372009-04-17 Rafael Avila de Espindola <espindola@google.com>
4338
4339 * Makefile.in (REVISION_s): Always include quotes. Change ifdef to use
4340 REVISION_c.
4341 (OBJS-common): Add plugin-version.o.
4342 (plugin-version.o): New.
4343 * gcc-plugin.h (plugin_gcc_version): New.
4344 (plugin_default_version_check): New.
4345 (plugin_init_func, plugin_init): Add version argument.
4346 * plugin-version.c: New.
4347 * plugin.c (str_plugin_gcc_version_name): New.
4348 (try_init_one_plugin): Read plugin_gcc_version from the plugin and
4349 pass it to the init function.
4350 (plugin_default_version_check): New.
4351
61e20b90
RG
43522009-04-17 Richard Guenther <rguenther@suse.de>
4353
4354 * tree-ssa-alias.c (refs_may_alias_p_1): Do not use TBAA
4355 for decl-vs-decl disambiguation.
4356
90c6fd8a
AK
43572009-04-17 Andreas Krebbel <krebbel1@de.ibm.com>
4358
4359 * config/s390/s390.h (s390_tune_attr): New macro definition.
4360 * config/s390/s390.md (cpu attribute): Map to s390_tune_attr.
4361
9fe9fe04
RG
43622009-04-17 Richard Guenther <rguenther@suse.de>
4363
4364 * tree-ssa-ccp.c (struct fold_stmt_r_data): Remove.
4365 (fold_stmt_r): Likewise.
4366 (maybe_fold_reference): New function.
4367 (fold_gimple_assign): Handle cases fold_stmt_r did.
4368 (fold_stmt): Do not use fold_stmt_r.
4369 (fold_stmt_inplace): Likewise.
4370
7e673273
RG
43712009-04-17 Richard Guenther <rguenther@suse.de>
4372
4373 * tree-ssa-dom.c (gimple_assign_unary_useless_conversion_p): Remove.
4374 (record_equivalences_from_stmt): Remove useless checks and
4375 simplifications.
4376 * tree-ssa-pre.c (eliminate): Avoid converting a constant if
4377 the type is already suitable.
4378
fabf2749
PB
43792009-04-17 Paolo Bonzini <bonzini@gnu.org>
4380
4381 * config/sh/sh.h (FUNCTION_VALUE): Fix call to sh_promote_prototypes.
4382
68f7b061
UB
43832009-04-17 Uros Bizjak <ubizjak@gmail.com>
4384
4385 * config/arm/sfp-machine.h (__gcc_CMPtype): New typedef.
4386 (CMPtype): Define as __gcc_CMPtype.
4387
532bfb0a
AJ
43882009-04-17 Aurelien Jarno <aurelien@aurel32.net>
4389
4390 * config.gcc: Add soft-fp/t-softfp and i386/t-linux to tmake_file
4391 for i[34567]86-*-kfreebsd*-gnu*, x86_64-*-kfreebsd*-gnu*.
4392
e3ac77ff
RG
43932009-04-17 Richard Guenther <rguenther@suse.de>
4394
4395 PR tree-optimization/39746
4396 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Remove
4397 special-casing for builtins and static variable use/def.
4398 (call_may_clobber_ref_p_1): Likewise.
4399
7072a650
ILT
44002009-04-16 Ian Lance Taylor <iant@google.com>
4401
4402 * df.h: Include "timevar.h".
4403 (struct df_problem): Change tv_id field to timevar_id_t.
4404 * tree-pass.h: Include "timevar.h".
4405 (struct opt_pass): Change tv_id field to timevar_id_t.
4406 * timevar.h (timevar_id_t): Define TV_NONE.
4407 * passes.c (execute_one_ipa_transform_pass): Check for tv_id !=
4408 TV_NONE rather than tv_id != 0.
4409 (execute_one_pass): Likewise.
4410 * Makefile.in (DF_H): Add $(TIMEVAR_H).
4411 (TREE_PASS_H): Define. Change all instances of tree-pass.h in
4412 dependencies to $(TREE_PASS_H).
4413 * bt-load.c (pass_branch_target_load_optimize1): Set tv_id field
4414 to TV_NONE.
4415 (pass_branch_target_load_optimize2): Likewise.
4416 * cfglayout.c (pass_into_cfg_layout_mode): Likewise.
4417 (pass_outof_cfg_layout_mode): Likewise.
4418 * cgraphbuild.c (pass_remove_cgraph_callee_edges): Likewise.
4419 (pass_rebuild_cgraph_edges): Likewise.
4420 (pass_remove_cgraph_callee_edges): Likewise.
4421 * df-core.c (pass_df_initialize_opt): Likewise.
4422 (pass_df_initialize_no_opt): Likewise.
4423 (pass_df_finish): Likewise.
4424 * emit-rtl.c (pass_unshare_all_rtl): Likewise.
4425 * except.c (pass_set_nothrow_function_flags): Likewise.
4426 (pass_convert_to_eh_region_ranges): Likewise.
4427 * final.c (pass_compute_alignments): Likewise.
4428 * function.c (pass_instantiate_virtual_regs): Likewise.
4429 (pass_init_function): Likewise.
4430 (pass_leaf_regs): Likewise.
4431 (pass_match_asm_constraints): Likewise.
4432 * gimple-low.c (pass_lower_cf): Likewise.
4433 (pass_mark_used_blocks): Likewise.
4434 * init-regs.c (pass_initialize_regs): Likewise.
4435 * integrate.c (pass_initial_value_sets): Likewise.
4436 * ira.c (pass_ira): Likewise.
4437 * jump.c (pass_cleanup_barriers): Likewise.
4438 * omp-low.c (pass_expand_omp): Likewise.
4439 (pass_lower_omp): Likewise.
4440 * matrix-reorg.c (pass_ipa_matrix_reorg): Likewise.
4441 * recog.c (pass_split_all_insns): Likewise.
4442 (pass_split_after_reload): Likewise.
4443 (pass_split_before_regstack): Likewise.
4444 (pass_split_before_sched2): Likewise.
4445 (pass_split_for_shorten_branches): Likewise.
4446 * reginfo.c (pass_reginfo_init): Likewise.
4447 (pass_subregs_of_mode_init): Likewise.
4448 (pass_subregs_of_mode_finish): Likewise.
4449 * passes.c (pass_postreload): Likewise.
4450 * stack-ptr-mod.c (pass_stack_ptr_mod): Likewise.
4451 * tree-cfg.c (pass_remove_useless_stmts): Likewise.
4452 (pass_warn_function_return): Likewise.
4453 (pass_warn_function_noreturn): Likewise.
4454 * tree-complex.c (pass_lower_complex): Likewise.
4455 (pass_lower_complex_O0): Likewise.
4456 * tree-if-conv.c (pass_if_conversion): Likewise.
4457 * tree-into-ssa.c (pass_build_ssa): Likewise.
4458 * tree-mudflap.c (pass_mudflap_1): Likewise.
4459 (pass_mudflap_2): Likewise.
4460 * tree-nomudflap.c (pass_mudflap_1): Likewise.
4461 (pass_mudflap_2): Likewise.
4462 * tree-nrv.c (pass_return_slot): Likewise.
4463 * tree-object-size.c (pass_object_sizes): Likewise.
4464 * tree-optimize.c (pass_all_optimizations): Likewise.
4465 (pass_early_local_passes): Likewise.
4466 (pass_all_early_optimizations): Likewise.
4467 (pass_cleanup_cfg): Likewise.
4468 (pass_cleanup_cfg_post_optimizing): Likewise.
4469 (pass_free_datastructures): Likewise.
4470 (pass_free_cfg_annotations): Likewise.
4471 (pass_fixup_cfg): Likewise.
4472 (pass_init_datastructures): Likewise.
4473 * tree-ssa.c (pass_early_warn_uninitialized): Likewise.
4474 (pass_late_warn_uninitialized): Likewise.
4475 (pass_update_address_taken): Likewise.
4476 * tree-ssa-ccp.c (pass_fold_builtins): Likewise.
4477 * tree-ssa-math-opts.c (pass_cse_reciprocals): Likewise.
4478 (pass_cse_sincos): Likewise.
4479 (pass_convert_to_rsqrt): Likewise.
4480 * tree-ssa-structalias.c (pass_build_alias): Likewise.
4481 * tree-stdarg.c (pass_stdarg): Likewise.
4482 * tree-tailcall.c (pass_tail_recursion): Likewise.
4483 (pass_tail_calls): Likewise.
4484 * tree-vect-generic.c (pass_lower_vector): Likewise.
4485 (pass_lower_vector_ssa): Likewise.
4486 * tree-vectorizer.c (pass_ipa_increase_alignment): Likewise.
4487
0051ef59
JM
44882009-04-16 Joseph Myers <joseph@codesourcery.com>
4489
4490 * config/mips/mips.c (mips_rtx_cost_data): Use SOFT_FP_COSTS in
4491 XLR entry.
4492 * config/mips/mips.h (MIPS_ISA_LEVEL_SPEC, MIPS_ARCH_FLOAT_SPEC):
4493 Handle -march=xlr.
4494 * config/mips/xlr.md (ir_xlr_alu): Also accept insn types move,
4495 logical and signext.
4496
b3f8558a
KK
44972009-04-16 Kaz Kojima <kkojima@gcc.gnu.org>
4498
4499 PR target/39767
4500 * config/sh/predicates.md (arith_operand): Check if the operand
4501 of TRUNCATE is a REG.
4502
f57597d9
KH
45032009-04-16 Kazu Hirata <kazu@codesourcery.com>
4504
4505 * cfgrtl.c (delete_insn_chain_and_edges): Remove.
4506 * rtl.h: Remove the prototype for delete_insn_chain_and_edges.
4507
b172d063
KH
45082009-04-16 Kazu Hirata <kazu@codesourcery.com>
4509
4510 * tree-iterator.c (tsi_split_statement_list_after,
4511 tsi_split_statement_list_before): Remove.
4512 * tree-iterator.h: Remove the prototypes for
532bfb0a 4513 tsi_split_statement_list_after and tsi_split_statement_list_before.
b172d063 4514
78fe4f1f
KH
45152009-04-16 Kazu Hirata <kazu@codesourcery.com>
4516
4517 * tree-ssa-propagate.c (stmt_makes_single_load): Remove.
4518 * tree-ssa-propagate.h: Remove the prototype for
4519 stmt_makes_single_load.
4520
43dd3201
KH
45212009-04-16 Kazu Hirata <kazu@codesourcery.com>
4522
4523 * emit-rtl.c (set_mem_attrs_from_reg): Remove.
4524 * rtl.h: Remove the prototype for set_mem_attrs_from_reg.
4525
4252a4aa
KH
45262009-04-16 Kazu Hirata <kazu@codesourcery.com>
4527
4528 * tree-iterator.c (EXPR_LAST_BODY): Remove.
4529
bfb69968
KH
45302009-04-16 Kazu Hirata <kazu@codesourcery.com>
4531
4532 * except.c (eh_region_outer_p): Remove.
4533 * except.h: Remove the prototype for eh_region_outer_p.
4534
c7db7fa5
KH
45352009-04-16 Kazu Hirata <kazu@codesourcery.com>
4536
4537 * function.c (current_function_assembler_name): Remove.
4538 * function.h: Remove the prototype for
4539 current_function_assembler_name.
4540
efc0b2bd
ILT
45412009-04-16 Ian Lance Taylor <iant@google.com>
4542
532bfb0a 4543 * rtlanal.c (alloc_reg_note): New function, broken out of add_reg_note.
efc0b2bd
ILT
4544 (add_reg_note): Call alloc_reg_note.
4545 * rtl.h (alloc_reg_note): Declare.
4546 * combine.c (try_combine): Use alloc_reg_note.
4547 (recog_for_combine, move_deaths): Likewise.
4548 (distribute_notes): Use alloc_reg_note and add_reg_note.
4549 * haifa-sched.c (sched_create_recovery_edges): Use add_reg_note.
4550 * combine-stack-adj.c (adjust_frame_related_expr): Likewise.
4551 * reload1.c (eliminate_regs_1): Use alloc_reg_note.
4552
6080348f
VM
45532009-04-16 Vladimir Makarov <vmakarov@redhat.com>
4554
4555 PR rtl-optimization/39762
4556 * ira-int.h (ira_register_move_cost, ira_may_move_in_cost,
4557 ira_may_move_out_cost): Add comments about way of their usage.
532bfb0a 4558 (ira_get_register_move_cost, ira_get_may_move_cost): New functions.
2ba9daa7 4559
6080348f
VM
4560 * ira-conflicts.c (process_regs_for_copy): Use function
4561 ira_get_register_move_cost instead of global
4562 ira_register_move_cost.
4563
4564 * ira-color.c (update_copy_costs, calculate_allocno_spill_cost,
4565 color_pass, move_spill_restore, update_curr_costs): Ditto.
4566
4567 * ira-lives.c (process_single_reg_class_operands): Ditto.
4568
4569 * ira-emit.c (emit_move_list): Ditto.
4570
4571 * ira-costs.c (copy_cost): Don't call ira_init_register_move_cost.
4572 (record_reg_classes): Ditto. Use functions
4573 ira_get_register_move_cost and ira_get_may_move_cost instead of
4574 global vars ira_register_move_cost, ira_may_move_out_cost and
4575 ira_may_move_in_cost.
4576 (record_address_regs): Don't call ira_init_register_move_cost.
4577 Use function ira_get_may_move_cost instead of global
4578 ira_may_move_in_cost.
4579 (process_bb_node_for_hard_reg_moves): Use function
532bfb0a 4580 ira_get_register_move_cost instead of global ira_register_move_cost.
6080348f 4581 (ira_costs): Don't call ira_init_register_move_cost.
2ba9daa7 4582
646bea10
RG
45832009-04-16 Richard Guenther <rguenther@suse.de>
4584
4585 * tree-cfg.c (verify_gimple_assign_binary):
4586 Allow POINTER_PLUS_EXPR-like PLUS_EXPR for vectors.
4587 * ipa-struct-reorg.c (gen_size): Fold the built expressions.
4588 (create_general_new_stmt): Note that this function is broken.
4589
02e819ff
RAE
45902009-04-16 Rafael Avila de Espindola <espindola@google.com>
4591
4592 * common.opt (fhelp): Add Var(help_flag).
4593 * gcc-plugin.h (plugin_info): Add help.
4594 * plugin.c (plugin_name_args): Add help.
4595 (register_plugin_info): Set plugin->help.
4596 (print_help_one_plugin): New.
4597 (print_plugins_help): New.
4598 * plugin.h (print_plugins_help): New.
4599 * toplev.c (toplev_main): Call print_plugins_help if needed.
4600
ccacdf06
RG
46012009-04-16 Richard Guenther <rguenther@suse.de>
4602
4603 * gimple.c (gimple_copy): Do not clear addresses_taken bitmap.
4604 (gimple_ior_addresses_taken_1): New function.
4605 (gimple_ior_addresses_taken): Likewise.
4606 * gimple.h (struct gimple_statement_with_ops_base): Remove
4607 addresses_taken member.
4608 (gimple_ior_addresses_taken): Declare.
4609 (gimple_addresses_taken, gimple_addresses_taken_ptr,
4610 gimple_set_addresses_taken): Remove.
4611 * ipa-reference.c (mark_address): New function.
4612 (scan_stmt_for_static_refs): Use it for marking addresses taken.
4613 * tree-ssa-operands.c (add_to_addressable_set): Rename to ...
4614 (mark_address_taken): ... this. Just set TREE_ADDRESSABLE.
4615 (gimple_add_to_addresses_taken): Remove.
4616 (get_tmr_operands): Call mark_address_taken.
4617 (get_asm_expr_operands): Likewise.
4618 (get_expr_operands): Likewise.
4619 (build_ssa_operands): Do not clear the addresses_taken bitmap.
4620 (free_stmt_operands): Do not free it.
4621 * tree-ssa.c (delete_tree_ssa): Likewise.
4622 (execute_update_addresses_taken): Use gimple_ior_addresses_taken.
4623
346ef3fa
RG
46242009-04-16 Richard Guenther <rguenther@suse.de>
4625
4626 * gimple.h (walk_stmt_load_store_addr_ops): Declare.
4627 (walk_stmt_load_store_ops): Likewise.
4628 * gimple.c (get_base_loadstore): New function.
4629 (walk_stmt_load_store_addr_ops): Likewise.
4630 (walk_stmt_load_store_ops): Likewise.
4631 * ipa-pure-const.c (check_op): Simplify.
4632 (check_load, check_store): New functions.
4633 (check_stmt): Use walk_stmt_load_store_ops.
4634 * ipa-reference.c (mark_load): Adjust signature.
4635 (mark_store): Likewise.
4636 (scan_stmt_for_static_refs): Use walk_stmt_load_store_addr_ops.
4637
44e9f006
RAE
46382009-04-16 Rafael Avila de Espindola <espindola@google.com>
4639
4640 * gcc-plugin.h (plugin_event): Add PLUGIN_INFO.
4641 (plugin_info): New.
4642 * opts.c (common_handle_option): Don't call print_version.
4643 * plugin.c (plugin_name_args): Add version.
4644 (register_plugin_info): New.
4645 (register_callback): Handle PLUGIN_INFO.
4646 (try_init_one_plugin): New.
4647 (init_one_plugin): Use try_init_one_plugin. Only free plugin_name_args
4648 if failed to init.
4649 (finalize_one_plugin): New.
4650 (finalize_plugins): New.
4651 (print_one_plugin): New.
4652 (print_plugins_versions): New.
4653 * plugin.h (print_plugins_versions): New.
4654 (finalize_plugins): New.
4655 * toplev.c (compile_file): Don't call initialize_plugins.
4656 (print_version): Call print_plugins_versions.
4657 (toplev_main): Call initialize_plugins. Print version if needed.
4658 Call finalize_plugins.
4659
41fd0f9b
RAE
46602009-04-16 Rafael Avila de Espindola <espindola@google.com>
4661
4662 * common.opt (fversion): New.
4663 * gcc.c (print_version): New.
4664 (process_command): Don't print the version. Just set print_version.
4665 (main): Print version. Call subprocesses if print_version and
4666 verbose_flag are set.
4667 * opts.c (common_handle_option): Handle OPT_fversion.
4668
550918ca 46692009-04-16 Richard Guenther <rguenther@suse.de>
532bfb0a 4670 Ira Rosen <irar@il.ibm.com>
550918ca
RG
4671
4672 PR tree-optimization/39698
4673 * tree-vect-loop.c (get_initial_def_for_reduction): Use the
4674 type of the reduction variable. Only generate the def if
4675 it is needed.
4676
4677 * omp-low.c (expand_omp_for_generic): When converting to a pointer
4678 make sure to first convert to an integer of the same precision.
4679 * tree-vect-loop-manip.c (vect_update_ivs_after_vectorizer): Retain
4680 the type of the evolution correctly in computing the new
4681 induction variable base.
4682
54634841
RG
46832009-04-16 Richard Guenther <rguenther@suse.de>
4684
4685 PR middle-end/39625
4686 * tree-cfg.c (make_blocks): Split statements with to-be
4687 abnormal SSA names on the lhs.
4688
b6fc2cdb
PB
46892009-04-16 Paolo Bonzini <bonzini@gnu.org>
4690
4691 * c-common.c (vector_targets_convertible_p, vector_types_convertible_p):
4692 Use TYPE_VECTOR_OPAQUE instead of targetm.vector_opaque_p.
4693 * c-typeck.c (really_start_incremental_init): Likewise.
4694 * target-def.h (TARGET_VECTOR_OPAQUE_P): Remove.
4695 (TARGET_INITIALIZER): Remove it.
4696 * target.h (struct target): Remove vector_opaque_p.
4697 * tree.c (build_opaque_vector_type): New.
4698 * tree.h (TYPE_VECTOR_OPAQUE): New.
4699 (build_opaque_vector_type): Declare.
4700 * doc/tm.texi (TARGET_VECTOR_OPAQUE_P): Remove.
4701 * config/rs6000/rs6000.c (build_opaque_vector_type,
4702 rs6000_is_vector_type, TARGET_VECTOR_OPAQUE_P): Remove.
4703 (rs6000_init_builtins): Use build_opaque_vector_type for
4704 opaque_V4SI_type_node.
4705
a417cdd9
CM
47062009-04-15 Catherine Moore <clm@codesourcery.com>
4707
532bfb0a
AJ
4708 * debug.h (set_name): Declare.
4709 * dwarf2out.c (dwarf2out_set_name): Declare.
4710 (dwarf2_debug_hooks): Add set_name.
4711 (find_AT_string): New.
4712 (add_AT_string): Call find_AT_string.
4713 (dwarf2out_set_name): New.
4714 * cp/decl.c (grokdeclarator): Call set_name.
4715 * vmsdbgout.c (vmsdbg_debug_hooks): Add set_name_debug_nothing.
4716 * debug.c (do_nothing_debug_hooks): Likewise.
4717 * dbxout.c (dbx_debug_hooks): Likewise.
4718 * sdbout.c (sdb_debug_hooks): Likewise.
a417cdd9 4719
60839f5d 47202009-04-15 Michael Eager <eager@eagercon.com>
2c5cac98 4721
532bfb0a
AJ
4722 * config/rs6000/rs6000.c (rs6000_function_value): Set function return
4723 reg for single-precision FPU.
4724 * config/rs6000/rs6000.md (movsi_internal1): Only for
4725 !TARGET_SINGLE_FPU.
4726 (movsi_internal1_single): New. Add pattern to move SI values to/from
2c5cac98
ME
4727 single-precision FP regs.
4728
ada39f0b
RG
47292009-04-15 Richard Guenther <rguenther@suse.de>
4730
4731 * omp-low.c (lower_rec_input_clauses): Build correct address
4732 expressions.
4733 (expand_omp_for_generic): Fix multiplication type.
532bfb0a 4734 * tree-loop-distribution.c (build_size_arg): Build a size_t argument.
ada39f0b
RG
4735 (generate_memset_zero): Fix types.
4736 * tree-profile.c (prepare_instrumented_value): Correctly
4737 widen a pointer.
4738
6866c6e8
ILT
47392009-04-15 Ian Lance Taylor <iant@google.com>
4740
4741 * c.opt (Wenum-compare): Enable for C and Objc. Initialize to -1.
4742 * c-opts.c (c_common_handle_option): For C, set warn_enum_compare
4743 for -Wall and for -Wc++-compat.
4744 (c_common_post_options): For C++, set warn_enum_compare if not
4745 already set.
4746 * c-tree.h (struct c_expr): Add field original_type.
4747 (build_external_ref): Update declaration.
4748 * c-parser.c (c_parser_braced_init): Set original_type.
4749 (c_parser_initelt): Likewise.
4750 (c_parser_expr_no_commas): Likewise.
4751 (c_parser_conditional_expression): Likewise.
4752 (c_parser_cast_expression): Likewise.
4753 (c_parser_unary_expression): Likewise. Pull setting of
4754 original_code to top of function.
4755 (c_parser_sizeof_expression): Set original_type.
4756 (c_parser_alignof_expression): Likewise.
4757 (c_parser_postfix_expression): Likewise. Pull setting of
4758 original_code to top of function.
532bfb0a 4759 (c_parser_postfix_expression_after_paren_type): Set original_type.
6866c6e8
ILT
4760 (c_parser_postfix_expression_after_primary): Likewise.
4761 (c_parser_expression): Likewise.
4762 * c-typeck.c (build_external_ref): Add type parameter. Change all
4763 callers.
4764 (c_expr_sizeof_expr): Set original_type field.
4765 (parser_build_unary_op): Likewise.
4766 (parser_build_binary_op): Likewise. Optionally warn about
4767 comparisons of enums of different types.
4768 (digest_init): Set original_type field.
4769 (really_start_incremental_init): Likewise.
4770 (push_init_level, pop_init_level): Likewise.
4771 * doc/invoke.texi (Warning Options): -Wenum-compare now
4772 supported in C.
4773
f116fecf
RG
47742009-04-15 Richard Guenther <rguenther@suse.de>
4775
4776 * tree-ssa-pre.c (eliminate): When replacing a PHI node carry
4777 out a necessary conversion.
4778 * tree-ssa-sccvn.c (run_scc_vn): Also assign value-ids to
4779 names we didn't value number.
4780 * tree-mudflap.c (mf_build_check_statement_for): Use correct types.
4781
25e20805
RG
47822009-04-15 Richard Guenther <rguenther@suse.de>
4783
4784 PR tree-optimization/39764
4785 * tree-ssa-ccp.c (get_value): Canonicalize value with
4786 canonicalize_float_value.
4787
90cc3676
JH
47882009-04-15 Jan Hubicka <jh@suse.cz>
4789
4790 * builtins.def (va_start, va_end, va_copy): Fix my previous commit.
4791 Wrong version of patch.
4792
6d14c006
JH
47932009-04-15 Jan Hubicka <jh@suse.cz>
4794
4795 * builtins.def (va_start, va_end, va_copy): Mark nothrow.
4796
5afaa917
NS
47972009-04-15 Nathan Sidwell <nathan@codesourcery.com>
4798
4799 * config/rs6000/rs6000.c (rs6000_init_builtins): Set TYPE_NAME of
4800 our distinct integral and vector types.
4801
3b482fca
RAE
48022009-04-15 Rafael Avila de Espindola <espindola@google.com>
4803
4804 * class.c (build_vtbl_ref_1): Remove call to assemble_external.
4805 * init.c (build_vtbl_address): Remove call to assemble_external.
4806
6cd1d2e2
DJ
48072009-04-14 Daniel Jacobowitz <dan@codesourcery.com>
4808
4809 * config/rs6000/rs6000.c (rs6000_dwarf_register_span): Fix debug
4810 output for other floating point modes.
4811
dab71827
DN
48122009-04-14 Diego Novillo <dnovillo@google.com>
4813
4814 * diagnostic.c (diagnostic_report_diagnostic): Do not
4815 warn about loaded plugins for DK_ERROR and DK_WARNING.
4816 * c-decl.c (declspecs_add_type): Move call to
4817 invoke_plugin_callbacks ...
4818 * c-parser.c (c_parser_declspecs): ... here.
4819 * plugin.c (dump_active_plugins): Tidy output.
4820
68a607d8
DN
48212009-04-14 Diego Novillo <dnovillo@google.com>
4822 Le-Chun Wu <lcwu@google.com>
4823
4824 * configure.ac: Add --enable-plugin support.
4825 Define ENABLE_PLUGIN and PLUGINLIBS when specified.
4826 * Makefile.in (PLUGIN_H): Define.
4827 Export ENABLE_PLUGIN and GMPINC to site.exp.
4828 Add PLUGINLIBS to link command.
4829 Add/modify dependencies for plugin.o and files including plugin.h.
4830 (plugin.o): New.
4831 * config.in: Regenerate.
2ba9daa7 4832
68a607d8
DN
4833 * opts.c (common_handle_option): Handle OPT_fplugin_ and
4834 OPT_fplugin_arg_.
4835
48362009-04-14 Le-Chun Wu <lcwu@google.com>
4837
4838 * tree-pass.h (register_one_dump_file): Add a prototype for
4839 register_one_dump_file.
4840 * toplev.c (compile_file): Call initialize_plugins.
4841 (do_compile): Call invoke_plugin_callbacks.
4842 (toplev_main): Call invoke_plugin_callbacks.
4843 * common.opt: Add -fplugin= and -fplugin-arg-.
4844 * gcc-plugin.h: New public header file for plugins to include.
4845 * plugin.c: New source file.
4846 * plugin.h: New internal header file.
4847 * passes.c (register_one_dump_file): Make it external.
2ba9daa7 4848
68a607d8
DN
4849 * c-parser.c (c_parser_declspecs): Call invoke_plugin_callbacks.
4850
48512009-04-14 Diego Novillo <dnovillo@google.com>
4852
4853 * doc/plugins.texi: New.
4854 * doc/gccint.texi: Add reference to Plugins chapter.
4855 * doc/invoke.texi: Document -fplugin and -fplugin-arg
4856 * diagnostic.c (diagnostic_report_diagnostic): Warn about
4857 loaded plugins, if any.
4858 * timevar.def (TV_PLUGIN_INIT): Define.
4859 (TV_PLUGIN_RUN): Define.
4860 * plugin.c: Include timevar.h
4861 (plugins_active_p): New.
4862 (dump_active_plugins): New.
4863 (debug_active_plugins): New.
4864
50617257
JM
48652009-04-14 Joseph Myers <joseph@codesourcery.com>
4866
4867 * config/sol2.h (LINK_ARCH32_SPEC_BASE): Use %R with absolute
4868 library paths.
4869 * config/sparc/sol2-bi.h (LINK_ARCH64_SPEC_BASE): Likewise.
4870
b32f6fff
KH
48712009-04-14 Kazu Hirata <kazu@codesourcery.com>
4872
4873 * config/arm/arm.c (arm_rtx_costs_1): Treat a minus with a shift
4874 the same as a minus without a shift.
4875
85d04fa2
NC
48762009-04-14 Nick Clifton <nickc@redhat.com>
4877
4878 * config/stormy16/stormy16.md (ineqbranch_1): Do not assume that
4879 comparisons with small integers will always produce a short
4880 branch.
4881
e495a0c8
RAE
48822009-04-14 Rafael Avila de Espindola <espindola@google.com>
4883
4884 Merge:
e495a0c8
RAE
4885 2008-12-19 Diego Novillo <dnovillo@google.com>
4886
532bfb0a 4887 * cgraph.c (dump_cgraph_node): Show memory address of NODE.
e495a0c8 4888
ad41bd84 48892009-04-14 Richard Guenther <rguenther@suse.de>
587aa063
RG
4890
4891 * tree-cfg.c (verify_gimple_assign_unary): Adjust vector code
4892 verification.
4893 (verify_gimple_assign_binary): Likewise. Handle shifts and
4894 rotates correctly.
4895 (verify_gimple_phi): Print the mismatched argument position.
4896 * tree-vect-loop-manip.c (vect_update_ivs_after_vectorizer):
4897 Fix types.
4898 (vect_update_init_of_dr): Likewise.
4899 * matrix-reorg.c (transform_access_sites): Do what the
4900 comment suggests.
4901 * omp-low.c (expand_omp_atomic_pipeline): Use the correct types.
4902
60839f5d 49032009-04-13 Michael Eager <eager@eagercon.com>
9eca1774
ME
4904
4905 * config/rs6000/rs6000-c.c: generate defines if rs6000_xilinx_fpu:
4906 _XFPU, _XFPU_SP_LITE, _XFPU_SP_FULL, _XFPU_DP_LITE, _XFPU_DP_FULL
4907 * config/rs6000/xilinx.h: New. Spec for powerpc-xilinx-eabi
2ba9daa7 4908 * config.gcc (powerpc-xilinx-eabi): add xilinx.h to tm_file,
9eca1774
ME
4909 remove duplicate config
4910
b0e2d008
DR
49112009-04-13 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
4912
4913 * ipa-inline.c (cgraph_decide_inlining_of_small_function): Dump
4914 file_name:line_number type locator of the call site.
2ba9daa7 4915
1244a8b7
VM
49162009-04-13 Vladimir Makarov <vmakarov@redhat.com>
4917
4918 * genautomata.c: Put blank after comma.
4919 (automaton_decls): New.
4920 (struct unit_usage): Add comments to member next.
4921 (store_alt_unit_usage): Keep the list ordered.
4922 (unit_present_on_list_p, equal_alternatives_p): New.
4923 (check_regexp_units_distribution): Check units distribution
4924 correctness correctly.
4925 (main): Don't write automata if error is found. Return correct
4926 exit code.
2ba9daa7 4927
1244a8b7
VM
4928 * config/m68k/cf.md (cfv4_ds): Remove.
4929 (cfv4_pOEP1, cfv4_sOEP1, cfv4_pOEP2,cfv4_sOEP2, cfv4_pOEP3,
4930 cfv4_sOEP3): Assign to cfv4_oep instead of cfv4_ds.
4931
4932 * config/rs6000/power4.md (lsuq_power4, iq_power4, fpq_power4,
4933 power4-load-ext, power4-store, power4-store-update,
4934 power4-fpstore, power4-fpstore-update, power4-two, power4-three,
4935 power4-insert, power4-compare, power4-lmul-cmp, power4-imul-cmp,
4936 power4-lmul, , power4-imul, power4-imul3, power4-sdiv,
4937 power4-sqrt, power4-isync): Modify reservation to make correct
4938 unit distribution to automata.
4939
4940 * config/rs6000/power5.md (iq_power5, fpq_power5, power5-store,
4941 power5-store-update, power5-two, power5-three, power5-lmul,
4942 power5-imul, power5-imul3, power5-sdiv, power5-sqrt): Ditto.
2ba9daa7 4943
f7dd1864
AN
49442009-04-13 Adam Nemet <anemet@caviumnetworks.com>
4945
4946 * except.c (pass_set_nothrow_function_flags): Set name and add
4947 TODO_dump_func.
4948 (set_nothrow_function_flags): Mention in the dump file when
4949 changing a function to nothrow.
4950
59a1171f
OS
49512009-04-13 Ozkan Sezer <sezeroz@gmail.com>
4952
4953 PR/39066
4954 * gbl-ctors.h (DO_GLOBAL_CTORS_BODY): Use __SIZE_TYPE__
4955 instead of unsigned long.
4956
934c2060
RR
49572009-04-13 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
4958
f7dd1864
AN
4959 * config/arm/arm.c (return_used_this_function): Remove.
4960 (arm_output_function_prologue): Remove use of
934c2060 4961 return_used_this_function.
f7dd1864 4962 (output_return_instruction): Replace use of
934c2060
RR
4963 return_used_this_function
4964 by cfun->machine->return_used_this_function.
f7dd1864
AN
4965 (arm_output_epilogue): Likewise.
4966 (arm_output_function_epilogue): Likewise.
4967 (thumb_unexpanded_epilogue): Likewise.
4968 * config/arm/arm.h (struct machine_function):
934c2060 4969 New member return_used_this_function.
f7dd1864 4970
ae5cc016
MM
49712009-04-12 Mark Mitchell <mark@codesourcery.com>
4972
4973 * doc/install.texi: Correct description of default directory for
4974 --with-gxx-include-dir.
4975
a0ce68df 49762009-04-12 Eric Botcazou <ebotcazou@adacore.com>
849d624b
EB
4977
4978 * fold-const.c (build_range_check): Properly deal with enumeral and
4979 boolean base types.
4980
3906a4a1
SB
49812009-04-12 Steven Bosscher <steven@gcc.gnu.org>
4982
4983 * doc/invoke.texi (max_gcse_passes): Remove documentation.
4984 * params.def (PARAM_MAX_GCSE_PASSES): Remove.
4985 * params.h (MAX_GCSE_PASSES): Remove.
4986 * gcse.c (gcse_main): Run CPROP1, PRE or HOIST, and CPROP2
4987 in sequence. Remove ability to run multiple passes.
4988 (bypass_jumps): Report run as third CPROP pass.
4989
efaadb93
AN
49902009-04-12 Adam Nemet <anemet@caviumnetworks.com>
4991
4992 PR middle-end/39651
4993 * except.c (can_throw_external): Look at each insn in a SEQUENCE
4994 when deciding whether the whole SEQUENCE can throw.
4995
4c48007b
UB
49962009-04-12 Uros Bizjak <ubizjak@gmail.com>
4997
4998 PR target/39740
4999 * config/alpha/predicates.md (local_symbolic_operand): Return 1 for
5000 offseted label references.
5001
b4104018
JH
50022009-04-11 Jan Hubicka <jh@suse.cz>
5003
5004 * tree-ssa-pre.c (eliminate): Fix call of update_stmt.
5005
32848948
RG
50062009-04-11 Richard Guenther <rguenther@suse.de>
5007
5008 PR middle-end/39732
5009 * tree-inline.c (declare_return_variable): Mark DECL_BY_REFERENCE
5010 return variables as TREE_ADDRESSABLE.
5011
8810712e
RG
50122009-04-11 Richard Guenther <rguenther@suse.de>
5013
5014 PR tree-optimization/39713
5015 * tree-ssa-sccvn.c (vn_get_expr_for): Make sure built
5016 reference trees have SSA_NAME operands.
5017
fa78c0c1
RG
50182009-04-11 Richard Guenther <rguenther@suse.de>
5019
5020 PR c/39712
5021 * c-gimplify.c (c_gimplify_expr): Adjust check for mismatched
5022 address expressions.
5023
4d722130
DK
50242009-04-11 Dave Korn <dave.korn.cygwin@gmail.com>
5025
5026 * config/i386/cygwin-stdint.h (INT_LEAST32_TYPE): Update to
5027 match changes in Cygwin 1.7
5028 (UINT_LEAST32_TYPE, INT_FAST16_TYPE, INT_FAST32_TYPE,
5029 UINT_FAST16_TYPE, UINT_FAST32_TYPE): Likewise.
5030
567a90f5
PB
50312009-04-10 Paolo Bonzini <bonzini@gnu.org>
5032
5033 PR tree-optimization/39701
5034 * doc/invoke.texi (Optimization Options): Document change in
5035 meaning and initialization of -fdelete-null-pointer-checks.
5036
1ad2f450
L
50372009-04-10 H.J. Lu <hongjiu.lu@intel.com>
5038
5039 PR middle-end/39701
5040 * common.opt (-fdelete-null-pointer-checks): Initialize to 1.
5041
5042 * opts.c (decode_options): Don't set flag_delete_null_pointer_checks
5043 here.
5044
5045 * doc/invoke.texi: Update -fdelete-null-pointer-checks.
5046
1afc5373
CF
50472009-04-10 Chao-ying Fu <fu@mips.com>
5048
5049 * doc/tm.texi (Instruction Output): Document
5050 TARGET_ASM_FINAL_POSTSCAN_INSN.
5051 * target.h (final_postscan_insn): New field in asm_out.
5052 * target-def.h (TARGET_ASM_FINAL_POSTSCAN_INSN): New define.
5053 (TARGET_ASM_OUT): Add TARGET_ASM_FINAL_POSTSCAN_INSN.
5054 * final.c (final_scan_insn): Call
5055 targetm.asm_out.final_postscan_insn after outputting
5056 an asm macro and a normal instruction.
5057
5058 * config/mips/mips.h (FINAL_PRESCAN_INSN): New define.
5059 * config/mips/mips-protos.h (mips_final_prescan_insn): Declare.
5060 * config/mips/mips.c (mips_at_reg_p): New for_each_rtx callback.
5061 (mips_final_prescan_insn, mips_final_postscan_insn): New functions.
5062 (TARGET_ASM_FINAL_POSTSCAN_INSN): New define.
5063
4d35e75c
PB
50642009-04-10 Paolo Bonzini <bonzini@gnu.org>
5065
5066 PR middle-end/39701
1ad2f450
L
5067 * fold-const.c (tree_single_nonzero_warnv_p): Pass non-static
5068 variables as non-NULL even with -fdelete-null-pointer-checks.
4d35e75c 5069
62c49b83
L
50702009-04-10 H.J. Lu <hongjiu.lu@intel.com>
5071
5072 * config/rs6000/darwin-vecsave.asm: Remove extra "*/".
5073
80558628
L
50742009-04-09 H.J. Lu <hongjiu.lu@intel.com>
5075
5076 PR target/39678
5077 * config/i386/i386.c (classify_argument): Handle SCmode with
5078 (bit_offset % 64) != 0.
5079
8c70d28b
SL
50802009-04-09 Sandra Loosemore <sandra@codesourcery.com>
5081
5082 * doc/invoke.texi (Optimize Options): Add cross-reference to
5083 -Q --help=optimizers examples.
5084
e1ff19bf
BE
50852009-04-10 Ben Elliston <bje@au.ibm.com>
5086
5087 PR target/36800
5088 * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Do not set
5089 regalign for the reg == fpr and TDmode case.
5090
52daca75
DA
50912009-04-09 David Ayers <ayers@fsfe.org>
5092
5093 PR objc/29200
5094 * objc/objc-act.c (warn_with_method): Remove helper function.
5095 (check_duplicates): Call warning and inform directly.
5096 (really_start_method): Likewise.
5097
b45f0e58
PB
50982009-04-09 Paolo Bonzini <bonzini@gnu.org>
5099
5100 * expmed.c (expand_divmod): Always use a comparison for a division
5101 by a large unsigned integer.
5102
1ad2f450
L
5103 * fold-const.c (tree_single_nonzero_warnv_p): Always treat decls
5104 for things others than variables or functions as nonzero.
b45f0e58 5105
748086b7
JJ
51062009-04-09 Nick Clifton <nickc@redhat.com>
5107
5108 * unwind-compat.c: Change copyright header to refer to version
5109 3 of the GNU General Public License with version 3.1 of the
5110 GCC Runtime Library Exception and to point readers at the
7a715bba 5111 COPYING3 and COPYING3.RUNTIME files and the FSF's license web page.
748086b7
JJ
5112 * config/alpha/crtfastmath.c: Likewise.
5113 * config/alpha/linux-unwind.h: Likewise.
5114 * config/alpha/qrnnd.asm: Likewise.
5115 * config/alpha/vms-crt0-64.c: Likewise.
5116 * config/alpha/vms-crt0.c: Likewise.
5117 * config/alpha/vms-dwarf2.asm: Likewise.
5118 * config/alpha/vms-dwarf2eh.asm: Likewise.
5119 * config/alpha/vms-psxcrt0-64.c: Likewise.
5120 * config/alpha/vms-psxcrt0.c: Likewise.
5121 * config/alpha/vms_tramp.asm: Likewise.
5122 * config/arc/initfini.c: Likewise.
5123 * config/arc/lib1funcs.asm: Likewise.
5124 * config/arm/bpabi-v6m.S: Likewise.
5125 * config/arm/bpabi.S: Likewise.
5126 * config/arm/bpabi.c: Likewise.
5127 * config/arm/crti.asm: Likewise.
5128 * config/arm/crtn.asm: Likewise.
5129 * config/arm/ieee754-df.S: Likewise.
5130 * config/arm/ieee754-sf.S: Likewise.
5131 * config/arm/lib1funcs.asm: Likewise.
5132 * config/arm/libunwind.S: Likewise.
5133 * config/arm/linux-atomic.c: Likewise.
5134 * config/arm/mmintrin.h: Likewise.
5135 * config/arm/pr-support.c: Likewise.
5136 * config/arm/unaligned-funcs.c: Likewise.
5137 * config/arm/unwind-arm.c: Likewise.
5138 * config/arm/unwind-arm.h: Likewise.
5139 * config/avr/libgcc.S: Likewise.
5140 * config/bfin/crti.s: Likewise.
5141 * config/bfin/crtlibid.s: Likewise.
5142 * config/bfin/crtn.s: Likewise.
5143 * config/bfin/lib1funcs.asm: Likewise.
5144 * config/bfin/linux-unwind.h: Likewise.
5145 * config/cris/arit.c: Likewise.
5146 * config/cris/cris_abi_symbol.c: Likewise.
5147 * config/darwin-64.c: Likewise.
5148 * config/darwin-crt2.c: Likewise.
5149 * config/darwin-crt3.c: Likewise.
5150 * config/darwin.h: Likewise.
5151 * config/dbxelf.h: Likewise.
5152 * config/dfp-bit.c: Likewise.
5153 * config/dfp-bit.h: Likewise.
5154 * config/elfos.h: Likewise.
5155 * config/fixed-bit.c: Likewise.
5156 * config/fixed-bit.h: Likewise.
5157 * config/fp-bit.c: Likewise.
5158 * config/fp-bit.h: Likewise.
5159 * config/fr30/crti.asm: Likewise.
5160 * config/fr30/crtn.asm: Likewise.
5161 * config/fr30/lib1funcs.asm: Likewise.
5162 * config/freebsd-spec.h: Likewise.
5163 * config/frv/cmovd.c: Likewise.
5164 * config/frv/cmovh.c: Likewise.
5165 * config/frv/cmovw.c: Likewise.
5166 * config/frv/frvbegin.c: Likewise.
5167 * config/frv/frvend.c: Likewise.
5168 * config/frv/lib1funcs.asm: Likewise.
5169 * config/glibc-stdint.h: Likewise.
5170 * config/h8300/clzhi2.c: Likewise.
5171 * config/h8300/crti.asm: Likewise.
5172 * config/h8300/crtn.asm: Likewise.
5173 * config/h8300/ctzhi2.c: Likewise.
5174 * config/h8300/fixunssfsi.c: Likewise.
5175 * config/h8300/lib1funcs.asm: Likewise.
5176 * config/h8300/parityhi2.c: Likewise.
5177 * config/h8300/popcounthi2.c: Likewise.
5178 * config/i386/ammintrin.h: Likewise.
5179 * config/i386/att.h: Likewise.
5180 * config/i386/avxintrin.h: Likewise.
5181 * config/i386/biarch64.h: Likewise.
5182 * config/i386/bmmintrin.h: Likewise.
5183 * config/i386/cpuid.h: Likewise.
5184 * config/i386/cross-stdarg.h: Likewise.
5185 * config/i386/crtfastmath.c: Likewise.
5186 * config/i386/crtprec.c: Likewise.
5187 * config/i386/cygming-crtbegin.c: Likewise.
5188 * config/i386/cygming-crtend.c: Likewise.
5189 * config/i386/cygwin.asm: Likewise.
5190 * config/i386/emmintrin.h: Likewise.
5191 * config/i386/gmm_malloc.h: Likewise.
5192 * config/i386/gthr-win32.c: Likewise.
5193 * config/i386/i386.h: Likewise.
5194 * config/i386/immintrin.h: Likewise.
5195 * config/i386/linux-unwind.h: Likewise.
5196 * config/i386/linux64.h: Likewise.
5197 * config/i386/mm3dnow.h: Likewise.
5198 * config/i386/mmintrin-common.h: Likewise.
5199 * config/i386/mmintrin.h: Likewise.
5200 * config/i386/nmmintrin.h: Likewise.
5201 * config/i386/pmm_malloc.h: Likewise.
5202 * config/i386/pmmintrin.h: Likewise.
5203 * config/i386/smmintrin.h: Likewise.
5204 * config/i386/sol2-c1.asm: Likewise.
5205 * config/i386/sol2-ci.asm: Likewise.
5206 * config/i386/sol2-cn.asm: Likewise.
5207 * config/i386/sol2-gc1.asm: Likewise.
5208 * config/i386/tmmintrin.h: Likewise.
5209 * config/i386/unix.h: Likewise.
5210 * config/i386/w32-unwind.h: Likewise.
5211 * config/i386/wmmintrin.h: Likewise.
5212 * config/i386/x86-64.h: Likewise.
5213 * config/i386/x86intrin.h: Likewise.
5214 * config/i386/xmmintrin.h: Likewise.
5215 * config/ia64/crtbegin.asm: Likewise.
5216 * config/ia64/crtend.asm: Likewise.
5217 * config/ia64/crtfastmath.c: Likewise.
5218 * config/ia64/crti.asm: Likewise.
5219 * config/ia64/crtn.asm: Likewise.
5220 * config/ia64/fde-glibc.c: Likewise.
5221 * config/ia64/lib1funcs.asm: Likewise.
5222 * config/ia64/linux-unwind.h: Likewise.
5223 * config/ia64/quadlib.c: Likewise.
5224 * config/ia64/unwind-ia64.c: Likewise.
5225 * config/linux.h: Likewise.
5226 * config/m32c/m32c-lib1.S: Likewise.
5227 * config/m32c/m32c-lib2-trapv.c: Likewise.
5228 * config/m32c/m32c-lib2.c: Likewise.
5229 * config/m32r/initfini.c: Likewise.
5230 * config/m68hc11/larith.asm: Likewise.
5231 * config/m68hc11/m68hc11-crt0.S: Likewise.
5232 * config/m68k/cf.md: Likewise.
5233 * config/m68k/crti.s: Likewise.
5234 * config/m68k/crtn.s: Likewise.
5235 * config/m68k/lb1sf68.asm: Likewise.
5236 * config/m68k/linux-unwind.h: Likewise.
5237 * config/mcore/crti.asm: Likewise.
5238 * config/mcore/crtn.asm: Likewise.
5239 * config/mcore/lib1.asm: Likewise.
5240 * config/mips/linux-unwind.h: Likewise.
5241 * config/mips/loongson.h: Likewise.
5242 * config/mips/mips16.S: Likewise.
5243 * config/mmix/crti.asm: Likewise.
5244 * config/mmix/crtn.asm: Likewise.
5245 * config/pa/fptr.c: Likewise.
5246 * config/pa/hpux-unwind.h: Likewise.
5247 * config/pa/lib2funcs.asm: Likewise.
5248 * config/pa/linux-atomic.c: Likewise.
5249 * config/pa/linux-unwind.h: Likewise.
5250 * config/pa/milli64.S: Likewise.
5251 * config/pa/quadlib.c: Likewise.
5252 * config/pa/stublib.c: Likewise.
5253 * config/picochip/libgccExtras/adddi3.asm: Likewise.
5254 * config/picochip/libgccExtras/ashlsi3.asm: Likewise.
5255 * config/picochip/libgccExtras/ashlsi3.c: Likewise.
5256 * config/picochip/libgccExtras/ashrsi3.asm: Likewise.
5257 * config/picochip/libgccExtras/ashrsi3.c: Likewise.
5258 * config/picochip/libgccExtras/cmpsi2.asm: Likewise.
5259 * config/picochip/libgccExtras/divmod15.asm: Likewise.
5260 * config/picochip/libgccExtras/divmodhi4.asm: Likewise.
5261 * config/picochip/libgccExtras/divmodsi4.asm: Likewise.
5262 * config/picochip/libgccExtras/longjmp.asm: Likewise.
5263 * config/picochip/libgccExtras/lshrsi3.asm: Likewise.
5264 * config/picochip/libgccExtras/lshrsi3.c: Likewise.
5265 * config/picochip/libgccExtras/parityhi2.asm: Likewise.
5266 * config/picochip/libgccExtras/popcounthi2.asm: Likewise.
5267 * config/picochip/libgccExtras/setjmp.asm: Likewise.
5268 * config/picochip/libgccExtras/subdi3.asm: Likewise.
5269 * config/picochip/libgccExtras/ucmpsi2.asm: Likewise.
5270 * config/picochip/libgccExtras/udivmodhi4.asm: Likewise.
5271 * config/picochip/libgccExtras/udivmodsi4.asm: Likewise.
5272 * config/rs6000/750cl.h: Likewise.
5273 * config/rs6000/altivec.h: Likewise.
5274 * config/rs6000/biarch64.h: Likewise.
5275 * config/rs6000/crtresfpr.asm: Likewise.
5276 * config/rs6000/crtresgpr.asm: Likewise.
5277 * config/rs6000/crtresxfpr.asm: Likewise.
5278 * config/rs6000/crtresxgpr.asm: Likewise.
5279 * config/rs6000/crtsavfpr.asm: Likewise.
5280 * config/rs6000/crtsavgpr.asm: Likewise.
5281 * config/rs6000/darwin-asm.h: Likewise.
5282 * config/rs6000/darwin-fallback.c: Likewise.
5283 * config/rs6000/darwin-fpsave.asm: Likewise.
5284 * config/rs6000/darwin-ldouble.c: Likewise.
5285 * config/rs6000/darwin-tramp.asm: Likewise.
5286 * config/rs6000/darwin-unwind.h: Likewise.
5287 * config/rs6000/darwin-vecsave.asm: Likewise.
5288 * config/rs6000/darwin-world.asm: Likewise.
5289 * config/rs6000/e500crtres32gpr.asm: Likewise.
5290 * config/rs6000/e500crtres64gpr.asm: Likewise.
5291 * config/rs6000/e500crtres64gprctr.asm: Likewise.
5292 * config/rs6000/e500crtrest32gpr.asm: Likewise.
5293 * config/rs6000/e500crtrest64gpr.asm: Likewise.
5294 * config/rs6000/e500crtresx32gpr.asm: Likewise.
5295 * config/rs6000/e500crtresx64gpr.asm: Likewise.
5296 * config/rs6000/e500crtsav32gpr.asm: Likewise.
5297 * config/rs6000/e500crtsav64gpr.asm: Likewise.
5298 * config/rs6000/e500crtsav64gprctr.asm: Likewise.
5299 * config/rs6000/e500crtsavg32gpr.asm: Likewise.
5300 * config/rs6000/e500crtsavg64gpr.asm: Likewise.
5301 * config/rs6000/e500crtsavg64gprctr.asm: Likewise.
5302 * config/rs6000/eabi-ci.asm: Likewise.
5303 * config/rs6000/eabi-cn.asm: Likewise.
5304 * config/rs6000/eabi.asm: Likewise.
5305 * config/rs6000/linux-unwind.h: Likewise.
5306 * config/rs6000/linux64.h: Likewise.
5307 * config/rs6000/paired.h: Likewise.
5308 * config/rs6000/paired.md: Likewise.
5309 * config/rs6000/ppc64-fp.c: Likewise.
5310 * config/rs6000/ppu_intrinsics.h: Likewise.
5311 * config/rs6000/rs6000.h: Likewise.
5312 * config/rs6000/si2vmx.h: Likewise.
5313 * config/rs6000/sol-ci.asm: Likewise.
5314 * config/rs6000/sol-cn.asm: Likewise.
5315 * config/rs6000/spe.h: Likewise.
5316 * config/rs6000/spu2vmx.h: Likewise.
5317 * config/rs6000/sysv4.h: Likewise.
5318 * config/rs6000/tramp.asm: Likewise.
5319 * config/rs6000/vec_types.h: Likewise.
5320 * config/s390/linux-unwind.h: Likewise.
5321 * config/s390/tpf-unwind.h: Likewise.
5322 * config/score/crti.asm: Likewise.
5323 * config/score/crtn.asm: Likewise.
5324 * config/sh/crt1.asm: Likewise.
5325 * config/sh/crti.asm: Likewise.
5326 * config/sh/crtn.asm: Likewise.
5327 * config/sh/divtab-sh4-300.c: Likewise.
5328 * config/sh/divtab-sh4.c: Likewise.
5329 * config/sh/divtab.c: Likewise.
5330 * config/sh/lib1funcs-4-300.asm: Likewise.
5331 * config/sh/lib1funcs-Os-4-200.asm: Likewise.
5332 * config/sh/lib1funcs.asm: Likewise.
5333 * config/sh/lib1funcs.h: Likewise.
5334 * config/sh/linux-atomic.asm: Likewise.
5335 * config/sh/linux-unwind.h: Likewise.
5336 * config/sh/shmedia.h: Likewise.
5337 * config/sh/sshmedia.h: Likewise.
5338 * config/sh/ushmedia.h: Likewise.
5339 * config/sparc/crtfastmath.c: Likewise.
5340 * config/sparc/linux-unwind.h: Likewise.
5341 * config/sparc/sol2-c1.asm: Likewise.
5342 * config/sparc/sol2-ci.asm: Likewise.
5343 * config/sparc/sol2-cn.asm: Likewise.
5344 * config/spu/divmodti4.c: Likewise.
5345 * config/spu/divv2df3.c: Likewise.
5346 * config/spu/float_disf.c: Likewise.
5347 * config/spu/float_unsdidf.c: Likewise.
5348 * config/spu/float_unsdisf.c: Likewise.
5349 * config/spu/float_unssidf.c: Likewise.
5350 * config/spu/mfc_multi_tag_release.c: Likewise.
5351 * config/spu/mfc_multi_tag_reserve.c: Likewise.
5352 * config/spu/mfc_tag_release.c: Likewise.
5353 * config/spu/mfc_tag_reserve.c: Likewise.
5354 * config/spu/mfc_tag_table.c: Likewise.
5355 * config/spu/multi3.c: Likewise.
5356 * config/spu/spu_internals.h: Likewise.
5357 * config/spu/spu_intrinsics.h: Likewise.
5358 * config/spu/spu_mfcio.h: Likewise.
5359 * config/spu/vec_types.h: Likewise.
5360 * config/spu/vmx2spu.h: Likewise.
5361 * config/stormy16/stormy16-lib2.c: Likewise.
5362 * config/svr4.h: Likewise.
5363 * config/sync.c: Likewise.
5364 * config/v850/lib1funcs.asm: Likewise.
5365 * config/vxlib-tls.c: Likewise.
5366 * config/vxlib.c: Likewise.
5367 * config/vxworks-dummy.h: Likewise.
5368 * config/xtensa/crti.asm: Likewise.
5369 * config/xtensa/crtn.asm: Likewise.
5370 * config/xtensa/ieee754-df.S: Likewise.
5371 * config/xtensa/ieee754-sf.S: Likewise.
5372 * config/xtensa/lib1funcs.asm: Likewise.
5373 * config/xtensa/lib2funcs.S: Likewise.
5374 * config/xtensa/linux-unwind.h: Likewise.
5375 * config/xtensa/unwind-dw2-xtensa.c: Likewise.
5376 * config/xtensa/unwind-dw2-xtensa.h: Likewise.
5377 * coretypes.h: Likewise.
5378 * crtstuff.c: Likewise.
5379 * defaults.h: Likewise.
5380 * dwarf2.h: Likewise.
5381 * emutls.c: Likewise.
5382 * gbl-ctors.h: Likewise.
5383 * gcov-io.h: Likewise.
5384 * ginclude/float.h: Likewise.
5385 * ginclude/iso646.h: Likewise.
5386 * ginclude/stdarg.h: Likewise.
5387 * ginclude/stdbool.h: Likewise.
5388 * ginclude/stddef.h: Likewise.
5389 * ginclude/stdfix.h: Likewise.
5390 * ginclude/stdint-gcc.h: Likewise.
5391 * ginclude/tgmath.h: Likewise.
5392 * gthr-aix.h: Likewise.
5393 * gthr-dce.h: Likewise.
5394 * gthr-gnat.c: Likewise.
5395 * gthr-gnat.h: Likewise.
5396 * gthr-lynx.h: Likewise.
5397 * gthr-mipssde.h: Likewise.
5398 * gthr-nks.h: Likewise.
5399 * gthr-posix.c: Likewise.
5400 * gthr-posix.h: Likewise.
5401 * gthr-posix95.h: Likewise.
5402 * gthr-rtems.h: Likewise.
5403 * gthr-single.h: Likewise.
5404 * gthr-solaris.h: Likewise.
5405 * gthr-tpf.h: Likewise.
5406 * gthr-vxworks.h: Likewise.
5407 * gthr-win32.h: Likewise.
5408 * gthr.h: Likewise.
5409 * libgcc2.c: Likewise.
5410 * libgcc2.h: Likewise.
5411 * libgcov.c: Likewise.
5412 * tsystem.h: Likewise.
5413 * typeclass.h: Likewise.
5414 * unwind-c.c: Likewise.
5415 * unwind-compat.h: Likewise.
5416 * unwind-dw2-fde-compat.c: Likewise.
5417 * unwind-dw2-fde-darwin.c: Likewise.
5418 * unwind-dw2-fde-glibc.c: Likewise.
5419 * unwind-dw2-fde.c: Likewise.
5420 * unwind-dw2-fde.h: Likewise.
5421 * unwind-dw2.c: Likewise.
5422 * unwind-dw2.h: Likewise.
5423 * unwind-generic.h: Likewise.
5424 * unwind-pe.h: Likewise.
5425 * unwind-sjlj.c: Likewise.
5426 * unwind.inc: Likewise.
5427 * config/arm/neon-gen.ml: Change generated copyright header to
5428 refer to version 3 of the GNU General Public License with
5429 version 3.1 of the GCC Runtime Library Exception and to point
5430 readers at the COPYING3 and COPYING3.RUNTIME files and the
5431 FSF's license web page.
5432 * config/arm/arm_neon.h: Regenerate.
5433
54342009-04-09 Jakub Jelinek <jakub@redhat.com>
5435
5436 * config/cris/cris.md: Change copyright header to refer to version
5437 3 of the GNU General Public License.
5438 * doc/install.texi2html: Change copyright header to refer to version
5439 3 of the GNU General Public License and to point readers at the
5440 COPYING3 file and the FSF's license web page.
5441 * config/vax/linux.h: Likewise.
5442
4a77c72b
PB
54432009-04-09 Paolo Bonzini <bonzini@gnu.org>
5444
1ad2f450
L
5445 * config/i386/i386.md (cmpcc): New.
5446 * config/i386/sync.md (sync_compare_and_swap*): Set FLAGS_REG.
5447 (sync_compare_and_swap_cc*): Delete.
5448
5449 * config/s390/s390.c (s390_compare_emitted): Remove.
5450 (s390_emit_compare): Handle MODE_CC s390_compare_op0 like
5451 s390_compare_emitted used to be handled. Assert that modes match.
5452 (s390_emit_compare_and_swap): Use s390_emit_compare, do not
5453 refer to sync_compare_and_swap_ccsi.
5454 * config/s390/s390.h (s390_compare_emitted): Remove.
5455 * config/s390/s390.md (seq): Look for MODE_CC s390_compare_op0
5456 instead of s390_compare_emitted.
5457 (stack_protect_test, sync_compare_and_swap_cc): Set s390_compare_op0
5458 instead of s390_compare_emitted.
5459 * config/s390/s390.md (cmpcc): New.
5460 (sync_compare_and_swapqi, sync_compare_and_swaphi): Clobber
5461 CC_REGNUM, do not pretend it's set.
5462 (sync_compare_and_swap_cc*): Delete.
5463 * config/s390/predicates.md (cc_reg_operand): New.
5464
5465 * expr.c (sync_compare_and_swap_cc): Delete.
5466 * optabs.h (sync_compare_and_swap_cc): Delete.
5467 * optabs.c (prepare_cmp_insn): Ignore which specific CCmode
5468 is being used with can_compare_p.
5469 (emit_cmp_and_jump_insn_1): Likewise when looking in the optab.
5470 (find_cc_set): New.
5471 (expand_bool_compare_and_swap): Do not use sync_compare_and_swap_cc,
5472 look for a MODE_CC set instead. Use emit_store_flag.
5473 (expand_compare_and_swap_loop): Likewise, with some additional
5474 complication to avoid a force_reg when useless. Use
5475 emit_cmp_and_jump_insns.
5476 * genopinit.c (optabs): Delete sync_compare_and_swap_cc.
5477 * doc/md.texi (sync_compare_and_swap_cc): Merge with
5478 sync_compare_and_swap documentation.
4a77c72b 5479
0c0efb33
JH
54802009-04-09 Jan Hubicka <jh@suse.cz>
5481
5482 * except.c (find_prev_try): Break out from ....
5483 (duplicate_eh_regions): ... here; properly update prev_try pointers
5484 when duplication part of tree.
5485 (dump_eh_tree): Improve dumping.
5486 (verify_eh_region): New.
5487 (verify_eh_tree): Use it.
5488
22a65a54
RG
54892009-04-06 Richard Guenther <rguenther@suse.de>
5490
5491 * c-gimplify.c (c_gimplify_expr): Fix the invalid GENERIC
5492 &ARRAY addresses by adjusting their types and prepending
5493 a conversion.
5494 * tree-cfg.c (verify_gimple_assign_single): Verify that
5495 addresses are correct.
5496
f76968e6
RG
54972009-04-09 Richard Guenther <rguenther@suse.de>
5498
5499 * tree-ssa-ccp.c (maybe_fold_stmt_addition): Move non-constant
5500 indices into an array reference if possible.
5501 * tree-ssa-forwprop.c (tree_ssa_forward_propagate_single_use_vars):
5502 Fold POINTER_PLUS_EXPR statements with invariant address.
5503
c90c5fb5
AM
55042009-04-09 Alan Modra <amodra@bigpond.net.au>
5505
5506 PR target/39634
5507 * config.gcc (powerpc64-*-linux*): Always build biarch.
5508
17cede2e
JM
55092009-04-09 Joseph Myers <joseph@codesourcery.com>
5510
5511 PR c/39613
5512 * c-typeck.c (do_case): If case label is not an INTEGER_CST, fold
5513 it and pedwarn if this results in an INTEGER_CST.
5514
a3337ea2
KG
55152009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5516
5517 * doc/install.texi: Update minimum GMP version. Remove obsolete
5518 text in MPFR section.
5519
ce9ba79b
JJ
55202009-04-08 Jakub Jelinek <jakub@redhat.com>
5521
5522 * dwarf2out.c (class_scope_p): New static inline.
5523 (class_or_namespace_scope_p): Use it.
5524 (gen_variable_die): Use DW_TAG_member tag for static data member
5525 declarations instead of DW_TAG_variable.
5526
4f0ae266
JJ
5527 PR middle-end/39573
5528 * omp-low.c (expand_omp_taskreg): Finalize taskreg static local_decls
5529 variables.
5530
d27f0ddc
RG
55312009-04-08 Richard Guenther <rguenther@suse.de>
5532
5533 * tree-ssa-sccvn.c (valueize_refs): Do not continue to
5534 valueize random data.
5535
557cc596
DE
55362009-04-08 David Edelsohn <edelsohn@gnu.org>
5537
5538 * config.gcc (aix tm_file): Add aix-stdint.h.
5539 (aix tm clause use_gcc_stdint): Set to wrap.
5540 * config/rs6000/aix-stdint.h: New file.
2ba9daa7 5541
75ccc1e7
RG
55422009-04-08 Richard Guenther <rguenther@suse.de>
5543
5544 PR middle-end/36291
5545 * tree-dfa.c (add_referenced_var): Do not recurse into
5546 global initializers.
5547 * tree-ssa-ccp.c (get_symbol_constant_value): Add newly
5548 exposed variables.
5549 (fold_const_aggregate_ref): Likewise.
5550
c6963675
PB
55512009-04-08 Paolo Bonzini <bonzini@gnu.org>
5552
6c44cf79
L
5553 * recog.c (ordered_comparison_operator): New.
5554 * gensupport.c (std_preds): Add it.
c6963675
PB
5555 * doc/md.texi (Machine-Independent Predicates): Document it.
5556
6d07ad98
JH
55572009-04-08 Jan Hubicka <jh@suse.cz>
5558
5559 * tree-eh.c (cleanup_eh): When not optimizing, do not try EH merging.
5560 * function.h (rtl_eh): Remove exception_handler_label_map.
5561 * except.c (ehl_hash, ehl_eq, add_ehl_entry,
5562 remove_exception_handler_label, for_each_eh_label_1): Remove.
5563 (rtl_remove_unreachable_regions): Remove.
5564 (convert_from_eh_region_ranges): Do not remove unreachable regions.
5565 (find_exception_handler_labels): Don't build the hashtable.
5566 (maybe_remove_eh_handler): Remove.
5567 (for_each_eh_label): Rewrite to walk the tree.
5568 (rest_of_handle_eh): Do not cleanup cfg prior EH construction.
5569 * except.h (maybe_remove_eh_handler): Remove.
5570 * passes.c (init_optimization_passes): Schedule second EH cleanup
5571 before out-of-ssa.
5572 * cfgrtl.c (rtl_delete_block, rtl_merge_blocks,
5573 cfg_layout_merge_blocks): Do not call maybe_remove_eh_handler.
5574
7ddf71e3
PB
55752009-04-08 Paolo Bonzini <bonzini@gnu.org>
5576
5577 * genoutput.c (validate_optab_operands): New.
5578 (gen_insn, gen_expand): Call it.
5579
5580 * genflags.c (gen_insn): Detect misused iterators.
5581 (main): Pass line_no to gen_insn, exit with status 1 on error.
5582
5583 * genextract.c (line_no): Make global.
5584 (VEC_safe_set_locstr): Change assertion to error message.
5585 (main): Exit with status 1 on error.
5586
4d84fe7c
JM
55872009-04-08 Joseph Myers <joseph@codesourcery.com>
5588
5589 PR c/39614
5590 PR c/39673
5591 * c-common.h (C_MAYBE_CONST_EXPR_PRE, C_MAYBE_CONST_EXPR_EXPR,
5592 C_MAYBE_CONST_EXPR_INT_OPERANDS, C_MAYBE_CONST_EXPR_NON_CONST,
5593 EXPR_INT_CONST_OPERANDS): Remove duplicate definitions.
5594 * c-convert.c (convert): Do not call fold on results of conversion
5595 functions when the result is a C_MAYBE_CONST_EXPR.
5596 * c-parser.c (c_parser_postfix_expression): Do not fold condition
5597 of __builtin_choose_expr.
5598 * c-typeck.c (remove_c_maybe_const_expr): New.
5599 (build_unary_op, build_conditional_expr, build_compound_expr,
5600 build_binary_op, c_objc_common_truthvalue_conversion): Call
5601 remove_c_maybe_const_expr on any input C_MAYBE_CONST_EXPR with
5602 integer operands.
5603
60839f5d 56042009-04-08 Bingfeng Mei <bmei@broadcom.com>
d1d1c602 5605
2ba9daa7 5606 * fold-const.c (const_binop): Combine two VECTOR_CST under operation
6c44cf79 5607 CODE to produce a new one. Add a prototype to use fold_convert_const
d1d1c602 5608
8e481a2c
DS
56092009-04-08 Danny Smith <dannysmith@users.sourceforge.net>
5610
5611 PR bootstrap/39660
5612 * config/i386/host-mingw32.c (mingw32_gt_pch_use_address): Don't
5613 mix declarations and code.
5614
ee618c17
BE
56152009-04-08 Ben Elliston <bje@au.ibm.com>
5616
5617 * gcc.c: Replace `CC' with `GCC' throughout.
5618
f2a758a2
L
56192009-04-07 H.J. Lu <hongjiu.lu@intel.com>
5620
5621 * doc/invoke.texi: Document Atom support.
5622
6ea2bd47
JM
56232009-04-07 Jason Merrill <jason@redhat.com>
5624
5625 PR c++/25185
5626 * c-common.h, c-common.c: Add flag_pretty_templates.
5627 * c-opts.c (c_common_handle_option): Set it.
5628 * c.opt: Add -fno-pretty-templates.
5629 * doc/invoke.texi (C++ Dialect Options): Likewise.
5630
fcb82ab0
UB
56312009-04-07 Uros Bizjak <ubizjak@gmail.com>
5632
5633 * config/ia64/ia64.c (ia64_builtins): Add IA64_BUILTIN_HUGE_VALQ.
5634 (ia64_init_builtins): Handle IA64_BUILTIN_HUGE_VALQ.
5635 (ia64_expand_builtin): Likewise.
5636
dc5e7298
MJ
56372009-04-07 Martin Jambor <mjambor@suse.cz>
5638
5639 * tree-ssa-alias.c (refs_may_alias_p_1): Check for
5640 is_gimple_min_invariant rather than CONSTANT_CLASS_P so that invariant
5641 ADDR_EXPRS are include too.
5642
0609b355
RG
56432009-04-07 Richard Guenther <rguenther@suse.de>
5644
5645 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Non-aliased
5646 decls are only used if passes as parameters or if they are
5647 local statics and the call is not to a builtin.
5648 (call_may_clobber_ref_p_1): Likewise.
5649
d8e535fa
PB
56502009-04-07 Paolo Bonzini <bonzini@gnu.org>
5651
5652 * expr.c (do_store_flag): Remove last argument. Simplify code
5653 to avoid duplication of tests already done by can_compare_p.
5654 (expand_expr_real_1): Adjust caller.
5655
c3c64f50
PB
56562009-04-07 Paolo Bonzini <bonzini@gnu.org>
5657
fcb82ab0
UB
5658 * optabs.c (can_compare_p): Test the predicate of a
5659 cbranch and cstore pattern.
c3c64f50 5660
9a53bc17
PB
56612009-04-07 Paolo Bonzini <bonzini@gnu.org>
5662
fcb82ab0
UB
5663 * expr.c (convert_move): Use emit_store_flag instead of
5664 "emulating" it.
9a53bc17 5665
67b8f1c1
PB
56662009-04-07 Paolo Bonzini <bonzini@gnu.org>
5667
fcb82ab0
UB
5668 * config/i386/i386.c (ix86_compare_emitted): Remove.
5669 (ix86_expand_compare, ix86_expand_branch): Handle MODE_CC
5670 ix86_compare_op0 like ix86_compare_emitted used to be handled.
5671 * config/i386/i386.h (ix86_compare_emitted): Remove.
5672 * config/i386/i386.md (stack_protect_test): Set ix86_compare_op0
5673 instead of ix86_compare_emitted.
5674 * config/i386/sync.md (sync_compare_and_swap_cc): Likewise.
67b8f1c1 5675
44509946
AS
56762009-04-07 Andrew Stubbs <ams@codesourcery.com>
5677
5678 * config.gcc (sh-*-*): Add sysroot-suffix.h to tm_file.
5679 Add t-sysroot-suffix to tmake_file.
5680 * config/print-sysroot-suffix.sh: New file.
5681 * config/t-sysroot-suffix: New file.
5682
ca22d882
BE
56832009-04-07 Ben Elliston <bje@au.ibm.com>
5684
5685 * libgcc2.c (INFINITY): Use __builtin_huge_val, not __builtin_inf,
5686 as the latter produces a warning when the target does not support
5687 infinity.
5688
95aac11b
BE
56892009-04-07 Ben Elliston <bje@au.ibm.com>
5690
5691 * dfp.c: Replace type punning assignments with memcpy throughout.
5692 * Makefile.in (dfp.o-warn): Remove.
2ba9daa7 5693
633dd061
AM
56942009-04-07 Alan Modra <amodra@bigpond.net.au>
5695
5696 PR target/39634
5697 * config.gcc: Merge powerpc-*-linux* and powerpc64-*-linux*.
5698 Include soft-fp/t-softfp after rs6000/t-linux64.
5699
fe0a25ec
EB
57002009-04-06 Eric Botcazou <ebotcazou@adacore.com>
5701
5702 * stor-layout.c (set_sizetype): Use the full precision of their
5703 machine mode for bitsize types.
5704
0c011bc3
L
57052009-04-06 H.J. Lu <hongjiu.lu@intel.com>
5706
5707 * config/i386/i386.md: Revert 2 accidental checkins.
5708
b6837b94 57092009-04-06 Joey Ye <joey.ye@intel.com>
60839f5d 5710 Xuepeng Guo <xuepeng.guo@intel.com>
b6837b94
JY
5711 H.J. Lu <hongjiu.lu@intel.com>
5712
5713 Atom pipeline model, tuning and insn selection.
5714 * config.gcc (atom): Add atom config options and target.
5715
5716 * config/i386/atom.md: New.
5717
5718 * config/i386/i386.c (atom_cost): New cost.
5719 (m_ATOM): New macro flag.
5720 (initial_ix86_tune_features): Set m_ATOM.
5721 (x86_accumulate_outgoing_args): Likewise.
5722 (x86_arch_always_fancy_math_387): Likewise.
5723 (processor_target): Add Atom cost.
5724 (cpu_names): Add Atom cpu name.
5725 (override_options): Set Atom ISA.
5726 (ix86_issue_rate): New case PROCESSOR_ATOM.
5727 (ix86_adjust_cost): Likewise.
5728
5729 * config/i386/i386.h (TARGET_ATOM): New target macro.
5730 (ix86_tune_indices): Add X86_TUNE_OPT_AGU.
5731 (TARGET_OPT_AGU): New target option.
5732 (target_cpu_default): Add TARGET_CPU_DEFAULT_atom.
5733 (processor_type): Add PROCESSOR_ATOM.
5734
5735 * config/i386/i386.md (cpu): Add new value "atom".
5736 (use_carry, movu): New attr.
5737 (atom.md): Include atom.md.
5738 (adddi3_carry_rex64): Set attr "use_carry".
5739 (addqi3_carry): Likewise.
5740 (addhi3_carry): Likewise.
5741 (addsi3_carry): Likewise.
5742 (*addsi3_carry_zext): Likewise.
5743 (subdi3_carry_rex64): Likewise.
5744 (subqi3_carry): Likewise.
5745 (subhi3_carry): Likewise.
5746 (subsi3_carry): Likewise.
5747 (x86_movdicc_0_m1_rex64): Likewise.
5748 (*x86_movdicc_0_m1_se): Likewise.
5749 (x86_movsicc_0_m1): Likewise.
5750 (*x86_movsicc_0_m1_se): Likewise.
5751 (*adddi_1_rex64): Emit add insn as much as possible.
5752 (*addsi_1): Likewise.
5753 (return_internal): Set atom_unit.
5754 (return_internal_long): Likewise.
5755 (return_pop_internal): Likewise.
5756 (*rcpsf2_sse): Set atom_sse_attr attr.
5757 (*qrt<mode>2_sse): Likewise.
5758 (*prefetch_sse): Likewise.
5759
5760 * config/i386/i386-c.c (ix86_target_macros_internal): New case
5761 PROCESSOR_ATOM.
5762 (ix86_target_macros_internal): Likewise.
5763
5764 * config/i386/sse.md (cpu): Set attr "atom_sse_attr".
5765 (*prefetch_sse_rex): Likewise.
5766 (sse_rcpv4sf2): Likewise.
5767 (sse_vmrcpv4sf2): Likewise.
5768 (sse_sqrtv4sf2): Likewise.
5769 (<sse>_vmsqrt<mode>2): Likewise.
5770 (sse_ldmxcsr): Likewise.
5771 (sse_stmxcsr): Likewise.
5772 (*sse_sfence): Likewise.
5773 (sse2_clflush): Likewise.
5774 (*sse2_mfence): Likewise.
5775 (*sse2_lfence): Likewise.
5776 (avx_movup<avxmodesuffixf2c><avxmodesuffix>): Set attr "movu".
5777 (<sse>_movup<ssemodesuffixf2c>): Likewise.
5778 (avx_movdqu<avxmodesuffix>): Likewise.
5779 (avx_lddqu<avxmodesuffix>): Likewise.
5780 (sse2_movntv2di): Change attr "type" to "ssemov".
5781 (sse2_movntsi): Likewise.
5782 (rsqrtv8sf2): Change attr "type" to "sseadd".
5783 (sse3_addsubv2df3): Set attr "atom_unit".
5784 (sse3_h<plusminus_insn>v4sf3): Likewise.
5785 (*sse2_pmaddwd): Likewise.
5786 (*vec_extractv2di_1_rex64): Likewise.
5787 (*vec_extractv2di_1_avx): Likewise.
5788 (sse2_psadbw): Likewise.
5789 (ssse3_phaddwv8hi3): Likewise.
5790 (ssse3_phaddwv4hi3): Likewise.
5791 (ssse3_phadddv4si3): Likewise.
5792 (ssse3_phadddv2si3): Likewise.
5793 (ssse3_phaddswv8hi3): Likewise.
5794 (ssse3_phaddswv4hi3): Likewise.
5795 (ssse3_phsubwv8hi3): Likewise.
5796 (ssse3_phsubwv4hi3): Likewise.
5797 (ssse3_phsubdv4si3): Likewise.
5798 (ssse3_phsubdv2si3): Likewise.
5799 (ssse3_phsubswv8hi3): Likewise.
5800 (ssse3_phsubswv4hi3): Likewise.
5801 (ssse3_pmaddubsw128): Likewise.
5802 (sse3_pmaddubsw: Likewise.
5803 (ssse3_palignrti): Likewise.
5804 (ssse3_palignrdi): Likewise.
5805
53e350d3
GP
58062009-04-06 Gerald Pfeifer <gerald@pfeifer.com>
5807
5808 * doc/install.texi (Specific): Fix two cross-references to MinGW.
5809
439ef907
RG
58102009-04-06 Richard Guenther <rguenther@suse.de>
5811
5812 PR tree-optimization/28868
5813 * tree-ssa-pre.c (inserted_phi_names): New bitmap to keep track
5814 of which PHI results we inserted.
5815 (insert_into_preds_of_block): Record inserted PHIs.
5816 (eliminate): Eliminate redundant PHI nodes.
5817 (init_pre): Init inserted_phi_names.
5818
4bad83f5
RG
58192009-04-06 Richard Guenther <rguenther@suse.de>
5820
5821 PR tree-optimization/39643
5822 * tree-ssa-ccp.c (ccp_fold): Fold REALPART_EXPRs and
5823 IMAGPART_EXPRs of complex constants.
5824 (execute_fold_all_builtins): If we folded a call queue
5825 TODO_update_address_taken.
5826
570c4247
JH
58272009-04-06 Jan Hubicka <jh@suse.cz>
5828
5829 PR middle-end/39659
5830 * except.c (remove_unreachable_regions): Propagate may_contain_throw
5831 flag.
5832
a460d7a1
AS
58332009-04-06 Andrew Stubbs <ams@codesourcery.com>
5834
5835 * config/sh/lib1funcs.asm (ic_invalidate): Move ICBI out of the
5836 delay slot.
5837 (ic_invalidate_array): Likewise.
5838
60839f5d 58392009-04-06 Hariharan Sandanagobalane <hariharan@picochip.com>
6bdf8c2e
HS
5840
5841 * calls.c (emit_library_call_value_1): Fix a problem with parameter
5842 alignment for library calls.
5843
7d253f6e
DS
58442009-04-06 Danny Smith <dannysmith@users.sourceforge.net>
5845
5846 * config.gcc (mingw32 tm_file): Add mingw-stdint.h.
5847 (mingw32 tm clause use_gcc_stdint): Set to wrap.
5848 * config/i386/mingw-stdint.h: New file.
5849
941c3614
RB
58502009-04-05 Richard Guenther <rguenther@suse.de>
5851
5852 PR tree-optimization/39648
5853 * tree-ssa-sccvn.c (vn_reference_fold_indirect): Work around
5854 our &A vs. &A[0] IL deficiencies.
5855
12633413
JH
58562009-04-04 Jan Hubicka <jh@suse.cz>
5857
941c3614
RB
5858 * except.c (sjlj_find_directly_reachable_regions): Be ready for
5859 removed toplevel regions.
12633413
JH
5860 (sjlj_mark_call_sites): Likewise.
5861
bb2aaded
DK
58622009-04-04 Dave Korn <dave.korn.cygwin@gmail.com>
5863
5864 * config.gcc (cygwin tm_file): Add cygwin-stdint.h.
5865 (cygwin tm clause use_gcc_stdint): Set to wrap.
5866 * config/i386/cygwin-stdint.h: New file.
5867
86290011
RG
58682009-04-04 Richard Guenther <rguenther@suse.de>
5869
5870 * Makefile.in (tree-ssa-copy.o): Add $(CFGLOOP_H) dependency.
5871 * tree-ssa-copy.c (init_copy_prop): Do not propagate through
5872 single-argument PHIs if we are in loop-closed SSA form.
5873 * tree-vect-loop-manip.c (slpeel_add_loop_guard): Pass extra guards
5874 for the pre-condition.
5875 (slpeel_tree_peel_loop_to_edge): Likewise.
5876 (vect_build_loop_niters): Take an optional sequence to append stmts.
5877 (vect_generate_tmps_on_preheader): Likewise.
5878 (vect_do_peeling_for_loop_bound): Take extra guards for the
5879 pre-condition.
5880 (vect_do_peeling_for_alignment): Adjust. Unconditionally apply
5881 the cost model check.
5882 (vect_loop_versioning): Take stmt and stmt list to put pre-condition
7a715bba 5883 guards if we are going to peel. Do not apply versioning in that case.
86290011
RG
5884 * tree-vectorizer.h (vect_loop_versioning): Adjust declaration.
5885 (vect_do_peeling_for_loop_bound): Likewise.
5886 * tree-vect-loop.c (vect_transform_loop): If we are peeling for
5887 loop bound only record extra pre-conditions, do not apply loop
5888 versioning.
5889
5eeeac64
RG
58902009-04-04 Richard Guenther <rguenther@suse.de>
5891
5892 * tree-ssa-operands.c (pop_stmt_changes): Remove automatic
5893 renaming code.
5894
1ff7d06b
JH
58952009-04-04 Jan Hubicka <jh@suse.cz>
5896
5897 * tree-ssa-uncprop.c (associate_equivalences_with_edges): Use
5898 last_basic_block for size of bb->index indexed array.
5899 * bt-load.c (compute_defs_uses_and_gen, compute_kill,
5900 compute_out, link_btr_uses, build_btr_def_use_webs,
5901 build_btr_def_use_webs, migrate_btr_defs): Likewise.
5902
14925fcd
JH
59032009-04-04 Jan Hubicka <jh@suse.cz>
5904
5905 * except.c (remove_eh_handler_and_replace): Break out from ...
5906 (remove_eh_handler): ... here.
5907 (bring_to_root): New function.
5908 (remove_unreachable_regions): Collect MUST_NOT_THROW, unify runtime
5909 handled ones, bring others to root of tree.
5910
4e6d1743
JH
59112009-04-04 Jan Hubicka <jh@suse.cz>
5912
4cb735f7
JH
5913 * tree-eh.c (tree_empty_eh_handler_p): Pattern match more curefully.
5914 (all_phis_safe_to_merge): New function.
5915 (update_info): New structure.
5916 (make_eh_edge_and_update_phi, update_eh_edges): New functions.
5917 (cleanup_empty_eh): Update SSA if possible.
4e6d1743 5918
c6803d43
RG
59192009-04-04 Richard Guenther <rguenther@suse.de>
5920
5921 * tree-ssa.c (verify_ssa): With -O0 we do not need VOPs.
5922 * tree-ssa-operands.c (append_vdef): Do not append VOPs at -O0.
5923 (append_vuse): Likewise.
5924
54f5943c
JJ
59252009-04-04 Jakub Jelinek <jakub@redhat.com>
5926
5927 * unwind-dw2.h (_Unwind_FrameState): Add REG_UNDEFINED enum value.
5928 * unwind-dw2.c (execute_cfa_program): Set how to REG_UNDEFINED
5929 instead of REG_UNSAVED for DW_CFA_undefined.
5930 (uw_update_context_1): Handle REG_UNDEFINED the same as REG_UNSAVED.
5931 (uw_update_context): If RA column is REG_UNDEFINED, mark it as
5932 outermost frame.
5933
aad2bccb
RE
59342009-04-04 Richard Earnshaw <rearnsha@arm.com>
5935
5936 PR target/39501
5937 * arm.md (movsfcc): Disable if not TARGET_HARD_FLOAT.
5938 * testsuite/gcc.c-torture/execute/pr39501.c: New file.
5939 * testsuite/gcc.c-torture/execute/pr39501.x: New file.
5940
aa7069aa
RG
59412009-04-04 Richard Guenther <rguenther@suse.de>
5942
5943 PR tree-optimization/8781
5944 PR tree-optimization/37892
5945 * tree-ssa-sccvn.h (vn_reference_fold_indirect): Declare.
5946 * tree-ssa-sccvn.c (vn_reference_fold_indirect): New function.
5947 (valueize_refs): Call it for *& valueizations.
5948 (shared_reference_ops_from_ref): Rename to ...
5949 (valueize_shared_reference_ops_from_ref): ... this and valueize.
5950 (shared_reference_ops_from_call): Rename to ...
5951 (valueize_shared_reference_ops_from_call): ... this and valueize.
5952 (vn_reference_lookup): Update.
5953 (visit_reference_op_call): Likewise.
5954 * tree-ssa-pre.c (phi_translate_1): Fold *&.
5955 (eliminate): Value-replace the call address in call statements.
5956
cd15ad3e
RG
59572009-04-04 Richard Guenther <rguenther@suse.de>
5958
5959 PR tree-optimization/39636
5960 * tree-ssa-forwprop.c
5961 (forward_propagate_addr_into_variable_array_index): Check for
5962 GIMPLE_ASSIGN before accessing the rhs code.
5963
462f3262
JM
59642009-04-03 Jason Merrill <jason@redhat.com>
5965
5966 * stor-layout.c (set_sizetype): Set TYPE_CANONICAL.
5967
6adb807e
SE
59682009-04-03 Steve Ellcey <sje@cup.hp.com>
5969
5970 * config/ia64/ia64.md (extendsfdf2, extendsfxf2, extenddfxf2,
5971 truncdfsf2, truncxfsf2, truncxfdf2, floatdixf2, fix_truncsfdi2,
5972 fix_truncdfdi2, fix_truncxfdi2, fix_truncxfdi2_alts, floatunsdisf2,
5973 floatunsdidf2, floatunsdixf2, fixuns_truncsfdi2, fixuns_truncdfdi2,
5974 fixuns_truncxfdi2, fixuns_truncxfdi2_alts, divsi3_internal,
5975 smuldi3_highpart, umuldi3_highpart, ctzdi2, *getf_exp_xf,
5976 divdi3_internal_lat, divdi3_internal_thr, mulditi3, *mulditi3_internal,
5977 umulditi3, *umulditi3_internal, addsf3, mulsf3, abssf2, negsf2,
5978 *nabssf2, sminsf3, smaxsf3, *maddsf4, *msubsf4, *nmulsf3, *nmaddsf4,
5979 *nmaddsf4_alts, divsf3, *sqrt_approx, sqrtsf2, sqrtsf2_internal_thr,
5980 adddf3, *adddf3_trunc, muldf3, *muldf3_trunc, absdf2, negdf2, *nabsdf2,
5981 smindf3, smaxdf3, *madddf4, *madddf4_trunc, *msubdf4, *msubdf4_trunc,
5982 *nmuldf3, *nmuldf3_trunc, *nmadddf4, *nmadddf4_alts, *nmadddf4_truncsf,
5983 *nmadddf4_truncsf_alts, divdf3, sqrtdf2, sqrtdf2_internal_thr, divxf3,
5984 sqrtxf2, sqrtxf2_internal_thr, *recip_approx):
5985 Use fr_reg_or_fp01_operand instead of fr_register_operand
5986
5987 * config/ia64/div.md (extend<mode>rf2, truncrf<mode>2,
5988 recip_approx_rf, divsf3_internal_thr, divsf3_internal_lat,
5989 divdf3_internal_thr, divdf3_internal_lat divxf3_internal): Ditto.
5990
174b3107
VM
59912009-04-03 Vladimir Makarov <vmakarov@redhat.com>
5992
b844e5d8
L
5993 PR rtl-optimization/39607
5994 PR rtl-optimization/39631
7a715bba
UB
5995
5996 Revert:
2ba9daa7 5997
174b3107
VM
5998 2009-03-30 Vladimir Makarov <vmakarov@redhat.com>
5999 * reload.c (push_reload, find_dummy_reload): Use df_get_live_out
6000 instead of DF_LR_OUT.
6001 * ira-lives.c (process_bb_node_lives): Ditto.
6002 * ira-color.c (ira_loop_edge_freq): Use df_get_live_{out,in}
6003 instead of DF_LR_{OUT,IN}.
6004 * ira-emit.c (generate_edge_moves, add_ranges_and_copies): Ditto.
6005 * ira-build.c (create_bb_allocnos, create_loop_allocnos): Ditto.
6006
535b544a
SB
60072009-04-03 Steven Bosscher <steven@gcc.gnu.org>
6008
6009 * omp-low.c (pass_expand_omp): Don't claim to provide PROP_gimple_lomp.
6010 (execute_lower_omp): Always run but take the short way out if -fopenmp
6011 is not given.
6012 (gate_lower_omp): Remove, forcing the pass manager to always run the
6013 pass and always set PROP_gimple_lomp.
6014 (pass_lower_omp): Remove gate function.
6015 * matrix-reorg.c (pass_ipa_matrix_reorg): Don't claim to provide
6016 PROP_trees. Instead, require it.
6017 * ipa-cp.c (pass_ipa_cp): Likewise.
6018 * ipa-inline.c (pass_early_inline): Don't claim to provide PROP_cfg.
6019 (pass_ipa_early_inline, pass_inline_parameters, pass_ipa_inline): Idem.
6020 * tree-profile.c (pass_tree_profile): Don't claim to provide PROP_cfg
6021 and PROP_gimple_leh.
6022
5006671f
RG
60232009-04-03 Richard Guenther <rguenther@suse.de>
6024
6025 PR middle-end/13146
6026 PR tree-optimization/23940
6027 PR tree-optimization/33237
6028 PR middle-end/33974
6029 PR middle-end/34093
6030 PR tree-optimization/36201
6031 PR tree-optimization/36230
6032 PR tree-optimization/38049
6033 PR tree-optimization/38207
6034 PR tree-optimization/38230
6035 PR tree-optimization/38301
6036 PR tree-optimization/38585
6037 PR middle-end/38895
6038 PR tree-optimization/38985
6039 PR tree-optimization/39299
6040 * tree-ssa-structalias.h: Remove.
6041 * tree-ssa-operands.h (NULL_USE_OPERAND_P): Make of type use_operand_p.
6042 (NULL_DEF_OPERAND_P): Make of type def_operand_p.
6043 (struct vuse_element_d): Remove.
6044 (struct vuse_vec_d): Likewise.
6045 (VUSE_VECT_NUM_ELEM, VUSE_VECT_ELEMENT_NC, VUSE_ELEMENT_PTR_NC,
6046 VUSE_ELEMENT_VAR_NC, VUSE_VECT_ELEMENT, VUSE_ELEMENT_PTR,
6047 SET_VUSE_VECT_ELEMENT, SET_VUSE_ELEMENT_VAR, SET_VUSE_ELEMENT_PTR,
6048 VUSE_ELEMENT_VAR): Likewise.
6049 (struct voptype_d): Likewise.
6050 (NUM_VOP_FREE_BUCKETS): Likewise.
6051 (struct ssa_operands): Remove vop_free_buckets and mpt_table fields.
6052 (struct stmt_operands_d): Remove.
6053 (VUSE_OP_PTR, VUSE_OP, SET_VUSE_OP, VUSE_NUM, VUSE_VECT,
6054 VDEF_RESULT_PTR, VDEF_RESULT, VDEF_OP_PTR, VDEF_OP, SET_VDEF_OP,
6055 VDEF_NUM, VDEF_VECT): Likewise.
6056 (copy_virtual_operands): Remove.
6057 (operand_build_cmp): Likewise.
6058 (create_ssa_artificial_load_stmt): Likewise.
6059 (enum ssa_op_iter_type): Remove ssa_op_iter_vdef.
6060 (struct ssa_operand_iterator_d): Remove vuses, vdefs, mayusesm
6061 vuse_index and mayuse_index members. Pack and move done and iter_type
6062 members to the front.
6063 (SSA_OP_VMAYUSE): Remove.
6064 (SSA_OP_VIRTUAL_USES): Adjust.
6065 (FOR_EACH_SSA_VDEF_OPERAND): Remove.
6066 (unlink_stmt_vdef): Declare.
6067 (add_to_addressable_set): Remove.
6068 * tree-vrp.c (stmt_interesting_for_vrp): Adjust.
6069 (vrp_visit_stmt): Likewise.
6070 * doc/tree-ssa.texi (Alias analysis): Update.
6071 * doc/invoke.texi (max-aliased-vops): Remove docs.
6072 (avg-aliased-vops): Likewise.
6073 * tree-into-ssa.c (syms_to_rename): Remove.
6074 (need_to_update_vops_p): Likewise.
6075 (need_to_initialize_update_ssa_p): Rename to ...
6076 (update_ssa_initialized_fn): ... this. Track function we are
6077 initialized for.
6078 (symbol_marked_for_renaming): Simplify.
6079 (add_new_name_mapping): Do not set need_to_update_vops_p.
6080 (dump_currdefs): Use SYMS_TO_RENAME.
6081 (rewrite_update_stmt): Always walk all uses/defs.
6082 (dump_update_ssa): Adjust.
6083 (init_update_ssa): Take function argument. Track what we are
6084 initialized for.
6085 (delete_update_ssa): Reset SYMS_TO_RENAME and update_ssa_initialized_fn.
6086 (create_new_def_for): Initialize for cfun, assert we are initialized
6087 for cfun.
6088 (mark_sym_for_renaming): Simplify.
6089 (mark_set_for_renaming): Do not initialize update-ssa.
6090 (need_ssa_update_p): Simplify. Take function argument.
6091 (name_mappings_registered_p): Assert we ask for the correct function.
6092 (name_registered_for_update_p): Likewise.
6093 (ssa_names_to_replace): Likewise.
6094 (release_ssa_name_after_update_ssa): Likewise.
6095 (update_ssa): Likewise. Use SYMS_TO_RENAME.
6096 (dump_decl_set): Do not print a newline.
6097 (debug_decl_set): Do it here.
6098 (dump_update_ssa): And here.
6099 * tree-ssa-loop-im.c (move_computations): Adjust.
6100 (movement_possibility): Likewise.
6101 (determine_max_movement): Likewise.
6102 (gather_mem_refs_stmt): Likewise.
6103 * tree-dump.c (dequeue_and_dump): Do not handle SYMBOL_MEMORY_TAG
6104 or NAME_MEMORY_TAG.
6105 * tree-complex.c (update_all_vops): Remove.
6106 (expand_complex_move): Adjust.
6107 * tree-ssa-loop-niter.c (chain_of_csts_start): Use NULL_TREE.
6108 Simplify test for memory referencing statement. Exclude
6109 non-invariant ADDR_EXPRs.
6110 * tree-pretty-print.c (dump_generic_node): Do not handle memory tags.
6111 * tree-loop-distribution.c (generate_memset_zero): Adjust.
6112 (rdg_flag_uses): Likewise.
6113 * tree-tailcall.c (suitable_for_tail_opt_p): Remove memory-tag
6114 related code.
6115 (tree_optimize_tail_calls_1): Also split the
6116 edge from the entry block if we have degenerate PHI nodes in
6117 the first basic block.
6118 * tree.c (init_ttree): Remove memory-tag related code.
6119 (tree_code_size): Likewise.
6120 (tree_node_structure): Likewise.
6121 (build7_stat): Re-write to be build6_stat.
6122 * tree.h (MTAG_P, TREE_MEMORY_TAG_CHECK, TMR_TAG): Remove.
6123 (SSA_VAR_P): Adjust.
6124 (struct tree_memory_tag): Remove.
6125 (struct tree_memory_partition_tag): Likewise.
6126 (union tree_node): Adjust.
6127 (build7): Re-write to be build6.
6128 * tree-pass.h (pass_reset_cc_flags): Remove.
6129 (TODO_update_address_taken): New flag.
6130 (pass_simple_dse): Remove.
6131 * ipa-cp.c (ipcp_update_callgraph): Update SSA form.
6132 * params.h (MAX_ALIASED_VOPS): Remove.
6133 (AVG_ALIASED_VOPS): Likewise.
6134 * omp-low.c (expand_omp_taskreg): Update SSA form.
6135 * tree-ssa-dse.c (dse_optimize_stmt): Properly query if the rhs
6136 aliases the lhs in a copy stmt.
6137 * tree-ssa-dse.c (struct address_walk_data): Remove.
6138 (memory_ssa_name_same): Likewise.
6139 (memory_address_same): Likewise.
6140 (get_kill_of_stmt_lhs): Likewise.
6141 (dse_possible_dead_store_p): Simplify, use the oracle. Handle
6142 unused stores. Look through PHI nodes into post-dominated regions.
6143 (dse_optimize_stmt): Simplify. Properly remove stores.
6144 (tree_ssa_dse): Compute dominators.
6145 (execute_simple_dse): Remove.
6146 (pass_simple_dse): Likewise.
6147 * ipa-reference.c (scan_stmt_for_static_refs): Open-code
6148 gimple_loaded_syms and gimple_stored_syms computation.
6149 * toplev.c (dump_memory_report): Dump alias and pta stats.
6150 * tree-ssa-sccvn.c (vn_reference_compute_hash): Simplify.
6151 (vn_reference_eq): Likewise.
6152 (vuses_to_vec, copy_vuses_from_stmt, vdefs_to_vec,
6153 copy_vdefs_from_stmt, shared_lookup_vops, shared_vuses_from_stmt,
6154 valueize_vuses): Remove.
6155 (get_def_ref_stmt_vuses): Simplify. Rename to ...
6156 (get_def_ref_stmt_vuse): ... this.
6157 (vn_reference_lookup_2): New function.
6158 (vn_reference_lookup_pieces): Use walk_non_aliased_vuses for
6159 walking equivalent vuses. Simplify.
6160 (vn_reference_lookup): Likewise.
6161 (vn_reference_insert): Likewise.
6162 (vn_reference_insert_pieces): Likewise.
6163 (visit_reference_op_call): Simplify.
6164 (visit_reference_op_load): Likewise.
6165 (visit_reference_op_store): Likewise.
6166 (init_scc_vn): Remove shared_lookup_vuses initialization.
6167 (free_scc_vn): Remove shared_lookup_vuses freeing.
6168 (sort_vuses, sort_vuses_heap): Remove.
6169 (get_ref_from_reference_ops): Export.
6170 * tree-ssa-sccvn.h (struct vn_reference_s): Replace vuses
6171 vector with single vuse pointer.
6172 (vn_reference_lookup_pieces, vn_reference_lookup,
6173 vn_reference_insert, vn_reference_insert_pieces): Adjust prototypes.
6174 (shared_vuses_from_stmt): Remove.
6175 (get_ref_from_reference_ops): Declare.
6176 * tree-ssa-loop-manip.c (slpeel_can_duplicate_loop_p): Adjust.
6177 * tree-ssa-copyrename.c (copy_rename_partition_coalesce): Remove
6178 memory-tag related code.
6179 * tree-ssa-ccp.c (get_symbol_constant_value): Remove memory-tag code.
6180 (likely_value): Add comment, skip static-chain of call statements.
6181 (surely_varying_stmt_p): Adjust.
6182 (gimplify_and_update_call_from_tree): Likewise.
6183 (execute_fold_all_builtins): Do not rebuild alias info.
6184 (gimplify_and_update_call_from_tree): Properly update VOPs.
6185 * tree-ssa-loop-ivopts.c (get_ref_tag): Remove.
6186 (copy_ref_info): Remove memory-tag related code.
6187 * tree-call-cdce.c (tree_call_cdce): Rename the VOP.
6188 * ipa-pure-const.c (check_decl): Remove memory-tag related code.
6189 (check_stmt): Open-code gimple_loaded_syms and gimple_stored_syms
6190 computation.
6191 * tree-ssa-dom.c (gimple_p): Remove typedef.
6192 (eliminate_redundant_computations): Adjust.
6193 (record_equivalences_from_stmt): Likewise.
6194 (avail_expr_hash): Likewise.
6195 (avail_expr_eq): Likewise.
7a715bba 6196 * tree-ssa-propagate.c (update_call_from_tree): Properly update VOPs.
5006671f
RG
6197 (stmt_makes_single_load): Likewise.
6198 (stmt_makes_single_store): Likewise.
6199 * tree-ssa-alias.c: Rewrite completely.
6200 (debug_memory_partitions, dump_mem_ref_stats, debug_mem_ref_stats,
6201 debug_mem_sym_stats, dump_mem_sym_stats_for_var,
6202 debug_all_mem_sym_stats, debug_mp_info, update_mem_sym_stats_from_stmt,
6203 delete_mem_ref_stats, create_tag_raw, dump_points_to_info,
6204 dump_may_aliases_for, debug_may_aliases_for, new_type_alias):
6205 Remove public functions.
6206 (pass_reset_cc_flags): Remove.
6207 (pass_build_alias): Move ...
6208 * tree-ssa-structalias.c (pass_build_alias): ... here.
6209 * tree-ssa-alias.c (may_be_aliased): Move ...
6210 * tree-flow-inline.h (may_be_aliased): ... here.
6211 tree-ssa-alias.c (struct count_ptr_d, count_ptr_derefs,
6212 count_uses_and_derefs): Move ...
6213 * gimple.c: ... here.
6214 * gimple.h (count_uses_and_derefs): Declare.
6215 * tree-ssa-alias.c (dump_alias_stats, ptr_deref_may_alias_global_p,
6216 ptr_deref_may_alias_decl_p, ptr_derefs_may_alias_p,
6217 same_type_for_tbaa, nonaliasing_component_refs_p, decl_refs_may_alias_p,
6218 indirect_ref_may_alias_decl_p, indirect_refs_may_alias_p,
6219 ref_maybe_used_by_call_p, ref_maybe_used_by_stmt_p,
6220 call_may_clobber_ref_p, stmt_may_clobber_ref_p, maybe_skip_until,
6221 get_continuation_for_phi, walk_non_aliased_vuses, walk_aliased_vdefs):
6222 New functions.
6223 * tree-dfa.c (refs_may_alias_p): Move ...
6224 * tree-ssa-alias.c (refs_may_alias_p): ... here. Extend.
6225 * tree-ssa-alias.h: New file.
6226 * tree-ssa-sink.c (is_hidden_global_store): Adjust.
6227 (statement_sink_location): Likewise.
6228 * opts.c (decode_options): Do not adjust max-aliased-vops or
6229 avg-aliased-vops values.
6230 * timevar.def (TV_TREE_MAY_ALIAS): Remove.
6231 (TV_CALL_CLOBBER): Likewise.
6232 (TV_FLOW_SENSITIVE): Likewise.
6233 (TV_FLOW_INSENSITIVE): Likewise.
6234 (TV_MEMORY_PARTITIONING): Likewise.
6235 (TV_ALIAS_STMT_WALK): New timevar.
6236 * tree-ssa-loop-ivcanon.c (empty_loop_p): Adjust.
6237 * tree-ssa-address.c (create_mem_ref_raw): Use build6.
6238 (get_address_description): Remove memory-tag related code.
6239 * tree-ssa-ifcombine.c (bb_no_side_effects_p): Adjust.
6240 * treestruct.def (TS_MEMORY_TAG, TS_MEMORY_PARTITION_TAG): Remove.
6241 * tree-eh.c (cleanup_empty_eh): Do not leave stale SSA_NAMEs
6242 and immediate uses in statements. Document.
6243 * gimple-pretty-print.c (dump_gimple_mem_ops): Adjust.
6244 (dump_symbols): Remove.
6245 (dump_gimple_mem_ops): Do not dump loaded or stored syms.
6246 * alias.c (get_deref_alias_set): New function split out from ...
6247 (get_alias_set): ... here.
6248 * alias.h (get_deref_alias_set): Declare.
6249 * tree-vect-data-refs.c (vect_create_data_ref_ptr): Remove unused
6250 type parameter. Remove restrict pointer handling. Create a
6251 ref-all pointer in case type-based alias sets do not conflict.
6252 (vect_analyze_data_refs): Remove SMT related code.
6253 * tree-vect-stmts.c (vectorizable_store): Re-instantiate TBAA assert.
6254 (vectorizable_load): Likewise.
6255 * tree-data-ref.h (struct dr_alias): Remove symbol_tag field.
6256 (DR_SYMBOL_TAG, DR_VOPS): Remove.
6257 * tree-data-ref.c (dr_may_alias_p): Use the alias-oracle.
6258 Ignore vops and SMTs.
6259 (dr_analyze_alias): Likewise..
6260 (free_data_ref): Likewise.
6261 (create_data_ref): Likewise.
6262 (analyze_all_data_dependences): Likewise.
6263 (get_references_in_stmt): Adjust.
6264 * tree-flow-inline.h (gimple_aliases_computed_p,
6265 gimple_addressable_vars, gimple_call_clobbered_vars,
6266 gimple_call_used_vars, gimple_global_var, may_aliases, memory_partition,
6267 factoring_name_p, mark_call_clobbered, clear_call_clobbered,
6268 compare_ssa_operands_equal, symbol_mem_tag, set_symbol_mem_tag,
6269 gimple_mem_ref_stats): Remove.
6270 (gimple_vop): New function.
6271 (op_iter_next_use): Remove vuses and mayuses cases.
6272 (op_iter_next_def): Remove vdefs case.
6273 (op_iter_next_tree): Remove vuses, mayuses and vdefs cases.
6274 (clear_and_done_ssa_iter): Do not set removed fields.
6275 (op_iter_init): Likewise. Skip vuse and/or vdef if requested.
6276 Assert we are not iterating over vuses or vdefs if not also
6277 iterating over uses or defs.
6278 (op_iter_init_use): Likewise.
6279 (op_iter_init_def): Likewise.
6280 (op_iter_next_vdef): Remove.
6281 (op_iter_next_mustdef): Likewise.
6282 (op_iter_init_vdef): Likewise.
6283 (compare_ssa_operands_equal): Likewise.
6284 (link_use_stmts_after): Handle vuse operand.
6285 (is_call_used): Use is_call_clobbered.
6286 (is_call_clobbered): Global variables are always call clobbered,
6287 query the call-clobbers bitmap.
6288 (mark_call_clobbered): Ignore global variables.
6289 (clear_call_clobbered): Likewise.
6290 * tree-ssa-coalesce.c (create_outofssa_var_map): Adjust
6291 virtual operands sanity check.
6292 * tree.def (NAME_MEMORY_TAG, SYMBOL_MEMORY_TAG, MEMORY_PARTITION_TAG):
6293 Remove.
6294 (TARGET_MEM_REF): Remove TMR_TAG operand.
6295 * tree-dfa.c (add_referenced_var): Initialize call-clobber state.
6296 Remove call-clobber related code.
6297 (remove_referenced_var): Likewise. Do not clear mpt or symbol_mem_tag.
6298 (dump_variable): Do not dump SMTs, memory stats, may-aliases or
6299 partitions or escape reason.
6300 (get_single_def_stmt, get_single_def_stmt_from_phi,
6301 get_single_def_stmt_with_phi): Remove.
6302 (dump_referenced_vars): Tidy.
6303 (get_ref_base_and_extent): Allow bare decls.
6304 (collect_dfa_stats): Adjust.
6305 * graphite.c (rename_variables_in_stmt): Adjust.
6306 (graphite_copy_stmts_from_block): Likewise.
6307 (translate_clast): Likewise.
6308 * tree-ssa-pre.c (struct bb_bitmap_sets): Add expr_dies bitmap.
6309 (EXPR_DIES): New.
6310 (translate_vuse_through_block): Use the oracle.
6311 (phi_translate_1): Adjust.
6312 (value_dies_in_block_x): Use the oracle. Cache the outcome
6313 in EXPR_DIES.
6314 (valid_in_sets): Check if the VUSE for
6315 a REFERENCE is available.
6316 (eliminate): Do not remove stmts during elimination,
6317 instead queue and remove them afterwards.
6318 (do_pre): Do not rebuild alias info.
6319 (pass_pre): Run TODO_rebuild_alias before PRE.
6320 * tree-ssa-live.c (remove_unused_locals): Remove memory-tag code.
6321 * tree-sra.c (sra_walk_function): Use gimple_references_memory_p.
6322 (mark_all_v_defs_stmt): Remove.
6323 (mark_all_v_defs_seq): Adjust.
6324 (sra_replace): Likewise.
6325 (scalarize_use): Likewise.
6326 (scalarize_copy): Likewise.
6327 (scalarize_init): Likewise.
6328 (scalarize_ldst): Likewise.
6329 (todoflags): Remove.
6330 (tree_sra): Do not rebuild alias info.
6331 (tree_sra_early): Adjust.
6332 (pass_sra): Run TODO_update_address_taken before SRA.
6333 * tree-predcom.c (set_alias_info): Remove.
6334 (prepare_initializers_chain): Do not call it.
6335 (mark_virtual_ops_for_renaming): Adjust.
6336 (mark_virtual_ops_for_renaming_list): Remove.
6337 (initialize_root_vars): Adjust.
6338 (initialize_root_vars_lm): Likewise.
6339 (prepare_initializers_chain): Likewise.
6340 * tree-ssa-copy.c (may_propagate_copy): Remove memory-tag related code.
6341 (may_propagate_copy_into_stmt): Likewise.
6342 (merge_alias_info): Do nothing for now.
6343 (propagate_tree_value_into_stmt): Adjust.
6344 (stmt_may_generate_copy): Likewise.
6345 * tree-ssa-forwprop.c (tidy_after_forward_propagate_addr): Do
6346 not mark symbols for renaming.
6347 (forward_propagate_addr_expr): Match up push/pop_stmt_changes
6348 with the same statement, make sure to update the new pointed-to one.
6349 * tree-ssa-dce.c (eliminate_unnecessary_stmts): Do not copy
6350 call statements, do not mark symbols for renaming.
6351 (mark_operand_necessary): Dump something.
6352 (ref_may_be_aliased): New function.
6353 (mark_aliased_reaching_defs_necessary_1): New helper function.
6354 (mark_aliased_reaching_defs_necessary): Likewise.
6355 (mark_all_reaching_defs_necessary_1): Likewise.
6356 (mark_all_reaching_defs_necessary): Likewise.
6357 (propagate_necessity): Do not process virtual PHIs. For
6358 non-aliased loads mark all reaching definitions as necessary.
6359 For aliased loads and stores mark the immediate dominating
6360 aliased clobbers as necessary.
6361 (visited): New global static.
6362 (perform_tree_ssa_dce): Free visited bitmap after propagating
6363 necessity.
6364 (remove_dead_phis): Perform simple dead virtual PHI removal.
6365 (remove_dead_stmt): Properly unlink virtual operands when
6366 removing stores.
6367 (eliminate_unnecessary_stmts): Schedule PHI removal after
6368 stmt removal.
6369 * tree-ssa-ter.c (is_replaceable_p): Adjust.
6370 (process_replaceable): Likewise.
6371 (find_replaceable_in_bb): Likewise.
6372 * tree-ssa.c (verify_ssa_name): Verify all VOPs are
6373 based on the single gimple vop.
6374 (verify_flow_insensitive_alias_info): Remove.
6375 (verify_flow_sensitive_alias_info): Likewise.
6376 (verify_call_clobbering): Likewise.
6377 (verify_memory_partitions): Likewise.
6378 (verify_alias_info): Likewise.
6379 (verify_ssa): Adjust..
6380 (execute_update_addresses_taken): Export. Update SSA
6381 manually. Optimize only when optimizing. Use a local bitmap.
6382 (pass_update_address_taken): Remove TODO_update_ssa, add
6383 TODO_dump_func.
6384 (pass_update_address_taken): Just use TODO_update_address_taken.
6385 (init_tree_ssa): Do not initialize addressable_vars.
6386 (verify_ssa): Verify new VUSE / VDEF properties.
6387 Verify that all stmts definitions have the stmt as SSA_NAME_DEF_STMT.
6388 Do not call verify_alias_info.
6389 (delete_tree_ssa): Clear the VUSE, VDEF operands.
6390 Do not free the loaded and stored syms bitmaps. Reset the escaped
6391 and callused solutions. Do not free addressable_vars.
6392 Remove memory-tag related code.
6393 (warn_uninitialized_var): Aliases are always available.
6394 * tree-ssa-loop-prefetch.c (gather_memory_references): Adjust.
6395 * lambda-code.c (can_put_in_inner_loop): Adjust.
6396 (can_put_after_inner_loop): Likewise.
6397 (perfect_nestify): Likewise.
6398 * tree-vect-stmts.c (vect_stmt_relevant_p): Adjust.
6399 (vect_gen_widened_results_half): Remove CALL_EXPR handling.
6400 (vectorizable_conversion): Do not mark symbols for renaming.
6401 * tree-inline.c (remap_gimple_stmt): Clear VUSE/VDEF.
6402 (expand_call_inline): Unlink the calls virtual operands before
6403 replacing it.
6404 (tree_function_versioning): Do not call update_ssa if we are not
6405 updating clones. Simplify.
6406 * tree-ssa-phiprop.c (phivn_valid_p): Adjust.
6407 (propagate_with_phi): Likewise..
6408 * tree-outof-ssa.c (create_temp): Remove memory tag and call
6409 clobber code. Assert we are not aliased or global.
6410 * tree-flow.h: Include tree-ssa-alias.h
6411 (enum escape_type): Remove.
6412 (struct mem_sym_stats_d): Likewise.
6413 (struct mem_ref_stats_d): Likewise.
6414 (struct gimple_df): Add vop member. Remove global_var,
6415 call_clobbered_vars, call_used_vars, addressable_vars,
6416 aliases_compted_p and mem_ref_stats members. Add syms_to_rename,
6417 escaped and callused members.
6418 (struct ptr_info_def): Remove all members, add points-to solution
6419 member pt.
6420 (struct var_ann_d): Remove in_vuse_list, in_vdef_list,
6421 call_clobbered, escape_mask, mpt and symbol_mem_tag members.
6422 * Makefile.in (TREE_FLOW_H): Add tree-ssa-alias.h.
6423 (tree-ssa-structalias.o): Remove tree-ssa-structalias.h.
6424 (tree-ssa-alias.o): Likewise.
6425 (toplev.o): Add tree-ssa-alias.h
6426 (GTFILES): Remove tree-ssa-structalias.h, add tree-ssa-alias.h.
6427 * gimple.c (gimple_set_bb): Fix off-by-one error.
6428 (is_gimple_reg): Do not handle memory tags.
6429 (gimple_copy): Also copy virtual operands.
6430 Delay updating the statement. Do not reset loaded and stored syms.
6431 (gimple_set_stored_syms): Remove.
6432 (gimple_set_loaded_syms): Likewise.
6433 (gimple_call_copy_skip_args): Copy the virtual operands
6434 and mark the new statement modified.
6435 * tree-ssa-structalias.c (may_alias_p): Remove.
6436 (set_uids_in_ptset): Take the alias set to prune with as
6437 parameter. Fold in the alias test of may_alias_p.
6438 (compute_points_to_sets): Compute whether a ptr is dereferenced
6439 in a local sbitmap.
6440 (process_constraint): Deal with &ANYTHING on the lhs, reject all
6441 other ADDRESSOF constraints on the lhs.
6442 (get_constraint_for_component_ref): Assert that we don't get
6443 ADDRESSOF constraints from the base of the reference.
6444 Properly generate UNKNOWN_OFFSET for DEREF if needed.
6445 (struct variable_info): Remove collapsed_to member.
6446 (get_varinfo_fc): Remove.
6447 (new_var_info): Do not set collapsed_to.
6448 (dump_constraint): Do not follow cycles.
6449 (dump_constraint_graph): Likewise.
6450 (build_pred_graph): Likewise.
6451 (build_succ_graph): Likewise.
6452 (rewrite_constraints): Likewise.
6453 (do_simple_structure_copy): Remove.
6454 (do_rhs_deref_structure_copy): Remove.
6455 (do_lhs_deref_structure_copy): Remove.
6456 (collapse_rest_of_var): Remove.
6457 (do_structure_copy): Re-implement.
6458 (pta_stats): New global variable.
6459 (dump_pta_stats): New function.
6460 (struct constraint_expr): Make offset signed.
6461 (UNKNOWN_OFFSET): Define special value.
6462 (dump_constraint): Dump UNKNOWN_OFFSET as UNKNOWN.
6463 (solution_set_expand): New helper function split out from ...
6464 (do_sd_constraint): ... here.
6465 (solution_set_add): Handle UNKNOWN_OFFSET. Handle negative offsets.
6466 (do_ds_constraint): Likewise.
6467 (do_sd_constraint): Likewise. Do not special-case ESCAPED = *ESCAPED
6468 and CALLUSED = *CALLUSED.
6469 (set_union_with_increment): Make inc argument signed.
6470 (type_safe): Remove.
6471 (get_constraint_for_ptr_offset): Handle unknown and negative
6472 constant offsets.
6473 (first_vi_for_offset): Handle offsets before start. Bail
6474 out early for offsets beyond the variable extent.
6475 (first_or_preceding_vi_for_offset): New function.
6476 (init_base_vars): Add ESCAPED = ESCAPED + UNKNOWN_OFFSET constraint.
6477 Together with ESCAPED = *ESCAPED this properly computes reachability.
6478 (find_what_var_points_to): New function.
6479 (find_what_p_points_to): Implement in terms of find_what_var_points_to.
6480 (pt_solution_reset, pt_solution_empty_p, pt_solution_includes_global,
6481 pt_solution_includes_1, pt_solution_includes, pt_solutions_intersect_1,
6482 pt_solutions_intersect): New functions.
6483 (compute_call_used_vars): Remove.
6484 (compute_may_aliases): New main entry into PTA computation.
6485 * gimple.h (gimple_p): New typedef.
6486 (struct gimple_statement_base): Remove references_memory_p.
6487 (struct gimple_statement_with_memory_ops_base): Remove
6488 vdef_ops, vuse_ops, stores and loads members. Add vdef and vuse
6489 members.
6490 (gimple_vuse_ops, gimple_set_vuse_ops, gimple_vdef_ops,
6491 gimple_set_vdef_ops, gimple_loaded_syms, gimple_stored_syms,
6492 gimple_set_references_memory): Remove.
6493 (gimple_vuse_op, gimple_vdef_op, gimple_vuse, gimple_vdef,
6494 gimple_vuse_ptr, gimple_vdef_ptri, gimple_set_vuse, gimple_set_vdef):
6495 New functions.
6496 * tree-cfg.c (move_block_to_fn): Fix off-by-one error.
6497 (verify_expr): Allow RESULT_DECL.
6498 (gimple_duplicate_bb): Do not copy virtual operands.
6499 (gimple_duplicate_sese_region): Adjust.
6500 (gimple_duplicate_sese_tail): Likewise.
6501 (mark_virtual_ops_in_region): Remove.
6502 (move_sese_region_to_fn): Do not call it.
6503 * passes.c (init_optimization_passes): Remove pass_reset_cc_flags
6504 and pass_simple_dse.
6505 (execute_function_todo): Handle TODO_update_address_taken,
6506 call execute_update_addresses_taken for TODO_rebuild_alias.
6507 (execute_todo): Adjust.
6508 (execute_one_pass): Init dump files early.
6509 * ipa-struct-reorg.c (finalize_var_creation): Do not mark vars
6510 call-clobbered.
6511 (create_general_new_stmt): Clear vops.
6512 * tree-ssa-reassoc.c (get_rank): Adjust.
6513 * tree-vect-slp.c (vect_create_mask_and_perm): Do not mark
6514 symbols for renaming.
6515 * params.def (PARAM_MAX_ALIASED_VOPS): Remove.
6516 (PARAM_AVG_ALIASED_VOPS): Likewise.
6517 * tree-ssanames.c (init_ssanames): Allocate SYMS_TO_RENAME.
6518 (duplicate_ssa_name_ptr_info): No need to copy the shared bitmaps.
7a715bba 6519 * tree-ssa-operands.c: Simplify for new virtual operand representation.
5006671f
RG
6520 (operand_build_cmp, copy_virtual_operands,
6521 create_ssa_artificial_load_stmt, add_to_addressable_set,
6522 gimple_add_to_addresses_taken): Remove public functions.
6523 (unlink_stmt_vdef): New function.
6524
457d1d00
AM
65252009-04-03 Alan Modra <amodra@bigpond.net.au>
6526
6527 * config.gcc (powerpc-*-linux*): Merge variants.
6528
e19da24c 65292009-04-02 Chao-ying Fu <fu@mips.com>
60839f5d 6530 James Grosbach <james.grosbach@microchip.com>
e19da24c
CF
6531
6532 * config/mips/mips.c (mips_frame_info): Add acc_mask, num_acc,
6533 num_cop0_regs, acc_save_offset, cop0_save_offset, acc_sp_offset,
6534 cop0_sp_offset.
6535 (machine_function): Add interrupt_handler_p, use_shadow_register_set_p,
6536 keep_interrupts_masked_p, use_debug_exception_return_p.
6537 (mips_attribute_table): Add interrupt, use_shadow_register_set,
6538 keep_interrupts_masked, use_debug_exception_return.
6539 (mips_interrupt_type_p, mips_use_shadow_register_set_p,
6540 mips_keep_interrupts_masked_p, mips_use_debug_exception_return_p):
6541 New functions.
6542 (mips_function_ok_for_sibcall): Return false for interrupt handlers.
6543 (mips_print_operand): Process COP0 registers to print $0 .. $31
6544 correctly for GAS to process.
6545 (mips_interrupt_extra_call_saved_reg_p): New function.
6546 (mips_cfun_call_saved_reg_p): For interrupt handlers, we need to check
6547 extra registers.
6548 (mips_cfun_might_clobber_call_saved_reg_p): Likewise.
6549 (mips_compute_frame_info): Add supports for interrupt context that
6550 includes doubleword accumulators and COP0 registers.
6551 (mips_for_each_saved_acc): New function.
6552 (mips_for_each_saved_gpr_and_fpr): Change the function name from
6553 mips_for_each_saved_reg.
6554 (mips_save_reg): Save accumulators.
6555 (mips_kernel_reg_p): A new for_each_rtx callback.
6556 (mips_expand_prologue): Support interrupt handlers.
6557 (mips_restore_reg): Restore accumulators.
6558 (mips_expand_epilogue): Support interrupt handlers.
6559 (mips_can_use_return_insn): Return false for interrupt handlers.
6560 (mips_epilogue_uses): New function.
6561 * config/mips/mips.md (UNSPEC_ERET, UNSPEC_DERET, UNSPEC_DI,
6562 UNSPEC_EHB, UNSPEC_RDPGPR, UNSPEC_COP0): New UNSPEC.
6563 (mips_eret, mips_deret, mips_di, mips_ehb, mips_rdpgpr,
6564 cop0_move): New instructions.
6565 * config/mips/mips-protos.h (mips_epilogue_uses): Declare.
6566 * config/mips/mips.h (K0_REG_NUM, K1_REG_NUM, KERNEL_REG_P): New
6567 defines.
6568 (COP0_STATUS_REG_NUM, COP0_CAUSE_REG_NUM, COP0_EPC_REG_NUM):
6569 New defines.
6570 (CAUSE_IPL, SR_IPL, SR_EXL, SR_IE): New defines.
6571 (MIPS_PROLOGUE_TEMP_REGNUM, MIPS_EPILOGUE_TEMP_REGNUM): For
6572 interrupt handlers, we use K0 as the temporary register.
6573 (EPILOGUE_USES): Change to a function call.
6574 * config/mips/sde.h (MIPS_EPILOGUE_TEMP_REGNUM): For interrupt
6575 handlers, we use K0 as the temporary register.
2ba9daa7 6576
e19da24c
CF
6577 * doc/extend.texi (Function Attributes): Document interrupt,
6578 use_shadow_register_set, keep_interrupts_masked,
6579 use_debug_exception_return for MIPS attributes.
6580
aa1ca044
AM
65812009-04-03 Alan Modra <amodra@bigpond.net.au>
6582
6583 * config.gcc (powerpc64-*-gnu*): Add rs6000/default64.h to tm_file.
6584 Remove a number of t-files from tmake_file.
6585 * config/rs6000/sysv4.opt (mprototype): Name variable target_prototype.
6586 * config/rs6000/sysv4.h (TARGET_PROTOTYPE): Define.
6587 * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Set
6588 target_prototype, not TARGET_PROTOTYPE.
6589 (LINK_OS_GNU_SPEC): Define.
6590 * config/rs6000/t-linux64 (LIB2FUNCS_EXTRA): Delete tramp.S
6591 and darwin-ldoubdle.c.
6592
14fdc613
MM
65932009-04-02 Michael Meissner <meissner@linux.vnet.ibm.com>
6594
6595 PR driver/39293
6596 * gcc.c (save_temps_flag): Add support for -save-temps=obj.
6597 (cpp_options): Ditto.
6598 (default_compilers): Ditto.
6599 (display_help): Ditto.
6600 (process_command): Ditto.
6601 (do_spec_1): Ditto.
6602 (set_input): Use lbasename instead of duplicate code.
6603 (save_temps_prefix): New static for -save-temps=obj.
6604 (save_temps_length): Ditto.
2ba9daa7 6605
14fdc613
MM
6606 * doc/invoke.texi (-save-temps=obj): Document new variant to
6607 -save-temps switch.
6608
d3aa398e
JL
66092009-04-02 Jeff Law <law@redhat.com>
6610
6611 * reload1.c (fixup_eh_region_notes): Remove write-only "trap_count"
6612 variable.
6613
83f0ccb8
L
66142009-04-02 H.J. Lu <hongjiu.lu@intel.com>
6615
6616 * configure.ac: Support -Bstatic/-Bdynamic for linker version > 2.
6617 * configure: Regenerated.
6618
dcb6e951
RAE
66192009-04-02 Rafael Avila de Espindola <espindola@google.com>
6620
6621 * c-decl.c (merge_decls): Make sure newdecl and olddecl don't
6622 share the argument list.
6623
d85478c2
RAE
66242009-04-02 Rafael Avila de Espindola <espindola@google.com>
6625
6626 Merge
6627
6628 2009-02-12 Diego Novillo <dnovillo@google.com>
6629
83f0ccb8
L
6630 * varpool.c (debug_varpool): New.
6631 * cgraph.h (debug_varpool): Declare.
d85478c2 6632
34f42a49
JH
66332009-04-02 Jan Hubicka <jh@suse.cz>
6634
6635 * passes.c (init_optimization_passes): Remove two copies of ehcleanup
6636 pass.
6637
a4747b4a
L
66382009-04-02 H.J. Lu <hongjiu.lu@intel.com>
6639
6640 * config/i386/i386.c (ix86_abi): Move initialization to ...
6641 (override_options): Here.
6642
63a9de54
CB
66432009-04-02 Christian Bruel <christian.bruel@st.com>
6644
6645 * config/sh/sh.c (sh_dwarf_register_span): New function.
6646 (TARGET_DWARF_REGISTER_SPAN): Define.
6647 * config/sh/sh-protos.h (sh_dwarf_register_span): Declare.
2ba9daa7 6648
2f0fa28e
IR
66492009-04-02 Ira Rosen <irar@il.ibm.com>
6650
6651 PR tree-optimization/39595
2ba9daa7 6652 * tree-vect-slp.c (vect_build_slp_tree): Check that the size of
2f0fa28e
IR
6653 interleaved loads group is not greater than the SLP group size.
6654
bbf7ce11
RAE
66552009-04-02 Rafael Avila de Espindola <espindola@google.com>
6656
6657 * builtins.c (is_builtin_name): New.
6658 (called_as_built_in): Use is_builtin_name.
6659 * tree.h (is_builtin_name): New.
6660 * varasm.c (incorporeal_function_p): Use is_builtin_name
6661
47e4dfcf
AS
66622009-04-02 Andrew Stubbs <ams@codesourcery.com>
6663
6664 * config/sh/linux-unwind.h: Disable when inhibit_libc is defined.
6665
d0940d56
DS
66662009-04-02 Dodji Seketeli <dodji@redhat.com>
6667
6668 PR c++/26693
532bfb0a 6669 * c-decl.c (clone_underlying_type): Move this ...
d0940d56
DS
6670 * c-common.c (set_underlying_type): ... here.
6671 Also, make sure the function properly sets TYPE_STUB_DECL() on
6672 the newly created typedef variant type.
6673 * c-common.h (is_typedef_decl, set_underlying_type): Declare ...
7a715bba
UB
6674 * c-common.c (is_typedef_decl, set_underlying_type): ... new entry
6675 points.
d0940d56 6676
bf1cbdc6
RG
66772009-04-02 Richard Guenther <rguenther@suse.de>
6678
6679 PR tree-optimization/37221
6680 * tree-flow.h (degenerate_phi_result): Declare.
6681 * tree-ssa-dom.c (degenerate_phi_result): Export.
6682 * tree-scalar-evolution.c (analyze_initial_condition): If
6683 the initial condition is defined by a degenerate PHI node
6684 use the degenerate value.
6685
87cfb32c
EB
66862009-04-01 Eric Botcazou <ebotcazou@adacore.com>
6687
6688 PR rtl-optimization/39588
6689 * combine.c (merge_outer_ops): Do not set the constant when this
6690 is not necessary.
6691 (simplify_shift_const_1): Do not modify it either in this case.
6692
bbb6eae8
SB
66932009-04-01 Steven Bosscher <steven@gcc.gnu.org>
6694
6695 * config/ia64/ia64.c (ia64_handle_option): Inform user that Itanium1
6696 tuning is deprecated if -mtune value is set to an Itanium1 variant.
6697
839a3b8a
JJ
66982009-04-01 Janis Johnson <janis187@us.ibm.com>
6699
6700 PR c/29027
6701 * c-lex.c (interpret_float): Default (no suffix) is double.
6702
667e8acb
XDL
67032009-04-1 Xinliang David Li <davidxl@google.com>
6704
6705 * config/i386/i386.c (legitimate_constant_p): Recognize
6706 all one vector constant.
6707
60839f5d 67082009-04-01 Jan-Benedict Glaw <jbglaw@jbglaw-dev.homezone.telefonica.de>
c4e75102 6709
60839f5d 6710 * config/vax/vax.c: Add #includes to silence warnings.
c4e75102
MT
6711 Change #include order to silence two warnings.
6712
60839f5d 67132009-04-01 Jan-Benedict Glaw <jbglaw@jbglaw-dev.homezone.telefonica.de>
c4e75102 6714
60839f5d 6715 * config/vax/linux.h (TARGET_DEFAULT): Add the MASK_QMATH flag bit.
c4e75102
MT
6716 (ASM_SPEC): Pass -k to the assembler for PIC code.
6717
60839f5d 67182009-04-01 Jan-Benedict Glaw <jbglaw@jbglaw-dev.homezone.telefonica.de>
c4e75102 6719
60839f5d
EB
6720 * config.gcc: Add vax-*-linux* to the switch.
6721 * config/vax/linux.h: New file. (TARGET_VERSION,
c4e75102
MT
6722 TARGET_OS_CPP_BUILTINS, TARGET_DEFAULT, CPP_SPEC, LINK_SPEC): Define.
6723
60839f5d 67242009-04-01 Jan-Benedict Glaw <jbglaw@jbglaw-dev.homezone.telefonica.de>
c4e75102 6725
60839f5d 6726 * config/vax/vax.c (vax_output_int_move, adjacent_operands_p):
c4e75102 6727 Use predicate macros instead of GET_CODE() == foo.
60839f5d 6728 * config/vax/vax.md (movsi_2, movstrictqi, and<mode>3, ashrsi3,
c4e75102
MT
6729 ashlsi3, rotrsi3, <unnamed>): Likewise.
6730
60839f5d 67312009-04-01 Jan-Benedict Glaw <jbglaw@jbglaw-dev.homezone.telefonica.de>
c4e75102 6732
60839f5d 6733 * config/vax/builtins.md (jbbssiqi, jbbssihi, jbbssisi, jbbcciqi,
c4e75102 6734 jbbccihi, jbbccisi): Remova trailing whitespace.
60839f5d
EB
6735 * config/vax/constraints.md: Likewise.
6736 * config/vax/elf.h: (ASM_PREFERRED_EH_DATA_FORMAT): Likewise.
6737 * config/vax/openbsd1.h (OBSD_OLD_GAS): Likewise.
6738 * config/vax/predicates.md: Likewise.
6739 * config/vax/vax.c (print_operand_address, vax_output_int_move,
c4e75102 6740 vax_expand_addsub_di_operands, adjacent_operands_p): Likewise.
60839f5d
EB
6741 * config/vax/vax.h: Likewise.
6742 * config/vax/vax.md (nonlocal_goto): Likewise.
c4e75102 6743
60839f5d 67442009-04-01 Jan-Benedict Glaw <jbglaw@jbglaw-dev.homezone.telefonica.de>
c4e75102 6745
60839f5d 6746 * config/vax/vax.c (vax_float_literal, vax_output_int_move)
c4e75102
MT
6747 (indirectable_address_p, adjacent_operands_p): Add spaces around
6748 braces.
60839f5d 6749 * config/vax/vax-protos.h (adjacent_operands_p): Likewise.
c4e75102 6750
60839f5d 67512009-04-01 Jan-Benedict Glaw <jbglaw@jbglaw-dev.homezone.telefonica.de>
c4e75102 6752
60839f5d 6753 * config/vax/vax.c (legitimate_constant_address_p,
c4e75102
MT
6754 legitimate_constant_p, indirectable_address_p, nonindexed_address_p,
6755 index_term_p, reg_plus_index_p, legitimate_address_p,
6756 vax_mode_dependent_address_p): Update comments to match functions
6757 modified by the recent int->bool conversion.
6758
60839f5d 67592009-04-01 Jan-Benedict Glaw <jbglaw@jbglaw-dev.homezone.telefonica.de>
c4e75102 6760
60839f5d
EB
6761 * config/vax/builtins.md: Update copyright message.
6762 * config/vax/constraints.md: Likewise.
6763 * config/vax/netbsd-elf.h: Likewise.
6764 * config/vax/predicates.md: Likewise.
6765 * config/vax/vax-protos.h: Likewise.
6766 * config/vax/vax.c: Likewise.
6767 * config/vax/vax.h: Likewise.
6768 * config/vax/vax.md: Likewise.
6769 * config/vax/vax.opt: Likewise.
c4e75102 6770
60839f5d 67712009-04-01 Jan-Benedict Glaw <jbglaw@jbglaw-dev.homezone.telefonica.de>
c4e75102 6772
60839f5d 6773 * config/vax/builtins.md (ffssi2, ffssi2_internal,
c4e75102 6774 sync_lock_test_and_set<mode>, sync_lock_release<mode>): Fix indention.
60839f5d
EB
6775 * config/vax/constraints.md (B, R): Likewise.
6776 * config/vax/predicates.md (external_memory_operand,
c4e75102 6777 nonimmediate_addsub_di_operand): Likewise.
60839f5d
EB
6778 * config/vax/vax.c (vax_output_int_add): Likewise.
6779 * config/vax/vax.md (movsi, movsi_2, mov<mode>, call_value,
c4e75102
MT
6780 untyped_call): Likewise.
6781
60839f5d 67822009-04-01 Matt Thomas <matt@3am-software.com>
c4e75102 6783
7a715bba
UB
6784 * config/vax/predicates.md: New file.
6785 (symbolic_operand, local_symbolic_operand, external_symbolic_operand,
c4e75102
MT
6786 external_const_operand, nonsymbolic_operand, external_memory_operand,
6787 indirect_memory_operand, indexed_memory_operand,
6788 illegal_blk_memory_operand, illegal_addsub_di_memory_operand,
6789 nonimmediate_addsub_di_operand, general_addsub_di_operand): New
6790 predicate.
7a715bba
UB
6791 * config/vax/constraints.md: New file.
6792 (Z0, U06, U08, U16, CN6, S08, S16, I, J, K, L, M, N, O, G, Q, B, R, T):
6793 New constraint.
6794 * config/vax/builtins.md: New file.
6795 (ffssi2, ffssi2_internal, sync_lock_test_and_set<mode>, jbbssiqi,
6796 jbbssihi, jbbssisi, sync_lock_release<mode>, jbbcciqi, jbbccihi,
6797 jbbccisi): Define.
c4e75102
MT
6798 * config/vax/vax.opt (mqmath): Add option.
6799 * config/vax/vax.md (isfx): Extend with DI.
6800 (VAXintQH, VAXintQHSD): Define.
6801 (tst<mode>, cmp<mode>, *bit<mode>, movmemhi1, truncsiqi2, truncsihi2,
6802 mulsidi3, add<mode>3, sub<mode>, mul<mode>3, div<mode>3, and<mode>,
6803 and<mode>_const_int, ior<mode>3, xor<mode>3, neg<mode>2,
6804 one_cmpl<mode>2, ashlsi3, lshrsi3, rotlsi3): Update constraints.
6805 (movdi): Update constraints and use vax_output_int_move().
6806 (movsi, movsi_2, pushlclsymreg, pushextsymreg, movlclsymreg,
6807 movextsymreg, adddi3, adcdi3, subdi3, sbcdi3, pushextsym, movextsym,
6808 pushlclsym, movlclsym, movaddr<mode>, pushaddr<mode>,
6809 nonlocal_goto): New.
6810 (mov<mode>): Extend accepted operand types.
6811 (subdi3_old): Rename from subdi3, change update constraints and use
6812 a new implementation.
60839f5d 6813 * config/vax/vax.h (PCC_BITFIELD_TYPE_MATTERS): Add space.
c4e75102
MT
6814 (FRAME_POINTER_CFA_OFFSET, IRA_COVER_CLASSES, CLASS_MAX_NREGS,
6815 MOVE_RATIO, CLEAR_RATIO): Define.
6816 (REG_CLASS_FROM_LETTER, CONST_OK_FOR_LETTER_P,
6817 CONST_DOUBLE_OK_FOR_LETTER_P, EXTRA_CONSTRAINT): Delete.
6818 (PRINT_OPERAND): Redefine using a function instead of inlined code.
60839f5d 6819 * config/vax/vax.c (TARGET_BUILTIN_SETJMP_FRAME_VALUE): Define.
c4e75102
MT
6820 (split_quadword_operands): Make static and really allow variable
6821 splitting.
6822 (print_operand_address): Update for PIC generation.
6823 (print_operand, vax_builtin_setjmp_frame_value, vax_output_int_subtract,
6824 indexable_address_p, fixup_mathdi_operand,
6825 vax_expand_addsub_di_operands, adjacent_operands_p): New.
6826 (vax_float_literal, legitimate_constant_p,
6827 indirectable_constant_address_p, index_term_p,
6828 reg_plus_index_p): Return bool instead of int.
6829 (vax_rtx_costs): Fix cost for CONST_INT, indent and use HOST_WIDE_INT
6830 where needed.
6831 (vax_output_int_move, vax_output_int_add): Extend to allow PIC
6832 generation.
6833 (vax_output_conditional_branch): Indent.
6834 (legitimate_constant_address_p, indirectable_constant_address_p,
6835 indirectable_address_p, nonindexed_address_p, legitimate_address_p,
6836 vax_mode_dependent_address_p): Return bool instead of int, update for
6837 PIC generation.
6838 * config/vax/vax-protos.h (legitimate_constant_address_p,
6839 legitimate_constant_p, legitimate_address_p,
6840 vax_mode_dependent_address_p): Change declaration to bool.
6841 (legitimate_pic_operand_p, adjacent_operands_p, print_operand,
6842 vax_expand_addsub_di_operands, vax_output_int_subtract,
6843 vax_output_movmemsi): Declare.
6844 (split_quadword_operands, vax_float_literal): Delete declaration.
6845 * config/vax/netbsd-elf.h (CC1_SPEC, CC1PLUS_SPEC) Define.
6846 * config/vax/elf.h (NO_EXTERNAL_INDIRECT_ADDRESS,
6847 VAX_CC1_AND_CC1PLUS_SPEC, ASM_PREFERRED_EH_DATA_FORMAT,
6848 ASM_OUTPUT_DWARF_PCREL): Define.
6849 (ASM_SPEC): Change definition to allow PIC generation.
6850
9332c6eb
L
68512009-04-01 Steve Ellcey <sje@cup.hp.com>
6852
6853 * doc/sourcebuild.texi: Update front-end requirements.
6854
d93e052c
JJ
68552009-04-01 Jakub Jelinek <jakub@redhat.com>
6856
6857 PR target/39226
6858 * config/rs6000/rs6000.md (andsi3_internal5_nomc,
6859 anddi3_internal2_nomc, anddi3_internal3_nomc): Removed.
6860 (booldi3_internal3): Use boolean_or_operator instead of
6861 boolean_operator.
6862
6ccb2a4a
JM
68632009-04-01 Joseph Myers <joseph@codesourcery.com>
6864
6865 PR c/39605
6866 * c-decl.c (grokdeclarator): Pedwarn for file-scope array
6867 declarator whose size is not an integer constant expression but
6868 folds to an integer constant, then treat it as a constant
6869 subsequently.
6870
299b87f8
RG
68712009-04-01 Richard Guenther <rguenther@suse.de>
6872
6873 * fold-const.c (fold_plusminus_mult_expr): Do not fold
6874 i * 4 + 2 to (i * 2 + 1) * 2.
6875
b85eb797
JJ
68762009-04-01 Jakub Jelinek <jakub@redhat.com>
6877
6878 PR c/37772
6879 * c-parser.c (c_parser_asm_statement): Skip until close paren and
6880 return if c_parser_asm_string_literal returned NULL.
6881
235e1fe8
NC
68822009-04-01 Nick Clifton <nickc@redhat.com>
6883
6884 * config/m32c/m32c.h (LIBGCC2_UNITS_PER_WORD): Define if not
6885 already defined.
6886 * config/m32c/t-m32c (LIB2FUNCS_EXTRA): Add m32c-lib2-trapv.c.
6887 * config/m32c/m32c-lib2.c: Remove unused typedefs. Rename the
6888 other typedefs to avoid conflicts with libgcc2.c. Define labels
6889 to gain 16-bit bit-manipulation functions from libgcc2.c and then
6890 include it.
6891 * config/m32c/m32c-lib2-trapv.c: New file. Define labels
6892 to gain 16-bit trapping arithmetic functions from libgcc2.c and
6893 then include it.
6894
d6868399
RAE
68952009-04-01 Rafael Avila de Espindola <espindola@google.com>
6896
7a715bba
UB
6897 * varasm.c (default_function_rodata_section): Declare DOT as
6898 const char*.
d6868399 6899
73d21f56 69002009-04-01 Kai Tietz <kai.tietz@onevision.com>
60839f5d 6901 Andrey Galkin <agalkin@hypercom.com>
73d21f56
KT
6902
6903 PR/39492
6904 * config/i386/host-mingw32.c (mingw32_gt_pch_use_address):
6905 Make object_name unique for each process.
6906
03742a9b
JJ
69072009-04-01 Jakub Jelinek <jakub@redhat.com>
6908
6909 PR other/39591
6910 * omp-low.c (remove_exit_barrier): Don't optimize if there are any
6911 addressable variables in the parallel that could go out of scope while
6912 running queued tasks.
6913
4223ff5f
AS
69142009-04-01 Anatoly Sokolov <aesok@post.ru>
6915
6916 * config/avr/avr.h (avr_case_values_threshold): Remove declaration.
6917 (CASE_VALUES_THRESHOLD): Redefine.
6918 * config/avr/avr.c (avr_override_options): Remove initialization of
6919 avr_case_values_threshold variable.
6920 (avr_case_values_threshold): Remove variable. Add new function.
6921 * config/avr/avr-protos.h (avr_case_values_threshold): Declare.
6922 * config/avr/avr.opt (mno-tablejump): Remove option.
6923 * doc/invoke.texi (AVR Options): Remove -mno-tablejump.
6924
e893f6f3
DD
69252009-04-01 DJ Delorie <dj@redhat.com>
6926
6927 * varasm.c (default_function_rodata_section): Don't assume
6928 anything about where the first '.' in the section name is.
6929
b246d100
AM
69302009-04-01 Alan Modra <amodra@bigpond.net.au>
6931
6932 * config/rs6000/rs6000.c (rs6000_emit_stack_reset): Delete redundant
6933 rs6000_emit_stack_tie.
6934
d3e37a9e
ILT
69352009-03-31 Ian Lance Taylor <iant@google.com>
6936
6937 * tree-eh.c (tree_remove_unreachable_handlers): Compare
6938 gimple_code with GIMPLE_RESX, not RESX.
6939
c1b61fca
JM
69402009-03-31 Joseph Myers <joseph@codesourcery.com>
6941
6942 * c-common.c (c_get_ident): New.
7a715bba 6943 (c_common_nodes_and_builtins): Call it for type names that may be NULL.
c1b61fca 6944
c2d2ad48
BE
69452009-04-01 Ben Elliston <bje@au.ibm.com>
6946
6947 * config/rs6000/sysv4.opt (msdata): Improve option description.
6948
13d1a6e7
SE
69492009-03-31 Steve Ellcey <sje@cup.hp.com>
6950
6951 * config/ia64/ia64.md (divsf3_internal_lat): Remove.
6952 (divdf3_internal_lat): Remove.
6953 (divxf3_internal_lat): Remove.
6954 (divxf3_internal_thr): Remove.
6955 (divxf): Use divxf3_internal.
6956 * config/ia64/div.md (divsf3_internal_lat): New.
6957 (divdf3_internal_lat): New.
6958 (divxf3_internal): New.
6959
207bf79d
JM
69602009-03-31 Joseph Myers <joseph@codesourcery.com>
6961
6962 PR c/448
6963 * Makefile.in (USE_GCC_STDINT): Define.
6964 (stmp-int-hdrs): Install stdint.h if applicable.
6965 * c-common.c (CHAR16_TYPE): Define in terms of UINT_LEAST16_TYPE
6966 if known.
6967 (CHAR32_TYPE): Define in terms of UINT_LEAST32_TYPE if known.
6968 (SIG_ATOMIC_TYPE, INT8_TYPE, INT16_TYPE, INT32_TYPE, INT64_TYPE,
6969 UINT8_TYPE, UINT16_TYPE, UINT32_TYPE, UINT64_TYPE,
6970 INT_LEAST8_TYPE, INT_LEAST16_TYPE, INT_LEAST32_TYPE,
6971 INT_LEAST64_TYPE, UINT_LEAST8_TYPE, UINT_LEAST16_TYPE,
6972 UINT_LEAST32_TYPE, UINT_LEAST64_TYPE, INT_FAST8_TYPE,
6973 INT_FAST16_TYPE, INT_FAST32_TYPE, INT_FAST64_TYPE,
6974 UINT_FAST8_TYPE, UINT_FAST16_TYPE, UINT_FAST32_TYPE,
6975 UINT_FAST64_TYPE, INTPTR_TYPE, UINTPTR_TYPE): Define.
6976 (c_common_nodes_and_builtins): Initialize
6977 underlying_wchar_type_node. Do not initialize
6978 signed_wchar_type_node or unsigned_wchar_type_node. Initialize
6979 nodes for new types.
6980 (c_stddef_cpp_builtins): Define macros for new types.
6981 * c-common.h (CTI_SIGNED_WCHAR_TYPE, CTI_UNSIGNED_WCHAR_TYPE):
6982 Remove.
6983 (CTI_UNDERLYING_WCHAR_TYPE, CTI_SIG_ATOMIC_TYPE, CTI_INT8_TYPE,
6984 CTI_INT16_TYPE, CTI_INT32_TYPE, CTI_INT64_TYPE, CTI_UINT8_TYPE,
6985 CTI_UINT16_TYPE, CTI_UINT32_TYPE, CTI_UINT64_TYPE,
6986 CTI_INT_LEAST8_TYPE, CTI_INT_LEAST16_TYPE, CTI_INT_LEAST32_TYPE,
6987 CTI_INT_LEAST64_TYPE, CTI_UINT_LEAST8_TYPE, CTI_UINT_LEAST16_TYPE,
6988 CTI_UINT_LEAST32_TYPE, CTI_UINT_LEAST64_TYPE, CTI_INT_FAST8_TYPE,
6989 CTI_INT_FAST16_TYPE, CTI_INT_FAST32_TYPE, CTI_INT_FAST64_TYPE,
6990 CTI_UINT_FAST8_TYPE, CTI_UINT_FAST16_TYPE, CTI_UINT_FAST32_TYPE,
6991 CTI_UINT_FAST64_TYPE, CTI_INTPTR_TYPE, CTI_UINTPTR_TYPE): Define.
6992 (signed_wchar_type_node, unsigned_wchar_type_node): Remove.
6993 (underlying_wchar_type_node, sig_atomic_type_node, int8_type_node,
6994 int16_type_node, int32_type_node, int64_type_node,
6995 uint8_type_node, uint16_type_node, c_uint32_type_node,
6996 c_uint64_type_node, int_least8_type_node, int_least16_type_node,
6997 int_least32_type_node, int_least64_type_node,
6998 uint_least8_type_node, uint_least16_type_node,
6999 uint_least32_type_node, uint_least64_type_node,
7000 int_fast8_type_node, int_fast16_type_node, int_fast32_type_node,
7001 int_fast64_type_node, uint_fast8_type_node, uint_fast16_type_node,
7002 uint_fast32_type_node, uint_fast64_type_node, intptr_type_node,
7003 uintptr_type_node): Define.
7004 * c-cppbuiltin.c (builtin_define_constants,
7005 builtin_define_type_minmax): New.
7006 (builtin_define_stdint_macros): Define more macros.
7007 (c_cpp_builtins): Define more limit macros.
7008 (type_suffix): New.
7009 (builtin_define_type_max): Define in terms of
7010 builtin_define_type_minmax. Remove is_long parameter. All
7011 callers changed.
7012 * config.gcc (use_gcc_stdint): Define.
7013 (tm_file): Add glibc-stdint.h for targets using glibc or uClibc.
7014 Add newlib-stdint.h for generic targets.
7015 * config/glibc-stdint.h, config/newlib-stdint.h,
7016 ginclude/stdint-gcc.h, ginclude/stdint-wrap.h: New.
7017 * config/m32c/m32c.h (UINTPTR_TYPE): Define.
7018 * config/score/score.h (UINTPTR_TYPE): Define.
7019 * config/sol2.h (SIG_ATOMIC_TYPE, INT8_TYPE, INT16_TYPE,
7020 INT32_TYPE, INT64_TYPE, UINT8_TYPE, UINT16_TYPE, UINT32_TYPE,
7021 UINT64_TYPE, INT_LEAST8_TYPE, INT_LEAST16_TYPE, INT_LEAST32_TYPE,
7022 INT_LEAST64_TYPE, UINT_LEAST8_TYPE, UINT_LEAST16_TYPE,
7023 UINT_LEAST32_TYPE, UINT_LEAST64_TYPE, INT_FAST8_TYPE,
7024 INT_FAST16_TYPE, INT_FAST32_TYPE, INT_FAST64_TYPE,
7025 UINT_FAST8_TYPE, UINT_FAST16_TYPE, UINT_FAST32_TYPE,
7026 UINT_FAST64_TYPE, INTPTR_TYPE, UINTPTR_TYPE): Define.
7027 * config/spu/spu.h (STDINT_LONG32): Define.
7028 * configure.ac (use_gcc_stdint): Substitute.
7029 * configure: Regenerate.
7030 * doc/cpp.texi (__SIG_ATOMIC_TYPE__, __INT8_TYPE__,
7031 __INT16_TYPE__, __INT32_TYPE__, __INT64_TYPE__, __UINT8_TYPE__,
7032 __UINT16_TYPE__, __UINT32_TYPE__, __UINT64_TYPE__,
7033 __INT_LEAST8_TYPE__, __INT_LEAST16_TYPE__, __INT_LEAST32_TYPE__,
7034 __INT_LEAST64_TYPE__, __UINT_LEAST8_TYPE__, __UINT_LEAST16_TYPE__,
7035 __UINT_LEAST32_TYPE_, __UINT_LEAST64_TYPE__, __INT_FAST8_TYPE__,
7036 __INT_FAST16_TYPE__, __INT_FAST32_TYPE__, __INT_FAST64_TYPE__,
7037 __UINT_FAST8_TYPE__, __UINT_FAST16_TYPE__, __UINT_FAST32_TYPE__,
7038 __UINT_FAST64_TYPE__, __INTPTR_TYPE__, __UINTPTR_TYPE__,
7039 __WINT_MAX__, __SIZE_MAX__, __PTRDIFF_MAX__, __UINTMAX_MAX__,
7040 __SIG_ATOMIC_MAX__, __INT8_MAX__, __INT16_MAX__, __INT32_MAX__,
7041 __INT64_MAX__, __UINT8_MAX__, __UINT16_MAX__, __UINT32_MAX__,
7042 __UINT64_MAX__, __INT_LEAST8_MAX__, __INT_LEAST16_MAX__,
7043 __INT_LEAST32_MAX__, __INT_LEAST64_MAX__, __UINT_LEAST8_MAX__,
7044 __UINT_LEAST16_MAX__, __UINT_LEAST32_MAX__, __UINT_LEAST64_MAX__,
7045 __INT_FAST8_MAX__, __INT_FAST16_MAX__, __INT_FAST32_MAX__,
7046 __INT_FAST64_MAX__, __UINT_FAST8_MAX__, __UINT_FAST16_MAX__,
7047 __UINT_FAST32_MAX__, __UINT_FAST64_MAX__, __INTPTR_MAX__,
7048 __UINTPTR_MAX__, __WCHAR_MIN__, __WINT_MIN__, __SIG_ATOMIC_MIN__,
7049 __INT8_C, __INT16_C, __INT32_C, __INT64_C, __UINT8_C, __UINT16_C,
7050 __UINT32_C, __UINT64_C, __INTMAX_C, __UINTMAX_C): Document.
7051 * doc/tm.texi (SIG_ATOMIC_TYPE, INT8_TYPE, INT16_TYPE, INT32_TYPE,
7052 INT64_TYPE, UINT8_TYPE, UINT16_TYPE, UINT32_TYPE, UINT64_TYPE,
7053 INT_LEAST8_TYPE, INT_LEAST16_TYPE, INT_LEAST32_TYPE,
7054 INT_LEAST64_TYPE, UINT_LEAST8_TYPE, UINT_LEAST16_TYPE,
7055 UINT_LEAST32_TYPE, UINT_LEAST64_TYPE, INT_FAST8_TYPE,
7056 INT_FAST16_TYPE, INT_FAST32_TYPE, INT_FAST64_TYPE,
7057 UINT_FAST8_TYPE, UINT_FAST16_TYPE, UINT_FAST32_TYPE,
7058 UINT_FAST64_TYPE, INTPTR_TYPE, UINTPTR_TYPE): Document.
7059
ed853664
BS
70602009-03-31 Bernd Schmidt <bernd.schmidt@analog.com>
7061
7062 * loop-iv.c (suitable_set_for_replacement): Renamed from
7063 simplify_using_assignment; changed to return bool and to accept new
7064 args DEST and SRC. Return true iff we find a source/destination pair
7065 that can be used to make a replacement, and fill SRC and DEST if so.
7066 Remove arg ALTERED. Don't deal with altered regs here. All callers
7067 changed.
7068 (simplify_using_initial_values): Deal with altered regs here and track
7069 more precisely the effect they have on the validity of our expression.
7070
1569e190
BS
7071 * loop-iv.c (simplify_using_condition): A condition of the form
7072 (EQ REG CONST) can be used to simply make a substitution.
7073 (simplify_using_initial_values): Keep track of conditions we have seen
7074 and keep using them to simplify new expressions, while applying the
7075 same substitutions to them as to the expression.
7076
1d1eb80c
BS
7077 * simplify-rtx.c (simplify_relational_operation_1): Simplify
7078 (LTU (PLUS a C) C) or (LTU (PLUS a C) a) to (GEU a -C); likewise with
7079 GEU/LTU reversed.
7080
28af33b0
BS
7081 * loop-iv.c (determine_max_iter): New arg OLD_NITER. All callers
7082 changed. Use this when trying to improve the upper bound.
7083 Generate the comparison by using simplify_gen_relational.
7084
b30321cd
BS
7085 * loop-iv.c (simple_rhs_p): Allow more kinds of expressions.
7086
60081874
BS
7087 * loop-iv.c (replace_single_def_regs, replace_in_expr): New static
7088 functions.
2ba9daa7 7089 (simplify_using_assignment, simplify_using_initial_values): Call
60081874
BS
7090 replace_in_expr to make replacements. Call replace_single_def_regs
7091 once on the initial version of the expression.
7092
bebc6e07
RR
70932009-03-31 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
7094
fcb82ab0 7095 PR target/27237
bebc6e07 7096 * doc/invoke.texi (ARM Options): Update documentation for -mthumb.
2ba9daa7 7097
6b12efe9
RG
70982009-03-31 Richard Guenther <rguenther@suse.de>
7099
7100 PR middle-end/31029
7101 * fold-const.c (fold_binary): Fold X +- Y CMP X to Y CMP 0 for
7102 equality comparisons. Fold C - X CMP X if C % 2 == 1.
7103
108f6c2f
RG
71042009-03-31 Richard Guenther <rguenther@suse.de>
7105
7106 * tree.h (div_if_zero_remainder): Declare.
7107 * fold-const.c (div_if_zero_remainder): Export.
7108 * tree-ssa-forwprop.c
7109 (forward_propagate_addr_into_variable_array_index): Handle
7110 constant array index addition outside of the variable index.
7111
8f612190
JM
71122009-03-31 Joseph Myers <joseph@codesourcery.com>
7113
7114 PR target/39592
7115 * config/i386/i386.md (*floatunssi<mode>2_1, two unnamed
7116 define_splits, floatunssi<mode>2): Require x87 conversions from
7117 DImode to be permitted.
7118
47580d22
JM
71192009-03-31 Joseph Myers <joseph@codesourcery.com>
7120
7121 PR preprocessor/15638
7122 * c-common.c (c_cpp_error): Handle CPP_DL_FATAL.
7123
ba4d8f9d
RG
71242009-03-31 Richard Guenther <rguenther@suse.de>
7125
7126 PR middle-end/23401
7127 PR middle-end/27810
7128 * tree.h (DECL_GIMPLE_FORMAL_TEMP_P): Remove.
7129 (struct tree_decl_with_vis): Remove gimple_formal_temp member.
7130 * tree-eh.c (lower_eh_constructs_2): Move LHS assignment to
7131 a separate statement.
7132 * gimplify.c (pop_gimplify_context): Remove formal temp handling.
7133 (lookup_tmp_var): Likewise.
7134 (is_gimple_formal_tmp_or_call_rhs): Remove.
7135 (is_gimple_reg_or_call_rhs): Rename to ...
7136 (is_gimple_reg_rhs_or_call): ... this.
7137 (is_gimple_mem_or_call_rhs): Rename to ...
7138 (is_gimple_mem_rhs_or_call): ... this.
7139 (internal_get_tmp_var): Use is_gimple_reg_rhs_or_call. Set
7140 DECL_GIMPLE_REG_P only if is_formal is true.
7141 (gimplify_compound_lval): Use is_gimple_reg. Remove workaround
7142 for non-proper post-modify expression gimplification.
7143 (gimplify_self_mod_expr): For post-modify expressions gimplify
7144 the lvalue to a minimal lvalue.
7145 (rhs_predicate_for): Remove formal temp case.
7146 (gimplify_modify_expr_rhs): Likewise.
7147 (gimplify_addr_expr): Use is_gimple_reg.
7148 (gimplify_expr): Remove formal temp cases.
7149 (gimple_regimplify_operands): Likewise.
7150 * tree-ssa-pre.c (get_or_alloc_expr_for): Treat EXC_PTR_EXPR
7151 and FILTER_EXPR like constants.
7152 * gimple.c (walk_gimple_op): Fix val_only initialization, use
7153 is_gimple_reg.
7154 (is_gimple_formal_tmp_rhs): Remove.
7155 (is_gimple_reg_rhs): Remove special casing.
7156 (is_gimple_mem_rhs): Fix.
7157 (is_gimple_reg): Move DECL_GIMPLE_REG_P handling earlier.
7158 (is_gimple_formal_tmp_var): Remove.
7159 (is_gimple_formal_tmp_reg): Likewise.
7160 (is_gimple_min_lval): Allow invariant component ref parts.
7161 * gimple.h (is_gimple_formal_tmp_rhs, is_gimple_formal_tmp_var,
7162 is_gimple_formal_tmp_reg): Remove declarations.
7163 * tree-cfg.c (verify_expr): Verify that variables with address
7164 taken do not have DECL_GIMPLE_REG_P set.
7165 * tree-mudflap.c (mf_build_check_statement_for): Use
7166 force_gimple_operand instead of gimplify_expr.
7167
8de9b877
AZ
71682009-03-31 Ayal Zaks <zaks@il.ibm.com>
7169
7170 * modulo-sched.c (sms_schedule_by_order): Pass the actual
7171 schedulable rows to compute_split_row.
7172
b5e3caf2
BE
71732009-03-31 Ben Elliston <bje@au.ibm.com>
7174
7175 PR target/31635
7176 * config/rs6000/rs6000.c (rs6000_handle_option): Handle
7177 OPT_mvrsave.
7178
9752c4ad
AM
71792009-03-31 Alan Modra <amodra@bigpond.net.au>
7180
7181 * doc/invoke.texi (RS/6000 and PowerPC Options):Document mtls-markers.
7182 * configure.ac (HAVE_AS_TLS_MARKERS): New gas feature check.
7183 * configure: Regenerate.
7184 * config.in: Regenerate.
7185 * config/rs6000/rs6000.opt (mtls-markers): Add.
7186 * config/rs6000/rs6000.h (TARGET_TLS_MARKERS): Define.
7187 * config/rs6000/rs6000.md (tls_gd_aix, tls_gd_sysv): Add splitter.
7188 (tls_ld_aix, tls_ld_sysv): Likewise.
7189 (tls_gd, tls_gd_call_aix, tls_gd_call_sysv): New insns.
7190 (tls_ld, tls_ld_call_aix, tls_ld_call_sysv): Likewise.
7191
b597d1b6
AM
71922009-03-31 Alan Modra <amodra@bigpond.net.au>
7193
7194 * config/spu/spu.c (spu_expand_prologue): Delete redundant code.
7195
a203a221
JH
71962009-03-30 Jan Hubicka <jh@suse.cz>
7197
b597d1b6
AM
7198 * tree-eh.c (make_eh_edges): Set probability 100% to first edge
7199 out of RESX.
7200 (tree_remove_unreachable_handlers): Cleanup EH predecestor
7201 detection and label handling.
a203a221 7202
5b0c0b2c
VM
72032009-03-30 Vladimir Makarov <vmakarov@redhat.com>
7204
7205 * ira-int.h (ira_allocno): Rename left_conflicts_num to
7206 left_conflicts_size.
7207 (ALLOCNO_LEFT_CONFLICTS_NUM): Rename to
7208 ALLOCNO_LEFT_CONFLICTS_SIZE.
7209
7210 * ira-color.c (allocno_spill_priority, push_allocno_to_stack,
7211 remove_allocno_from_bucket_and_push,
7212 allocno_spill_priority_compare, push_allocnos_to_stack,
7213 setup_allocno_available_regs_num): Use ALLOCNO_LEFT_CONFLICTS_SIZE
7214 instead of ALLOCNO_LEFT_CONFLICTS_NUM.
7215 (setup_allocno_left_conflicts_num): Ditto. Rename to
7216 setup_allocno_left_conflicts_size.
7217 (put_allocno_into_bucket): Use ALLOCNO_LEFT_CONFLICTS_SIZE
7218 instead of ALLOCNO_LEFT_CONFLICTS_NUM and
7219 setup_allocno_left_conflicts_size instead of
7220 setup_allocno_left_conflicts_num.
7221
7222 * ira-build.c (ira_create_allocno): Use
7223 ALLOCNO_LEFT_CONFLICTS_SIZE instead of
7224 ALLOCNO_LEFT_CONFLICTS_NUM.
2ba9daa7 7225
9a48a93f
VM
72262009-03-30 Vladimir Makarov <vmakarov@redhat.com>
7227
7228 * reload.c (push_reload, find_dummy_reload): Use df_get_live_out
7229 instead of DF_LR_OUT.
7230
7231 * ira-lives.c (process_bb_node_lives): Ditto.
7232
7233 * ira-color.c (ira_loop_edge_freq): Use df_get_live_{out,in}
7234 instead of DF_LR_{OUT,IN}.
7235
7236 * ira-emit.c (generate_edge_moves, add_ranges_and_copies): Ditto.
7237
7238 * ira-build.c (create_bb_allocnos, create_loop_allocnos): Ditto.
7239
4c936d4f
JH
72402009-03-30 Jan Hubicka <jh@suse.cz>
7241
7242 * except.c (label_to_region_map): Fix thinko.
7243
f4d9f129
SE
72442009-03-30 Steve Ellcey <sje@cup.hp.com>
7245
7246 PR middle-end/38237
7247 * tree.h (tree_find_value): New declaration.
7248 * tree.c (tree_find_value): New function.
7249 * varasm.c (assemble_external): Avoid duplicate entries on lists.
7250
b3f27c15
JJ
72512009-03-30 Jakub Jelinek <jakub@redhat.com>
7252
7253 PR debug/39563
7254 * c-decl.c (struct c_binding): Add locus field.
7255 (bind): Add locus argument, set locus field from it.
7256 (pop_scope): For b->nested VAR_DECL or FUNCTION_DECL,
7257 add a DECL_EXTERNAL copy of b->decl to current BLOCK_VARS.
7258 (push_file_scope, pushtag, pushdecl, pushdecl_top_level,
7259 implicitly_declare, undeclared_variable, lookup_label,
7260 declare_label, c_make_fname_decl, c_builtin_function,
7261 c_builtin_function_ext_scope, store_parm_decls_newstyle): Adjust
7262 bind callers.
7263
ad41bd84 72642009-03-30 H.J. Lu <hongjiu.lu@intel.com>
680e8a00
L
7265
7266 PR target/38781
7267 * config/i386/i386.c (classify_argument): Check total size of
7268 structure.
7269
133f9369
MJ
72702009-03-30 Martin Jambor <mjambor@suse.cz>
7271
7272 * ipa-prop.h (jump_func_type): Rename IPA_UNKNOWN, IPA_CONST,
7273 IPA_CONST_MEMBER_PTR, and IPA_PASS_THROUGH to IPA_JF_UNKNOWN,
7274 IPA_JF_CONST, IPA_JF_CONST_MEMBER_PTR, and IPA_JF_PASS_THROUGH
7275 respectively.
7276
7277 * tree-dfa.c (get_ref_base_and_extent): Return -1 maxsize if
7278 seen_variable_array_ref while also traversing a union.
7279
7280 * tree-inline.c (optimize_inline_calls): Do not call
7281 cgraph_node_remove_callees.
7282 * cgraphbuild.c (remove_cgraph_callee_edges): New function.
7283 (pass_remove_cgraph_callee_edges): New variable.
7284 * passes.c (init_optimization_passes): Add
7285 pass_remove_cgraph_callee_edges after early inlining and before all
7286 late intraprocedural passes.
7287
7288 * omp-low.c (expand_omp_taskreg): Always set current_function_decl.
7289
1190f2eb
PB
72902009-03-30 Paolo Bonzini <bonzini@gnu.org>
7291
7292 * config/sparc/sparc.md (*nand<V64mode>_vis, *nand<V32mode>_vis):
7293 Fix typos in names.
7294
fedc1775
PB
72952009-03-30 Paolo Bonzini <bonzini@gnu.org>
7296
fcb82ab0
UB
7297 * combine.c (simplify_comparison): Use have_insn_for.
7298 * dojump.c (do_jump): Likewise.
fedc1775 7299
65c5ae8b
PB
73002009-03-30 Paolo Bonzini <bonzini@gnu.org>
7301
7302 * config/sparc/sparc.c (sparc_compare_emitted): Remove.
7303 (gen_compare_reg, emit_v9_brxx_insn): Handle MODE_CC
7304 sparc_compare_op0 like sparc_compare_emitted used to be handled.
7305 (sparc_expand_compare_and_swap_12): Set sparc_compare_op0
7306 instead of sparc_compare_emitted.
7307 * config/sparc/sparc.h (sparc_compare_emitted): Remove.
7308 * config/sparc/sparc.md (stack_protect_test): Set sparc_compare_op0
7309 instead of sparc_compare_emitted.
7310
d25aa7ab
PB
73112009-03-30 Paolo Bonzini <bonzini@gnu.org>
7312
7313 * bb-reorder.c (partition_hot_cold_basic_blocks): Do not
7314 enter/exit cfglayout mode.
7315 (pass_partition_block): Require it.
7316 * combine.c (find_single_use, reg_dead_at_p): Use CFG.
7317 (combine_instructions): Track basic blocks instead of labels.
7318 (update_cfg_for_uncondjump): New.
7319 (try_combine): Use it. Update jumps after rescanning.
7320 (pass_combine): Require PROP_cfglayout.
7321 * passes.c (pass_outof_cfg_layout_mode): Move after regmove.
7322
9c9e26f5
PB
73232009-03-30 Paolo Bonzini <bonzini@gnu.org>
7324
fcb82ab0
UB
7325 * cfglayout.c (pass_into_cfg_layout_mode, pass_outof_cfg_layout_mode):
7326 Provide/destroy PROP_cfglayout respectively.
7327 * gcse.c (pass_jump_bypass, pass_gcse): Require it.
7328 * tree-pass.h (PROP_cfglayout): New.
9c9e26f5 7329
28ddeea1
PB
73302009-03-30 Paolo Bonzini <bonzini@gnu.org>
7331
7332 * fold-const.c (const_binop, fold_convert_const_real_from_fixed,
7333 fold_convert_const_fixed_from_fixed,
7334 fold_convert_const_fixed_from_int,
7335 fold_convert_const_fixed_from_real, fold_negate_const): Do not
7336 set TREE_CONSTANT_OVERFLOW.
7337 * tree.def: Remove mention of TREE_CONSTANT_OVERFLOW.
7338 * tree.h (TREE_CONSTANT_OVERFLOW): Delete.
7339
ebfd146a
IR
73402009-03-30 Ira Rosen <irar@il.ibm.com>
7341
7342 * tree-vect-loop-manip.c: New file.
7343 * tree-vectorizer.c: Update documentation and included files.
7344 (vect_loop_location): Make extern.
7345 (rename_use_op): Move to tree-vect-loop-manip.c
2ba9daa7
AS
7346 (rename_variables_in_bb, rename_variables_in_loop,
7347 slpeel_update_phis_for_duplicate_loop,
ebfd146a
IR
7348 slpeel_update_phi_nodes_for_guard1,
7349 slpeel_update_phi_nodes_for_guard2, slpeel_make_loop_iterate_ntimes,
7350 slpeel_tree_duplicate_loop_to_edge_cfg, slpeel_add_loop_guard,
7351 slpeel_can_duplicate_loop_p, slpeel_verify_cfg_after_peeling,
2ba9daa7 7352 set_prologue_iterations, slpeel_tree_peel_loop_to_edge,
ebfd146a
IR
7353 find_loop_location): Likewise.
7354 (new_stmt_vec_info): Move to tree-vect-stmts.c.
7355 (init_stmt_vec_info_vec, free_stmt_vec_info_vec, free_stmt_vec_info,
7356 get_vectype_for_scalar_type, vect_is_simple_use,
7357 supportable_widening_operation, supportable_narrowing_operation):
7358 Likewise.
7359 (bb_in_loop_p): Move to tree-vect-loop.c.
2ba9daa7
AS
7360 (new_loop_vec_info, destroy_loop_vec_info,
7361 reduction_code_for_scalar_code, report_vect_op,
ebfd146a
IR
7362 vect_is_simple_reduction, vect_is_simple_iv_evolution): Likewise.
7363 (vect_can_force_dr_alignment_p): Move to tree-vect-data-refs.c.
7364 (vect_supportable_dr_alignment): Likewise.
7365 * tree-vectorizer.h (tree-data-ref.h): Include.
7366 (vect_loop_location): Declare.
7367 Reorganize function declarations according to the new file structure.
7368 * tree-vect-loop.c: New file.
2ba9daa7 7369 * tree-vect-analyze.c: Remove. Move functions to tree-vect-data-refs.c,
ebfd146a
IR
7370 tree-vect-stmts.c, tree-vect-slp.c, tree-vect-loop.c.
7371 * tree-vect-data-refs.c: New file.
7372 * tree-vect-patterns.c (timevar.h): Don't include.
7373 * tree-vect-stmts.c: New file.
2ba9daa7 7374 * tree-vect-transform.c: Remove. Move functions to tree-vect-stmts.c,
ebfd146a 7375 tree-vect-slp.c, tree-vect-loop.c.
2ba9daa7
AS
7376 * Makefile.in (OBJS-common): Remove tree-vect-analyze.o and
7377 tree-vect-transform.o. Add tree-vect-data-refs.o, tree-vect-stmts.o,
ebfd146a
IR
7378 tree-vect-loop.o, tree-vect-loop-manip.o, tree-vect-slp.o.
7379 (tree-vect-analyze.o): Remove.
7380 (tree-vect-transform.o): Likewise.
7381 (tree-vect-data-refs.o): Add rule.
2ba9daa7 7382 (tree-vect-stmts.o, tree-vect-loop.o, tree-vect-loop-manip.o,
ebfd146a
IR
7383 tree-vect-slp.o): Likewise.
7384 (tree-vect-patterns.o): Remove redundant dependencies.
7385 (tree-vectorizer.o): Likewise.
7386 * tree-vect-slp.c: New file.
7387
40a1cfba
RW
73882009-03-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7389
7390 * optc-gen.awk: Warn if an option flag has multiple different
7391 help strings.
7392
a9a7a9a2
SP
73932009-03-30 Sebastian Pop <sebastian.pop@amd.com>
7394
7395 * doc/invoke.texi (-floop-interchange, -floop-strip-mine,
7396 -floop-block): Document dependences on PPL, CLooG and Graphite.
7397
8ce94e44
JM
73982009-03-30 Joseph Myers <joseph@codesourcery.com>
7399
7400 PR rtl-optimization/323
7401 * c-common.c (c_fully_fold, convert_and_check,
7402 c_common_truthvalue_conversion): Handle EXCESS_PRECISION_EXPR.
7403 (c_fully_fold_internal): Disallow EXCESS_PRECISION_EXPR.
7404 * c-common.def (EXCESS_PRECISION_EXPR): New.
7405 * c-cppbuiltin.c (builtin_define_float_constants): Define
7406 constants with enough digits for long double.
7407 * c-lex.c (interpret_float): Interpret constant with excess
7408 precision where appropriate.
7409 * c-opts.c (c_common_post_options): Set
7410 flag_excess_precision_cmdline. Give an error for
7411 -fexcess-precision=standard for C++ for processors where the
7412 option is significant.
7413 * c-parser.c (c_parser_conditional_expression): Handle excess
7414 precision in condition.
7415 * c-typeck.c (convert_arguments): Handle arguments with excess
7416 precision.
7417 (build_unary_op): Move excess precision outside operation.
7418 (build_conditional_expr): Likewise.
7419 (build_compound_expr): Likewise.
7420 (build_c_cast): Do cast on operand of EXCESS_PRECISION_EXPR.
7421 (build_modify_expr): Handle excess precision in RHS.
7422 (convert_for_assignment): Handle excess precision in converted
7423 value.
7424 (digest_init, output_init_element, process_init_element): Handle
7425 excess precision in initializer.
7426 (c_finish_return): Handle excess precision in return value.
7427 (build_binary_op): Handle excess precision in operands and add
7428 excess precision as needed for operation.
7429 * common.opt (-fexcess-precision=): New option.
7430 * config/i386/i386.h (X87_ENABLE_ARITH, X87_ENABLE_FLOAT): New.
7431 * config/i386/i386.md (float<SSEMODEI24:mode><X87MODEF:mode>2):
7432 For standard excess precision, output explicit conversion to and
7433 truncation from XFmode.
7434 (*float<SSEMODEI24:mode><X87MODEF:mode>2_1,
7435 *float<SSEMODEI24:mode><X87MODEF:mode>2_i387_with_temp,
7436 *float<SSEMODEI24:mode><X87MODEF:mode>2_i387, two unnamed
7437 define_splits, floatdi<X87MODEF:mode>2_i387_with_xmm, two unnamed
7438 define_splits, *floatunssi<mode>2_1, two unnamed define_splits,
7439 floatunssi<mode>2, add<mode>3, sub<mode>3, mul<mode>3, divdf3,
7440 divsf3, *fop_<mode>_comm_i387, *fop_<mode>_1_i387,
7441 *fop_<MODEF:mode>_2_i387, *fop_<MODEF:mode>_3_i387,
7442 *fop_df_4_i387, *fop_df_5_i387, *fop_df_6_i387, two unnamed
7443 define_splits, sqrt<mode>2): Disable where appropriate for
7444 standard excess precision.
7445 * convert.c (convert_to_real): Do not shorten arithmetic to type
7446 for which excess precision would be used.
7447 * defaults.h (TARGET_FLT_EVAL_METHOD_NON_DEFAULT): Define.
7448 * doc/invoke.texi (-fexcess-precision=): Document option.
7449 (-mfpmath=): Correct index entry.
7450 * flags.h (enum excess_precision, flag_excess_precision_cmdline,
7451 flag_excess_precision): New.
7452 * langhooks.c (lhd_post_options): Set
7453 flag_excess_precision_cmdline.
7454 * opts.c (common_handle_option): Handle -fexcess-precision=.
7455 * toplev.c (flag_excess_precision_cmdline, flag_excess_precision,
7456 init_excess_precision): New.
7457 (lang_dependent_init_target): Call init_excess_precision.
7458 * tree.c (excess_precision_type): New.
7459 * tree.h (excess_precision_type): Declare.
7460
1e57bf47
JM
74612009-03-30 Joseph Myers <joseph@codesourcery.com>
7462
7463 PR c/35235
7464 * c-typeck.c (build_component_ref): Do not copy qualifiers from
7465 non-lvalue to component.
7466
148e4216
JM
74672009-03-29 Joseph Myers <joseph@codesourcery.com>
7468
7469 PR preprocessor/34695
7470 * Makefile.in (c-opts.o): Depend on c-tree.h.
7471 * c-common.c: Move down include of diagnostic.h.
7472 (done_lexing, c_cpp_error): New.
7473 * c-common.h (done_lexing): Declare.
7474 * c-decl.c (c_write_global_declarations): Don't check cpp_errors
7475 (parse_in).
7476 * c-opts.c: Include c-tree.h.
7477 (c_common_init_options): Set preprocessor error callback.
7478 (c_common_handle_option): Do not set preprocessor
7479 inhibit_warnings, warnings_are_errors, warn_system_headers,
7480 pedantic_errors or inhibit_warnings flags.
7481 (c_common_post_options): Do not check cpp_errors (parse_in).
7482 (c_common_finish): Do not output dependencies if there were
7483 errors. Do not check return value of cpp_finish.
7484 * c-ppoutput.c (pp_file_change): Set input_location.
7485 * c-tree.h (c_cpp_error): Declare.
7486 * diagnostic.c (diagnostic_set_info_translated): Also initialize
7487 override_column.
7488 (diagnostic_build_prefix): Check override_column.
7489 * diagnostic.h (diagnostic_info): Add override_column field.
7490 (diagnostic_override_column): Define.
7491
2ec5deb5
PB
74922009-03-28 Paolo Bonzini <bonzini@gnu.org>
7493
ba20e309
UB
7494 * c-common.c (c_expand_expr, c_staticp): Remove.
7495 * c-common.def (COMPOUND_LITERAL_EXPR): Delete.
7496 * c-common.h (emit_local_var, c_staticp, COMPOUND_LITERAL_EXPR_DECL,
7497 COMPOUND_LITERAL_EXPR_DECL_EXPR): Remove.
7498 * c-gimplify.c (gimplify_compound_literal_expr,
7499 optimize_compound_literals_in_ctor): Remove.
7500 (c_gimplify_expr): Remove COMPOUND_LITERAL_EXPR handling.
7501 * c-objc-common.h (LANG_HOOKS_STATICP): Remove.
7502 * c-semantics.c (emit_local_var): Remove.
7503
7504 * langhooks-def.h (lhd_expand_expr): Remove.
7505 * langhooks.c (lhd_expand_expr): Remove.
7506 * langhooks.h (LANG_HOOKS_DEF): Remove LANG_HOOKS_EXPAND_EXPR.
7507
7508 * expr.c (expand_expr_real_1): Move COMPOUND_LITERAL_EXPR
7509 handling from c-semantics.c; don't call into langhook.
7510 (expand_expr_addr_expr_1): Check that we don't get non-GENERIC trees.
7511 * gimplify.c (gimplify_compound_literal_expr,
7512 optimize_compound_literals_in_ctor): Move from c-gimplify.c.
7513 (gimplify_init_constructor): Call optimize_compound_literals_in_ctor.
7514 (gimplify_modify_expr_rhs, gimplify_expr): Handle COMPOUND_LITERAL_EXPR
7515 as was done in c-gimplify.c.
7516 * tree.c (staticp): Move COMPOUND_LITERAL_EXPR handling from c_staticp.
7517 * tree.h (COMPOUND_LITERAL_EXPR_DECL, COMPOUND_LITERAL_EXPR_DECL_EXPR):
7518 Move from c-common.h.
7519 * tree.def (COMPOUND_LITERAL_EXPR): Move from c-common.def.
2ec5deb5
PB
7520
7521 * tree.c (staticp): Do not call langhook.
7522 * langhooks.c (lhd_staticp): Delete.
7523 * langhooks-def.h (lhd_staticp): Delete prototype.
7524 (LANG_HOOKS_STATICP): Delete.
7525 (LANG_HOOKS_INITIALIZER): Delete LANG_HOOKS_STATICP.
7526
ba20e309
UB
7527 * doc/c-tree.texi (Expression nodes): Refer to DECL_EXPRs
7528 instead of DECL_STMTs.
2ec5deb5 7529
928c19bb
JM
75302009-03-29 Joseph Myers <joseph@codesourcery.com>
7531
7532 PR c/456
7533 PR c/5675
7534 PR c/19976
7535 PR c/29116
7536 PR c/31871
7537 PR c/35198
7538 * builtins.c (fold_builtin_sincos): Build COMPOUND_EXPR in
7539 void_type_node.
7540 (fold_call_expr): Return a NOP_EXPR from folding rather than the
7541 contained expression.
ba20e309 7542 * c-common.c (c_fully_fold, c_fully_fold_internal, c_save_expr): New.
928c19bb
JM
7543 (c_common_truthvalue_conversion): Use c_save_expr. Do not fold
7544 conditional expressions for C.
7545 (decl_constant_value_for_optimization): Move from
ba20e309 7546 decl_constant_value_for_broken_optimization in c-typeck.c. Check
928c19bb
JM
7547 whether optimizing and that the expression is a VAR_DECL not of
7548 array type instead of doing such checks in the caller. Do not
7549 check pedantic. Call gcc_unreachable for C++.
7550 * c-common.def (C_MAYBE_CONST_EXPR): New.
7551 * c-common.h (c_fully_fold, c_save_expr,
7552 decl_constant_value_for_optimization): New prototypes.
7553 (C_MAYBE_CONST_EXPR_PRE, C_MAYBE_CONST_EXPR_EXPR,
7554 C_MAYBE_CONST_EXPR_INT_OPERANDS, C_MAYBE_CONST_EXPR_NON_CONST,
7555 EXPR_INT_CONST_OPERANDS): Define.
7556 * c-convert.c (convert): Strip nops from expression.
7557 * c-decl.c (groktypename): Take extra parameters expr and
7558 expr_const_operands. Update call to grokdeclarator.
7559 (start_decl): Update call to grokdeclarator. Add statement for
7560 expressions used in type of decl.
7561 (grokparm): Update call to grokdeclarator.
7562 (push_parm_decl): Update call to grokdeclarator.
7563 (build_compound_literal): Add parameter non_const and build a
7564 C_MAYBE_COSNT_EXPR if applicable.
7565 (grokdeclarator): Take extra parameters expr and
7566 expr_const_operands. Track expressions used in declaration
7567 specifiers and declarators. Fold array sizes and track whether
7568 they are constant expressions and whether they are integer
7569 constant expressions.
7570 (parser_xref_tag): Set expr and expr_const_operands fields in
7571 return value.
7572 (grokfield): Update call to grokdeclarator.
7573 (start_function): Update call to grokdeclarator.
7574 (build_null_declspecs): Set expr and expr_const_operands fields in
7575 return value.
7576 (declspecs_add_type): Handle expressions in typeof specifiers.
7577 * c-parser.c (c_parser_declspecs): Set expr and
7578 expr_const_operands fields for declaration specifiers.
7579 (c_parser_enum_specifier): Likewise.
7580 (c_parser_struct_or_union_specifier): Likewise.
7581 (c_parser_typeof_specifier): Likewise. Update call to
7582 groktypename. Fold expression as needed. Return expressions with
7583 type instead of adding statements.
7584 (c_parser_attributes): Update calls to c_parser_expr_list.
7585 (c_parser_statement_after_labels): Fold expression before passing
7586 to objc_build_throw_stmt.
7587 (c_parser_condition): Fold expression.
7588 (c_parser_asm_operands): Fold expression.
7589 (c_parser_conditional_expression): Use c_save_expr. Update call
7590 to build_conditional_expr.
7591 (c_parser_alignof_expression): Update call to groktypename.
7592 (c_parser_postfix_expression): Preserve C_MAYBE_CONST_EXPR as
7593 original_code. Fold expression argument of va_arg. Create
7594 C_MAYBE_CONST_EXPR to preserve side effects of expressions in type
7595 argument to va_arg. Update calls to groktypename. Fold array
7596 index for offsetof. Verify that first argument to
7597 __builtin_choose_expr has integer type.
7598 (c_parser_postfix_expression_after_paren_type): Update calls to
7599 groktypename and build_compound_literal. Handle expressions with
7600 side effects in type name.
7601 (c_parser_postfix_expression_after_primary): Update call to
7602 c_parser_expr_list. Set original_code for calls to
7603 __builtin_constant_p.
7604 (c_parser_expr_list): Take extra parameter fold_p. Fold
7605 expressions if requested.
7606 (c_parser_objc_type_name): Update call to groktypename.
7607 (c_parser_objc_synchronized_statement): Fold expression.
7608 (c_parser_objc_receiver): Fold expression.
7609 (c_parser_objc_keywordexpr): Update call to c_parser_expr_list.
7610 (c_parser_omp_clause_num_threads, c_parser_omp_clause_schedule,
7611 c_parser_omp_atomic, c_parser_omp_for_loop): Fold expressions.
7612 * c-tree.h (CONSTRUCTOR_NON_CONST): Define.
7613 (struct c_typespec): Add elements expr and expr_const_operands.
7614 (struct c_declspecs): Add elements expr and expr_const_operands.
7615 (groktypename, build_conditional_expr, build_compound_literal):
7616 Update prototypes.
7617 (in_late_binary_op): Declare.
7618 * c-typeck.c (note_integer_operands): New function.
7619 (in_late_binary_op): New variable.
7620 (decl_constant_value_for_broken_optimization): Move to c-common.c
7621 and rename to decl_constant_value_for_optimization.
7622 (default_function_array_conversion): Do not strip nops.
7623 (default_conversion): Do not call
7624 decl_constant_value_for_broken_optimization.
7625 (build_array_ref): Do not fold result.
7626 (c_expr_sizeof_expr): Fold operand. Use C_MAYBE_CONST_EXPR for
7627 result when operand is a VLA.
7628 (c_expr_sizeof_type): Update call to groktypename. Handle
7629 expressions included in type name. Use C_MAYBE_CONST_EXPR for
7630 result when operand names a VLA type.
7631 (build_function_call): Update call to build_compound_literal.
7632 Only fold result for calls to __builtin_* functions. Strip
7633 NOP_EXPR from INTEGER_CST returned from such functions. Fold
7634 the function designator.
7635 (convert_arguments): Fold arguments. Update call to
7636 convert_for_assignment.
7637 (build_unary_op): Handle increment and decrement of
7638 C_MAYBE_CONST_EXPR. Move lvalue checks for increment and
7639 decrement earlier. Fold operand of increment and decrement.
7640 Handle address of C_MAYBE_CONST_EXPR. Only fold expression being
7641 built for integer operand. Wrap returns that are INTEGER_CSTs
7642 without being integer constant expressions or that have integer
7643 constant operands without being INTEGER_CSTs.
7644 (lvalue_p): Handle C_MAYBE_CONST_EXPR.
7645 (build_conditional_expr): Add operand ifexp_bcp. Track whether
7646 result is an integer constant expression or can be used in
7647 unevaluated parts of one and avoid folding and wrap as
7648 appropriate. Fold operands before possibly doing -Wsign-compare
7649 warnings.
7650 (build_compound_expr): Wrap result for C99 if operands can be used
7651 in integer constant expressions.
7652 (build_c_cast): Update call to digest_init. Do not ignore
7653 overflow from casting floating-point constants to integers. Wrap
7654 results that could be confused with integer constant expressions,
7655 null pointer constants or floating-point constants.
7656 (c_cast_expr): Update call to groktypename. Handle expressions
7657 included in type name.
7658 (build_modify_expr): Handle modifying a C_MAYBE_CONST_EXPR. Fold
7659 lhs inside possible SAVE_EXPR. Fold RHS before assignment.
7660 Update calls to convert_for_assignment.
7661 (convert_for_assignment): Take new parameter
7662 null_pointer_constant. Do not strip nops or call
7663 decl_constant_value_for_broken_optimization. Set
7664 in_late_binary_op for conversions to boolean.
7665 (store_init_value): Update call to digest_init.
7666 (digest_init): Take new parameter null_pointer_constant. Do not
7667 call decl_constant_value_for_broken_optimization. pedwarn for
7668 initializers not constant expressions. Update calls to
7669 convert_for_assignment.
7670 (constructor_nonconst): New.
7671 (struct constructor_stack): Add nonconst element.
7672 (really_start_incremental_init, push_init_level, pop_init_level):
7673 Handle constructor_nonconst and nonconst element.
7674 (set_init_index): Call constant_expression_warning for array
7675 designators.
7676 (output_init_element): Fold value. Set constructor_nonconst as
7677 applicable. pedwarn for initializers not constant expressions.
7678 Update call to digest_init. Call constant_expression_warning
7679 where constant initializers are required.
7680 (process_init_element): Use c_save_expr.
7681 (c_finish_goto_ptr): Fold expression.
7682 (c_finish_return): Fold return value. Update call to
7683 convert_for_assignment.
7684 (c_start_case): Fold switch expression.
7685 (c_process_expr_stmt): Fold expression.
7686 (c_finish_stmt_expr): Create C_MAYBE_CONST_EXPR as needed to
ba20e309 7687 ensure statement expression is not evaluated in constant expression.
928c19bb
JM
7688 (build_binary_op): Track whether results are integer constant
7689 expressions or may occur in such, disable folding and wrap results
7690 as applicable. Fold operands for -Wsign-compare warnings unless
7691 in_late_binary_op.
7692 (c_objc_common_truthvalue_conversion): Handle results folded to
7693 integer constants that are not integer constant expressions.
7694 * doc/extend.texi: Document when typeof operands are evaluated,
7695 that condition of __builtin_choose_expr is an integer constant
7696 expression, and more about use of __builtin_constant_p in
7697 initializers.
7698
5babbcc0
RG
76992009-03-29 Richard Guenther <rguenther@suse.de>
7700
7701 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Properly
7702 propagate addresses of array references.
7703
0340f2ba
SB
77042009-03-29 Steven Bosscher <steven@gcc.gnu.org>
7705
7706 * regmove.c (perhaps_ends_bb_p): Remove.
7707 (optimize_reg_copy_1): Don't call perhaps_ends_bb_p. Get basic block
7708 from INSN and check that the main loop stays within that basic block.
7709 (optimize_reg_copy_1, optimize_reg_copy_3, fixup_match_2): Likewise.
7710 (regmove_forward_pass): Split out from regmove_optimize. Use
7711 FOR_EACH_BB and FOR_BB_INSNS instead of traversing the insns stream.
7712 (regmove_backward_pass): Split out from regmove_optimize. Use
7713 FOR_EACH_BB_REVERSE and FOR_BB_INSNS_REVERS_SAFE.
7714 (regmove_optimize): Simplify.
7715
eeae74a1
L
77162009-03-29 H.J. Lu <hongjiu.lu@intel.com>
7717
7718 PR target/39545
7719 * config/i386/i386.c (classify_argument): Ignore flexible array
7720 member in struct and warn ABI change.
7721
a24078b2
L
77222009-03-29 H.J. Lu <hongjiu.lu@intel.com>
7723
7724 * config/i386/i386-protos.h (ix86_agi_dependent): New.
7725
7726 * config/i386/i386.c (ix86_agi_dependent): Rewrite.
7727 (ix86_adjust_cost): Updated.
7728
a8da523f
JH
77292009-03-29 Jan Hubicka <jh@suse.cz>
7730
7731 PR middle-end/28850
7732 * tree-pass.h (pass_cleanup_eh): New function.
7733 (remove_unreachable_regions): Break code handling RTL
7734 to rtl_remove_unreachable_regions; remove ERT_MUST_NOT_THROW
7735 that can not be reached by runtime.
7736 (can_be_reached_by_runtime): New function.
7737 (label_to_region_map): New function.
7738 (num_eh_regions): New function.
7739 (rtl_remove_unreachable_regions): New function.
7740 (convert_from_eh_region_ranges): Call rtl_remove_unreachable_regions.
7741 (remove_eh_region): New function.
7742 * except.h: Include sbitmap and vecprim.
7743 (remove_eh_region, remove_unreachable_regions, label_to_region_map,
7744 num_eh_regions): Declare.
7745 * passes.c (init_optimization_passes): Schedule cleanup_eh.
ba20e309 7746 * Makefile.in (EXCEPT_H): New; replace all uses of except.h by it.
a8da523f
JH
7747 * tree-eh.c (tree_remove_unreachable_handlers): New function.
7748 (tree_empty_eh_handler_p): New function.
7749 (cleanup_empty_eh): New function.
7750 (cleanup_eh): New function.
7751 (pass_cleanup_eh): New function.
7752
98f358e5
JH
77532009-03-29 Jan Hubicka <jh@suse.cz>
7754
7755 * except.c (verify_eh_tree): Fix handling of fun!=cfun; be ready
7756 for removed regions.
7757
13a9fa44
JH
77582009-03-29 Jan Hubicka <jh@suse.cz>
7759
7760 * except.c (dump_eh_tree): Dump all datastructures.
7761
e38cf733
JH
77622009-03-29 Jan Hubicka <jh@suse.cz>
7763
7764 * except.c (duplicate_eh_regions_0): Handle AKA bitmap.
7765 (duplicate_eh_regions_1): Likewise.
7766 (duplicate_eh_regions): Likewise; cleanup code gorwing the region
7767 vector; call EH verification.
7768 (foreach_reachable_handler, can_throw_internal_1, can_throw_external_1):
7769 Be ready for region being removed.
7770
12802c2b
JH
77712009-03-29 Jan Hubicka <jh@suse.cz>
7772
7773 * bitmap.c (bitmap_last_set_bit): New function.
7774 * bitmap.h (bitmap_last_set_bit): Declare.
7775
4ea80a41
DA
77762009-03-29 David Ayers <ayers@fsfe.org>
7777
7778 PR objc/27377
7779 * c-typeck.c (build_conditional_expr): Emit ObjC warnings
7780 by calling objc_compare_types and surpress warnings about
7781 incompatible C pointers that are compatible ObjC pointers.
2ba9daa7 7782
4ea80a41 77832009-03-29 Adam Nemet <anemet@caviumnetworks.com>
3dc9eaa6
AN
7784
7785 * cgraphbuild.c (build_cgraph_edges, rebuild_cgraph_edges): Don't
7786 call initialize_inline_failed.
7787 (initialize_inline_failed): Move it from here ...
7788 * cgraph.c (initialize_inline_failed): ... to here.
7789 (cgraph_create_edge): Call initialize_inline_failed rather than
7790 setting inline_failed directly.
7791
7fb0ee07
BE
77922009-03-29 Ben Elliston <bje@au.ibm.com>
7793
7794 PR target/32542
7795 * sysv4.opt (msdata): Improve comment.
7796 * linux64.h (ASM_SPEC32): Do not pass -memb when -msdata is given.
7797 * sysv4.h (SVR4_ASM_SPEC): Likewise.
7798
0be77bf2
BE
77992009-03-29 Ben Elliston <bje@au.ibm.com>
7800
7801 PR target/30451
7802 * config/rs6000/rs6000.md (*movti_ppc64): Correct the order of
7803 load and store attributes.
7804
593812b6
BE
78052009-03-29 Ben Elliston <bje@au.ibm.com>
7806
7807 * config/i386/i386.c (enum ix86_builtins): Add IX86_BUILTIN_HUGE_VALQ.
7808 (ix86_init_builtins): Add built-in function __builtin_huge_valq.
7809 (ix86_expand_builtin): Handle IX86_BUILTIN_HUGE_VALQ.
7810 * doc/extend.texi (X86 Built-in Functions): Add index entries for
7811 __builtin_infq and __builtin_huge_valq.
7812
8272d11d
AS
78132009-03-28 Anatoly Sokolov <aesok@post.ru>
7814
7815 * config/avr/avr.c (avr_mcu_t): Add atmega8c1, atmega16c1 and
7816 atmega8m1 devices.
7817 * config/avr/avr.h (LINK_SPEC, CRT_BINUTILS_SPECS): (Ditto.).
7818 * config/avr/t-avr (MULTILIB_MATCHES): (Ditto.)
7819
74fe548b
XDL
78202009-03-28 Xinliang David Li <davidxl@google.com>
7821
2ba9daa7 7822 * tree-ssa-ccp.c (ccp_finalize): Add dbg_count support.
74fe548b
XDL
7823 (do_dbg_cnt): New function.
7824
33977f81
JH
78252009-03-28 Jan Hubicka <jh@suse.cz>
7826
7827 Merge from pretty-ipa:
7828
7829 2009-03-27 Jan Hubicka <jh@suse.cz>
ba20e309 7830
33977f81
JH
7831 * cgraph.c (dump_cgraph_node): Add replace output flag by process.
7832 * tree-pass.h (function_called_by_processed_nodes_p): Declare.
7833 * passes.c (function_called_by_processed_nodes_p): New.
7834 * ipa-pure-const.c (check_call): Fix handling of operands.
7835 (analyze_function): Dump debug output for skipped bodies.
7836 (local_pure_const): Use function_called_by_processed_nodes_p.
7837 * dwarf2out.c (reference_to_unused): Use output.
7838 * passes.c (do_per_function_toporder): Likewise.
7839
7840 2008-11-12 Jan Hubicka <jh@suse.cz>
7841
7842 * tree-pass.h (pass_fixup_cfg, pass_local_pure_const): Declare.
7843 * ipa-pure-const.c (funct_state_d): Add can throw field; make
7844 state_set_in_source enum
7845 (check_decl): Ignore memory tags; do not set fake looping flags;
7846 dump diagnostics.
7847 (check_operand, check_tree, check_rhs_var, check_lhs_var,
7848 get_asm_expr_operands, scan_function_op, scan_function_stmt): Remove.
7849 (check_call, analyze_function): Rewrite.
7850 (check_stmt): New.
7851 (add_new_function): Update call of analyze_function.
7852 (generate_summary): Add call of analyze_function.
7853 (propagate): Propagate can_throw; handle state_set_in_source correctly.
7854 (local_pure_const): New function.
7855 (pass_local_pure_const): New pass.
7856 * ipa-inline.c (inline_transform): Set after_inlining.
7857 * tree-eh.c (stmt_can_throw_external): New.
7858 * tree-optimize.c (execute_fixup_cfg): Do not set after_inlining;
7859 work with aliasing built.
7860 * tree-flow.h (stmt_can_throw_external): New.
7861 * passes.c (init_optimization_passes): Schedule fixup_cfg pass early;
7862 and local pure/const pass in early and late optimization queue.
ba20e309 7863
617f3897
MJ
78642009-03-28 Martin Jambor <mjambor@suse.cz>
7865
7866 * fold-const.c (get_pointer_modulus_and_residue): New parameter
7867 allow_func_align.
7868 (fold_binary): Allow function decl aligment consideration is the
7869 second argument is integer constant one.
7870 * tree-ssa-forwprop.c (simplify_bitwise_and): New function.
7871 (tree_ssa_forward_propagate_single_use_vars): Handle assing statements
7872 with BIT_AND_EXPR on the RHS by calling simplify_bitwise_and.
7873
fe89fbc5
JH
78742009-03-28 Jan Hubicka <jh@suse.cz>
7875
7876 * dwarf2out.c (dwarf2out_begin_prologue): Use crtl->nothrow
7877 * tree-eh.c (stmt_could_throw_p): Remove check for WEAK decls.
7878 * function.h (rtl_data): Add nothrow flag.
7879 * except.c (set_nothrow_function_flags): Use crtl->nothrow;
7880 set DECL_NOTHROW for AVAILABLE functions.
7881
574872ff
JJ
78822009-03-28 Jakub Jelinek <jakub@redhat.com>
7883
b3bf8855
JJ
7884 * config/rs6000/rs6000-c.c (rs6000_macro_to_expand): If macro
7885 following vector keyword has expansion starting with pixel or bool
7886 keyword, expand vector to __vector and pixel or bool to __pixel or
7887 __bool.
7888
574872ff
JJ
7889 PR c++/39554
7890 * opts.c (warning_disallowed_functions, warn_disallowed_functions,
7891 warn_if_disallowed_function_p): Removed.
7892 (common_handle_option): Don't handle OPT_Wdisallowed_function_list_.
7893 * c-parser.c (c_parser_postfix_expression_after_primary): Don't call
7894 warning_if_disallowed_function_p.
7895 * flags.h (warn_if_disallowed_function_p,
7896 warn_disallowed_functions): Removed.
7897 * common.opt (Wdisallowed-function-list=): Removed.
7898 * doc/invoke.texi (-Wdisallowed-function-list=): Removed.
7899
b005da11
RG
79002009-03-28 Richard Guenther <rguenther@suse.de>
7901
7902 PR tree-optimization/38723
7903 * tree-ssa-pre.c (compute_avail): Add all default definitions to
7904 the entry block.
7905
1de812a6
JH
79062009-03-28 Jan Hubicka <jh@suse.cz>
7907
7908 * tree-ssa-structalias.c (ipa_pta_execute): Fix bogus node->analyzed
7909 test introduced by my previous patch.
7910
fbb789d4
RG
79112009-03-28 Richard Guenther <rguenther@suse.de>
7912
7913 * tree-ssa-copy.c (copy_prop_visit_phi_node): Do not leave
7914 the PHIs value undefined.
7915
6f1873a1
JH
79162009-03-28 Jan Hubicka <jh@suse.cz>
7917
7918 * tree-pass.h (pass_fixup_cfg): New pass.
7919 * ipa-inline.c (inline_transform): Set
7920 always_inline_functions_inlined/after_inlining.
7921 * tree-optimize.c (execute_fixup_cfg): Do not set them here.
7922 (pass_fixup_cfg): New pass.
7923 * passes.c (init_optimization_passes): Add fixup_cfg.
7924
17021bc8
RG
79252009-03-28 Richard Guenther <rguenther@suse.de>
7926
7927 PR tree-optimization/38458
7928 * tree-ssa-copy.c (copy_prop_visit_phi_node): For the first
7929 argument use the arguments copy-of value.
7930
e8114fba
RG
79312009-03-28 Richard Guenther <rguenther@suse.de>
7932
7933 PR tree-optimization/38180
7934 * tree-ssa-ccp.c (get_default_value): Simplify.
7935 (likely_value): Likewise.
7936 (surely_varying_stmt_p): Properly handle VOP case.
7937 (ccp_initialize): Likewise.
7938 (ccp_fold): Handle propagating through *&.
7939 (fold_const_aggregate_ref): Also handle decls.
7940
257eb6e3
JH
79412009-03-28 Jan Hubicka <jh@suse.cz>
7942
7943 * cgraph.c (dump_cgraph_node): Add replace output flag by process.
7944 * cgraph.h (cgraph_node): Likewise.
7945 * cgraphunit.c (cgraph_process_new_functions): Set process flag.
7946 (cgraph_reset_node): Use process flag.
7947 (cgraph_mark_functions_to_output): Likewise.
7948 (cgraph_expand_function): Likewise.
7949 (cgraph_expand_all_functions): Likewise.
7950 (cgraph_output_in_order): Likewise.
7951 * dwarf2out.c (reference_to_unused): Likewise.
7952 * passes.c do_per_function_toporder): Likewise.
7953
61a05df1
JH
79542009-03-28 Jan Hubicka <jh@suse.cz>
7955
7956 Bring from lto-branch:
ba20e309 7957
61a05df1
JH
7958 2008-09-03 Doug Kwan <dougkwan@google.com>
7959
7960 * cgraphbuild.c (initialize_inline_failed): Use cgraph_inline_failed_t
7961 enums instead of reason strings.
7962 * cgraph.c (cgraph_create_edge): Same.
7963 (cgraph_inline_failed_string): New function.
7964 * cgraph.h (cgraph_inline_failed_t): New enum type.
7965 (cgraph_inline_failed_string): New prototype.
7966 (struct cgraph_edge): Change type of INLINED_FAILED from constant
7967 char pointer to cgraph_inline_failed_t.
7968 (cgraph_inline_p): Adjust prototype to use cgraph_inline_failed_t.
7969 (cgraph_default_inline_p): Ditto.
60839f5d 7970 * cgraphunit.c (cgraph_inline_p): Change type of parameter REASON
61a05df1
JH
7971 to cgraph_inline_failed_t pointer.
7972 * cif-code.def: New file.
7973 * ipa-inline.c (cgraph_mark_inline_edge): Use an enum instead of a
7974 reason string.
7975 (cgraph_check_inline_limits): Change type of REASON to pointer to
7976 cgraph_inline_failed_t. Replace reason strings with enums.
7977 (cgraph_default_inline_p): Ditto.
7978 (cgraph_recursive_inlining_p): Ditto.
7979 (update_caller_keys): Change type of FAILED_REASON to
7980 cgraph_inline_failed_t.
7981 (cgraph_set_inline_failed): Change type of REASON to pointer to
7982 cgraph_inline_failed_t. Call cgraph_inline_failed_string to
7983 convert enums to strings for text output.
7984 (cgraph_decide_inlining_of_small_function): Change FAILED_REASON
7985 to be of type cgraph_inline_failed_t. Replace reason strings with
7986 enums. Call cgraph_inline_failed_string to covert enums
7987 to strings for text output.
7988 (cgraph_decide_inlining): Replace reason strings with enums.
7989 (cgraph_decide_inlining_incrementally): Change type of FAILED_REASON
7990 to cgraph_inline_failed_t type. Call cgraph_inline_failed_string
7991 for text output.
7992 * tree-inline.c (expand_call_inline): Change type of REASON
7993 to cgraph_inline_failed_t. Replace reason strings with enums.
7994 Call cgraph_inline_failed_string for text output.
7995 * Makefile.in (CGRAPH_H): Add cif-code.def to dependencies.
7996 (cgraph.o): Ditto.
7997
144e8aac
JH
79982009-03-28 Jan Hubicka <jh@suse.cz>
7999
8000 * cgraph.c (cgraph_node, cgraph_remove_node, dump_cgraph_node,
8001 cgraph_clone_node): Remove master clone handling.
8002 (cgraph_is_master_clone, cgraph_master_clone): Remove.
8003 * cgraph.h (master_clone): Remove.
8004 (cgraph_is_master_clone, cgraph_master_clone): Remove.
8005 * ipa-type-escape.c (type_escape_execute): Remove use of master clone.
8006 (tree-ssa-structalias.c (ipa_pta_execute): Likewise.
8007
4a371c8d
JH
80082009-03-28 Jan Hubicka <jh@suse.cz>
8009
8010 * cgraph.c (cgraph_function_body_availability): Functions declared
8011 inline are always safe to assume that it is not going to be replaced.
8012
6cdb0ee3
RG
80132009-03-28 Richard Guenther <rguenther@suse.de>
8014
8015 PR tree-optimization/38513
8016 * tree-ssa-pre.c (eliminate): Remove redundant stores.
8017 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Handle
8018 EXC_PTR_EXPR and FILTER_EXPR.
8019 (get_ref_from_reference_ops): Likewise.
8020
8ca1fd76
RG
80212009-03-28 Richard Guenther <rguenther@suse.de>
8022
8023 PR tree-optimization/38968
8024 * tree-vect-analyze.c (vect_compute_data_ref_alignment):
8025 Use FLOOR_MOD_EXPR to compute misalignment.
8026
a254e44d
RG
80272009-03-28 Richard Guenther <rguenther@suse.de>
8028
8029 PR tree-optimization/37795
8030 * tree.h (combine_comparisons): Declare.
8031 * fold-const.c (combine_comparisons): Export.
8032 * tree-ssa-ifcombine.c (ifcombine_ifandif): Optimize two successive
8033 comparisons.
8034 (ifcombine_iforif): Use combine_comparisons.
8035
a8ee227c
JH
80362009-03-28 Jan Hubicka <jh@suse.cz>
8037
8038 * tree-eh.c (inlinable_call_p): New function.
8039 (make_eh_edges): Use it.
8040 (verify_eh_edges): Use it.
8041 (stmt_can_throw_external, stmt_can_throw_internal): Use it.
8042 * except.c (reachable_next_level): Add inlinable_function argument
8043 (sjlj_find_directly_reachable_regions): Update.
8044 (add_reachable_handler): Do not set saw_any_handlers.
8045 (reachable_next_level): Handle MUST_NOT_THROW more curefully.
8046 (foreach_reachable_handler, can_throw_internal_1, can_throw_external_1):
8047 Add new inlinable call parameter.
8048 (can_throw_internal, can_throw_external): Update.
8049 * except.h (can_throw_internal_1, can_throw_external_1,
8050 foreach_reachable_handler): Update declaration.
8051
52c0e446
JM
80522009-03-28 Joseph Myers <joseph@codesourcery.com>
8053
8054 * config/arm/t-arm-coff, config/h8300/coff.h,
8055 config/i386/i386-aout.h, config/i386/i386-coff.h,
8056 config/libgloss.h, config/m68k/coff.h, config/m68k/m68k-aout.h,
8057 config/pdp11/2bsd.h, config/rs6000/aix41.h,
8058 config/rs6000/aix41.opt, config/rs6000/t-newas, config/sh/coff.h,
8059 fix-header.c, fixproto, gen-protos.c, protoize.c, scan-decls.c,
8060 scan-types.sh, scan.c, scan.h, sort-protos, sys-protos.h,
8061 sys-types.h: Remove.
8062 * Makefile.in: Remove protoize and fixproto support and references
8063 in comments.
8064 (SYSCALLS.c.X-warn, TARGET_GETGROUPS_T, STMP_FIXPROTO,
8065 PROTOIZE_INSTALL_NAME, UNPROTOIZE_INSTALL_NAME, FIXPROTO_DEFINES):
8066 Remove.
8067 (ALL_HOST_OBJS): Remove $(PROTO_OBJS).
8068 (MOSTLYCLEANFILES): Remove protoize$(exeext) and
8069 unprotoize$(exeext).
8070 (rest.encap): Don't depend on $(STMP_FIXPROTO)
8071 (.PHONY): Don't depend on proto.
8072 (libgcc-support): Don't depend on $(STMP_FIXPROTO).
8073 (proto, PROTO_OBJS, protoize$(exeext), unprotoize$(exeext),
8074 protoize.o, unprotoize.o, SYSCALLS.c.X, test-protoize-simple,
8075 deduced.h, GEN_PROTOS_OBJS, build/gen-protos$(build_exeext),
8076 build/gen-protos.o, build/scan.o, xsys-protos.h,
8077 build/fix-header$(build_exeext), build/fix-header.o,
8078 build/scan-decls.o, fixhdr.ready, stmp-fixproto,
8079 stmp-install-fixproto): Remove.
8080 (mostlyclean): Don't remove xsys-protos.hT, SYSCALLS.c.X,
8081 SYSCALLS.c or fixproto files.
8082 (install-common): Don't install protoize.
8083 (install-headers-tar, install-headers-cpio, install-headers-cp):
8084 Don't depend on $(STMP_FIXPROTO).
8085 (install-mkheaders): Don't depend on $(STMP_FIXPROTO). Don't
8086 install fixproto files or write out fixproto settings.
8087 (uninstall): Don't uninstall protoize.
8088 * config.gcc (use_fixproto): Remove.
8089 (arm-*-coff*, armel-*-coff*, h8300-*-*, i[34567]86-*-aout*,
8090 i[34567]86-*-coff*, m68k-*-aout*, m68k-*-coff*, pdp11-*-bsd,
8091 rs6000-ibm-aix4.[12]*, powerpc-ibm-aix4.[12]*, sh-*-*): Remove.
8092 * config/m32r/t-linux (STMP_FIXPROTO): Remove.
8093 * config/m68k/m68k.c: Remove M68K_TARGET_COFF-conditional code.
8094 * config/mips/t-iris (FIXPROTO_DEFINES): Remove.
8095 * config/pa/t-pa-hpux (FIXPROTO_DEFINES): Remove.
8096 * config/pdp11/pdp11.c: Remove TWO_BSD-conditional code.
8097 * config/t-svr4 (FIXPROTO_DEFINES): Remove.
8098 * config/t-vxworks (STMP_FIXPROTO): Remove.
8099 * configure.ac (AC_TYPE_GETGROUPS, TARGET_GETGROUPS_T,
8100 STMP_FIXPROTO): Remove.
8101 * config.in, configure: Regenerate.
8102 * crtstuff.c (gid_t, uid_t): Don't undefine.
8103 * doc/install.texi: Change m68k-coff to m68k-elf in example.
8104 (arm-*-coff, arm-*-aout: Remove target entries.
8105 (*-ibm-aix*): Mention removal of support for AIX 4.2 and older.
8106 Remove mention of AIX 4.1.
8107 (m68k-*-*): Remove mention of m68k-*-aout and m68k-*-coff*.
8108 * doc/invoke.texi (Running Protoize): Remove.
8109 * doc/trouble.texi (Actual Bugs): Remove mention of fixproto.
8110 (Protoize Caveats): Remove.
8111 * tsystem.h: Update comments on headers assumed to exist.
8112
20a07f44
VM
81132009-03-27 Vladimir Makarov <vmakarov@redhat.com>
8114
8115 * genautomata.c: Add a new year to the copyright. Add a new
8116 reference.
8117 (struct insn_reserv_decl): Add comments for member bypass_list.
8118 (find_bypass): Remove.
8119 (insert_bypass): New.
8120 (process_decls): Use insert_bypass.
8121 (output_internal_insn_latency_func): Output all bypasses with the
8122 same input insn in one switch case.
8123
8124 * rtl.def (define_bypass): Describe bypass choice.
8125 * doc/md.texi (define_bypass): Ditto.
8126
3a0d06c1
RB
81272009-03-27 Richard Guenther <rguenther@suse.de>
8128
8129 * gimplify.c (mark_addressable): Export.
8130 * tree-flow.h (mark_addressable): Declare.
8131 * tree-ssa-loop-manip.c (create_iv): Mark the base addressable.
8132 * tree-ssa.c (verify_phi_args): Verify that address taken
8133 variables have TREE_ADDRESSABLE set.
8134
81352009-03-27 Richard Guenther <rguenther@suse.de>
8136
8137 * fold-const.c (build_fold_addr_expr_with_type_1): Rename back to ...
8138 (build_fold_addr_expr_with_type): ... this. Remove in_fold handling.
8139 Do not mark decls TREE_ADDRESSABLE.
8140 (build_fold_addr_expr): Adjust.
8141 (fold_addr_expr): Remove.
8142 (fold_unary): Use build_fold_addr_expr.
8143 (fold_comparison): Likewise.
8144 (split_address_to_core_and_offset): Likewise.
8145 * coverage.c (tree_coverage_counter_addr): Mark the array decl
8146 TREE_ADDRESSABLE.
8147 * gimplify.c (mark_addressable): Do not exclude RESULT_DECLs.
8148 (gimplify_modify_expr_to_memcpy): Mark source and destination
8149 addressable.
8150 * omp-low.c (create_omp_child_function): Mark the object decl
8151 TREE_ADDRESSABLE.
8152 (lower_rec_input_clauses): Mark the var we take the address of
8153 TREE_ADDRESSABLE.
8154 (lower_omp_taskreg): Mark the sender decl TREE_ADDRESSABLE.
8155
2ac26e15
L
81562009-03-27 H.J. Lu <hongjiu.lu@intel.com>
8157
8158 PR middle-end/39315
8159 * cfgexpand.c (expand_one_stack_var_at): Change alignment
8160 limit to MAX_SUPPORTED_STACK_ALIGNMENT.
8161
472c7fbd
RG
81622009-03-27 Richard Guenther <rguenther@suse.de>
8163
8164 PR tree-optimization/39120
8165 * tree-ssa-structalias.c (handle_rhs_call): Fill out return
8166 constraints.
8167 (handle_lhs_call): Process return constraints. Add escape
8168 constraints if necessary.
8169 (handle_const_call): Fill out return constraints. Make nested
8170 case more precise. Avoid consttmp if possible.
8171 (handle_pure_call): Fill out return constraints. Avoid
8172 callused if possible.
8173 (find_func_aliases): Simplify call handling.
8174
81752009-03-27 Richard Guenther <rguenther@suse.de>
8176
8177 PR tree-optimization/39120
8178 * tree-ssa-structalias.c (do_sd_constraint): Do not use CALLUSED
8179 as a representative.
8180 (solve_graph): Do propagate CALLUSED.
8181 (handle_pure_call): Use a scalar constraint from CALLUSED for
8182 the return value.
8183 (find_what_p_points_to): CALLUSED shall not appear in poins-to
8184 solutions.
8185
d9223014
L
81862009-03-27 H.J. Lu <hongjiu.lu@intel.com>
8187
8188 PR c/39323
8189 * c-common.c (handle_aligned_attribute): Properly check alignment
8190 overflow. Use (1U << i) instead of (1 << i).
8191
ba20e309 8192 * emit-rtl.c (get_mem_align_offset): Use "unsigned int" for align.
d9223014
L
8193
8194 * expr.h (get_mem_align_offset): Updated.
8195
8196 * tree.h (tree_decl_common): Change align to "unsigned int" and
8197 move it before pointer_alias_set.
8198
689b689c
L
81992009-03-27 H.J. Lu <hongjiu.lu@intel.com>
8200 Jakub Jelinek <jakub@redhat.com>
8201
8202 PR target/38034
8203 * config/ia64/sync.md (cmpxchg_rel_<mode>): Replace input
8204 gr_register_operand with gr_reg_or_0_operand.
8205 (cmpxchg_rel_di): Likewise.
8206 (sync_lock_test_and_set<mode>): Likewise.
8207
c619e982
L
82082009-03-27 H.J. Lu <hongjiu.lu@intel.com>
8209
8210 * jump.c (rtx_renumbered_equal_p): Use subreg_get_info.
8211 (true_regnum): Likewise.
8212
8213 * rtlanal.c (subreg_info): Moved to ...
8214 * rtl.h (subreg_info): Here. New.
8215 (subreg_get_info): New.
8216
8217 * rtlanal.c (subreg_get_info): Make it extern.
8218
51212b32
L
82192009-03-27 H.J. Lu <hongjiu.lu@intel.com>
8220
8221 PR target/39472
8222 * config/i386/i386.c (ix86_abi): New.
8223 (override_options): Handle -mabi=.
ba20e309 8224 (ix86_function_arg_regno_p): Replace DEFAULT_ABI with ix86_abi.
51212b32
L
8225 (ix86_call_abi_override): Likewise.
8226 (init_cumulative_args): Likewise.
8227 (function_arg_advance): Likewise.
8228 (function_arg_64): Likewise.
8229 (function_arg): Likewise.
8230 (ix86_pass_by_reference): Likewise.
8231 (ix86_function_value_regno_p): Likewise.
8232 (ix86_build_builtin_va_list_abi): Likewise.
8233 (setup_incoming_varargs_64): Likewise.
8234 (is_va_list_char_pointer): Likewise.
8235 (ix86_init_machine_status): Likewise.
ba20e309 8236 (ix86_reg_parm_stack_space): Use enum calling_abi on call_abi.
51212b32
L
8237 (ix86_function_type_abi): Return enum calling_abi. Rewrite
8238 for 64bit. Replace DEFAULT_ABI with ix86_abi.
ba20e309 8239 (ix86_function_abi): Make it static and return enum calling_abi.
51212b32
L
8240 (ix86_cfun_abi): Return enum calling_abi. Replace DEFAULT_ABI
8241 with ix86_abi.
8242 (ix86_fn_abi_va_list): Updated.
8243
8244 * config/i386/i386.h (ix86_abi): New.
8245 (STACK_BOUNDARY): Replace DEFAULT_ABI with ix86_abi.
8246 (CONDITIONAL_REGISTER_USAGE): Likewise.
8247 (CUMULATIVE_ARGS): Change call_abi type to enum calling_abi.
8248 (machine_function): Likewise.
8249
8250 * config/i386/i386.md (untyped_call): Replace DEFAULT_ABI
8251 with ix86_abi.
8252 * config/i386/cygming.h (TARGET_64BIT_MS_ABI): Likewise.
8253 (STACK_BOUNDARY): Likewise.
8254 * config/i386/mingw32.h (EXTRA_OS_CPP_BUILTINS): Likewise.
8255
8256 * config/i386/i386.opt (mabi=): New.
8257
8258 * config/i386/i386-protos.h (ix86_cfun_abi): Changed to
8259 return enum calling_abi.
8260 (ix86_function_type_abi): Likewise.
8261 (ix86_function_abi): Removed.
8262
8263 * doc/invoke.texi: Document -mabi= option for x86.
8264
7338ea63
KG
82652009-03-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8266
8267 * builtins.c (real_dconstp): Delete.
8268 (fold_builtin_logarithm): Remove inaccurate log(e) special case.
8269
68599f33
DS
82702009-03-27 Dodji Seketeli <dodji@redhat.com>
8271 Jakub Jelinek <jakub@redhat.com>
8272
8273 PR debug/37959
8274 * dwarf2out.c (dwarf_attr_name): Handle DW_AT_explicit attribute.
8275 (gen_subprogram_die): When a function is explicit, generate the
8276 DW_AT_explicit attribute.
8277 * langhooks.h (struct lang_hooks_for_decls): Add
8278 function_decl_explicit_p langhook.
8279 * langhooks-def.h (LANG_HOOKS_FUNCTION_DECL_EXPLICIT_P): Define.
8280 (LANG_HOOKS_DECLS): Add LANG_HOOKS_FUNCTION_DECL_EXPLICIT_P.
8281
9f5e9983
JJ
82822009-03-27 Jakub Jelinek <jakub@redhat.com>
8283
64d7685c
JJ
8284 * builtins.c (fold_builtin_memory_op): Optimize memmove
8285 into memcpy if we can prove source and destination don't overlap.
8286
9f5e9983
JJ
8287 * tree-inline.c: Include gt-tree-inline.h.
8288 (clone_fn_id_num): New variable.
8289 (clone_function_name): New function.
8290 (tree_function_versioning): Use it.
8291 * Makefile.in (GTFILES): Add tree-inline.c.
8292
e54d52a8
MM
82932009-03-27 Mark Mitchell <mark@codesourcery.com>
8294
8295 * BASE-VER: Change to 4.5.0.
8296
e9d51dc6
XDL
82972009-03-27 Xinliang David Li <davidxl@google.com>
8298
8299 PR tree-optimization/39557
8300 * tree-ssa.c (warn_uninitialized_vars): free postdom info.
8301
4577cea1
XDL
83022009-03-27 Xinliang David Li <davidxl@google.com>
8303
8304 PR tree-optimization/39548
2ba9daa7 8305 * tree-ssa-copy.c (copy_prop_visit_phi_node): Add copy
4577cea1
XDL
8306 candidate check.
8307
0f7464f4
L
83082009-03-27 H.J. Lu <hongjiu.lu@intel.com>
8309
8310 * c-common.c (pointer_int_sum): Use %wd on return from
8311 tree_low_cst.
8312
a8847a7f
L
83132009-03-27 H.J. Lu <hongjiu.lu@intel.com>
8314
8315 * c-common.c (pointer_int_sum): Use HOST_WIDE_INT_PRINT_DEC
8316 on return from tree_low_cst.
8317
b0957daf
AP
83182009-03-27 Andrew Pinski <andrew_pinski@playstation.sony.com>
8319
8320 PR c++/36799
ba20e309
UB
8321 * ginclude/stdarg.h (va_copy): Define also for
8322 __GXX_EXPERIMENTAL_CXX0X__.
b0957daf 8323
a5f805df
MLI
83242009-03-27 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
8325
8326 PR c++/35652
8327 * builtins.h (c_strlen): Do not warn here.
8328 * c-typeck.c (build_binary_op): Adjust calls to pointer_int_sum.
8329 * c-common.c (pointer_int_sum): Take an explicit location.
8330 Warn about offsets out of bounds.
8331 * c-common.h (pointer_int_sum): Adjust declaration.
8332
6f401211
RW
83332009-03-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8334
a5f805df
MLI
8335 * doc/invoke.texi (i386 and x86-64 Windows Options): Fix texinfo
8336 markup glitch.
6f401211 8337
5a59b39e
JJ
83382009-03-26 Jakub Jelinek <jakub@redhat.com>
8339
8340 PR c++/39554
8341 * opts.c (warn_if_disallowed_function_p): Don't assume
8342 get_callee_fndecl must return non-NULL.
8343
d5f89b53
VM
83442009-03-26 Vladimir Makarov <vmakarov@redhat.com>
8345
8346 PR rtl-optimization/39522
8347 * reload1.c (reload_as_needed): Invalidate reg_last_reload_reg too
8348 when reg_reloaded_valid is set.
8349
61238a79
UW
83502009-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8351
8352 * config/spu/divv2df3.c: New file.
8353 * config/spu/t-spu-elf (LIB2FUNCS_STATIC_EXTRA): Add it.
8354 (DPBIT_FUNCS): Filter out _div_df.
8355
03f8829b
BS
83562009-03-26 Bernd Schmidt <bernd.schmidt@analog.com>
8357
8358 * config/bfin/bfin.c (bfin_optimize_loop): If the LSETUP goes before
8359 a jump insn, count that jump in the distance to the loop start.
8360
9fdcdc74
KK
83612009-03-25 Kaz Kojima <kkojima@gcc.gnu.org>
8362
8363 PR target/39523
8364 * config/sh/sh.c (calc_live_regs): Fix condition for global
8365 registers except PIC_OFFSET_TABLE_REGNUM.
8366
46994828
KT
83672009-03-25 Kai Tietz <kai.tietz@onevision.com>
8368
8369 PR/39518
8370 * doc/invoke.texi (-mconsole): New.
8371 (-mcygwin): New.
8372 (-mno-cygwin): New.
8373 (-mdll): New.
8374 (-mnop-fun-dllimport): New.
8375 (-mthread): New.
8376 (-mwin32): New.
8377 (-mwindows): New.
8378 (sub section "i386 and x86-64 Windows Options"): New.
8379
60839f5d 83802009-03-25 Ralf Corsépius <ralf.corsepius@rtems.org>
370017b4
RC
8381
8382 * config/arm/rtems-elf.h: Remove LINK_GCC_C_SEQUENCE_SPEC.
8383 * config/rs6000/t-rtems: Remove MULTILIB_EXTRA_OPTS.
8384
ae560440
RG
83852009-03-25 Richard Guenther <rguenther@suse.de>
8386
8387 PR middle-end/39497
8388 * Makefile.in (dfp.o-warn): Use -fno-strict-aliasing instead
8389 of -Wno-error.
8390
cd510f15
AM
83912009-03-25 Andrey Belevantsev <abel@ispras.ru>
8392
8393 * config/ia64/ia64.c (ia64_set_sched_flags): Zero spec_info->mask when
8394 neither of haifa/selective schedulers are working.
8395
44ab0f0e
RW
83962009-03-25 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8397
8398 * doc/invoke.texi (Debugging Options): Fix description of
8399 -fno-merge-debug-strings.
8400
ad9646c7
HPN
84012009-03-24 Hans-Peter Nilsson <hp@axis.com>
8402
e6142656
HPN
8403 * config/cris/libgcc.ver: New version-script.
8404 * config/cris/t-linux (SHLIB_MAPFILES): Use it.
8405
ad9646c7
HPN
8406 * configure.ac <GAS features, nop mnemonic>: Add pattern
8407 crisv32-*-* for "nop".
ba20e309 8408 <GAS features, Thread-local storage>: Add item for CRIS and CRIS v32.
ad9646c7
HPN
8409 * configure: Regenerate.
8410
09ac4473
IR
84112009-03-24 Ira Rosen <irar@il.ibm.com>
8412
8413 PR tree-optimization/39529
8414 * tree-vect-transform.c (vect_create_data_ref_ptr): Call
8415 mark_sym_for_renaming for the tag copied to the new vector
8416 pointer.
8417
d94a427e
AL
84182009-03-24 Arthur Loiret <aloiret@debian.org>
8419
ba20e309 8420 * config.host (alpha*-*-linux*): Use driver-alpha.o and alpha/x-alpha.
d94a427e
AL
8421 * config/alpha/linux.h (host_detect_local_cpu): Declare, add to
8422 EXTRA_SPEC_FUNCTIONS.
8423 (MCPU_MTUNE_NATIVE_SPECS, DRIVER_SELF_SPECS): New macros.
8424 * config/alpha/driver-alpha.c, config/alpha/x-alpha: New.
8425 * doc/invoke.texi (DEC Alpha Options): Document 'native' value for
8426 -march and -mtune options.
8427
60839f5d 84282009-03-24 Ralf Corsépius <ralf.corsepius@rtems.org>
722d07aa
RC
8429
8430 * config/m68k/t-rtems: Add m5329 multilib.
8431
603f5959
DS
84322009-03-24 Dodji Seketeli <dodji@redhat.com>
8433 Jakub Jelinek <jakub@redhat.com>
8434
8435 PR debug/39524
8436 * dwarf2out.c (gen_variable_die): Avoid adding duplicate declaration
8437 nodes.
8438
c5cdb03f
JJ
84392009-03-23 Jakub Jelinek <jakub@redhat.com>
8440
8441 PR c/39495
8442 * c-parser.c (c_parser_omp_for_loop): Call c_parser_binary_expression
8443 instead of c_parser_expression_conv, if original_code isn't one of the
8444 4 allowed comparison codes, fail.
8445
3691626c
RG
84462009-03-23 Richard Guenther <rguenther@suse.de>
8447
8448 * cgraph.h (struct cgraph_node): Reorder fields for 64-bit hosts.
8449 * tree.h (struct tree_type): Likewise.
8450 * reload.h (struct insn_chain): Likewise.
8451 * dwarf2out.c (struct dw_loc_descr_struct): Likewise.
8452 * function.h (struct function): Likewise.
8453 * tree-ssa-structalias.c (struct equiv_class_label): Likewise.
8454
88ccb72a
JJ
84552009-03-23 Jakub Jelinek <jakub@redhat.com>
8456
8457 PR tree-optimization/39516
8458 * lambda-code.c (perfect_nestify): Fix type of the uboundvar variable.
8459
60839f5d 84602009-03-23 Bingfeng Mei <bmei@broadcom.com>
a583a67e 8461
2ba9daa7 8462 * config.gcc (need_64bit_hwint): Make clear that need_64bit_hwint
a583a67e
BM
8463 should be set true if BITS_PER_WORD of target is bigger than 32
8464
f82162f8
HPN
84652009-03-22 Hans-Peter Nilsson <hp@axis.com>
8466
8467 * config/cris/linux.h (CRIS_LINK_SUBTARGET_SPEC):
8468 Translate -B-options to -rpath-link. Correct existing
8469 rpath-link and conditionalize on !nostdlib.
8470
048fd785
RW
84712009-03-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8472
8473 * doc/extend.texi (Function Attributes, Variable Attributes):
8474 Fix typos.
8475 * doc/invoke.texi (Debugging Options, Optimize Options)
8476 (i386 and x86-64 Options, MCore Options): Likewise.
8477
6e75c1a9
JJ
84782009-03-20 Jakub Jelinek <jakub@redhat.com>
8479
8480 PR debug/37890
8481 * dwarf2out.c (gen_namespace_die): Add context_die argument and use
8482 it for block local namespace aliases.
8483 (gen_decl_die): Pass context_die to gen_namespace_die.
8484
ea1199ee
JJ
84852009-03-19 Jakub Jelinek <jakub@redhat.com>
8486
8487 PR c/39495
8488 * c-omp.c (c_finish_omp_for): Allow NE_EXPR with TREE_TYPE (decl)'s
8489 minimum or maximum value.
8490
58929c10
AO
84912009-03-19 Alexandre Oliva <aoliva@redhat.com>
8492
8493 * reginfo.c (globalize_reg): Recompute derived reg sets.
8494
60839f5d 84952009-03-19 Ozkan Sezer <sezeroz@gmail.com>
234952b3
OS
8496
8497 PR target/39063
8498 * libgcc2.c (mprotect): Do not use signed arguments for
8499 VirtualProtect, use DWORD arguments. Also fix the 'may
8500 be used uninitialized' warning for the np variable.
8501
f57c2f04
JJ
85022009-03-19 Jakub Jelinek <jakub@redhat.com>
8503
8504 PR target/39496
8505 * config/i386/i386.c (ix86_function_regparm): Don't optimize local
8506 functions using regparm calling conventions when not optimizing.
8507 (ix86_function_sseregparm): Similarly for sseregparm calling
8508 conventions.
8509
9e517d61
LF
85102009-03-19 Li Feng <nemokingdom@gmail.com>
8511
8512 PR middle-end/39500
8513 * tree-data-ref.c (analyze_subscript_affine_affine): There is no
8514 dependence if the first conflict is after niter iterations.
8515
8ef20026
HPN
85162009-03-19 Hans-Peter Nilsson <hp@axis.com>
8517
8518 PR middle-end/38609
8519 * config/cris/cris.h (FRAME_POINTER_REQUIRED): Force for all
8520 functions with dynamic stack-pointer adjustments.
8521
64e4a1a6
BE
85222009-03-19 Ben Elliston <bje@au.ibm.com>
8523
8524 * doc/invoke.texi (RS/6000 and PowerPC Options): Fix -msdata-data
8525 option; change to -msdata=data.
8526
9a0f3e86
RW
85272009-03-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8528
8529 * c.opt: Unify help texts for -Wdeprecated, -Wsystem-headers,
8530 and -fopenmp.
8531
09bc5979
EB
85322009-03-18 Eric Botcazou <ebotcazou@adacore.com>
8533
8534 PR target/35180
8535 * config/sparc/sparc.md (do_builtin_setjmp_setup): Prettify asm output.
8536
332459cd
SL
85372009-03-18 Sandra Loosemore <sandra@codesourcery.com>
8538
8539 * doc/invoke.texi (Code Gen Options): Expand discussion of
8540 -fno-common.
8541
8f5929e1
JJ
85422009-03-18 Jakub Jelinek <jakub@redhat.com>
8543
8544 * dse.c (struct group_info): Reorder fields for 64-bit hosts.
8545 * matrix-reorg.c (struct matrix_info): Likewise.
8546 * tree-ssa-loop-ivopts.c (struct ivopts_data): Likewise.
8547 * rtl.h (struct mem_attrs): Likewise.
8548 * df.h (struct df): Likewise.
8549 * tree-data-ref.h (struct data_dependence_relation): Likewise.
8550 * ira-int.h (struct ira_allocno): Likewise.
8551 * df-scan.c (struct df_collection_rec): Likewise.
8552 * ira.c (struct equivalence): Likewise.
8553 * function.c (struct temp_slot): Likewise.
8554 * cfgloop.h (struct loop): Likewise.
8555
d130d647
JJ
8556 PR debug/39485
8557 * function.c (use_register_for_decl): When not optimizing, disregard
8558 register keyword for variables with types containing methods.
8559
9968d233
SP
85602009-03-18 Sebastian Pop <sebastian.pop@amd.com>
8561
8562 PR middle-end/39447
8563 * graphite.c (exclude_component_ref): Renamed contains_component_ref_p.
8564 (is_simple_operand): Call contains_component_ref_p before calling data
8565 reference analysis that would fail on COMPONENT_REFs.
8566
8567 * tree-vrp.c (search_for_addr_array): Fix formatting.
8568
69484bfd
RG
85692009-03-18 Richard Guenther <rguenther@suse.de>
8570
8571 * tree-vect-transform.c (vect_loop_versioning): Fold the
8572 generated comparisons.
8573 * tree-vectorizer.c (set_prologue_iterations): Likewise.
8574 (slpeel_tree_peel_loop_to_edge): Likewise.
8575
66811228
RW
85762009-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8577
0631b69f
RW
8578 PR middle-end/37805
8579 * opts.c (print_specific_help): In addition to `undocumented',
8580 accept `separate' and `joined' flags if passed alone. Describe
8581 output by the first matched one of those.
8582 (common_handle_option): Skip over empty strings.
8583 * gcc.c (display_help): Fix help string for `--help='.
8584 * doc/invoke.texi (Option Summary, Overall Options): With
8585 `--help=', classes and qualifiers can both be repeated, but
8586 only the latter can be negated. One should not pass only
8587 negated qualifiers. Fix markup and examples.
8588
66811228
RW
8589 Revert
8590 2008-10-14 Jakub Jelinek <jakub@redhat.com>
8591 PR middle-end/37805
8592 * opts.c (common_handle_option): Don't ICE on -fhelp=joined
8593 and -fhelp=separate.
8594
3c072c6b
JY
85952009-03-17 Jing Yu <jingyu@google.com>
8596
8597 PR middle-end/39378
80c65208
JY
8598 * function.h (struct rtl_data): Move is_thunk from here...
8599 (struct function): ...to here.
8600 * cp/method.c (use_thunk): Change is_thunk from crtl to cfun.
3c072c6b
JY
8601 * varasm.c (assemble_start_function): Change is_thunk from crtl to
8602 cfun.
80c65208
JY
8603 * config/alpha/alpha.c (alpha_sa_mask): Change is_thunk from crtl to
8604 cfun.
8605 (alpha_does_function_need_gp, alpha_start_function): Likewise.
8606 (alpha_output_function_end_prologue): Likewise.
8607 (alpha_end_function, alpha_output_mi_thunk_osf): Likewise.
8608 * config/rs6000/rs6000.c (rs6000_ra_ever_killed): Likewise.
8609 (rs6000_output_function_epilogue): Likewise.
8610 * config/arm/arm.h (ARM_DECLARE_FUNCTION_NAME): Likewise.
3c072c6b 8611
9ade279b
UB
86122009-03-17 Uros Bizjak <ubizjak@gmail.com>
8613
8614 PR target/39482
8615 * config/i386/i386.md (*truncdfsf_mixed): Avoid combining registers
8616 from different units in a single alternative.
8617 (*truncdfsf_i387): Ditto.
8618 (*truncxfsf2_mixed): Ditto.
8619 (*truncxfdf2_mixed): Ditto.
8620
16e60c17
JJ
86212009-03-17 Jakub Jelinek <jakub@redhat.com>
8622
98381eb4
JJ
8623 * dwarf2out.c (dwarf2out_imported_module_or_decl_1): Allow
8624 non-NAMESPACE_DECL IMPORTED_DECL_ASSOCIATED_DECL.
8625
df5deb18
JJ
8626 PR debug/39474
8627 * tree-ssa-live.c (remove_unused_locals): Don't remove local
8628 unused non-artificial variables when not optimizing.
8629
a3f596ba
JJ
8630 PR debug/39471
8631 * dwarf2out.c (dwarf2out_imported_module_or_decl_1): Emit
8632 DW_TAG_imported_module even if decl is IMPORTED_DECL with
8633 NAMESPACE_DECL in its DECL_INITIAL.
8634
6b2b8871
JJ
8635 PR middle-end/39443
8636 * optabs.c (set_user_assembler_libfunc): New function.
8637 * expr.h (set_user_assembler_libfunc): New prototype.
8638 * c-common.c: Include libfuncs.h.
8639 (set_builtin_user_assembler_name): Call set_user_assembler_libfunc
8640 for memcmp, memset, memcpy, memmove and abort.
8641 * Makefile.in (c-common.o): Depend on libfuncs.h.
8642
16e60c17
JJ
8643 PR debug/39412
8644 * dwarf2out.c (gen_inlined_enumeration_type_die,
8645 gen_inlined_structure_type_die, gen_inlined_union_type_die,
8646 gen_tagged_type_instantiation_die): Removed.
8647 (gen_decl_die): For TYPE_DECL_IS_STUB with non-NULL decl_origin
8648 do nothing.
8649
4d936aca
JJ
86502009-03-17 Janis Johnson <janis187@us.ibm.com>
8651
8652 PR testsuite/38526
8653 * Makefile.in (site.exp): Rename TEST_GCC_EXEC_PREFIX and comment
8654 its use.
8655 (check-%): Don't set GCC_EXEC_PREFIX when invoking runtest.
8656 (check-parallel-%): Ditto.
8657 (check-consistency): Ditto.
8658
4e9b2e50
KT
86592009-03-17 Kai Tietz <kai.tietz@onevision.com>
8660
8661 * ipa-struct-reorg.c (create_general_new_stmt): Initialize
8662 local variable rhs by NULL_TREE.
8663
21440b2d
L
86642009-03-17 H.J. Lu <hongjiu.lu@intel.com>
8665
8666 PR target/39477
9ade279b 8667 * doc/extend.texi: Correct register behavior for regparm on Intel 386.
21440b2d 8668
d8905c6a
L
86692009-03-17 H.J. Lu <hongjiu.lu@intel.com>
8670
8671 PR target/39476
9ade279b 8672 * config/i386/i386.c (ix86_function_regparm): Rewrite for 64bit.
d8905c6a
L
8673
86742009-03-17 H.J. Lu <hongjiu.lu@intel.com>
435a61d3
L
8675
8676 PR target/39473
8677 * config/i386/i386.c (ix86_expand_call): Check extra clobbers
8678 for ms->sysv ABI calls only in 64bit mode.
8679
8680 * config/i386/i386.md (untyped_call): Support 32bit.
8681
cdcabece
L
86822009-03-16 H.J. Lu <hongjiu.lu@intel.com>
8683
8684 * doc/extend.texi: Replace x86_65 with x86_64.
8685
97b4ba9f
JJ
86862009-03-16 Jakub Jelinek <jakub@redhat.com>
8687
8688 PR tree-optimization/39455
8689 * tree-ssa-loop-niter.c (number_of_iterations_lt_to_ne): Fix types
8690 mismatches for POINTER_TYPE_P (type).
8691 (number_of_iterations_le): Likewise.
8692
60839f5d 86932009-03-16 Hariharan Sandanagobalane <hariharan@picochip.com>
83c191e1
HS
8694
8695 * config/picochip/picochip.c: Removed profiling support.
8696 * config/picochip/picochip.md: Removed profiling instruction.
8697 * config/picochip/picochip.h: Removed profiling builtin.
8698
f38095f3
JM
86992009-03-16 Joseph Myers <joseph@codesourcery.com>
8700
8701 * doc/install.texi (--with-host-libstdcxx): Document.
8702
2cb4817b
AS
87032009-03-14 Anatoly Sokolov <aesok@post.ru>
8704
8705 PR target/34299
8706 * config/avr/avr.c (avr_handle_fndecl_attribute): Move code for
8707 generate a warning if the function name does not begin with
8708 "__vector" and the function has either the 'signal' or 'interrupt'
8709 attribute, from here to ...
8710 (avr_declare_function_name): ...here. New function.
8711 * config/avr/avr.h (ASM_DECLARE_FUNCTION_NAME): Redefine.
8712 * config/avr/avr-protos.h (avr_declare_function_name): Declare.
8713
39b2ac74
JJ
87142009-03-14 Jakub Jelinek <jakub@redhat.com>
8715
8716 PR bootstrap/39454
8717 * cse.c (fold_rtx): Don't modify original const_arg1 when
8718 canonicalizing SHIFT_COUNT_TRUNCATED shift count, do it on a
8719 separate variable instead.
8720 * rtlanal.c (nonzero_bits1) <case ASHIFTRT>: Don't assume anything
8721 from out of range shift counts.
8722 (num_sign_bit_copies1) <case ASHIFTRT, case ASHIFT>: Similarly.
8723
ad41bd84 87242009-03-13 Catherine Moore <clm@codesourcery.com>
f7a82dee 8725
60839f5d 8726 * config/i386/x-mingw32 (host-mingw32.o): Replace
f7a82dee
CM
8727 diagnostic.h with $(DIAGNOSTIC_H).
8728
ad41bd84 87292009-03-12 Jakub Jelinek <jakub@redhat.com>
03a18198
JJ
8730
8731 PR target/39431
8732 * config/i386/predicates.md (cmpxchg8b_pic_memory_operand): New
8733 predicate.
8734 * config/i386/sync.md (sync_compare_and_swap<mode>,
8735 sync_compare_and_swap_cc<mode>): For DImode with -m32 -fpic check
8736 if operands[1] is cmpxchg8b_pic_memory_operand, if not force address
8737 into a register.
8738 (sync_double_compare_and_swapdi_pic,
8739 sync_double_compare_and_swap_ccdi_pic): Require operand 1 to be
8740 cmpxchg8b_pic_memory_operand instead of just memory_operand.
8741
122c59c7
L
87422009-03-12 H.J. Lu <hongjiu.lu@intel.com>
8743
8744 PR target/39445
9ade279b 8745 * config/i386/i386.c (ix86_expand_push): Don't set memory alignment.
122c59c7 8746
cec8874f
L
87472009-03-12 H.J. Lu <hongjiu.lu@intel.com>
8748
8749 PR target/39327
8750 * config/i386/sse.md (avx_addsubv8sf3): Correct item bits.
8751 (avx_addsubv4df3): Likewise.
8752 (*avx_addsubv4sf3): Likewise.
8753 (sse3_addsubv4sf3): Likewise.
8754
bbb52802
L
87552009-03-12 H.J. Lu <hongjiu.lu@intel.com>
8756
8757 PR target/38824
9ade279b 8758 * config/i386/i386.md: Compare REGNO on the new peephole2 patterns.
bbb52802 8759
a812fb07
VM
87602009-03-12 Vladimir Makarov <vmakarov@redhat.com>
8761
8762 PR debug/39432
8763 * ira-int.h (struct allocno): Fix comment for calls_crossed_num.
8764 * ira-conflicts.c (ira_build_conflicts): Prohibit call used
8765 registers for allocnos created from user-defined variables.
8766
4caab5ba
UW
87672009-03-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8768
8769 PR target/39181
8770 * config/spu/spu.c (spu_expand_mov): Handle invalid subregs
8771 of non-integer mode as well.
8772
498e51ca
AN
87732009-03-11 Adam Nemet <anemet@caviumnetworks.com>
8774
8775 * gimplify.c (gimplify_call_expr): Don't set CALL_CANNOT_INLINE_P
8776 for functions for which the parameter types are unknown.
8777
9bfaf89d
JJ
87782009-03-11 Jakub Jelinek <jakub@redhat.com>
8779
8780 PR target/39137
9ade279b 8781 * cfgexpand.c (get_decl_align_unit): Use LOCAL_DECL_ALIGNMENT macro.
9bfaf89d
JJ
8782 * defaults.h (LOCAL_DECL_ALIGNMENT): Define if not yet defined.
8783 * config/i386/i386.h (LOCAL_DECL_ALIGNMENT): Define.
8784 * config/i386/i386.c (ix86_local_alignment): For
8785 -m32 -mpreferred-stack-boundary=2 use 32-bit alignment for
8786 long long variables on the stack to avoid dynamic realignment.
8787 Allow the first argument to be a decl rather than type.
8788 * doc/tm.texi (LOCAL_DECL_ALIGNMENT): Document.
8789
18a3bdcb
NC
87902009-03-11 Nick Clifton <nickc@redhat.com>
8791
8792 PR target/5362
40190a76
NC
8793 * config/mcore/mcore.opt: Remove deprecated m4align and m8align
8794 options.
8795 Add description to mno-lsim option.
8796 * config/mcore/mcore.h: Remove comment about deprecated m4align
8797 option.
8798 (TARGET_DEFAULT): Remove deprecated MASK_M8ALIGN.
8799 * doc/invoke.texi: Add description of mno-lsim and
8800 mstack-increment options.
8801
18a3bdcb
NC
8802 * config/fr30/fr30.opt: Document the -mno-lsim option.
8803 * doc/invoke.texi: Add descriptions of the FR30's -msmall-model
8804 and -mno-lsim options.
8805
dc215785
UW
88062009-03-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8807
8808 * fold-const.c (fold_comparison): Only call fold_inf_compare
8809 if the mode supports infinities.
8810
7716876b
JM
88112009-03-11 Jason Merrill <jason@redhat.com>
8812
8813 PR debug/39086
8814 * tree-nrv.c (tree_nrv): Don't do this optimization if the front
8815 end already did. Notice GIMPLE_CALL modifications of the result.
8816 Don't copy debug information from an ignored decl or a decl from
8817 another function.
8818
ddef83d2
RG
88192009-03-10 Richard Guenther <rguenther@suse.de>
8820 Nathan Froyd <froydnj@codesourcery.com>
8821
8822 PR middle-end/37850
9ade279b 8823 * libgcc2.c (__mulMODE3): Use explicit assignments to form the result.
ddef83d2
RG
8824 (__divMODE3): Likewise.
8825
9a9ba8d9
JJ
88262009-03-09 Jakub Jelinek <jakub@redhat.com>
8827
8828 PR tree-optimization/39394
8829 * gimplify.c (gimplify_type_sizes): Gimplify DECL_SIZE and
8830 DECL_SIZE_UNIT of variable length FIELD_DECLs.
8831
929b7fc3
AK
88322009-03-09 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
8833
8834 * recog.c (verfiy_changes): Disallow renaming of hard regs in
8835 inline asms for register asm ("") declarations.
8836
1803581d
EB
88372009-03-09 Eric Botcazou <ebotcazou@adacore.com>
8838
8839 * fold-const.c (fold_unary): Fix comment.
8840
8454d27e
JH
88412009-03-07 Jan Hubicka <jh@suse.cz>
8842
8843 PR target/39361
969a5433
JJ
8844 * tree-inline.c (setup_one_parameter): Do replacement of const
8845 argument by constant in SSA form.
8454d27e 8846
3a695389
UW
88472009-03-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8848
8849 PR middle-end/38028
8850 * function.c (assign_parm_setup_stack): Use STACK_SLOT_ALIGNMENT to
8851 determine alignment passed to assign_stack_local.
8852 (assign_parms_unsplit_complex): Likewise.
8853 * except.c (sjlj_build_landing_pads): Likewise.
8854
9f0e7885
JJ
88552009-03-06 Jakub Jelinek <jakub@redhat.com>
8856
65401a0b
JJ
8857 PR middle-end/39360
8858 * tree-flow.h (add_referenced_var): Return bool instead of void.
8859 * tree-dfa.c (add_referenced_var): Return result of
8860 referenced_var_check_and_insert call.
8861 * tree-inline.c (expand_call_inline): Call add_referenced_var instead
8862 of referenced_var_check_and_insert.
8863
9f0e7885 8864 PR debug/39372
9ade279b 8865 * dwarf2out.c (add_abstract_origin_attribute): Return origin_die.
9f0e7885
JJ
8866 (gen_variable_die): Emit DW_AT_location on abstract static variable's
8867 DIE, don't emit it if abstract origin already has it.
8868 * tree-cfg.c (remove_useless_stmts_bind): GIMPLE_BINDs with any
8869 BLOCK_NONLOCALIZED_VARS in its gimple_bind_block aren't useless.
8870
3b664bd1
JBG
88712009-03-06 Jan-Benedict Glaw <jbglaw@lug-owl.de>
8872
ba20e309 8873 * genpreds.c (needs_variable): Fix parentheses at variable name
3b664bd1
JBG
8874 detection.
8875 (write_tm_constrs_h): Indent generated code.
8876
d8f8ca80
RR
88772009-03-06 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
8878
8879 * doc/extend.texi (Function Attributes): Add documentation
8880 for isr attributes.
8881
6c3d550c
JJ
88822009-03-06 Jakub Jelinek <jakub@redhat.com>
8883
8884 PR debug/39387
8885 * dwarf2out.c (dwarf2out_imported_module_or_decl_1): For IMPORTED_DECL
8886 take locus from its DECL_SOURCE_LOCATION instead of input_location.
8887
f9e96751
BS
88882009-03-05 Bernd Schmidt <bernd.schmidt@analog.com>
8889
8890 * config/bfin/bfin.c (bfin_discover_loop): When retrying fails, mark
8891 the loop as bad.
8892
ee0ee7e2
JJ
88932009-03-05 Jakub Jelinek <jakub@redhat.com>
8894
8895 PR debug/39379
8896 * tree-cfg.c (remove_useless_stmts_bind): Don't remove GIMPLE_BINDs
8897 with blocks containing IMPORTED_DECLs in BLOCK_VARS.
8898
6c6094f1
UB
88992009-03-05 Uros Bizjak <ubizjak@gmail.com>
8900
8901 * config/i386/i386.md (R8_REG, R9_REG): New constants.
8902 * config/i386/i386.h (CONDITIONAL_REGISTER_USAGE): Use named
8903 constants instead of magic numbers.
8904 (HARD_REGNO_CALLER_SAVE_MODE): Ditto.
8905 (QI_REG_P): Ditto.
8906 * config/i386/i386.c (x86_64_int_parameter_registers): Ditto.
8907 (x86_64_ms_abi_int_parameter_registers): Ditto.
8908 (x86_64_int_return_registers): Ditto.
09f8a8d3 8909 (ix86_maybe_switch_abi): Ditto.
6c6094f1
UB
8910 (ix86_expand_call): Ditto for clobbered_registers array.
8911 (ix86_hard_regno_mode_ok): Ditto.
8912 (x86_extended_QIreg_mentioned_p): Ditto.
8913
b267bd41
R
89142009-03-05 J"orn Rennecke <joern.rennecke@arc.com>
8915
6c6094f1 8916 PR tree-optimization/39349
1f3ad3f0
R
8917 * cse.c (cse_insn): Fix loop to stop at VOIDmode.
8918
b267bd41
R
8919 * combine.c (gen_lowpart_for_combine): Use omode when generating
8920 clobber.
8921
1242bc9d
R
89222009-03-04 J"orn Rennecke <joern.rennecke@arc.com>
8923
6c6094f1 8924 PR rtl-optimization/39235
1242bc9d
R
8925 * loop-iv.c (get_simple_loop_desc): Use XCNEW.
8926
48f03606
ZD
89272009-03-04 Zdenek Dvorak <ook@ucw.cz>
8928
8929 * graphite.c (nb_reductions_in_loop): Update simple_iv arguments.
8930
b505e785
RG
89312009-03-04 Richard Guenther <rguenther@suse.de>
8932
8933 PR tree-optimization/39362
8934 * tree-ssa-sccvn.c (visit_use): Stores and copies from SSA_NAMEs
8935 that occur in abnormal PHIs should be varying.
8936
f017bf5e
ZD
89372009-03-04 Zdenek Dvorak <ook@ucw.cz>
8938
8939 * tree-scalar-evolution.c (analyze_scalar_evolution_in_loop):
8940 Extend comments.
8941 (simple_iv): Take loop as an argument instead of statement.
8942 * tree-scalar-evolution.h (simple_iv): Declaration changed.
8943 * tree-ssa-loop-niter.c (number_of_iterations_exit): Update calls
8944 to simple_iv.
8945 * tree-ssa-loop-ivopts.c (determine_biv_step, find_givs_in_stmt_scev):
8946 Ditto.
8947 * tree-parloops.c (loop_parallel_p, canonicalize_loop_ivs): Ditto.
8948 * matrix-reorg.c (analyze_transpose): Ditto.
8949 * tree-data-ref.c (dr_analyze_innermost): Ditto.
8950 * tree-vect-analyze.c (vect_analyze_data_refs): Ditto.
8951 * tree-predcom.c (ref_at_iteration): Ditto.
8952 * tree-ssa-loop-prefetch.c (idx_analyze_ref): Ditto.
8953
6a66f28e
RG
89542009-03-04 Richard Guenther <rguenther@suse.de>
8955
8956 PR tree-optimization/39358
8957 * tree-ssa-structalias.c (do_sd_constraint): Fix check for
8958 escaped_id and callused_id.
8959 (solve_graph): Likewise.
8960
57e454ee
RG
89612009-03-04 Richard Guenther <rguenther@suse.de>
8962
8963 PR tree-optimization/39339
8964 * tree-sra.c (try_instantiate_multiple_fields): Make it
8965 no longer ICE on the above.
8966
a6fe9ed4
JM
89672009-03-03 Joseph Myers <joseph@codesourcery.com>
8968
8969 * emit-rtl.c (adjust_address_1): Reduce offset to a signed value
8970 that fits within Pmode.
8971
dc672951
SE
89722009-03-03 Steve Ellcey <sje@cup.hp.com>
8973
8974 PR middle-end/10109
8975 * tm.texi (LIBCALL_VALUE): Update description.
8976
8b9d598f
SE
89772009-03-03 Steve Ellcey <sje@cup.hp.com>
8978
8979 PR middle-end/34443
8980 * doc/extend.texi (section): Update description.
8981
13e4e36e
L
89822009-03-03 H.J. Lu <hongjiu.lu@intel.com>
8983
8984 PR middle-end/39345
8985 * tree-inline.c (remapped_type): New.
8986 (can_be_nonlocal): Call remapped_type instead of remap_type.
8987
067dd3c9
JJ
89882009-03-03 Jakub Jelinek <jakub@redhat.com>
8989
8990 PR fortran/39354
8991 * gimplify.c (goa_stabilize_expr): Handle tcc_comparison,
8992 TRUTH_ANDIF_EXPR and TRUTH_ORIF_EXPR.
8993
9bd9f738
RG
89942009-03-03 Richard Guenther <rguenther@suse.de>
8995
8996 PR middle-end/39272
8997 * tree.c (tree_nonartificial_location): New function.
8998 * tree.h (tree_nonartificial_location): Declare.
8999 * builtins.c (expand_builtin_memory_chk): Provide location
9000 of the call location for artificial function pieces.
9001 (maybe_emit_chk_warning): Likewise.
9002 (maybe_emit_sprintf_chk_warning): Likewise.
9003 (maybe_emit_free_warning): Likewise.
9004 * expr.c (expand_expr_real_1): Likewise.
9005
f07049c8
JJ
90062009-03-03 Jakub Jelinek <jakub@redhat.com>
9007
9008 PR tree-optimization/39343
9009 * tree-ssa-ccp.c (maybe_fold_offset_to_address): Don't check if
9010 COMPONENT_REF t has ARRAY_TYPE.
9011
7d4fba4a
SP
90122009-03-02 Sebastian Pop <sebastian.pop@amd.com>
9013
9014 PR middle-end/39335
9015 * tree-parloops.c (canonicalize_loop_ivs): Call fold_convert
9016 when the type precision of the induction variable should be
9017 larger than the type precision of nit.
9018 (gen_parallel_loop): Update use of canonicalize_loop_ivs.
9019 * graphite.c (graphite_loop_normal_form): Same.
9020 * tree-flow.h (canonicalize_loop_ivs): Update declaration.
9021
78168632
UB
90222009-03-02 Uros Bizjak <ubizjak@gmail.com>
9023
9024 * config/i386/i386.md (ST?_REG, MM?_REG): New constants.
9025 (*call_1_rex64_ms_sysv): Use named constants instead of magic
6c6094f1 9026 numbers to describe clobbered registers.
78168632 9027 (*call_value_0_rex64_ms_sysv): Ditto.
6c6094f1
UB
9028 * config/i386/mmx.md (mmx_emms): Ditto.
9029 (mmx_femms): Ditto.
78168632 9030
63553059
RS
90312009-03-02 Richard Sandiford <rdsandiford@googlemail.com>
9032
9033 * config/mips/mips.c (mips_mdebug_abi_name): Fix the handling
9034 of ABI_64.
9035
500a1f85
UW
90362009-03-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9037
9038 * config/spu/spu.c (TARGET_SECTION_TYPE_FLAGS): Define.
9039 (spu_section_type_flags): New function.
9040
962aae34
UB
90412009-03-02 Uros Bizjak <ubizjak@gmail.com>
9042
9043 * config/i386/i386.h (CONDITIONAL_REGISTER_USAGE): Do not copy
9044 reg_class_contents of FLOAT_REGS into a temporary.
9045
6dfb529c 90462009-03-02 Richard Guenther <rguenther@suse.de>
962aae34 9047 Ira Rosen <irar@il.ibm.com>
6dfb529c
RG
9048
9049 PR tree-optimization/39318
9050 * tree-vect-transform.c (vectorizable_call): Transfer the EH region
9051 information to the vectorized statement.
9052
6b5629db
UB
90532009-03-01 Uros Bizjak <ubizjak@gmail.com>
9054
434426d2
UB
9055 * config/i386/i386.h (CONDITIONAL_REGISTER_USAGE): Do not shadow "i"
9056 variable. Use defined names instead of magic constants for REX SSE
9057 registers.
6b5629db 9058
14e5b285
RG
90592009-03-01 Richard Guenther <rguenther@suse.de>
9060
9061 PR tree-optimization/39331
9062 * omp-low.c (lower_send_shared_vars): Do not receive new
9063 values for the reference of DECL_BY_REFERENCE parms or results.
9064
526d73ab
JH
90652009-03-01 Jan Hubicka <jh@suse.cz>
9066
9067 PR debug/39267
9068 * tree.h (BLOCK_NONLOCALIZED_VARS, BLOCK_NUM_NONLOCALIZED_VARS,
9069 BLOCK_NONLOCALIZED_VAR): New macros.
9070 (tree_block): Add nonlocalized_vars.
f4ea99bd
EB
9071 * dwarf2out.c (gen_formal_parameter_die, gen_variable_die,
9072 gen_decl_die): Add origin argument. Allow generation of die with
9073 origin at hand only.
526d73ab 9074 (gen_member_die, gen_type_die_with_usage, force_decl_die,
f4ea99bd
EB
9075 declare_in_namespace, gen_namescpace_die, dwarf2out_decl): Update use
9076 of gen_*.
526d73ab
JH
9077 (gen_block_die): Fix checking for unused blocks.
9078 (process_scope_var): Break out from .... ; work with origins only.
9079 (decls_for_scope) ... here; process nonlocalized list.
9080 (dwarf2out_ignore_block): Look for nonlocalized vars.
f4ea99bd
EB
9081 * tree-ssa-live.c (remove_unused_scope_block_p): Look for nonlocalized
9082 vars.
526d73ab
JH
9083 (dump_scope_block): Dump them.
9084 * tree-inline.c (remap_decls): Handle nonlocalized vars.
9085 (remap_block): Likewise.
9086 (can_be_nonlocal): New predicate.
9087 (copy_bind_expr, copy_gimple_bind): Update use of remap_block.
9088
7a9d3fe8
RW
90892009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9090
9091 * configure: Regenerate.
9092
b3cdf3cb
RW
90932009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9094
a16d1645 9095 * optc-gen.awk: No need to duplicate option flags twice.
9ade279b 9096 Reuse help texts for duplicate options which do not have any.
a16d1645 9097
1156c176
RW
9098 * gcc.c (display_help): Document --version.
9099
033505fc
RW
9100 * gcc.c (main): If print_help_list and verbose_flag, ensure
9101 driver output comes before subprocess output.
9102
4d077054
RW
9103 * optc-gen.awk: Assign all remaining fields to help string,
9104 space-separated, for multi-line help in *.opt.
9105
a072f1cf
RW
9106 * doc/invoke.texi (Warning Options): -Wsync-nand is C/C++ only.
9107 -Wno-pedantic-ms-format is for MinGW targets only.
9108
b3cdf3cb
RW
9109 * doc/options.texi (Option file format): Fix bad indentation,
9110 restoring dropped sentence.
9111
a3aadcc5
JH
91122009-02-28 Jan Hubicka <jh@suse.cz>
9113
9114 * tree-inline.c (tree_function_versioning): Output debug info.
9115
1cf5abb3
JH
91162009-02-28 Jan Hubicka <jh@suse.cz>
9117
9118 PR debug/39267
9119 * tree-inline.c (setup_one_parameter): Do not copy propagate
9120 arguments when not optimizing.
9121
c4d3f42f
L
91222009-02-28 H.J. Lu <hongjiu.lu@intel.com>
9123
9124 PR target/39327
9125 * config/i386/sse.md (avx_addsubv8sf3): Correct item bits.
9126 (avx_addsubv4df3): Likewise.
9127 (*avx_addsubv4sf3): Likewise.
9128 (sse3_addsubv4sf3): Likewise.
9129 (*avx_addsubv2df3): Likewise.
9130 (sse3_addsubv2df3): Likewise.
9131 (avx_unpckhps256): Correct item selectors.
9132 (avx_unpcklps256): Likewise.
9133 (avx_unpckhpd256): Likewise.
9134 (avx_unpcklpd256): Likewise.
9135
eb50f5f4
JH
91362009-02-28 Jan Hubicka <jh@suse.cz>
9137
9138 * tree-inline.c (expand_call_inline): Avoid duplicate declarations of
9139 static vars.
9140 (copy_arguments_for_versioning): If var is declared don't declare it.
9141 (tree_function_versioning): First setup substitutions and then copy
9142 args.
9143
26140130
JH
91442009-02-27 Jan Hubicka <jh@suse.cz>
9145
9146 PR debug/39267
9147 * cgraph.h (varpool_output_debug_info): Remove.
9148 * cgraphunit.c (varpool_output_debug_info): Remove.
9149 * dwarf2out.c (deferred_locations_struct): New struct
9150 (deferred_locations): New type.
9151 (deferred_locations_list): New static var.
9152 (deffer_location): New function.
9153 (gen_variable_die): Use it.
9154 (decls_for_scope): Output info on local static vars.
9155 (dwarf2out_finish): Process deferred locations.
9156 * varpool.c (varpool_output_debug_info): Remove.
9157
cff7525f
JH
91582009-02-27 Jan Hubicka <jh@suse.cz>
9159
9160 PR debug/39267
9161 * tree.h (TREE_PROTECTED): Fix comment.
9162 (BLOCK_HANDLER_BLOCK): Remove.
9163 (struct tree_block): Remove handler_block add body_block.
9164 (inlined_function_outer_scope_p): New.
9165 (is_body_block): Remove.
9166 * dbxout.c (dbxout_block): Remove BLOCK_HANDLER_BLOCK.
9167 * dwarf2out.c (is_inlined_entry_point): Remove.
9168 (add_high_low_attributes): Use inlined_function_outer_scope_p.
f10a1c6c
EB
9169 (gen_block_die): Use is_inlined_entry_point check. Remove body block
9170 code.
cff7525f
JH
9171 * langhooks.h (struct lang_hooks): Remove no_bodu_blocks.
9172 * gimplify.c (gimplify_expr): Gimplify body blocks.
f10a1c6c
EB
9173 * tree-ssa-live.c (remove_unused_scope_block_p): Allow removing wrapper
9174 block with multiple subblocks.
cff7525f
JH
9175 (dump_scope_block): Prettier output; dump more flags and info.
9176 (dump_scope_blocks): New.
9177 (remove_unused_locals): Use dump_scope_blocks.
9178 * tree-flow.h (dump_scope_blocks): Declare.
9179 * tree-cfg.c (execute_build_cfg): Dump scope blocks.
9180 * stmt.c (is_body_block): Remove.
9181 * tree-inline.c (remap_block): Copy BODY_BLOCK info.
9182 * langhooks-def.h (LANG_HOOKS_NO_BODY_BLOCKS): Remove.
9183
c20993b9
SP
91842009-02-27 Sebastian Pop <sebastian.pop@amd.com>
9185
9186 PR middle-end/39308
2ba9daa7 9187 * graphite.c (graphite_loop_normal_form): Do not call
c20993b9
SP
9188 number_of_iterations_exit from a gcc_assert.
9189
e3cba5e5
AK
91902009-02-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
9191
60839f5d 9192 * config/s390/s390.c (s390_swap_cmp): Look for conditional
e3cba5e5
AK
9193 jumps if COND is NULL.
9194 (find_cond_jump): New function.
9195 (s390_z10_optimize_cmp): Handling for reg-reg compares added.
60839f5d 9196 * config/s390/s390.md: Remove z10_cobra attribute value.
e3cba5e5 9197
9dadeeb8
UB
91982009-02-26 Uros Bizjak <ubizjak@gmail.com>
9199
9200 * config/alpha/alpha.h (alpha_expand_mov): Return false if
9201 force_const_mem returns NULL_RTX.
9202
625d3251
EB
92032009-02-26 Jan Hubicka <jh@suse.cz>
9204
9205 PR debug/39267
9206 * cgraph.h (varpool_output_debug_info): Remove.
9207 * cgraphunit.c (varpool_output_debug_info): Remove.
9208 * dwarf2out.c (deferred_locations_struct): New struct
9209 (deferred_locations): New type.
9210 (deferred_locations_list): New static var.
9211 (deffer_location): New function.
9212 (gen_variable_die): Use it.
9213 (decls_for_scope): Output info on local static vars.
9214 (dwarf2out_finish): Process deferred locations.
9215 * varpool.c (varpool_output_debug_info): Remove.
9216
38432148 92172009-02-25 H.J. Lu <hongjiu.lu@intel.com>
8592acaf
L
9218
9219 PR rtl-optimization/39241
9220 * jump.c (rtx_renumbered_equal_p): Remove 2 superfluous calls
9221 to subreg_offset_representable_p.
9222
62d049cf
PB
92232009-02-25 Paolo Bonzini <bonzini@gnu.org>
9224
9225 * regmove.c (regmove_optimize): Conform to struct rtl_opt_pass
9226 execute function prototype. Get f and nregs from max_reg_num
9227 and get_insns. Remove the first backward pass as it's dead,
9228 guard the forward pass by flag_expensive_optimizations.
9229 (rest_of_handle_regmove): Delete.
9230 (pass_regmove): Replace it with regmove_optimize.
9231
f618d33e
MJ
92322009-02-25 Martin Jambor <mjambor@suse.cz>
9233
9234 PR tree-optimization/39259
9235 * tree-inline.c (initialize_cfun): Remove asserts for calls_setjmp and
6c6094f1 9236 calls_alloca function flags.
f618d33e
MJ
9237 (copy_bb): Set calls_setjmp and alls_alloca function flags if such
9238 calls are detected.
9239
c8a05f7c
PB
92402009-02-25 Paolo Bonzini <bonzini@gnu.org>
9241
9242 * regmove.c (discover_flags_reg, flags_set_1, mark_flags_life_zones,
9243 flags_set_1_rtx, flags_set_1_set): Delete.
9244 (regmove_optimize): Do not call mark_flags_life_zones.
9245
6d2538f5
JB
92462009-02-24 Julian Brown <julian@codesourcery.com>
9247
9248 PR target/35965
9249 * config/arm/arm.c (require_pic_register): Only set
9250 cfun->machine->pic_reg once per function.
9251
a2fa6772
SL
92522009-02-24 Sandra Loosemore <sandra@codesourcery.com>
9253
9254 * doc/invoke.texi (Link Options): Document an easier way to pass
9dadeeb8 9255 options that take arguments to the GNU linker using -Xlinker and -Wl.
a2fa6772 9256
5472de36
SE
92572009-02-24 Steve Ellcey <sje@cup.hp.com>
9258
9259 PR target/33785
9260 * doc/tm.texi (TARGET_C99_FUNCTIONS): Fix description.
9261
844216f3
RG
92622009-02-24 Richard Guenther <rguenther@suse.de>
9263
9264 PR debug/39285
9265 * dwarf2out.c (gen_enumeration_type_die): Handle CONST_DECLs.
9266
71adbef3 92672009-02-24 Richard Guenther <rguenther@suse.de>
8592acaf 9268 Zdenek Dvorak <ook@ucw.cz>
71adbef3
RG
9269
9270 PR tree-optimization/39233
9271 * tree-ssa-loop-ivopts.c (add_candidate_1): Do not except pointers
9272 from converting them to a generic type.
9273
f1a558e0
SP
92742009-02-23 Sebastian Pop <sebastian.pop@amd.com>
9275
9276 PR tree-optimization/39260
9277 * graphite.c (harmful_stmt_in_bb): Stop a SCoP when the basic block
9278 contains a condition with a real type.
9279 (build_scop_conditions_1): Conditions are always last_stmt of a bb.
9280
d8028f2c
JM
92812009-02-23 Jason Merrill <jason@redhat.com>
9282
9283 PR c++/38880
9284 * varasm.c (initializer_constant_valid_p) [PLUS_EXPR]: Check
9285 narrowing_initializer_constant_valid_p.
2ba9daa7 9286 (narrowing_initializer_constant_valid_p): Don't return
d8028f2c
JM
9287 null_pointer_node for adding a pointer to itself.
9288
9283b513
JH
92892009-02-23 Jan Hubicka <jh@suse.cz>
9290
9291 PR c/12245
9dadeeb8
UB
9292 * ggc.h (htab_create_ggc): Use ggc_free to free hashtable when
9293 resizing.
9283b513 9294
61e04322
JH
92952009-02-23 Jan Hubicka <jh@suse.cz>
9296
9dadeeb8
UB
9297 PR tree-optimization/37709
9298 * tree.c (block_ultimate_origin): Move here from dwarf2out.
9299 * tree.h (block_ultimate_origin): Declare.
9300 * dwarf2out.c (block_ultimate_origin): Move to tree.c
61e04322
JH
9301 * tree-ssa-live.c (remove_unused_scope_block_p):
9302 Eliminate blocks containig no instructions nor live variables nor
9303 nested blocks.
9304 (dump_scope_block): New function.
9305 (remove_unused_locals): Enable removal of dead blocks by default;
9dadeeb8 9306 enable dumping at TDF_DETAILS.
61e04322 9307
38432148 93082009-02-21 H.J. Lu <hongjiu.lu@intel.com>
5339d3ea
L
9309
9310 * config/i386/i386.c (classify_argument): Don't allow COImode
9311 and OImode.
9312 (function_arg_advance_32): Don't allow OImode.
9313 (function_arg_32): Likewise.
9314 (function_value_32): Likewise.
9315 (return_in_memory_32): Likewise.
9316 (function_arg_64): Remove OImode comment.
9317
38432148 93182009-02-21 H.J. Lu <hongjiu.lu@intel.com>
f161e158
L
9319
9320 PR target/39261
9321 * config/i386/i386.c (ix86_expand_vector_init_one_nonzero): Use
9322 ix86_expand_vector_set for V4DImode in 64bit mode only.
9323 (ix86_expand_vector_init_one_var): Likewise.
9324
dcd739a6
SP
93252009-02-21 Sebastian Pop <sebastian.pop@amd.com>
9326
9327 * graphite.c (graphite_trans_loop_block): Adjust tile size to 51.
9328
6c3b938d
RS
93292009-02-21 Richard Sandiford <rdsandiford@googlemail.com>
9330
8e361f23 9331 PR bootstrap/39257
6c3b938d
RS
9332 * loop-iv.c: Revert last change.
9333 * emit-rtl.c: Likewise.
9334
38432148 93352009-02-21 H.J. Lu <hongjiu.lu@intel.com>
4c64d3dd
L
9336
9337 PR target/39256
9338 * config/i386/i386.c (type_natural_mode): Remove an extra
9339 space in the warning message.
9340 (function_value_32): Handle 32-byte vector modes.
9341 (return_in_memory_32): Likewise.
9342
2ec62529
RS
93432009-02-21 Richard Sandiford <rdsandiford@googlemail.com>
9344
9345 * loop-iv.c (truncate_value): New function.
9346 (iv_subreg, get_iv_value, iv_number_of_iterations): Use it instead
9347 of lowpart_subreg.
9348 (lowpart_subreg): Move to...
9349 * emit-rtl.c: ...here.
9350
ecb8c3cc 93512009-02-21 Danny Smith <dannysmith@users.sourceforge.net>
f814e489 9352
ecb8c3cc
DS
9353 * config/i386/winnt.c (i386_pe_asm_output_aligned_decl_common): Revert
9354 accidental and undocumented change at revision 140860.
9355
ae46a823
JM
93562009-02-21 Joseph Myers <joseph@codesourcery.com>
9357
9358 * config/arm/arm.c (arm_gimplify_va_arg_expr): Update prototype to
9359 take gimple_seq * arguments.
9360 (arm_mangle_type): Use CONST_CAST_TREE on type argument passed to
9361 types_compatible_p langhook.
9362
07d8efe3 93632009-02-20 Mark Mitchell <mark@codesourcery.com>
f814e489 9364 Joseph Myers <joseph@codesourcery.com>
07d8efe3
MM
9365
9366 * config/arm/arm.c (arm_builtin_va_list): New function.
9367 (arm_expand_builtin_va_start): Likewise.
9368 (arm_gimplify_va_arg_expr): Likewise.
9369 (TARGET_BUILD_BUILTIN_VA_LIST): Define.
9370 (TARGET_BUILD_BUILTIN_VA_START): Likewise.
9371 (TARGET_BUILD_BUILTIN_VA_ARG_EXPR): Likewise.
9372 (va_list_type): New variable.
9373 (arm_mangle_type): Mangle va_list_type appropriately.
9374
b1fb9f56
JJ
93752009-02-20 Jakub Jelinek <jakub@redhat.com>
9376
9377 PR middle-end/39157
9378 * Makefile.in (loop-invariant.o): Depend on $(PARAMS_H).
9379 * params.h (LOOP_INVARIANT_MAX_BBS_IN_LOOP): Define.
9380 * params.def (loop-invariant-max-bbs-in-loop): New parameter.
9381 * opts.c (decode_options): Set loop-invariant-max-bbs-in-loop
9382 parameter to 1000 for -O1 by default.
9383 * doc/invoke.texi (loop-invariant-max-bbs-in-loop): Document new
9384 parameter.
9385 * loop-invariant.c: Include params.h.
9386 (move_loop_invariants): Don't call move_single_loop_invariants on
9387 very large loops.
9388
5bc0807c
JM
93892009-02-20 Jaka Mocnik <jaka@xlab.si>
9390
9391 * calls.c (emit_library_call_value_1): Use slot_offset instead of
9392 offset when calculating bounds for indexing stack_usage_map. Fixes
9393 a buffer overflow with certain target setups.
9394
c69cd1f5
JJ
93952009-02-20 Jakub Jelinek <jakub@redhat.com>
9396
9397 PR target/39240
9398 * calls.c (expand_call): Clear try_tail_call if caller and callee
9399 disagree in promotion of function return value.
9400
09812622
JJ
94012009-02-19 Jakub Jelinek <jakub@redhat.com>
9402
9403 PR target/39175
9404 * c-common.c (c_determine_visibility): If visibility changed and
9405 DECL_RTL has been already set, call make_decl_rtl to update symbol
9406 flags.
9407
68017cb4
L
94082009-02-19 H.J. Lu <hongjiu.lu@intel.com>
9409
9410 PR c++/39188
9411 * varasm.c (assemble_variable): Don't check DECL_NAME when
9412 globalizing a variable.
9413
ab4194da
JM
94142009-02-19 Joseph Myers <joseph@codesourcery.com>
9415
9416 PR c/38483
9417 * builtins.c (gimplify_va_arg_expr): Evaluate the va_list
9418 expression before any __builtin_trap call.
9419 * c-typeck.c (build_function_call): Convert and check function
9420 arguments before generating a call to a trap. Evaluate the
9421 function arguments before the trap.
9422
6b67572e
UB
94232009-02-19 Uros Bizjak <ubizjak@gmail.com>
9424
9425 PR target/39228
9426 * config/i386/i386.md (isinfxf2): Split from isinf<mode>2.
9427 (UNSPEC_FXAM_MEM): New unspec.
9428 (fxam<mode>2_i387_with_temp): New insn and split pattern.
9429 (isinf<mode>2): Use MODEF mode iterator. Force operand[1] through
9430 memory using fxam<mode>2_i387_with_temp to remove excess precision.
9431
9e39dba6
RG
94322009-02-19 Richard Guenther <rguenther@suse.de>
9433
9434 PR tree-optimization/39207
9435 PR tree-optimization/39074
9436 * tree-ssa-structalias.c (storedanything_id, var_storedanything,
9437 storedanything_tree): New.
9438 (do_ds_constraint): Simplify ANYTHING shortcutting. Update
6b67572e 9439 the STOREDANYTHING solution if the lhs solution contains ANYTHING.
9e39dba6
RG
9440 (build_succ_graph): Add edges from STOREDANYTHING to all
9441 non-direct nodes.
9442 (init_base_vars): Initialize STOREDANYTHING.
9443 (compute_points_to_sets): Free substitution info after
9444 building the succ graph.
9445 (ipa_pta_execute): Likewise.
9446
9447 * tree-ssa-structalias.c (struct variable_info): Add may_have_pointers
9448 field.
9449 (do_ds_constraint): Do not add to special var or non-pointer
9450 field solutions.
9451 (type_could_have_pointers): Split out from ...
9452 (could_have_pointers): ... here. For arrays use the element type.
9453 (create_variable_info_for): Initialize may_have_pointers.
9454 (new_var_info): Likewise.
9455 (handle_lhs_call): Make the HEAP variable unknown-sized.
9456 (intra_create_variable_infos): Use a type with pointers for
9457 PARM_NOALIAS, make it unknown-sized.
9458
fd7b2603
L
94592009-02-18 H.J. Lu <hongjiu.lu@intel.com>
9460
9461 PR target/39224
6b67572e 9462 * config/i386/i386.c (ix86_return_in_memory): Properly check ABI.
fd7b2603 9463
98b80692
JM
94642009-02-18 Jason Merrill <jason@redhat.com>
9465
9466 PR target/39179
9467 * tree-ssa-ccp.c (get_symbol_constant_value): Don't assume zero
9468 value if DECL_EXTERNAL.
9469 * tree-sra.c (sra_walk_gimple_assign): Likewise.
9470 * target.h (gcc_target::binds_local_p): Clarify "module".
9471 * tree.h (TREE_PUBLIC): Clarify "module".
9472
0705d3f4
L
94732009-02-17 Xuepeng Guo <xuepeng.guo@intel.com>
9474
9475 PR target/38891
9476 * config/i386/i386.h (CONDITIONAL_REGISTER_USAGE): Move the hunk of
9477 initialization for MS_ABI prior to the hunk of !TARGET_MMX.
9478
bce08d50
L
94792009-02-17 H.J. Lu <hongjiu.lu@intel.com>
9480
9481 PR target/39082
9482 * c.opt (Wabi): Support C and ObjC.
9483 (Wpsabi): New.
9484
9485 * c-opts.c (c_common_handle_option): Handle OPT_Wabi.
9486
9487 * config/i386/i386.c (classify_argument): Warn once about the ABI
9488 change when passing union with long double.
9489
9490 * doc/invoke.texi: Update -Wabi for warning psABI changes.
9491
5600f233
JM
94922009-02-18 Joseph Myers <joseph@codesourcery.com>
9493
9494 PR c/35447
9495 * c-parser.c (c_parser_compound_statement): Always enter and leave
9496 a scope.
9497
8cd01fe6
JDA
94982009-02-17 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
9499
9500 PR target/34587
9501 * config/darwin.h (SUPPORTS_INIT_PRIORITY): Define.
9502
418df9d7
JJ
95032009-02-18 Jakub Jelinek <jakub@redhat.com>
9504
9505 PR tree-optimization/36922
9506 * tree-data-ref.c (initialize_matrix_A): Handle BIT_NOT_EXPR.
9507 * tree-scalar-evolution.c (interpret_rhs_expr, instantiate_scev_1):
9508 Likewise.
9509
082d2ebb
RS
95102009-02-17 Richard Sandiford <rdsandiford@googlemail.com>
9511
9512 * config/mips/mips.c (mips_override_options): Set flag_dwarf2_cfi_asm
9513 to 0 for EABI64.
9514
17de576c
RS
95152009-02-17 Richard Sandiford <rdsandiford@googlemail.com>
9516
9517 * config/mips/mips.md (type): Reclassify lui_movf as "unknown".
9518
6d8d5435
RS
95192009-02-17 Richard Sandiford <rdsandiford@googlemail.com>
9520
9521 * config/mips/mips.c (mips_gimplify_va_arg_expr): Fix invalid
9522 tree sharing.
9523
e69ff910
RB
95242009-02-17 Ruan Beihong <ruanbeihong@gmail.com>
9525 Richard Sandiford <rdsandiford@googlemail.com>
9526
9527 * config/mips/mips.c (CODE_FOR_loongson_biadd): Delete.
9528 * config/mips/loongson.md (reduc_uplus_<mode>): Rename to...
9529 (loongson_biadd): ...this.
9530
6b24ee26
RG
95312009-02-17 Richard Guenther <rguenther@suse.de>
9532
9533 PR tree-optimization/39202
9534 * tree-ssa-structalias.c (do_structure_copy): Before collapsing
9535 a var make sure to follow existing collapses.
9536
91ab2c86
RG
95372009-02-17 Richard Guenther <rguenther@suse.de>
9538
9539 PR middle-end/39214
9540 * langhooks.c (lhd_print_error_function): Check for NULL block.
9541
73a63870
RG
95422009-02-17 Richard Guenther <rguenther@suse.de>
9543
9544 PR tree-optimization/39204
9545 * tree-ssa-pre.c (phi_translate_1): Lookup the value-number
9546 of the PHI arg.
9547
0e08f686
UB
95482009-02-17 Uros Bizjak <ubizjak@gmail.com>
9549
9550 * config/soft-fp/double.h: Update from glibc CVS.
9551
a60b7ddb
RG
95522009-02-17 Richard Guenther <rguenther@suse.de>
9553
9554 PR tree-optimization/39207
9555 * tree-ssa-structalias.c (find_what_p_points_to): Do not emit
9556 strict-aliasing warnings for pointers pointing to NULL.
9557
a47e20fd
JM
95582009-02-16 Joseph Myers <joseph@codesourcery.com>
9559
9560 PR c/35446
9561 * c-parser.c (c_parser_braced_init): Call pop_init_level when
9562 skipping until next close brace.
9563
50aab7dc
L
95642009-02-16 H.J. Lu <hongjiu.lu@intel.com>
9565
9566 PR target/37049
9567 * config/i386/i386.c (ix86_expand_push): Set memory alignment
9568 to function argument boundary.
9569
68e53db0
HS
95702009-02-16 Hariharan Sandanagobalane <hariharan@picochip.com>
9571
9572 * config/picochip/picochip.md (lea_add): Allow any nonimmediate
9573 in the lea_add. Reload eventually constraints it properly.
0d50d55a 9574 * config/picochip/constraints.md: Remove the target constraint
68e53db0
HS
9575 "b", since it is not needed anymore.
9576
09e361bb
JJ
95772009-02-16 Jakub Jelinek <jakub@redhat.com>
9578
9579 * gthr-dce.h: Uglify function parameter and local variable names.
9580 * gthr-gnat.h: Likewise.
9581 * gthr-mipssde.h: Likewise.
9582 * gthr-nks.h: Likewise.
9583 * gthr-posix95.h: Likewise.
9584 * gthr-posix.h: Likewise.
9585 * gthr-rtems.h: Likewise.
9586 * gthr-single.h: Likewise.
9587 * gthr-solaris.h: Likewise.
9588 * gthr-tpf.h: Likewise.
9589 * gthr-vxworks.h: Likewise.
9590 * gthr-win32.h: Likewise.
9591
47f5a48f
L
95922009-02-15 H.J. Lu <hongjiu.lu@intel.com>
9593
9594 PR target/39196
9595 * config/i386/i386.md: Restrict the new peephole2 to move
9596 between MMX/SSE registers.
9597
68c9ab45
RG
95982009-02-15 Richard Guenther <rguenther@suse.de>
9599
9600 Revert
9601 2009-02-13 Richard Guenther <rguenther@suse.de>
9602
9603 * configure.ac: Enable LFS.
9604 * configure: Re-generate.
9605 * config.in: Likewise.
9606
d7815554
UW
96072009-02-13 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9608
9609 * config/spu/spu_internals.h (spu_sr, spu_sra, spu_srqw,
9610 spu_srqwbyte, spu_srqwbytebc): Define.
9611 * config/spu/spu-builtins.def (spu_sr, spu_sra, spu_srqw,
9612 spu_srqwbyte, spu_srqwbytebc): New overloaded builtins.
9613 * config/spu/spu.md ("shrqbybi_<mode>", "shrqbi_<mode>",
9614 "shrqby_<mode>"): New insn-and-split patterns.
9615 * config/spu/spu.c (expand_builtin_args): Determine and return
9616 number of operands using spu_builtin_description data.
9617 (spu_expand_builtin_1): Use it.
9618
c208436c
SE
96192009-02-13 Steve Ellcey <sje@cup.hp.com>
9620
9621 PR target/38056
9622 * config/ia64/ia64.c (ia64_function_ok_for_sibcall): Check
9623 TARGET_CONST_GP.
9624
c2e7ba7e
L
96252009-02-13 H.J. Lu <hongjiu.lu@intel.com>
9626
9627 PR target/39149
9628 * config/i386/i386.c (override_options): Correct warning
6c6094f1 9629 messages for -malign-loops, -malign-jumps and -malign-functions.
c2e7ba7e 9630
72f4e3a7
L
96312009-02-13 H.J. Lu <hongjiu.lu@intel.com>
9632
9633 PR target/39152
9634 * config/i386/i386.md: Restrict the new peephole2 to move
9635 between the general purpose registers.
9636
53f648e2
L
96372009-02-13 H.J. Lu <hongjiu.lu@intel.com>
9638
9639 PR target/39162
9640 * config/i386/i386.c (type_natural_mode): Add a new argument.
6b67572e 9641 Return the original mode and warn ABI change if vector size is 32byte.
53f648e2
L
9642 (function_arg_advance): Updated.
9643 (function_arg): Likewise.
9644 (ix86_function_value): Likewise.
9645 (ix86_return_in_memory): Likewise.
9646 (ix86_sol10_return_in_memory): Likewise.
9647 (ix86_gimplify_va_arg): Likewise.
9648 (function_arg_32): Don't warn ABX ABI change here.
9649 (function_arg_64): Likewise.
9650
38432148 96512009-02-13 Bernd Schmidt <bernd.schmidt@analog.com>
b1c92d54
BS
9652
9653 * loop-iv.c (implies_p): In the final case, test that operands 0
9654 of the two comparisons match.
9655
dd2139e7
BS
9656 * config/bfin/bfin.c (find_prev_insn_start): New function.
9657 (bfin_optimize_loop): Use it in some cases instead of PREV_INSN.
9658 (find_next_insn_start): Move.
9659
601b3e1a
RG
96602009-02-13 Richard Guenther <rguenther@suse.de>
9661
9662 * configure.ac: Enable LFS.
9663 * configure: Re-generate.
9664 * config.in: Likewise.
9665
f007042e
JM
96662009-02-13 Joseph Myers <joseph@codesourcery.com>
9667
9668 PR c/35444
9669 * c-parser.c (c_parser_parms_list_declarator): Discard pending
9670 sizes on syntax error after some arguments have been parsed.
9671
3f238e8b
JJ
96722009-02-12 Jakub Jelinek <jakub@redhat.com>
9673
9674 * doc/invoke.texi (-fira): Remove.
9675
328e13b7
L
96762009-02-12 H.J. Lu <hongjiu.lu@intel.com>
9677
9678 * caller-save.c: Replace regclass.c with reginfo.c in comments.
9679 * recog.c: Likewise.
9680 * rtl.h: Likewise.
9681
c252db20
L
96822009-02-12 Uros Bizjak <ubizjak@gmail.com>
9683
9684 * longlong.h (sub_ddmmss): New for ia64. Ported from GMP 4.2.
9685 (umul_ppmm): Likewise.
9686 (count_leading_zeros): Likewise.
9687 (count_trailing_zeros): Likewise.
9688 (UMUL_TIME): Likewise.
9689
96902009-02-12 H.J. Lu <hongjiu.lu@intel.com>
9691
ba181049
UB
9692 * config.gcc (ia64*-*-linux*): Add ia64/t-fprules-softfp and
9693 soft-fp/t-softfp to tmake_file.
c252db20
L
9694
9695 * config/ia64/ia64.c (ia64_soft_fp_init_libfuncs): New.
ba181049
UB
9696 (ia64_expand_compare): Use HPUX library for TFmode only for HPUX.
9697 (ia64_builtins) [IA64_BUILTIN_COPYSIGNQ, IA64_BUILTIN_FABSQ,
9698 IA64_BUILTIN_INFQ]: New.
c252db20
L
9699 (ia64_init_builtins): Initialize __builtin_infq,
9700 __builtin_fabsq and __builtin_copysignq if not HPUX.
9701 (ia64_expand_builtin): Handle IA64_BUILTIN_COPYSIGNQ,
9702 IA64_BUILTIN_FABSQ and IA64_BUILTIN_INFQ.
9703
9704 * config/ia64/lib1funcs.asm (__divtf3): Define only if
9705 SHARED is defined.
9706 (__fixtfti): Likewise.
9707 (__fixunstfti): Likewise.
9708 (__floattitf): Likewise.
9709
9710 * config/ia64/libgcc-glibc.ver: New.
9711 * config/ia64/t-fprules-softfp: Likewise.
9712 * config/ia64/sfp-machine.h: Likewise.
9713
9714 * config/ia64/linux.h (LIBGCC2_HAS_TF_MODE): New.
9715 (LIBGCC2_TF_CEXT): Likewise.
9716 (TF_SIZE): Likewise.
9717 (TARGET_INIT_LIBFUNCS): Likewise.
9718
ba181049 9719 * config/ia64/t-glibc (SHLINB_MAPFILES):
6b67572e 9720 Add $(srcdir)/config/ia64/libgcc-glibc.ver.
c252db20 9721
f13eae6a
L
97222009-02-12 H.J. Lu <hongjiu.lu@intel.com>
9723
9724 * config/i386/i386.c (construct_container): Rewrite processing
9725 BLKmode with X86_64_SSE_CLASS.
9726
12019aec
L
97272009-02-12 Paolo Bonzini <bonzini@gnu.org>
9728
9729 PR target/39152
9730 * config/i386/i386.md: Replace simplify_replace_rtx with
9731 replace_rtx in the new peephole2.
9732
28c11eb3
NS
97332009-02-12 Nathan Sidwell <nathan@codesourcery.com>
9734
9735 * doc/invoke.texi (Optimize Options): Stop claiming inlining and
9736 loop unrolling do not happen at -O2.
9737
c7b94907
MM
97382009-02-12 Michael Matz <matz@suse.de>
9739
9740 * gcc.c (ASM_DEBUG_SPEC): Check for -g0.
9741
61e98967
JJ
97422009-02-12 Jakub Jelinek <jakub@redhat.com>
9743
9744 * dwarf2out.c (dwarf2out_finish): Force output of comp_unit_die
9745 for -g3.
9746
a2a237b5
BE
97472009-02-12 Ben Elliston <bje@au.ibm.com>
9748
9749 * config/rs6000/rs6000.md (allocate_stack): Use _stack form of
9750 patterns when updating the back chain. Missed in the 2009-02-10
9751 change.
9752
853eda8d
JJ
97532009-02-11 Janis Johnson <janis187@us.ibm.com>
9754
9755 * doc/extend.texi (Decimal Floating Types): Update identifier of
9756 draft TR and list of missing support.
9757
3ad6b266
JJ
97582009-02-11 Jakub Jelinek <jakub@redhat.com>
9759
9760 PR middle-end/39154
9761 * gimplify.c (omp_notice_variable): If adding GOVD_SEEN
9762 bit to variable length decl's flags, add it also to its
9763 pointer replacement variable.
9764
b058b753
UB
97652009-02-11 Uros Bizjak <ubizjak@gmail.com>
9766 Jakub Jelinek <jakub@redhat.com>
9767
9768 PR target/39118
9769 * config/i386/i386.md (UNSPEC_MEMORY_BLOCKAGE): New constant.
9770 (memory_blockage): New expander.
9771 (*memory_blockage): New insn pattern.
9772 * config/i386/i386.c (ix86_expand_prologue): Use memory_blockage
9773 instead of general blockage at the end of function prologue when
9774 frame pointer is used to access red zone area. Do not emit blockage
9775 when profiling, it is emitted in generic code.
9776 (ix86_expand_epilogue): Emit memory_blockage at the beginning of
9777 function epilogue when frame pointer is used to access red zone area.
9778
bab64f23
PB
97792009-02-11 Paolo Bonzini <bonzini@gnu.org>
9780
0ce6dcfa 9781 PR target/38824
bab64f23
PB
9782 * config/i386/i386.md: Add two new peephole2 to avoid mov followed
9783 by arithmetic with memory operands.
9784 * config/i386/predicates.md (commutative_operator): New.
9785
8fd94bda
JJ
97862009-02-10 Janis Johnson <janis187@us.ibm.com>
9787
9788 * doc/extend.texi (Fixed-Point Types): Break long paragraphs into
9789 bulleted lists.
9790
794511d2
EB
97912009-02-10 Eric Botcazou <ebotcazou@adacore.com>
9792
9793 * alias.h (record_alias_subset): Declare.
9794 * alias.c (record_alias_subset): Make global.
9795
6da7fc87
NC
97962009-02-10 Nick Clifton <nickc@redhat.com>
9797
9798 * tree-parloops.c: Change license to GPLv3.
9799 * ipa-struct-reorg.c: Change license to GPLv3.
9800 * ipa-struct-reorg.h: Change license to GPLv3.
9801
a03813c8
SE
98022009-02-10 Steve Ellcey <sje@cup.hp.com>
9803
9804 PR c/39084
9805 * c-decl.c (start_struct): Return NULL on error.
9806
fc3103e7
JJ
98072009-02-10 Jakub Jelinek <jakub@redhat.com>
9808
9b43d37b
JJ
9809 PR middle-end/39124
9810 * cfgloopmanip.c (remove_path): Call remove_bbs after
9811 cancel_loop_tree, not before it.
9812
fc3103e7 9813 PR target/39139
b058b753 9814 * function.h (struct function): Add has_local_explicit_reg_vars bit.
fc3103e7
JJ
9815 * gimplify.c (gimplify_bind_expr): Set it if local DECL_HARD_REGISTER
9816 VAR_DECLs were seen.
9817 * tree-ssa-live.c (remove_unused_locals): Recompute
9818 cfun->has_local_explicit_reg_vars.
9819 * tree-ssa-sink.c (statement_sink_location): Don't sink BLKmode
9820 copies or clearings if cfun->has_local_explicit_reg_vars.
9821
dbf9ee15
UB
98222009-02-10 Uros Bizjak <ubizjak@gmail.com>
9823
9824 PR target/39118
9825 * config/i386/i386.c (expand_prologue): Emit blockage at the end
9826 of function prologue when frame pointer is used to access
9827 red zone area.
9828
bdec4dc7
RG
98292009-02-10 Richard Guenther <rguenther@suse.de>
9830
9831 PR middle-end/39127
9832 * gimplify.c (gimple_regimplify_operands): Always look if
9833 we need to create a temporary.
9834
7cae94fc
RG
98352009-02-10 Richard Guenther <rguenther@suse.de>
9836
9837 PR tree-optimization/39132
9838 * tree-loop-distribution.c (todo): New global var.
9839 (generate_memset_zero): Trigger TODO_rebuild_alias.
9840 (tree_loop_distribution): Return todo.
9841
a8800687
L
98422009-02-10 H.J. Lu <hongjiu.lu@intel.com>
9843
9844 PR target/39119
9845 * config/i386/i386.c (x86_64_reg_class): Remove X86_64_AVX_CLASS.
9846 (x86_64_reg_class_name): Removed.
9847 (classify_argument): Return 0 if bytes > 32. Return 0 if the
9848 first one isn't X86_64_SSE_CLASS or any other ones aren't
9849 X86_64_SSEUP_CLASS when size > 16bytes. Don't turn
9850 X86_64_SSEUP_CLASS into X86_64_SSE_CLASS if the preceded one
9851 is X86_64_SSEUP_CLASS. Set AVX modes to 1 X86_64_SSE_CLASS
9852 and 3 X86_64_SSEUP_CLASS.
9853 (construct_container): Remove X86_64_AVX_CLASS. Handle 4
9854 registers with 1 X86_64_SSE_CLASS and 3 X86_64_SSEUP_CLASS.
9855
d4bacef0
BE
98562009-02-10 Ben Elliston <bje@au.ibm.com>
9857
9858 * config/rs6000/rs6000.md (allocate_stack): Always use an update
9859 form instruction to update the stack back chain word, even if the
9860 user has disabled the generation of update instructions.
9861 (movdi_<mode>_update_stack): New.
9862 (movsi_update_stack): Likewise.
9863 * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Likewise,
9864 always use an update form instruction to update the stack back
9865 chain word.
9866
01d7d2f3
SP
98672009-02-09 Sebastian Pop <sebastian.pop@amd.com>
9868
9869 PR middle-end/38953
b058b753
UB
9870 * graphite.c (if_region_set_false_region): After moving a region in
9871 the false branch of a condition, remove the empty dummy basic block.
01d7d2f3
SP
9872 (gloog): Remove wrong fix for PR38953.
9873
e41e2ab4
UW
98742009-02-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9875
9876 * config/spu/spu.c (array_to_constant): Fix (latent) wrong-code
9877 generation due to implicit sign extension.
9878
4bb07c5d
EB
98792009-02-09 Eric Botcazou <ebotcazou@adacore.com>
9880
9881 PR middle-end/38981
9882 * tree-ssa-coalesce.c (add_coalesce): Cap the costs of coalesce pairs
9883 at MUST_COALESCE_COST-1 instead of MUST_COALESCE_COST.
9884
f060a261
RG
98852009-02-09 Richard Guenther <rguenther@suse.de>
9886
9887 PR middle-end/35202
9888 * convert.c (convert_to_real): Disable (float)fn((double)x)
9889 to fnf(x) conversion if errno differences may occur and
9890 -fmath-errno is set.
9891
5a7e237c
AS
98922009-02-07 Anatoly Sokolov <aesok@post.ru>
9893
9894 * config/avr/avr.c (avr_mcu_t): Add ata6289 device.
9895 * config/avr/avr.h (LINK_SPEC, CRT_BINUTILS_SPECS): (Ditto.).
9896 * config/avr/t-avr (MULTILIB_MATCHES): (Ditto.).
9897
feab5a67
JM
98982009-02-06 Joseph Myers <joseph@codesourcery.com>
9899
9900 PR c/35434
9901 * c-common.c (handle_alias_attribute): Disallow attribute for
9902 anything not a FUNCTION_DECL or VAR_DECL.
9903
90ef2296
JJ
99042009-02-06 Janis Johnson <janis187@us.ibm.com>
9905
9906 PR c/39035
9907 * real.c (do_compare): Special-case compare of zero against
9908 decimal float value.
9909
1de2c900
JM
99102009-02-06 Joseph Myers <joseph@codesourcery.com>
9911
9912 PR c/36432
9913 * c-decl.c (grokdeclarator): Don't treat [] declarators in fields
9914 as indicating flexible array members unless the field itself is
9915 being declarared as the incomplete array.
9916
e901811a
JH
99172009-02-06 Jan Hubicka <jh@suse.cz>
9918
9919 PR tree-optimization/38844
9920 * ipa-inline.c (try_inline): Stop inlining recursion when edge
9921 is already inlined.
9922
3cfa762b
RG
99232009-02-06 Richard Guenther <rguenther@suse.de>
9924
9925 PR middle-end/38977
9926 * tree-cfg.c (need_fake_edge_p): Force a fake edge for
9927 fork because we may expand it as __gcov_fork.
9928
8506528c
NC
99292009-02-06 Nick Clifton <nickc@redhat.com>
9930
dbf9ee15 9931 * config/m32c/m32c.h (PCC_BITFIELD_TYPE_MATTERS): Define to zero.
8506528c 9932
85169114
PB
99332009-02-06 Paolo Bonzini <bonzini@gnu.org>
9934
9935 PR tree-optimization/35659
9936 * tree-ssa-sccvn.c (vn_constant_eq, vn_reference_eq, vn_nary_op_eq
9937 vn_phi_eq): Shortcut if hashcode does not match.
9938 (vn_reference_op_compute_hash): Do not call iterative_hash_expr for
9939 NULL operands.
9940 * tree-ssa-pre.c (pre_expr_hash): Look at hashcode if available,
9941 and avoid iterative_hash_expr.
9942 (FOR_EACH_VALUE_ID_IN_SET): New.
9943 (value_id_compare): Remove.
9944 (sorted_array_from_bitmap_set): Use FOR_EACH_VALUE_ID_IN_SET to
9945 sort expressions by value id.
9946
6d39673d
KK
99472009-02-05 Kaz Kojima <kkojima@gcc.gnu.org>
9948
9949 PR target/38991
9950 * config/sh/predicates.md (general_movsrc_operand): Don't check
9951 the subreg of system registers here.
9952
e6e1c050
JJ
99532009-02-05 Jakub Jelinek <jakub@redhat.com>
9954
9955 PR c++/39106
9956 * cgraphunit.c (cgraph_function_versioning): Clear also DECL_VIRTUAL_P
9957 on the copied decl.
9958
65a74b5d
PB
99592009-02-05 Paolo Bonzini <bonzini@gnu.org>
9960
9961 PR rtl-optimization/39110
9962 * rtlanal.c (rtx_addr_can_trap_p_1): Shortcut unaligned
9963 addresses, not aligned ones.
9964
08e14b2a
DB
99652009-02-05 Daniel Berlin <dberlin@dberlin.org>
9966 Richard Guenther <rguenther@suse.de>
9967
9968 PR tree-optimization/39100
9969 * tree-ssa-structalias.c (do_ds_constraint): Actually do what the
9970 comment says and add edges.
9971
5006381c
JM
99722009-02-05 Joseph Myers <joseph@codesourcery.com>
9973
9974 PR c/35435
9975 * c-common.c (handle_tls_model_attribute): Ignore attribute for
9976 non-VAR_DECLs without checking DECL_THREAD_LOCAL_P.
9977
2ba9daa7 99782009-02-04 Tobias Grosser <grosser@fim.uni-passau.de>
b0789219
TG
9979
9980 * graphite.c (bb_in_sese_p, sese_build_livein_liveouts_use,
9981 sese_build_livein_liveouts_bb, sese_build_livein_liveouts,
9982 register_bb_in_sese, new_sese, free_sese): Moved.
9983 (dot_scop_1, build_scop_loop_nests, build_loop_iteration_domains,
9984 outermost_loop_in_scop, build_scop_iteration_domain,
9985 expand_scalar_variables_ssa_name, get_vdef_before_scop,
9986 limit_scops): Use bb_in_sese_p instead of bb_in_scop_p.
9987 Use loop_in_sese_p instead of loop_in_scop_p.
9988 (new_graphite_bb, gloog): Do not initialize SCOP_BBS_B.
9989 (new_scop, free_scop): Remove SCOP_LOOP2CLOOG_LOOP and SCOP_BBS_B.
9990 (scopdet_basic_block_info): Fix bug in scop detection.
9991 (new_loop_to_cloog_loop_str, hash_loop_to_cloog_loop,
9992 eq_loop_to_cloog_loop): Remove.
9993 (nb_loops_around_loop_in_scop, nb_loop
9994 ref_nb_loops): Moved here...
9995 * graphite.h (ref_nb_loops): ... from here.
9996 (struct scop): Remove bbs_b bitmap and loop2cloog_loop.
9997 (loop_domain_dim, loop_iteration_vector_dim): Remove.
9998 (SCOP_BBS_B, bb_in_scop_p, loop_in_scop_p): Removed.
9999 * testsuite/gcc.dg/graphite/scop-19.c: New
10000
48e8382e
PB
100012009-02-04 Paolo Bonzini <bonzini@gnu.org>
10002 Hans-Peter Nilsson <hp@axis.com>
10003
10004 PR rtl-optimization/37889
10005 * rtlanal.c (rtx_addr_can_trap_p_1): Add offset and size arguments.
10006 Move offset handling from PLUS to before the switch. Use new
10007 arguments when considering SYMBOL_REFs too.
10008 (rtx_addr_can_trap_p): Pass dummy offset and size.
10009 (enum may_trap_p_flags): Remove.
10010 (may_trap_p_1): Pass size from MEM_SIZE.
10011
10012 PR rtl-optimization/38921
10013 * loop-invariant.c (find_invariant_insn): Use may_trap_or_fault_p.
10014 * rtl.h (may_trap_after_code_motion_p): Delete prototype.
10015 * rtlanal.c (may_trap_after_code_motion_p): Delete.
10016 (may_trap_p, may_trap_or_fault_p): Pass 0/1 as flags.
10017
69349ea5
L
100182009-02-04 H.J. Lu <hongjiu.lu@intel.com>
10019
10020 AVX Programming Reference (January, 2009)
10021 * config/i386/sse.md (*vpclmulqdq): New.
10022
b545e411
JJ
100232009-02-04 Jakub Jelinek <jakub@redhat.com>
10024
10025 PR tree-optimization/38977
10026 PR gcov-profile/38292
bf9b2cc9 10027 * calls.c (special_function_p): Disregard __builtin_ prefix.
b545e411 10028
5b43bf05
HS
100292009-02-04 Hariharan Sandanagobalane <hariharan@picochip.com>
10030
10031 * config/picochip/picochip.c (GO_IF_LEGITIMATE_ADDRESS): Disallow
10032 non-indexable addresses even before reload.
10033
062c4bb3
JM
100342009-02-03 Joseph Myers <joseph@codesourcery.com>
10035
10036 PR c/29129
10037 * c-decl.c (grokdeclarator): Mark [*] arrays in field declarators
10038 as having variable size. Do not give an error for unnamed
10039 parameters with [*] declarators. Give a warning for type names
10040 with [*] declarators and mark them as variable size.
10041 * c-parser.c (c_parser_sizeof_expression): Do not give an error
10042 for sizeof applied to [*] type names.
10043
6175f578
AP
100442009-02-03 Andrew Pinski <andrew_pinski@playstation.sony.com>
10045
10046 PR C++/36607
10047 * convert.c (convert_to_integer): Treat OFFSET_TYPE like INTEGER_TYPE.
10048
d4f4bc84
JJ
100492009-02-03 Jakub Jelinek <jakub@redhat.com>
10050
10051 * gcc.c (process_command): Update copyright notice dates.
10052 * gcov.c (print_version): Likewise.
10053 * gcov-dump.c (print_version): Likewise.
10054 * mips-tfile.c (main): Likewise.
10055 * mips-tdump.c (main): Likewise.
10056
f6294de7
JM
100572009-02-03 Joseph Myers <joseph@codesourcery.com>
10058
10059 PR c/35433
10060 * c-typeck.c (composite_type): Set TYPE_SIZE and TYPE_SIZE_UNIT
10061 for composite type involving a zero-length array type.
10062
754ccf7c
JJ
100632009-02-03 Jakub Jelinek <jakub@redhat.com>
10064
70f16287
JJ
10065 PR target/35318
10066 * function.c (match_asm_constraints_1): Skip over
10067 initial optional % in the constraint.
10068
754ccf7c
JJ
10069 PR inline-asm/39059
10070 * c-parser.c (c_parser_postfix_expression): If fixed point is not
10071 supported, don't accept FIXED_CSTs.
10072 * c-decl.c (finish_declspecs): Error if fixed point is not supported
10073 and _Sat is used without _Fract/_Accum. Set specs->type to
10074 integer_type_node for cts_fract/cts_accum if fixed point is not
10075 supported.
10076
965fdadf
CM
100772009-02-02 Catherine Moore <clm@codesourcery.com>
10078
dbf9ee15 10079 * sde.h (SUBTARGET_ARM_SPEC): Don't assemble -fpic code as -mabicalls.
965fdadf 10080
2e8a796f
RS
100812009-02-02 Richard Sandiford <rdsandiford@googlemail.com>
10082
10083 * config/mips/mips.h (FILE_HAS_64BIT_SYMBOLS): New macro.
10084 (ABI_HAS_64BIT_SYMBOLS): Use it.
10085 (DWARF2_ADDR_SIZE): Use it instead of ABI_HAS_64BIT_SYMBOLS.
10086
e0079468
PB
100872009-02-02 Paul Brook <paul@codesourcery.com>
10088
10089 * config/arm/arm.md (arm_addsi3): Add r/r/k alternative.
10090
eca72963
JJ
100912009-02-02 Jakub Jelinek <jakub@redhat.com>
10092
10093 PR inline-asm/39058
10094 * recog.h (asm_operand_ok): Add constraints argument.
10095 * recog.c (asm_operand_ok): Likewise. If it is set, for digits
10096 recurse on matching constraint.
10097 (check_asm_operands): Pass constraints as 3rd argument to
10098 asm_operand_ok. Don't look up matching constraint here.
10099 * stmt.c (expand_asm_operands): Pass NULL as 3rd argument
10100 to asm_operand_ok.
10101
b5bde9ff
BE
101022009-02-02 Ben Elliston <bje@au.ibm.com>
10103
10104 * doc/tm.texi (Storage Layout): Fix TARGET_ALIGN_ANON_BITFIELD and
10105 TARGET_NARROW_VOLATILE_BITFIELD macro names.
10106
30f3e427
JDA
101072009-01-31 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
10108
be7659ba
JDA
10109 * doc/install.texi (hppa*-hp-hpux*): Update binutils and linker
10110 information. Remove some obsolete information. Reorganize.
10111
30f3e427
JDA
10112 * config/pa/fptr.c: Revert license to GPL 2.
10113 * config/pa/milli64.S: Likewise.
10114
3cbfaf98
DK
101152009-01-31 Dave Korn <dave.korn.cygwin@gmail.com>
10116
10117 PR target/38904
10118 * mkmap-flat.awk (END): Use pe_dll command-line arg to pass
10119 LIBRARY name in, instead of hard-coding it.
10120 * config.gcc (i[34567]86-*-pe | i[34567]86-*-cygwin*): Add an
10121 extra target make frag to tmake_files according to EH model.
10122 (i[34567]86-*-mingw* | x86_64-*-mingw*): Likewise.
10123 * config/i386/t-dw2-eh, config/i386/t-sjlj-eh: Add new target
10124 frags that define makefile variable EH_MODEL appropriately.
10125 * config/i386/cygming.h (DWARF2_UNWIND_INFO): Add comment.
10126 * config/i386/cygwin.h (LIBGCC_EH_EXTN): Define to nothing or
10127 to "-sjlj" according to type of EH configured.
10128 (LIBGCC_SONAME): Concatenate it to shared library base name.
10129 * config/i386/mingw32.h (LIBGCC_EH_EXTN): Define to "_dw2" or
10130 to "_sjlj" according to type of EH configured.
10131 (LIBGCC_SONAME): Concatenate it to shared library base name.
10132 * config/i386/t-cygming (SHLIB_SONAME): Use EH_MODEL.
10133 (SHLIB_LINK): Add missing semicolon to if-else construct.
10134 (SHLIB_MKMAP_OPTS): Pass library name to mkmap-flat.awk as
10135 string value of "pe_dll" command-line option.
10136 * config/i386/t-cygwin (SHLIB_EH_EXTENSION): New helper.
10137 (SHLIB_SONAME): Use it when overriding t-cygming default.
10138 (SHLIB_IMPLIB): Override t-cygming default.
10139 (SHLIB_MKMAP_OPTS): Pass library name to mkmap-flat.awk as
10140 string value of "pe_dll" command-line option.
10141
8d0b6068
DK
101422009-01-31 Dave Korn <dave.korn.cygwin@gmail.com>
10143
10144 PR target/38952
10145 * config/i386/i386.c (ix86_builtin_setjmp_frame_value): New.
bf9b2cc9 10146 (TARGET_BUILTIN_SETJMP_FRAME_VALUE): Override default to point at it.
8d0b6068 10147
14c28276
RG
101482009-01-31 Richard Guenther <rguenther@suse.de>
10149
10150 PR tree-optimization/38937
10151 * tree-ssa-structalias.c (do_sd_constraint): Do not shortcut
10152 computing the transitive closure.
10153
5f4d82c2
RG
101542009-01-30 Richard Guenther <rguenther@suse.de>
10155
10156 PR tree-optimization/39041
10157 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1):
10158 Propagate variable indices only if the types match for this stmt.
10159
d0728ae0
JJ
101602009-01-30 Jakub Jelinek <jakub@redhat.com>
10161
10162 PR target/39013
10163 * c-decl.c (pop_scope): Set DECL_EXTERNAL for functions declared
10164 inline but never defined.
10165
6b67572e 101662009-01-30 Wolfgang Gellerich <gellerich@de.ibm.com>
9fec758d
WG
10167
10168 * config/s390/s390.md (*insv<mode>_reg_extimm): Removed.
10169 (*insv_h_di_reg_extimm): New insn.
10170 (*insv_l<mode>_reg_extimm): New insn.
10171
101722009-01-30 Hariharan Sandanagobalane <hariharan@picochip.com>
9e8be1e4
HS
10173
10174 * config/picochip/picochip.c (flag_conserve_stack): set
10175 PARAM_LARGE_STACK_FRAME and PARAM_STACK_FRAME_GROWTH to zero under
10176 fconserve-stack. Reduce call-overhead used by inliner.
10177
9fec758d 101782009-01-30 Hariharan Sandanagobalane <hariharan@picochip.com>
df9198ab
HS
10179
10180 PR/38157
10181 * common.opt (flag_conserve_stack): Initialised to zero.
10182
7f1c539c
KT
101832009-01-30 Kai Tietz <kai.tietz@onevision.com>
10184
10185 PR/39002
10186 * config/i386/i386.c (ix86_can_use_return_insn_p): Check for nsseregs.
10187 (ix86_expand_epilogue): Take nsseregs in account to use proper restore
10188 method.
10189
3631be48
L
101902009-01-29 H.J. Lu <hongjiu.lu@intel.com>
10191
10192 * ira-color.c (allocno_reload_assign): Update comments.
10193 * regmove.c (regmove_optimize): Likewise.
10194
10195 * ra.h: Removed.
10196
416ac4d4
RM
101972009-01-29 Robert Millan <rmh@aybabtu.com>
10198
60839f5d
EB
10199 * config.gcc: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
10200 * config/i386/kopensolaris-gnu.h: New file. Undefine
416ac4d4 10201 `MD_UNWIND_SUPPORT'.
60839f5d 10202 * config/kopensolaris-gnu.h: New file (based on kfreebsd-gnu.h).
416ac4d4 10203
d5e54bc1
KH
102042009-01-29 Kazu Hirata <kazu@codesourcery.com>
10205
10206 PR tree-optimization/39007
10207 * tree-loop-distribution.c (generate_builtin): Use
10208 recompute_dominator to compute the immediate dominator of the
10209 basic block just after the loop.
10210
38432148 102112009-01-29 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
e9e077fa
RO
10212
10213 * config/i386/sol2-10.h [!HAVE_AS_IX86_DIFF_SECT_DELTA]
10214 (ASM_OUTPUT_DWARF_PCREL): Define.
10215
38432148 102162009-01-29 Vladimir Makarov <vmakarov@redhat.com>
2af2dbdc
VM
10217
10218 * doc/tm.texi (TARGET_IRA_COVER_CLASSES): Modify description.
10219 * doc/passes.texi: Remove entries about regclass, local-alloc, and
10220 global. Modify entries about regmove and IRA.
10221
10222 * ra-conflict.c: Remove the file.
10223
10224 * reload.c (push_reload, find_dummy_reload): Remove flag_ira.
10225
10226 * tree-pass.h (pass_local_alloc, pass_global_alloc): Remove.
10227 (pass_regclass_init): Rename to pass_reginfo_init.
10228
10229 * cfgloopanal.c (estimate_reg_pressure_cost): Remove flag_ira.
10230
10231 * toplev.h (flag_ira): Remove.
10232
10233 * caller-save.c (setup_save_areas): Remove flag_ira.
10234
bf9b2cc9 10235 * ira-color.c (ira_reuse_stack_slot, ira_mark_new_stack_slot): Ditto.
2af2dbdc
VM
10236
10237 * global.c: Remove the file.
10238
ba20e309 10239 * opts.c (decode_options): Remove flag_ira.
2af2dbdc
VM
10240
10241 * hard-reg-set.h (losing_caller_save_reg_set): Remove.
10242
10243 * regmove.c: Modify file description.
10244 (find_use_as_address, try_auto_increment): Define them only if
10245 AUTO_INC_DEC is defined.
10246 (replacement_quality, replace_in_call_usage, fixup_match_1,
10247 stable_and_no_regs_but_for_p): Remove.
10248 (reg_set_in_bb): Make it static.
10249 (regmove_optimize): Remove flag_ira and code which worked for
10250 !flag_ira.
10251
10252 * local-alloc.c: Remove the file.
10253
10254 * common.opt (fira): Remove.
10255
10256 * ira.c: Include except.h.
10257 (eliminable_regset): Move from global.c.
10258 (mark_elimination): Ditto. Remove flag_ira.
10259 (reg_renumber, struct equivalence, reg_equiv, equiv_mem,
10260 equiv_mem_modified, validate_equiv_mem_from_store,
10261 validate_equiv_mem, equiv_init_varies_p, equiv_init_movable_p,
10262 contains_replace_regs, memref_referenced_p, memref_used_between_p,
10263 no_equiv, recorded_label_ref): Move from local-alloc.c.
10264 (update_equiv_regs): Ditto. Make it static.
10265 (print_insn_chain, print_insn_chains): Move it from global.c.
bf9b2cc9 10266 (pseudo_for_reload_consideration_p): Ditto. Remove flag_ira.
2af2dbdc
VM
10267 (build_insn_chain): Ditto. Make it static.
10268 (ra_init_live_subregs): Move from ra-conflict.c. Make it static.
10269 Rename to init_live_subregs.
10270 (gate_ira): Remove flag_ira.
10271
10272 * regclass.c: Rename reginfo.c. Change file description.
10273 (FORBIDDEN_INC_DEC_CLASSES): Remove.
dbf9ee15 10274 (reg_class_superclasses, forbidden_inc_dec_class, in_inc_dec): Remove.
2af2dbdc
VM
10275 (init_reg_sets_1): Remove code for evaluation of
10276 reg_class_superclasses and losing_caller_save_reg_set.
10277 (init_regs): Remove init_reg_autoinc.
10278 (struct costs, costs, init_cost, ok_for_index_p_nonstrict,
10279 ok_for_base_p_nonstrict): Remove.
bf9b2cc9 10280 (regclass_init): Rename to reginfo_init. Don't initialize init_cost.
2af2dbdc
VM
10281 (pass_regclass_init): Rename to pass_reginfo_init. Modify
10282 corresponding entries.
10283 (dump_regclass, record_operand_costs, scan_one_insn,
10284 init_reg_autoinc, regclass, record_reg_classes, copy_cost,
10285 record_address_regs, auto_inc_dec_reg_p): Remove.
10286 (gt-regclass.h): Rename to gt-reginfo.h.
10287
10288 * rtl.h (dump_global_regs, retry_global_alloc,
bf9b2cc9 10289 build_insn_chain, dump_local_alloc, update_equiv_regs): Remove.
2af2dbdc
VM
10290
10291 * Makefile.in (RA_H): Remove.
10292 (OBJS-common): Remove global.o, local-alloc.o, and ra-conflict.o.
10293 Rename regclass.o to reginfo.o.
10294 (regclass.o): Rename to reginfo.o. Rename gt-regclass.h to
10295 gt-reginfo.h.
10296 (global.o, local-alloc.o, ra-conflict.o): Remove entries.
10297 (GTFILES): Rename regclass.c to reginfo.c.
10298
10299 * passes.c (init_optimization_passes): Remove pass_local_alloc and
bf9b2cc9 10300 pass_global_alloc. Rename pass_regclass_init to pass_reginfo_init.
2af2dbdc
VM
10301
10302 * reload1.c (compute_use_by_pseudos, reload, count_pseudo,
10303 count_spilled_pseudo, find_reg, alter_reg, delete_output_reload):
10304 Remove flag_ira.
6b67572e 10305 (finish_spills): Ditto. Remove code for !flag_ira.
2ba9daa7 10306
c95b2534 103072009-01-29 Kenneth Zadeck <zadeck@naturalbridge.com>
00b251a0
KZ
10308
10309 PR middle-end/35854
10310 * doc/invoke.texi (rtl debug options): Complete rewrite.
10311 * auto-inc-dec.c (pass_inc_dec): Rename pass from "auto-inc-dec"
10312 to auto_inc_dec".
10313 * mode-switching.c (pass_mode_switching): Rename pass from
10314 "mode-sw" to "mode_sw".
10315 * except.c (pass_convert_to_eh_ranges): Rename pass from
10316 "eh-ranges" to "eh_ranges".
10317 * lower-subreg.c (pass_lower_subreg): Renamed pass from "subreg"
10318 to "subreg1".
2ba9daa7
AS
10319
10320
72a54528
AM
103212009-01-29 Andrey Belevantsev <abel@ispras.ru>
10322 Alexander Monakov <amonakov@ispras.ru>
10323
10324 PR middle-end/38857
10325 * sel-sched.c (count_occurrences_1): Check that *cur_rtx is a hard
10326 register.
10327 (move_exprs_to_boundary): Change return type and pass through
10328 should_move from move_op. Relax assert. Update usage ...
10329 (schedule_expr_on_boundary): ... here. Use should_move instead of
10330 cant_move.
10331 (move_op_orig_expr_found): Indicate that insn was disconnected from
10332 stream.
10333 (code_motion_process_successors): Do not call after_merge_succs
10334 callback if original expression was not found when traversing any of
10335 the branches.
10336 (code_motion_path_driver): Change return type. Update prototype.
10337 (move_op): Update comment. Add a new parameter (should_move). Update
10338 prototype. Set *should_move based on indication provided by
10339 move_op_orig_expr_found.
10340
001b9eb6
PH
103412009-01-28 Pat Haugen <pthaugen@us.ibm.com>
10342
10343 * doc/invoke.texi (avoid-indexed-addresses): Document new option.
10344 * config/rs6000/rs6000-protos.h (avoiding_indexed_address_p): Declare.
10345 * config/rs6000/rs6000.opt (avoid-indexed-addresses): New option.
10346 * config/rs6000/rs6000.c (rs6000_override_options): Default
10347 avoid-indexed-addresses on for Power6, off for everything else.
10348 (avoiding_indexed_address_p): New function.
10349 (rs6000_legitimize_address): Use it.
10350 (rs6000_legitimate_address): Likewise.
10351 * config/rs6000/rs6000.md (movXX_updateX): Likewise
10352
59dc4898
KH
103532009-01-28 Kazu Hirata <kazu@codesourcery.com>
10354
10355 PR tree-optimization/38997
10356 * tree-loop-distribution.c (generate_memset_zero): Use
10357 POINTER_PLUS_EXPR for a pointer addition.
10358
07da44ab
AK
103592009-01-28 Andreas Krebbel <krebbel1@de.ibm.com>
10360
10361 * config/s390/s390.md (bswap<mode>2): New pattern added.
10362
cdc15d23
WG
103632009-01-28 Wolfgang Gellerich <gellerich@de.ibm.com>
10364
10365 * config/s390/s390.md (*tls_load_31): Added type attribute.
10366
d46f24b6
WG
103672009-01-28 Wolfgang Gellerich <gellerich@de.ibm.com>
10368
10369 * config/s390/s390.md: Fix a few comments.
10370
729e750f
WG
103712009-01-28 Wolfgang Gellerich <gellerich@de.ibm.com>
10372
10373 * config/s390/s390.md (*tmsi_reg): Fixed z10prop attribute.
10374 (*tm<mode>_full): Fixed z10prop attribute.
10375 (*tst<mode>_extimm): Fixed z10prop attribute.
10376 (*tst<mode>_cconly_extimm): Fixed z10prop attribute.
10377 (*tstqiCCT_cconly): Fixed z10prop attribute.
10378 (*cmpsi_ccu_zerohi_rlsi): Fixed z10prop attribute.
10379 (*movsi_larl): Fixed z10prop attribute.
10380 (*movsi_zarch): Fixed z10prop attribute.
10381 (*movsi_eas): Fixed z10prop attribute.
10382 (*movhi): Fixed z10prop attribute.
10383 (*movqi): Fixed z10prop attribute.
10384 (*movstrictqi): Fixed z10prop attribute.
10385 (*mov<mode>): Fixed z10prop attribute.
10386 (*movcc): Fixed z10prop attribute.
10387 (*sethighpartdi_64): Fixed z10prop attribute.
10388 (*zero_extendhi<mode>2_z10): Fixed z10prop attribute.
10389 (*negdi2_sign_cc): Fixed z10prop attribute.
10390 (*negdi2_sign): Fixed z10prop attribute.
10391 (*absdi2_sign_cc): Fixed z10prop attribute.
10392 (*absdi2_sign): Fixed z10prop attribute.
10393 (*negabsdi2_sign_cc): Fixed z10prop attribute.
10394 (*negabsdi2_sign): Fixed z10prop attribute.
10395 (*cmp_and_trap_signed_int<mode>): Fixed z10prop attribute.
10396 (*cmp_and_trap_unsigned_int<mode>): Fixed z10prop attribute.
10397 (doloop_si64): Fixed z10prop attribute.
10398 (doloop_si31): Fixed z10prop attribute.
10399 (doloop_long): Fixed z10prop attribute.
10400 (indirect_jump): Fixed z10prop attribute.
10401 (nop): Fixed z10prop attribute.
10402 (main_base_64): Fixed z10prop attribute.
10403 (reload_base_64): Fixed z10prop attribute.
10404
c7789bfb
JJ
104052009-01-28 Jakub Jelinek <jakub@redhat.com>
10406
10407 PR rtl-optimization/38740
6b67572e
UB
10408 * reorg.c (gate_handle_delay_slots): Avoid dbr scheduling
10409 if !optimize.
c7789bfb
JJ
10410 * config/mips/mips.c (mips_reorg): Likewise.
10411
de081cfd
RG
104122009-01-28 Richard Guenther <rguenther@suse.de>
10413
10414 PR tree-optimization/38926
10415 * tree-ssa-pre.c (add_to_value): Assert we add only expressions
10416 with the correct value id to a value.
10417 (do_regular_insertion): Use the value number of edoubleprime
10418 for the value number of the expr.
10419
10420 Revert
10421 2008-08-21 Richard Guenther <rguenther@suse.de>
bf9b2cc9 10422
d748c406
UB
10423 * tree-ssa-pre.c (insert_into_preds_of_block): Before inserting
10424 a PHI ask VN if it is already available.
10425 * tree-ssa-sccvn.h (vn_phi_lookup): Declare.
10426 * tree-ssa-sccvn.c (vn_phi_lookup): Export.
de081cfd 10427
a9d386a1
JJ
104282009-01-28 Jakub Jelinek <jakub@redhat.com>
10429
10430 PR middle-end/38934
10431 * tree-vrp.c (extract_range_from_assert): For LE_EXPR and LT_EXPR
10432 set to varying whenever max has TREE_OVERFLOW set, similarly
10433 for GE_EXPR and GT_EXPR and TREE_OVERFLOW min.
10434
97a170cd
RG
104352009-01-28 Richard Guenther <rguenther@suse.de>
10436
10437 PR middle-end/38908
10438 * tree-ssa.c (warn_uninitialized_var): Do not warn for seemingly
10439 uninitialized aggregate uses in call arguments.
10440
89ebafc6
PB
104412009-01-28 Paolo Bonzini <bonzini@gnu.org>
10442
10443 PR tree-optimization/38984
10444 * tree-ssa-structalias.c (get_constraints_for_1): Do not use
10445 the nothing_id variable if -fno-delete-null-pointer-checks.
10446
bef3c57b
UB
104472009-01-28 Uros Bizjak <ubizjak@gmail.com>
10448
10449 PR target/38988
10450 * config/i386/i386.md (set_rip_rex64): Wrap operand 1 in label_ref.
10451 (set_got_offset_rex64): Ditto.
10452
0c6390fa
L
104532009-01-27 H.J. Lu <hongjiu.lu@intel.com>
10454
10455 PR target/38941
10456 * doc/extend.texi: Improve local variable with asm reg.
10457
bee6fa6d
AN
104582009-01-27 Adam Nemet <anemet@caviumnetworks.com>
10459
10460 * c.opt (Wpacked-bitfield-compat): Change init value to -1.
10461 * c-opts.c (c_common_post_options): If -W*packed-bitfield-compat
10462 was not supplied then set warn_packed_bitfield_compat to the
10463 default value of 1.
10464 * stor-layout.c (place_field): Check warn_packed_bitfield_compat
10465 against 1.
10466
b5c3dfbb
RG
104672009-01-27 Richard Guenther <rguenther@suse.de>
10468
10469 PR tree-optimization/38503
10470 * cfgexpand.c (expand_gimple_basic_block): Ignore
10471 GIMPLE_CHANGE_DYNAMIC_TYPE during expansion.
10472 * tree-ssa-structalias.c (set_uids_in_ptset): Do not prune
10473 variables that cannot have TBAA applied.
10474 (compute_points_to_sets): Do not remove GIMPLE_CHANGE_DYNAMIC_TYPE
10475 statements.
10476
d748c406 104772009-01-27 Uros Bizjak <ubizjak@gmail.com>
576de5cb
UB
10478
10479 PR middle-end/38969
10480 * calls.c (initialize_argument_information): Do not wrap complex
10481 arguments in SAVE_EXPR.
10482
9112bb38
AT
104832009-01-26 Andreas Tobler <a.tobler@schweiz.org>
10484
10485 * config/t-vxworks (LIBGCC2_INCLUDES): Fix typo.
5efb79fc 10486 (INSTALL_LIBGCC): Revert typo commit.
9112bb38 10487
4757704f
RG
104882009-01-26 Richard Guenther <rguenther@suse.de>
10489
10490 PR tree-optimization/38745
10491 * tree-ssa-alias.c (update_alias_info_1): Exclude RESULT_DECL
10492 from special handling.
10493
e3e6cff4
RG
104942009-01-26 Richard Guenther <rguenther@suse.de>
10495
10496 PR tree-optimization/38745
10497 * tree-ssa.c (execute_update_addresses_taken): Do not include
10498 variables that cannot possibly be a register in not_reg_needs.
10499 Do not clear TREE_ADDRESSABLE on vars that may not become
10500 registers.
10501 * tree-ssa.c (update_alias_info_1): Include those in the set
10502 of addressable vars.
10503
dc874b53
RG
105042009-01-26 Richard Guenther <rguenther@suse.de>
10505
10506 PR middle-end/38851
10507 * Makefile.in (tree-ssa-dse.o): Add langhooks.h.
10508 * tree-ssa-dse.c: Include langhooks.h
10509 (execute_simple_dse): Remove stores with zero size.
10510
849421a3
JJ
105112009-01-24 Jakub Jelinek <jakub@redhat.com>
10512
10513 PR c/38957
10514 * c-typeck.c (c_finish_return): Handle POINTER_PLUS_EXPR the same way
10515 as PLUS_EXPR.
10516
82f70421
JB
105172009-01-24 Julian Brown <julian@codesourcery.com>
10518
10519 * config/arm/t-linux-eabi (LIB2FUNCS_STATIC_EXTRA): Add
10520 config/arm/linux-atomic.c.
10521 * config/arm/linux-atomic.c: New.
10522
863412d6
EB
105232009-01-24 Eric Botcazou <ebotcazou@adacore.com>
10524
10525 * config/sparc/linux.h (DBX_REGISTER_NUMBER): Delete.
10526 * config/sparc/linux64.h (DBX_REGISTER_NUMBER): Likewise.
10527 * config/sparc/sysv4.h (DBX_REGISTER_NUMBER): Likewise.
10528
8c684300
L
105292009-01-24 H.J. Lu <hongjiu.lu@intel.com>
10530
10531 PR c/38938
93f1527a 10532 * c-opts.c (c_common_handle_option): Update warn_pointer_sign
8c684300
L
10533 properly.
10534
b840fb02
SP
105352009-01-24 Sebastian Pop <sebastian.pop@amd.com>
10536
10537 PR tree-optimization/38953
10538 * graphite.c (graphite_verify): Add a call to verify_loop_closed_ssa.
10539 (scop_adjust_phis_for_liveouts): Initialize false_i to zero.
10540 (gloog): Split the exit of the scop when the scop exit is a loop exit.
10541 (graphite_transform_loops): Only call cleanup_tree_cfg if gloog
10542 changed the CFG.
10543
ecee559f
PB
105442009-01-24 Paul Brook <paul@codesourcery.com>
10545
10546 * config/arm/neon.md (neon_type): Move to arm.md.
10547 (neon_mov<VSTRUCT>): Add neon_type attribute.
10548 * config/arm/arm.md (neon_type): Move to here.
10549 (conds): Add "unconditioal" and use as default for NEON insns.
10550
61ad0914
BE
105512009-01-24 Ben Elliston <bje@au.ibm.com>
10552
10553 * bitmap.h (BITMAP_FREE): Eliminate `implicit conversion from
10554 void *' warning from -Wc++-compat.
10555 * Makefile.in (dominance.o-warn): Remove.
10556
38432148 105572009-01-23 Paolo Bonzini <bonzini@gnu.org>
9bacafeb
PB
10558
10559 PR tree-optimization/38932
10560 * fold-const.c (fold_unary_ignore_overflow): New.
10561 * tree.h (fold_unary_ignore_overflow): Declare.
10562 * tree-ssa-ccp.c (ccp_fold): Use fold_unary_ignore_overflow.
10563 * tree-ssa-sccvn.c (visit_reference_op_load,
10564 simplify_unary_expression): Likewise.
10565
2cd36c22
AN
105662009-01-22 Adam Nemet <anemet@caviumnetworks.com>
10567
10568 * c-decl.c (finish_struct): Move code to set DECL_PACKED after
10569 DECL_BIT_FIELD is alreay known. Also inherit packed for bitfields
10570 regardless of their type.
10571 * c-common.c (handle_packed_attribute): Don't ignore packed on
10572 bitfields.
10573 * c.opt (Wpacked-bitfield-compat): New warning option.
10574 * stor-layout.c (place_field): Warn if offset of a field changed.
10575 * doc/extend.texi (packed): Mention the ABI change.
10576 * doc/invoke.texi (-Wpacked-bitfield-compat): Document.
10577 (Warning Options): Add it to the list.
10578
e4e624ab
L
105792009-01-22 H.J. Lu <hongjiu.lu@intel.com>
10580
10581 * c-opts.c (c_common_post_options): Fix a typo in comments.
10582
d0ea0759
SE
105832009-01-22 Steve Ellcey <sje@cup.hp.com>
10584
10585 PR middle-end/38615
10586 * gimplify.c (gimplify_init_constructor): Fix promotion of const
10587 variables to static.
10588 * doc/invoke.texi (-fmerge-all-constants): Update description.
10589
87673f84
UB
105902009-01-22 Uros Bizjak <ubizjak@gmail.com>
10591
10592 PR target/38931
10593 * config/i386/i386.md (*movsi_1): Use type "mmx" for alternative 2.
10594 (*movdi_1_rex64): Use type "mmx" for alternative 5.
10595
96339268
RE
105962009-01-22 Richard Earnshaw <rearnsha@arm.com>
10597
10598 * arm.h (DATA_ALIGNMENT): Align structures, unions and arrays to
10599 a word boundary.
10600 (LOCAL_ALIGNMENT): Similarly.
10601
442dc742 106022009-01-22 Mark Shinwell <shinwell@codesourcery.com>
87673f84 10603 Joseph Myers <joseph@codesourcery.com>
442dc742
MS
10604
10605 * config/arm/arm.c (all_architectures): Add iWMMXt2 entry.
10606 * config/arm/arm-cores.def: New ARM_CORE entry for iWMMXt2.
10607 * config/arm/arm-tune.md: Regenerate.
10608 * doc/invoke.texi (ARM Options): Document -mcpu=iwmmxt2 and
10609 -march=iwmmxt2.
10610
9b34732e
MS
106112009-01-22 Mark Shinwell <shinwell@codesourcery.com>
10612
10613 * config/arm/bpabi.h (SUBTARGET_EXTRA_ASM_SPEC): Bump EABI
10614 version number to five.
10615
03c2a308
DS
106162009-01-22 Dodji Seketeli <dodji@redhat.com>
10617
10618 PR c++/38930
ba20e309 10619 * c-decl.c (clone_underlying_type): Revert PR c++/26693 changes.
03c2a308
DS
10620 * c-common.c (set_underlying_type): Likewise.
10621 (is_typedef_decl ): Likewise
10622 * tree.h: Likewise
10623 (set_underlying_type): Likewise.
10624 (is_typedef_type): Likewise.
10625
1240d76e
VM
106262009-01-21 Vladimir Makarov <vmakarov@redhat.com>
10627
10628 PR middle-end/38587
10629 * ira-color.c (coalesce_spill_slots): Don't coalesce allocnos
10630 crossing setjmps.
10631
b8a1087d
DK
106322009-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
10633
10634 PR bootstrap/37660
10635 * config/i386/cygwin.h (SHARED_LIBGCC_SPEC): New helper macro.
10636 (LIBGCC_SPEC): Don't define.
10637 (REAL_LIBGCC_SPEC): Define instead, using SHARED_LIBGCC_SPEC.
10638
435da628
UB
106392009-01-21 Uros Bizjak <ubizjak@gmail.com>
10640
10641 PR rtl-optimization/38879
10642 * alias.c (base_alias_check): Unaligned access via AND address can
10643 alias all surrounding object types except those with sizes equal
10644 or wider than the size of unaligned access.
10645
d597b3ce
DS
106462009-01-21 Dodji Seketeli <dodji@redhat.com>
10647
10648 PR c++/26693
ba20e309 10649 * c-decl.c (clone_underlying_type): Move this ...
d597b3ce 10650 * c-common.c (set_underlying_type): ... here.
435da628 10651 Also, make sure the function properly sets TYPE_STUB_DECL() on
d597b3ce
DS
10652 the newly created typedef variant type.
10653 (is_typedef_decl ): New entry point.
10654 * tree.h: Added a new member member_types_needing_access_check to
10655 struct tree_decl_non_common.
10656 (set_underlying_type): New entry point.
10657 (is_typedef_type): Likewise.
10658
71a6fe66
BM
106592009-01-21 Bingfeng Mei <bmei@broadcom.com>
10660
10661 * alias.c (walk_mems_1, walk_mems_2, insn_alias_sets_conflict_p):
10662 Check whether two instructions have memory references that
10663 belong to conflicting alias sets. walk_mems_1 and walk_mems_2
10664 are helper functions for traversing.
10665 * alias.h (insn_alias_sets_confilict_p): New prototypes.
10666 * ddg.c (add_inter_loop_mem_dep): Call insn_alias_sets_conflict_p
10667 not to draw dependency edge for instructions with non-conflicting
10668 alias sets.
10669
5a248274
JM
106702009-01-20 Joseph Myers <joseph@codesourcery.com>
10671
10672 PR other/38758
6b67572e
UB
10673 * longlong.h: Update copyright years. Use soft-fp license notice.
10674 Sync __clz_tab declaration with glibc.
5a248274 10675
4b84f3de
SE
106762009-01-20 Steve Ellcey <sje@cup.hp.com>
10677
10678 PR target/30687
10679 * doc/extend.texi (syscall_linkage): New.
10680 (version_id): Modify.
10681
37348bf1 106822009-01-20 Andrew Pinski <andrew_pinski@playstation.sony.com>
435da628 10683 Richard Guenther <rguenther@suse.de>
37348bf1
AP
10684
10685 PR tree-optimization/38747
10686 PR tree-optimization/38748
10687 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Disable the VCE
10688 conversion if the base address is an indirect reference and the
10689 aliasing sets could cause issues.
10690
d0a58904
SP
106912009-01-20 Sebastian Pop <sebastian.pop@amd.com>
10692
2ba9daa7 10693 * common.opt (fgraphite, fgraphite-identity): Add comment for
d0a58904
SP
10694 explaining why these options are not documented.
10695
71e7afb2
SP
106962009-01-20 Sebastian Pop <sebastian.pop@amd.com>
10697
10698 * graphite.c (stmt_simple_for_scop_p): Also handle cases when
10699 gimple_call_lhs is NULL.
10700
38432148 107012009-01-20 Paolo Bonzini <bonzini@gnu.org>
09efeca1
PB
10702
10703 PR target/38868
10704 * emit-rtl.c (adjust_address_1): Make sure memref is never
10705 overwritten.
10706
cbb8dee3
BE
107072009-01-20 Ben Elliston <bje@au.ibm.com>
10708
10709 * libgcov.c (__gcov_execl, __gcov_execlp, __gcov_execle): Remove
435da628 10710 const qualifier from arg parameter. Remove unnecessary cast to char *.
cbb8dee3
BE
10711 * gcov-io.h (__gcov_execl, __gcov_execlp, __gcov_execle): Remove
10712 const qualifier from arg 2.
10713
72c66596
IS
107142009-01-19 Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
10715
435da628 10716 * config/darwin.h: Add static-libgfortran to LINK_SPEC.
72c66596 10717
f68211cd
VM
107182009-01-19 Vladimir Makarov <vmakarov@redhat.com>
10719
10720 PR c/38869
10721 * rtl.h (reinit_regs): New prototype.
10722 * regclass.c: Include ira.h.
10723 (reinit_regs): New.
10724 * Makefile.in (regclass.o): Add ira.h.
10725 * config/i386/i386.c (ix86_maybe_switch_abi): Use reinit_regs.
10726
6e4f1168
L
107272009-01-18 H.J. Lu <hongjiu.lu@intel.com>
10728
10729 PR target/38736
10730 * c-common.c (handle_aligned_attribute): Use
10731 ATTRIBUTE_ALIGNED_VALUE instead of BIGGEST_ALIGNMENT for
10732 default alignment value.
10733
10734 * c-cppbuiltin.c (c_cpp_builtins): Define __BIGGEST_ALIGNMENT__.
10735
10736 * defaults.h (ATTRIBUTE_ALIGNED_VALUE): New.
10737 * config/i386/i386.h (ATTRIBUTE_ALIGNED_VALUE): Likewise.
10738
10739 * doc/extend.texi: Update __attribute__ ((aligned)). Document
10740 __BIGGEST_ALIGNMENT__.
10741
10742 * doc/tm.texi: Document ATTRIBUTE_ALIGNED_VALUE.
10743
890065bf
RG
107442009-01-18 Richard Guenther <rguenther@suse.de>
10745
10746 PR tree-optimization/38819
10747 * tree-flow.h (operation_could_trap_helper_p): Declare.
10748 * tree-eh.c (operation_could_trap_helper_p): Export.
10749 * tree-ssa-sccvn.h (vn_nary_may_trap): Declare.
10750 * tree-ssa-sccvn.c (vn_nary_may_trap): New function.
10751 * tree-ssa-pre.c (insert_into_preds_of_block): Check if we
10752 are about to insert a possibly trapping instruction and fail
10753 in this case.
10754
a729d731
AS
107552009-01-18 Andreas Schwab <schwab@suse.de>
10756
10757 * doc/install.texi (Configuration): Remove obsolete paragraph
10758 about use of --with-gnu-ld with --with-gnu-as.
10759
a640c13b
KH
107602009-01-18 Kazu Hirata <kazu@codesourcery.com>
10761
10762 * doc/extend.texi, doc/gimple.texi, doc/invoke.texi,
10763 doc/md.texi, doc/sourcebuild.texi, doc/tm.texi: Fix typos.
10764 Follow spelling conventions.
10765
dba2cc0c
BE
107662009-01-18 Ben Elliston <bje@au.ibm.com>
10767
10768 * bitmap.c (bitmap_obstack_alloc_stat): Adjust cast to eliminate
10769 C++ warning about implicit conversion from void * to struct
10770 bitmap_head_def *.
10771 (bitmap_obstack_free): Likewise for bitmap_element *.
bc127c63 10772 * Makefile.in (bitmap.o-warn): Remove.
dba2cc0c 10773
2207a498
DK
107742009-01-17 Dave Korn <dave.korn.cygwin@gmail.com>
10775
10776 * Makefile.in (BACKENDLIBS): Reorder to match dependencies.
10777
8137e465
SP
107782009-01-17 Sebastian Pop <sebastian.pop@amd.com>
10779 Tobias Grosser <tobi.grosser@amd.com>
10780
10781 * graphite.c (graphite_trans_scop_block): Do not block single
10782 nested loops.
10783
5be1c58c
AO
107842009-01-16 Alexandre Oliva <aoliva@redhat.com>
10785
10786 * ebitmap.h (ebitmap_iter_init): Initialize all fields.
10787 * ipa-struct-reorg.c (gen_struct_type): Replace known-true
10788 test with assertion.
10789
786ce82d
RG
107902009-01-16 Richard Guenther <rguenther@suse.de>
10791
10792 PR tree-optimization/38835
10793 PR middle-end/36227
10794 * fold-const.c (fold_binary): Remove PTR + INT -> (INT)(PTR p+ INT)
10795 and INT + PTR -> (INT)(PTR p+ INT) folding.
10796 * tree-ssa-address.c (create_mem_ref): Properly use POINTER_PLUS_EXPR.
10797
c1cb09ad
AN
107982009-01-16 Adam Nemet <anemet@caviumnetworks.com>
10799
10800 PR target/38554
10801 * expmed.c (expand_shift): With SHIFT_COUNT_TRUNCATED, don't lift
10802 the subreg from a lowpart subreg if it is also casting the value.
10803
bcab4e19
SP
108042009-01-16 Sebastian Pop <sebastian.pop@amd.com>
10805 Tobias Grosser <tobi.grosser@amd.com>
10806
10807 * graphite.c (compare_prefix_loops): New.
10808 (build_scop_canonical_schedules): Rewritten.
10809 (graphite_transform_loops): Move build_scop_canonical_schedules
10810 after build_scop_iteration_domain.
10811
0b040072
SP
108122009-01-16 Sebastian Pop <sebastian.pop@amd.com>
10813 Tobias Grosser <tobi.grosser@amd.com>
10814
2ba9daa7 10815 * graphite.c (add_conditions_to_domain): Add the loops to
0b040072
SP
10816 the dimension of the iteration domain. Do copy the domain
10817 only when it exists.
10818 (build_scop_conditions_1): Do not call add_conditions_to_domain.
10819 (add_conditions_to_constraints): New.
10820 (can_generate_code_stmt, can_generate_code): Removed.
10821 (gloog): Do not call can_generate_code.
10822 (graphite_transform_loops): Call add_conditions_to_constraints
10823 after building the iteration domain.
10824
56c6a499
JJ
108252009-01-16 Jakub Jelinek <jakub@redhat.com>
10826
10827 PR tree-optimization/38789
10828 * tree-ssa-threadedge.c
10829 (record_temporary_equivalences_from_stmts_at_dest): Ignore calls to
10830 __builtin_constant_p.
10831
c95b2534 108322009-01-16 Kenneth Zadeck <zadeck@naturalbridge.com>
cd3f1729
KZ
10833
10834 * dce.c (delete_unmarked_insns): Reversed the order that insns are
10835 examined before deleting them.
2ba9daa7 10836
c433cb14
RE
108372009-01-16 Richard Earnshaw <rearnsha@arm.com>
10838
10839 * function.c (aggregate_value_p): Correctly extract the function
10840 type from CALL_EXPR_FN lookup.
10841
c95b2534 108422009-01-16 Hariharan Sandanagobalane <hariharan@picochip.com>
27d62fa4
HS
10843
10844 * config/picochip/picochip.c (picochip_override_options): Revert
10845 CFI asm flag disable commited previously.
10846
c77bb78f
SP
108472009-01-15 Sebastian Pop <sebastian.pop@amd.com>
10848 Tobias Grosser <tobi.grosser@amd.com>
10849 Jan Sjodin <jan.sjodin@amd.com>
10850
10851 * graphite.c (scan_tree_for_params): On substractions negate
10852 all the coefficients of the term.
10853 (clast_to_gcc_expression_red): New. Handle reduction expressions
10854 of more than two operands.
10855 (clast_to_gcc_expression): Call clast_to_gcc_expression_red.
10856 (get_vdef_before_scop): Handle also the case of default definitions.
10857
574af2d6
RS
108582009-01-15 Richard Sandiford <rdsandiford@googlemail.com>
10859
10860 * caller-save.c (add_used_regs_1, add_used_regs): New functions.
10861 (insert_one_insn): Use them instead of REG_DEAD and REG_INC notes.
10862 Also use them when walking CALL_INSN_FUNCTION_USAGE.
10863
e939805b
L
108642009-01-15 H.J. Lu <hongjiu.lu@intel.com>
10865 Joey Ye <joey.ye@intel.com>
10866
10867 PR middle-end/37843
10868 * cfgexpand.c (expand_stack_alignment): Don't update stack
10869 boundary nor check incoming stack boundary here.
10870 (gimple_expand_cfg): Update stack boundary and check incoming
10871 stack boundary here.
10872
c95b2534 108732009-01-15 Kenneth Zadeck <zadeck@naturalbridge.com>
750900db 10874
435da628 10875 * dce.c (find_call_stack_args, delete_unmarked_insns): Fixed comments.
2ba9daa7 10876
0196c95e
JJ
108772009-01-14 Jakub Jelinek <jakub@redhat.com>
10878
10879 PR rtl-optimization/38245
10880 * calls.c (expand_call): Add stack arguments to
10881 CALL_INSN_FUNCTION_USAGE even for pure calls (when
10882 ACCUMULATE_OUTGOING_ARGS) and even for args partially passed
10883 in regs and partially in memory or BLKmode arguments.
10884 (emit_library_call_value_1): Add stack arguments to
10885 CALL_INSN_FUNCTION_USAGE even for pure calls (when
10886 ACCUMULATE_OUTGOING_ARGS).
10887 * dce.c: Include tm_p.h.
10888 (find_call_stack_args): New function.
10889 (deletable_insn_p): Call it for CALL_P insns. Add ARG_STORES
10890 argument.
10891 (mark_insn): Call find_call_stack_args for CALL_Ps.
10892 (prescan_insns_for_dce): Walk insns backwards in bb rather than
10893 forwards. Allocate and free arg_stores bitmap if needed, pass it
10894 down to deletable_insn_p, don't mark stores set in arg_stores
10895 bitmap, clear the bitmap at the beginning of each bb.
10896 * Makefile.in (dce.o): Depend on $(TM_P_H).
10897
6df6bcfa
MM
108982009-01-14 Michael Meissner <gnu@the-meissners.org>
10899
10900 PR target/22599
435da628
UB
10901 * config/i386/i386.c (print_operand): Add tests for 'D', 'C', 'F', 'f'
10902 to make sure the insn is a conditional test (bug 22599). Reformat a
10903 few long lines.
6df6bcfa 10904
765ec70c
SP
109052009-01-14 Sebastian Pop <sebastian.pop@amd.com>
10906
10907 PR middle-end/38431
10908 * graphite.c (get_vdef_before_scop, scop_adjust_vphi): New.
10909 (scop_adjust_phis_for_liveouts): Call scop_adjust_vphi.
10910 (gloog): Do not call cleanup_tree_cfg.
2ba9daa7 10911 (graphite_transform_loops): Call cleanup_tree_cfg after all
765ec70c
SP
10912 scops have been code generated.
10913
7de2b688
BS
109142009-01-14 Basile Starynkevitch <basile@starynkevitch.net>
10915 * doc/gty.texi (Invoking the garbage collector): Added new node
10916 and section documenting ggc_collect.
10917
10bd6c5c
RG
109182009-01-14 Richard Guenther <rguenther@suse.de>
10919
10920 PR tree-optimization/38826
10921 PR middle-end/38477
10922 * tree-ssa-structalias.c (emit_alias_warning): Emit the pointer
10923 initialization notes only if we actually emitted a warning.
10924 (intra_create_variable_infos): Add constraints for a result decl
10925 that is passed by hidden reference.
10926 (build_pred_graph): Mark all related variables non-direct on
10927 address-taking.
10928
9c7c70ee
NC
109292009-01-14 Nick Clifton <nickc@redhat.com>
10930
10931 * ira-conflicts.c: Include addresses.h for the definition of
10932 base_reg_class.
435da628
UB
10933 (ira_build_conflicts): Use base_reg_class instead of BASE_REG_CLASS.
10934 * Makefile.in: Add a dependency of ira-conflicts.o on addresses.h.
9c7c70ee 10935
cf0c2a60
VM
109362009-01-13 Vladimir Makarov <vmakarov@redhat.com>
10937
10938 PR target/38811
10939 * Makefile.in (ira-lives.o): Add except.h.
10940
10941 * ira-lives.c: Include except.h.
10942 (process_bb_node_lives): Process can_throw_internal.
10943
d3302fd3
JJ
109442009-01-13 Jakub Jelinek <jakub@redhat.com>
10945
10946 PR rtl-optimization/38774
10947 * combine.c (simplify_set): When undoing cc_use change, don't do
10948 PUT_CODE on the newly created comparison, but instead put back the
10949 old comparison.
10950
7ab23fd0
JM
109512009-01-13 Joseph Myers <joseph@codesourcery.com>
10952
10953 * doc/invoke.texi (ARM Options): Update lists of -mcpu and -march
10954 values. Remove duplicate arm8 entry.
10955
f9344488
SP
109562009-01-13 Sebastian Pop <sebastian.pop@amd.com>
10957
10958 PR tree-optimization/38786
10959 * graphite.c (expand_scalar_variables_ssa_name): New, outlined from
10960 the SSA_NAME case of expand_scalar_variables_expr.
10961 Set the type of an expression to the type of its assign statement.
10962 (expand_scalar_variables_expr): Also gather the scalar computation
10963 used to index the memory access. Do not pass loop_p.
10964 Fix comment. Stop recursion on tcc_constant or tcc_declaration.
10965 (expand_scalar_variables_stmt): Pass to expand_scalar_variables_expr
bef3c57b
UB
10966 the gimple_stmt_iterator where it inserts new code.
10967 Do not pass loop_p.
f9344488
SP
10968 (copy_bb_and_scalar_dependences): Do not pass loop_p.
10969 (translate_clast): Update call to copy_bb_and_scalar_dependences.
10970
2d8bb84d
SP
109712009-01-13 Sebastian Pop <sebastian.pop@amd.com>
10972
10973 * graphite.h (debug_value): Removed.
10974 * graphite.c (debug_value): Removed.
10975
ff128632
RE
109762009-01-13 Richard Earnshaw <rearnsha@arm.com>
10977
435da628
UB
10978 * config/arm/arm.c (output_move_double): Don't synthesize thumb-2
10979 ldrd/strd with two 32-bit instructions.
ff128632 10980
d5a0a47b
RE
109812009-01-13 Richard Earnshaw <rearnsha@arm.com>
10982
435da628
UB
10983 * config/arm/arm.c (struct processors): Pass for speed down into
10984 cost helper functions.
d5a0a47b
RE
10985 (const_ok_for_op): Handle COMPARE and inequality nodes.
10986 (arm_rtx_costs_1): Rewrite.
10987 (arm_size_rtx_costs): Update prototype.
10988 (arm_rtx_costs): Pass speed down to helper functions.
10989 (arm_slowmul_rtx_costs): Rework cost calculations.
10990 (arm_fastmul_rtx_costs, arm_xscale_rtx_costs): Likewise.
10991 (arm_9e_rtx_costs): Likewise.
10992
26d5bf5b
UB
109932009-01-13 Uros Bizjak <ubizjak@gmail.com>
10994
10995 * config/alpha/alpha.c (alpha_legitimate_address_p): Explicit
435da628 10996 relocations of local symbols wider than UNITS_PER_WORD are not valid.
26d5bf5b
UB
10997 (alpha_legitimize_address): Do not split local symbols wider than
10998 UNITS_PER_WORD into HIGH/LO_SUM parts.
10999
5d14e3d5
DS
110002009-01-13 Danny Smith <dannysmith@users.sourceforge.net>
11001
11002 PR bootstrap/38580
11003 * gcc.c (process_command): Replace call to execvp with calls
11004 to pex_one and exit.
11005
33faafca
AS
110062009-01-03 Anatoly Sokolov <aesok@post.ru>
11007
11008 PR target/29141
11009 * config/avr/t-avr (LIB1ASMFUNCS): Add _tablejump_elpm.
11010 * config/avr/libgcc.S (__do_global_ctors, __do_global_dtors): Add
11011 variant for devices with 3-byte PC.
ba20e309 11012 (__tablejump_elpm__): New.
33faafca 11013
634b5df5
JJ
110142009-01-12 Jakub Jelinek <jakub@redhat.com>
11015
11016 PR c/32041
11017 * c-parser.c (c_parser_postfix_expression): Allow `->' in
11018 offsetof member-designator, handle it as `[0].'.
11019
2842bb86
JDA
110202009-01-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
11021
11022 * pa.c (pa_asm_output_mi_thunk): Use pc-relative branch to thunk
11023 function when not using named sections on targets with named sections
11024 if branch distance is less than 262132.
11025
76ee70f6
RE
110262009-01-12 Richard Earnshaw <rearnsha@arm.com>
11027
11028 * combine.c (combine_instructions): Recompute
11029 optimize_this_for_speed_p for each BB in the main combine loop.
11030
f56e675d
TB
110312009-01-12 Tomas Bily <tbily@suse.cz>
11032
11033 PR middlend/38385
26d5bf5b
UB
11034 * tree-loop-distribution.c (prop_phis): New function.
11035 (generate_builtin): Call prop_phis.
11036 * testsuite/gcc.dg/tree-ssa/pr38385.c: New file.
f56e675d 11037
c2152239
JJ
110382009-01-12 Jakub Jelinek <jakub@redhat.com>
11039
11040 PR tree-optimization/38807
11041 * tree-ssa-reassoc.c (remove_visited_stmt_chain): Don't look at
11042 gimple_visited_p unless stmt is GIMPLE_ASSIGN.
11043
0e510b3e
AN
110442009-01-11 Adam Nemet <anemet@caviumnetworks.com>
11045
11046 * expmed.c (store_bit_field_1): Properly truncate the paradoxical
11047 subreg of op0 to the original op0.
11048
c95b2534 110492009-01-11 Laurent GUERBY <laurent@guerby.net>
10270471
LG
11050
11051 * doc/sourcebuild.texi (Source Tree): Move up intl and fixinc.
2ba9daa7 11052
53a7ff9a
MS
110532009-01-11 Markus Schoepflin <markus.schoepflin@comsoft.de>
11054
11055 PR debug/7055
60839f5d 11056 * mips-tfile.c (parse_def): Fix parsing of def strings
53a7ff9a
MS
11057 starting with digits.
11058
b3a796bc
JJ
110592009-01-10 Jakub Jelinek <jakub@redhat.com>
11060
11061 PR target/38695
11062 * config/arm/arm.c (arm_is_long_call_p): Don't call
11063 arm_function_in_section_p if decl isn't a FUNCTION_DECL.
11064
b21b850e
SB
110652009-01-09 Steven Bosscher <steven@gcc.gnu.org>
11066
11067 * regrename.c (regrename_optimize): Fix dumping.
11068 (find_oldest_value_reg): Preserve REG_POINTER.
11069 (copy_hardreg_forward_1): Likewise.
11070
e0e10d3a
DN
110712009-01-09 Diego Novillo <dnovillo@google.com>
11072
bf9b2cc9 11073 * gimple.h (struct gimple_statement_base) <uid>: Document
e0e10d3a
DN
11074 the restrictions on its use.
11075 (gimple_uid): Tidy.
11076 (gimple_set_uid): Tidy.
11077
c9da2ae8
JJ
110782009-01-09 Jakub Jelinek <jakub@redhat.com>
11079
11080 * config/i386/i386.c (ix86_expand_movmem, ix86_expand_setmem): Add
11081 zero guard even if align_bytes != 0 and count is smaller than
11082 size_needed.
11083
38432148 110842009-01-09 Vladimir Makarov <vmakarov@redhat.com>
a174c19c
VM
11085
11086 PR rtl-optimization/38495
26d5bf5b 11087 * ira-emit.c (print_move_list, ira_debug_move_list): New functions.
a174c19c
VM
11088 (add_range_and_copies_from_move_list): Print all added ranges.
11089 Add ranges to memory optimized destination.
11090
260fda3d
JJ
110912009-01-09 Jakub Jelinek <jakub@redhat.com>
11092
6f6278ad
JJ
11093 PR target/38686
11094 PR target/38708
11095 * config/i386/i386.c (override_options): Reject
11096 -mstringop-strategy=rep_8byte with -m32.
11097 (ix86_expand_movmem): For size_needed == 1 set epilogue_size_needed
11098 to 1. Do count comparison against epilogue_size_needed at compile
11099 time even when count_exp was constant forced into register. For
11100 size_needed don't jump to epilogue, instead just avoid aligning
11101 and invoke the body algorithm. If need_zero_guard, add zero guard
11102 even if count is non-zero, but smaller than size_needed + number of
11103 bytes that could be stored for alignment.
11104 (ix86_expand_setmem): For size_needed == 1 set epilogue_size_needed
11105 to 1. If need_zero_guard, add zero guard even if count is non-zero,
11106 but smaller than size_needed + number of bytes that could be stored
11107 for alignment. Compare size_needed with epilogue_size_needed instead
11108 of desired_align - align, don't adjust size_needed, pass
11109 epilogue_size_needed to the epilogue expanders.
11110
260fda3d 11111 PR c/35742
26d5bf5b 11112 * c-pretty-print.c (pp_c_expression): Handle GOTO_EXPR like BIND_EXPR.
260fda3d 11113
67b846fa
JDA
111142009-01-09 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
11115
11116 * pa.c (last_address): Change to unsigned.
11117 (update_total_code_bytes): Change argument to unsigned. Don't
11118 check if insn addresses are set.
11119 (pa_output_function_epilogue): Set last_address to UINT_MAX if insn
11120 addresses are not set.
11121 (pa_asm_output_mi_thunk): Handle wrap when updating last_address.
11122
91c82473
NC
111232009-01-09 Nick Clifton <nickc@redhat.com>
11124
11125 * config/sh/symbian.c: Replace uses of DECL_INLINE with
11126 DECL_DECLARED_INLINE_P.
11127
4017e262
JJ
111282009-01-09 Jakub Jelinek <jakub@redhat.com>
11129
0a49e5c2
JJ
11130 PR middle-end/38347
11131 * dojump.c (do_jump_by_parts_zero_rtx): Use mode instead of
11132 GET_MODE (op0) in operand_subword_force calls.
11133
4017e262
JJ
11134 PR middle-end/38771
11135 * fold-const.c (fold_unary): For COMPOUND_EXPR and COND_EXPR,
11136 fold_convert arg0 operands to TREE_TYPE (op0) first.
11137
7cd06356
VM
111382009-01-08 Vladimir Makarov <vmakarov@redhat.com>
11139
11140 * params.def (ira-max-conflict-table-size): Decrease default value
11141 to 1000.
11142
96867bbd
JJ
111432009-01-08 Jakub Jelinek <jakub@redhat.com>
11144
11145 PR tree-optimization/37031
11146 * lambda-code.c (lambda_collect_parameters): Call pointer_set_destroy
11147 on parameter_set.
11148 (build_access_matrix): Reserve correct size for AM_MATRIX vector,
11149 allocate it using gc instead of heap, use VEC_quick_push instead of
11150 VEC_safe_push.
11151 * graphite.c (build_access_matrix): Allocate AM_MATRIX vector using gc
11152 instead of heap, use VEC_quick_push instead of VEC_safe_push.
11153 * tree-data-ref.h (struct access_matrix): Change matrix to gc
11154 allocated vector from heap allocated.
11155 * lambda.h: Add DEF_VEC_ALLOC_P for gc allocated lambda_vector.
11156 * tree-loop-linear.c (linear_transform_loops): Allocate nest
11157 vector only after perfect_loop_nest_depth call.
11158
68f61c3d
SP
111592009-01-08 Sebastian Pop <sebastian.pop@amd.com>
11160 Jan Sjodin <jan.sjodin@amd.com>
11161
11162 PR tree-optimization/38559
11163 * graphite.c (debug_value, copy_constraint,
11164 swap_constraint_variables, scale_constraint_variable, ): New.
11165 (get_lower_bound, get_upper_bound): Removed.
11166 (graphite_trans_bb_strip_mine): Clean up this code that works
11167 only for constant number of iterations. Fully copy upper and
11168 lower bound constraints, not only the constant part of them.
11169 * graphite.h (debug_value): Declared.
11170
82567e33
IR
111712009-01-08 Ira Rosen <irar@il.ibm.com>
11172
11173 PR tree-optimization/37194
11174 * tree-vect-transform.c (vect_estimate_min_profitable_iters):
2ba9daa7 11175 Don't add the cost of cost model guard in prologue to scalar
82567e33
IR
11176 outside cost in case of known number of iterations.
11177
7da13f1d
NF
111782009-01-07 Nathan Froyd <froydnj@codesourcery.com>
11179 Alan Modra <amodra@bigpond.net.au>
11180
11181 * config/rs6000/rs6000.c (rs6000_legitimize_address): Check for
11182 non-word-aligned REG+CONST addressing.
11183
c0f64575
UB
111842009-01-07 Uros Bizjak <ubizjak@gmail.com>
11185
11186 PR target/38706
11187 * config/alpha/alpha.c (alpha_end_function): For TARGET_ABI_OSF, call
11188 free_after_compilation when outputting a thunk.
11189 (alpha_output_mi_thunk_osf): Assert that we are processing a thunk.
11190 Do not call free_after_compilation here.
11191
301b6a4e
UB
111922009-01-07 Uros Bizjak <ubizjak@gmail.com>
11193
11194 * config/i386/i386.c (ix86_target_string): Use ARRAY_SIZE.
301b6a4e
UB
11195 (ix86_valid_target_attribute_inner_p): Ditto.
11196
6a114766
JS
111972009-01-07 Jan Sjodin <jan.sjodin@amd.com>
11198
11199 PR tree-optimization/38492
11200 PR tree-optimization/38498
11201 * tree-check.c (operator_is_linear, scev_is_linear_expression): New.
11202 * tree-chrec.h (scev_is_linear_expression): Declared.
11203 * graphite.c (graphite_cannot_represent_loop_niter): New.
11204 (scopdet_basic_block_info): Call graphite_cannot_represent_loop_niter.
11205 (graphite_loop_normal_form): Use gcc_assert.
11206 (scan_tree_for_params): Use CASE_CONVERT.
11207 (phi_node_is_iv, bb_contains_non_iv_scalar_phi_nodes): New.
11208 (build_scop_conditions_1): Call bb_contains_non_iv_scalar_phi_nodes.
11209 Use gcc_assert. Discard scops that contain unhandled cases.
11210 (build_scop_conditions): Return a boolean status for unhandled cases.
11211 (strip_mine_profitable_p): Print the loop number, not its depth.
11212 (is_interchange_valid): Pass the depth of the loop nest, don't
11213 recompute it wrongly.
11214 (graphite_trans_bb_block): Same.
11215 (graphite_trans_bb_block): Print tentative of loop blocking.
11216 (graphite_trans_scop_block): Do not print that the loop has been
11217 blocked.
11218 (graphite_transform_loops): Do not handle scops that contain condition
11219 scalar phi nodes.
11220
65b82caa
L
112212009-01-07 H.J. Lu <hongjiu.lu@intel.com>
11222
11223 AVX Programming Reference (December, 2008)
11224 * config/i386/avxintrin.h (_mm256_stream_si256): New.
11225 (_mm256_stream_pd): Likewise.
11226 (_mm256_stream_ps): Likewise.
11227
11228 * config/i386/i386.c (ix86_builtins): Add IX86_BUILTIN_MOVNTDQ256,
11229 IX86_BUILTIN_MOVNTPD256 and IX86_BUILTIN_MOVNTPS256.
11230 (ix86_special_builtin_type): Add VOID_FTYPE_PV4DI_V4DI.
11231 (bdesc_special_args): Add __builtin_ia32_movntdq256,
11232 __builtin_ia32_movntpd256 and __builtin_ia32_movntps256.
11233 (ix86_init_mmx_sse_builtins): Handle VOID_FTYPE_PV4DI_V4DI.
11234 (ix86_expand_special_args_builtin): Likewise.
11235
11236 * config/i386/sse.md (AVXMODEDI): New.
11237 (avx_movnt<mode>): Likewise.
11238 (avx_movnt<mode>): Likewise.
11239 (<sse>_movnt<mode>): Remove AVX support.
11240 (sse2_movntv2di): Likewise.
11241
cef158f9
RG
112422009-01-07 Richard Guenther <rguenther@suse.de>
11243
11244 PR middle-end/38751
11245 * fold-const.c (extract_muldiv): Remove obsolete comment.
11246 (fold_plusminus_mult_expr): Undo MINUS_EXPR
11247 to PLUS_EXPR canonicalization for the canonicalization.
11248
246cb5be
GP
112492009-01-07 Gerald Pfeifer <gerald@pfeifer.com>
11250
11251 * doc/install.texi (alpha*-dec-osf*): Remove note on 32-bit
11252 hosted cross-compilers generating less efficient code.
11253
84b9b872
RS
112542009-01-06 Richard Sandiford <rdsandiford@googlemail.com>
11255
11256 * function.h (rtl_data): Add a dbr_scheduled_p field.
11257 * reorg.c (dbr_schedule): Set it.
11258 (gate_handle_delay_slots): Check it.
11259 * config/mips/mips.c (mips_base_delayed_branch): Delete.
11260 (mips_reorg): Check flag_delayed_branch instead of
11261 mips_base_delayed_branch.
11262 (mips_override_options): Don't set mips_base_delayed_branch
11263 or flag_delayed_branch.
11264
ace984c8
RS
112652009-01-06 Richard Sandiford <rdsandiford@googlemail.com>
11266
11267 PR rtl-optimization/38426.
11268 * ira.c (ira): Set current_function_is_leaf earlier.
11269
7ad7809b
JJ
112702009-01-06 Jakub Jelinek <jakub@redhat.com>
11271
11272 PR rtl-optimization/38722
11273 * combine.c (try_combine): Don't modify PATTERN (i3) and notes
11274 too early, only set a flag and modify after last possible
11275 undo_all point.
11276
c52ec948
JJ
112772009-01-06 Janis Johnson <janis187@us.ibm.com>
11278
11279 PR c/34252
11280 * ginclude/float.h: Rename DECnn_DEN to DECnn_SUBNORMAL_MIN.
11281 * real.c (decimal_single_format): Correct values of emin and emax.
11282 (decimal_double_format): Ditto.
11283 (decimal_quad_format): Ditto.
11284 * c-cppbuiltin.c (builtin_define_decimal_float_constants): Adjust
11285 computation of DECnn_MIN and DECnn_MAX for corrected values of
11286 emin and emax. Define __DECnn_SUBNORMAL_MIN__ instead of
11287 __DECnn_MIN__, and adjust its computation for the corrected value
11288 of emin.
11289
300240e1
JH
112902009-01-06 Jan Hubicka <jh@suse.cz>
11291
11292 PR target/38744
435da628 11293 * config/i386/i386.c (ix86_expand_call): Use ARRAY_SIZE.
300240e1 11294
271c069e
GP
112952009-01-06 Gerald Pfeifer <gerald@pfeifer.com>
11296
11297 * doc/contrib.texi (Contributors): Slightly adjust the end note.
11298 Add Robert Clark to the list of testers.
11299
64e4c301 113002009-01-06 Jan Hubicka <jh@suse.cz>
c95b2534 11301 Kai Tietz <kai.tietz@onevision.com>
64e4c301 11302
435da628
UB
11303 * config/i386/i386.md (*msabi_syvabi): Add SSE regs clobbers.
11304 * config/i386/i386.c (ix86_expand_call): Add clobbers.
64e4c301 11305
7650b83e 113062009-01-06 Jan Hubicka <jh@suse.cz>
c95b2534 11307 Kai Tietz <kai.tietz@onevision.com>
7650b83e 11308
435da628
UB
11309 * config/i386/i386.h (CONDITIONAL_CALL_USAGE): SSE regs are not used
11310 for w64 ABI.
11311 * config/i386/i386.c (struct ix86_frame): Add padding0 and nsseregs.
7650b83e
JH
11312 (ix86_nsaved_regs): Count only general purpose regs.
11313 (ix86_nsaved_sseregs): New.
11314 (ix86_compute_frame_layout): Update nsseregs; set preferred alignment
11315 to 16 for w64; compute padding and size of sse reg save area.
301b6a4e
UB
11316 (ix86_emit_save_regs, ix86_emit_save_regs_using_mov): Save only
11317 general purpose regs.
7650b83e
JH
11318 (ix86_emit_save_sse_regs_using_mov): New.
11319 (ix86_expand_prologue): Save SSE regs if needed.
11320 (ix86_emit_restore_regs_using_mov): Use only general purpose regs.
11321 (ix86_emit_restore_sse_regs_using_mov): New.
11322 (ix86_expand_epilogue): Save SSE regs if needed.
11323
9aa5c1b2 113242009-01-06 Jan Hubicka <jh@suse.cz>
c95b2534 11325 Kai Tietz <kai.tietz@onevision.com>
9aa5c1b2 11326
435da628
UB
11327 * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Enable for MSABI
11328 * config/i386/i386.c (init_cumulative_args): Disallow calls of MSABI
11329 functions when accumulate outgoing args is off.
9aa5c1b2 11330
f7556aae
L
113312009-01-06 H.J. Lu <hongjiu.lu@intel.com>
11332
11333 PR bootstrap/38742
11334 * ira-color.c (ira_reuse_stack_slot): Check ENABLE_IRA_CHECKING
11335 before using pseudos_have_intersected_live_ranges_p.
11336
11337 * ira-int.h (ira_assert): Always define.
11338
e47b7d04
L
113392009-01-06 H.J. Lu <hongjiu.lu@intel.com>
11340
11341 AVX Programming Reference (December, 2008)
11342 * config/i386/avxintrin.h (_mm_permute2_pd): Removed.
11343 (_mm256_permute2_pd): Likewise.
11344 (_mm_permute2_ps): Likewise.
11345 (_mm256_permute2_ps): Likewise.
11346 * config/i386/i386.md (UNSPEC_VPERMIL2): Likewise.
11347 * config/i386/sse.md (avx_vpermil2<mode>3): Likewise.
11348
11349 * config/i386/i386.c (ix86_builtins): Remove
11350 IX86_BUILTIN_VPERMIL2PD, IX86_BUILTIN_VPERMIL2PS,
11351 IX86_BUILTIN_VPERMIL2PD256 and IX86_BUILTIN_VPERMIL2PS256.
11352 (ix86_builtin_type): Remove V8SF_FTYPE_V8SF_V8SF_V8SI_INT,
11353 V4DF_FTYPE_V4DF_V4DF_V4DI_INT, V4SF_FTYPE_V4SF_V4SF_V4SI_INT
11354 and V2DF_FTYPE_V2DF_V2DF_V2DI_INT.
11355 (bdesc_args): Remove __builtin_ia32_vpermil2pd,
11356 __builtin_ia32_vpermil2ps, __builtin_ia32_vpermil2pd256 and
11357 __builtin_ia32_vpermil2ps256.
11358 (ix86_init_mmx_sse_builtins): Updated.
11359 (ix86_expand_args_builtin): Likewise.
11360
44b86471
JDA
113612009-01-05 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
11362
e47b7d04
L
11363 * pa.c (output_call): Relocate non-jump insns in the delay slot of
11364 long absolute calls when generating PA 2.0 code.
44b86471 11365
311aab06
VM
113662009-01-05 Vladimir Makarov <vmakarov@redhat.com>
11367
11368 PR rtl-optimization/38583
11369 * params.h (IRA_MAX_CONFLICT_TABLE_SIZE): New macro.
11370
11371 * params.def (ira-max-conflict-table-size): New.
11372
11373 * doc/invoke.texi (ira-max-conflict-table-size): Decribe.
2ba9daa7 11374
311aab06 11375 * ira.h (ira_conflicts_p): New external definition.
2ba9daa7 11376
311aab06
VM
11377 * ira-conflicts.c (build_conflict_bit_table): Do not build too big
11378 table. Report this. Return result of building.
11379 (ira_build_conflicts): Use ira_conflicts_p. Check result of
11380 building conflict table.
11381
301b6a4e 11382 * ira-color.c (fast_allocation): Use num instead of ira_allocnos_num.
311aab06 11383 (ira_color): Use ira_conflicts_p.
2ba9daa7 11384
311aab06
VM
11385 * global.c: Include ira.h.
11386 (pseudo_for_reload_consideration_p, build_insn_chain): Use
11387 ira_conflicts_p.
11388
11389 * Makefile.in (global.o): Add ira.h.
2ba9daa7 11390
311aab06
VM
11391 * ira-build.c (mark_all_loops_for_removal,
11392 propagate_some_info_from_allocno): New.
11393 (remove_unnecessary_allocnos): Call
11394 propagate_some_info_from_allocno.
11395 (remove_low_level_allocnos): New.
11396 (remove_unnecessary_regions): Add parameter. Call
11397 mark_all_loops_for_removal and remove_low_level_allocnos. Pass
11398 parameter to remove_unnecessary_regions.
11399 (ira_build): Remove all regions but root if the conflict table was
11400 not built. Update conflict hard regs for allocnos crossing calls.
11401
11402 * ira.c (ira_conflicts_p): New global.
11403 (ira): Define and use ira_conflicts_p.
11404
11405 * reload1.c (compute_use_by_pseudos, reload, count_pseudo,
11406 count_spilled_pseudo, find_reg, alter_reg, finish_spills,
301b6a4e 11407 emit_input_reload_insns, delete_output_reload): Use ira_conflicts_p.
2ba9daa7 11408
5641785f
BE
114092009-01-06 Ben Elliston <bje@au.ibm.com>
11410
11411 * gengtype-lex.l (YY_NO_INPUT): Define.
11412
e4e5261f
AP
114132009-01-05 Andrew Pinski <andrew_pinski@playstation.sony.com>
11414
11415 PR c/34911
5641785f
BE
11416 * c-common.c (handle_vector_size_attribute): Also reject
11417 BOOLEAN_TYPE types.
e4e5261f 11418
7b10257f
SP
114192009-01-05 Sebastian Pop <sebastian.pop@amd.com>
11420
11421 PR tree-optimization/38492
11422 * graphite.c (rename_map_elt, debug_rename_elt,
301b6a4e
UB
11423 debug_rename_map_1, debug_rename_map, new_rename_map_elt,
11424 rename_map_elt_info, eq_rename_map_elts,
11425 get_new_name_from_old_name, bb_in_sese_p): Moved around.
7b10257f
SP
11426 (sese_find_uses_to_rename_use): Renamed sese_build_livein_liveouts_use.
11427 (sese_find_uses_to_rename_bb): Renamed sese_build_livein_liveouts_bb.
11428 (sese_build_livein_liveouts): New.
11429 (new_sese, free_sese): New.
11430 (new_scop): Call new_sese.
11431 (free_scop): Call free_sese.
11432 (rename_variables_from_edge, rename_phis_end_scop): Removed.
11433 (register_old_new_names): Renamed register_old_and_new_names.
11434 (register_scop_liveout_renames, add_loop_exit_phis,
11435 insert_loop_close_phis, struct igp,
11436 default_liveout_before_guard, add_guard_exit_phis,
11437 insert_guard_phis, copy_renames): New.
11438 (translate_clast): Call insert_loop_close_phis and insert_guard_phis.
11439 (sese_add_exit_phis_edge): Renamed scop_add_exit_phis_edge.
11440 (rewrite_into_sese_closed_ssa): Renamed scop_insert_phis_for_liveouts.
11441 (scop_adjust_phis_for_liveouts): New.
11442 (gloog): Call scop_adjust_phis_for_liveouts.
11443
11444 * graphite.h (struct sese): Documented. Added fields liveout,
301b6a4e 11445 num_ver and livein.
7b10257f
SP
11446 (SESE_LIVEOUT, SESE_LIVEIN, SESE_LIVEIN_VER, SESE_NUM_VER): New.
11447 (new_sese, free_sese, sese_build_livein_liveouts): Declared.
11448 (struct scop): Added field liveout_renames.
11449 (SCOP_LIVEOUT_RENAMES): New.
11450
9761fcc7
HJ
114512009-01-05 Harsha Jagasia <harsha.jagasia@amd.com>
11452
11453 PR tree-optimization/38510
11454 * graphite.c (recompute_all_dominators): Call mark_irreducible_loops.
11455 (translate_clast): Call recompute_all_dominators before
11456 graphite_verify.
11457 (gloog): Call recompute_all_dominators before graphite_verify.
11458
114592009-01-05 Harsha Jagasia <harsha.jagasia@amd.com>
c95b2534 11460 Jan Sjodin <jan.sjodin@amd.com>
9761fcc7
HJ
11461
11462 PR tree-optimization/38500
11463 * graphite.c (create_sese_edges): Call fix_loop_structure after
11464 splitting blocks.
11465
c95b2534 114662009-01-05 Joel Sherrill <joel.sherrill@oarcorp.com>
48a01864
JS
11467
11468 * config.gcc: Add m32r*-*-rtems*.
11469 * config/m32r/rtems.h: New file.
11470
fc0cd180
BE
114712009-01-05 Ben Elliston <bje@au.ibm.com>
11472
11473 * Makefile.in (.po.gmo): Use mkinstalldirs, not test -d || mkdir.
11474 (.po.pox): Likewise.
11475 (po/gcc.pot): Likewise.
11476
3106d8e5
DM
114772009-01-04 David S. Miller <davem@davemloft.net>
11478
11479 * config/sparc/sparc.h (SECONDARY_MEMORY_NEEDED_RTX): Delete.
11480 (STARTING_FRAME_OFFSET): Always set to zero.
11481
0009b473
RS
114822009-01-04 Richard Sandiford <rdsandiford@googlemail.com>
11483
11484 * tree.def (LSHIFT_EXPR, RSHIFT_EXPR): Add commentary.
11485 * tree-cfg.c (verify_gimple_assign_binary): Allow shifts of
11486 fixed-point types, and vectors of the same.
11487
4f24c6d6
RS
114882009-01-04 Richard Sandiford <rdsandiford@googlemail.com>
11489
11490 * config/mips/sync.md (*mb_barrier): Rename to...
11491 (*memory_barrier): ...this.
11492
1df48f5c
JW
114932009-01-04 Jonathan Wakely <jwakely.gcc@gmail.com>
11494
11495 * doc/extend.texi (Function Attributes): Move @cindex after @item
eefe5da0 11496 for 'artificial' and 'flatten'. Fix grammar for 'externally_visible'
1df48f5c
JW
11497 and put in alphabetical order. Fix 'target' name and put in order.
11498 * doc/invoke.texi (-Wstrict-null-sentinel, -fipa-matrix-reorg): Fix
11499 typos.
11500
1a8c13b3
UB
115012009-01-04 Uros Bizjak <ubizjak@gmail.com>
11502
11503 * config/s390/s390.md (UNSPEC_MB): Rename from UNSPECV_MB.
11504 (memory_barrier): Expand as unspec instead of unspec_volatile.
11505 Remove mem:BLK from insn operands. Use Pmode scratch register.
11506 (*memory_barrier): Define as unspec instead of unspec_volatile.
11507 Use (match_dup 0) as input operand.
11508
11509 * config/sparc/sparc.md (UNSPEC_MEMBAR): Rename from UNSPECV_MEMBAR.
11510 * config/sparc/sync.md (memory_barrier): Expand as unspec instead of
11511 unspec_volatile. Remove mem:BLK from insn operands. Use Pmode
11512 scratch register. Remove operand 1.
11513 (*stbar): Define as unspec instead of unspec_volatile.
11514 Use (match_dup 0) as input operand, remove (const_int 8).
11515 (*membar): Define as unspec instead of unspec_volatile.
11516 Use (match_dup 0) as input operand, remove input operand 2.
11517
11518 * config/xtensa/xtensa.md (UNSPEC_MEMW): Rename from UNSPECV_MEMW.
11519 (memory_barrier): Expand as unspec instead of unspec_volatile.
11520 Remove mem:BLK from insn operands. Use Pmode scratch register.
11521 (*memory_barrier): Define as unspec instead of unspec_volatile.
11522 Use (match_dup 0) as input operand.
11523
11524 * config/ia64/sync.md (memory_barrier): Redefine as expander pattern.
11525 Remove mem:BLK from insn operands. Use Pmode scratch register.
11526 Set volatile flag on operand 0.
11527 (*memory_barrier): New insn pattern.
11528
11529 * config/rs6000/sync.md (memory_barrier): Remove mem:BLK from
11530 insn operands.
11531 (*memory_barrier): Use (match_dup 0) as input operand.
11532
11533 * config/mips/sync.md (memory_barrier): Redefine as expander pattern.
11534 Remove mem:BLK from insn operands. Use Pmode scratch register.
11535 Set volatile flag on operand 0.
301b6a4e 11536 (*mb_internal): New insn pattern.
1a8c13b3
UB
11537
11538 * config/alpha/sync.md (*memory_barrier): Rename from *mb_internal.
11539
fb0703f7
SB
115402009-01-04 Steven Bosscher <steven@gcc.gnu.org>
11541
11542 PR middle-end/38586
11543 * function.c (struct temp_slot): Move to the section of the file
11544 that deals with temp slots. Remove field 'address'.
11545 (temp_slot_address_table): New hash table of address -> temp slot.
11546 (struct temp_slot_address_entry): New struct, items for the table.
11547 (temp_slot_address_compute_hash, temp_slot_address_hash,
11548 temp_slot_address_eq, insert_temp_slot_address): Support functions
11549 for the new table.
11550 (find_temp_slot_from_address): Rewrite to use the new hash table.
11551 (remove_unused_temp_slot_addresses): Remove addresses of temp
11552 slots that have been made available.
11553 (remove_unused_temp_slot_addresses_1): Call-back for htab_traverse,
11554 worker function for remove_unused_temp_slot_addresses.
11555 (assign_stack_temp_for_type): Don't clear the temp slot address list.
11556 Add the temp slot address to the address -> temp slot map.
11557 (update_temp_slot_address): Update via insert_temp_slot_address.
11558 (free_temp_slots): Call remove_unused_temp_slot_addresses.
11559 (pop_temp_slots): Likewise.
11560 (init_temp_slots): Allocate the address -> temp slot map, or empty
11561 the map if it is already allocated.
11562 (prepare_function_start): Initialize temp slot processing.
11563
b5a430f3
SB
115642009-01-04 Steven Bosscher <steven@gcc.gnu.org>
11565
11566 PR middle-end/38584
11567 * cfgexpand.c (estimate_stack_frame_size): Simplify the estimate:
11568 Calculate the size of all stack vars assuming no packing of stack
11569 vars will happen, replacing a quadratic algorithm with a linear one.
11570
5d560619
JJ
115712009-01-03 Jakub Jelinek <jakub@redhat.com>
11572
11573 PR target/38707
11574 * expmed.c (store_bit_field_1): Don't modify op0 if movstrict insn
11575 can't be used.
11576
953a7caa
DN
115772009-01-03 Diego Novillo <dnovillo@google.com>
11578
11579 * doc/contrib.texi: Update contributions.
11580
5f26a230
JJ
115812009-01-03 Jakub Jelinek <jakub@redhat.com>
11582
493aa551
JJ
11583 PR c++/38705
11584 * builtins.c (fold_builtin_memory_op): Give up if either operand
11585 is volatile. Set srctype or desttype to non-qualified version
11586 of the other type.
11587
5f26a230
JJ
11588 PR c/38700
11589 * builtins.c (fold_builtin_expect): Only check DECL_WEAK for VAR_DECLs
11590 and FUNCTION_DECLs.
11591
c95b2534 115922009-01-02 Kenneth Zadeck <zadeck@naturalbridge.com>
fafe34f9
KZ
11593
11594 PR rtl-optimization/35805
11595 * df-problems.c (df_lr_finalize): Add recursive call to resolve lr
11596 problem if fast dce is able to remove any instructions.
11597 * dce.c (dce_process_block): Fix dump message.
2ba9daa7 11598
0b355794
MM
115992009-01-02 Mark Mitchell <mark@codesourcery.com>
11600
11601 PR 33649
11602 * tree-ssa-pre.c (compute_antic): Correct loop bounds.
11603
0cf0d02b
JJ
116042009-01-02 Jakub Jelinek <jakub@redhat.com>
11605
11606 PR middle-end/38690
11607 * tree-flow.h (op_code_prio, op_prio): New prototypes.
11608 * tree-pretty-print.c (op_code_prio): New function.
11609 (op_prio): No longer static. Use op_code_prio.
11610 * gimple-pretty-print.c (dump_unary_rhs, dump_binary_rhs):
11611 Use op_prio and op_code_prio to determine if () should be
11612 printed around operand(s) or not.
11613
11614 * gimple-pretty-print.c (dump_unary_rhs, dump_binary_rhs,
11615 dump_gimple_call, dump_gimple_switch, dump_gimple_cond,
11616 dump_gimple_label, dump_gimple_try, dump_symbols, dump_gimple_phi,
11617 dump_gimple_mem_ops, dump_bb_header, dump_bb_end, pp_cfg_jump): Use
11618 pp_character instead of pp_string for single letter printing.
11619
e3606f3b
RS
116202009-01-02 Richard Sandiford <rdsandiford@googlemail.com>
11621
11622 * doc/extend.texi: Fix '#pragma GCC option' typo.
11623
c95b2534 116242009-01-02 Richard Guenther <rguenther@suse.de>
00f39bd5 11625
a5f061dc
RG
11626 * doc/install.texi (--enable-checking): Mention different
11627 default for stage1.
11628 (--enable-stage1-checking): Document.
00f39bd5 11629
26de0bcb
AP
116302009-01-01 Andrew Pinski <pinskia@gmail.com>
11631
11632 PR middle-end/30142
11633 * tree-cfg.c (verify_expr): Add INDIRECT_REF case. Change MODIFY_EXPR
11634 case to be an error.
11635
7a7d8fab
BE
116362009-01-02 Ben Elliston <bje@au.ibm.com>
11637
11638 * config/fp-bit.h (pack_d): Constify argument.
11639 * config/fp-bit.c (makenan): Constify return type. Remove casts.
11640 (isnan): Constify argument.
11641 (isinf): Likewise.
11642 (iszero): Likewise.
11643 (pack_d): Likewise.
11644 (_fpadd_parts): Constify return type.
11645 (_fpmul_parts): Likewise.
11646 (_fpdiv_parts): Likewise.
11647
b295aee2
JJ
116482009-01-01 Jakub Jelinek <jakub@redhat.com>
11649
11650 PR c/36489
11651 * c-typeck.c (add_pending_init): Add IMPLICIT argument. Only
11652 warn about overwriting initializer with side-effects or
11653 -Woverride-init if !IMPLICIT.
11654 (output_init_element): Likewise. Pass IMPLICIT down to
11655 add_pending_init.
11656 (process_init_element): Add IMPLICIT argument. Pass it down
11657 to output_init_element.
11658 (push_init_element, pop_init_level, set_designator): Adjust
11659 process_init_element callers.
11660 (set_nonincremental_init, set_nonincremental_init_from_string):
11661 Adjust add_pending_init callers.
11662 (output_pending_init_elements): Adjust output_init_element callers.
11663 * c-tree.h (process_init_element): Adjust prototype.
11664 * c-parser.c (c_parser_initelt, c_parser_initval): Adjust
11665 process_init_element callers.
ad41bd84
JM
11666
11667\f
11668Copyright (C) 2009 Free Software Foundation, Inc.
11669
11670Copying and distribution of this file, with or without modification,
11671are permitted in any medium without royalty provided the copyright
11672notice and this notice are preserved.