]> gcc.gnu.org Git - gcc.git/blame - gcc/ChangeLog
btest-gcc.sh: Add make check-target-libffi.
[gcc.git] / gcc / ChangeLog
CommitLineData
a6a0f876
RS
12003-09-18 Roger Sayle <roger@eyesopen.com>
2
3 * simplify-rtx.c (simplify_unary_operation): Only transform
4 (not (eq X Y)) into (ne X Y) when mode is BImode or STORE_FLAG_VALUE
5 is -1. RTL "not" is a bit-wise not, "~", not a logical not "!".
6
1d6ba901
ZD
72003-09-18 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
8
f857cb42 9 PR target/11674
1d6ba901
ZD
10 * config/i386/i386.c (x86_emit_floatuns): Also handle SImode operand.
11
96123432
RS
122003-09-18 Roger Sayle <roger@eyesopen.com>
13
14 * tree.def (FFS_EXPR, CLZ_EXPR, CTZ_EXPR, POPCOUNT_EXPR,
15 PARITY_EXPR): Delete unused tree codes.
16 * c-common.c (c_common_truthvalue_conversion): Delete references
17 to FFS_EXPR and POPCOUNT_EXPR.
18 * c-pretty-print.c (pp_c_postfix_expression): Remove FFS_EXPR.
19 (pp_c_expression): Likewise.
20 * expr.c (expand_expr): Delete RTL expansion of FFS_EXPR, CLZ_EXPR,
21 CTZ_EXPR, POPCOUNT_EXPR and PARITY_EXPR.
22 * fold-const.c (tree_expr_nonnegative_p): Remove FFS_EXPR, CLZ_EXPR,
23 CTZ_EXPR, POPCOUNT_EXPR and PARITY_EXPR. Add support for calls to
24 BUILT_IN_FFS, BUILT_IN_PARITY and BUILT_IN_POPCOUNT and their long
25 and long long variants.
26
53de5204
GDR
272003-09-18 Gabriel Dos Reis <gdr@integrable-solutions.net>
28
29 * c-pretty-print.h (pp_type_specifier_seq): Fix thinko.
30 * c-pretty-print.c: Fix formatting.
31 (pp_c_integer_constant): Append type annotation to literals. Tidy.
32 (pp_c_type_specifier): Tidy.
33 (pp_c_compound_literal): New function.
34 (pp_c_initializer): Simplify..
35 (pp_c_initializer_list): Likewise.
36 (pp_c_brace_enclosed_initializer_list): New function.
37 (pp_c_postfix_expression): Simplify.
38
feb297fe
AO
392003-09-17 Alexandre Oliva <aoliva@redhat.com>
40
41 * config/mn10300/mn10300.md (andsi3, iorsi3, xorsi3,
42 one_complsi2, bit-clear, bit-set, iorqi3): Make them set_zn.
43
5d4854c8
RH
442003-09-17 Richard Henderson <rth@redhat.com>
45
46 * tree-optimize.c (tree_rest_of_compilation): Save and restore
47 input_location.
48
ce7e7ceb
DJ
492003-09-17 Daniel Jacobowitz <drow@mvista.com>
50
51 * config/rs6000/sysv4.h (LIB_LINUX_SPEC): Give -lpthread before -lc.
52
7d8405cf
RH
532003-09-17 Richard Henderson <rth@redhat.com>
54
55 * cfg.c (dump_flow_info): Skip register dump if reg_n_info null.
56
dc5f3d7c
RO
572003-09-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
58
59 * configure.in (gcc_cv_ld_hidden): Don't test gnu_ld_flag.
60 * configure: Regenerate.
61
47aa0df4
MM
622003-09-17 Mark Mitchell <mark@codesourcery.com>
63
64 PR debug/12066
65 * dbxout.c (dbxout_init): Use a langhook to find builtin types.
66 * langhooks-def.h (lhd_return_null_tree_v): New function.
67 (LANG_HOOKS_BUILTIN_TYPE_DECLS): New macro.
68 (LANG_HOOKS_DECLS): Add it to the intializer.
69 * langhooks.c (lhd_return_null_tree_v): New function.
70 * langhooks.h (lang_hooks_for_decls): Add builtin_type_decls.
71
eeae7b41
DJ
722003-09-17 Daniel Jacobowitz <drow@mvista.com>
73
74 * configure.in: Quote gcc_config_arguments for configargs.h.
75 * configure: Regenerated.
76 * gccbug.in: Don't shell-expand gcc_config_arguments.
77
44f8f96a
GDR
782003-09-17 Gabriel Dos Reis <gdr@integrable-solutions.net>
79
80 PR c++/11357
81 * c-pretty-print.c (pp_c_floating_constant): Append
82 type-annotation to floating constants.
83
a192710e
RO
842003-09-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
85
86 * config/mips/iris5.h (TARGET_OS_CPP_BUILTINS): Define _LONGLONG.
87 Define _ABIO32.
88 Use it for _MIPS_SIM.
89 * config/mips/iris6-o32.h (TARGET_OS_CPP_BUILTINS): Removed.
90
91 * config/mips/iris6-o32-as.h (SUBTARGET_ASM_OPTIMIZING_SPEC):
92 Moved ...
93 * config/mips/iris5.h (SUBTARGET_ASM_OPTIMIZING_SPEC): ... here,
94 updating comment.
95 Fixes PR target/10190.
96
43bc5d6b
DJ
972003-09-17 Daniel Jacobowitz <drow@mvista.com>
98
99 * config/rs6000/sysv4.h (LIB_LINUX_SPEC): Make -pthread apply
100 to shared libraries.
101
0b75beaa
EB
1022003-09-17 Eric Botcazou <ebotcazou@libertysurf.fr>
103
104 PR optimization/11646
105 * cfgrtl.c (purge_dead_edges) [JUMP_INSN]: Rematerialize the
106 EDGE_ABNORMAL flag for EH edges.
107 * toplev.c (rest_of_handle_cse): Delete unreachable blocks
108 if dead edges were purged.
109
e2ffd796
BI
1102003-09-16 Bernardo Innocenti <bernie@develer.com>
111
112 * config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Add target predefines.
113 * config/m68k/m68k-none.h (CPP_CPU_DEFAULT_SPEC): Kill all definitions.
114 * config/m68k/m68k-none.h (CPP_FPU_SPEC): Remove.
115 * config/m68k/m68k-none.h (CPP_SPEC): Likewise.
116
1dd61cb4
ILT
1172003-09-16 Ian Lance Taylor <ian@wasabisystems.com>
118
119 * cfgcleanup.c (label_is_jump_target_p): Correct use of table
120 returned by tablejump_p.
121
1e290ba1
JB
1222003-09-16 Joel Brobecker <brobecker@gnat.com>
123
124 * dwarf2asm.c (dw2_asm_output_nstring): Add comment.
125
0c6d17ec
RS
1262003-09-16 Roger Sayle <roger@eyesopen.com>
127
128 PR bootstrap/12269
129 * simplify-rtx.c (simplify_gen_relational): Allow the cmp_mode
130 argument to be VOIDmode, taking the mode of the comparison from
131 the operands. Only call simplify_relational_operation if we
132 know the mode of the comparison. Honor FLOAT_STORE_FLAG_VALUE
133 if comparison has a floating point result. Ensure that the
134 result is always of the specified mode.
135 (simplify_replace_rtx): Simplify call to simplify_gen_relational.
136 (simplify_unary_operation): Ensure the correct mode and cmp_mode
137 are always passed to simplify_gen_relational. Simplify NOT of
138 comparison operator in any mode, not just BImode.
139 (simplify_ternary_operation): Correct tests on the return value
140 of simplify_relational_operation to use const_true_rtx, not
141 const1_rtx. Abort if it ever returns a non-constant result.
142
143 * cfgloopanal.c (count_strange_loop_iterations): Use the function
144 simplify_relational_operation, not simplify_gen_relational, if
145 we're only interested in constant comparisons and will ignore
146 non-constant results.
147
37af03cb
RS
1482003-09-16 Roger Sayle <roger@eyesopen.com>
149
150 * fold-const.c (tree_swap_operands_p): New function to determine
151 the prefered ordering of operands.
152 (fold): Numerous clean-ups. Use tree_swap_operands_p when swapping
153 operands to commutative, comparison or ternary operators. Replace
154 uses of TREE_SET_CODE with recursive call to fold. Remove duplicate
155 transformation of A ? B : C into !A ? C : B.
156
42df2193
JJ
1572003-09-16 Jakub Jelinek <jakub@redhat.com>
158
159 * config/linux.h (LINK_GCC_C_SEQUENCE_SPEC): Define.
160 * config/alpha/linux.h (LINK_GCC_C_SEQUENCE_SPEC): Define.
161 * config/arm/linux-elf.h (LINK_GCC_C_SEQUENCE_SPEC): Define.
162 * config/rs6000/linux.h (LINK_GCC_C_SEQUENCE_SPEC): Define.
163 * config/rs6000/linux64.h (LINK_GCC_C_SEQUENCE_SPEC): Define.
164 * config/sh/linux.h (LINK_GCC_C_SEQUENCE_SPEC): Define.
165 * config/sparc/linux.h (LINK_GCC_C_SEQUENCE_SPEC): Define.
166 * config/sparc/linux64.h (LINK_GCC_C_SEQUENCE_SPEC): Define.
167
72954a4f
JM
1682003-09-16 Jason Merrill <jason@redhat.com>
169 Jakub Jelinek <jakub@redhat.com>
170
171 * c-common.c (handle_warn_unused_result_attribute): New function.
172 (c_common_attribute_table): Add warn_unused_result.
173 (c_expand_expr): Issue warning when result of inlined function
174 with warn_unused_result attribute is ignored.
175 * calls.c (expand_call): Issue warning when result of function
176 with warn_unused_result attribute is ignored.
177 * c-common.h (STMT_EXPR_WARN_UNUSED_RESULT): Define.
178 * expr.c (expr_wfl_stack): Define.
179 (expand_expr) <case EXPR_WITH_FILE_LOCATION>: If ignore,
180 pass const0_rtx as target. Chain locations into expr_wfl_stack.
181 * tree-inline.c (expand_call_inline): Set STMT_EXPR_WARN_UNUSED_RESULT
182 bit if inlined function has warn_unused_result attribute.
183 * input.h (expr_wfl_stack): Declare.
184 * doc/extend.texi: Document warn_unused_result attribute.
185
5a8a65b1
AO
1862003-09-15 Alexandre Oliva <aoliva@redhat.com>
187
188 * cpplib.c (do_pragma): Remove unnecessary cb_line_change.
189
cadafd1f
BW
1902003-09-15 Bob Wilson <bob.wilson@acm.org>
191
192 * config/xtensa/xtensa.c (xtensa_multibss_section_type_flags): Add
193 ATTRIBUTE_UNUSED.
194 (call_insn_operand): For PIC, don't allow a direct call to a
195 function in a different section than the current one.
196
fb0317c6
VR
1972003-09-16 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
198
199 * doc/invoke.texi (Warning Options): Add missing hyphen before
200 "Wimport". Change "-Wno-endif-labels" to "-Wendif-labels".
201 Move "-Wold-style-definition" to the C-only section.
202 Fix the ordering of the warning options.
203
d088acea
ZD
2042003-09-15 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
205 Jeff Law <law@redhat.com>
206
207 * gcse.c (remove_reachable_equiv_notes): New.
208 replace_store_insn): Call it. Update antic list.
209 (store_killed_in_insn): Take REG_EQUAL notes into account.
210 (build_store_vectors, delete_store): Add parameter to
211 replace_store_insn call.
212
b9397bb4
BW
2132003-09-15 Bob Wilson <bob.wilson@acm.org>
214
215 * config/xtensa/xtensa.h (LEGITIMATE_PIC_OPERAND_P): Use
216 SYMBOL_REF_LOCAL_P.
217
d3704c46
KH
2182003-09-15 Kazu Hirata <kazu@cs.umass.edu>
219
220 * expr.h (DEFAULT_FUNCTION_ARG_PADDING): New.
221 (FUNCTION_ARG_PADDING): Use DEFAULT_FUNCTION_ARG_PADDING.
222 * config/ia64/ia64.c (ia64_hpux_function_arg_padding):
223 Likewise.
224 * config/m68hc11/m68hc11.c (m68hc11_function_arg_padding):
225 Likewise.
226 * config/rs6000/rs6000.c (function_arg_padding): Likewise.
227 * config/sparc/sparc.c (function_arg_padding): Likewise.
228
3d9b0280
VM
2292003-09-15 Vladimir Makarov <vmakarov@redhat.com>
230
231 * haifa-sched.c (schedule_block): Use ready_remove_first instead
232 of choose_ready for non-dfa insn scheduling.
233
2352184a
AJ
2342003-09-15 Andreas Jaeger <aj@suse.de>
235 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
236
237 * doc/invoke.texi (Warning Options): Describe -Wold-style-definition.
238 * c-opts.c (c_common_handle_option): Handle OPT_Wold_style_definition.
239 * c-parse.in: Warn about old-style parameter definition.
240 * c-common.c: Define warn_old_style_defintion.
241 * c-common.h: Declare it.
242 * c.opt: Add Wold-style-defintion.
243
863d938c
AJ
2442003-09-15 Andreas Jaeger <aj@suse.de>
245
246 * config/rs6000/altivec.h: Convert () prototypes to ISO C90.
247 * config/rs6000/rs6000.c: Likewise.
248
ec6ec6aa
ZD
2492003-09-12 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
250
251 PR optimization/10914
252 * expr.h (get_condition, canonicalize_condition): Declaration changed.
253 * cfgloopanal.c (simple_loop_exit_p): Add parameter to a get_condition
254 and canonicalize_condition calls.
255 * gcse.c (fis_get_condition, delete_null_pointer_checks_1,
256 delete_null_pointer_checks): Ditto.
257 * ifcvt.c (noce_get_alt_condition, noce_get_condition): Ditto.
258 * predict.c (estimate_probability, expected_value_to_br_prob): Ditto.
259 * loop.c (check_dbra_loop, get_condition_for_loop): Ditto.
260 (canonicalize_condition, get_condition): Allow to return comparisons
261 of cc mode registers.
262 * loop-unswitch.c (may_unswitch_on_p, unswitch_single_loop): Allow
263 cc mode registers comparison in condition.
264
a7e8c268
MM
2652003-09-12 Mark Mitchell <mark@codesourcery.com>
266
267 * coverage.c (create_coverage): Do not call pushlevel/poplevel.
268 * langhooks-def.h (lhd_do_nothing_iii_return_null_tree): New
269 function.
270 * langhooks.c (lhd_do_nothing_iii_return_null_tree): Define it.
271
5565e874
KH
2722003-09-14 Kazu Hirata <kazu@cs.umass.edu>
273
274 * combine.c (simplify_comparison): Convert
275 (ne (and (lshiftrt (xor X CST) Y) 1) 0) into
276 (eq (and (lshiftrt X Y) 1) 0).
277
83a00410
KH
2782003-09-14 Kazu Hirata <kazu@cs.umass.edu>
279
280 * alias.c: Follow spelling conventions.
281 * cpphash.h: Likewise.
282 * fold-const.c: Likewise.
283
7b9a5a66
AO
2842003-09-14 Alexandre Oliva <aoliva@redhat.com>
285
286 * c-ppoutput.c (cb_line_change): Revert 2003-08-04's change.
287 * c-lex.c (cb_line_change): Skip line changing whenever
288 c-ppoutput.c would.
289
93bad80e
SB
2902003-09-14 Steven Bosscher <steven@gcc.gnu.org>
291
292 * ra.c: Convert to ISO C90 prototypes.
293 * ra-build.c: Likewise.
294 * ra-colorize.c: Likewise.
295 * ra-debug.c: Likewise.
296 * ra-rewrite.c: Likewise.
297
3983d33e
RS
2982003-09-14 Richard Sandiford <rsandifo@redhat.com>
299
300 * Makefile.in (%.dvi): Remove excess $(docdir).
301
975f3818
RS
3022003-09-14 Richard Sandiford <rsandifo@redhat.com>
303
304 * function.c (STACK_BYTES): Move definition to head of file.
305 (assign_parms): Don't pass current_function_pretend_args_size
306 directly to SETUP_INCOMING_VARARGS. For partial register arguments,
307 round current_function_pretend_args_size up to STACK_BYTES. Skip any
308 excess before laying out the argument.
309
011d50d9
AJ
3102003-09-14 Andreas Jaeger <aj@suse.de>
311
312 * objc/objc-act.c: Convert to ISO C90 prototypes.
313 * objc/objc-act.h: Likewise.
314
3152003-09-14 Olaf Hering <olh@suse.de>
316
317 * config/rs6000/rs6000.c: Fix typo: Remove extra ')'.
318
876455fa
AP
3192003-09-13 Andrew Pinski <pinskia@physics.uc.edu>
320
6ef3d457
AP
321 PR target/12021
322 * config/m68k/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Remove the asserts
323 as they already are done in config/m68k/m68k.h.
324 * config/m68k/netbsd.h (TARGET_OS_CPP_BUILTINS): Likewise
325
876455fa
AP
326 * config/rs6000/rs6000.c (GEN_LOCAL_LABEL_FOR_SYMBOL): Remove.
327 (machopic_output_stub): Only generate pic base symbols when using pic
328 and generate them in the form L00000000$spb.
329
f6d1b84a
RH
3302003-09-13 Richard Henderson <rth@redhat.com>
331
332 * cgraphunit.c (cgraph_assemble_pending_functions): Export.
333 (cgraph_finalize_function): Revert TREE_ASM_WRITTEN check.
334 * cgraph.h: Update.
335
d779d0dc 3362003-09-12 Dale Johannesen <dalej@apple.com>
f6d1b84a 337
d779d0dc
DJ
338 * config/rs6000/rs6000.c: Fix typos in previous.
339
c4555dd9
ZL
3402003-09-12 Ziemowit Laski <zlaski@apple.com>
341
342 * pretty-print.c (pp_construct): Use xcalloc instead of xmalloc
343 when allocating pp->buffer.
344
2e53734e
GK
3452003-09-12 Geoffrey Keating <geoffk@apple.com>
346
347 * config/darwin.c (machopic_select_rtx_section): Use
348 const_data_section for things that might require relocation.
349
edeb3871
L
3502003-09-12 H.J. Lu <hongjiu.lu@intel.com>
351
352 PR bootstrap/12264
353 * tree-inline.c (inline_forbidden_p_1): Cast the 3rd arg to tree.
354
6cedbe44
BW
3552003-09-12 Bob Wilson <bob.wilson@acm.org>
356
357 * config/xtensa/elf.h (ASM_SPEC): Remove no-density option. Reformat.
358 * config/xtensa/linux.h (ASM_SPEC): Likewise.
359 * config/xtensa/xtensa.h (TARGET_SWITCHES): Remove -mbig-endian,
360 -mlittle-endian, -m[no-]density, -m[no-]abs, -m[no-]addx, -m[no-]mac16,
361 -m[no-]mul16, -m[no-]mul32, -m[no-]nsa, -m[no-]minmax, -m[no-]sext,
362 -m[no-]booleans, -mhard-float, -msoft-float, -m[no-]hard-float-div,
363 -m[no-]hard-float-recip, -m[no-]hard-float-sqrt, and
364 -m[no-]hard-float-rsqrt options. Delete corresponding MASK_* macros
365 and redefine corresponding TARGET_* macros with constants from the
366 xtensa-config.h header.
367 * doc/invoke.texi (Option Summary, Xtensa Options): Remove documention
368 for the options listed above.
369
317feb46
DE
3702003-09-12 Dale Johannesen <dalej@apple.com>
371
a2369ed3
DJ
372 * config/rs6000/rs6000-protos.h: Use C90 prototypes.
373 * config/rs6000/rs6000-c.c: Ditto.
374 * config/rs6000/rs6000.c: Ditto.
375 * config/rs6000/ sysv4.h: Ditto.
376
4ca0d6d4
CL
3772003-09-12 Chris Lattner <sabre@nondot.org>
378
379 * loop.c: Move comments describing BIV's and GIV's to top of file
380
d2399d75
RS
3812003-09-12 Roger Sayle <roger@eyesopen.com>
382
383 PR optimization/8967
384 * alias.c (write_dependence_p): Modify to take an additional constp
385 argument that controls whether the UNCHANGING_RTX_P flags are used.
386 (anti_dependence, output_dependence): Adjust write_dependence_p
387 callers to pass this additional argument, to return the same result.
388 (unchanging_anti_dependence): New variant of anti_dependence that
389 ignores the UNCHANGING_RTX_P property on memory references.
390 * rtl.h (unchaning_anti_dependence): Prototype here.
391 * flow.c (init_propagate_block): Place fake constant mem writes on
392 the mem_set_list so that dead writes to const variables are deleted.
393 (insn_dead_p): Change anti_dependence to unchanging_anti_dependence.
394 (mark_used_regs): Likewise.
395
f0f4da32
RS
3962003-09-12 Richard Sandiford <rsandifo@redhat.com>
397
398 * config/mcore/mcore-protos.h (mcore_r15_operand_p): Declare.
399 (mcore_secondary_reload_class): Declare.
400 (mcore_output_inline_const_forced): Remove.
401 * config/mcore/mcore.md (movsi): Remove the code that forced
402 non-inlineable constants into a register if the target was r15
403 or the stack pointer. Remove constant restrictions from the main
404 define_insn. Remove r <- I, r <- M and r <- N alternatives in favor
405 of an r <- P alternative. Remove fallback define_insn for reload.
406 (movhi, movqi): Use gen_lowpart rather than gen_SUBREG. Remove reload
407 define_insn. Use mcore_output_move in the remaining define_insn.
408 Adjust condition and constraints in the way as for movsi.
409 (movdi): Always split unacceptable constants into two. Use
410 simplify_gen_subreg instead of operand_subword{,_force}.
411 * config/mcore/mcore.c (mcore_output_inline_const_forced): Remove.
412 (mcore_output_move): Support HImode and QImode moves as well.
413 (mcore_m15_operand_p): New function.
414 (mcore_reload_class): Use it to detect cases where LRW_REGS are better.
415 (mcore_secondary_reload_class): New function.
416 * config/mcore/mcore.h (SECONDARY_RELOAD_CLASS): Redefine in
417 terms of mcore_secondary_reload_class.
418
70b16073
MS
4192003-09-11 Mike Stump <mrs@apple.com>
420
421 * c-lex.c (fe_file_change): Don't transform to_line with SOURCE_LINE.
422
ab01a87c
KG
4232003-09-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
424
fe27b7cc
KG
425 * builtins.c (fold_builtin_logarithm): if N can't be truncated to
426 MODE exactly, then only convert logN(N) -> 1.0 if
427 flag_unsafe_math_optimizations is set.
428
ab01a87c
KG
429 * builtins.c (builtin_dconsts_init, dconstpi, dconste,
430 init_builtin_dconsts): Delete.
431 * emit-rtl.c (dconstpi, dconste): Define.
432 (init_emit_once): Initialize dconstpi & dconste.
433 * real.h (dconstpi, dconste): Declare.
434
9bdca184
AO
4352003-09-11 Alexandre Oliva <aoliva@redhat.com>
436
437 PR fortran/11522
438 * dwarf2out.c (gen_inlined_subroutine_die): Emit abstract function
439 for ultimate origin even if block is abstract.
440
aa166939
RS
4412003-09-11 Roger Sayle <roger@eyesopen.com>
442
443 * combine.c (combine_simplify_rtx): Move several NOT and NEG
444 optimizations from here...
445 * simplify-rtx.c (simplify_unary_operation): to here. Recursively
446 simplify expressions using simplify_gen_*ary instead of gen_rtx_*.
447
6b00c969
RH
4482003-09-11 Richard Henderson <rth@redhat.com>
449
450 * cgraphunit.c (cgraph_finalize_function): Add nested arg.
451 Tweek tests for function already generated.
452 (cgraph_expand_function): Don't double announce in !unit-at-a-time.
453 * cgraph.h (cgraph_finalize_function): Update for extra arg.
454 * c-decl.c (finish_function): Likewise.
455
dd5c7759
JB
4562003-09-10 Joe Buck <jbuck@welsh-buck.org>
457
458 * c-decl.c (poplevel): Eliminate use of |= in function_body assignment.
459
64871887
JQ
4602003-09-10 Jerry Quinn <jlquinn@optonline.net>
461
462 * real.c: Update URL to VAX floating point docs.
463 (decode_vax_d): Extract 8 exponent bits instead of 7.
464
50b29dbb
ILT
4652003-09-10 Ian Lance Taylor <ian@wasabisystems.com>
466
467 * combine.c (force_to_mode): Set fuller_mask based only on mask,
468 not op_mode.
469
602a82f3 4702003-09-11 Jan Hubicka <jh@suse.cz>
f08545a8
JH
471
472 * c-objc-common.c (c_cannot_inline_tree_fn): Warn
473 on why function is not inlinable; do not check
474 the body.
475 (inline_forbidden_p): Move to...
476 * tree-inline.c (inline_forbidden_p_1): ... here; Add warnings;
477 deal with alloca, longjmp.
478 (inline_forbidden_p): New static function.
479 (find_alloca_call_1, find_alloca_call, find_builtin_longjmp_call_1,
480 find_builtin_longjmp_call): Kill.
481
25c84396
RH
4822003-09-10 Richard Henderson <rth@redhat.com>
483
484 * cgraph.h (struct cgraph_node): Rename lowered to analyzed.
485 * cgraphunit.c: Update to match.
486 (record_call_1): Rearrange. Call lang hook for language nodes.
487 (cgraph_analyze_function): Don't call lower_function.
488 * langhooks.h (struct lang_hooks_for_callgraph): Replace
489 lower_function with analyze_expr.
490 * langhooks-def.h: Update to match.
491 * langhooks.c (lhd_callgraph_analyze_expr): New.
492
1c8b4e29
EB
4932003-09-10 Martin Husemann <martin@duskware.de>
494
495 PR target/11965
496 * config/sparc/sparc.c (sparc_v8plus_shift): Protect against
497 constants greater than 63.
498 * config/sparc/sparc.md (ashlsi3, ashrsi3, lshrsi3): Protect
499 against constants greater than 31.
500 (*ashldi3_sp64, *ashrdi3_sp64, *lshrdi3_sp64): Protect against
501 constants greater than 63.
502
39adabaf
RH
5032003-09-09 Richard Henderson <rth@redhat.com>
504
505 * cgraphunit.c (cgraph_finalize_function): Remove unused argument.
506 * cgraph.h (cgraph_finalize_function): Update.
507 * c-decl.c (finish_function): Update.
e62f462e
DP
508
5092003-09-09 Devang Patel <dpatel@apple.com>
510
511 * config/darwin.h (LINK_SPEC): Pass -nofixprebinding to linker.
512 * doc/invoke.texi: Document new Darwin linker option -nofixprebinding.
513
bace148a
EC
5142003-09-09 Eric Christopher <echristo@redhat.com>
515
516 * configure.in: Change usage of 'head' to 'sed 1q'.
517 * configure: Regenerate.
518
dd07abd7
RH
5192003-09-09 Richard Henderson <rth@redhat.com>
520
521 * except.c: Include cgraph.h.
522 (output_function_exception_table): Invoke
523 cgraph_varpool_mark_needed_node.
524 * Makefile.in (except.o): Update.
525
7f5cc0f3
KC
5262003-09-07 Kelley Cook <kelleycook@wideopenwest.com>
527
528 * Makefile.in: Define REMAKEFLAGS for LANGUAGES & BOOT_CFLAGS
529 and use it throughout.
530
f7657db9
KG
5312003-09-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
532
533 * builtins.c (real_dconstp, fold_builtin_logarithm,
534 fold_builtin_exponent): New, split out from fold_builtin. Also
535 generalize to add log2, log10, exp2 and exp10/pow10 equivalents.
536 * emit-rtl.c (dconst3, dconst10, dconstthird): New.
537 (init_emit_once): Initialize new dconsts, use ARRAY_SIZE in lieu
538 of hardcoded array size.
539 * fold-const.c (fold): Add cases for exp2, exp10 and pow10.
540 (tree_expr_nonnegative_p): Likewise.
541 * real.h (dconst3, dconst10, dconstthird): New.
542
602a82f3 5432003-09-09 Jan Hubicka <jh@suse.cz>
cd4dea62
JH
544
545 * cgraphunit.c (cgraph_finalize_function): Fix handling of extern
546 inline functions.
547 (cgraph_finalize_compilation_unit): Fix crash when dealing with lost
548 DECL_SAVED_TREE.
549
892955bf
RS
5502003-09-09 Roger Sayle <roger@eyesopen.com>
551
552 * builtins.c (fold_builtin_cabs): Protect the complex argument
553 against multiple evaluation when optimizing cabs* into sqrt*.
554
602a82f3 5552003-09-09 Jan Hubicka <jh@suse.cz>
f0985900
JH
556
557 * varasm.c (notice_global_symbol): Properly deal with weak symbols.
558
94fd5176
KC
5592003-09-08 Kelley Cook <kelleycook@wideopenwest.com>
560
561 * Makefile.in: Revert yesterday's change.
562
860c4900
BI
5632003-09-08 Bernardo Innocenti <bernie@develer.com>
564 Peter Barada <peter@baradas.org>
565
566 * config/m68k/coff.h (REGISTER_NAMES): Add fake register `argptr'
567 * config/m68k/hp320.h (REGISTER_NAMES): Likewise.
568 * config/m68k/linux.h (REGISTER_NAMES): Likewise.
569 * config/m68k/m68kelf.h (REGISTER_NAMES): Likewise.
570 * gcc/config/m68k/sgs.h (REGISTER_NAMES): Likewise.
571 * config/m68k/m68k-protos.h (m68k_initial_elimination_offset): Add prototype.
572 * config/m68k/m68k.c (m68k_frame): New struct, simular to ix86 back-end.
573 (m68k_compute_frame_layout): New function.
574 (m68k_initial_elimination_offset): New function.
575 (m68k_output_function_prologue): ColdFire-specific movem handling.
576 (m68k_output_function_epilogue): Likewise.
577 * config/m68k/m68k.h (FIRST_PSEOUDO_REGISTER): Make room for argptr reg.
578 (ARG_POINTER_REGNUM): Add new definition.
579 (INITIAL_FRAME_POINTER_OFFSET): Remove macro.
580 (ELIMINABLE_REGS): Define new macro, like in ix86 back-end.
581 (CAN_ELIMINATE): Likewise.
582 (INITIAL_ELIMINATION_OFFSET): Likewise.
583
ed311a33
BI
5842003-09-08 Bernardo Innocenti <bernie@develer.com>
585
586 * config/m68k/m68k.c (m68k_output_function_prologue): Simplify
587 by removing redundant variable cfa_store_offset.
588
9649812a
MM
5892003-09-08 Mark Mitchell <mark@codesourcery.com>
590
591 * langhooks-def.h (lhd_register_builtin_type): New function.
592 (LANG_HOOKS_REGISTER_BUILTIN_TYPE): New macro.
593 (LANG_HOOKS_FOR_TYPES_INITIALIZER): Update.
594 * langhooks.h (lang_hooks_for_types): Add register_builtin_type.
595 * langhooks.c (lhd_register_builtin_type): New function.
596 * c-common.h (c_register_builtin_type): Declare.
597 * c-common.c (c_register_builtin_type): New function.
598 * c-lang.c (LANG_HOOKS_REGISTER_BUILTIN_TYPE): Define to
599 c_register_builtin_type.
600 * config/ia64/hpux.h (TARGET_OS_CPP_BUILTINS): Remove __fpreg,
601 __float80, and __float128 macros.
602 * config/ia64/ia64.c (ia64_init_builtins): Create __fpreg,
603 __float80, and __float128 types.
604
11bf0eb0
KG
6052003-09-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
606
607 * builtin-types.def
608 (BT_FN_COMPLEX_LONGDOUBLE_COMPLEX_LONGDOUBLE_COMPLEX_LONGDOUBLE,
609 BT_FN_COMPLEX_DOUBLE_COMPLEX_DOUBLE_COMPLEX_DOUBLE,
610 BT_FN_COMPLEX_FLOAT_COMPLEX_FLOAT_COMPLEX_FLOAT): New.
611 * builtins.def (BUILT_IN_CACOS, BUILT_IN_CACOSF, BUILT_IN_CACOSH,
612 BUILT_IN_CACOSHF, BUILT_IN_CACOSHL, BUILT_IN_CACOSL,
613 BUILT_IN_CARG, BUILT_IN_CARGF, BUILT_IN_CARGL, BUILT_IN_CASIN,
614 BUILT_IN_CASINF, BUILT_IN_CASINH, BUILT_IN_CASINHF,
615 BUILT_IN_CASINHL, BUILT_IN_CASINL, BUILT_IN_CATAN,
616 BUILT_IN_CATANF, BUILT_IN_CATANH, BUILT_IN_CATANHF,
617 BUILT_IN_CATANHL, BUILT_IN_CATANL, BUILT_IN_CCOS, BUILT_IN_CCOSF,
618 BUILT_IN_CCOSH, BUILT_IN_CCOSHF, BUILT_IN_CCOSHL, BUILT_IN_CCOSL,
619 BUILT_IN_CEXP, BUILT_IN_CEXPF, BUILT_IN_CEXPL, BUILT_IN_CPOW,
620 BUILT_IN_CPOWF, BUILT_IN_CPOWL, BUILT_IN_CPROJ, BUILT_IN_CPROJF,
621 BUILT_IN_CPROJL, BUILT_IN_CSIN, BUILT_IN_CSINF, BUILT_IN_CSINH,
622 BUILT_IN_CSINHF, BUILT_IN_CSINHL, BUILT_IN_CSINL, BUILT_IN_CSQRT,
623 BUILT_IN_CSQRTF, BUILT_IN_CSQRTL, BUILT_IN_CTAN, BUILT_IN_CTANF,
624 BUILT_IN_CTANH, BUILT_IN_CTANHF, BUILT_IN_CTANHL, BUILT_IN_CTANL):
625 New.
626 * doc/extend.texi: Document new builtins.
627
602a82f3 6282003-09-09 Jan Hubicka <jh@suse.cz>
d853a20e
JH
629
630 * cgraph.c (cgraph_varpool_finalize_decl): Sanity check duplicated
631 finalization.
632 * cgraphunit.c (decide_is_fnction_needed): Avoid special case of nested
633 functions, check for COMDAT.
634 (cgraph_assemble_pending_functions): Break out from...
635 (cgraph_finalize_function): ... here; allow redefinig of extern inline
636 functions.
637 (record_call_1): Record function references only in non-unit-at-a-time
638 mode.
639 (cgraph_analyze_function): Reset current_function_decl.
640 (cgraph_finalize_compilation_unit): Assemble pending functions.
641
3d81ccc6
MM
6422003-09-08 Mark Mitchell <mark@codesourcery.com>
643
644 * mklibgcc.in (libcc.a): Depend on stmp-dirs.
645 (libgov.a): Likewise.
646 (libgcc_eh.a): Likewise.
647
fae111c1
RS
6482003-09-08 Roger Sayle <roger@eyesopen.com>
649
650 * fold-const.c (operand_equal_p): Clarify documentation.
651
c1f927e8
RH
6522003-09-08 Richard Henderson <rth@redhat.com>
653
654 * c-decl.c (c_expand_body_1): Push and pop function context here.
655 * tree-optimize.c (tree_rest_of_compilation): ... not here. Take
656 nested argument instead of computing nesting ourselves.
657
7f14bbe6
JJ
6582003-09-08 Jakub Jelinek <jakub@redhat.com>
659
660 * toplev.c (rest_of_handle_stack_regs): Call split_all_insns before
661 regstack if optimizing but not scheduling after reload.
662
5751a10b
JJ
6632003-09-08 Jakub Jelinek <jakub@redhat.com>
664
665 * config/sparc/sparc.c (struct machine_function): New type.
666 (TARGET_HAVE_TLS, TARGET_CANNOT_FORCE_CONST_MEM): Define.
667 (sparc_override_options): Initialize init_machine_status.
668 (tls_symbolic_operand, tgd_symbolic_operand, tld_symbolic_operand,
669 tie_symbolic_operand, tle_symbolic_operand): New functions.
670 (symbolic_operand): Disallow tls_symbolic_operand.
671 (symbolic_memory_operand): Likewise.
672 (tls_call_delay, sparc_cannot_force_const_mem, legitimate_constant_p,
673 constant_address_p, legitimate_pic_operand_p, legitimate_address_p):
674 New functions.
675 (sparc_tls_symbol): New variable.
676 (sparc_tls_get_addr, sparc_tls_got, legitimize_tls_address,
677 legitimize_address): New functions.
678 (print_operand): Handle %&.
679 (sparc_init_machine_status, get_some_local_dynamic_name,
680 get_some_local_dynamic_name_1): New functions.
681 (sparc_output_dwarf_dtprel): New function.
682 * config/sparc/sparc.h (CONSTANT_ADDRESS_P): Moved into
683 constant_address_p.
684 (LEGITIMATE_PIC_OPERAND_P): Moved into legitimate_pic_operand_p.
685 (LEGITIMATE_CONSTANT_P): Moved into legitimate_constant_p.
686 (GO_IF_LEGITIMATE_ADDRESS): Moved into legitimate_address_p.
687 (LEGITIMIZE_ADDRESS): Moved into legitimize_address.
688 (PRINT_OPERAND_PUNCT_VALID_P): Add '&'.
689 (TARGET_TLS, TARGET_SUN_TLS, TARGET_GNU_TLS): Define.
690 (ASM_OUTPUT_DWARF_DTPREL): Define.
691 (PREDICATE_CODES): Add tgd_symbolic_operand, tld_symbolic_operand,
692 tie_symbolic_operand, tle_symbolic_operand.
693 * config/sparc/sparc.md (UNSPEC_TLSGD, UNSPEC_TLSLDM, UNSPEC_TLSLDO,
694 UNSPEC_TLSIE, UNSPEC_TLSLE, UNSPEC_TLSLD_BASE): New constants.
695 (tls_call_delay): New attribute.
696 (in_call_delay): Use it.
697 (movqi, movhi, movsi, movdi): Call legitimize_tls_address if needed.
698 (tgd_hi22, tgd_lo10, tgd_add32, tgd_add64, tgd_call32, tgd_call64,
699 tldm_hi22, tldm_lo10, tldm_add32, tldm_add64, tldm_call32, tldm_call64,
700 tldo_hix22, tldo_lox10, tldo_add32, tldo_add64, tie_hi22, tie_lo10,
701 tie_ld32, tie_ld64, tie_add32, tie_add64, tle_hix22_sp32,
702 tle_lox10_sp32, tle_hix22_sp64, tle_lox10_sp64): New insns.
703 (tldo_ldub_sp32, tldo_ldub1_sp32, tldo_ldub2_sp32, tldo_ldsb1_sp32,
704 tldo_ldsb2_sp32, tldo_ldub_sp64, tldo_ldub1_sp64, tldo_ldub2_sp64,
705 tldo_ldub3_sp64, tldo_ldsb1_sp64, tldo_ldsb2_sp64, tldo_ldsb3_sp64,
706 tldo_lduh_sp32, tldo_lduh1_sp32, tldo_ldsh1_sp32, tldo_lduh_sp64,
707 tldo_lduh1_sp64, tldo_lduh2_sp64, tldo_ldsh1_sp64, tldo_ldsh2_sp64,
708 tldo_lduw_sp32, tldo_lduw_sp64, tldo_lduw1_sp64, tldo_ldsw1_sp64,
709 tldo_ldx_sp64, tldo_stb_sp32, tldo_stb_sp64, tldo_sth_sp32,
710 tldo_sth_sp64, tldo_stw_sp32, tldo_stw_sp64, tldo_stx_sp64): New
711 insns.
712 * config/sparc/sparc-protos.h (legitimate_constant_p,
713 constant_address_p, legitimate_pic_operand_p, legitimate_address_p,
714 legitimize_tls_address, legitimize_address, tls_symbolic_operand,
715 tls_call_delay, sparc_output_dwarf_dtprel): New prototypes.
716 * config/sparc/linux.h (TARGET_GNU_TLS, TARGET_SUN_TLS): Define.
717 * config/sparc/linux64.h (TARGET_GNU_TLS, TARGET_SUN_TLS): Likewise.
718 * configure.in (sparc*-*-*): Add TLS check.
719 * configure: Rebuilt.
720
7b65ed54
EB
7212003-09-07 Eric Botcazou <ebotcazou@libertysurf.fr>
722
723 PR target/11689
724 * config/i386/i386.c (memory_address_length): Fix computation when
725 the base is esp or ebp.
726
cf9ad9a7
MM
7272003-09-07 Mark Mitchell <mark@codesourcery.com>
728
729 PR c++/11852
730 * varasm.c (initializer_constant_valid_p): Correct logic for
731 CONSTRUCTORs.
732
eb698c58
RS
7332003-09-07 Roger Sayle <roger@eyesopen.com>
734
735 * expr.c (expand_operands): New function to expand an operand pair.
736 (expand_expr): Call expand_operands whenever we need to expand both
737 operands of a binary operator.
738 (do_store_flag): Likewise for operands of comparison operations.
739
4f61b3b7
RS
7402003-09-07 Roger Sayle <roger@eyesopen.com>
741
742 * combine.c (combine_simplify_rtx): Don't convert -(A*B) into
743 (-A)*B if we care about sign-dependent rounding.
744
a2a9e21c
GDR
7452003-09-07 Gabriel Dos Reis <gcc@integrable-solutions.net>
746
747 * c-pretty-print.h (pp_c_left_brace): Declare.
748 (pp_c_right_brace): Likewise.
749 * c-pretty-print.c (pp_c_left_brace): Now a function
750 (pp_c_right_brace): Likewise.
751
602a82f3 7522003-09-07 Jan Hubicka <jh@suse.cz>
1ab237df
JH
753
754 * cfgcleanup.c (try_simplify_condjump): Fix again the preivous patch.
755
43f9ce02
GDR
7562003-09-07 Gabriel Dos Reis <gdr@integrable-solutions.net>
757
758 * diagnostic.c (warn_deprecated_use): Move to toplev.c
759
dba65e79
GDR
7602003-09-07 Gabriel Dos Reis <gdr@integrable-solutions.net>
761
762 * langhooks.c (lhd_print_error_function): Move from diagnostic.c.
763 * Makefile.in (langhooks.o): Depend on diagnostic.h
764
10ef35a9
JW
7652003-09-06 James E Wilson <wilson@tuliptree.org>
766
767 * loop.c (loop_regs_update): Delete else clause for PATTERN rtx and
768 simplify.
769
9aec989f
KC
7702003-09-07 Kelley Cook <kelleycook@wideopenwest.com>
771
772 * Makefile.in: Define $REMAKE to be $MAKE with LANGUAGES & BOOT_CFLAGS
773 and use it throughout.
bace148a 774
9aec989f 7752003-09-07 Jan Hubicka <jh@suse.cz>
7e668417 776
470d9044
JH
777 * cfgcleanup.c (try_simplify_condjump): Fix my previous patch.
778
7e668417 779 * toplev.c (rest_of_decl_compilation): Do not finalize external
bace148a 780 virables.
7e668417 781
ba245151
JH
782 * cgraph.c (cgraph_mark_reachable_node): Only enqueue finalized
783 functions.
784 (cgraph_varpool_finalize_decl): Notice global symbol when needed.
785
9aec989f 7862003-09-06 Jan Hubicka <jh@suse.cz>
9778f2f8
JH
787
788 PR target/12070
789 * calls.c (emit_library_call_value_1): Fix saving of BLKmode arguments.
790
791 PR opt/12082
792 * cfgcleanup.c (try_simplify_condjump): Avoid unreachable code warning.
793
0761f342
GDR
7942003-09-06 Gabriel Dos Reis <gdr@integrable-solutions.net>
795
796 * diagnostic.c (announce_function): Move to toplev.c.
797
bad998e0
ZD
7982003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
799
800 * gcse.c (expr_equiv_p): Don't consider anything to be equal to
801 volatile mem.
802
d85a0aae
KG
8032003-09-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
804
805 * ggc-common.c (init_ggc_heuristics): Don't use the heuristics
806 when gc checking is enabled.
807
03845b47
SB
8082003-09-06 Steven Bosscher <steven@gcc.gnu.org>
809
810 PR c/9862
811 * c-decl.c (c_expand_body_1): Move return warning from here...
812 (finish_function): ...to here.
813
c55a59cc
GK
8142003-09-05 Geoffrey Keating <geoffk@apple.com>
815
816 * config/rs6000/darwin.h (PREFERRED_RELOAD_CLASS): Always return
817 a subset of the input class.
818
e86ac6af
KH
8192003-09-05 Kazu Hirata <kazu@cs.umass.edu>
820
821 * config/i860/i860.c: Follow spelling conventions.
822 * config/i860/i860.h: Likewise.
823 * config/sh/sh.h: Likewise.
824
c87ec0ba
NY
8252003-09-05 Nitin Yewale <NitinY@KPITCummins.com>
826
827 * config/h8300/h8300-protos.h: Declare h8300_hard_regno_rename_ok
828 * config/h8300/h8300.h (HARD_REGNO_RENAME_OK): New.
829 * config/h8300/h8300.c (h8300_hard_regno_rename_ok): New.
830
31ff3e0b
RS
8312003-09-05 Roger Sayle <roger@eyesopen.com>
832 Richard Henderson <rth@redhat.com>
833
834 PR optimization/1823
835 * expmed.c (expand_divmod <EXACT_DIV_EXPR>): Use an unsigned
836 multiplication to implement division by constant integer.
837
602a82f3 8382003-09-05 Jan Hubicka <jh@suse.cz>
1f95c733
JH
839
840 * opts.c (decode_options): Enable unit-at-a-time at -O2.
841 * params.def (max-inline-insns-single): Set to 500
842 (max-inline-insns-auto): Set to 150
843 * invoke.texi (max-inline-insns-single, max-inline-insns-auto): Update.
844
8dafba3c
RH
8452003-09-04 Richard Henderson <rth@redhat.com>
846
847 * cgraph.c (cgraph_mark_reachable_node): Split out from ...
848 (cgraph_mark_needed_node): Remove needed argument.
849 * cgraph.h: Update to match.
850 * cgraphunit.c (decide_is_function_needed): Split out from ...
851 (cgraph_finalize_function): Reorg. Avoid deferred_inline_function
852 if we generated the function.
853 (record_call_1): Update for cgraph_mark_reachable_node.
854 * varasm.c (mark_referenced): Likewise.
855 * objc/objc-act.c (mark_referenced_methods): Likewise.
856
dd37c5a0
DD
8572003-09-04 DJ Delorie <dj@redhat.com>
858
859 * targhooks.c: Add comment explaining the migration process.
860
3922e7c1
EC
8612003-09-04 Eric Christopher <echristo@redhat.com>
862
863 * config/frv/t-frv: Fix path for frv-abi.h.
864 * config/frv/frv-asm.h: Fix string concatenation.
865
92f6864c
DD
8662003-09-04 DJ Delorie <dj@redhat.com>
867
868 * builtins.c (apply_args_size): Guard against a NULL cfun.
869 (expand_builtin_apply_args_1): Likewise.
92f6864c 870 (expand_builtin_apply): Likewise.
3f571a78 871 Fixes PR bootstrap/12172.
92f6864c 872
f6f5dff2
RO
8732003-09-04 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
874
875 * configure.in (gcc_cv_as_ix86_cmov_sun_syntax): Check if
876 assembler supports Sun syntax for cmov.
877 * configure: Regenerate.
878 * config.in: Likewise.
879 * config/i386/i386.c: Rename CMOV_SUN_AS_SYNTAX to
3922e7c1 880 HAVE_AS_IX86_CMOV_SUN_SYNTAX.
f6f5dff2
RO
881 * config/i386/sol2.h (CMOV_SUN_AS_SYNTAX): Remove.
882 Fixes PR target/12101.
883
47ab33b2
MA
8842003-09-04 Matt Austern <austern@apple.com>
885
886 * c-common.c (fname_as_string): Use lang_hooks.decl_printable_name
887 with verbosity 0, instead of DECL_NAME, for human-readable string.
3922e7c1 888
be6acd4b
EC
8892003-09-04 Eric Christopher <echristo@redhat.com>
890
891 * targhooks.c (default_return_in_memory): Allow
892 unconverted ports.
893
33d05111
EC
8942003-09-04 Eric Christopher <echristo@redhat.com>
895
896 * targhooks.c (default_return_in_memory): Fix typo
897 in last checkin.
898
ed75b1d6
EC
8992003-09-04 Eric Christopher <echristo@redhat.com>
900
901 * targhooks.c (default_return_in_memory): Fix default
902 definition.
903
45849738
BI
9042003-09-04 Bernardo Innocenti <bernie@develer.com>
905
906 * config/m68k/m68k.c (m68k_coff_asm_named_section): Restore
907 deleted function.
908 * config/m68k/coff.h (M68K_TARGET_COFF): Add flag used to
909 enable coff-only code in m68k.c.
910
232830b7
NC
9112003-09-04 Nick Clifton <nickc@redhat.com>
912
913 * config.gcc: Add v850e1 target. Allow --with-cpu to accept
914 v850e1.
915 * config/v850/v850.h: Accept v850e1 as a default CPU.
916 Accept -mv850e1 as a command line option.
917 * doc/invoke.texi: Document new -mv850e1 command line switch.
918 * config/v850/t-v850: Treat -mv850e1 as a multilib alias for
919 -mv850e.
920
c490cc89
NC
9212003-09-04 Nick Clifton <nickc@redhat.com>
922
923 * config.gcc (v850e-*-*): Use t-v850e makefile fragment.
924 * config/v850/t-v850: Only produce one extra multilib - for
925 the v850e.
926 * config/v850/t-v850e: New file: Only produce one extra
927 multilib - for the v850.
928
bc93e287
JJ
9292003-09-04 Jakub Jelinek <jakub@redhat.com>
930
931 * config/ia64/libgcc-ia64.ver: Export _Unwind_GetBSP@@GCC_3.3.2.
932 * config/ia64/unwind-ia64.c (_Unwind_GetBSP): New function.
933 * unwind.h (_Unwind_GetBSP): New prototype.
934 * libgcc-std.ver: Add empty GCC_3.3.2 version.
935 * mkmap-symver.awk: For symbol versions with no exported symbols,
936 don't put anything into version script, just change all symbol
937 versions which inherit from it to inherit from its ancestor.
938
ec24a740
EC
9392003-09-04 Eric Christopher <echristo@redhat.com>
940
941 * config/mips/mips.c (mips_expand_prologue): Convert to
942 calls.struct_value_rtx hook.
943 (reg_or_const_float_1_operand): New.
944 * config/mips/mips.h: Update Comments.
945 (mips_arg): Add reg_or_const_float_1_operand.
946 * config/mips/mips.md (divdf3); Convert to expander.
947 (divsf3): Ditto.
948 (*divdf3): New pattern.
949 (*divsf3): Ditto.
950
602a82f3 9512003-09-04 Jan Hubicka <jh@suse.cz>
b379a593
JH
952
953 * toplev.c (wrapup_global_declarations): Fix final pass in
954 unit-at-atime mode.
955
d18a8251
MM
9562003-09-04 Mark Mitchell <mark@codesourcery.com>
957
958 * doc/extend.texi: Document removal of cast-as-lvalue extension in
959 C++.
960
c5ef564b
NR
9612003-09-04 Nicolas Roche <roche@act-europe.fr>
962
963 * gcc.c (process_command): Fix typo.
964
04b379ba
DB
9652003-09-03 David O'Brien <obrien@FreeBSD.org>
966
967 optimization/11980
968 * config/i386/freebsd.h (SIZE_TYPE): Support TARGET_64BIT.
969 (PTRDIFF_TYPE): Likewise.
970 (WCHAR_TYPE_SIZE): Likewise.
971
61f71b34
DD
9722003-09-03 DJ Delorie <dj@redhat.com>
973
974 * targhooks.c: New file.
975 * targhooks.h: New file.
976 * Makefile.in: Add targhooks.o support.
977 (function.o): Depend on$(TARGET_H).
978 (stmt.o): Likewise.
979 (combine.o): Depend on $(TREE_H) and $(TARGET_H).
980 * builtins.c (apply_args_size, expand_builtin_apply_args_1,
981 expand_builtin_apply): Convert to calls.struct_value_rtx hook.
982 (expand_builtin_saveregs): Convert to
983 calls.expand_builtin_saveregs hook.
984 * c-decl.c (start_decl): Handle new calls.promote_prototypes hook
985 here, instead of ...
986 (get_parm_info) ... here.
987 (store_parm_decls_oldstyle): Convert to calls.promote_prototypes
988 hook.
989 (finish_function): Handle calls.promote_prototypes hook here too.
990 * c-typeck.c (convert_arguments): Convert to
991 calls.promote_prototypes hook.
992 (c_convert_parm_for_inlining): Likewise.
993 * calls.c (initialize_argument_information): Convert to
994 calls.promote_function_args hook.
995 (expand_call): Convert to calls.struct_value_rtx,
996 calls.strict_argument_naming,
997 calls.pretend_outgoing_varargs_named, and
998 calls.promote_function_return hooks. Pass fndecl to
999 aggregate_value_p. Initialize CUMULATIVE_ARGS before calling
1000 hooks, so they can use that.
1001 (emit_library_call_value_1): Likewise.
1002 * combine.c (setup_incoming_promotions): Convert to
1003 calls.promote_function_args hook.
1004 * emit-rtl.c: Convert to calls.struct_value_rtx hook.
1005 * expr.c (expand_assignment): Pass call to aggregate_value_p.
1006 (expand_expr): Likewise.
1007 * expr.h: Remove support for SETUP_INCOMING_VARARGS,
1008 STRICT_ARGUMENT_NAMING, PRETEND_OUTGOING_VARARGS_NAMED,
1009 RETURN_IN_MEMORY macro defaults.
1010 * final.c (profile_function): Convert to calls.struct_value_rtx
1011 hook.
1012 * function.c (aggregate_value_p): Accept function type tree as
1013 second parameter; try to deduce fntype from it. Convert to
1014 calls.return_in_memory hook.
1015 (assign_parms): Convert to calls.setup_incoming_varargs,
1016 calls.strict_argument_naming, calls.promote_function_args,
1017 calls.pretend_outgoing_varargs_named hooks. Pass fndecl to
1018 aggregate_value_p.
1019 (expand_function_start): Likewise. Convert to
1020 calls.struct_value_rtx hook.
1021 (expand_function_end): Convert to calls.promote_function_return hook.
1022 (allocate_struct_function): Pass fndecl to aggregate_value_p.
1023 * hard-reg-set.h: Update comments to new hook names.
1024 * integrate.c (expand_inline_function): Pass fndecl to aggregate_value_p.
1025 * reg-stack.c (stack_result): Likewise.
1026 * rtl.h (struct_value_rtx, struct_value_incoming_rtx): Delete.
1027 * stmt.c (expand_value_return): Convert to
1028 calls.promote_function_return hook.
1029 * target-def.h: Add TARGET_PROMOTE_FUNCTION_ARGS,
1030 TARGET_PROMOTE_FUNCTION_RETURN, TARGET_PROMOTE_PROTOTYPES,
1031 TARGET_STRUCT_VALUE_RTX, TARGET_RETURN_IN_MEMORY,
1032 TARGET_EXPAND_BUILTIN_SAVEREGS, TARGET_SETUP_INCOMING_VARARGS,
1033 TARGET_STRICT_ARGUMENT_NAMING,
1034 TARGET_PRETEND_OUTGOING_VARARGS_NAMED, and TARGET_CALLS.
1035 * target.h: Likewise.
1036 * tree.h (aggregate_value_p): Also takes a tree to deduce function
1037 attributes from (for target hooks).
1038 * doc/tm.texi (PROMOTE_FUNCTION_ARGS, PROMOTE_FUNCTION_RETURN,
1039 PROMOTE_PROTOTYPES, RETURN_IN_MEMORY, STRUCT_VALUE_REGNUM,
1040 STRUCT_VALUE, STRUCT_VALUE_INCOMING_REGNUM, STRUCT_VALUE_INCOMING,
1041 EXPAND_BUILTIN_SAVEREGS, SETUP_INCOMING_VARARGS,
1042 STRICT_ARGUMENT_NAMING, PRETEND_OUTGOING_VARARGS_NAMED): Convert
1043 to hooks.
ec24a740 1044
61f71b34
DD
1045 * config/alpha/alpha.c (alpha_output_mi_thunk_osf): Pass function
1046 to aggregate_value_p.
1047 * config/arm/arm.c (arm_init_cumulative_args,
1048 arm_output_mi_thunk): Likewise.
1049 * config/i386/i386.c (ix86_return_pops_args, x86_this_parameter):
1050 Likewise.
1051 * config/mips/mips.c (mips_save_reg_p, mips_expand_prologue,
1052 mips_can_use_return_insn): Likewise.
1053 * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Likewise.
1054 * config/s390/s390.c (s390_output_mi_thunk): Likewise.
1055 * config/sparc/sparc.c (sparc_output_mi_thunk): Pass function to
1056 aggregate_value_p.
1057 * config/story16/stormy16.c (xstormy16_asm_output_mi_thunk): Pass
1058 function to aggregate_value_p.
1059 * objc/objc-act.c (generate_struct_by_value_array): Pass NULL to
1060 aggregate_value_p.
ec24a740 1061
61f71b34
DD
1062 * config/sh/sh-protos.h (sh_builtin_saveregs): Remove.
1063 (sh_attr_renesas_p, sh_cfun_attr_renesas_p, sh_function_arg,
1064 sh_function_arg_advance, sh_pass_in_reg_p): New. * config/sh/sh.c
1065 (sh_handle_renesas_attribute, sh_promote_prototypes,
1066 sh_struct_value_rtx, sh_return_in_memory, sh_builtin_saveregs,
1067 sh_setup_incoming_varargs, sh_strict_argument_naming,
1068 sh_pretend_outgoing_varargs_named): New decls.
1069 (targetm): Add new hooks.
1070 (calc_live_regs): Save MACL and MACH if the function has the
1071 renesas attribute.
1072 (sh_expand_prologue): Support renesas attribute.
1073 (sh_builtin_saveregs): Make static.
1074 (sh_build_va_list): Support renesas attribute.
1075 (sh_va_start): Likewise.
1076 (sh_va_arg): Likewise.
1077 (sh_promote_prototypes): New.
1078 (sh_function_arg): New, moved from sh.h. Support renesas
1079 attribute.
1080 (sh_function_arg_advance): Likewise.
1081 (sh_return_in_memory): Likewise.
1082 (sh_strict_argument_naming): Likewise.
1083 (sh_pretend_outgoing_varargs_named): Likewise.
1084 (sh_struct_value_rtx): New.
1085 (sh_attribute): Add renesas attribute.
1086 (sh_handle_renesas_attribute): New.
1087 (sh_attr_renesas_p, sh_cfun_attr_renesas_p): New.
1088 (sh_ms_bitfield_layout_p): Support renesas attribute also.
1089 (sh_output_mi_thunk): Pass function to aggregate_value_p. *
1090 config/sh/sh.h (TARGET_SWITCHES): Add -mrenesas as an alias for
1091 -mhitachi.
1092 (STRUCT_VALUE_REGNUM, STRUCT_VALUE, RETURN_IN_MEMORY): Moved to
1093 target hooks.
1094 (sh_args): Add renesas_abi flag.
1095 (INIT_CUMULATIVE_ARGS): Set it. Pass fndecl to aggregate_value_p.
1096 (FUNCTION_ARG_ADVANCE, FUNCTION_ARG): Move to sh.c.
1097 (PASS_IN_REG_P): Support renesas attribute. Pass DF and TF on the
1098 stack for the renesas abi.
1099 (STRICT_ARGUMENT_NAMING, PRETEND_OUTGOING_VARARGS_NAMED,
1100 SETUP_INCOMING_VARARGS, EXPAND_BUILTIN_SAVEREGS,
1101 PROMOTE_PROTOTYPES): Moved to sh.c. * config/sh/sh.md (call): Set
1102 call cookie to indicate renesas calls.
ec24a740 1103
b885908b
MH
11042003-09-03 Mostafa Hagog <mustafa@il.ibm.com>
1105
1106 * gcse.c (replace_one_set): New function.
1107 (pre_insert_copy_insn): Change the order of copying
1108 to make copy propagation discover additional PRE opportunities.
1109
bcfb8075
RS
11102003-09-03 Roger Sayle <roger@eyesopen.com>
1111
1112 PR optimization/11700.
1113 * simplify-rtx.c (simplify_subreg): Check that the subreg offset
1114 of a hard register is representable before trying to simplify it
1115 using subreg_hard_regno.
1116
eb53bcc0
RO
11172003-09-04 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1118
1119 * configure.in (gcc_cv_ld_hidden): Disable unless using GNU ld.
1120 * configure: Regenerate.
1121
9a57322b
RO
11222003-09-04 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1123
1124 * intl.h (N_): Remove parentheses.
1125
47fe5c48
BI
11262003-09-03 Bernardo Innocenti <bernie@develer.com>
1127
1128 * config.gcc (m68k-*-linux*): Remove definition of LINUX_DEFAULT_ELF.
1129 * config/i370/linux.h (LINUX_DEFAULT_ELF): Remove unconditional
1130 definition and code blocks compiled when not defined.
1131 * config/i386/linux.h (LINUX_DEFAULT_ELF): Likewise.
1132 * config/i386/linux64.h (LINUX_DEFAULT_ELF): Likewise.
1133 * config/sparc/linux.h: (LINUX_DEFAULT_ELF): Likewise.
1134 * config/sparc/linux64.h: (LINUX_DEFAULT_ELF): Likewise.
1135
7dff32e6
JS
11362003-09-03 Jeff Sturm <jsturm@one-point.com>
1137
1138 * cgraphunit.c (visited_nodes): New static variable.
1139 (record_call_1): Use walk_tree with visited_nodes.
1140 (cgraph_create_edges): Use walk_tree with visited_nodes.
1141 Setup/teardown visited_nodes hashtable.
1142
039c3d42
RS
11432003-09-03 Roger Sayle <roger@eyesopen.com>
1144
1145 * toplev.c (flag_rounding_math): New global variable.
1146 (f_options): Add to the list of language independent options.
1147 * flags.h (flag_rounding_math): Prototype here.
1148 (HONOR_SIGN_DEPENDENT_ROUNDING): Use flag_rounding_math instead.
1149 * common.opt (frounding-math): New common command line option.
1150 * opts.c (common_handle_option): Handle OPT_frounding_math.
1151 (set_fast_math_flags): -ffast-math clears flag_rounding_math.
1152
1153 * doc/invoke.texi: Document this new command line option.
1154
b689848f
RO
11552003-09-03 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1156
1157 * config/sol2.h (NO_IMPLICIT_EXTERN_C): Update comment.
1158
602a82f3 11592003-09-03 Jan Hubicka <jh@suse.cz>
4a46cbfb
JH
1160
1161 * Makefile.in (c-objc-common.o): Kill gt-c-objc-common.h dependency.
1162 * c-decl.c (finish_function): Kill arguments, always use cgraph path.
1163 * c-objc-common.c: Kill include of gt-c-objc-common.h
1164 (expand_deferred_fns, deffer_fn): Kill function.
1165 (deferred_fns): Kill variable.
1166 (finish_cdtor): Update finish_function call.
1167 (c_objc_common_finish_file): Always call cgraph code.
1168 * c-parse.c: Regenerate.
1169 * c-parse.y: Regenerate.
1170 * c-tree.h (finish_function): Update prototype.
1171 * objc-acct.c (build_module_descriptor, finish_method_def):
1172 Update call of finish_function.
1173 * cgraphunit.c (cgraph_default_inline_p, cgraph_analyze_function): Add
1174 forward prototype.
1175 (cgraph_finalize_function): In non-unit-at-a-time mode analyze the
1176 function and assemble it if needed.
1177 (cgraph_finalize_compilation_unit): Do nothing in non-unit-at-a-time
1178 mode.
1179 (cgraph_optimize): Likewise.
1180 (cgraph_expand_function): In non-unit-at-a-time mode keep function body
1181 even when it has no inline callees.
1182 * c-parse.in: Update calls to finish_function.
1183
877bcd2d
NC
11842003-09-03 Nick Clifton <nickc@redhat.com>
1185
1186 * config/arm/arm.h: Handle TARGET_CPU_iwmmxt.
1187 Use #error to generate the message if TARGET_DEFAULT is not
1188 recognised.
1189
ee692410
RS
11902003-09-03 Richard Sandiford <rsandifo@redhat.com>
1191
1192 * config/mips/mips.h (MASK_UNUSED1): Remove.
1193 (MASK_XGOT, TARGET_XGOT): Define.
1194 (TARGET_SWITCHES): Add an entry for -mxgot.
1195 (ASM_SPEC): Map -mxgot to -xgot.
1196 * config/mips/mips.c (mips_symbol_insns): Use TARGET_XGOT to decide
1197 whether we're using a big-GOT sequences.
1198 (mips_legitimize_const_move, mips_expand_call): Likewise.
1199 (override_options): Revert 2003-01-09 change.
1200 * doc/invoke.texi: Document -mxgot.
1201
49fa0661
JM
12022003-09-02 Jason Merrill <jason@redhat.com>
1203
1204 * config/sol2.h (NO_IMPLICIT_EXTERN_C): Define here.
1205 * config/sparc/sol2.h: Not here.
1206
f0e9957a
RS
12072003-09-02 Roger Sayle <roger@eyesopen.com>
1208
1209 * expr.c (expand_expr): The code following both_summands performs
1210 the same task as simplify_gen_binary. Replace all gotos to
1211 both_summands with a call to simplify_gen_binary and delete the
1212 now unused label.
1213
5220823f
JM
12142003-09-02 Jason Merrill <jason@redhat.com>
1215
1216 PR c++/7327
1217 * config/sparc/sol2.h (NO_IMPLICIT_EXTERN_C): Define.
1218
64384568
JS
12192003-09-02 Jeff Sturm <jsturm@one-point.com>
1220
1221 * cgraphunit.c (record_call_1): Use walk_tree_without_duplicates.
1222 (cgraph_optimize_function): Set current_function_decl to the
1223 fndecl we're integrating from.
1224
742c0a4e
KG
12252003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1226
1227 * builtins.def: Break out _Complex math functions into their
1228 own category.
1229
27f35b75
AJ
12302003-09-02 Andreas Jaeger <aj@suse.de>
1231
1232 * langhooks-def.h (LANG_HOOKS_RTL_EXPAND_STMT): Cast properly.
1233
441c9a12
JZ
12342003-09-02 Josef Zlomek <zlomekj@suse.cz>
1235
1236 * cfgbuild.c (compute_outgoing_frequencies): Use NOTE instead of
1237 finding the note again.
1238
b3422074
NN
12392003-09-02 Nathanael Nerode <neroden@gcc.gnu.org>
1240
1241 * config.gcc: Remove host-specific rewrites of target_alias.
1242
4b09846b
MM
12432003-09-01 Mark Mitchell <mark@codesourcery.com>
1244
9b0f6145
MM
1245 * Makefile.in (genprogs): Fix typo.
1246
4b09846b
MM
1247 * Makefile.in (gencheck.o): Remove build commands.
1248 (dummy-conditions.o): Likewise.
1249 (read-rtl.o): Likewise.
1250 (gensupport.o): Likewise.
1251 (genconfig$(build_exeext)): Remove rule.
1252 (genconfig.o): Remove build commands.
1253 (genflags$(build_exeext)): Remove rule.
1254 (genflags.o): Remove build commands.
1255 (gencodes$(build_exeext)): Remove rule.
1256 (gencodes.o): Remove build commands.
1257 (genconstants.o): Remove build commands.
1258 (genemit$(build_exeext)): Remove rule.
1259 (genemit.o): Remove build commands.
1260 (genrecog$(build_exeext)): Remove rule.
1261 (genrecog.o): Remove build commands.
1262 (genextract$(build_exeext)): Remove rule.
1263 (genextract.o): Remove build commands.
1264 (genpeep$(build_exeext)): Remove rule.
1265 (genpeep.o): Remove build commands.
1266 (genattr$(build_exeext)): Remove rule.
1267 (genattr.o): Remove build commands.
1268 (genprognames): New variable.
1269 (genprogs): Likewise.
1270 (genobjs): Likewise.
1271 (genprogs): New rule.
1272 (genobjs): Likewise.
1273 (genattrtab.o): Remove build commands.
1274 (genautomata.o): Likewise.
1275 (genoutput$(build_exeext)): Remove rule.
1276 (genoutput.o): Remove build commands.
1277 (gengenrtl.o): Likewise.
1278 (genpreds.o): Likewise.
1279 (gengtype.o): Likewise.
1280 (genconditions.o): Likewise.
1281 (gen-protos.o): Likewise.
1282 (scan.o): Likewise.
1283 (fix-header.o): Likewise.
1284 (scan-decls.o): Likewise.
1285 (check-g++): Combine with other check targets.
1286 (check-gcc): Likewise.
1287 (check-g77): Likewise.
1288 (check-objc): Likewise.
1289
330532ab
NN
12902003-09-01 Nathanael Nerode <neroden@gcc.gnu.org>
1291
53b49aca
NN
1292 * config.gcc: Remove host-specific stuff which is unused here
1293 since the introduction of config.host.
1294
330532ab
NN
1295 * doc/fragments.texi: Mention config.host.
1296 * doc/sourcebuild.texi: Mention config.host. Give brief descriptions
1297 of config.build, config.host, and config.gcc.
1298
130a1080
ZW
12992003-09-01 Zack Weinberg <zack@codesourcery.com>
1300
1301 * c-decl.c (pushdecl): Don't put variables on
1302 C_TYPE_INCOMPLETE_VARS of a type unless that type is itself
1303 incomplete.
1304
a89ea0df
NN
13052003-09-01 Nathanael Nerode <neroden@gcc.gnu.org>
1306
1307 * config.host: New file.
1308 * config.gcc: Remove some host-specific stuff and some
1309 logic needed only for repeated invocation.
1310 * configure.in: Use config.host.
1311 * configure: Regenerate.
1312
31934da7
JZ
13132003-09-01 Josef Zlomek <zlomekj@suse.cz>
1314
1315 * c-typeck.c (build_binary_op): Kill BIT_ANDTC_EXPR.
1316 * convert.c (convert_to_integer): Kill BIT_ANDTC_EXPR.
1317 * fold-const.c (int_const_binop): Kill BIT_ANDTC_EXPR.
1318 (fold): Kill BIT_ANDTC_EXPR and label bit_and.
1319 * tree.def (BIT_ANDTC_EXPR): Kill.
1320
d0d0e9ac
NN
13212003-08-31 Nathanael Nerode <neroden@gcc.gnu.org>
1322
c406e779
NN
1323 * configure.in: Remove uses of "for x in .. ${foo}" idiom.
1324 * configure: Regenerate.
1325
d0d0e9ac
NN
1326 * config.gcc: Remove references to install_headers_dir, now unused
1327 since introduction of config.build.
1328 * config.gcc (i860-*-sysv4*): Don't set unused USG, SVR3 defines.
1329
1330 * doc/fragments.texi, doc/sourcebuild.texi: Mention new file
1331 config.build.
1332
1333 * config.build: New file.
1334 * config.gcc: Remove some build-specific stuff.
1335 * configure.in: Use config.build.
1336 * configure: Regnerate.
1337
9e4b13a7
SB
13382003-08-31 Steven Bosscher <steven@gcc.gnu.org>
1339 Roger Sayle <roger@eyesopen.com>
1340
1341 PR middle-end/11823
1342 * stmt.c (expand_end_case_type): Only use jump tables for dense
1343 switch statements when optimizing for size.
1344
7c66d5f5
OH
13452003-08-31 Olivier Hainque <hainque@act-europe.fr>
1346
130a1080
ZW
1347 * builtins.c (expand_builtin_setjmp): Use emit_jump to jump around
1348 the != 0 case, which ensures pending stack adjustments are flushed.
7c66d5f5 1349
2ed26f6b
ZW
13502003-08-30 Zack Weinberg <zack@codesourcery.com>
1351
1352 * configure.frag: Delete file.
1353 * configure.in: Rename the substitution variables
1354 dep_host_xmake_file and dep_tmake_file to xmake_file and
1355 tmake_file respectively. Do not expand $srcdir in the
1356 value of these; leave that for Make. Introduce a new
1357 substitution varaible, all_lang_makefrags, which lists
1358 subdirectory Make-lang.in files; exclude these from
1359 all_lang_makefiles, which is now only for subdirectory
1360 outputs. Do not invoke configure.frag. Do not set nor
1361 AC_SUBST_FILE target_overrides, host_overrides, or
1362 language_fragments. Create build subdirectories in
1363 config.status extra commands.
1364 * configure: Regenerate.
1365 * Makefile.in: Update substitutions to match changes to
1366 configure. Use include directives instead of @-insertions
1367 to read in host, target, and language fragments.
1368 (Makefile rule): Do not invoke configure.frag. Do not copy
1369 config.status to config.run before executing it. Set
1370 CONFIG_HEADERS and CONFIG_FILES so that only Makefile gets
1371 regenerated.
1372 (cstamp-h rule): Set CONFIG_FILES as well as CONFIG_HEADERS.
1373
766beae1
ZW
13742003-08-30 Zack Weinberg <zack@codesourcery.com>
1375
1376 * c-tree.h: Delete COMPARE_DIFFERENT_TU from enumeration.
1377 * c-typeck.c (same_translation_unit_p): New function.
1378 (comptypes): Use it instead of flags parameter to identify
1379 structure types from different translation units.
1380 * c-decl.c (duplicate_decls): Always call comptypes with
1381 COMPTYPE_STRICT flags argument.
1382 (c_reset_state): Set BLOCK_SUPERCONTEXT of the block formed
1383 to file_scope_decl.
1384
bf7a697f
ZW
13852003-08-30 Zack Weinberg <zack@codesourcery.com>
1386
1387 * c-tree.h (C_TYPE_INCOMPLETE_VARS): New macro.
1388 * c-decl.c (struct c_scope): Remove "incomplete" field.
1389 (pushdecl): Attach variables with incomplete types to
1390 the TYPE_MAIN_VARIANT of the incomplete type in question.
1391 (finish_struct): Look at C_TYPE_INCOMPLETE_VARS for variables
1392 to complete, not at current_scope->incomplete. All such
1393 variables do need completion.
1394
496b84c8
RE
13952003-08-30 Richard Earnshaw <rearnsha@arm.com>
1396 Nicolas Pitre <nico@cam.org>
1397
1398 * arm/lib1funcs.asm (RETCOND): Delete.
1399 (RETLDM): New assembler macro. Use it for returning with ldm/ldr.
1400 (ARM_LDIV0, THUMB_LDIV0): Collapse multiple definitions.
1401 (__ARM_ARCH__): Move here from ieee754-?f.S.
1402 (RET, RETc): Clean up definitions.
1403 (DIV_FUNC_END): Renamed from FUNC_END. All uses changed.
1404 (FUNC_END): New macro that marks the end of any function.
1405 (ARM_FUNC_START): New macro that allows an assembler routine to be
1406 implemented in ARM code even if a Thumb-only build.
1407 Unconditionally include ieee754-?f.S.
1408 * arm/ieee754-df.S: Delete macros moved to lib1funcs.asm.
1409 Mark ends of functions.
1410 Split into separate conditionally-compiled units.
1411 Use RETLDM to return from routines.
1412 * arm/ieee754-sf.S: Similarly.
bf7a697f 1413 * t-arm-elf (LIB1ASMFUNCS): Remove _ieee754_dp and _ieee754_sp.
496b84c8
RE
1414 Add _negdf2 _addsubdf3 _muldivdf3 _cmpdf2 _unorddf2 _fixdfsi
1415 _truncdfsf2 _negsf2 _addsubsf3 _muldivsf3 _cmpsf2 _unordsf2
1416 _fixsfsi and _fixunssfsi.
1417
bf7a697f 1418 * arm/ieee754-df.S (__muldf3): Fix bug when result of a
496b84c8 1419 multiplication underflows to zero.
bf7a697f 1420 (__adddf3): Fix bug when using VFP ordering on little-endian
496b84c8
RE
1421 processors.
1422 (__fixdfsi): Use rrx to extract the carry into a register instead of
1423 MRS instruction. Optimize later use of result.
1424 * arm/ieee754-sf.S (__fixsfsi): Likewise.
1425 (__fixunssfsi): Use a better sequence for handling negative-or-zero.
bf7a697f 1426
4985cde3
RH
14272003-08-29 Richard Henderson <rth@redhat.com>
1428
1429 * tree-optimize.c: New file.
1430 * Makefile.in (OBJS-archive): Add tree-optimize.o.
1431 (tree-optimize.o): New.
1432 * c-decl.c (store_parm_decls): Use allocate_struct_function.
1433 (finish_function): Don't free_after_parsing or free_after_compilation.
1434 (set_save_expr_context): Move to tree-optimize.c.
1435 (c_expand_body_1): Use tree_rest_of_compilation.
1436 * c-lang.c (LANG_HOOKS_RTL_EXPAND_STMT): New.
1437 * objc/objc-lang.c (LANG_HOOKS_RTL_EXPAND_STMT): New.
1438 * c-objc-common.c (expand_deferred_fns): Don't emit unused inlines;
1439 iterate until closure.
1440 * langhooks-def.h (LANG_HOOKS_RTL_EXPAND_START,
1441 LANG_HOOKS_RTL_EXPAND_STMT, LANG_HOOKS_RTL_EXPAND_END): New.
1442 (LANG_HOOKS_RTL_EXPAND_INITIALIZER): New.
1443 * langhooks.h (struct lang_hooks_for_rtl_expansion): New.
1444 * toplev.h (tree_rest_of_compilation): Declare it.
1445
d560a41c
RH
14462003-08-29 Richard Henderson <rth@redhat.com>
1447
1448 * function.h (struct function): Add rtl_inline_init, saved_for_inline.
1449 * integrate.c (save_for_inline): Set saved_for_inline.
1450 * c-semantics.c (genrtl_scope_stmt): Check it.
1451 * toplev.c (wrapup_global_declarations): Check it.
1452 (rest_of_handle_inlining): Set and check rtl_inline_init.
1453 (rest_of_compilation): Remove out of date comment.
1454
3a70d621
RH
14552003-08-29 Richard Henderson <rth@redhat.com>
1456
1457 * function.c (allocate_struct_function): New, split out of ...
1458 (prepare_function_start, init_function_start): ... here.
1459 * expr.c (init_expr): Use ggc_alloc_cleared.
1460 * stmt.c (init_stmt_for_function): Likewise.
1461 * tree.h (allocate_struct_function): Declare.
1462
2d3359eb
NN
14632003-08-29 Nathanael Nerode <neroden@gcc.gnu.org>
1464
bf7a697f
ZW
1465 * config.gcc: Don't use negated character class in shell case
1466 clause.
2d3359eb 1467
23b6da10
RH
14682003-08-29 Richard Henderson <rth@redhat.com>
1469
1470 * function.h (struct function): Move function_frequency and
1471 max_jumptable_ents before start of bit field members.
1472
0dcd3840
RH
14732003-08-29 Richard Henderson <rth@redhat.com>
1474
1475 * builtins.c (expand_builtin_constant_p): Check cse_not_expected here,
1476 (fold_builtin_constant_p) ... not here.
1477
4b1e44be
RH
14782003-08-29 Richard Henderson <rth@redhat.com>
1479
1480 * c-tree.h (C_DECL_FILE_SCOPE): Move ...
1481 * tree.h (DECL_FILE_SCOPE_P): ... here, and rename.
1482 * c-decl.c, c-objc-common.c, c-typeck.c: Update to match.
1483
fe3d04dc
KG
14842003-08-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1485
05a5fba9
KG
1486 * builtins.def: Fix typos.
1487 (ATTR_MATHFN_FPROUNDING_STORE): New macro.
1488 (BUILT_IN_FREXP, BUILT_IN_FREXPF, BUILT_IN_FREXPL, BUILT_IN_MODF,
1489 BUILT_IN_MODFF, BUILT_IN_MODFL, BUILT_IN_REMQUO, BUILT_IN_REMQUOF,
1490 BUILT_IN_REMQUOL, BUILT_IN_SINCOS, BUILT_IN_SINCOSF,
1491 BUILT_IN_SINCOSL): Use ATTR_MATHFN_FPROUNDING_STORE.
1492
fe3d04dc
KG
1493 * builtins.def (BUILT_IN_ERFC, BUILT_IN_ERFCF, BUILT_IN_ERFCL):
1494 Use ATTR_MATHFN_FPROUNDING_ERRNO.
1495
5650fd39
NN
14962003-08-29 Nathanael Nerode <neroden@gcc.gnu.org>
1497
c5e54ac8
NN
1498 * config.gcc (i386-*-vsta): Fix obvious bogosity.
1499
5650fd39
NN
1500 * fixinc/inclhack.def: Remove special cases for unsupported
1501 PTX 1 and PTX 2 (including i[34567]86-sequent-sysv3).
1502 * fixinc/fixincl.x: Regenerate.
1503
6280c439
MM
15042003-08-29 Mark Mitchell <mark@codesourcery.com>
1505
1506 * Makefile.in (cpp.info): Just state dependencies.
1507 (gcc.info): Likewise.
1508 (gccint.info): Likewise.
1509 (gccinstall.info): Likewise.
1510 (cppinternals.info): Likewise.
1511 (cpp.dvi): Likewise.
1512 (gcc.dvi): Likewise.
1513 (gccint.dvi): Likewise.
1514 (gccinstall.dvi): Likewise.
1515 (cppinternals.dvi): Likewise.
1516 (gcov.1): Likewise.
1517 (cpp.1): Likewise.
1518 (gcc.1): Likewise.
1519 (gfdl.7): Likewise.
1520 (gpl.7): Likewise.
1521 (fsf-funding.7): Likewise.
1522 ($(objdir)/%.info): New pattern rule.
1523 (%.dvi): Likewise.
bf7a697f 1524
e46f77a4
KC
15252003-08-29 Kelley Cook <kelleycook@wideopenwest.com>
1526
1527 * Makefile.in (restage1): Pass BOOT_CFLAGS to recursive make.
1528 (restage2): Likewise.
1529 (restage3): Likewise.
1530 (restage4): Likewise.
1531 (restageprofile): Likewise.
1532 (restagefeedback): Likewise.
1533 (bubblestrap): Likewise.
1534
8e3a7070
NN
15352003-08-29 Nathanael Nerode <neroden@gcc.gnu.org>
1536
1537 * config.gcc: Narrow unsupported target match to avoid clobbering
1538 i?86-sequent-sysv4*.
1539
d119e83e
KG
15402003-08-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1541
1542 * builtins.c (mathfn_built_in): Handle new math builtins.
1543
2be570f9
PB
15442003-08-28 Per Bothner <per@bothner.com>
1545
1546 Fix (hopefully temporary) for breakage caused by my 08-21 patch.
1547 * cpplex.c (_cpp_get_fresh_line): Check for null buffer.
1548 (_cpp_lex_buffer): Likewise.
1549 * cpptrad.c (_cpp_read_logical_line_trad): Likewise.
1550
f1e77d83
UW
15512003-08-28 Ulrich Weigand <uweigand@de.ibm.com>
1552
1553 * config/s390/s390.md ("*mulsi3_sign"): New insn.
1554 ("mulsidi3" expander, "mulsi_6432" insn): Remove, replace by ...
1555 ("mulsidi3"): ... this new insn.
1556 ("umulsidi3"): New insn.
1557 ("divmoddi3", "divmodtidi3", "divmodtisi3"): Simplify by using
1558 mixed-mode matching constraints.
1559 ("udivmodsi4", "udivmoddisi3"): New insns.
1560 ("udivsi3", "umodsi3"): Use only in ESA/390 mode.
1561
a2a919aa
KG
15622003-08-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1563
1564 * builtin-types.def (BT_INT_PTR, BT_FLOAT_PTR, BT_DOUBLE_PTR,
1565 BT_LONGDOUBLE_PTR, BT_FN_FLOAT_FLOAT_FLOATPTR,
1566 BT_FN_DOUBLE_DOUBLE_DOUBLEPTR,
1567 BT_FN_LONGDOUBLE_LONGDOUBLE_LONGDOUBLEPTR,
1568 BT_FN_FLOAT_FLOAT_INTPTR, BT_FN_DOUBLE_DOUBLE_INTPTR,
1569 BT_FN_LONGDOUBLE_LONGDOUBLE_INTPTR,
1570 BT_FN_FLOAT_FLOAT_FLOAT_INTPTR, BT_FN_DOUBLE_DOUBLE_DOUBLE_INTPTR,
1571 BT_FN_LONGDOUBLE_LONGDOUBLE_LONGDOUBLE_INTPTR,
1572 BT_FN_VOID_FLOAT_FLOATPTR_FLOATPTR,
1573 BT_FN_VOID_DOUBLE_DOUBLEPTR_DOUBLEPTR,
1574 BT_FN_VOID_LONGDOUBLE_LONGDOUBLEPTR_LONGDOUBLEPTR): New.
1575 * builtins.def (BUILT_IN_FREXP, BUILT_IN_FREXPF, BUILT_IN_FREXPL,
1576 BUILT_IN_MODF, BUILT_IN_MODFF, BUILT_IN_MODFL, BUILT_IN_REMQUO,
1577 BUILT_IN_REMQUOF, BUILT_IN_REMQUOL, BUILT_IN_SINCOS,
1578 BUILT_IN_SINCOSF, BUILT_IN_SINCOSL): New.
1579 * tree.c: Assign new type_nodes.
1580 * tree.h (tree_index): Add TI_FLOAT_PTR_TYPE, TI_DOUBLE_PTR_TYPE,
1581 TI_LONG_DOUBLE_PTR_TYPE, TI_INTEGER_PTR_TYPE.
1582 (float_ptr_type_node, double_ptr_type_node,
bf7a697f
ZW
1583 long_double_ptr_type_node, integer_ptr_type_node): New type_nodes.
1584
a2a919aa
KG
1585 * doc/extend.texi: Document new builtins.
1586
488f17e1
KG
15872003-08-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1588
1589 * builtin-types.def (BT_FN_FLOAT_INT_FLOAT,
1590 BT_FN_DOUBLE_INT_DOUBLE, BT_FN_LONGDOUBLE_INT_LONGDOUBLE): New.
bf7a697f 1591
488f17e1
KG
1592 * builtins.def (BUILT_IN_ERF, BUILT_IN_ERFC, BUILT_IN_ERFCF,
1593 BUILT_IN_ERFCL, BUILT_IN_ERFF, BUILT_IN_ERFL, BUILT_IN_GAMMA,
1594 BUILT_IN_GAMMAF, BUILT_IN_GAMMAL, BUILT_IN_J0, BUILT_IN_J0F,
1595 BUILT_IN_J0L, BUILT_IN_J1, BUILT_IN_J1F, BUILT_IN_J1L,
1596 BUILT_IN_JN, BUILT_IN_JNF, BUILT_IN_JNL, BUILT_IN_LGAMMA,
1597 BUILT_IN_LGAMMAF, BUILT_IN_LGAMMAL, BUILT_IN_SIGNIFICAND,
1598 BUILT_IN_SIGNIFICANDF, BUILT_IN_SIGNIFICANDL, BUILT_IN_TGAMMA,
1599 BUILT_IN_TGAMMAF, BUILT_IN_TGAMMAL, BUILT_IN_Y0, BUILT_IN_Y0F,
1600 BUILT_IN_Y0L, BUILT_IN_Y1, BUILT_IN_Y1F, BUILT_IN_Y1L,
1601 BUILT_IN_YN, BUILT_IN_YNF, BUILT_IN_YNL): New.
bf7a697f 1602
488f17e1
KG
1603 * doc/extend.texi: Document new builtins.
1604
199c4ccc
NN
16052003-08-28 Nathanael Nerode <neroden@gcc.gnu.org>
1606
2882c718 1607 * fixinc/mkfixinc.sh: Remove special case code for unsupported
bf7a697f 1608 variants of i?86, powerpcle, and thumb.
199c4ccc
NN
1609 * fixinc/mkfixinc.sh: Remove special case code for unsupported
1610 arm and hppa variants.
1611
98ff7c4d
KG
16122003-08-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1613
1614 * builtin-types.def (BT_FN_INT_FLOAT, BT_FN_INT_DOUBLE,
1615 BT_FN_INT_LONGDOUBLE, BT_FN_LONG_FLOAT, BT_FN_LONG_DOUBLE,
1616 BT_FN_LONG_LONGDOUBLE, BT_FN_LONGLONG_FLOAT,
1617 BT_FN_LONGLONG_DOUBLE, BT_FN_LONGLONG_LONGDOUBLE,
1618 BT_FN_FLOAT_FLOAT_LONGDOUBLE, BT_FN_DOUBLE_DOUBLE_LONGDOUBLE,
1619 BT_FN_FLOAT_FLOAT_INT, BT_FN_DOUBLE_DOUBLE_INT,
1620 BT_FN_LONGDOUBLE_LONGDOUBLE_INT, BT_FN_FLOAT_FLOAT_LONG,
1621 BT_FN_DOUBLE_DOUBLE_LONG, BT_FN_LONGDOUBLE_LONGDOUBLE_LONG,
1622 BT_FN_FLOAT_FLOAT_FLOAT_FLOAT, BT_FN_DOUBLE_DOUBLE_DOUBLE_DOUBLE,
1623 BT_FN_LONGDOUBLE_LONGDOUBLE_LONGDOUBLE_LONGDOUBLE): New.
1624
1625 * builtins.def (BUILT_IN_ACOS, BUILT_IN_ACOSF, BUILT_IN_ACOSH,
1626 BUILT_IN_ACOSHF, BUILT_IN_ACOSHL, BUILT_IN_ACOSL, BUILT_IN_ASIN,
1627 BUILT_IN_ASINF, BUILT_IN_ASINH, BUILT_IN_ASINHF, BUILT_IN_ASINHL,
1628 BUILT_IN_ASINL, BUILT_IN_ATANH, BUILT_IN_ATANHF, BUILT_IN_ATANHL,
1629 BUILT_IN_CBRT, BUILT_IN_CBRTF, BUILT_IN_CBRTL, BUILT_IN_COPYSIGN,
1630 BUILT_IN_COPYSIGNF, BUILT_IN_COPYSIGNL, BUILT_IN_COSH,
1631 BUILT_IN_COSHF, BUILT_IN_COSHL, BUILT_IN_DREM, BUILT_IN_DREMF,
1632 BUILT_IN_DREML, BUILT_IN_EXP10, BUILT_IN_EXP10F, BUILT_IN_EXP10L,
1633 BUILT_IN_EXP2, BUILT_IN_EXP2F, BUILT_IN_EXP2L, BUILT_IN_EXPM1,
1634 BUILT_IN_EXPM1F, BUILT_IN_EXPM1L, BUILT_IN_FDIM, BUILT_IN_FDIMF,
1635 BUILT_IN_FDIML, BUILT_IN_FMA, BUILT_IN_FMAF, BUILT_IN_FMAL,
1636 BUILT_IN_FMAX, BUILT_IN_FMAXF, BUILT_IN_FMAXL, BUILT_IN_FMIN,
1637 BUILT_IN_FMINF, BUILT_IN_FMINL, BUILT_IN_HYPOT, BUILT_IN_HYPOTF,
1638 BUILT_IN_HYPOTL, BUILT_IN_ILOGB, BUILT_IN_ILOGBF, BUILT_IN_ILOGBL,
1639 BUILT_IN_LDEXP, BUILT_IN_LDEXPF, BUILT_IN_LDEXPL, BUILT_IN_LLRINT,
1640 BUILT_IN_LLRINTF, BUILT_IN_LLRINTL, BUILT_IN_LLROUND,
1641 BUILT_IN_LLROUNDF, BUILT_IN_LLROUNDL, BUILT_IN_LOG10,
1642 BUILT_IN_LOG10F, BUILT_IN_LOG10L, BUILT_IN_LOG1P, BUILT_IN_LOG1PF,
1643 BUILT_IN_LOG1PL, BUILT_IN_LOG2, BUILT_IN_LOG2F, BUILT_IN_LOG2L,
1644 BUILT_IN_LOGB, BUILT_IN_LOGBF, BUILT_IN_LOGBL, BUILT_IN_LRINT,
1645 BUILT_IN_LRINTF, BUILT_IN_LRINTL, BUILT_IN_LROUND,
1646 BUILT_IN_LROUNDF, BUILT_IN_LROUNDL, BUILT_IN_NEXTAFTER,
1647 BUILT_IN_NEXTAFTERF, BUILT_IN_NEXTAFTERL, BUILT_IN_NEXTTOWARD,
1648 BUILT_IN_NEXTTOWARDF, BUILT_IN_NEXTTOWARDL, BUILT_IN_POW10,
1649 BUILT_IN_POW10F, BUILT_IN_POW10L, BUILT_IN_REMAINDER,
1650 BUILT_IN_REMAINDERF, BUILT_IN_REMAINDERL, BUILT_IN_RINT,
1651 BUILT_IN_RINTF, BUILT_IN_RINTL, BUILT_IN_SCALB, BUILT_IN_SCALBF,
1652 BUILT_IN_SCALBL, BUILT_IN_SCALBLN, BUILT_IN_SCALBLNF,
1653 BUILT_IN_SCALBLNL, BUILT_IN_SCALBN, BUILT_IN_SCALBNF,
1654 BUILT_IN_SCALBNL, BUILT_IN_SINH, BUILT_IN_SINHF, BUILT_IN_SINHL,
1655 BUILT_IN_TANH, BUILT_IN_TANHF, BUILT_IN_TANHL): New.
1656
1657 * doc/extend.texi: Document new builtins.
1658
9e8327e3
UW
16592003-08-28 Ulrich Weigand <uweigand@de.ibm.com>
1660
1661 * config/s390/s390.c (legitmate_constant_p): Use LARL on
1662 zSeries machines even in 31-bit addressing mode.
1663 (legitimate_reload_constant_p): Likewise.
1664 (legitimize_pic_address): Likewise.
1665 (legitimize_tls_address): Likewise.
1666 (s390_split_branches): Likewise.
1667 (s390_dump_pool): Likewise.
1668 (s390_mainpool_finish): Likewise.
1669 (s390_chunkify_start): Likewise.
1670 (s390_select_rtx_section): Likewise.
1671 * config/s390/s390.md ("doloop_si"): Likewise.
1672 ("pool_start_31", "pool_end_31"): Likewise.
1673 ("pool_start_64", "pool_end_64"): Likewise.
1674 ("main_base_31_small", "main_base_31_large"): Likewise.
1675 ("main_base_64"): Likewise.
1676 ("reload_base_31", "reload_base_64"): Likewise.
1677 ("*movsi_larl"): New insn.
1678 ("cjump", "icjump"): Use long branches on zSeries machines.
1679 ("jump"): Likewise.
1680 ("call"): Use BRASL on zSeries machines.
1681 ("call_value", "call_value_tls"): Likewise.
bf7a697f 1682 ("brasl", "bras", "basr_64", "basr_31", "bas_64", "bas_31"): Remove
9e8327e3
UW
1683 and replace by ...
1684 ("*bras", "*brasl", "*basr") ... these new insns.
bf7a697f 1685 ("brasl_r", "bras_r", "basr_64_r", "basr_31_r", "bas_64_r",
9e8327e3
UW
1686 "bas_31_r"): Remove and replace by ...
1687 ("*bras_r", "*brasl_r", "*basr_r") ... these new insns.
bf7a697f 1688 ("brasl_tls", "bras_tls", "basr_64_tls", "basr_31_tls",
9e8327e3
UW
1689 "bas_64_tls", "bas_31_tls"): Remove and replace by ...
1690 ("*bras_tls", "*brasl_tls", "*basr_tls") ... these new insns.
1691 ("*return_si", "*return_di"): Remove and replace by ...
1692 ("*return"): ... this new insn.
1693 ("rotlsi3"): Allow on zSeries machines.
1694
1695 * config/s390/s390.c (legitimize_reload_constant_p): Use
1696 LL/LH type instructions in z/Architecture mode.
1697 * config/s390/s390.md ("*movsi_lli"): Likewise.
1698 ("*andsi3_ni", "*andhi3_ni", "*andqi3_ni"): Likewise.
1699 ("*iorsi3_ni", "*iorhi3_ni", "*iorqi3_ni"): Likewise.
1700 ("*extendqisi2"): Use LB in z/Architecture mode.
bf7a697f 1701 ("*zero_extendqisi2_64", "*zero_extendqisi2_31"): Use LLGC in
9e8327e3 1702 z/Architecture mode.
bf7a697f 1703 ("zero_extendqihi2", "*zero_extendqihi2_64", "*zero_extendqihi2_31"):
9e8327e3 1704 Likewise.
bf7a697f 1705
9e8327e3
UW
1706 * config/s390/s390.md ("*tmdi_ext"): Allow in both 64-bit
1707 and 31-bit mode.
1708 ("ptr_extend"): Allow only in 64-bit mode.
1709
0d037580
DJ
17102003-08-27 Daniel Jacobowitz <drow@mvista.com>
1711
1712 * gcc.c (STANDARD_EXEC_PREFIX, STANDARD_STARTFILE_PREFIX)
1713 (TOOLDIR_BASE_PREFIX, STANDARD_BINDIR_PREFIX): Remove unnecessary
1714 definitions.
1715 (main): Only use standard_startfile_prefix if native.
1716 * doc/tm.texi (STANDARD_STARTFILE_PREFIX): Update.
1717
75ee800b
PB
17182003-08-27 Per Bothner <pbothner@apple.com>
1719
1720 * cpperror.c (print_location): Don't check for !pfile->buffer. That
1721 test fails following my 08-21 change, and it seems unnecessary anyway.
1722 (cpp_error): Likewise.
1723
138ca312
JM
17242003-08-27 Jason Merrill <jason@redhat.com>
1725
1726 * real.c (do_multiply): Initialize with memset.
1727
3d7ca167
ZD
17282003-08-27 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
1729
1730 * gcov.c (typedef struct arc_info): New field cs_count.
1731 (accumulate_line_counts): Find cycles correctly.
1732
5af2f3d3
UW
17332003-08-27 Ulrich Weigand <uweigand@de.ibm.com>
1734
1735 * config/s390/s390.c (struct machine_function): Remove member
1736 literal_pool_label.
bf7a697f 1737 (s390_optimize_prolog): Replace TEMP_REG argument with
5af2f3d3 1738 TEMP_USED and BASE_USED. Do not check get_pool_size ().
bf7a697f
ZW
1739 (general_s_operand): Accept all immediates before reload if
1740 ALLOW_IMMEDIATE. If not ALLOW_IMMEDIATE, reject literal pool
5af2f3d3
UW
1741 references.
1742 (s390_output_symbolic_const): Remove UNSPEC_LTREL_OFFSET handling.
1743 (find_constant_pool_ref): Ignore UNSPECV_POOL_ENTRY insns.
1744 (s390_alloc_pool): New function.
1745 (s390_new_pool): Call it.
1746 (s390_dump_pool): Add REMOTE_LABEL argument.
bf7a697f 1747 (s390_chunkify_start): Add BASE_REG argument. Do not check
5af2f3d3 1748 get_pool_size ().
bf7a697f 1749 (s390_chunkify_finish): Add BASE_REG argument. Adapt
5af2f3d3
UW
1750 s390_dump_pool call.
1751 (s390_pool_count, s390_nr_constants): Remove.
1752 (s390_output_constant_pool): Remove.
1753 (s390_mainpool_start): New function.
1754 (s390_mainpool_finish): New function.
1755 (s390_mainpool_cancel): New function.
1756 (s390_reorg): Implement main literal pool handling.
bf7a697f 1757 (s390_emit_prologue): Emit main_pool placeholder instead of
5af2f3d3
UW
1758 literal_pool_31 / literal_pool_64 insns.
1759 * config/s390/s390.h (s390_pool_count, s390_nr_constants): Remove.
1760 (ASM_OUTPUT_POOL_PROLOGUE, ASM_OUTPUT_SPECIAL_POOL_ENTRY): Remove.
1761 * config/s390/s390.md (UNSPEC_MAIN_BASE): New symbolic constant.
1762 ("main_base_31_small", "main_base_31_large"): New insns.
1763 ("main_base_64", "main_pool"): New insns.
1764 ("literal_pool_31", "literal_pool_64"): Remove.
1765
036e07f2
NN
17662003-08-27 Nathanael Nerode <neroden@gcc.gnu.org>
1767
1768 * fixinc/inclhack.def (ptx_netswap): New disabled fix, ported from
1769 fixinc.ptx.
1770 * fixinc/inclhack.def (undefine_null): Don't generate \r characters.
1771 Prettify a little.
1772 * fixinc/fixincl.x: Regenerate.
1773
4202ce82
RE
17742003-08-27 Richard Earnshaw <rearnsha@arm.com>
1775
1776 * lib1funcs.asm (L_ieee754_sp): New. Include ieee754-sf.S.
1777 (L_ieee754_dp): New. Include ieee754-df.S.
1778 * arm/ieee754-sf.S: Rework to allow interworking, calling from Thumb,
1779 and compilation in apcs-26 mode.
1780 * arm/ieee754-df.S: Likewise.
1781 * t-arm-elf (DPBIT, FPBIT, fp-bit.c dp-bit.c): Delete rules
1782 (LIB1ASMFUNCS): Add _ieee754_sp and _ieee754_dp targets.
1783
17842003-08-27 Nicolas Pitre <nico@cam.org>
1785
1786 * arm/ieee754-sf.S: New.
1787 * arm/ieee754-df.S: New.
1788
b7bc76e3
JJ
17892003-08-27 Jakub Jelinek <jakub@redhat.com>
1790
1791 * builtins.c (expand_builtin_expect_jump): Save pending_stack_adjust
1792 and restore it if returning NULL.
1793
648bb159
RS
17942003-08-27 Richard Sandiford <rsandifo@redhat.com>
1795
1796 * calls.c (initialize_argument_information): If an argument has no
1797 stack space associated with it, and BLOCK_REG_PADDING is defined,
1798 use it to decide at which end the argument should be padded.
1799 * function.c (assign_parms): Allocate BLKmode stack slots.
1800 * config/mips/mips-protos.h (mips_pad_arg_upward): Declare.
1801 (mips_pad_reg_upward): Declare.
1802 * config/mips/mips.h (PAD_VARARGS_DOWN): Use FUNCTION_ARG_PADDING.
1803 (CUMULATIVE_ARGS): Remove num_adjusts and adjusts.
1804 (FUNCTION_ARG_PADDING): Use mips_pad_arg_upward.
1805 (BLOCK_REG_PADDING): Use mips_pad_reg_upward.
1806 * config/mips/mips.c (struct mips_arg_info): Remove struct_p.
1807 (mips_expand_call): Remove code for generating structure shifts.
1808 (mips_arg_info): Don't set struct_p. Don't set fpr_p for non-float
1809 types unless using the EABI.
1810 (function_arg_advance): Don't generate shift instructions.
1811 (function_arg): Don't return them. Don't short-circuit the
1812 check for double structure chunks for DFmode arguments.
1813 (mips_pad_arg_upward, mips_pad_reg_upward): New functions.
1814 (mips_expand_prologue): Remove code to emit structure shifts.
1815 * config/mips/irix6-libc-compat.c: Remove workarounds for buggy
1816 structure passing (inet_ntoa, inet_lnaof, inet_netof). Update
1817 comments to say that only structure returns are a problem.
1818
228e7b62
NN
18192003-08-26 Nathanael Nerode <neroden@gcc.gnu.org>
1820
88f505f6
NN
1821 * fixinc/tests/base/string.h, fixinc/tests/base/sys/regset.h:
1822 Fix to match produced versions.
1823 * fixinc/inclhack.def (longlong_t): New disabled test, ported
1824 from fixinc.svr4.
7309576c
NN
1825 * fixinc/inclhack.def (ptx_pwd_h): New disabled fix, ported
1826 from fixinc.ptx.
bf7a697f
ZW
1827 * fixinc/inclhack.def (ptx_sys_mc_param_h): New disabled fix,
1828 ported from fixinc.ptx.
1829
dc3786d8
PB
18302003-08-26 Per Bothner <pbothner@apple.com>
1831
1832 * cpplib.h (struct cpp_token): Change type of field line to fileline.
1833 (cpp_error_with_line): Use fileline for appropriate parameter.
1834 * cpphash.h (struct cpp_macro): Change type of field line to fileline.
1835 (struct cpp_reader): Likewise for fields line and directive_line.
1836 (_cpp_begin_message): Use fileline for appropriate parameter.
1837 * cpperror.c (print_location, _cpp_begin_message, cpp_error_with_line,
1838 cpp_error): Use fileline for appropriate parameters and variables.
1839 (print_location): New local lin, since it is not a fileline.
1840
00229de4
RS
18412003-08-26 Roger Sayle <roger@eyesopen.com>
1842
1843 PR middle-end/12002
1844 * tree.h (SCALAR_FLOAT_TYPE_P, COMPLEX_FLOAT_TYPE_P): New macros.
1845 (FLOAT_TYPE_P): Define in terms of these two new macros.
1846 * fold-const.c (fold <PLUS_EXPR>): Don't convert x+x into x*2.0
1847 for complex floating point types.
1848
b41ead3e
UW
18492003-08-26 Ulrich Weigand <uweigand@de.ibm.com>
1850
1851 * config/s390/s390.c (emit_prologue): Don't check literal pool size.
bf7a697f 1852 * config/s390/s390.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Call
b41ead3e
UW
1853 s390_output_pool_entry.
1854
c2f523ea
NN
18552003-08-26 Nathanael Nerode <neroden@gcc.gnu.org>
1856
bf7a697f
ZW
1857 * fixinc/inclhack.def (svr4_preproc_lint_on,
1858 svr4_preproc_lint_off, svr4_preproc_machine): New disabled
c2f523ea
NN
1859 fixes, ported from fixinc.svr4.
1860
e158a5fb
MM
18612003-08-26 Mark Mitchell <mark@codesourcery.com>
1862
1863 * doc/install.texi (Prerequisites): Mention GNU make requirement.
1864
1865 * Makefile.in (AR_FOR_TARGET): Export it.
1866 (AR_CREATE_FOR_TARGET): Likewise.
1867 (AR_FLAGS_FOR_TARGET): Likewise.
1868 (AR_EXTRACT_FOR_TARGET): Likewise.
1869 (AWK): Likewise.
1870 (BUILD_PREFIX): Likewise.
1871 (BUILD_PREFIX_1): Likewise.
1872 (DESTDIR): Likewise.
1873 (GCC_FOR_TARGET): Likewise.
1874 (INCLUDES): Likewise.
1875 (INSTALL_DATA): Likewise.
1876 (LIB1ASMSRC): Likewise.
1877 (LIBGCC2_CFLAGS): Likewise.
1878 (MACHMODE_H): Likewise.
1879 (NM_FOR_TARGET): Likewise.
1880 (RANLIB_FOR_TARGET): Likewise.
1881 (libsubdir): Likewise.
1882 (slibdir): Likewise.
1883 (ORDINARY_FLAGS_TO_PASS): Remove stuff that we're
1884 exporting.
1885 (libgcc.a): Don't pass them here.
1886 (stmp-multilib): Or here.
1887 (install-libgcc): Or here.
1888 (install-multilib): Or here.
1889 (POSTSTAGE1_FLAGS_TO_PASS): Or here.
1890 (stage1_build): Or here.
1891
288e517f
AK
18922003-08-26 Andreas Krebbel <krebbel1@de.ibm.com>
1893
1894 * config/s390/s390.md ("*llgt_sisi", "*llgt_sisi_split", "*llgt_didi",
1895 "*llgt_didi_split", "*llgt_sidi", "*llgt_sidi_split"): New insns.
1896
a1b892b5
AK
18972003-08-26 Andreas Krebbel <krebbel1@de.ibm.com>
1898
bf7a697f 1899 * config/s390/s390.md ("*fmadddf", "*fmsubdf",
a1b892b5
AK
1900 "*fmaddsf", "*fmsubsf"): New insns.
1901
e3232933
RS
19022003-08-26 Roger Sayle <roger@eyesopen.com>
1903
1904 * fold-const.c (fold <MULT_EXPR>): Optimize (C1/X)*C2 into
1905 (C1*C2)/X when unsafe math optimizations are allowed.
1906 (fold <RDIV_EXPR>): Optimize C1/(X*C2) into (C1/C2)/X with unsafe
1907 math optimizations. Minor code clean-ups. Recursively call
1908 fold when constructing sub-expressions.
1909
cf42869d
RS
19102003-08-26 Roger Sayle <roger@eyesopen.com>
1911
1912 * builtins.c (fold_builtin_bitop): New function to perform constant
1913 folding of ffs, clz, ctz, popcount and parity builtin functions
1914 and their long and long long variants (such as ffsl and ffsll).
1915 (fold_builtin): fold_builtin_bitop when appropriate.
1916 * simplify-rtx.c (simplify_unary_operation): Honor both
1917 CLZ_DEFINED_VALUE_AT_ZERO and CTZ_DEFINED_VALUE_AT_ZERO when
1918 evaluating clz and ctz at compile-time, for operands wider
1919 than HOST_WIDE_INT.
1920
d128effb
NS
19212003-08-26 Nathan Sidwell <nathan@codesourcery.com>
1922
20b50672
NS
1923 * builtins.c (build_function_call_expr): Don't set
1924 TREE_SIDE_EFFECTS here.
1925 * expr.c (emit_block_move_via_libcall): Likewise.
1926 (clear_storage_via_libcall): Likewise.
1927 * tree.c (build): Set TREE_SIDE_EFFECTS for non-const, non-pure
1928 CALL_EXPRs.
bf7a697f 1929
d128effb
NS
1930 * gcse.c (is_too_expensive): New function.
1931 (gcse_main, delete_null_pointer_checks, bypass_jumps): Use it.
1932
7e2055ec
ZW
19332003-08-25 Zack Weinberg <zack@codesourcery.com>
1934
1935 * config.gcc (hppa*-*-hpux11*, ia64*-*-hpux*): Remove
1936 commented-out logic to use DCE threads (if present), add
1937 support for POSIX threads.
1938 * config/ia64/hpux.h: Define CPP_SPEC to set appropriate
1939 #defines for -pthread. Add -lpthread to LIB_SPEC when
1940 -pthread. In both cases take -mt as a synonym for -pthread
1941 for acc compatibility.
1942 Define GTHREAD_USE_WEAK to 0.
1943 * config/pa/pa-hpux11.h: Likewise for CPP_SPEC and LIB_SPEC.
1944 Remove old logic for DCE threads from LIB_SPEC.
1945 * config/pa/pa64-hpux.h: Define GTHREAD_USE_WEAK to 0.
1946
8634629b
RS
19472003-08-25 Roger Sayle <roger@eyesopen.com>
1948
1949 * builtins.c (expand_builtin_mathfn): Rearrange so that we only
1950 return 0 for invalid argument types. Instead drop through to a
1951 call of expand_call at the bottom of function. If op is SQRT,
1952 try attaching a SQRT rtx as the REQ_EQUAL note of the libcall.
1953
0d433a6a
RH
19542003-08-25 Richard Henderson <rth@redhat.com>
1955
1956 * config/ia64/ia64.c (ia64_expand_tls_address): Properly truncate
1957 result when op0 is SImode.
7e2055ec 1958
1d109416
NN
19592003-08-25 Nathanael Nerode <neroden@twcny.rr.com>
1960
1961 * fixinc/inclhack.def (svr4_sighandler_type): New fix, ported
1962 from fixinc.svr4.
1963 * fixinc/fixincl.x: Regenerate.
1964 * fixinc/tests/base/sys/signal.h: Regenerate.
1965
dc5c3188
UW
19662003-08-25 Ulrich Weigand <uweigand@de.ibm.com>
1967
1968 * combine.c (simplify_comparison): Re-enable widening of comparisons
1969 with non-paradoxical subregs of non-REG expressions.
1970
b01e3e38
UW
19712003-08-25 Ulrich Weigand <uweigand@de.ibm.com>
1972
1973 * combine.c (distribute_notes): Handle REG_ALWAYS_RETURN.
1974
c6279378
UW
19752003-08-25 Ulrich Weigand <uweigand@de.ibm.com>
1976
1977 * combine.c (combine_simplify_rtx): Fix RTL sharing bug.
1978
12ea3302
GDR
19792003-08-25 Gabriel Dos Reis <gdr@integrable-solutions.net>
1980
1981 * pretty-print.h (pp_maybe_newline_and_indent): New macro.
1982 * c-pretty-print.h (c_pretty_printer): Now typedef to the
1983 structure. Be consistent with pretty-print.h abd cxx-pretty-print.h
1984 (struct c_pretty_print_info): Document. Add new fields.
1985 (pp_type_specifier_seq): Rename from pp_c_type_specifier.
1986 (pp_direct_abstract_declarator): New macro.
1987 (pp_ptr_operator): Likewise.
1988 (pp_simple_type_specifier): Likewise.
1989 (pp_expression): Likewise.
1990 (pp_parameter_list): Rename from pp_parameter_declaration.
1991 * c-pretty-print.c (pp_c_whitespace): Now a function.
1992 (pp_c_left_paren): Likewise.
1993 (pp_c_right_paren): Likewise.
1994 (pp_c_dot): Likewise.
1995 (pp_c_ampersand): Likewise.
1996 (pp_c_arrow): Likewise.
1997 (pp_c_semicolon): Likewise.
1998 (pp_c_type_cast): New function.
1999 (pp_c_space_for_pointer_operator): Likewise.
2000 (pp_c_call_argument_list): Likewise.
2001 (pp_c_cv_qualifier): Adjust prototype.
2002 (pp_c_type_qualifier_list): Likewise.
2003 (pp_c_pointer): Likewise. Handle REFERENCE_TYPE here.
2004 (pp_c_type_specifier): Rename from pp_c_simple_type_specifier.
2005 Adjust to follow standard grammar.
2006 (pp_c_specifier_qualifier_list): Adjusr prototype. Handle
2007 REFERENCE_TYPE. Tidy.
2008 (pp_c_parameter_type_list): Adjust prototype. Tidy.
2009 (pp_c_parameter_declaration): Remove.
2010 (pp_c_abstract_declarator): Adjust prototype.
2011 (pp_c_direct_abstract_declarator): Likewise.
2012 (pp_c_type_id): Likewise.
7e2055ec 2013 (pp_c_storage_class_specifier): Likewise.
12ea3302
GDR
2014 (pp_c_function_specifier): Likewise.
2015 (pp_c_declaration_specifiers): Likewise.
2016 (pp_c_direct_declarator): Likewise.
2017 (pp_c_declarator): Likewise.
2018 (pp_c_declarator): Likewise.
2019 (pp_c_declaration): Likewise.
2020 (pp_c_attributes): Likewise. Tidy.
2021 (pp_c_function_definition): Adjust prototype.
2022 (pp_c_char): Likewise.
2023 (pp_c_string_literal): Likewise.
2024 (pp_c_integer_constant): Likewise.
2025 (pp_c_character_constant): Likewise.
2026 (pp_c_bool_constant): Likewise.
2027 (pp_c_enumeration_constant): Likewise.
2028 (pp_c_floating_constant): Likewise.
2029 (pp_c_constant): Likewise.
2030 (pp_c_identifier): Likewise.
2031 (pp_c_primary_expression): Likewise. Remove TARGET_EXPR case. Tidy.
2032 (pp_c_initializer): Adjust prototype.
2033 (pp_c_init_declarator): Likewise.
2034 (pp_c_initializer_list): Likewise.
2035 (pp_c_id_expression): Likewise.
2036 (pp_c_postfix_expression): Likewise.
2037 (pp_c_expression_list): Likewise.
2038 (pp_c_unary_expression): Likewise.
2039 (pp_c_cast_expression): Likewise.
2040 (pp_c_multiplicative_expression): Likewise.
2041 (pp_c_additive_expression): Likewise.
2042 (pp_c_shift_expression): Likewise.
2043 (pp_c_relational_expression): Likewise.
2044 (pp_c_equality_expression): Likewise.
2045 (pp_c_and_expression): Likewise.
2046 (pp_c_exclusive_or_expression): Likewise.
2047 (pp_c_inclusive_or_expression): Likewise.
2048 (pp_c_logical_and_expression): Likewise.
2049 (pp_c_logical_or_expression): Likewise.
2050 (pp_c_conditional_expression): Likewise.
2051 (pp_c_assignment_expression): Likewise.
2052 (pp_c_expression): Likewise. Tidy.
2053 (pp_c_statement): Likewise. Document.
2054 (pp_c_pretty_printer_init): Adjust prototype. Tidy.
2055
2056 * c-lang.c (c_initialize_diagnostics): Update.
2057 * c-common.h (strip_pointer_operator): Declare.
2058 * c-common.c (strip_pointer_operator): Define.
2059
43dc123f
MM
20602003-08-25 Mark Mitchell <mark@codesourcery.com>
2061
2062 PR c++/8795
2063 * tree.h (build_method_type_directly): Declare.
2064 * c-common.c (handle_vector_size_attributes): Handle METHOD_TYPEs.
2065 (vector_size_helper): Likewise.
2066 * tree.c (build_method_type_directly): New function.
2067 (build_method_type): Use it.
2068
a30b6839
RH
20692003-08-24 Richard Henderson <rth@redhat.com>
2070
2071 * config/i386.i386.c (ix86_return_in_memory): Reformat. Return true
2072 for 16-byte vector modes if sse not enabled; warn for abi change.
2073 (ix86_value_regno): Only return xmm0 for 16-byte vector types.
2074
30c3267c
KH
20752003-08-24 Kazu Hirata <kazu@cs.umass.edu>
2076
2077 * rtlanal.c (may_trap_p): Simplify an integer comparison.
2078
791996d1
NN
20792003-08-24 Nathanael Nerode <neroden@gcc.gnu.org>
2080
2081 * fixinc/inclhack.def (AAB_svr4_replace_byteorder): Enhance
2082 comment. Enable for DYNIX/ptx systems (when they switch to
2083 regular fixincludes).
2084 * fixinc/fixincl.x: Regenerate.
2085
b882d60d
JE
20862003-08-23 Jason Eckhardt <jle@rice.edu>
2087
2088 * config/i860/t-i860: New.
2089 * config.gcc (i860-*-sysv4*): Add t-i860 to tmake_file.
2090
61c234ce
JJ
20912003-08-23 Jakub Jelinek <jakub@redhat.com>
2092
2093 * c-decl.c (pushdecl): Only put decls which finish_struct will do
2094 something about onto incomplete chain.
2095 (finish_struct): If not removing type from incomplete
2096 list, update prev.
2097
602a82f3 20982003-08-20 Jan Hubicka <jh@suse.cz>
ebe75517
JH
2099
2100 PR target/11369
2101 * i386.c (ix86_expand_carry_flag_compare): Validate operand.
2102
2103 PR target/11031
2104 * i386.c (const_0_to_3_operand, const_0_to_7_operand,
2105 const_0_to_15_operand, const_0_to_255_operand): New predicates.
2106 * i386.h (PREDICATE_CODES): Add these.
2107 * i386.c (pinsrw and pextrw patterns): Use them.
2108
2109 PR target/10984
2110 * i386.c (ix86_expand_binop_builtin): Behave sanely for VOIDmodes.
2111
2112 PR target/8869
2113 * expr.c (convert_modes): Deal properly with integer to vector
2114 constant conversion.
2115
2116 PR target/8871
2117 * i386.md (zero_extendsidi2*): Add MMX and SSE alternatives.
2118
02ed3c5e
UW
21192003-08-23 Ulrich Weigand <uweigand@de.ibm.com>
2120
2121 * config/s390/s390.h (LOAD_EXTEND_OP): Remove.
2122 * config/s390/s390.md ("movhi"): New expander; old insn renamed to ...
2123 ("*movhi"): ... this.
2124 ("movqi", "*movqi"): Likewise.
2125 ("movqi_64"): Remove.
2126 ("*zero_extendhisi2_31"): Change predicate to s_operand.
2127
643642eb
DJ
21282003-08-23 Dale Johannesen <dalej@apple.com>
2129 * calls.c (emit_library_call_value_1): Fix obvious errors in
f346cc37 2130 arguments to emit_group_store.
643642eb 2131
edf11bda
JE
21322003-08-23 Jason Eckhardt <jle@rice.edu>
2133
2134 * calls.c (emit_library_call_value_1): Remove code related
2135 to LIBGCC_NEEDS_DOUBLE.
2136 * config/stormy16/stormy16.h: Remove mention of LIBGCC_NEEDS_DOUBLE.
2137 * doc/tm.texi: Likewise.
2138 * system.h: Poison the LIBGCC_NEEDS_DOUBLE macro.
2139
e2a188b2
RS
21402003-08-23 Richard Sandiford <rsandifo@redhat.com>
2141
2142 * config/mips/linux64.h (STARTFILE_PREFIX_SPEC): Remove.
2143
520d96c6
RS
21442003-08-23 Richard Sandiford <rsandifo@redhat.com>
2145
2146 * config/mips/mips.c (mips_setup_incoming_varargs): Handle o32 and o64
2147 as well. Put memory references in the varargs alias set.
2148 (mips_expand_prologue): Remove varargs handling from here.
2149
47798692
UW
21502003-08-23 Ulrich Weigand <uweigand@de.ibm.com>
2151
2152 * config/s390/s390.c (s390_expand_movstr, s390_expand_clrstr,
2153 s390_expand_cmpmem, s390_output_constant_pool, s390_build_va_list,
2154 s390_function_profiler, s390_output_mi_thunk): Use ISO C syntax
2155 for function pointer calls.
2156 * config/s390/s390.md ("*negdi2_31"): Likewise.
2157
a0209ac2
RS
21582003-08-23 Roger Sayle <roger@eyesopen.com>
2159
2160 * combine.c (apply_distributive_law): Correct comment.
2161
fe232263
JE
21622003-08-23 Jason Eckhardt <jle@rice.edu>
2163
2164 * config/i860/i860.h: Remove comment mentioning LIBGCC_NEEDS_DOUBLE.
2165
5dab8d92
JE
21662003-08-22 Jason Eckhardt <jle@rice.edu>
2167
2168 * config/i860/i860.c (i860_build_va_list): Create the va_decl
2169 declaration. Document the va_list structure.
2170 (i860_va_start): Initialize the va_list structure.
2171 (i860_va_arg): Rewrite completely.
2172 * config/i860/i860.h (LIBGCC_NEEDS_DOUBLE): Don't define.
2173 * config/i860/varargs.asm: Do not allocate or initialize
2174 a va_list. Return the address of the register save area.
2175
2cac216b
KH
21762003-08-22 Kazu Hirata <kazu@cs.umass.edu>
2177
2178 * config/iq2000/iq2000.c: Fix comment typos.
2179 * config/iq2000/iq2000.md: Likewise.
2180
4375e090
KH
21812003-08-22 Kazu Hirata <kazu@cs.umass.edu>
2182
2183 * config/iq2000/iq2000.c: Follow spelling conventions.
2184 * config/iq2000/iq2000.h: Likewise.
2185 * config/mn10300/mn10300.c: Likewise.
2186
a36b8cb8
JE
21872003-08-22 Jason Eckhardt <jle@rice.edu>
2188
2189 * config/i860/i860.c (output_move_double): Don't set latehalf
2190 to zero for CONST_INT (since it could be, e.g., -1).
2191
2192 * config/i860/i860.h (REMSI3_LIBCALL): Replace this macro...
2193 (MODSI3_LIBCALL): ...with this one.
2194 (UREMSI3_LIBCALL): Replace this macro...
2195 (UMODSI3_LIBCALL): ...with this one.
2196
89520fd7
JE
21972003-08-22 Jason Eckhardt <jle@rice.edu>
2198
2199 * config/i860/i860-protos.h (output_delay_insn): Remove prototype.
2200 (output_delayed_branch): Remove prototype.
2201 (single_insn_src_p): Remove prototype.
2202 * config/i860/i860.c (single_insn_src_p): Remove function.
2203 (output_delayed_branch): Remove function.
2204 (output_delay_insn): Remove function.
2205 (va_start): Remove unconditional test and dead code, re-format.
2206 Fix coding style and spelling problems in various comments.
2207 * config/i860/i860.md (UNSPECV_BLOCKAGE): Define constant...
2208 (blockage pattern): ...and use it here.
2209 (all define_peephole patterns related to delayed branches): Remove.
2210 Fix coding style and spelling problems in various comments.
2211
8274e603
JE
22122003-08-22 Jason Eckhardt <jle@rice.edu>
2213
2214 * config/i860/i860.c: Replace all occurrences of 'GNU CC' with 'GCC'.
2215 Remove all uses of the PARAMS macro. Remove superflous prototypes.
2216 Convert all function definitions from traditional to ISO C90 syntax.
2217 * config/i860/i860-protos.h: Replace all occurrences of 'GNU CC'
2218 with 'GCC'. Remove all uses of the PARAMS macro.
2219 * config/i860/i860.h: Replace all occurrences of 'GNU CC' with 'GCC'.
2220 * config/i860/i860.md: Likewise.
2221 * config/i860/sysv4.h: Likewise.
2222 * config/i860/varargs.asm: Likewise.
2223
cfbdb830
JE
22242003-08-22 Jason Eckhardt <jle@rice.edu>
2225
2226 * config/i860/i860-protos.h (i860_va_start): Remove 'stdarg_p'
2227 argument.
2228 (tdesc_section): Add prototype.
2229 Update copyright dates.
2230 * config/i860/i860.c: Include coretypes.h, tm.h, and toplev.h.
2231 (TARGET_ASM_FUNCTION_PROLOGUE): Move definition to end of file.
2232 (TARGET_ASM_FUNCTION_EPILOGUE): Likewise.
2233 (targetm): Likewise.
2234 (i860_output_function_prologue): Substitute HOST_WIDE_INT_PRINT_DEC
2235 for '%d' where necessary.
2236 (i860_va_start): Remove 'stdarg_p' argument. Make conditional checks
2237 on 'stdarg_p' unconditional. Divide current_function_args_info.ints
2238 by UNITS_PER_WORD when referencing (likewise for .floats).
2239 (I860_SVR4_VARARGS): Rename...
2240 (I860_SVR4_VA_LIST): ...to this.
2241 Call build() with 't' rather than 'field'.
2242 (i860_rtx_costs): New function.
2243 (TARGET_RTX_COSTS): Define.
2244 (i860_internal_label): New function.
2245 (TARGET_ASM_INTERNAL_LABEL): Define.
2246 (i860_file_start): New function.
2247 Update copyright dates.
2248 * config/i860/i860.h (CPP_PREDEFINES): Remove.
2249 (TARGET_CPU_CPP_BUILTINS): Define.
2250 (EXPAND_BUILTIN_VA_START): Remove 'stdarg' argument.
2251 (CONST_COSTS): Remove (and move code to i860_rtx_costs).
2252 (ASM_FILE_START): Remove.
2253 (ASM_FILE_START_1): Remove.
2254 (ASM_GLOBALIZE_LABEL): Remove.
2255 (ASM_OUTPUT_INTERNAL_LABEL): Remove.
2256 (ASM_OUTPUT_CASE_LABEL): Replace call of ASM_OUTPUT_INTERNAL_LABEL
2257 with targetm.asm_out.internal_label.
2258 Update copyright dates.
2259 * config/i860/sysv4.h (USER_LABEL_PREFIX): Define.
2260 (CPP_PREDEFINES): Remove.
2261 (TARGET_OS_CPP_BUILTINS): Define.
2262 (GLOBAL_ASM_OP): Define.
2263 (ASM_FILE_START): Remove.
2264 (TARGET_ASM_FILE_START_FILE_DIRECTIVE): Define.
2265 (TARGET_ASM_FILE_START): Define.
2266 Update copyright dates.
2267
e1567352
JE
22682003-08-22 Jason Eckhardt <jle@rice.edu>
2269
a36b8cb8 2270 * gcc/config.gcc (i860-*-sysv4*): Add target.
e1567352
JE
2271 * config/i860/i860-protos.h: New.
2272 * config/i860/i860.c: New.
2273 * config/i860/i860.h: New.
2274 * config/i860/i860.md: New.
2275 * config/i860/sysv4.h: New.
2276 * config/i860/varargs.asm: New.
2277 * config/i860/x-sysv4: New.
2278
b7849684
JE
22792003-08-22 Jason Eckhardt <jle@rice.edu>
2280
2281 * config/pa/pa.c: Replace 'GNU CC' with 'GCC'.
2282 Remove all uses of PARAMS macro.
2283 Convert all function definitions to ISO C90 syntax.
2284 * config/pa/elf.h: Replace 'GNU CC' with 'GCC'.
2285 * config/pa/fptr.c: Likewise.
2286 * config/pa/lib2funcs.asm: Likewise.
2287 * config/pa/long_double.h: Likewise.
2288 * config/pa/milli64.S: Likewise.
2289 * config/pa/pa-64.h: Likewise.
2290 * config/pa/pa-hpux.h: Likewise.
2291 * config/pa/pa-hpux10.h: Likewise.
2292 * config/pa/pa-hpux11.h: Likewise.
2293 * config/pa/pa-linux.h: Likewise.
2294 * config/pa/pa-modes.def: Likewise.
2295 * config/pa/pa-osf.h: Likewise.
2296 * config/pa/pa-pro-end.h: Likewise.
2297 * config/pa/pa.md: Likewise.
2298 * config/pa/pa32-linux.h: Likewise.
2299 * config/pa/pa64-linux.h: Likewise.
2300 * config/pa/pa64-hpux.h: Likewise.
2301 * config/pa/pa64-regs.h: Likewise.
2302 * config/pa/quadlib.c: Likewise.
2303 * config/pa/rtems.h: Likewise.
2304 * config/pa/pa-protos.h: Replace 'GNU CC' with 'GCC' and remove
7e2055ec 2305 all uses of the PARAMS macro.
b7849684
JE
2306 * config/pa/pa.h: Likewise.
2307 * config/pa/som.h: Likewise.
2308
7e2055ec
ZW
2309 * config/iq2000/iq2000.c: Replace 'GNU CC' with 'GCC'.
2310 Remove all uses of PARAMS macro.
2311 Convert all function definitions to ISO C90 syntax.
b7849684 2312 * config/iq2000-protos.h: Replace 'GNU CC' with 'GCC'.
7e2055ec 2313 Remove all uses of PARAMS macro.
b7849684 2314 * config/iq2000.h: Remove all uses of PARAMS macro.
7e2055ec 2315 * config/iq2000/iq2000.md: Replace 'GNU CC' with 'GCC'.
b7849684 2316
416cf582
UW
23172003-08-23 Ulrich Weigand <uweigand@de.ibm.com>
2318
2319 * config/s390/s390-protos.h (s390_output_pool_entry): Declare.
2320 * config/s390/s390.c (gen_consttable): Remove.
2321 (s390_dump_pool): Use UNSPECV_POOL_ENTRY for pool entry insns.
2322 (s390_output_pool_entry): New function.
7e2055ec
ZW
2323 * config/s390/s390.md (UNSPECV_POOL_QI, UNSPECV_POOL_HI,
2324 UNSPECV_POOL_SI, UNSPECV_POOL_DI, UNSPECV_POOL_TI,
416cf582
UW
2325 UNSPECV_POOL_SF, UNSPECV_POOL_DF): Remove, replace by ...
2326 (UNSPECV_POOL_ENTRY): ... this new constant.
2327 ("consttable_qi", "consttable_hi", "consttable_si", "consttable_di",
2328 "consttable_ti", "consttable_sf", "consttable_df"): Remove ...
2329 ("*pool_entry"): ... and replace by this new insn.
2330 ("literal_pool_31"): Do not emit anchor label if pool empty.
2331
2332 * config/s390/s390.c (struct machine_function): Add save_return_addr_p.
2333 (s390_optimize_prolog): Save RETURN_REGNUM if save_return_addr_p.
2334 (s390_fixup_clobbered_return_reg): Remove.
2335 (s390_reorg): Don't call s390_fixup_clobbered_return_reg.
2336 (s390_return_addr_rtx): Always retrieve return address from save area
2337 slot. Use save_return_addr_p to force slot to be filled.
2338 (s390_emit_prologue): Remove has_hard_reg_initial_val test.
2339
beadc644
CD
23402003-08-22 Chris Demetriou <cgd@broadcom.com>
2341
2342 * config/mips/mips.h (MASK_FIX_SB1, TARGET_FIX_SB1): New defines.
2343 (TARGET_SWITCHES): Add -mfix-sb1 and -mno-fix-sb1.
2344 * config/mips/mips.md (divdf3, divsf3, sqrtdf2, sqrtsf2): Work
2345 around SB-1 errata if TARGET_FIX_SB1 is set.
2346 (recip.d insn, recip.s insn, rsqrt.d insn, rsqrt.s insn): Likewise.
2347 * doc/invoke.texi: Document MIPS -mfix-sb1 and -mno-fix-sb1.
2348
4ae2e3e9
RS
23492003-08-22 Roger Sayle <roger@eyesopen.com>
2350
2351 * hashtable.c (ht_expand): Avoid calculating rehash for the common
2352 case that the first probe hits an empty hash table slot.
2353
74487c57
MM
23542003-08-22 Mark Mitchell <mark@codesourcery.com>
2355
2356 * config/ia64/hpux.h (SUPPORTS_INIT_PRIORITY): Define to 0.
2357
36c216e5
MM
23582003-08-22 Mark Mitchell <mark@codesourcery.com>
2359
2360 * config/ia64/ia64.md (*ptr_extend_plus_1): Rename to ...
2361 (ptr_extend_plus_imm): ... this.
2362 * config/ia64/ia64.c (addp4_optimize_ok): Do not disable addp4
2363 optimization in C++.
2364 (ia64_output_mi_thunk): Support ILP32 mode.
2365
dfb03c45 23662003-08-22 Bernardo Innocenti <bernie@develer.com>
02ac9ec6
BI
2367
2368 * gcc/config/m68k/m68k.c (m68k_coff_asm_named_section): remove unused
2369 function.
2370 * gcc/config/m68k/m68k.c (-m68k_svr3_asm_out_constructor): likewise.
2371
dac4a0de
KH
23722003-08-22 Kazu Hirata <kazu@cs.umass.edu>
2373
2374 * config/i386/i386.c (const_int_1_operand): Simplify an
2375 integer comparison.
2376
65dbc870
AM
23772003-08-22 Alan Modra <amodra@bigpond.net.au>
2378
2379 * config/fp-bit.c: Specify config/ dir for include of fp-bit.h.
2380 * config/rs6000/ppc64-fp.c: Likewise.
2381
dcc24678
KH
23822003-08-22 Kazu Hirata <kazu@cs.umass.edu>
2383
2384 * cfgcleanup.c: Fix comment typos.
2385 * emit-rtl.c: Likewise.
2386 * optabs.c: Likewise.
2387 * ra-build.c: Likewise.
2388 * rtlanal.c: Likewise.
2389 * tree.h: Likewise.
2390
beb235f8
KH
23912003-08-22 Kazu Hirata <kazu@cs.umass.edu>
2392
2393 * c-decl.c: Fix comment formatting.
2394 * cfgrtl.c: Likewise.
2395 * combine.c: Likewise.
2396 * convert.c: Likewise.
2397 * dominance.c: Likewise.
2398 * dwarf2out.c: Likewise.
2399 * dwarfout.c: Likewise.
2400 * expmed.c: Likewise.
2401 * fold-const.c: Likewise.
2402 * gcov.c: Likewise.
2403 * genattrtab.c: Likewise.
2404 * ggc-common.c: Likewise.
2405 * mips-tfile.c: Likewise.
2406 * regmove.c: Likewise.
2407
2b72593e
KH
24082003-08-22 Kazu Hirata <kazu@cs.umass.edu>
2409
2410 * builtin-attrs.def: Fix comment formatting.
2411 * c-pretty-print.c: Likewise.
2412 * diagnostic.h: Likewise.
2413 * langhooks.h: Likewise.
2414 * recog.c: Likewise.
2415 * simplify-rtx.c: Likewise.
2416 * tree.def: Likewise.
2417
8a4a2253
BI
24182003-08-22 Bernardo Innocenti <bernie@develer.com>
2419
2420 * config/m68k/m68k-protos.h: Convert to ISO C90.
2421 * config/m68k/m68k.c: Likewise.
2422
eb849993 24232003-08-21 Bernardo Innocenti <bernie@develer.com>
7e2055ec
ZW
2424 Paul Dale <pauli@snapgear.com>
2425 Peter Barada <peter@baradas.org>
eb849993
BI
2426
2427 * config/m68k/m68k.c (m68k_rtx_costs): Adjust mul/div costs for
2428 ColdFire cores.
2429
ca11c37c
ZW
24302003-08-21 Zack Weinberg <zack@codesourcery.com>
2431
2432 * Makefile.in (INCLUDES): Remove -I$(srcdir)/config.
2433 * config.gcc (*-*-openbsd): Don't set tm_file.
2434 (alpha*-*-openbsd, arm*-*-coff*, arm*-wince-pe*,
2435 arm-*-pe*, avr-*-*, h8300-*-rtems*, h8300-*-elf*,
2436 h8300-*-*, hppa*-*-osf*, hppa*-*-bsd*, hppa*-*-hpux*,
2437 i370-*-opened*, i370-*-mvs*, i370-*-linux*, i?86-*-openbsd*,
2438 i?86-*-lynxos, i?86-*-nto-qnx*, iq2000*-*-elf*, m68000-hp-hpux*,
2439 m68k-hp-hpux*, m68k-*-aout*, m68k-*-coff*, m68020-*-elf*,
2440 m68k-*-elf*, m68k*-*-netbsd*, m68k*-*-openbsd*, m68k-*-sysv4*,
2441 m68k-*-linux*, m68k-*-rtems*, mcore-*-pe*, mips*-*-netbsd*,
2442 mips*-*-openbsd*, rs6000-*-lynxos*, sh*-*-elf*, sh*-*-ka,
2443 sh-*-rtemself, sparc-*-openbsd*, strongarm-*-pe, vax-*-openbsd*,
2444 xscale-*-coff): Use explicit and complete lists of target headers
2445 to include. Move definitions to tm_defines where appropriate.
2446 (hppa*-*-openbsd*, powerpc-*-openbsd*): Comment out stanza for
2447 not-yet-contributed configuration.
2448
2449 * config/lynx.h, config/alpha/openbsd.h, config/arm/coff.h
2450 * config/avr/avr.h, config/frv/frv.h, config/h8300/elf.h
2451 * config/i370/linux.h, config/i370/mvs.h, config/i370/oe.h
2452 * config/i386/nto.h, config/iq2000/iq2000.h,
2453 * config/m68k/coff.h, config/m68k/hp310.h, config/m68k/hp320.h
2454 * config/m68k/linux.h, config/m68k/m68k-aout.h
2455 * config/m68k/m68k-none.h, config/m68k/m68kv4.h
2456 * config/m68k/netbsd.h, config/m68k/openbsd.h
2457 * config/m68k/sgs.h, config/mcore/mcore-pe.h,
2458 * config/mips/netbsd.h, config/mips/openbsd.h, config/pa/pa.h,
2459 * config/rs6000/lynx.h, config/sh/embed-elf.h, config/sparc/openbsd.h:
2460 Remove includes of other target config headers, and
2461 definitions of macros moved to tm_defines lists. Add #undefs
2462 where now necessary to prevent redefinition warnings.
2463
2464 * config/h8300/coff.h: New file split out of...
2465 * config/h8300/elf.h: ...here.
2466 * config/m68k/hp320base.h: New file split out of...
2467 * config/m68k/hp320.h: ...here.
2468 * config/rs6000/lynxbase.h: New file split out of...
2469 * config/rs6000/lynx.h: ...here.
2470
2471 * config/m68k/hp310g.h, config/m68k/hp320g.h, config/m68k/hpux7.h
2472 * config/m68k/m68k-coff.h, config/mips/openbsd-be.h: Delete file.
2473
2474 * config/sol2.h: Remove #if 0-ed #include of sys/mman.h.
2475 * config/m68k/m68kelf.h: Remove commented out #include of m68k/sgs.h.
2476 * config/mcore/mcore.h: Don't include hwint.h nor machmode.h.
2477 Remove unnecessary #ifndef.
2478 * config/s390/s390.h: Prefix #include of s390/fixdfdi.h
2479 [under IN_LIBGCC2] with config/.
2480
75ee800b 24812003-08-21 Per Bothner <pbothner@apple.com>
ac650a0a
PB
2482
2483 * cppfiles.c (stack_file): Correctly pass return_at_eof parameter
2484 to cpp_push_buffer.
2485 * cpplex.c (_cpp_get_fresh_line): Don't buffer->prev - handled
2486 by return_at_eof check. Always call _cpp_pop_buffer at end.
2487
43c446b8
KH
24882003-08-21 Kazu Hirata <kazu@cs.umass.edu>
2489
2490 PR target/11805
2491 * config/h8300/h8300.md (two anonymous patterns): Remove.
2492
7bc22451
RS
24932003-08-21 Richard Sandiford <rsandifo@redhat.com>
2494
2495 * config/mips/mips.h (MUST_PASS_IN_STACK): Remove BLKmode clause.
2496 * config/mips/mips.c (function_arg_pass_by_reference): Never return
2497 true for n32 & n64.
2498
ed6f90f7
JZ
24992003-08-21 Josef Zlomek <zlomekj@suse.cz>
2500
2501 * fold-const.c (fold): Fix bug in (A & C) == D where D & ~C != 0
2502 and similarly in (A | C) == D where C & ~D != 0.
2503
e50084fa
GK
25042003-08-20 Geoffrey Keating <geoffk@apple.com>
2505
2506 PR 8180
2507 * configure.in: When testing with_libs and with_headers, treat
2508 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
2509 * configure: Regenerate.
ca11c37c 2510
e50084fa 25112003-08-20 Peter Barada <peter@baradas.org>
bab4470d
PB
2512
2513 * longlong.h (umul_ppmm): Add ColdFire support.
2514
e50084fa 25152003-08-20 Peter Barada <peter@baradas.org>
ca11c37c 2516 Bernardo Innocenti <bernie@develer.com>
9425fb04
PB
2517
2518 * config/m68k/m68k-none.h: Introduce new ColdFire archs.
2519 * config/m68k/m68k.h: Likewise.
2520 * config/m68k/lb1sf68.asm: Rename __mcf5200__ to __mcoldfire__.
2521 * config/m68k/coff.h: Rename TARGET_5200 to TARGET_COLDFIRE.
2522 * config/m68k/linux.h: Likewise.
2523 * config/m68k/m68k.c: Likewise.
2524 * config/m68k/m68k.md: Likewise.
2525 * config/m68k/m68kelf.h: Likewise.
2526 * config/m68k/netbsd-elf.h: Likewise.
2527 * config/m68k/t-m68kelf: Add multilib targets for new ColdFire archs.
2528
d1b87863
BI
25292003-08-20 Bernardo Innocenti <bernie@develer.com>
2530
2531 * config/m68k/m68k.c: Strip away code depending on NO_ADDSUB_Q definition.
2532 * config/m68k/m68k.md: Likewise.
2533
b6343a33
MM
25342003-08-20 Mark Mitchell <mark@codesourcery.com>
2535
2536 PR java/11996
2537 Revert this change:
2538 2003-08-19 Mark Mitchell <mark@codesourcery.com>
2539 * c-common.c (c_common_signed_or_unsigned_type): Correctly handle
2540 types with precisions other than those given by native machine
2541 modes.
2542
bf4563cb
GN
25432003-08-20 Gunther Nikl <gni@gecko.de>
2544
2545 * config/m68k/m68k.md (anonymous define_insn): remove obsolete code
2546 selected by FSGLMUL_USE_S and FSGLDIV_USE_S
2547 * config/m68k/m68k.c (output_move_himode): remove SGS_NO_LI check
2548 * config/m68k/m68k.md (anonymous define_insn): Likewise
2549 * config/m68k/m68k.md (anonymous define_insn): remove ISI_OV check
2550 * config/m68k/m68k.c (standard_68881_constant_p): remove obsolete
2551 code selected by NO_ASM_FMOVECR
2552
0fb8241d
GN
25532003-08-20 Gunther Nikl <gni@gecko.de>
2554
2555 * config/m68k/m68k.c (output_move_const_into_data_reg,
2556 output_move_himode): unify MOTOROLA/MIT handling of moveq
2557 * config/m68k/m68k.md (movsi_const0, anonymous define_insn):
2558 Likewise
2559
c23b0b90
GN
25602003-08-20 Gunther Nikl <gni@gecko.de>
2561
2562 * config/m68k/m68k.c (m68k_output_function_prologue): use %U in
2563 label name
2564 * config/m68k/m68k.c (m68k_output_function_epilogue): replace
2565 HOST_WIDE_INT_PRINT_DEC with %wd
2566
9e68a9dc
LR
25672003-08-20 Loren James Rittle <ljrittle@acm.org>
2568
2569 * config/i386/freebsd.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Handle
2570 redefine warning.
2571
2cf099a5
RS
25722003-08-20 Roger Sayle <roger@eyesopen.com>
2573
2574 PR middle-end/11984
2575 * fold-const.c (fold <PLUS_EXPR>): Check for integer constant
2576 operands before calling tree_int_cst_lt when performing associative
2577 transformations.
2578
68ad9159
JM
25792003-08-20 Jason Merrill <jason@redhat.com>
2580
2581 * tree.h (IS_EXPR_CODE_CLASS): Also include 'r' and 's'.
2582 (EXPR_CHECK): Don't check for 'r' or 's' if we're
2583 checking IS_EXPR_CODE_CLASS.
2584 * calls.c (calls_function_1): Likewise.
2585 * fold-const.c (fold): Likewise.
2586 * tree.c (iterative_hash_expr): Likewise.
2587 * tree-inline.c (walk_tree, copy_tree_r): Likewise.
2588
c8e60672
GN
25892003-08-20 Gunther Nikl <gni@gecko.de>
2590
2591 * config/m68k/m68k.c (m68k_output_mi_thunk): delete obsolete code
2592 depending on MOTOROLA_BSR
2593 * config/m68k/m68k.md (anonymous define_insn): Likewise
2594
3acef2ae
JM
25952003-08-20 Jason Merrill <jason@redhat.com>
2596
2f503025 2597 * builtins.c (expand_builtin_mathfn): Use get_callee_fndecl.
ca11c37c 2598 (expand_builtin_mathfn2, expand_builtin, builtin_mathfn_code,
2f503025
JM
2599 fold_trunc_transparent_mathfn, fold_builtin): Likewise.
2600 * dojump.c (do_jump): Likewise.
2601 * fold-const.c (operand_equal_p, fold): Likewise.
2602 (tree_expr_nonnegative_p): Likewise.
2603
3acef2ae
JM
2604 * stor-layout.c (do_type_align): Only copy DECL_USER_ALIGN from
2605 TYPE_USER_ALIGN for FIELD_DECLs.
ca11c37c 2606
3acef2ae
JM
2607 * attribs.c (decl_attributes): Rebuild the function pointer type after
2608 changing the target type.
2609 * tree.c (get_qualified_type): Also check that the attributes match.
2610
8f7d850c
MK
26112003-08-19 Matt Kraai <kraai@alumni.cmu.edu>
2612
2613 * Makefile.in (STAGESTUFF): Move cc1obj$(exeext) from here ...
2614 * objc/config-lang.in (stagestuff): ... to here.
2615
4b0d3cbe
MM
26162003-08-19 Mark Mitchell <mark@codesourcery.com>
2617
2618 PR c++/11946
2619 * convert.c (convert_to_integer): Use CONVERT_EXPR (instead of
2620 NOP_EXPR) when necessary.
2621 * c-common.c (c_common_signed_or_unsigned_type): Correctly handle
2622 types with precisions other than those given by native machine
2623 modes.
2624
3a7e8b87
GK
26252003-08-19 Geoffrey Keating <geoffk@apple.com>
2626
ccc01444
GK
2627 * cpppch.c (cpp_valid_state): Re-add warning about PCH not used
2628 because some macro is defined.
2629
3a7e8b87
GK
2630 * config/darwin.h (LINK_COMMAND_SPEC): Add -arch and -arch_only
2631 options.
2632 * config/i386/darwin.h (ASM_SPEC): New.
2633 (SUBTARGET_EXTRA_SPECS): New.
2634 * config/rs6000/darwin.h (ASM_SPEC): New.
2635 (SUBTARGET_EXTRA_SPECS): New.
2636 * configure.in: Don't set CROSS or SYSTEM_HEADER_DIR when building
2637 a cross-compiler between two different processors on Darwin.
2638 * configure: Regenerate.
2639
a98ebe2e
KH
26402003-08-19 Kazu Hirata <kazu@cs.umass.edu>
2641
2642 * builtins.c: Fix comment typos.
2643 * c-common.c: Likewise.
2644 * c-decl.c: Likewise.
2645 * c-pretty-print.c: Likewise.
2646 * cfgbuild.c: Likewise.
2647 * cfglayout.c: Likewise.
2648 * cfgloopanal.c: Likewise.
2649 * cgraphunit.c: Likewise.
2650 * cppfiles.c: Likewise.
2651 * dwarfout.c: Likewise.
2652 * expr.c: Likewise.
2653 * fold-const.c: Likewise.
2654 * gcse.c: Likewise.
2655 * ggc-page.c: Likewise.
2656 * haifa-sched.c: Likewise.
2657 * pretty-print.c: Likewise.
2658 * tree.c: Likewise.
2659 * tree.h: Likewise.
2660 * value-prof.c: Likewise.
2661
02fa63cd
KH
26622003-08-19 Kazu Hirata <kazu@cs.umass.edu>
2663
2664 * c-decl.c: Follow spelling conventions.
2665 * cppfiles.c: Likewise.
2666
59e4e217
KH
26672003-08-19 Kazu Hirata <kazu@cs.umass.edu>
2668
2669 * c-common.c: Fix comment formatting.
2670 * c-common.h: Likewise.
2671 * c-decl.c: Likewise.
2672 * cppinit.c: Likewise.
2673 * cpplib.h: Likewise.
2674 * emit-rtl.c: Likewise.
2675 * input.h: Likewise.
2676 * line-map.h: Likewise.
2677 * opts.c: Likewise.
2678 * opts.h: Likewise.
2679 * simplify-rtx.c: Likewise.
2680
1ee93c1b
DJ
26812003-08-19 Daniel Jacobowitz <drow@mvista.com>
2682
2683 * unwind-c.c: Add libgcc-style exception.
2684 * unwind-dw2.c: Likewise.
2685 * unwind-pe.h: Likewise.
2686 * unwind-sjlj.c: Likewise.
2687 * unwind.inc: Likewise.
2688
f5e7af77
AP
26892003-08-19 Andrew Pinski <pinskia@physics.uc.edu>
2690
2691 PR c/5582 PR c++/10538
2692 * langhooks-def.h (lhd_decl_uninit): Declare.
2693 (LANG_HOOKS_DECL_UNINIT): New macro.
2694 (LANG_HOOKS_INITIALIZER): Adjust.
2695 * langhooks.h (struct lang_hooks): Add new field
2696 decl_uninit.
2697 * langhooks.c (lhd_decl_uninit): Define.
2698 * c-common.c (c_decl_uninit_1): New function.
2699 (c_decl_uninit): New function.
2700 (warn_init_self): Define.
2701 * c-common.h (c_decl_uninit): Declare.
2702 (warn_init_self): Declare.
2703 * c.opt: Introduce -Winit-self.
2704 * c-opts.c (c_common_handle_options): Set warn_init_self.
2705 * c-lang.c (LANG_HOOKS_DECL_UNINIT): Define.
2706 * objc/objc-lang.c (LANG_HOOKS_DECL_UNINIT): Define.
2707 * function.c (uninitialized_vars_warning): Call the language hook.
2708 * doc/invoke.texi: Document -Winit-self.
2709
d68f4cc4
CD
27102003-08-19 Chris Demetriou <cgd@broadcom.com>
2711
2712 * config/mips/mips.md: Adjust SI-mode "trap_if" instruction
2713 to use better predicates and constraints. Define new
2714 instruction to handle "trap_if" with DI-mode arguments.
2715 (conditional_trap): FAIL if trap code is not 0.
2716
86ecdfb6
AP
27172003-08-19 Andrew Pinski <pinskia@physics.uc.edu>
2718
2719 * config/i386/i386.c (legitimate_pic_address_disp_p): Change the
2720 strstr with $pb to a strcompare with "<pic base>"
2721 (ix86_output_addr_diff_elt): Output the real pic base.
2722
fc95cf70
GDR
27232003-08-19 Gabriel Dos Reis <gdr@integrable-solutions.net>
2724
2725 * langhooks-def.h (LANG_HOOKS_INITIALIZE_DIAGNOSTICS): Fix spelling.
2726 (LANG_HOOKS_INITIALIZER): Correct.
2727 * c-lang.c: Likewise.
2728
810db579
JH
27292003-08-19 Jan Hubicka <jh@suse.cz>
2730
2731 * cgraph.c (cgraph_mark_needed_node): Call notice_global_symbol.
2732 (cgraph_varpool_mark_needed_node): Likewise.
2733 * cgraph.h (notice_global_symbol): Declare
2734 * varasm.c (notice_global_symbol): Break out from ...
2735 (assemble_start_function): ... here; update for variables.
2736 (assemble_variable): Use notice_global_symbol.
2737
fc4fe9e4
RS
27382003-08-19 Richard Sandiford <rsandifo@redhat.com>
2739
2740 * config/mips/mips.c (mips_va_arg): If EABI_FLOAT_VARARGS_P,
2741 expect SFmode and DFmode arguments to be passed in FPRs,
2742 regardless of the underlying type.
2743
4b8174ff
RS
27442003-08-19 Richard Sandiford <rsandifo@redhat.com>
2745
2746 PR target/11924
2747 * config/mips/mips.c (INTERNAL_SYMBOL_P): New macro.
2748 (mips_classify_symbol, m16_usym8_4, m16_usym5_4): Use it.
2749
622adc7e
MK
27502003-08-18 Matt Kraai <kraai@alumni.cmu.edu>
2751
2752 PR c/11207
2753 * c-typeck.c (set_init_index): Check for negative index.
2754
dfccfad9
BW
27552003-08-18 Bob Wilson <bob.wilson@acm.org>
2756
2757 * config/xtensa/crti.asm (_init, _fini): Add alternate code for new
2758 call0 ABI.
2759 * config/xtensa/crtn.asm (_init, _fini): Likewise.
2760 * config/xtensa/lib1funcs.asm (__mulsi3, __udivsi3, __divsi3,
2761 __umodsi3, __modsi3): Likewise.
2762 * config/xtensa/t-xtensa (crti.o, crtn.o): Add $(GCC_CFLAGS) and
2763 $(INCLUDES).
2764
fe9c3a97
AH
27652003-08-18 Aldy Hernandez <aldyh@redhat.com>
2766
2767 * config/rs6000/spe.md ("*nabssf2_gpr"): New.
2768
431d5fdd
RS
27692003-08-18 Richard Sandiford <rsandifo@redhat.com>
2770
2771 * config/mips/mips.md: Quote C code in braces. Remove use of
2772 fake const0_rtx operands. Remove double backslashes. Use \;.
2773 Remove workarounds for bogus warnings.
2774
4195786e
RS
27752003-08-18 Richard Sandiford <rsandifo@redhat.com>
2776
2777 * config/mips/mips.md (muldf3, mulsf3): Don't call a gen_* function.
2778 (muldf3_internal, muldf3_r4300): Select based on TARGET_4300_MUL_FIX
2779 rather than TARGET_MIPS4300.
2780 (mulsf3_internal, mulsf3_r4300): Likewise.
2781
6d4ede5f
RS
27822003-08-18 Richard Sandiford <rsandifo@redhat.com>
2783
2784 * config/mips/mips.md: Renumber unspecs. Clean up comments.
2785
dd61aa98
RS
27862003-08-17 Roger Sayle <roger@eyesopen.com>
2787
2788 * simplify-rtx.c (associative_constant_p): New function to test
2789 whether an RTX expression is an immediate constant.
2790 (simplify_associative_operation): New function to perform some
2791 reassociation optimizations of associative binary expressions.
2792 (simplify_binary_operation): Use simplify_associative_operation
2793 to simplify PLUS, MULT, AND, IOR, XOR, SMIN, SMAX, UMIN and UMAX.
2794 Floating point expressions are only reassociated when unsafe
2795 math optimizations are permitted.
2796
9c808aad
AJ
27972003-08-17 Andreas Jaeger <aj@suse.de>
2798
2799 * config/alpha/alpha.md: Remove usage of PARAMS.
2800
2801 * config/i386/cygwin.h: Convert K&R prototypes to ISO C90.
2802 * config/i386/i386-interix.h: Likewise.
2803 * config/i386/winnt.c: Likewise.
2804 * config/i386/cygming.h: Likewise.
2805 * config/i386/cygwin2.c: Likewise.
2806 * config/darwin.c: Likewise.
2807 * config/darwin-c.c: Likewise.
2808 * config/darwin-protos.h: Likewise.
2809 * config/darwin.h: Likewise.
2810 * config/s390/s390-protos.h: Likewise.
2811 * config/s390/s390.c: Likewise.
2812 * config/ia64/ia64.c: Likewse
2813 * config/ia64/ia64-protos.h: Likewise.
fde46628 2814 * config/ia64/ia64-c.c: Likewise.
9c808aad 2815
e80d5f80
KG
28162003-08-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2817
fc27d102
KG
2818 * config/sparc/sparc.c: Convert to ISO C.
2819
e80d5f80
KG
2820 * config/sparc/sparc-protos.h: Don't use the PARAMS macro.
2821 * config/sparc/sparc.c: Likewise.
2822
e895113a
NS
28232003-08-16 Nathan Sidwell <nathan@codesourcery.com>
2824
2825 PR c++/11512
2826 * stmt.c (expand_expr_stmt_value): Don't warn about any void
2827 typed expression.
2828
e767b5be
JH
28292003-08-16 Jan Hubicka <jh@suse.cz>
2830
2831 * i386.c (ix86_fntype_regparm): Rename from ...
2832 (ix86_function_regparm): ... this one; add fastcall and local
2833 functions.
2834 (ix86_function_ok_for_sibcall): Update.
2835 (ix86_return_pops_args): Likewise.
2836 (init_cumulative_args): Likewise.
2837 (x86_can_output_mi_thunk): Likewise.
2838 (function_arg): Fix formating.
2839 (x86_this_parameter): Fix fastcall.
2840 (x86_output_mi_thunk): Likewise.
2841
2842 * cgraph.c (cgraph_mark_needed_node): Do not mark functions without
2843 body as reachable; mark nested functions as needed too.
2844 (dump_cgraph): Do not output global.calls.
2845 * cgraph.h (cgraph_global_info): Kill.
2846 * cgraphunit.c (cgraph_finalize_function): Enqueue needed functions.
2847 (record_call_1): Speedup.
2848 (cgraph_analyze_function): Break out from ...; compute inlining
2849 parameters.
2850 (cgraph_finalize_compilation_unit): ... here.
2851 (cgraph_mark_inline): Kill computation of calls.
2852 (cgraph_decide_inlining): Do not compute most of initial values.
2853
8ab49fef
RS
28542003-08-14 Roger Sayle <roger@eyesopen.com>
2855
2856 * fold-const.c (negate_expr_p): MULT_EXPRs and RDIV_EXPRs are easy
2857 to negate if either operand is easy to negate, if we don't care
2858 about sign-dependent rounding.
2859 (negate_expr): Make the logic to negate a REAL_CST explicit.
2860 Attempt to negate a MULT_EXPR or RDIV_EXPR by negating an operand
2861 that's easy to negate, if we don't honor sign-dependent rounding.
2862 (fold <MULT_EXPR>): Optimize -A * B as A * -B if B is easy to
2863 negate, and the symmetric A * -B as -A * B if A is easy to negate.
2864 (fold <RDIV_EXPR>): Likewise, optimize -A/B and C/-D as A/-B and
2865 -C/D if B and C are cheap to negate. Add an explicit rule to
2866 optimize X/-1.0 as -X when we don't care about signaling NaNs.
2867
e22340b0
ZW
28682003-08-14 Zack Weinberg <zack@codesourcery.com>
2869
2870 * Makefile.in (tm_file): Rename tm_include_list.
2871 (tm_p_file): Rename tm_p_include_list.
2872 (build_xm_file): Rename build_xm_include_list.
2873 (host_xm_file): Rename host_xm_include_list.
2874 (xm_file): Rename xm_include_list.
2875 (xm_file_list): Add to be substituted.
2876 (cs-config.h, cs-bconfig.h, cs-tconfig.h, cs-tm.h, cs-tm_p.h):
2877 Update to match.
2878 (bt-load.o): Add missing dependency on $(TM_H).
2879 * configure.in: Prefix value of EXTRA_MODES_FILE with config/.
2880 For each of tm_file, tm_p_file, xm_file, host_xm_file, and
2881 build_xm_file, generate both *_file_list and *_include_list
2882 values from it. (xm_file_list was formerly not being generated.)
2883 In *_include_list, prefix the names of all headers found in
2884 $(srcdir)/config with config/. In each loop, consider only
2885 the special case files that can actually appear in that list.
2886 AC_SUBST all *_file_list and all *_include_list variables; do
2887 not AC_SUBST the plain *_file variables.
2888 * configure: Regenerate.
2889
4139675b
ZD
28902003-08-14 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
2891
2892 * cfg.c (dump_edge_info): Add name of loop_exit edge flag.
2893
32562302
JDA
28942003-08-14 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2895
2896 * pa.c (pa_adjust_insn_length): Delete adjustment for delay slot in
2897 direct calls.
2898 (attr_length_call): Include it here. Improve length estimate for
2899 local calls.
2900 (output_call): Use targetm.binds_local_p.
2901
9e46226d
KG
29022003-08-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2903
daa027cc
KG
2904 * builtins.c (CASE_MATHFN): New helper macro.
2905 (mathfn_built_in): Simplify and sort.
2906
9e46226d
KG
2907 * protoize.c (substr): Delete, callers changed to `strstr'.
2908
c5d19037
ZW
29092003-08-13 Zack Weinberg <zack@codesourcery.com>
2910
2911 * config.gcc (iq2000*-*-elf*): Don't set xm_file.
2912 * config/iq2000/xm-iq2000.h: Delete file.
2913
4da6879c
GK
29142003-08-13 Geoffrey Keating <geoffk@apple.com>
2915
2916 * gengtype.c (walk_type): Process a subobject before processing
2917 the pointer that points to the subobject.
2918
28420116
PB
29192003-08-13 Per Bothner <pbothner@apple.com>
2920
2921 * regclass.c (init_reg_modes): Make non-static.
2922 Rename to init_reg_modes_once per new naming convention.
2923 (init_regs): Don't call init_reg_modes here.
2924 * emit-rtl.c (init_emit_once): Call init_reg_modes_once here instead.
2925 * rtl.h (init_reg_modes_once): New declaration.
2926 * toplev.c (backend_init): Call init_regs after init_emit_once.
2927
235b4b36
KK
29282003-08-13 Kaz Kojima <kkojima@gcc.gnu.org>
2929
2930 * config/sh/linux.h (DBX_REGISTER_NUMBER): Define so to map a
2931 special index for MD_FALLBACK_FRAME_STATE_FOR to itself.
2932
dce20bbc
R
29332003-08-13 J"orn Rennecke <joern.rennecke@superh.com>
2934
2935 * sh.c (sh_get_pr_initial_val): Always wrap in unspec for TARGET_SH1.
2936 * sh.md (load_ra): Change insn predicate to TARGET_SH1.
2937
5a195cb5
DJ
29382003-08-13 Dale Johannesen <dalej@apple.com>
2939
2940 * config/rs6000/rs6000.md (ctrsi, ctrdi): Reenable
2941 handling of decrement-and-branch farther than 32 bits.
2942
3a000df0
KC
29432003-08-12 Kelley Cook <kelleycook@wideopenwest.com>
2944
2945 * configure.in (make_compare_target): Move test to ...
2946 * aclocal.m4 (gcc_AC_PROG_CMP_IGNORE_INITIAL): here.
2947 * configure: Regenerate.
2948
b4966b1b
RS
29492003-08-12 Richard Sandiford <rsandifo@redhat.com>
2950
2951 * config/mips/iris6.h: Convert to C90 prototypes.
2952 * config/mips/irix6-libc-compat.c: Likewise.
2953 * config/mips/mips-protos.h: Likewise.
2954 * config/mips/mips.c: Likewise.
2955
825d7d64
NN
29562003-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
2957
2958 fixinc/inclhack.def (svr4_krnl): Rename from svr4_kernel. Enable
2959 for selected machines. Comment heavily.
2960 fixinc/fixincl.x: Rebuild.
2961 fixinc/tests/base/fs/rfs/rf_cache.h: New file.
2962
dfad12b5
RS
29632003-08-12 Richard Sandiford <rsandifo@redhat.com>
2964
2965 * config/mips/mips.h: Tweak various comments.
2966 * config/mips/mips.c: Likewise.
2967
e3f049a8
JW
29682003-08-11 James E Wilson <wilson@tuliptree.org>
2969
2970 PR optimization/11319
2971 PR target/10021
2972 * alias.c (find_base_value, case REG): Return 0 not src if no base
2973 found.
2974
4ac11022
KG
29752003-08-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2976
2977 * gcse.c (gmalloc): Fix last change.
2978
ae351e1e
RS
29792003-08-11 Roger Sayle <roger@eyesopen.com>
2980
2981 * simplify-rtx.c (simplify_binary_operation): Replace calls to
2982 gen_rtx_NEG and gen_rtx_NOT with calls to simplify_gen_unary,
2983 and calls to gen_rtx_PLUS, gen_rtx_MULT, gen_rtx_LSHIFTRT,
2984 gen_rtx_ASHIFT and gen_rtx_AND with calls to simplify_gen_binary.
2985
11017cc7
RS
29862003-08-11 Roger Sayle <roger@eyesopen.com>
2987
2988 * expr.c (expand_expr): If an ABS_EXPR has a complex type, abort.
2989 * c-typeck.c (build_unary_op): COMPLEX_TYPE is not a valid
2990 typecode for an ABS_EXPR.
2991
2992 * doc/c-tree.texi: Document ABS_EXPR.
2993
af7b5c1c
RS
29942003-08-11 Roger Sayle <roger@eyesopen.com>
2995
2996 * fold-const.c (fold): Optimize any associative floating point
2997 operator with -funsafe-math-optimizations, not just MULT_EXPR.
2998
e3bf220a
KK
29992003-08-11 Kaz Kojima <kkojima@gcc.gnu.org>
3000
3001 * config/sh/lib1funcs.asm (__udivdi3): Add .type and .size
3002 information in SHmedia case too.
3003 (__divdi3, __umoddi3, __moddi3, __init_trampoline, __ic_invalidate):
3004 Likewise.
3005 (__set_fpscr): Use an access via GOT for PIC case.
3006
0c46c5c7
KC
30072003-08-11 Kelley Cook <kelleycook@wideopenwest.com>
3008
3009 * configure.in (intermodule): Make switch test more portable.
3010 * configure: Regenerate.
3011
727793cb
KC
30122003-08-11 Kelley Cook <kelleycook@wideopenwest.com>
3013
3014 * Makefile.in (cleanstrap): Pass BOOT_CFLAGS to bootstrap.
3015 (restrap): Likewise.
3016
29da5c92
KG
30172003-08-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3018
9fe15a12
KG
3019 * gcse.c (gmalloc): Argument is a size_t. Add ATTRIBUTE_MALLOC.
3020 (grealloc): Size argument is a size_t.
3021 (gcalloc): New function. Use throughout in lieu of
3022 gmalloc/memset.
3023
29da5c92
KG
3024 * config/avr/avr.c (avr_init_once): Use xcalloc in lieu of
3025 xmalloc/memset.
3026 * config/ia64/ia64.c (ia64_reorg): Likewise.
3027 * conflict.c (conflict_graph_new): Likewise.
3028 * fixinc/fixincl.c (run_compiles): Likewise.
3029 * genattrtab.c (optimize_attrs): Likewise.
3030 * genrecog.c (new_decision): Likewise.
3031 * haifa-sched.c (schedule_block): Likewise.
3032 * hashtable.c (ht_create): Likewise.
3033
13fb3a61
BW
30342003-08-11 Bob Wilson <bob.wilson@acm.org>
3035
3036 * config/xtensa/lib2funcs.S: Fix whitespace.
3037 * config/xtensa/xtensa.md (all insns and expanders): Use brace block
3038 syntax where appropriate. Remove unnecessary backslash escapes.
3039 Reformat comments and fix some code formatting.
3040 (extendqisi2): Rearrange conditional.
3041 (*btrue, *bfalse, *ubtrue, *ubfalse, *bittrue, *bitfalse, *masktrue,
3042 *maskfalse, movsicc_internal0, movsfcc_internal0): Call abort instead
3043 of fatal_insn.
3044
f1d5187e
RS
30452003-08-11 Richard Sandiford <rsandifo@redhat.com>
3046
3047 * config/mips/mips.c: Various formatting fixes.
3048 (override_options): Resync -mtune handling with gas.
3049 (mips_issue_rate): Rearrange like mips_use_dfa_pipeline_interface.
3050 * config/mips/mips.h: More formatting fixes.
3051 (mips_abi): Move declaration.
3052 * config/mips/mips.md (exception_receiver): Add mode to
3053 unspec_volatile.
3054
00332c9f
AH
30552003-08-11 Aldy Hernandez <aldyh@redhat.com>
3056
3057 * config/rs6000/rs6000.c (spe_init_builtins): Handle evsplati and
3058 evsplatfi here.
3059 (bdesc_1arg): Remove evsplati and evsplatfi.
3060
a5c414e0
R
30612003-08-11 J"orn Rennecke <joern.rennecke@superh.com>
3062
3063 * dwarf2asm.c (dw2_output_indirect_constant_1): Take user_label_prefix
3064 into account.
3065
0235f855
KG
30662003-08-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3067
3068 * builtins.c (expand_builtin_strcat): Optimize constant strings.
3069
4b780675
GDR
30702003-08-10 Gabriel Dos Reis <gdr@integrable-solutions.net>
3071
3072 * pretty-print.c (pp_base_indent): Rename from pp_indent.
3073 * c-pretty-print.h (pp_c_pretty_print_flag)s: New datatype.
3074 (struct c_pretty_print_info): Add more fields.
3075 (pp_c_left_paren): Move to c-pretty-print.c.
3076 (pp_c_right_paren): Likewise.
3077 (pp_c_left_brace): Likewise.
3078 (pp_c_right_brace): Likewise.
3079 (pp_c_left_bracket): Likewise.
3080 (pp_c_right_bracket): Likewise.
3081 (pp_c_declarator): Declare.
3082 (pp_c_direct_declarator): Likewise.
3083 (pp_c_specifier_qualifier_list): Likewise.
3084 (pp_c_type_id): Likewise.
3085 * c-pretty-print.c (pp_c_cv_qualifier): Change prootype. Rework..
3086 (pp_c_type_qualifier_list): New.
3087 (pp_c_pointer): Likewise.
3088 (pp_c_parameter_type_list): Likewise.
3089 (pp_c_function_definition): Likewise.
3090 (pp_c_id_expression): Likewise.
3091 (pp_c_simple_type_specifier): Tidy.
3092 (pp_c_unary_expression): Likewise.
3093 (pp_c_expression): Likewise.
3094 (pp_c_pretty_printer_init): Likewise.
3095 (pp_c_specifier_qualifier_list): Rework..
3096 (pp_c_abstract_declarator): Likewise.
3097 (pp_c_postfix_expression): Likewise.
3098 (pp_c_primary_expression): Likewise.
3099 (pp_c_cast_expression): Likewise.
3100 (pp_c_direct_abstract_declarator): Likewise.
3101 (pp_c_storage_class_specifier): Likewise.
3102 (pp_c_function_specifier): Likewise.
3103 (pp_c_declaration_specifiers): Likewise.
3104 (pp_c_direct_declarator): Likewise.
3105 (pp_c_declarator): Likewise.
3106 (pp_c_declaration): Likewise.
3107 (pp_c_statement): Likewise.
3108 (pp_c_integer_constant): Rename from pp_c_integer_literal.
3109 (pp_c_character_constant): Rename from pp_c_character_literal.
3110 (pp_c_bool_constant): Rename from pp_c_bool_literal.
3111 (pp_c_enumeration_constant): Rename from pp_c_enumerator.
3112 (pp_c_floating_constant): Rename from pp_c_real_literal.
3113 (pp_c_constant): Rename from pp_c_literal.
3114 * c-lang.c: Include diagnostic.h and c-pretty-print.h
3115 (LANG_HOOKS_INITIALIZE_DIAGNOSTITCS): Define.
3116 (c_initialize_diagnostics): New.
3117 * Makefile.in (c-lang.o): Update dependency.
3118
bae39a73
NS
31192003-08-10 Nathan Sidwell <nathan@codesourcery.com>
3120
3121 * c-typeck.c (digest_init): Add conversion for VECTOR_TYPEs.
3122
3372178c
RS
31232003-08-10 Richard Sandiford <rsandifo@redhat.com>
3124
3125 * config/mips/mips.c (mips_no_mips16_string): Remove.
3126 (override_options): Don't handle -mips16 as part of -mipsN.
3127 * config/mips/mips.h (mips_no_mips16_string): Remove declaration.
3128 (TARGET_SWITCHES): Add -mips16 and -mno-mips16 entries.
3129 (TARGET_OPTIONS): Remove -mno-mips16.
3130
1d5565cd
RS
31312003-08-10 Richard Sandiford <rsandifo@redhat.com>
3132
3133 * config/mips/mips-protos.h (coprocessor_operand): Remove declaration.
3134 (coprocessor2_operand): Likewise.
3135 * config/mips/mips.c (STAB_CODE_TYPE): Remove.
3136 (lookup_name): Remove declaration.
3137 (abort_with_insn): Remove. Replace all uses with fatal_insn.
3138 (mips16, mips_abicalls): Remove.
3139 (mips_char_to_class): Remove initialiser: all entries are NO_REGS.
3140 (arith32_operand, large_int, true_reg_or_0_operand): Remove.
3141 (coprocessor_operand, coprocessor2_operand): Remove.
3142 (override_options): Don't set mips16 or mips_abicalls.
3143 (print_operand): Don't expect SIGN_EXTEND operands.
3144 (mips_secondary_reload_class): Likewise.
3145 (mips_output_conditional_branch): Remove disabled long-branch code.
3146 * config/mips/mips.h (call_used_regs): Remove declaration.
3147 (may_call_alloca): Likewise.
3148 (mips_cpu_attr, mips_abicalls_type, mips_abicalls_attr): Remove.
3149 (mips_abicalls, mips16): Remove declarations.
3150 (ASM_FINAL_SPEC, LIB_SPEC): Remove.
3151 (CC1_SPEC): Remove outdated comment.
3152 (MIPS_VERSION, MACHINE_TYPE): Remove.
3153 (TARGET_VERSION_INTERNAL, TARGET_VERSION): Remove.
3154 (PC_REGNUM, STACK_POINTER_OFFSET): Remove disabled definitions.
3155 (STRUCT_VALUE_RETURN_REGNUM, STACK_DYNAMIC_OFFSET): Likewise.
3156 (PUSH_ROUNDING): Likewise.
3157 (ASSEMBLER_SCRATCH_REGNUM): Remove.
3158 * config/mips/mips.md: Replace mips_cpu_attr with mips_tune
3159 and mips16 with TARGET_MIPS16.
3160
4169c321
PB
31612003-08-09 Per Bothner <pbothner@apple.com>
3162
c5d19037
ZW
3163 * cppinit.c (cpp_read_main_file): Split out source-independent
3164 initialization to separate function ...
3165 (cpp_post_options): New function.
3166 * cppfiles.c (cpp_stack_file): Rename public name to ...
3167 (_cpp_stack_file): New internal function name.
3168 * cpplib.h: Update accordingly.
3169 * cppinit.c: (cpp_create_reader): Initialize cpp_readers line here.
3170 (cpp_read_main_file): Don't initialize line here.
3171 * c-opts.c (c_common_post_options): Call cpp_post_options.
3172 (c_common_parse_file): Call cpp_read_main_file, not cpp_stack_file.
3173 * fix-header.c (read_scan_file): Call cpp_post_options.
3174
3d93cdfa
PB
31752003-08-09 Per Bothner <per@bothner.com>
3176
3177 * c-decl.c (SCOPE_LIST_APPEND): Remove bogus line continuation.
3178
dfd8db86
JDA
31792003-08-09 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3180
3181 * pa.c (pa_asm_output_mi_thunk): Fix typo.
3182
a54c550f
NB
31832003-08-09 Neil Booth <neil@daikokuya.co.uk>
3184
3185 PR preprocessor/11839
3186 * cppfiles.c (open_file): Handle ENOTDIR.
3187
142ee136
RS
31882003-08-09 Richard Sandiford <rsandifo@redhat.com>
3189
3190 PR target/11699
3191 * config/mips/mips.c (override_options): Reject -mabi=eabi -mabicalls.
3192
561af708
JDA
31932003-08-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3194
3195 * pa.md (extzv, extv, insv): Fix operand limit checks. Fail if
3196 source/destination is not a register operand.
3197
af1e5518
RH
31982003-08-08 Richard Henderson <rth@redhat.com>
3199
c5d19037
ZW
3200 PR target/11535
3201 * config/ia64/ia64.c (ia64_initial_elimination_offset): Remove
3202 RETURN_ADDRESS_POINTER_REGNUM.
3203 (ia64_expand_prologue): Don't frob it.
3204 (ia64_output_function_epilogue): Likewise.
3205 (ia64_return_addr_rtx): New.
3206 (ia64_split_return_addr_rtx): New.
3207 * config/ia64/ia64-protos.h: Update.
3208 * config/ia64/ia64.h (FIRST_PSEUDO_REGISTER): Decrement.
3209 (RETURN_ADDRESS_POINTER_REGNUM): Remove.
3210 (GENERAL_REGNO_P): Don't check it.
3211 (AR_*_REGNUM): Renumber.
3212 (FIXED_REGISTERS): Remove RETURN_ADDRESS_POINTER_REGNUM.
3213 (CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTERS): Likewise.
3214 (REG_ALLOC_ORDER, REG_CLASS_CONTENTS): Likewise.
3215 (ELIMINABLE_REGS, REGISTER_NAMES): Likewise.
3216 (RETURN_ADDR_RTX): Use ia64_return_addr_rtx.
3217 * config/ia64/ia64.md (UNSPEC_RET_ADDR): New.
3218 (movdi_ret_addr): New.
af1e5518 3219
5dddb920
GK
32202003-08-08 Geoffrey Keating <geoffk@apple.com>
3221
3222 * config.gcc (powerpc-*-darwin*): Don't build a soft-float multilib.
3223
7bb3fbbb
RS
32242003-08-08 Roger Sayle <roger@eyesopen.com>
3225
3226 * tree.h (get_identifier) Define a macro form of get_identifier
3227 that calls get_identifier_with_length when the string is constant.
3228 (get_identifier_with_length): Change type of second argument to
3229 size_t in prototype.
3230 * stringpool.c (get_identifier): Undefine the macro before giving
3231 the function definition.
3232 (get_identifier_with_length): Change type of second argument to
3233 size_t in function definition.
3234 * hashtable.c (calc_hash): Change type of second argument to size_t.
27f35b75 3235 (ht_lookup): Change type of third argument to size_t. Reorganize
7bb3fbbb
RS
3236 to speed-up the cases where the hash table slot is empty, or the
3237 first probe matches (i.e. there isn't a collision).
3238 * hashtable.h (ht_lookup): Adjust function prototype.
3239
32247ce9
BI
32402003-08-08 Bernardo Innocenti <bernie@develer.com>
3241
3242 PR target/9697
3243 PR target/11777
3244 * longlong.h (count_leading_zeros): Exclude on __mcpu32__.
3245
df38ffef
NB
32462003-08-08 Neil Booth <neil@daikokuya.co.uk>
3247
3248 * common.opt: Add debug switches.
3249 * flags.h (use_gnu_debug_info_extensions): Boolify.
3250 * opts.c (write_symbols, debug_info_level,
3251 use_gnu_debug_info_extensions): Move from toplev.c.
3252 (set_debug_level): New.
3253 (common_handle_options): Handle debug switches.
3254 (print_help): Display target options directly.
3255 * toplev.c (debug_hooks): Don't initialize.
3256 (write_symbols, debug_info_level,
3257 use_gnu_debug_info_extensions): Move to opts.c.
3258 (debug_args, display_help, decode_g_option): Remove.
3259 (process_options): Set no debug if level zero here,
3260 and no-debug-hooks. Error here if impossible debug format selected.
3261 * toplev.h (display_help, decode_g_option): Remove.
3262
679c4092
RS
32632003-08-08 Richard Sandiford <rsandifo@redhat.com>
3264
3265 * tree.c (get_file_function_name_long): Fix size of alloca() area.
3266
c8b5beb8
KC
32672003-08-08 Kelley Cook <kelleycook@wideopenwest.com>
3268
3269 * configure.in (gcc_cv_prog_cmp_skip): Flipflop make_compare_target
c5d19037 3270 and gcc_cv_prog_cmp_skip.
c8b5beb8
KC
3271 * configure: Regenerate.
3272
6b3d1e47
SC
32732003-08-08 Stan Cox <scox@redhat.com>
3274
3275 * config/iq2000: New port.
3276 * config.gcc (iq2000-*-elf): Added.
3277 * doc/install.texi (Specific): Add iq2000 description.
3278
cfa9ee99
AS
32792003-08-08 Andreas Schwab <schwab@suse.de>
3280
7ce27ffb 3281 * configure.in (gcc_cv_as_ia64_ltoffx_ldxmov_relocs): Fix quoting
cfa9ee99
AS
3282 and insert missing empty argument.
3283 * configure: Regenerate.
3284
cb99b61a
JDA
32852003-08-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3286
62910663
JDA
3287 * pa.c (update_total_code_bytes): Use new macro IN_NAMED_SECTION_P.
3288 (attr_length_millicode_call): Likewise.
3289 (attr_length_call): Likewise. Revise some maximum insn lengths.
3290 (attr_length_indirect_call): Likewise.
3291 (output_call): Fix thinko that added extra nop.
3292 * pa.h (IN_NAMED_SECTION_P): Define.
3293
cb99b61a
JDA
3294 PR c++/11712
3295 * pa-hpux.h, pa-hpux10.h, pa-hpux11.h (TARGET_OS_CPP_BUILTINS): Define
3296 __STDC_EXT__ when using C++ dialect.
3297
97b3d0f0
R
32982003-08-07 J"orn Rennecke <joern.rennecke@superh.com>
3299
7d73a2ba
R
3300 * sh.c (calc_live_regs): If the return address pointer is live,
3301 force pr live.
3302 (sh5_schedule_saves): Exclude PR_MEDIA_REG from being a temp register
3303 for saves / restores.
3304 (sh_expand_epilogue): If sh_media_register_for_return returns a
3305 register number, flag the instructions that restores PR_MEDIA_REG
3306 as possibly dead.
3307 Remove dead update of offset.
3308 (sh_get_pr_initial_val): Use UNSPEC_RA if we don't know yet if
3309 we can use the result of get_hard_reg_initial_val.
3310 * sh.md (UNSPEC_RA): New constant.
3311 (movsi_i_lowpart+1): Changed into a define_insn_and_split, named:
3312 (load_ra). Handle UNSPEC_RA.
3313 (sibcall_media): Use PR_MEDIA_REG.
3314
97b3d0f0
R
3315 * sh.h (CALL_USED_REGISTERS): Include PR_REG and PR_MEDIA_REG.
3316 * sh.c (calc_live_regs): Use sh_pr_n_sets to determine if pr
3317 needs saving on SHmedia.
3318
d40c829f
UW
33192003-08-07 Ulrich Weigand <uweigand@de.ibm.com>
3320
3321 * config/s390/s390.md: Replace all occurrences of \\t with \t.
3322
a5342656
RS
33232003-08-07 Richard Sandiford <rsandifo@redhat.com>
3324
3325 * local-alloc.c (combine_regs): Fix comment typo.
3326
fdc49e10
ZW
33272003-08-06 Zack Weinberg <zack@codesourcery.com>
3328
3329 * c-decl.c (builtin_decls): Replace with first_builtin_decl
3330 and last_builtin_decl.
3331 (c_init_decl_processing): Initialize both.
3332 (c_reset_state): Iterate from first_builtin_decl to
3333 last_builtin_decl inclusive to reintroduce builtins.
3334
a32767e4
DM
33352003-08-06 David Mosberger <davidm@hpl.hp.com>
3336
fdc49e10
ZW
3337 * doc/extend.texi (Function Attributes): Document the IA-64 version
3338 of the "model" attribute.
3339
3340 * config/ia64/ia64.h (SYMBOL_FLAG_SMALL_ADDR): New macro.
3341 (SYMBOL_REF_SMALL_ADDR_P): Ditto.
3342 (PREDICATE_CODES): Mention "small_addr_symbolic_operand".
3343
3344 * config/ia64/ia64.c (ia64_handle_model_attribute): New function.
3345 (ia64_encode_section_info): Likewise.
3346 (ia64_attribute_table): Add "model" attribute.
3347 (TARGET_ENCODE_SECTION_INFO): Define.
3348 (small_addr_symbolic_operand): New function.
3349 (got_symbolic_operand): Return 0 for a symbolref to an object
3350 in the small address area.
3351 (enum ia64_addr_area): New type.
3352 (small_ident1): New variable.
3353 (small_ident2): Likewise.
3354 (init_idents): New function.
3355 (ia64_get_addr_area): Likewise.
3356 (ia64_encode_addr_area): Likewise.
3357 (ia64_encode_section_info): Likewise.
3358 (ia64_expand_load_address): For symbolic references to objects in
3359 the small-address-area, load the address via gen_rtx_SET() (which,
3360 eventually, will expand into "addl").
a32767e4 3361
8b82c528
PB
33622003-08-06 Per Bothner <pbothner@apple.com>
3363
3364 * line-map.h (fileline): New typedef.
fdc49e10 3365 (struct line_map, linemap_add, linemap_lookup): Use it.
8b82c528
PB
3366 * input.h (struct location_s): Comment notes that long-term we want
3367 to replace it by fileline.
3368
b869f904
R
33692003-08-06 J"orn Rennecke <joern.rennecke@superh.com>
3370
3371 Fix SHcompact exception handling:
3372 * sh.c (sh_get_pr_initial_val): If PR is or miight be clobbered
3373 by the prologue, return a MEM with return_address_pointer_rtx
3374 as address.
3375 * sh.h (HARD_REGNO_MODE_OK): PR is OK for SImode.
3376 (RETURN_ADDR_OFFSET): Don't define.
3377 (SH_DBX_REGISTER_NUMBER): Use SHmedia numbers for SHmedia
3378 registers that are visible in compact mode. Show that SHmedia
3379 registers still exist in compact mode, even if there are not
3380 readily accessible.
3381 (ASM_PREFERRED_EH_DATA_FORMAT): Supply DW_EH_PE_indirect
3382 if GLOBAL. Use DW_EH_PE_textrel (nominally) for CODE,
3383 and DW_EH_PE_pcrel for pic data.
3384 (ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX): If DW_EH_PE_textrel,
3385 set SYMBOL_FLAG_FUNCTION in symbol, and actually use
3386 DW_EH_PE_pcrel / DW_EH_PE_absptr encoding.
3387 (ALLOCATE_INITIAL_VALUE): Put PR on stack if prologue clobbers it.
3388 * sh.md (movsi_media-1): New splitter.
3389
f2feed2c
GP
33902003-08-06 Graeme Peterson <gp@qnx.com>
3391
3392 * config/i386/nto.h: New.
3393 * config/i386/t-nto: New.
3394 * config.gcc (i[34567]86-*-nto-qnx*): New.
3395
1cba0a4e
PE
33962003-08-06 Phil Edwards <pme@gcc.gnu.org>
3397
3398 * doc/install.texi (*-*-solaris2*): Refine configure instructions.
3399
980f6e8e
AM
34002003-08-06 Alan Modra <amodra@bigpond.net.au>
3401
3402 * calls.c (load_register_parameters): Arrange for call_fusage to
3403 report the whole register as used when shifting to the msb.
3404
d25225de
RS
34052003-08-05 Roger Sayle <roger@eyesopen.com>
3406
3407 * builtins.c (expand_builtin): When not optimizing, call the library
3408 function for all builtins that have library functions (except alloca).
3409
b20d9f0c
AO
34102003-08-05 Alexandre Oliva <aoliva@redhat.com>
3411
3412 * c.opt: Introduce -fworking-directory.
3413 * doc/cpp.texi, doc/invoke.texi, doc/cppopts.texi: Document it.
3414 * c-common.h (flag_working_directory): Declare.
3415 * c-common.c (flag_working_directory): Define.
3416 * c-opts.c (c_common_handle_options): Set it.
3417 (sanitize_cpp_opts): Set...
3418 * cpplib.h (struct cpp_options): ... working_directory option.
3419 (struct cpp_callbacks): Add dir_change.
3420 * cppinit.c (read_original_filename): Call...
3421 (read_original_directory): New. Look for # 1 "directory//"
3422 and process it.
3423 (cpp_read_main_file): Call dir_change callback if working_directory
3424 option is set.
3425 * gcc.c (cpp_unique_options): Pass -g*.
3426 * c-lex.c (cb_dir_change): New.
3427 (init_c_lex): Set dir_change callback.
3428 * toplev.c (src_pwd): New static variable.
3429 (set_src_pwd, get_src_pwd): New functions.
3430 * toplev.h (get_src_pwd, set_src_pwd): Declare.
3431 * dbxout.c (dbxout_init): Call get_src_pwd() instead of getpwd().
3432 * dwarf2out.c (gen_compile_unit_die): Likewise.
3433 * dwarfout.c (output_compile_unit_die, dwarfout_init): Likewise.
3434
e1a4dd13
GDR
34352003-08-05 Gabriel Dos Reis <gdr@integrable-solutions.net>
3436
3437 * pretty-print.h (pp_set_line_maximum_length): Make macro.
3438 (pp_set_prefix): Likewise.
3439 (pp_destroy_prefix): Likewise.
3440 (pp_remaining_character_count_for_line): Likewise.
3441 (pp_clear_output_area): Likewise.
3442 (pp_formatted_text): Likewise.
3443 (pp_last_position_in_text): Likewise.
3444 (pp_emit_prefix): Likewise.
3445 (pp_append_text): Likewise.
3446 (pp_flush): Likewise.
3447 (pp_format_text): Likewise.
3448 (pp_format_verbatim): Likewise.
3449 (pp_tree_identifier): Tidy.
3450 * pretty-print.c (pp_base_format_text): Rename from pp_format_text.
3451 (pp_base_format_verbatim): Rename from pp_format_verbatim.
3452 (pp_base_flush): Rename from pp_flush.
3453 (pp_base_set_line_maximum_length): Rename from
3454 pp_set_line_maximum_length.
3455 (pp_base_clear_output_area): Rename from pp_clear_output_area.
3456 (pp_base_set_prefix): Rename from pp_set_prefix.
3457 (pp_base_destroy_prefix): Rename from pp_destroy_prefix.
3458 (pp_base_emit_prefix): Rename from pp_emit_prefix.
3459 (pp_base_append_text): Rename from pp_append_text.
3460 (pp_base_formatted_text): Rename from pp_formatted_text.
3461 (pp_base_last_position_in_text): Rename from pp_last_position_in_text.
3462 (pp_base_remaining_character_count_for_line): Rename from
3463 pp_remaining_character_count_for_line.
3464 * diagnostic.h (diagnostic_format_decoder): Tidy.
3465 (diagnostic_flush_buffer): Likewise.
3466 * c-pretty-print.h: (pp_c_string_literal): Declare.
3467 (pp_c_real_literal): Likewise.
3468 (pp_c_integer_literal): Likewise.
3469 * c-pretty-print.c (pp_c_char): Use pp_string in lieu of
fdc49e10 3470 pp_identifier.
e1a4dd13
GDR
3471 (pp_c_character_literal): Tidy.
3472 (pp_c_string_literal): Make public.
3473 (pp_c_bool_literal): Likewise.
3474 (pp_c_integer_literal): Likewise.
3475 (pp_c_real_literal): Likewise.
3476
3477 * Makefile.in (C_PRETTY_PRINT_H): New variable.
3478 (c-pretty-print.o): Update dependence.
3479
8c98b170
CD
34802003-08-05 Chris Demetriou <cgd@broadcom.com>
3481
3482 * config/mips/mips.md (fix_truncdfsi2_macro): Properly restore
3483 ".set nomacro" state.
3484 (fix_truncsfsi2_macro): Likewise.
3485
b3c3af2f
SB
34862003-08-05 Steven Bosscher <steven@gcc.gnu.org>
3487
3488 * tree.h (DID_INLINE_FUNC): Remove macro.
3489 (DECL_DECLARED_INLINE_P): Move from c-tree.h and cp/cp-tree.h,
3490 add tree check for FUNCTION_DECL.
3491 (DECL_ESTIMATED_INSNS): Move from c-common.h and java/java-tree.h.
3492 (struct tree_decl): Rename inlined_function_flag to
3493 declared_inline_flag.
3494 * c-common.h (c_lang_decl): Remove.
3495 (DECL_ESTIMATED_INSNS): Remove.
3496 * c-tree.h (struct lang_decl): Don't include c_lang_decl.
3497 (DECL_DECLARED_INLINE_P): Remove.
3498 * c-decl.c (grokdeclarator): Update comment. With -finline-functions,
3499 do not reset DECL_DECLARED_INLINE_P. Don't use DID_INLINE_FUNC.
3500 (finish_function): Make uninlinable a bool. Fixup call to
3501 tree_inlinable_function_p() and fix some code style issues.
3502 * cgraph.h (disgread_inline_limits): Fix spelling: `disregard'.
3503 * cgraph.c (dump_cgraph): Likewise.
3504 * cgraphunit.c (cgraph_decide_inlining): Likewise
3505 (cgraph_finalize_compilation_unit): Likewise.
3506 Also update call to tree_inlinable_function_p().
3507 (cgraph_default_inline_p): Don't use DID_INLINE_FUNC. Instead
3508 look at DECL_DECLARED_INLINE and reverse logic.
3509 * print-tree.c (print_node): Likewise.
3510 * toplev.c (rest_of_handle_inlining): Don't use DID_INLINE_FUNC.
3511 * tree-inline.h (tree_inlinable_function_p): Make a bool. Update
3512 prototype.
3513 * tree-inline.c (inlinable_function_p): Split up in this function to
3514 check for basic inlining inhibiting conditions, and new
3515 limits_allow_inlining() function. Warn if inlining is impossible
3516 because the inline candidate calls alloca or uses sjlj exceptions.
3517 (limits_allow_inlining): this new function to check if the inlining
3518 limits are satisfied. Throttle from currfn_max_inline_insns, not from
3519 MAX_INLINE_INSNS_SINGLE. The latter only makes sense if
3520 MAX_INLINE_INSNS_AUTO and MAX_INLINE_INSNS_SINGLE are equal.
3521 Update prototypes.
3522 (tree_inlinable_function_p): Make a bool. Update call to
3523 inlinable_function_p
3524 (expand_call_inline): Use limits_allow_inlining() when not in
3525 unit-at-a-time mode to decide on inlining. Don't use DID_INLINE_FUNC,
3526 instead see if the function was declared `inline'.
3527
ed8395a0
JZ
35282003-08-05 Josef Zlomek <zlomekj@suse.cz>
3529
3530 * gcse.c (try_replace_reg): Fix updating of note.
3531
02a1994c
RS
35322003-08-04 Roger Sayle <roger@eyesopen.com>
3533
3534 PR middle-end/11771
3535 * fold-const.c (negate_expr_p <MINUS_EXPR>): Change to match the
3536 logic in negate_expr, i.e. we don't invert (A-B) for floating
3537 point types unless flag_unsafe_math_optimizations.
3538
f2593a66
RS
35392003-08-04 Roger Sayle <roger@eyesopen.com>
3540
3541 * fold-const.c (fold <PLUS_EXPR>): Transform x+x into x*2.0.
3542 Optimize x*c+x and x+x*c into x*(c+1) and x*c1+x*c2 into x*(c1+c2)
3543 for floating point expressions with -ffast-math.
3544 (fold <MULT_EXPR>): Don't transform x*2.0 into x+x.
3545 * expmed.c (expand_mult): Wrap long line. Expand x*2.0 as x+x.
3546
03aa99d4
RS
35472003-08-04 Roger Sayle <roger@eyesopen.com>
3548
3549 * c-common.c (flag_noniso_default_format_attributes): Delete.
3550 (built_in_attribute): Don't define/undefine DEF_FN_ATTR.
3551 (c_attrs_initialized): Delete.
3552 (c_common_nodes_and_builtins): Don't test c_attrs_initialized,
3553 always call c_init_attributes.
3554 (c_init_attributes): Don't define/undefine DEF_FN_ATTR. Don't
3555 set c_attrs_initialized when done.
3556 (c_common_insert_default_attributes): Delete.
3557 * c-common.h (flag_noniso_default_format_attributes): Delete.
3558 (c_coomon_insert_default_attributes): Delete prototype.
3559 * c-opts.c (set_std_c89, set_std_c99, set_std_cxx98): Dont set
3560 flag_noniso_default_format_attributes.
3561
3562 * c-decl.c (c_insert_default_attributes): Delete.
3563 * c-tree.h (c_insert_default_attributes): Delete prototype.
3564
3565 * attribs.c (decl_attributes): Don't call insert_default_attributes
3566 langhook. Update function description comment.
3567 * langhooks.h (lang_hooks): Remove insert_default_attributes field.
3568 * langhooks-def.h (LANG_HOOKS_INSERT_DEFAULT_ATTRIBUTES): Delete.
3569 * c-lang.c (LANG_HOOKS_INSERT_DEFAULT_ATTRIBUTES): Don't define.
3570 * system.h: Poison LANG_HOOKS_INSERT_DEFAULT_ATTRIBUTES macro.
3571
3572 * objc/objc-lang.c (LANG_HOOKS_INSERT_DEFAULT_ATTRIBUTES): Don't
3573 define.
3574
38e596df
RS
35752003-08-04 Richard Sandiford <rsandif@redhat.com>
3576
3577 * config/mips/mips.c (override_options): Disable -G on targets that
3578 have no .section support.
3579 (mips_select_section): Use default_select_section for such targets.
3580
76d2e2c5
NN
35812003-08-04 Nathanael Nerode <neroden@gcc.gnu.org>
3582
3583 * fixinc/inclhack.def (svr4_undeclared_getrnge): Introduce and enable.
3584 * fixinc/inclhack.def (static_getrnge): Remove disabled hack.
3585 * fixinc/fixincl.x: Rebuild.
3586 * fixinc/tests/base/regexp.h: New test.
3587
b2734c68
AO
35882003-08-04 Alexandre Oliva <aoliva@redhat.com>
3589
3590 * c-ppoutput.c (cb_line_change): Don't skip line changing while
3591 parsing macro arguments in the top-level context.
3592
4e87a651
NB
35932003-08-04 Neil Booth <neil@daikokuya.co.uk>
3594
3595 * config.in: Remove HAVE_LSTAT.
3596 * configure, configure.in: Don't test for lstat.
3597
21ecc5a7
GDR
35982003-08-03 Gabriel Dos Reis <gdr@integrable-solutions.net>
3599
3600 * opts.c (decode_options): Do language-specific initialization for
3601 the global diagnostic context.
3602 * langhooks-def.h (lhd_initialize_diagnostics): Declare.
3603 (LANG_HOOKS_INITIALIZE_DIAGNOSTITCS): New macro.
3604 (LANG_HOOKS_INITIALIZER): Adjust.
fdc49e10
ZW
3605 * langhooks.h (struct lang_hooks): Add new field
3606 initialize_diagnostics.
21ecc5a7
GDR
3607 * langhooks.c (lhd_initialize_diagnostics): Define.
3608
36092003-08-03 Gabriel Dos Reis <gdr@integrable-solutions.net>
3610
3611 * pretty-print.h: Adjust macro definitions.
3612 * pretty-print.c (pp_newline): Rename to pp_base_newline.
3613 (pp_character): Rename to pp_base_character.
3614 (pp_string): Rename to pp_base_string.
3615 * c-pretty-print.c (pp_buffer): Move to pretty-print.h
3616 (pp_newline): Likewise. Adjust.
3617 (pp_c_char): Adjust.
3618
d82f81dd
KG
36192003-08-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3620
3621 * builtins.def (BUILT_IN_ABS, BUILT_IN_IMAXABS, BUILT_IN_LABS,
3622 BUILT_IN_LLABS): Move to miscellaneous section.
3623
335d03ec
NB
36242003-08-03 Neil Booth <neil@daikokuya.co.uk>
3625
cb6eb88a 3626 PR preprocessor/11534
335d03ec
NB
3627 * cppexp.c (parse_defined): Warn only if -pedantic.
3628
76bf2c97
NB
36292003-08-03 Neil Booth <neil@daikokuya.co.uk>
3630
3631 * cppfiles.c (stack_file): Use file path.
3632
178b2b9f
RS
36332003-08-02 Roger Sayle <roger@eyesopen.com>
3634
3635 * builtin-types.def (BT_SSIZE): New primitive type.
3636 (BT_FN_INT_PTR_CONST_STRING_VALIST_ARG,
3637 BT_FN_STRING_CONST_STRING_CONST_STRING_INT,
3638 BT_FN_SIZE_STRING_SIZE_CONST_STRING_CONST_PTR,
3639 BT_FN_SSIZE_STRING_SIZE_CONST_STRING_VAR): New function types.
3640 * builtins.def (BUILT_IN_DCGETTEXT, BUILT_IN_DGETTEXT,
3641 BUILT_IN_FSCANF, BUILT_IN_GETTEXT, BUILT_IN_STRFMON,
3642 BUILT_IN_STRFTIME, BUILT_IN_VFPRINTF, BUILT_IN_VFSCANF): New builtins.
3643 * builtin-attrs.def: Remove DEF_FN_ATTR construct and the last
3644 few functions that define default attributes using it.
3645 * c-common.c (c_common_insert_default_attributes): Do nothing.
3646
3647 * doc/extend.texi: Document these "new" builtins.
3648
469146c1
KK
36492003-08-02 Kaz Kojima <kkojima@gcc.gnu.org>
3650
3651 * config/sh/linux.h (SUBTARGET_LINK_SPEC): Don't set rpath.
3652 (LIB_SPEC): Set -lpthread always when -pthread set. Set -lieee
3653 when -mieee-fp set and -shared not set.
3654 (SH_FALLBACK_FRAME_FLOAT_STATE): Don't define for SH5.
3655
49634b3a
NB
36562003-08-02 Neil Booth <neil@daikokuya.co.uk>
3657
3658 * cppfiles.c (struct _cpp_file): Rename once_only_next to
3659 next_file. Remove import and pragma_once, add once_only.
3660 (find_file): Add new file structures to the all_files list.
3661 (should_stack_file): Mark #import-ed files once-only, and
3662 don't stack them if the file has already been stacked.
3663 (_cp_mark_file_once_only): Simplify.
3664 * cpphash.h (struct cpp_reader): Rename once_only_files
3665 to all_files. Rename saw_pragma_once to seen_once_only.
3666 (_cpp_mark_file_once_only): Update prototype.
3667 * cpplib.c (do_pragma_once): Update.
3668
cf1ee30c
NB
36692003-08-02 Neil Booth <neil@daikokuya.co.uk>
3670
3671 * cppfiles.c (ENOTDIR): Remove.
3672 (open_file_in_dir): Rename find_file_in_dir. Handle errors
3673 other than ENOENT here.
3674 (once_only_file_p): Rename should_stack_file.
3675 (find_file, open_file_failed, read_file_guts): Report errors
3676 with full path name.
3677 (read_file): Move pch handling to should_stack_file.
3678 (should_stack_file): Handle PCH and once-only issues, and
3679 reading the file.
3680 (stack_file): Don't do file reads.
3681
50612a04
ZD
36822003-08-02 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
3683
3684 * libgcov.c (gcov_exit): Cleanup and fix.
3685 * profile.c (compute_value_histograms): Don't try to read profiles
3686 that are not present.
3687
f6a46818
KG
36882003-08-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3689
f53b62e1
KG
3690 * builtins.def: Categorize.
3691
f6a46818
KG
3692 * builtins.def (BUILT_IN_CABS, BUILT_IN_CABSF, BUILT_IN_CABSL):
3693 Mind fp rounding.
3694 (BUILT_IN_FFSL): Use DEF_EXT_LIB_BUILTIN.
3695
12550591
AT
36962003-08-02 Andreas Tobler <a.tobler@schweiz.ch>
3697
3698 * config.gcc: Enable posix threads by default on darwin.
3699
5f77fbd4
JJ
37002003-08-01 Jakub Jelinek <jakub@redhat.com>
3701
3702 * cfgcleanup.c (outgoing_edges_match): Check REG_EH_REGION notes
3703 even if nehedges1 is 0.
3704
f4dbf936
NN
37052003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
3706
3707 * fixinc/fixfixes.c, fixinc/fixlib.c, fixinc/fixlib.h,
3708 fixinc/fixtests.c, fixinc/procopen.c, fixinc/server.c,
3709 fixinc/server.h, fixinc/fixincl.c: ANSIfy function prototypes
3710 and defintions.
3711
3712 * fixinc/inclhack.def (broken_cabs): Make matching more generous.
3713 * fixinc/fixincl.x: Regenerate.
3714 * fixinc/tests/base/math.h: Regenerate to match test_text change.
3715
c76becbd
RO
37162003-08-01 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3717
3718 * ggc-common.c (gt_pch_restore): Case MAP_FAILED to void *.
3719
f920765d
RK
37202003-08-01 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3721
3722 * except.c (sjlj_emit_dispatch_table): Use ptr_mode, not Pmode,
3723 for accesses to exc_ptr.
3724
8e5f33ff
GK
37252003-08-01 Geoffrey Keating <geoffk@apple.com>
3726
3727 * doc/sourcebuild.texi (Front End Directory): Don't make references
3728 to libsubdir, it's not part of the interface to frontends.
3729 * doc/install.texi (Configuration): Help users read faster by saying
3730 that GCC's configure options are the standard autoconf ones.
3731 Mention --libdir. Update the default rules for finding the
3732 assembler. Don't use libsubdir since we haven't said what it means.
3733 (Specific): In the Solaris 7 notes, update the place to put the
3734 assembler.
3735 * doc/invoke.texi: Update lib/gcc-lib to lib/gcc.
3736 * doc/cpp.texi (Search Path): Actually, the search path
3737 depends on libdir, which can relocate with cpp.
3738 * doc/tm.texi (Driver): Don't document STANDARD_EXEC_PREFIX, it's
3739 now a private interface between the Makefile and the driver.
3740
75c20980
RH
37412003-08-01 Richard Henderson <rth@redhat.com>
3742
3743 * system.h: Poison ASM_SIMPLIFY_DWARF_ADDR.
3744
3745 * varasm.c (lookup_constant_def): New function.
3746 * rtl.h (lookup_constant_def): Declare it.
fdc49e10 3747 * dwarf2out.c (loc_descriptor_from_tree): Use it.
75c20980
RH
3748 Use targetm.delegitimize_address, not ASM_SIMPLIFY_DWARF_ADDR.
3749
f91f41b2
ZW
37502003-08-01 Zack Weinberg <zack@codesourcery.com>
3751
3752 * c-decl.c (gettags, pushdecl_function_level): Delete.
3753 (last_function_parm_vars): Rename last_function_parm_others.
3754 (current_function_parm_vars): Rename current_function_parm_others.
3755 (struct c_scope): Rewrite comment explaining this data structure.
3756 Add names_last, blocks_last, parms_last fields. Rename
3757 incomplete_list to incomplete.
3758 (SCOPE_LIST_APPEND, SCOPE_LIST_CONCAT): New macros.
3759 (poplevel): Ignore second argument. No need to nreverse
3760 anything. Restructure such that each list is processed
3761 exactly once. Use 'const location_t *locus' syntactic sugar
3762 variable where useful. Issue unused variable warnings
3763 ourselves, do not rely on function.c.
3764 (insert_block, pushdecl, bind_label): Use SCOPE_LIST_APPEND.
3765 (pushdecl_top_level): Likewise. Don't call duplicate_decls.
3766 (implicitly_declare): decl cannot be error_mark_node.
3767 (undeclared_variable): Manipulate scope structure directly.
3768 (c_make_fname_decl): Likewise.
3769 (getdecls, c_init_decl_processing): Fix comment.
3770 (mark_forward_parm_decls): Use SCOPE_LIST_CONCAT. No need
3771 for 'last' variable.
3772 (grokparms): No need to nreverse parms list.
3773 (store_parm_decls_newstyle): Set up the parms_last and
3774 names_last fields of the new scope too.
3775 (store_parm_decls_oldstyle): Can assume DECL_WEAK is not set
3776 on parms to begin with; check this under ENABLE_CHECKING. Set
3777 up parms_last.
3778 (check_for_loop_decls): Refer directly to current_scope->tags.
3779 Use consistent quote style in diagnostics.
3780 (c_write_global_declarations): The names list is not backward.
3781
3782 * c-common.h: Don't prototype gettags.
3783 * c-parse.in: Call poplevel with second argument 0 always.
3784
a8eb1db5
KG
37852003-08-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3786
3787 * builtins.def: Resort builtins.
3788
da7cfe13
KG
37892003-08-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3790
3791 * builtins.def (DEF_GCC_BUILTIN, DEF_LIB_BUILTIN,
3792 DEF_EXT_LIB_BUILTIN, DEF_C99_BUILTIN, DEF_C99_C90RES_BUILTIN):
3793 Prepend "__builtin_" onto NAME with string concatenation. Remove
3794 explicit "__builtin_" from each macro call.
3795
3796 Reformat entire file.
3797
ea8eb0b9
KG
37982003-08-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3799
3800 * builtins.def (ATTR_MATHFN_ERRNO, ATTR_MATHFN_FPROUNDING,
3801 ATTR_MATHFN_FPROUNDING_ERRNO): New macros. Use throughout.
3802
61152e48 38032003-08-01 Andreas Krebbel <krebbel1@de.ibm.com>
3ef093a8
AK
3804
3805 * config/s390/s390.c (s390_select_ccmode): Do not attempt to use CCL,
3806 CCL1, or CCL2 modes with floating point operations.
3807
3808 * config/s390/s390.md ("*addsf3_cc", "*addsf3_cconly", "*adddf3_cc",
3809 "*adddf3_cconly", "*subsf3_cc", "*subsf3_cconly", "*subdf3_cc",
3810 "*subdf3_cconly"): New insns.
3811 ("*negabssi2", "*negabsdi2", "*negabsdf2", "*negabssf2"): Likewise.
3812
bf42e45b
NB
38132003-08-01 Neil Booth <neil@daikokuya.co.uk>
3814
3815 * Makefile.in: Refine dependencies.
3816 * c-opts.c (c_common_handle_option): Do nothing for -Wimport.
3817 * c.opt: Update help for -Wimport.
3818 * cppfiles.c: Include hashtab.h. Update comments.
3819 (stack_file): Read the file before updating dependencies.
3820 (once_only_file_p): Be smarter about marking once-only files.
3821 (_cpp_mark_file_once_only): Correct the check for existence on
3822 the list.
3823 (open_file_failed): Use name not path, which is NULL.
3824 * cpphash.h: Don't include hashtab.h.
3825 (struct _cpp_file): Remove.
3826 (struct cpp_reader): Update.
3827 * cppinit.c (cpp_create_reader): Don't initialize warn_import.
3828 * cpplib.h (struct cpp_options): Remove warn_import.
3829 (cpp_simplify_path): Remove.
3830
a5bcc582
NS
38312003-08-01 Nathan Sidwell <nathan@codesourcery.com>
3832
3833 PR c++/11295
3834 * doc/extend.texi (Statement Expressions): Document C++ semantics.
3835
2fdd01a0
ST
38362003-07-31 SUGIOKA Toshinobu <sugioka@itonet.co.jp>
3837
3838 * config.gcc (sh-*-linux*): Do not override sh/t-linux with sh/t-le.
3839
3c260e1d
KG
38402003-07-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3841
3842 * builtin-types.def: Use `LONGDOUBLE' instead of `LONG_DOUBLE'
3843 throughout.
3844 * builtins.def: Likewise.
3845
40209195
JM
38462003-07-31 Jason Merrill <jason@redhat.com>
3847
3848 * Makefile.in (bubblestrap): Don't require a previous full
3849 bootstrap.
3850
3851 * expr.c (mostly_zeros_p): No longer static.
3852 * tree.h: Declare it.
3853 * stmt.c (resolve_asm_operand_names): Don't copy the pattern
3854 unless we need to do substitutions.
3855
2598550f
RS
38562003-07-31 Roger Sayle <roger@eyesopen.com>
3857
3858 * fold-const.c (fold <MULT_EXPR>): Optimize both x*pow(x,c) and
3859 pow(x,c)*x as pow(x,c+1) for constant values c. Optimize x*x
3860 as pow(x,2.0) when the latter will be expanded back into x*x.
3861 (fold <RDIV_EXPR>): Optimize pow(x,c)/x as pow(x,c-1).
3862 * builtins.c (expand_builtin_pow): Ignore flag_errno_math as
3863 pow can never set errno when used with an integer exponent.
3864 Always use expand_powi when exponent is -1, 0, 1 or 2.
3865 (fold_builtin): Don't rewrite pow(x,2.0) as x*x nor pow(x,-2.0)
3866 as 1.0/(x*x). This avoids unbounded recursion as we now prefer
3867 the pow forms of these expressions.
3868
a8ee6e2d
GK
38692003-07-31 Geoffrey Keating <geoffk@apple.com>
3870
3871 * Makefile.in (libexecdir): New.
3872 (libsubdir): Use gcc instead of gcc-lib.
3873 (libexecsubdir): New.
3874 (ORDINARY_FLAGS_TO_PASS): Add libexecsubdir.
3875 (DRIVER_DEFINES): Add STANDARD_LIBEXEC_PREFIX, use gcc instead of
3876 gcc-lib.
3877 (installdirs): Make libexecsubdir.
3878 (install-common): Put executables in libexecsubdir.
3879 (itoolsdir): Use libexecsubdir.
3880 (itoolsdatadir): New.
3881 (install-mkheaders): Separate data files and executables.
3882 (install-collect2): Put executables in libexecsubdir.
3883 (uninstall): Remove libexecsubdir.
3884 * mkheaders.in: Update for new arrangement of files.
3885 (libexecdir): New.
3886 (libexecsubdir): New.
3887 (itoolsdir): Use libexecsubdir.
3888 (itoolsdatadir): New.
3889 * gcc.c (gcc_libexec_prefix): New.
3890 (STANDARD_LIBEXEC_PREFIX): Use gcc instead of gcc-lib.
3891 (standard_exec_prefix_1): Use libexec.
3892 (standard_exec_prefix_2): New.
3893 (standard_libexec_prefix): New.
3894 (process_command): Update for new arrangement of files. Compute
3895 gcc_libexec_prefix. Update for change from gcc-lib to gcc.
3896
631099c9
NN
38972003-07-31 Nathanael Nerode <neroden@gcc.gnu.org>
3898
3899 * inclhack.def (stdio_va_list): Avoid bogus replacement which
3900 triggers on Interix.
3901 * fixincl.x: Regenerate.
3902
a132b6a8
JJ
39032003-07-31 Jakub Jelinek <jakub@redhat.com>
3904
3905 * config/i386/i386.c (legitimate_pic_address_disp_p): Disallow TLS
3906 SYMBOL_REFs not inside UNSPEC even in PLUS rtx.
3907
c67b2a58
RK
39082003-07-31 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3909
3910 * dwarf2out.c (loc_descriptor_from_tree, case CONSTRUCTOR): New case.
3911
40e941af
PB
39122003-07-31 Per Bothner <pbothner@apple.com>
3913
3914 * opts.c (in_fnames, num_in_fnames): Moved here from c-opts.
3915 (add_input_filename): New function.
3916 (handle_options): Call add_input_filename directly instead of
3917 with a lang hook.
3918 * opts.h (in_fnames, num_in_fnames): Moved here.
3919 (add_input_filename): Declare.
3920 * c-decl.c: Need to #include opts.h.
3921 * Makefile.in (c-decl.o): Also depends on opts.h.
3922 * c-opts.c (in_fnames, num_in_fnames): Moved to opts.c.
3923 (c_common_handle_filename): Replaced by add_input_filename.
3924 * c-common.h (in_fnames, num_in_fnames, c_common_handle_filename):
3925 Remove.
3926 * langhooks.h (struct lang_hooks): Remove handle_filename hook.
3927 * langhooks-def.h (LANG_HOOKS_HANDLE_FILENAME): Remove macro.
3928 (LANG_HOOKS_INITIALIZER): Remove use of LANG_HOOKS_HANDLE_FILENAME.
3929 * c-lang.c (LANG_HOOKS_HANDLE_FILENAME): Remove macro.
3930
9143c6b7
ZD
39312003-07-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
3932
3933 * combine.c (try_combine): Set JUMP_LABEL for newly created
3934 unconditional jump.
3935
b7de5864
ZD
39362003-07-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
3937
3938 * fold-const.c (fold): Fold some comparisons of bit operations.
3939
602a82f3 39402003-07-31 Jan Hubicka <jh@suse.cz>
fdacb904
JH
3941
3942 * cgraph.c (create_edge): Fix typo.
3943 * i386.c (pic_symbolic_operand): Reorder tests.
3944
8100063e
NS
39452003-07-31 Nathan Sidwell <nathan@codesourcery.com>
3946
3947 * doc/gcov.texi (Invoking Gcov): Describe output name mangling
3948 more fully.
3949 (Gcov Data Files): Update.
3950
2a4e8ebc
RO
39512003-07-31 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3952
3953 * config.gcc (alpha*-dec-osf[45]*): Enable POSIX thread support by
3954 default.
3955
3956 * gthr-posix.c: New file.
3957 * gthr-posix.h: Define _REENTRANT if missing.
3958 Make _LIBOBJC #pragma weak visible with _LIBOBJC_WEAK.
3959
3960 * config/alpha/t-osf4 (SHLIB_LINK): Hide dummy functions provided
3961 by gthr-posix.o.
3962 * config/alpha/t-osf-pthread: New file.
3963
3964 * fixinc/inclhack.def (alpha_pthread): New fix.
3965 * fixinc/fixincl.x: Regenerate.
3966 * fixinc/tests/base/pthread.h [ALPHA_PTHREAD_CHECK]: New testcase.
3967
3968 * doc/install.texi (alpha*-dec-osf*): Remove --enable-threads
3969 warning.
3970 Fixes PR bootstrap/9330.
3971
689a714d
RO
39722003-07-31 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3973
3974 * configure.in (gcc_cv_ld_hidden): Also disable on mips-sgi-irix5*
3975 without GNU ld.
3976 Update comment.
3977 * configure: Regenerate.
3978
caf819ae
VM
39792003-07-31 Vladimir Makarov <vmakarov@redhat.com>
3980
f91f41b2
ZW
3981 * sched-deps.c (sched_analyze_2): Prevent interblock move of CC0
3982 setter.
caf819ae 3983
1aa0a5f6
RS
39842003-07-30 Roger Sayle <roger@eyesopen.com>
3985
3986 * builtins.def: Alphabetize.
3987
4bd0bee9
MK
39882003-07-30 Matt Kraai <kraai@alumni.cmu.edu>
3989
3990 * doc/c-tree.texi: Normalize spellings of "lowercase" and
3991 "uppercase".
3992 * doc/cpp.texi: Likewise.
3993 * doc/md.texi: Likewise.
3994 * doc/rtl.texi: Likewise.
3995 * doc/tm.texi: Likewise.
3996
7f02cb5c
MK
39972003-07-30 Matt Kraai <kraai@alumni.cmu.edu>
3998
3999 * objc/Make-lang.in (objc.stage1, objc.stage2, objc.stage3)
4000 (objc.stage4, objc.stageprofile, objc.stagefeedback): Remove moves
4001 of cc1obj.
4002
498887c8
CD
40032003-07-30 Chris Demetriou <cgd@broadcom.com>
4004
4005 * config/mips/mips.h (SIZE_TYPE, PTRDIFF_TYPE): Undef these
4006 macros before defining them.
4007
10bbf137
UW
40082003-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4009
f91f41b2 4010 * config/s390/s390.md (UNSPEC_ROUND, UNSPEC_SETHIGH,
10bbf137
UW
4011 UNSPECV_BLOCKAGE): New constants.
4012 ("*sethighqisi", "*sethighhisi", "*sethiqidi_64", "*sethiqidi_31",
4013 "*extractqi", "*extracthi", "*extendqidi2" splitter, "*extendqisi2"
4014 splitter, "fix_truncdfdi2_ieee", "fix_truncdfsi2_ieee",
4015 "fix_truncsfdi2", "fix_truncsfsi2", "blockage"): Use them.
4016
4017 (all insns and expanders): Write output control string as brace block
4018 where appropriate. Remove \-escapes for doublequote characters.
4019
602a82f3 40202003-07-31 Jan Hubicka <jh@suse.cz>
3f2eae23
JH
4021
4022 * gcse.c (insert_store): Fix typo in previous patch.
4023
f0babc9a
NB
40242003-07-30 Neil Booth <neil@daikokuya.co.uk>
4025
4026 * cppfiles.c (stack_file, open_file_failed): Use path for deps.
4027
edeac5de
AK
40282003-07-30 Andi Kleen <ak@muc.de>
4029
4030 * loop.c (check_dbra_loop): Allow LTU in the loop condition.
4031
6e885ee3
ZD
40322003-07-30 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
4033
4034 * combine.c (distribute_notes): Cancel REG_VALUE_PROFILE notes.
4035 * gcov-io.h (GCOV_FIRST_VALUE_COUNTER, GCOV_LAST_VALUE_COUNTER,
4036 GCOV_N_VALUE_COUNTERS): New.
4037 * profile.c (compute_value_histograms): New static function.
4038 (branch_prob): Read back the value histograms.
4039 * rtl.c (reg_note_name): Add name for REG_VALUE_PROFILE note.
4040 * rtl.h (enum reg_note): Add REG_VALUE_PROFILE note.
4041 * value-prof.c: Add comment on reading the profile.
4042 * value-prof.h (COUNTER_FOR_HIST_TYPE, HIST_TYPE_FOR_COUNTER): New.
4043 * doc/invoke.texi (-fprofile-values): Document behavior with
4044 -fbranch-probabilities.
4045
0e6cb2cb
DE
40462003-07-30 David Edelsohn <edelsohn@gnu.org>
4047
4048 * longlong.h (PowerPC umul_ppmm): Do not test __vxworks__.
4049
656ec3b1
UW
40502003-07-30 Ulrich Weigand <uweigand@de.ibm.com>
4051
4052 * config/s390/s390.h (EH_RETURN_HANDLER_RTX): Compute offset
4053 symbolically.
4054
602a82f3 40552003-07-30 Jan Hubicka <jh@suse.cz>
a0c8285b
JH
4056
4057 * gcse.c (insert_store): Ignore fake edges.
4058
4059 * c-common.c (flag_vtable_gc): Kill.
4060 * c-common.g (flag_vtable_gc): Kill.
4061 * c-opts (c_common_handle_option): Kill.
4062 * c.opt (fvtable-gc): Kill.
4063 * final.c (final_scan_insn): Do not call assemble_vtable_entry.
4064 * output.h (assemble_vtable_entry, assemble_vtable_inherit): Kill.
4065 * varasm.c (assemble_vtable_entry, assemble_vtable_inherit): Kill.
4066
4067 * invoke.texi (-ftable-gc): Kill documentation.
4068
4069 * tree-inline.c (inlinable_function_p): Don't set DECL_UNINLINABLE
4070 just because function body is missing.
4071
4072 * i386.c (pic_symbolic_operand): Properly detect RIP relative unspecs.
4073
b2e863b8
RM
40742003-07-30 Ranjit Mathew <rmathew@hotmail.com>
4075
4076 * unwind-sjlj.c: Fix typo in file description.
4077
9206d736
AM
40782003-07-30 Alan Modra <amodra@bigpond.net.au>
4079
4080 * calls.c (load_register_parameters): When shifting reg sized values
4081 to the msb, move the value to a reg first.
4082
9074464c
GK
40832003-07-29 Geoffrey Keating <geoffk@apple.com>
4084
4085 * cppfiles.c (stack_file): Leave filename as "" rather than "<stdin>".
4086 * line-map.h (linemap_add): Update comments.
4087 * line-map.c (linemap_add): Update comments, interpret zero-length
4088 filename as "<stdin>".
4089
e55e4f68
NN
40902003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
4091
4092 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
4093
55d54003
ZW
40942003-07-29 Zack Weinberg <zack@codesourcery.com>
4095
4096 * c-decl.c (last_function_parm_vars, current_function_parm_vars):
4097 New static variables.
4098 (struct c_scope): Add parms and warned_forward_parm_decls
4099 fields; remove parm_order.
4100 (storedecls, storetags): Delete.
4101 (poplevel): Also clear bindings on the parms chain.
4102 (pushdecl): Handle forward declarations of parameters, and
4103 chain PARM_DECLs on the parms list, not the names list.
4104 (lookup_name_current_level): Check for PARM_DECLs on the parms
4105 list too.
4106 (push_parm_decl): Don't update parm_order.
4107 (clear_parm_order): Rename mark_forward_parm_decls. Issue the
4108 warning, only once per parameter list, and set TREE_ASM_WRITTEN
4109 on the decls here. Then move the forward decls to the names list.
4110 (grokparms): Set last_function_parm_vars.
4111 (get_parm_info): Don't use gettags or getdecls. No need to
4112 extract non-parms from the parms list, or reorganize the parms
4113 list. Feed nonparms back in the TREE_TYPE of the list node
4114 returned. Issue only one error per parameter list for "void"
4115 appearing more than once in said parameter list. Collapse
4116 parmlist_tags_warning into this function to avoid double scan
4117 of tags list.
4118 (start_function): Set current_function_parm_vars.
4119 (store_parm_decls_newstyle): Bypass pushdecl, manipulate scope
4120 directly. Get non-parms from current_function_parm_vars; no
4121 need to extract them from the parms chain. Properly bind tags
4122 in the new scope.
4123 (store_parm_decls_oldstyle): No need to extract non-parameters
4124 from the parms chain, nor to store them back afterward. Move
4125 declaration to top of function, restructure code reordering
4126 DECL_ARGUMENTS.
4127 (store_parm_decls): No need to save and restore warn_shadow.
4128 * c-parse.in: Don't call parmlist_tags_warning nor
4129 clear_parm_order. Call mark_forward_parm_decls when forward
4130 parm decls are encountered.
4131 * c-tree.h: Prototype mark_forward_parm_decls; not
4132 clear_parm_order or parmlist_tags_warning.
4133
18c81520
GK
41342003-07-29 Geoffrey Keating <geoffk@apple.com>
4135
4136 * c-common.c (allow_pch): Remove.
4137 * c-common.h (allow_pch): Remove.
4138 (c_common_no_more_pch): Declare.
4139 * c-lex.c (c_lex): Call c_common_no_more_pch when appropriate.
4140 * c-pch.c: Include hosthooks.h.
4141 (c_common_valid_pch): Don't check allow_pch.
4142 (c_common_read_pch): Clear valid_pch to prevent reading PCH files.
4143 (c_common_no_more_pch): New.
4144 * ggc-common.c: Include hosthooks.h.
4145 (gt_pch_save): Call gt_pch_get_address.
4146 (gt_pch_restore): Call gt_pch_use_address.
4147 * hooks.c (hook_voidp_size_t_null): New.
4148 (hook_bool_voidp_size_t_false): New.
4149 * hooks.h (hook_voidp_size_t_null): New.
4150 (hook_bool_voidp_size_t_false): New.
4151 * hosthooks-def.h (HOST_HOOKS_GT_PCH_GET_ADDRESS): New.
4152 (HOST_HOOKS_GT_PCH_USE_ADDRESS): New.
4153 (HOST_HOOKS_INITIALIZER): Add HOST_HOOKS_GT_PCH_GET_ADDRESS,
4154 HOST_HOOKS_GT_PCH_USE_ADDRESS.
4155 * hosthooks.h (struct host_hooks): Add gt_pch_get_address,
4156 gt_pch_use_address.
4157 * doc/hostconfig.texi (Host Common): Document
4158 HOST_HOOKS_GT_PCH_GET_ADDRESS, HOST_HOOKS_GT_PCH_USE_ADDRESS.
4159 * Makefile.in (c-pch.o): Depend on hosthooks.h.
4160 (ggc-common.o): Likewise.
4161
4162 * config/rs6000/host-darwin.c (HOST_HOOKS_GT_PCH_GET_ADDRESS): Define.
4163 (HOST_HOOKS_GT_PCH_USE_ADDRESS): Define.
4164 (pch_address_space): New.
4165 (darwin_rs6000_gt_pch_get_address): New.
4166 (darwin_rs6000_gt_pch_use_address): New.
4167
8f9b4009
NB
41682003-07-29 Neil Booth <neil@daikokuya.co.uk>
4169
cb6eb88a
NB
4170 PR preprocessor/11569
4171 PR preprocessor/11649
8f9b4009
NB
4172 * Makefile.in (LIBCPP_DEPS): Add HASHTAB_H.
4173 * cppfiles.c: Completely rewritten.
4174 * c-incpath.c (free_path, remove_duplicates, heads, tails, add_path):
4175 struct cpp_path is now struct cpp_dir.
4176 (remove_duplicates): Don't simplify path names.
4177 * c-opts.c (c_common_parse_file): cpp_read_next_file renamed
4178 cpp_stack_file.
4179 * cpphash.h: Include hashtab.h.
4180 (_cpp_file): Declare.
4181 (struct cpp_buffer): struct include_file is now struct _cpp_file,
4182 and struct cpp_path is now struct cpp_dir. Rename members.
4183 (struct cpp_reader): Similarly. New members once_only_files,
4184 file_hash, file_hash_entries, quote_ignores_source_dir,
4185 no_search_path, saw_pragma_once. Remove all_include_files and
4186 max_include_len. Make some members bool.
4187 (_cpp_mark_only_only): Renamed from _cpp_never_reread.
4188 (_cpp_stack_file): Renamed from _cpp_read_file.
4189 (_cpp_stack_include): Renamed from _cpp_execute_include.
4190 (_cpp_init_files): Renamed from _cpp_init_includes.
4191 (_cpp_cleanup_files): Renamed from _cpp_cleanup_includes.
4192 * cppinit.c (cpp_create_reader): Initialize no_search_path. Update.
4193 (cpp_read_next_file): Rename and move to cppfiles.c.
4194 (cpp_read_main_file): Update.
4195 * cpplib.c (run_directive): Update for renamed members.
4196 (do_include_common, _cpp_pop_buffer): Update.
4197 (do_import): Undeprecate #import.
4198 (do_pragma_once): Undeprecate. Use _cpp_mark_file_once_only.
4199 * cpplib.h: Remove file_name_map_list.
4200 (cpp_options): Remove map_list.
4201 (cpp_dir): Rename from cpp_path. New datatype for name_map.
4202 (cpp_set_include_chains, cpp_stack_file, cpp_included): Update.
4203
a6400add
PE
42042003-07-29 Phil Edwards <pme@gcc.gnu.org>
4205
4206 * Makefile.in: Make stamp-objdir safe for parallel builds.
4207
b2790407
PE
42082003-07-29 Phil Edwards <pme@gcc.gnu.org>
4209
4210 * Makefile.in (stmp-docobjdir): New target; ensure $docobjdir exists.
4211 (info): Depend on stmp-docobjdir.
4212
8e3940b2
RO
42132003-07-29 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4214
4215 * configure: Regenerate.
4216
602a82f3 42172003-07-29 Jan Hubicka <jh@suse.cz>
987bf56f
JH
4218
4219 PR C++/11131
4220 * tree-inline.c (expand_call_inline): Always call inlinable_function_p
4221 in !unit-at-a-time mode.
4222
5f0eabcc
GK
42232003-07-28 Geoffrey Keating <geoffk@apple.com>
4224
4225 * c-decl.c (c_expand_body_1): Use C_DECL_FILE_SCOPE to detect
4226 main function.
4227
7b6d72fc
MM
42282003-07-28 Mark Mitchell <mark@codesourcery.com>
4229
4230 PR c++/11667
4231 * c-common.c (shorten_compare): Take into account differences
4232 between C and C++ representation for enumeration types.
4233 * tree.h (set_min_and_max_values_for_integral_type): Declare.
4234 * stor-layout.c (set_min_and_max_values_for_integral_type): New
4235 function, broken out from ...
4236 (fixup_signed_type): ... here and ...
4237 (fixup_unsigned_type): ... here.
4238
14077d68
ZW
42392003-07-28 Zack Weinberg <zack@codesourcery.com>
4240
4241 * c-decl.c: Update commentary, adjust blank lines throughout.
4242 (struct c_scope): Fix indentation. Reorder members so
4243 outer-context pointers come first, booleans last.
4244 (duplicate_decls, define_label): Use a 'locus' variable for
4245 diagnostic locations in a few more places.
4246 (warn_if_shadowing): Un-split a conditional that fits on one line.
4247 (c_init_decl_processing): No need to clear current_scope and
4248 current_function_scope.
4249 (start_decl): Merge if/else if statements with same action.
4250 (push_parm_decl): Rename old_immediate_size_expand to use
4251 save_foo convention; save/restore around entire function.
4252 (grokdeclarator): Remove unnecessary braces.
4253
85617eba
HPN
42542003-07-28 Hans-Peter Nilsson <hp@bitrange.com>
4255 Michael Culbertson <Michael.J.Culbertson@wheaton.edu>
4256
4257 * c-parse.in (lineno_stmt_decl_or_labels_ending_decl): Also warn
4258 when warn_declaration_after_statement. Call pedwarn_c90, not
4259 pedwarn. Correct message: it's "ISO C90", not "ISO C89".
4260 * c-common.c (warn_declaration_after_statement): Define.
4261 * c-common.h (warn_declaration_after_statement): Declare.
4262 * c.opt (Wdeclaration-after-statement): New.
4263 * c-errors.c (pedwarn_c90): New function.
4264 * c-opts.c (c_common_handle_option) <case
4265 OPT_Wdeclaration_after_statement>: New.
4266 * c-tree.h (pedwarn_c90): Declare.
4267 * doc/invoke.texi (Option Summary): Document
4268 -Wdeclaration-after-statement.
4269 (Warning Options): Ditto.
4270
602a82f3 42712003-07-28 Jan Hubicka <jh@suse.cz>
f527d196
JH
4272
4273 * i386.md (memory attribute) Avoid accessing uninitialized memory
4274 for ishift1 type instructions.
4275
5dfa45d0
JJ
42762003-07-28 Jakub Jelinek <jakub@redhat.com>
4277
4278 * configure.in (--enable-checking): Add fold category.
4279 (ENABLE_FOLD_CHECKING): Define if requested.
4280 * configure: Rebuilt.
4281 * config.in: Rebuilt.
4282 * doc/install.texi: Document it.
4283 * fold-const.c: Include md5.h.
4284 [ENABLE_FOLD_CHECKING] (fold): Define to fold_1.
4285 [ENABLE_FOLD_CHECKING] (fold, fold_checksum_tree, fold_check_failed,
4286 print_fold_checksum): New functions.
4287
4288 * fold-const.c (fold): Never modify argument passed to fold, instead
4289 change a copy and return it.
4290 * convert.c (convert_to_integer): Likewise.
4291
447673de
NN
42922003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
4293
14077d68 4294 * fixinc/fixinc.svr4: Remove dead code. Remove now-unnecessary
447673de
NN
4295 cleanup of junk after #else and #endif directives. Collapse repeated
4296 clauses into for statment.
4297
4298 * fixinc/fixincl.sh: GNU C -> GCC. Add usage comment.
4299
66db6b62
ZW
43002003-07-27 Zack Weinberg <zack@codesourcery.com>
4301
a8ccdffe
ZW
4302 * c-decl.c (struct c_scope): Remove keep_if_subblocks field.
4303 (keep_next_if_subblocks): Rename next_is_function_body.
4304 (pushlevel): Adjust commentary. Always set ->keep on the
4305 outermost level of a function. Don't set ->keep_if_subblocks.
4306 (poplevel): Adjust commentary. Don't look at ->keep_if_subblocks.
4307 (store_parm_decls): Adjust to match.
4308 (finish_function): Adjust to match.
4309 Call poplevel with all three arguments zero.
4310
66db6b62
ZW
4311 * c-decl.c (store_parm_decls_newstyle, store_parm_decls_oldstyle):
4312 New functions split out of store_parm_decls.
4313 Avoid unnecessary work. Use local variables consistently.
4314 (store_parm_decls): Likewise.
4315
4316 (finish_function): No need to set functionbody flag on call to
4317 poplevel.
4318 (struct language_function): Remove scope field.
4319 (c_push_function_context, c_pop_function_context): No need to
4320 save and restore current_scope.
4321
90ea7324
NS
43222003-07-27 Nathan Sidwell <nathan@codesourcery.com>
4323
4324 * doc/extend.texi (Deprecated Features): Implicit typename is
4325 gone. Default args on types is going.
4326
11a004ef
R
43272003-07-26 J"orn Rennecke <joern.rennecke@superh.com>
4328
4329 * Makefile.in (ifcvt.o): Depend on target.h
4330 * ifcvt.c (target.h): Include.
4331 (if_convert): Don't call mark_loop_exit_edges if we can't
4332 modify jumps.
4333
6cbf57c9
GP
43342003-07-26 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4335
4336 * doc/install.texi (Testing): Adjust required versions of DejaGnu.
4337
a6c14a64
RH
43382003-07-26 Richard Henderson <rth@redhat.com>
4339
4340 PR inline-asm/11676
4341 * cse.c (count_reg_usage): Handle asm_operands properly.
4342
cc42f5f5
RS
43432003-07-26 Roger Sayle <roger@eyesopen.com>
4344
4345 * builtins.def (DEF_FALLBACK_BUILTIN): Delete.
4346 (DEF_EXT_FALLBACK_BUILTIN): Delete.
4347 (BUILT_IN_BZERO, BUILT_IN_BCOPY, BUILT_IN_BCMP): Declare using
4348 the regular DEF_EXT_LIB_BUILTIN macro.
4349 (BUILT_IN_FPUTC, BUILT_IN_FPUTS, BUILT_IN_FWRITE): Declare using
4350 the regular DEF_LIB_BUILTIN macro.
4351 (BUILT_IN_PUTCHAR_UNLOCKED, BUILT_IN_PUTS_UNLOCKED,
4352 BUILT_IN_FPUTC_UNLOCKED, BUILT_IN_FPUTS_UNLOCKED,
4353 BUILT_IN_FWRITE_UNLOCKED): Declare using the regular
4354 DEF_EXT_LIB_BUILTIN macro.
4355
4356 * c-decl.c (duplicate_decls): Remove code to handle builtin
4357 functions prototyped without an argument list.
4358
92e7a6ef
DS
43592003-07-26 Danny Smith <dannysmith@users.sourceforge.net>
4360
4361 * config/i386/winnt.c: Revert 2003-07-08 change.
4362 (i386_pe_section_type_flags): Remove error_with_decl here too.
4363
ba9cfcb5
GDR
43642003-07-26 Gabriel Dos Reis <gdr@integrable-solutions.net>
4365
4366 * config/arm/pe.c (arm_mark_dllimport): Don't use xxx_with_decl.
4367 * config/mcore/mcore.c (mcore_mark_dllimport): Likewise.
4368 * config/v850/v850.c (v850_handle_data_area_attribute): Likewise.
4369 (v850_handle_data_area_attribute): Likewise.
4370
0e5da0be
GK
43712003-07-26 Geoffrey Keating <geoffk@apple.com>
4372
66db6b62 4373 * varasm.c (output_constant_def_contents): Use
18f3e349
GK
4374 ASM_DECLARE_CONSTANT_NAME if defined.
4375 * doc/tm.texi (Label Output): Document ASM_DECLARE_CONSTANT_NAME.
4376 * config/darwin.h (ASM_DECLARE_OBJECT_NAME): Ensure zero-sized
4377 objects get at least one byte to prevent assembler problems.
4378 (ASM_DECLARE_CONSTANT_NAME): New.
4379
d2908a50
GK
4380 * Makefile.in (libbackend.o): Remove options_.h.
4381 (mostlyclean): Likewise.
4382
0e5da0be
GK
4383 * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Don't
4384 insert a label at the end of an function under Mach-O.
863d3dfb
GK
4385
4386 * c-decl.c (c_static_assembler_name): Remove TREE_STATIC test.
4387
36252949
AH
43882003-07-25 Aldy Hernandez <aldyh@redhat.com>
4389
4390 * config/rs6000/rs6000.c (is_ev64_opaque_type): Only check pointer
4391 equality.
4392 (spe_init_builtins): Declare __ev64_opaque__ as a builtin type.
4393
4394 * config/rs6000/spe.h: Remove __ev64_opaque__ definition.
4395
0fe37f68
GDR
43962003-07-25 Gabriel Dos Reis <gdr@integrable-solutions.net>
4397
4398 * doc/passes.texi (Passes): Mention pretty-printing and
4399 diagnostic files.
4400
50fc59e7
NS
44012003-07-25 Nathan Sidwell <nathan@codesourcery.com>
4402
4403 * doc/extend.texi (Function Attributes): GNU C++ does now allow
4404 unused parameter decls.
4405 (Attribute Syntax): GNU C++ does not allow label attributes to be
4406 after the ':'.
4407
cd475805
GDR
44082003-07-25 Gabriel Dos Reis <gdr@integrable-solutions.net>
4409
4410 * objc/objc-act.c (objc_check_decl): Don't use xxx_with_decl.
4411 (objc_declare_class): Likewise.
4412 (error_with_ivar): Likewise.
4413 (start_class): Likewise.
4414 (warn_with_method): Likewise.
4415
b6fe0bb8
GDR
44162003-07-25 Gabriel Dos Reis <gdr@integrable-solutions.net>
4417
4418 Remove pedwarn_with_decl, warning_with_decl and error_with_decl
66db6b62 4419 from GCC.
b6fe0bb8
GDR
4420 * calls.c (try_to_integrate): Don't use xxx_with_decl.
4421 (expand_call): Likewise.
4422 * dwarfout.c (output_reg_number): Likewise.
4423 * expr.c (expand_expr): Likewise.
4424 * function.c (assign_temp): Likewise.
4425 (uninitialized_vars_warning): Likewise.
4426 (setjmp_args_warning): Likewise.
4427 (expand_function_end): Likewise.
4428 * stmt.c (fixup_gotos): Likewise.
4429 (warn_about_unused_variables): Likewise.
4430 (expand_end_bindings): Likewise.
4431 * stor-layout.c (layout_decl): Likewise.
4432 (place_field): Likewise.
4433 * toplev.c (check_global_declarations): Likewise.
4434 (rest_of_handle_inlining): Likewise.
4435 (default_tree_printer): New function.
4436 (general_init): Initialize diagnostic machinery before routing
4437 signals to the ICE machinery. Set default tree printer.
4438 * toplev.h (pedwarn_with_decl): Remove declaration.
4439 (warning_with_decl): Likewise.
4440 (error_with_decl): Likewise.
66db6b62 4441 (pedwarn): Remove attribute for the time being.
b6fe0bb8
GDR
4442 * tree-inline.c (expand_call_inline): Don't use xxx_with_decl.
4443 * varasm.c (named_section): Likewise.
4444 (make_decl_rtl): Likewise.
4445 (assemble_variable): Likewise.
4446 (merge_weak): Likewise.
4447 (declare_weak): Likewise.
4448
4449 * diagnostic.h: Move non-diagnostic stuff into pretty-print.h.
4450 * diagnostic.c: Move non-diagnostic stuff into pretty-print.c.
4451 (format_with_decl): Remove.
4452 (diagnostic_for_decl): Likewise.
4453 (pedwarn_with_decl): Likewise.
4454 (warning_with_decl): Likewise.
4455 (error_with_decl): Likewise.
4456 (diagnostic_initialize): Adjust.
4457 (diagnostic_count_diagnostic): Likewise.
4458 (announce_function): Likewise.
4459 (lhd_print_error_function): Likewise.
4460 (diagnostic_report_current_module): Likewise.
4461 (default_diagnostic_starter): Likewise.
4462 (diagnostic_report_diagnostic): Likewise.
4463 (default_diagnostic_finalizer): Likewise.
4464 (verbatim): Likewise.
4465 (error): Likewise.
4466 (warning): Likewise.
4467 * opts.c (common_handle_option): Likewise.
4468 * pretty-print.c: New file.
4469 * c-pretty-print.h (pp_base): Override.
4470 * c-pretty-print.c: Adjust use of macros throughout.
4471 (pp_buffer): New macro.
4472 (pp_newline): Likewise.
4473 * c-objc-common.c (c_tree_printer): Adjust prototype. Tidy.
4474 * Makefile.in (DIAGNOSTIC_H): New variable.
4475 (c-errors.o): Use it.
4476 (c-objc-common.o): Likewise.
4477 (c-common.o): Likewise.
4478 (c-opts.o): Likewise.
4479 (c-format.o): Likewise.
4480 (diagnostic.o): Likewise.
4481 (opts.o): Likewise.
4482 (toplev.o): Likewise.
4483 (rtl-error.o): Likewise.
4484 (dwarf2out.o): Likewise.
4485 (jump.o): Likewise.
4486 (pretty-print.o): New rule.
4487
868b8cda
RS
44882003-07-24 Roger Sayle <roger@eyesopen.com>
4489
4490 * builtins.def (BUILT_IN_PRINTF, BUILT_IN_FPRINTF): Changed from
4491 front-end builtins to normal builtins, using DEF_LIB_BUILTIN.
4492 (BUILT_IN_PRINTF_UNLOCKED, BUILT_IN_FPRINTF_UNLOCKED): Changed
4493 from front-end to normal builtins, using DEF_EXT_LIB_BUILTIN.
4494 (DEF_FRONT_END_LIB_BUILTIN): Delete.
4495 (DEF_EXT_FRONT_END_LIB_BUILTIN): Delete.
4496 (BUILT_IN_FWRITE_UNLOCKED): Wrap long line.
4497
4498 * builtins.c (build_string_literal): New function to construct
4499 a char* pointer to a string literal.
4500 (expand_builtin_fputs): Change 2nd argument from "int ignore" to
4501 "rtx target" to be consistent with other expand_builtin_* functions.
4502 Change 3rd argument from "int unlocked" to "bool unlocked".
4503 (expand_builtin_printf): Rewrite of c_expand_builtin_printf from
4504 c-common.c to avoid front-end dependencies. Optimize printf("")
4505 as a no-op when the result isn't required. Handle embedded NULs
4506 in format string.
4507 (expand_builtin_fprintf): A rewrite of c_expand_builtin_fprintf
4508 from c-common.c to avoid front-end dependencies. Likewise, optimize
4509 fprintf(fp,"") as a no-op when the result isn't required, evaluating
4510 fp for side-effects. Handle embedded NULs in format string.
4511 (expand_builtin_sprintf): Fix typo.
4512 (expand_builtin): Don't expand BUILT_IN_FPRINT{,_UNLOCKED} when not
4513 optimizing. Adjust calls of expand_builtin_fputs to match the API
4514 change. Expand BUILT_IN_PRINTF and BUILT_IN_PRINTF_UNLOCKED using
4515 expand_builtin_printf. Likewise, expand BUILT_IN_FPRINTF_UNLOCKED
4516 and BUILT_IN_FPRINTF using expand_builtin_fprintf.
4517
4518 * c-common.c (is_valid_printf_arglist): Delete.
4519 (c_expand_builtin): Delete.
4520 (c_expand_builtin_printf): Moved to builtins.c. Delete.
4521 (c_expand_builtin_fprintf): Moved to builtins.c. Delete.
4522 (c_expand_expr): No longer treat CALL_EXPRs specially.
4523 (CALLED_AS_BUILT_IN): Delete.
4524
2a868ea4
ZD
45252003-07-24 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
4526
4527 PR optimization/11631
4528 * gcse.c (store_motion): Connect infinite loops to exit.
4529
de7df9eb
JM
45302003-07-24 Jason Merrill <jason@redhat.com>
4531
4532 * tree.h (boolean_type_node): Move from C/C++/Java frontends.
4533 (boolean_true_node, boolean_false_node): Likewise.
4534 (enum tree_index): Add TI_BOOLEAN_{TYPE,FALSE,TRUE}.
4535 * tree.c (build_common_tree_nodes): Init boolean_type_node.
4536 (build_common_tree_nodes_2): Init boolean_{true,false}_node.
4537 * stor-layout.c (set_sizetype): Handle an early BOOLEAN_TYPE.
4538 * c-common.h (truthvalue_type_node): Renamed from boolean_type_node.
4539 (truthvalue_true_node): Renamed from boolean_true_node.
4540 (truthvalue_false_node): Renamed from boolean_false_node.
4541 * c-decl.c: Just set truthvalue_* to integer_*.
4542 * c-*.[ch]: s/boolean/truthvalue/. s/c_bool/boolean/.
4543
6907ddd3
RS
45442003-07-24 Roger Sayle <roger@eyesopen.com>
4545
4546 * c-decl.c (match_builtin_function_types): New subroutine of
4547 duplicate_decls to test whether a redeclaration of a builtin
4548 function is suitably close, i.e. the return type and all of
4549 the argument types have the same modes as the builtin expects.
4550 (duplicate_decls): Fuzzy type matching for builtin functions
4551 moved to match_builtin_function_types.
4552
84d45ad1
ZD
45532003-07-24 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
4554
4555 * cfgloopmanip.c (duplicate_loop_to_header_edge): Update irreducible
4556 flag correctly.
4557
f8521984
ZW
45582003-07-24 Zack Weinberg <zack@codesourcery.com>
4559
4560 * c-decl.c: Search-and-replace change 'binding level' to
4561 'scope' in commentary.
4562 (struct binding_level): Now struct c_scope.
4563 (current_binding_level): Now current_scope.
4564 (free_binding_level): Now scope_freelist.
4565 (current_function_level): Now current_function_scope.
4566 (global_binding_level): Now global_scope.
4567 (make_binding_level): Now make_scope.
4568 (pop_binding_level): Now pop_scope.
4569
0f31374d
RO
45702003-07-24 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4571
4572 * configure.in (libgcc_visibility): Add missing whitespace.
4573
270606ac
RH
45742003-07-24 Richard Henderson <rth@redhat.com>
4575
4576 * libgcc-std.ver (GCC_3.3.1): Export __gcc_personality_sj0,
4577 __gcc_personality_v0.
f8521984 4578
5f08e44f
RO
45792003-07-24 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4580
4581 * Makefile.in: Replace pwd by ${PWD_COMMAND}.
4582
a4878735
NS
45832003-07-24 Nathan Sidwell <nathan@codesourcery.com>
4584
4585 * doc/invoke.texi (-fprofile-arcs, -ftest-coverage): Update
4586 documentation missed from my 2003-07-09 patch.
4587
5aaaf0e8
NN
45882003-07-24 Nathanael Nerode <neroden@gcc.gnu.org>
4589
4590 * aclocal.m4 (_gcc_COMPUTE_GAS_VERSION): Set patch level to 0 if
4591 it's not provided.
4592 * configure: Rebuild.
4593
8f5b6d29
SB
45942003-07-24 Steven Bosscher <steven@gcc.gnu.org>
4595
4596 PR c/10602
4597 * c-typeck.c (type_lists_compatible_p): Do not compare
4598 arguments if one of them is an error_mark_node
4599
acd0b319
AM
46002003-07-24 Alan Modra <amodra@bigpond.net.au>
4601
4602 * config/rs6000/rs6000.c (rs6000_emit_prologue): Save fp regs inline
4603 if current_function_calls_eh_return.
4604
28b619b2
MM
46052003-07-23 Mark Mitchell <mark@codesourcery.com>
4606
4607 * doc/c-tree.texi (OFFSET_TYPE): Update description.
4608
07154156
BW
46092003-07-23 Bob Wilson <bob.wilson@acm.org>
4610
4611 * config/xtensa/crti.asm (_init, _fini): Increase frame size to 64.
4612 * config/xtensa/lib1funcs.asm (__mulsi3, __udivsi3, __divsi3,
4613 __umodsi3, __modsi3): Increase frame size to 32.
4614
5f5bfdd0
GK
46152003-07-23 Geoffrey Keating <geoffk@apple.com>
4616
4617 * config/rs6000/host-darwin.c: ANSIfy, update comment for sigaltstack
4618 prototype.
4619
11b8e71c
MM
46202003-07-23 Mark Mitchell <mark@codesourcery.com>
4621
28b619b2
MM
4622 * doc/c-tree.texi (Types): Update documentation for OFFSET_TYPE.
4623
11b8e71c
MM
4624 PR optimization/10679
4625 * tree-inline.c (inlinable_function_p): Honor MIN_INLINE_INSNS.
4626
9d6b7c09
JDA
46272003-07-23 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4628
4629 PR target/11607 and PR target/11516
4630 * pa.md (extzv, extv, insv): Revert latter half of last patch.
4631
a5ac359a
MM
46322003-07-22 Mark Mitchell <mark@codesourcery.com>
4633
4634 * fold-const.c (force_fit_type): Handle OFFSET_TYPE.
4635 * varasam.c (output_constant): Likewise.
4636
938d968e
KH
46372003-07-22 Kazu Hirata <kazu@cs.umass.edu>
4638
4639 * alias.c: Fix comment formatting.
4640 * c-common.c: Likewise.
4641 * c-decl.c: Likewise.
4642 * c-opts.c: Likewise.
4643 * combine.c: Likewise.
4644 * cpplib.c: Likewise.
4645 * diagnostic.c: Likewise.
4646 * dojump.c: Likewise.
4647 * final.c: Likewise.
4648 * fold-const.c: Likewise.
4649 * gcc.c: Likewise.
4650 * gcse.c: Likewise.
4651 * ggc-page.c: Likewise.
4652 * jump.c: Likewise.
4653 * loop.c: Likewise.
4654 * mips-tfile.c: Likewise.
4655 * recog.c: Likewise.
4656 * regclass.c: Likewise.
4657 * regmove.c: Likewise.
4658 * tree.c: Likewise.
4659 * tree.h: Likewise.
4660
b3147029
PB
46612003-07-22 Per Bothner <pbothner@apple.com>
4662
4663 * line-map.c (add_line_map): Handle invalid LEAVE request.
4664 Fixes PR preprocessor/11361.
4665
53f72d60
PB
46662003-07-22 Per Bothner <pbothner@apple.com>
4667
4668 * diagnostic.c.(diagnostic_report_current_module): Update to match
4669 2003-06-05 changes to push_srcloc and pop_srcloc.
4670
5cf0212f
WB
46712003-07-22 Wolfgang Bangerth <bangerth@dealii.org>
4672
4673 * doc/trouble.texi: Better document two-stage name lookup.
4674
c7453384
EC
46752003-07-22 Eric Christopher <echristo@redhat.com>
4676
4677 * config/s390.c (s390_valid_pointer_mode): New.
4678 (TARGET_VALID_POINTER_MODE): Use.
4679 (s390_emit_prologue): Add tpf profiling hooks.
4680 (s390_emit_epilogue): Ditto.
4681 * config/s390.h (MASK_TPF): New.
4682 (TARGET_TPF): Use.
4683 (POINTERS_EXTEND_UNSIGNED): Define.
4684 * config/s390.md (ptr_extend): New pattern.
4685
a2f7be91
ZW
46862003-07-22 Zack Weinberg <zack@codesourcery.com>
4687
4688 * hashtable.c (approx_sqrt): Make static.
4689 * hashtable.h: Don't prototype approx_sqrt.
4690 * line-map.c (init_line_maps): Rename linemap_init.
4691 (free_line_maps): Rename linemap_free.
4692 (add_line_map): Rename linemap_add.
4693 (lookup_line): Rename linemap_lookup.
4694 (print_containing_files): Rename linemap_print_containing_files.
4695 * linemap.h: Update to match.
4696
4697 * cpperror.c, cppinit.c, cpplib.c, cppmacro.c: Update calls to
4698 linemap routines to use new names.
4699
c6e4cc53
NS
47002003-07-16 Nathan Sidwell <nathan@codesourcery.com>
4701
4702 * c-common.c (handle_packed_attribute): Don't pack a struct via a
4703 typedef. Propagate packedness from a main variant.
4704
55de4f08
NN
47052003-07-22 Nathanael Nerode <neroden@gcc.gnu.org>
4706
4707 * Makefile.in (install-common): Add dependency on installdirs.
4708
fb5d2a87
AO
47092003-07-21 Alexandre Oliva <aoliva@redhat.com>
4710
4711 * c-common.c (c_common_type_for_mode): Return integer types for
4712 pointer modes.
4713
905bd7b5
GK
47142003-07-22 Geoffrey Keating <geoffk@apple.com>
4715
d05cc98e
GK
4716 * c-decl.c (start_decl): Don't call maybe_apply_pragma_weak here.
4717 (finish_decl): Call maybe_apply_pragma_weak here.
4718 (grokdeclarator): Check that DECL_ASSEMBLER_NAME isn't set before
4719 TREE_PUBLIC and TREE_STATIC are decided.
4720 (start_function): Move call to maybe_apply_pragma_weak. Check that
4721 DECL_ASSEMBLER_NAME isn't set too early.
4722
905bd7b5
GK
4723 * cpplex.c (_cpp_process_line_notes): Mention option name in
4724 trigraphs warning.
4725
87d9741e
KH
47262003-07-22 Kazu Hirata <kazu@cs.umass.edu>
4727
4728 * combine.c (if_then_else_cond): Simplify the comparison of
4729 rtx against -1, 0, and 1.
4730 * loop.c (check_dbra_loop): Likewise.
4731 * optabs.c (emit_conditional_move): Likewise.
4732 (emit_conditional_add): Likewise.
4733 * config/i386/i386.md (*movsi_or): Likewise.
4734 (*movdi_or_rex6): Likewise.
4735
602a82f3 47362003-07-22 Jan Hubicka <jh@suse.cz>
b67d7f4a
JH
4737
4738 * cgraphunit.c (cgraph_finalize_compilation_unit): Remove redundant if.
4739
8d973a83
NB
47402003-07-21 Neil Booth <neil@daikokuya.co.uk>
4741
4742 * cppfiles.c (open_file_pch): Don't put unused entries in the
4743 splay tree. Remove dead code.
4744
49a64b24
GK
47452003-07-21 Geoffrey Keating <geoffk@apple.com>
4746
48873ed2
GK
4747 * c-common.h (num_in_fnames): Declare.
4748 (c_static_assembler_name): Move from here...
4749 * c-tree.h (c_static_assembler_name): ... to here.
4750 * c-opts.c: Don't include langhooks-def.h.
4751 (c_static_assembler_name): Move to c-decl.c.
4752 (num_in_fnames): Make externally visible.
4753 * c-decl.c: Include langhooks-def.h.
4754 (c_static_assembler_name): Move from c-opts.c.
4755 * Makefile.in (c-decl.o): Add $(LANGHOOKS_DEF_H).
4756 (c-opts.o): Remove $(LANGHOOKS_DEF_H).
4757
49a64b24
GK
4758 * c-pragma.c (maybe_apply_pragma_weak): Don't get DECL_ASSEMBLER_NAME
4759 when it's not needed.
4760
8c29550d
JJ
47612003-07-21 Jakub Jelinek <jakub@redhat.com>
4762
4763 * config/rs6000/rs6000.h (machine_function): Add ra_need_lr.
4764 * config/rs6000/rs6000.c (rs6000_return_addr): Set it.
4765 (rs6000_emit_prologue): Save FPRs inline if set.
4766
92cbea22
L
47672003-07-21 H.J. Lu <hongjiu.lu@intel.com>
4768
4769 * config/ia64/ia64.md (prefetch): Support predicate.
4770
ee735eef
JZ
47712003-07-21 Josef Zlomek <zlomekj@suse.cz>
4772
4773 * cfgcleanup.c (merge_blocks_move_successor_nojumps): Use tablejump_p.
4774 * rtlanal.c (tablejump_p): Use next_active_insn for finding the jump
4775 table.
4776
bbda30a4
EB
47772003-07-17 Eric Botcazou <ebotcazou@libertysurf.fr>
4778
a2f7be91 4779 PR optimization/11536
bbda30a4
EB
4780 * unroll.c (loop_iterations): Do not replace a register holding
4781 the final value by its equivalent before the loop if it is not
4782 invariant.
4783
64c18e57
DF
47842003-07-21 Dave Fluri <dave.fluri@onlink.net>
4785
4786 * doc/extend.texi: Fixes to spelling, grammar, and diction.
4787
b222f49a
BE
47882003-07-21 Ben Elliston <bje@wasabisystems.com>
4789
4790 * doc/invoke.texi (Optimize Options): Replace "it's" with "its".
4791 (V850 Options): Spelling fixes.
4792
9eff22bc
LG
47932003-07-20 Lisa M. Goldstein <opus@gnu.org>
4794
a2f7be91 4795 * doc/invoke.texi: Fixes to style, grammar and diction.
9eff22bc 4796
6a6c0154
RS
47972003-07-20 Roger Sayle <roger@eyesopen.com>
4798
4799 * builtins.def (BUILT_IN_ALLOCA): Remove "#if SMALL_STACK" form.
4800 * system.h (SMALL_STACK): Poison obsolete target macro.
4801 * doc/tm.texi (SMALL_STACK): Remove target macro documentation.
4802
d38b3a8d
PE
48032003-07-20 Phil Edwards <pme@gcc.gnu.org>
4804
4805 * configure.in: Cache the results of testing for cmp's capabilities.
4806 * configure: Regenerate.
4807
35dc2bd8
MM
48082003-07-20 Mark Mitchell <mark@codesourcery.com>
4809
4810 PR debug/11279
4811 * dwarf2out.c (gen_enumeration_type_die): Remember that
4812 enumerators can be unsigned.
4813
14e33ee8
ZW
48142003-07-19 Zack Weinberg <zack@codesourcery.com>
4815
4816 * c-decl.c (named_labels, shadowed_labels, label_level_chain)
4817 (push_label_level, pop_label_level): Kill.
4818 (struct binding_level): Rename level_chain to outer.
4819 Add outer_function field. Change parm_flag, function_body,
4820 keep, keep_if_subblocks to 1-bit bitfields of type bool.
4821 (current_function_level): New variable.
4822 (keep_next_level_flag, keep_next_if_subblocks): Change type to bool.
4823 (keep_next_level, declare_parm_level, warn_if_shadowing):
4824 Update to match.
4825 (struct language_function): Kill named_labels, shadowed_labels fields.
4826 (c_init_decl_processing, start_function, c_push__function_context)
4827 (c_pop_function_context): No need to muck with named_labels nor
4828 shadowed_labels.
4829
4830 (make_binding_level): No need to clear the structure here.
4831 (pop_binding_level): Always operate on current_binding_level.
4832 Update current_function_level if necessary.
4833 (pushlevel): Don't clear named_labels. Update current_function_level
4834 if necessary. Use "true" and "false" where appropriate.
4835 (poplevel): Diagnose labels defined but not used, or vice
4836 versa, and clear out label-meanings leaving scope, while
4837 walking down the decls list, for all binding levels.
4838 Handle LABEL_DECLs appearing in the shadowed list.
4839 pop_binding_level takes no arguments.
4840 (pushdecl_function_level): Use current_function_level.
4841
4842 (make_label, bind_label): New static functions.
4843 (declare_label): New exported function.
4844 (lookup_label, define_label): Rewritten for new data structure.
4845 (shadow_label): Kill.
4846
4847 * c-tree.h: Prototype declare_label; don't prototype
4848 push_label_level, pop_label_level, nor shadow_label.
4849 * c-parse.in: Remove all calls to push_label_level and
4850 pop_label_level. Use declare_label for __label__ decls.
4851
4852 * doc/extend.texi: Clarify that __label__ can be used to
4853 declare labels with local scope in any nested block, not
4854 just statement expressions. Cross-reference nested functions
4855 section from local labels section.
4856
8a6b9b7f
ZD
48572003-07-19 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
4858
4859 * sched-rgn.c (find_rgns): Initialize current_edge correctly.
4860
026fe6c8
PE
48612003-07-19 Phil Edwards <pme@gcc.gnu.org>
4862
4863 * doc/makefile.texi (restrap, profiledbootstrap): Document targets.
4864
c68b0a84
KG
48652003-07-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4866
4867 * fixinc/fixfixes.c fixinc/fixincl.c fixinc/fixlib.c
4868 fixinc/server.c objc/objc-act.c: Remove unnecessary casts.
4869
fd7643fb
UW
48702003-07-19 Ulrich Weigand <uweigand@de.ibm.com>
4871
14e33ee8 4872 * config/s390/s390.c (legitimize_pic_address): Access local symbols
fd7643fb
UW
4873 relative to the GOT instead of relative to the literal pool base.
4874 (s390_output_symbolic_const): Handle new GOT-relative accesses.
4875 * config/s390/s390.md ("call"): Access local functions and PLT stubs
4876 relative to the GOT instead of relative to the literal pool base.
4877 ("call_value"): Likewise.
4878 ("call_value_tls"): Likewise.
4879
14e33ee8 4880 * config/s390/s390.c (s390_chunkify_start): Remove pool anchor
fd7643fb
UW
4881 reloading. Support LTREL_BASE / LTREL_OFFSET construct.
4882 (s390_chunkify_finish): Likewise.
4883 (s390_chunkify_cancel): Likewise.
4884 (s390_reorg): Adapt caller.
4885 (find_base_register_in_addr,
4886 find_base_register_ref, replace_base_register_ref): Delete.
4887 (find_ltrel_base, replace_ltrel_base): New functions.
4888 (find_constant_pool_ref): Handle LTREL_BASE unspecs.
4889 (s390_decompose_address): Handle LTREL_BASE unspecs. Optimize
4890 base vs. index register usage.
4891 (struct constant_pool): Remove 'anchor'.
4892 (s390_add_anchor): Delete.
4893 (s390_dump_pool): Remove anchor handling.
4894 * config/s390/s390.md ("reload_anchor"): Remove.
4895
4896 * config/s390/s390.c (s390_split_branches): Use LTREL_BASE/OFFSET.
4897 (s390_load_got): New function. Use LTREL_BASE/OFFSET.
4898 (s390_emit_prologue): Use it.
14e33ee8
ZW
4899 * config/s390/s390.md ("builtin_longjmp", "builtin_setjmp_setup",
4900 "builtin_setjmp_receiver"): Cleanup. Use s390_load_got. Do not
fd7643fb
UW
4901 hard-code register 14.
4902 * config/s390/s390-protos.h (s390_load_got): Declare.
4903
14e33ee8 4904 * config/s390/s390.c (NR_C_MODES, constant_modes, gen_consttable):
fd7643fb
UW
4905 Support TImode constants.
4906 * config/s390/s390.md ("consttable_ti"): New.
4907 ("consttable_si", "consttable_di"): Handle TLS symbols correctly.
4908
4909 * config/s390/s390.md (UNSPEC_LTREL_OFFSET, UNSPEC_LTREL_BASE,
4910 UNSPEC_GOTENT, UNSPEC_GOT, UNSPEC_GOTOFF, UNSPEC_PLT, UNSPEC_PLTOFF,
4911 UNSPEC_RELOAD_BASE, UNSPECV_POOL, UNSPECV_POOL_START, UNSPECV_POOL_END,
4912 UNSPECV_POOL_QI, UNSPECV_POOL_HI, UNSPECV_POOL_SI, UNSPECV_POOL_DI,
4913 UNSPECV_POOL_TI, UNSPECV_POOL_SF, UNSPECV_POOL_DF, UNSPECV_MAIN_POOL):
4914 New symbolic constants.
4915 ("consttable_qi", "consttable_hi", "consttable_si", "consttable_di",
4916 "consttable_sf", "consttable_df", "pool_start_31", "pool_end_31",
4917 "pool_start_64", "pool_end_64", "reload_base_31", "reload_base_64",
4918 "pool", "literal_pool_31", "literal_pool_64"): Cleanup. Use
4919 symbolic UNSPEC values.
14e33ee8 4920 * config/s390/s390.c (larl_operand, s390_short_displacement,
fd7643fb
UW
4921 bras_sym_operand, s390_cannot_force_const_mem,
4922 s390_delegitimize_address, s390_decompose_address,
4923 legitimize_pic_address, s390_output_symbolic_const,
4924 s390_function_profiler): Use symbolic UNSPEC values.
4925
703ad42b
KG
49262003-07-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4927
4928 * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c builtins.c
4929 c-common.c c-decl.c c-incpath.c c-lex.c c-opts.c c-parse.in
4930 c-pragma.c c-typeck.c calls.c cfg.c cfganal.c cfgloop.c cfgrtl.c
4931 collect2.c combine.c conflict.c coverage.c cppexp.c cppfiles.c
4932 cpphash.c cppinit.c cpplex.c cpplib.c cppmacro.c cppspec.c
4933 cpptrad.c cse.c cselib.c dbxout.c defaults.h df.c dominance.c
4934 dwarf2out.c dwarfout.c emit-rtl.c except.c expmed.c expr.c final.c
4935 fix-header.c flow.c fold-const.c function.c gcc.c gccspec.c gcov.c
4936 gcse.c genattr.c genattrtab.c genautomata.c genconditions.c
4937 genemit.c genextract.c genoutput.c genrecog.c gensupport.c
4938 ggc-page.c ggc-simple.c global.c graph.c haifa-sched.c hashtable.c
4939 integrate.c jump.c langhooks.c lcm.c line-map.c local-alloc.c
4940 loop.c mips-tdump.c mips-tfile.c mkdeps.c optabs.c params.c
4941 postreload.c prefix.c print-tree.c protoize.c ra-build.c
4942 ra-colorize.c ra-rewrite.c ra.c recog.c reg-stack.c regclass.c
4943 regmove.c regrename.c reload.c reload1.c reorg.c resource.c
4944 sbitmap.c sched-deps.c sched-rgn.c sched-vis.c sdbout.c
4945 simplify-rtx.c ssa-ccp.c ssa.c stmt.c stor-layout.c timevar.c
4946 tlink.c toplev.c tree-dump.c tree.c unroll.c unwind-dw2-fde.c
4947 varasm.c varray.c vmsdbgout.c xcoffout.c: Remove unnecessary
4948 casts.
4949
308ca868
GDR
49502003-07-19 Gabriel Dos Reis <gdr@integrable-solutions.net>
4951
4952 * c-pragma.c (apply_pragma_weak): Don't use warning_with_decl.
4953 * toplev.h (warning): Remove attribute.
4954
435ab236
GDR
49552003-07-19 Gabriel Dos Reis <gdr@integrable-solutions.net>
4956
4957 * c-decl.c (c_finish_incomplete_decl): Don't use xxx_with_decl.
4958 (pop_label_level): Likewise.
4959 (duplicate_decls): Likewise.
4960 (implicitly_declare): Likewise.
4961 (shadow_label): Likewise.
4962 (start_decl): Likewise.
4963 (finish_decl): Likewise.
4964 (grokdeclarator): Likewise.
4965 (get_parm_info): Likewise.
4966 (detect_field_duplicates): Likewise.
4967 (finish_struct): Likewise.
4968 (start_function): Likewise.
4969 (store_parm_decls): Likewise.
4970 (finish_function): Likewise.
4971 (c_expand_body_1): Likewise.
4972 (check_for_loop_decls): Likewise.
4973 (merge_translation_unit_decls): Likewise.
4974
2cc98056
NB
49752003-07-19 Neil Booth <neil@daikokuya.co.uk>
4976
4977 * common.opt: Document --param.
4978 * opts.c (columns, undocumented_msg): New.
4979 (print_help): Get number of columns from environment. Print
4980 --param help. Tweak newline handling.
4981 (print_param_help): New.
4982 (print_filtered_help): Better handling of duplicates. Complain
4983 about undocumented switches.
4984 (print_switch): New.
4985 (wrap_help): Improve wrapping, use COLUMNS.
4986 * opts.sh: Ignore comments in records.
4987 * params.def: Fix typos and remove trailing periods.
4988 * toplev.c (display_help): Don't dump --param help.
4989 * doc/sourcebuild.texi: Update.
4990
d893ccde
RH
49912003-07-18 Richard Henderson <rth@redhat.com>
4992
0e38b30b 4993 PR target/11556
d893ccde
RH
4994 * optabs.c (prepare_operand): Fail gracefully instead of abort
4995 if the predicate doesn't satisfy.
4996 (gen_cond_trap): Allow prepare_operand to fail.
4997
eb8221ea
GDR
49982003-07-19 Gabriel Dos Reis <gdr@integrable-solutions.net>
4999
5000 * c-common.c: Don't undefine GCC_DIAG_STYLE.
5001 (fname_decl): Don't use xxx_with_decl.
5002 (c_add_case_label): Likewise.
5003 (handle_section_attribute): Likewise.
5004 (handle_alias_attribute): Likewise.
5005 (handle_no_instrument_function_attribute): Likewise.
5006 (handle_no_limit_stack_attribute): Likewise.
5007 * c-objc-common.c (c_tree_printer): Print IDENTIFIER_NODEs.
5008 * c-format.c (gcc_cdiag_char_table): Add '%E' format-specifier.
5009
65f43cdf
ZD
50102003-07-19 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
5011
5012 * Makefile.in (ifcvt.o): Add cfgloop.h.
5013 * basic-block.h (EDGE_LOOP_EXIT): New flag.
5014 * cfgrtl.c (rtl_verify_flow_info_1): Handle it correctly.
5015 * ifcvt.c: Include cfgloop.h.
5016 (mark_loop_exit_edges): New static function.
5017 (if_convert): Call it.
5018 (find_if_header): Ignore branches out of loops.
5019
e5686da7
KH
50202003-07-18 Kazu Hirata <kazu@cs.umass.edu>
5021
14e33ee8 5022 * combine.c (simplify_comparison): Don't share rtx when converting
e5686da7
KH
5023 (ne (and (not X) 1) 0) to (eq (and X 1) 0).
5024
8d05ebaa
DE
50252003-07-18 David Edelsohn <edelsohn@gnu.org>
5026
5027 * config/rs6000/aix.h (AGGREGATE_PADDING_FIXED): Define.
5028 (AGGREGATES_PAD_UPWARD_ALWAYS): Define.
5029 (MUST_PASS_IN_STACK): Define.
5030 (BLOCK_REG_PADDING): Define.
5031
79019985
RH
50322003-07-18 Richard Henderson <rth@redhat.com>
5033
5034 * cfgrtl.c (force_nonfallthru_and_redirect): Use tablejump_p
5035 to skip the addr_vec.
5036
602a82f3 50372003-07-18 Alexandre Oliva <aoliva@redhat.com>
0595d388
AO
5038
5039 * combine.c (combinable_i3pat): Don't forbid occurrences of
5040 i2dest or i1dest in inner_dest if inner_dest is a mem.
5041
602a82f3 50422003-07-18 Jan Hubicka <jh@suse.cz>
2ee1067b
JH
5043
5044 * cgraph.c (cgraph_remove_node): Clear the hash table slot.
5045
16f6812f
JJ
50462003-07-17 Jakub Jelinek <jakub@redhat.com>
5047
5048 PR target/11087
5049 * loop.c (basic_induction_var): Check if convert_modes emitted any
5050 instructions. Remove them and return 0 if so.
5051
f129791c
EB
50522003-07-18 Eric Botcazou <ebotcazou@libertysurf.fr>
5053
5054 PR optimization/11083
5055 * toplev.c (rest_of_handle_addresof): Rename into
5056 rest_of_handle_addressof. Delete unreachable blocks
5057 if dead edges were purged after the addressof pass.
5058
b2e608ca
NB
50592003-07-18 Neil Booth <neil@daikokuya.co.uk>
5060
5061 * Makefile.in, configure, configure.in: Remove handling of
5062 lang-options.h and options_.h.
5063 * toplev.c (struct lang_opt, documented_lang_options): Remove.
5064 (display_help): Don't use documented_lang_options.
5065
9cd51ef6
ZW
50662003-07-17 Zack Weinberg <zack@codesourcery.com>
5067
5068 * c-decl.c (pushdecl_function_level): Make static, return nothing.
5069 (kept_level_p): Fold into poplevel.
5070 (undeclared_variable): Moved here from c-typeck.c. Export.
5071 * c-tree.h (KEEP_YES, KEEP_NO, KEEP_MAYBE): New #defines.
5072 (undeclared_variable): Prototype here. Don't prototype
5073 kept_level_p nor pushdecl_function_level.
5074 * c-parse.in: Change first argument to poplevel from
5075 "kept_level_p()" to "KEEP_MAYBE".
5076 * c-typeck.c (undeclared_variable): Moved to c-decl.c.
5077
cf6bcbd0
RS
50782003-07-17 Roger Sayle <roger@eyesopen.com>
5079
5080 * simplify-rtx.c (simplify_rtx): Use simplify_gen_binary to swap
5081 commutative operands instead of modifying the RTL in-place.
5082
2b187c63
MM
50832003-07-17 Mark Mitchell <mark@codesourcery.com>
5084
5085 PR optimization/11557
5086 * calls.c (flags_from_decl_or_type): Do not set ECF_LIBCALL_BLOCK
5087 unless we know which function is being called.
5088
c715abdd
RS
50892003-07-17 Roger Sayle <roger@eyesopen.com>
5090
5091 * cse.c (fold_rtx): Use swap_commutative_operands_p to determine
5092 whether to reorder the operands of a commutative binary operator.
5093
3e4093b6
RS
50942003-07-17 Roger Sayle <roger@eyesopen.com>
5095
5096 * fold-const.c (const_binop): Avoid performing the FP operation at
5097 compile-time, if either operand is NaN and we honor signaling NaNs,
5098 or if we're dividing by zero and either flag_trapping_math is set
5099 or the desired mode doesn't support infinities.
5100 (fold_initializer): New function to fold an expression ignoring any
5101 potential run-time exceptions or traps.
5102 * tree.h (fold_initializer): Prototype here.
5103 * c-typeck.c (build_binary_op): Move to the end of the file so
5104 that intializer_stack is in scope. If constructing an initializer,
5105 i.e. when initializer_stack is not NULL, use fold_initializer to
5106 fold expressions.
5107 * simplify-rtx.c (simplify_binary_operation): Likewise, avoid
5108 performing FP operations at compile-time, if they would raise an
5109 exception at run-time.
5110
89e9faee
GK
51112003-07-17 Geoffrey Keating <geoffk@apple.com>
5112
26e0dcb3
GK
5113 PR 11498
5114 * Makefile.in (c-opts.o): Add $(LANGHOOKS_DEF_H).
5115 (langhooks.o): Add $(GGC_H), gt-langhooks.h.
5116 (GTFILES): Add langhooks.c.
5117 (gt-langhooks.h): New.
5118 * c-common.h (c_static_assembler_name): Prototype.
5119 * c-lang.c (LANG_HOOKS_SET_DECL_ASSEMBLER_NAME): Define.
5120 * objc/objc-lang.c (LANG_HOOKS_SET_DECL_ASSEMBLER_NAME): Define.
5121 * c-opts.c: Include langhooks-def.h.
5122 (c_static_assembler_name): New.
5123 * langhooks.c: Include ggc.h. Include gt-langhooks.h.
5124 (var_labelno): New.
5125 (lhd_set_decl_assembler_name): Give static objects with context
5126 unique names.
5127 * varasm.c (var_labelno): Delete.
5128 (make_decl_rtl): Don't change the assembler name once it's set.
5129
89e9faee
GK
5130 * c-opts.c (this_input_filename): New.
5131 (finish_options): Take new parameter, name of file being compiled.
5132 Update callers. Set this_input_filename.
5133 (push_command_line_include): Use this_input_filename not
5134 main_input_filename.
5135
6ec3f553
NB
51362003-07-17 Neil Booth <neil@daikokuya.co.uk>
5137
5138 * Makefile.in: Depend .pot generation on options.c.
5139 * po/exgettext: Add an extra_files variable containing additional
5140 files to scan.
5141
78ff95dc
ZW
51422003-07-17 Zack Weinberg <zack@codesourcery.com>
5143
36c6d174
ZW
5144 * objc/objc-lang.c: Override LANG_HOOKS_WRITE_GLOBALS to
5145 c_write_global_declarations.
5146
eb1dfbb2
ZW
5147 * c-decl.c: Fix typos in several comments. Remove all
5148 #if 0 blocks; reindent as needed. Remove unused argument
5149 to declare_parm_level; all callers changed.
5150 * c-parse.in: Update calls to declare_parm_level. Avoid
5151 issuing a double warning in some circumstances.
5152 * c-typeck.c: Update calls to declare_parm_level.
5153 * c-tree.h: Update prototype of declare_parm_level.
5154
5155 * c-pragma.c (apply_pragma_weak): Don't complain about a
5156 redundant #pragma weak.
5157
5158 * objc/objc-act.c (forward_declare_categories,
5159 build_selector_reference_decl, build_class_reference_decl,
5160 build_objc_string_decl, synth_forward_declarations,
5161 build_protocol_reference): Set TREE_PUBLIC on synthetic
5162 forward decl to 0, consistent with eventual definition.
5163 Correct comments to match.
5164
78ff95dc
ZW
5165 * fixinc/inclhack.def (solaris_mutex_init_2): Escape braces
5166 in regexp that don't form a range expression.
5167 * fixinc/fixincl.def: Regenerate.
5168
b23ba0b8
RH
51692003-07-17 Richard Henderson <rth@redhat.com>
5170
78ff95dc
ZW
5171 PR target/10907
5172 * config/ia64/ia64.c (ia64_epilogue_uses): GP is live at end
5173 even with !TARGET_CONST_GP.
5174 (ia64_function_ok_for_sibcall): Reject non-local functions.
b23ba0b8 5175
d944c82d
SB
51762003-07-17 Steven Bosscher <steven@gcc.gnu.org>
5177
5178 * c-common.c (c_estimate_num_insns_1): Don't handle
5179 METHOD_CALL_EXPR.
5180 * expr.c (safe_from_p): Likewise.
5181 * gengtype.c (adjust_field_tree_exp): Likewise.
5182 * stmt.c (warn_if_unused_value): Likewise
5183 * tree.c (first_rtl_op): Likewise.
5184 * tree.def: Don't define METHOD_CALL_EXPR.
5185 * java/lang.c (java_estimate_num_insns_1): Don't handle
5186 METHOD_CALL_EXPR.
5187
54284728
EB
51882003-07-17 Eric Botcazou <ebotcazou@libertysurf.fr>
5189
5190 PR other/11466
5191 * doc/invoke.texi (SPARC Options): Document "-mlittle-endian"
5192 and its restrictions for the SPARC64 port.
5193 Move the entry of "-mimpure-text" before that of "-mv8".
5194
bc890961 51952003-07-17 Eric Botcazou <ebotcazou@libertysurf.fr>
78ff95dc 5196 Phil Edwards <phil@jaj.com>
bc890961
EB
5197
5198 * doc/install.texi (*-*-solaris2*): Document the step-by-step
5199 procedure to bootstrap and install.
5200 Document the preference for the legacy Sun tools in /usr/bin
5201 over the POSIX tools in /usr/xpg4/bin for the build process.
5202
f2ac9964
NB
52032003-07-17 Neil Booth <neil@daikokuya.co.uk>
5204
5205 * c.opt: Document Uncodumented; use it. Document ObjC options.
5206 * opts.c (print_filtered_help): Skip undocumented switches.
5207 * opts.h (CL_UNDOCUMENTED): New.
5208 * opts.sh: Handle Undocumented.
5209 * toplev.c (documented_lang_options): Prevent its becoming empty.
5210objc:
5211 * lang-options.h: Remove.
5212
03988cac
UW
52132003-07-16 Ulrich Weigand <uweigand@de.ibm.com>
5214
5215 * loop.c (check_ext_dependent_givs): Pass const struct loop *
5216 instead of struct loop_info * as argument. Accept BIVs with
5217 increment +/- 1 provided there is a friendly exit test against
5218 a loop-invariant value.
5219 (strength_reduce): Adapt call to check_ext_dependent_givs.
5220
fada1961
R
52212003-07-16 J"orn Rennecke <joern.rennecke@superh.com>
5222 Con Bradley <con.bradley@superh.com>
5223
5224 * sh-protos.h (sh_get_pr_initial_val): Declare.
5225 * sh.c (regno_reg_class): Make its elements type enum reg_class.
5226 (output_stack_adjust): Remove emit_fn argument. Add epilogue_p
5227 and live_regs_mask arguments. Changed all callers.
5228 (save_schedule_s): New structure.
5229 (save_schedule): New typedef.
5230 (scavenge_reg, sh5_schedule_saves, sh5_schedule_saves): New functions.
5231 (calc_live_regs): For TARGET_SHMEDIA, use leaf_function_p.
5232 In interrupts handlers, also save registers that are usually
5233 partially saved, and make sure there is at least one general purpose
5234 register saved if a target register needs saving.
5235 Add casts in comparisons to avoid warnings.
5236 (sh_media_register_for_return): return -1 for interrupt handlers.
5237 (MAX_SAVED_REGS, MAX_TEMPS): New defines.
5238 (sh_expand_prologue): Use sh5_schedule_saves. Check that any temp
5239 registers used are available.
5240 Set RTX_FRAME_RELATED_P where appropriate.
5241 Add an REG_FRAME_RELATED_EXPR for r0 + offset addressing.
5242 (sh_expand_epilogue, sh_set_return_address): Use sh5_schedule_saves.
5243 (initial_elimination_offset): Likewise.
5244 * sh.h (DWARF_CIE_DATA_ALIGNMENT): Set to -4.
5245 (LOCAL_ALIGNMENT, GENERAL_REGISTER_P): Add casts to avoid warnings.
5246 (FP_REGISTER_P): Add casts to fix broken handling of unsigned REGNO.
5247 (XD_REGISTER_P, TARGET_REGISTER_P): Likewise.
5248 (HARD_REGNO_CALL_PART_CLOBBERED): Also yield nonzero for r15,
5249 and for target registers.
5250 (RETURN_IN_MEMORY): Add parentheses to avoid warnings.
5251 (regno_reg_class): Make its elements type enum reg_class.
5252 (CONSTRAINT_LEN): Don't use isdigit.
5253 (FUNCTION_ARG_REGNO_P): Add casts to avoid warnings.
5254 (FUNCTION_ARG): Add parentheses to avoid warnings.
5255 (RETURN_ADDR_RTX): Use sh_get_pr_initial_val.
5256 (RETURN_ADDR_OFFSET): Define to -1 for TARGET_SH5.
5257 (SH_DBX_REGISTER_NUMBER): Add casts to avoid warnings.
5258 (EH_RETURN_DATA_REGNO): Use unsigned constants to avoid warnings.
5259 * sh.md (xordi3+1): Remove unused variable regno.
5260 (return_media): Check that tr0 is available before using it.
5261
bae92bf3
NB
52622003-07-16 Neil Booth <neil@daikokuya.co.uk>
5263
5264 * c.opt: Document more options.
5265
cc8c96fd
RS
52662003-07-16 Roger Sayle <roger@eyesopen.com>
5267
5268 * combine.c (subst): Also handle (subreg (const_double ...)) case
5269 if created by a substitution, by using the original inner mode.
5270
d41ba56f
RS
52712003-07-16 Roger Sayle <roger@eyesopen.com>
5272
5273 * simplify-rtx.c (simplify_replace_rtx): Convert constant comparisons
5274 to MODE_FLOAT constants if FLOAT_STORE_FLAG_VALUE is defined.
5275 (simplify_rtx): Likewise. Simplify (lo_sum (high X) X) as X.
5276
264d65c1 52772003-07-16 Andrew Pinski <pinskia@physics.uc.edu>
78ff95dc 5278
264d65c1 5279 * doc/install.texi (--without-headers): New.
1622229c
AP
5280
5281 Partial Fix PR/10129
5282 * config/darwin.c (machopic_function_base_name): Only Return "<pic base>".
5283 (machopic_output_function_base_name): New; print the true pic label.
5284 (machopic_classify_ident): Pic Base is always a defined data.
5285 * config/darwin.h (ASM_OUTPUT_LABELREF): Support the pic base label.
5286 * config/darwin-proto.h (machopic_output_function_base_name): Prototype.
5287
db2f435b
AP
5288 * gcse.c (gcse_constant_p): COMPARE of the same registers is a constant
5289 if they are not floating point registers.
5290
d07605f5
AP
5291 PR c/10962
5292 * ggc.h: Add header guards.
5293 * c-decl.c (finish_struct): Sort fields if
5294 number greater than 15 and there are no
5295 anonymous structs/unions.
5296 * c-common.h: Include ggc.h.
5297 (sorted_fields_type): New struct.
5298 (field_decl_cmp): New prototype.
5299 (resort_sorted_fields): New prototype.
5300 (DECL_DECLARES_TYPE_NON_TEMPLATE_P): New macro.
5301 * c-tree.h: (lang_type): Use pointer to sorted_fields_type
5302 as s, removing other fields.
5303 * c-typeck.c (lookup_field): Use s in lang_type.
5304 These were mostly moved from cp/class.c:
5305 * c-common.c (field_decl_cmp): New static function.
5306 (field_decl_cmp): New function.
5307 (resort_sorted_fields): New function.
5308
3d7964d5
GK
53092003-07-16 Geoffrey Keating <geoffk@apple.com>
5310
5311 * config/darwin.c (machopic_select_section): Use decl_readonly_section
5312 to do most of the work.
5313
4e58524e
HPN
53142003-07-16 Hans-Peter Nilsson <hp@bitrange.com>
5315
5316 * config/mmix/mmix-protos.h: Convert prototypes to ISO C90.
5317 * config/mmix/mmix.c: Convert functions to ISO C90.
27f35b75 5318 (mmix_eh_return_handler_rtx, mmix_output_shifted_value): Tweak
4e58524e
HPN
5319 formatting.
5320 (mmix_get_hard_reg_initial_val): Tweak section head comment.
5321
1e0343dd
R
53222003-07-16 J"orn Rennecke <joern.rennecke@superh.com>
5323
5324 * c-pragma.h (HANDLE_PRAGMA_WEAK): Always define to SUPPORTS_WEAK.
5325
fc4767bb
JJ
53262003-07-16 Jakub Jelinek <jakub@redhat.com>
5327
5328 * unwind-dw2.c (MD_FROB_UPDATE_CONTEXT): Define.
5329 (uw_update_context_1): Use it.
5330 * config/rs6000/rs6000.c (insn_after_throw): Remove.
5331 (rs6000_aix_emit_builtin_unwind_init): Save $r2 to its location
5332 in parent frame if _Unwind_* called directly instead of through
5333 .plt.
5334 (rs6000_emit_eh_toc_restore): Remove.
5335 (rs6000_emit_prologue): Update stack pointer before doing any saving
5336 if current_function_calls_eh_return. Generate unwind info for $r2.
5337 (rs6000_emit_epilogue): Restore stack pointer after doing all
5338 restoring if current_function_calls_eh_return. Restore $r2.
5339 * config/rs6000/rs6000-protos.h (rs6000_emit_eh_toc_restore): Remove.
5340 * config/rs6000/rs6000.md (eh_return): Remove call to
5341 rs6000_emit_eh_toc_restore.
5342 * config/rs6000/linux64.h (MD_FROB_UPDATE_CONTEXT): Define.
5343 * config/rs6000/aix.h (MD_FROB_UPDATE_CONTEXT): Define.
5344
6972c506
JJ
53452003-07-15 Jakub Jelinek <jakub@redhat.com>
5346
5347 * expr.c (emit_block_move): Don't move anything if size is const 0.
5348 (clear_storage): Test against const0_rtx instead of comparing INTVAL
5349 against 0.
5350
ac59ed37
DM
53512003-07-15 David S. Miller <davem@redhat.com>
5352
5353 * config/sparc/sparc.c (sparc_nonflat_function_epilogue): Only
5354 emit nop if the last real insn is CALL_INSN.
5355
b828d124
DS
53562003-07-16 Danny Smith <dannysmith@users.sourceforge.net>
5357
5358 * config/i386/xm-mingw32.h (HOST_BIT_BUCKET): Define
5359 as "nul".
5360 * config/i386/xm-mingw32.h: Change GNU CC to GCC.
5361
d5648e12
DS
53622003-07-16 Danny Smith <dannysmith@users.sourceforge.net>
5363
5364 * config/i386/winnt.c (associated_type): Artificial methods are not
5365 affected by the import/export status of their class unless they are
5366 COMDAT.
5367 (i386_pe_dllimport_p): Do not mark artificial methods as dllimport.
5368
5369 * config/i386/winnt.c: Fix GCC copyright comment.
5370
b0e3f7ec
GDR
53712003-07-16 Gabriel Dos Reis <gcc@integrable-solutions.net>
5372
5373 PR c++/11531
5374 * diagnostic.c (diagnostic_report_diagnostic): Don't ICE if we're
5375 not recursing on hard error.
5376 (diagnostic_for_decl): Likewise.
5377 * diagnostic.def: Rearrange.
5378
71628aa0
R
53792003-07-15 J"orn Rennecke <joern.rennecke@superh.com>
5380
5381 * dwarf2out.c (expand_builtin_init_dwarf_reg_sizes):
5382 If DWARF_FRAME_RETURN_COLUMN doesn't have a register mode, use Pmode.
5383
53842003-07-15 J"orn Rennecke <joern.rennecke@superh.com>
5385 Richard Henderson <rth@redhat.com>
5386
5387 * unwind-dw2.c (_Unwind_GetGR): Use dwarf_reg_size_table
5388 to decide if to access a _Unwind_Ptr or a _Unwind_Word.
5389 (_Unwind_SetGR): Likewise.
5390 (_Unwind_GetPtr, _Unwind_SetSpColumn): New functions.
5391 (Unwind_SpTmp): New typedef.
5392 (uw_update_context_1): Use _Unwind_SetSpColumn and _Unwind_GetPtr.
5393 (uw_update_context): Use _Unwind_GetPtr.
5394 (init_dwarf_reg_size_table): Move above uw_init_context_1.
5395 (uw_init_context_1): Initialize dwarf_reg_size_table if necessary.
5396 Use _Unwind_SetSpColumn.
5397 (uw_install_context_1): Don't initialize dwarf_reg_size_table.
5398 Use _Unwind_GetPtr.
5399
5a170a05
NB
54002003-07-15 Neil Booth <neil@daikokuya.co.uk>
5401
5402 * c.opt: Document more options.
5403 * toplev.c (documented_lang_options): Remove all local help strings.
5404
b0afa2fc
MM
54052003-07-15 Mark Mitchell <mark@codesourcery.com>
5406
5407 PR debug/11473
5408 * dbxout.c (dbxout_type): Use TYPE_SIZE to determine the sizes of
5409 base classes.
5410
5df90541
KH
54112003-07-15 Kazu Hirata <kazu@cs.umass.edu>
5412
5413 PR target/10795
5414 * config/i386/i386.c (ix86_expand_carry_flag_compare): Don't
5415 swap comparison operands if doing so would generate an
5416 unrecognizable insn.
5417
5a257872
EB
54182003-07-15 Eric Botcazou <ebotcazou@libertysurf.fr>
5419
5420 PR optimization/11320
5421 * sched-int.h (struct deps) [reg_conditional_sets]: New field.
5422 (struct sched_info) [compute_jump_reg_dependencies]: New prototype.
5423 * sched-deps.c (sched_analyze_insn) [JUMP_INSN]: Update call to
5424 current_sched_info->compute_jump_reg_dependencies. Record which
5425 registers are used and which registers are set by the jump.
5426 Clear deps->reg_conditional_sets after a barrier.
5427 Set deps->reg_conditional_sets if the insn is a COND_EXEC.
5428 Clear deps->reg_conditional_sets if the insn is not a COND_EXEC.
5429 (init_deps): Initialize reg_conditional_sets.
5430 (free_deps): Clear reg_conditional_sets.
5431 * sched-ebb.c (compute_jump_reg_dependencies): New prototype.
5432 Mark registers live on entry of the fallthrough block and conditionally
5433 set as set by the jump. Mark registers live on entry of non-fallthrough
5434 blocks as used by the jump.
5435 * sched-rgn.c (compute_jump_reg_dependencies): New prototype.
5436 Mark new parameters as unused.
5437
3cec3f83
RS
54382003-07-15 Richard Sandiford <rsandifo@redhat.com>
5439
5440 * doc/invoke.texi: Resync MIPS -march documentation.
5441
98450f0d
RS
54422003-07-15 Richard Sandiford <rsandifo@redhat.com>
5443
5444 * config/mips/mips.h (PROCESSOR_R9000): New processor_type.
5445 (TARGET_MIPS9000, TUNE_MIPS9000): New macros.
5446 (GENERATE_MULT3_SI): True for TARGET_MIPS9000.
5447 * config/mips/mips.c (mips_cpu_info_table): Add rm9000 entry.
5448 (mips_rtx_costs): Adjust integer multiplication costs for the rm9000.
5449 (mips_issue_rate): Handle PROCESSOR_R9000.
5450 (mips_use_dfa_pipeline_interface): Likewise.
5451 * config/mips/9000.md: New file.
5452 * config/mips/mips.md: Include it.
5453 (define_attr cpu): Add r9000.
5454 (mulsi3_mult3): Use "mul" for rm9000 code.
5455
5fe25f47
SC
54562003-07-15 Stan Cox <scox@redhat.com>
5457
5458 * config/mips/mips.h (PROCESSOR_R7000): New processor_type.
5459 (TARGET_MIPS7000, TUNE_MIPS7000): New macros.
5460 (GENERATE_MULT3_SI): True for TARGET_MIPS7000.
5461 * config/mips/mips.c (mips_cpu_info_table): Add rm7000 entry.
5462 (mips_rtx_costs): Adjust integer multiplication costs for the rm7000.
5463 (mips_issue_rate): Handle PROCESSOR_R7000.
5464 (mips_use_dfa_pipeline_interface): Likewise.
5465 * config/mips/7000.md: New file.
5466 * config/mips/mips.md: Include it.
5467 (define_attr cpu): Add r7000.
5468 (mulsi3_mult3): Use "mul" for rm7000 code.
5469
5a2515e6
RS
54702003-07-15 Richard Sandiford <rsandifo@redhat.com>
5471
5472 * config/mips/mips.md (define_attr type): Add condmove. Use it for
5473 the conditional move patterns.
5474 * config/mips/5400.md (ir_vr54_move): Rename to ir_vr54_condmove.
5475 Check for condmove type.
5476 (ir_vr54_arith): Add move type.
5477 * config/mips/5500.md (ir_vr55_move, ir_vr55_arith): Likewise.
5478 * config/mips/sr71k.md (ir_sr70_move, ir_sr70_arith): Likewise.
5479
72de27ea
NB
54802003-07-15 Neil Booth <neil@daikokuya.co.uk>
5481
5482 * c-opts.c (print_help): Remove.
5483 (c_common_handle_option): Don't handle --help.
5484 * c.opt: Document some options.
5485 (--help): Remove.
5486 * opts.c (print_filtered_help): New.
5487 (print_help): Use it.
5488
e6ebd07b
GK
54892003-07-14 Geoffrey Keating <geoffk@apple.com>
5490
2d799c09
GK
5491 * c-common.c (c_common_type_for_mode): Handle V4DFmode.
5492 * tree.c: (build_common_tree_nodes_2): Likewise.
5493 * tree.h (enum tree_index): Add TI_V4DF_TYPE.
5494 (V4DF_type_node): New.
5495
e6ebd07b
GK
5496 * c-opts.c (push_command_line_include): Don't free deferred_opts,
5497 we'll need it.
5498 (finish_options): Reset init_cursor.
5499
b90f141a
KH
55002003-07-15 Kazu Hirata <kazu@cs.umass.edu>
5501
5502 * expr.c (expand_assignment): Remove an unused argument
5503 SUGGEST_REG.
5504 * expr.h: Update the prototype.
5505 * function.c: Update the callers.
5506 * stmt.c: Likewise.
5507
1e7ee6ad
MM
55082003-07-14 Mark Mitchell <mark@codesourcery.com>
5509
5510 PR debug/11098
5511 * integrate.c (copy_decl_for_inlining): Do not mark copied decls
5512 as DECL_ABSTRACT.
5513
bf66f7b0
NN
55142003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
5515
5516 * fixinc/inclhack.def (avoid_bool_define, avoid_bool_type): Bypass
5517 with __cplusplus, not "we must use the C++ compiler's type"
5518 * fixinc/inclhack.def (void_null): Note that Interix needs this.
5519 * fixinc/fixincl.x: Regenerate.
5520
18009d03
GK
55212003-07-14 Geoffrey Keating <geoffk@apple.com>
5522
ea00486e
GK
5523 * unwind-dw2-fde-darwin.c (live_image_destructor): Get seen_objects
5524 and unseen_objects from the global data before calling
5525 __deregister_frame_info_bases.
5526 (examine_objects): Insert objects into the seen_objects list,
5527 not unseen_objects.
5528 (_Unwind_Find_FDE): Always unlock the global object lists, even if
5529 we couldn't allocate a data structure to put in it.
5530
18009d03
GK
5531 * objc/objc-act.h (CLASS_SUPER_NAME): Add a little typechecking.
5532 (TYPE_PROTOCOL_LIST): Share use of type.context with C frontend.
5533 (SET_TYPE_PROTOCOL_LIST): New.
5534 * objc/objc-act.c (get_static_reference): Use SET_TYPE_PROTOCOL_LIST.
5535 (get_object_reference): Likewise.
5536
602a82f3 55372003-07-14 Jan Hubicka <jh@suse.cz>
9ae130f8
JH
5538
5539 * cfglayout.c (locator_file): Break out from ....
5540 (insn_file): ... here.
5541 (locator_line): Break out from ....
5542 (insn_line): ... here.
5543 * rtl.h (locator_file, locator_line): Declare.
5544 (final_start_function): Set proper line/file info.
5545
e07d4821
GDR
55462003-07-14 Gabriel Dos Reis <gdr@integrable-solutions.net>
5547
5548 * c-pretty-print.c (pp_c_unary_expression): A CONVERT_EXPR is
5549 handled by pp_c_cast_expression.
5550
121d69e6
RS
55512003-07-14 Richard Sandiford <rsandifo@redhat.com>
5552
5553 * config/mips/mips.c (mips_expand_prologue): Use a single insn to
5554 allocate 32768 bytes of stack. Use addition rather than subtraction
5555 when a single insn is enough.
5556 * config/mips/mips.md: Remove insns and splitters for subtracting
5557 constants.
5558 (subsi3): Only accept register operands.
5559 (subsi3_internal): Likewise. Use for TARGET_MIPS16 as well.
5560 (subdi3_internal_3, subsi3_internal_2): Likewise.
5561 (casesi): Use expand_binop to subtract the lower bound.
5562
3485245e
RS
55632003-07-14 Richard Sandiford <rsandifo@redhat.com>
5564
5565 * config/mips/mips.c (mips_in_small_data_p): Don't handle
5566 TARGET_MIPS16 specially.
5567
6627b7f9
RS
55682003-07-14 Richard Sandiford <rsandifo@redhat.com>
5569
6d0b50a4
RS
5570 * config/mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Use
5571 mips_output_aligned_bss.
5572 * config/mips/linux.h: Likewise.
5573 * config/mips/mips-protos.h (mips_output_aligned_bss): Declare.
5574 * config/mips/mips.c (mips_output_aligned_bss): New function.
5575
8d50bd19
RS
5576 * config/mips/elf.h (DBX_DEBUGGING_INFO): Delete.
5577 * config/mips/elf64.h: Likewise.
5578
c1115ccd
RS
5579 * config/mips/elf.h (ASM_DECLARE_OBJECT_NAME): Use
5580 mips_declare_object_name.
5581 (ASM_FINISH_DECLARE_OBJECT): Likewise mips_finish_declare_object.
5582 * config/mips/elf64.h: As for elf.h.
5583 * config/mips/iris6.h: Likewise.
5584 * config/mips/linux.h (ASM_DECLARE_OBJECT_NAME): As for elf.h.
5585 * config/mips/mips.h (ASM_DECLARE_OBJECT_NAME): Remove unnecessary
5586 do...while (0) block.
5587 * config/mips/mips-protos.h (mips_declare_object_name): Declare.
5588 (mips_finish_declare_object): Declare.
5589 * config/mips/mips.c (mips_declare_object_name): New function.
5590 (mips_finish_declare_object): New function.
5591
060ff934
RS
5592 * config/mips/elf.h (SBSS_SECTION_ASM_OP): Delete.
5593 * config/mips/linux.h: Likewise.
5594
d82783b6
RS
5595 * config/mips/mips.c (inside_function): Delete.
5596 (file_in_function_warning, ignore_line_number): Delete.
5597 (mips_output_filename): Don't warn about changing filenames within
5598 a function.
5599 (mips_output_lineno): Update accordingly.
5600 (mips_output_function_prologue): Don't reset the deleted variables.
5601 * config/mips/mips.h (inside_function): Delete.
5602 (file_in_function_warning, ignore_line_number): Delete.
5603
373f8df7
RS
5604 * config/mips/elf.h (OBJECT_FORMAT_COFF, EXTENDED_COFF): Remove undefs.
5605 * config/mips/elf64.h: Likewise.
5606 * config/mips/openbsd.h: Likewise.
5607 * config/mips/iris5.h (OBJECT_FORMAT_COFF): Remove undefs.
5608 * config/mips/linux.h: Likewise.
5609 * config/mips/mips.h (OBJECT_FORMAT_COFF, EXTENDED_COFF): Delete.
5610 (CODE_MASK, MIPS_IS_STAB, MIPS_MARK_STAB, MIPS_UNMARK_STAB): Delete.
5611
6627b7f9
RS
5612 * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): Add mips/sdb.h
5613 to the list of include files when using gas.
5614 (mips*el-*-openbsd*, mips*-*-openbsd*): Add mips/sdb.h unconditionally.
5615 * config/mips/elf.h: Remove #undef SDB_DEBUGGING_INFO.
5616 * config/mips/elf64.h: Likewise.
5617 * config/mips/iris5.h: Likewise.
5618 * config/mips/linux.h: Likewise.
5619 * config/mips/iris5gas.h (SDB_DEBUGGING_INFO): Remove definition.
5620 * config/mips/mips.h (PREFERRED_DEBUGGING_TYPE): Likewise.
5621 (SDB_DEBUGGING_INFO, sdb*, SDB_ALLOW_*, PUT_SDB*): Move to...
5622 * config/mips/sdb.h: ...this new file.
5623
c18b00c0
NN
56242003-07-14 Douglas Rupp <rupp@gnat.com>
5625
5626 * fixinc/server.c (server_setup): Don't use non-POSIX NULL first
5627 argument to getcwd; use fixed buffer instead.
5628
56292003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
5630
5631 * fixinc/mkfixinc.sh: Treat OpenBSD normally.
5632 * fixinc/fixinc.wrap: Delete.
5633
adc4adcd
GP
56342003-07-14 Dan Nicolaescu <dann@ics.uci.edu>
5635
5636 * ggc-page.c (extra_order_size_table): Insns have 9 slots. Regs
5637 don't have 2.
5638
56392003-07-14 Dan Nicolaescu <dann@ics.uci.edu>
5640
5641 * ggc-page.c (struct globals): Add new fields to keep track of the
5642 total allocated memory and overhead.
5643 (ggc_print_statistics): Print them.
5644 (ggc_alloc): Keep track of the total allocated memory and the
5645 overhead.
5646
5647 * tree.c (dump_tree_statistics): Increase spacing.
5648 (enum tree_node_kind): Move to ...
5649 * tree.h (enum tree_node_kind): ... here.
5650 (tree_node_counts, tree_node_sizes): Declare.
5651
56522003-07-14 James A. Morrison <ja2morri@student.math.uwaterloo.ca>
5653
5654 * doc/include/texinfo.tex: Upgrade to texinfo 4.6.
5655
bbd288a4
FS
56562003-07-14 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5657
5658 PR optimization/11440
5659 * gcse.c (try_replace_reg): Don't attach notes to ZERO_EXTRACT or
5660 SIGN_EXTRACT SETs.
5661
6e985040
AM
56622003-07-14 Alan Modra <amodra@bigpond.net.au>
5663
5664 * doc/tm.texi (BLOCK_REG_PADDING): Describe.
5665 * expr.h (struct locate_and_pad_arg_data): Add where_pad.
5666 (emit_group_load, emit_group_store): Adjust declarations.
5667 Remove most occurrences of #ifdef TREE_CODE.
5668 * expr.c (emit_group_load): Add "type" param, and use
5669 BLOCK_REG_PADDING to determine need for a shift. Optimize non-
5670 aligned accesses if !SLOW_UNALIGNED_ACCESS.
5671 (emit_group_store): Likewise.
5672 (emit_push_insn, expand_assignment, store_expr, expand_expr): Adjust
5673 emit_group_load and emit_group_store calls.
5674 * calls.c (store_unaligned_arguments_into_pseudos): Tidy. Use
5675 BLOCK_REG_PADDING to determine whether we need endian_correction.
5676 (load_register_parameters): Localize vars. Handle shifting of
5677 small values to the correct end of regs. Adjust emit_group_load
5678 call.
5679 (expand_call, emit_library_call_value_1): Adjust emit_group_load
5680 and emit_group_store calls.
5681 * function.c (assign_parms): Set mem alignment for stack slots.
5682 Adjust emit_group_store call. Store values at the "wrong" end
5683 of regs to the stack. Use BLOCK_REG_PADDING.
5684 (locate_and_pad_parm): Save where_pad.
5685 (expand_function_end): Adjust emit_group_load call.
5686 * stmt.c (expand_value_return): Adjust emit_group_load call.
5687 * Makefile.in (calls.o): Depend on $(OPTABS_H).
5688 * config/rs6000/linux64.h (TARGET_LITTLE_ENDIAN): Redefine as 0.
5689 (AGGREGATE_PADDING_FIXED, AGGREGATES_PAD_UPWARD_ALWAYS): Define.
5690 (MUST_PASS_IN_STACK): Define.
5691 (BLOCK_REG_PADDING): Define.
5692 * config/rs6000/rs6000.h (struct rs6000_args): Remove orig_nargs.
5693 (PAD_VARARGS_DOWN): Define in terms of FUNCTION_ARG_PADDING.
5694 * config/rs6000/rs6000.c (init_cumulative_args): Don't set orig_nargs.
5695 (function_arg_padding): !AGGREGATE_PADDING_FIXED compatibility code.
5696 Act on AGGREGATES_PAD_UPWARD_ALWAYS.
5697
4fab535e
AL
56982003-07-13 Aaron W. LaFramboise <awlaframboise@aol.com>
5699
5700 * config/i386/gthr-win32.c (__GTHREAD_HIDE_WIN32API): Define to 1.
5701
8d2e5f72
RK
57022003-07-13 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5703
5704 * expr.c (expand_expr, case COMPONENT_REF): If reg, copy OP0 to MEM
5705 both if OFFSET specified and if result BLKmode for ARRAY_RANGE_REF.
5706
7eaab492
NN
57072003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
5708
5709 PR other/11123
5710 * toplev.c: Don't cut off option names.
5711
9d4a30f2
AJ
57122003-07-13 Andreas Jaeger <aj@suse.de>
5713
5714 * c-decl.c (link_hash_hash): Avoid warning about casting pointer
5715 to integer of different size.
5716
34ed3bb0
KH
57172003-07-13 Kazu Hirata <kazu@cs.umass.edu>
5718
5719 * combine.c (simplify_comparison): Convert (ne (and (not X) 1) 0)
5720 to (eq (and X 1) 0).
5721
1a7d0840
AJ
57222003-07-13 Andreas Jaeger <aj@suse.de>
5723
5724 * config.gcc: Add pmmintrin.h for x86_64-*-*.
5725
43839642
ZW
57262003-07-13 Zack Weinberg <zack@codesourcery.com>
5727
5728 * Makefile.in (LIBCPP_DEPS): Remove coretypes.h and $(TM_H).
5729 (hashtable.o, line-map.o, mkdeps.o): Likewise, from dependency
5730 list. Move these all together down by cpplib.
5731
5732 * cpplib.h: Don't refer to MAX_WCHAR_TYPE_SIZE when determining
5733 definition of CPPCHAR_SIGNED_T.
5734
5735 * cppcharset.c, cpperror.c, cppexp.c, cppfiles.c, cpphash.c, cppinit.c
5736 * cpplex.c, cpplib.c, cppmacro.c, cpppch.c, cpptrad.c, hashtable.c
5737 * line-map.c, mkdeps.c: Don't include coretypes.h or tm.h.
5738
5739 * cpphash.c (_cpp_init_hashtable): Don't use gcc_obstack_init.
5740 * cppinit.c (cpp_create_reader): Likewise.
5741
5742 * cpphash.h (scan_out_logical_line): Rename _cpp_scan_out_logical_line.
5743 * cpptrad.c: Likewise. All callers changed.
5744 * cpplib.c: All callers changed.
5745 * c-ppoutput.c: Replace 'uchar' with 'unsigned char' throughout.
5746 * hashtable.h: Define GTY(x) to nothing here too.
5747
0acf4f88
RK
57482003-07-13 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5749
5750 * stor-layout.c (compute_record_mode): Remove very obsolete test
5751 that forces BLKmode for records with fields crossing word boundary.
5752
46db61e7
ZW
57532003-07-13 Zack Weinberg <zack@codesourcery.com>
5754
5755 * Makefile.in: Remove orphan reference to acconfig.h.
5756
db0e878d
AJ
57572003-07-13 Andreas Jaeger <aj@suse.de>
5758
5759 * cgraphunit.c: Convert prototypes to ISO C90.
5760
4146d8d0
NN
57612003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
5762
5763 * fixinc/inclhack.def (avoid_wchar_t_type): Use __cplusplus bypass
5764 (for OpenBSD).
5765 * fixinc/fixincl.x: Rebuild.
5766
6f3ca281
ZW
57672003-07-12 Zack Weinberg <zack@codesourcery.com>
5768
5769 * configure.in: Always define HAVE_AS_GOTOFF_IN_DATA for
5770 i?86-*-*. Use correct name of cache variable.
5771 * configure: Regenerate.
5772
9a9f7594
KH
57732003-07-12 Kazu Hirata <kazu@cs.umass.edu>
5774
5775 * config/alpha/alpha.c: Fix comment typos.
5776 * config/alpha/alpha.md: Likewise.
5777 * config/arm/arm.c: Likewise.
5778 * config/arm/arm.md: Likewise.
5779 * config/arm/lib1funcs.asm: Likewise.
5780 * config/avr/avr.md: Likewise.
5781 * config/arm/README-interworking: Fix typos.
5782
4ed43216
KH
57832003-07-12 Kazu Hirata <kazu@cs.umass.edu>
5784
5785 * c-format.c: Fix comment formatting.
5786 * c-typeck.c: Likewise.
5787 * coverage.c: Likewise.
5788 * cppcharset.c: Likewise.
5789 * cpplib.c: Likewise.
5790 * dbxout.c: Likewise.
5791 * gcov-io.h: Likewise.
5792 * toplev.c: Likewise.
5793
c3a5b1e9
NN
57942003-07-12 Nathanael Nerode <neroden@gcc.gnu.org>
5795
6f3ca281 5796 * fixinc/inclhack.def (alpha_sbrk): Note that OpenBSD needs this
c3a5b1e9
NN
5797 fix.
5798
8ada417f
ZW
57992003-07-12 Zack Weinberg <zack@codesourcery.com>
5800
5801 * aclocal.m4 (gcc_AC_CHECK_TYPE): Clone of AC_CHECK_TYPE,
5802 uses three-argument AC_DEFINE so no acconfig.h entries are
5803 needed.
5804 (_gcc_COMPUTE_GAS_VERSION): Also provide gcc_cv_gas_vers
5805 which contains the GAS version number as a scaled integer.
5806 (gcc_GAS_VERSION_GTE_IFELSE): Use gcc_cv_gas_vers. Add
5807 ability to check for ELF assembler.
5808 (gcc_GAS_CHECK_FEATURE): New macro.
5809 * configure.in: Use gcc_AC_CHECK_TYPE. Rewrite all
5810 assembler feature checks using gcc_GAS_CHECK_FEATURE.
5811 Use three-argument AC_DEFINE everywhere.
5812 * acconfig.h: Deleted.
5813 * config.in, configure: Regenerate.
5814
d5d16b5f
NN
58152003-07-12 Nathanael Nerode <neroden@gcc.gnu.org>
5816
3b57c563
NN
5817 * fixinc/inclhack.def (struct_sockaddr): Avoid "fixing" sockaddr_in
5818 (on OpenBSD).
d33fb69b 5819 * fixinc/fixincl.x: Regenerate.
3b57c563 5820
d5d16b5f
NN
5821 * fixinc/inclhack.def (gnu_types): Improve comment.
5822
439f7bc3
AJ
58232003-07-12 Andreas Jaeger <aj@suse.de>
5824
5825 * fp-test.c (main): Use ISO C90 prototype.
5826
5827 * version.c: Remove unneded include of ansidecl.h.
5828
5829 * cgraph.h: Convert prototypes to ISO C90.
5830 * cgraph.c: Likewise.
5831 * fix-header.c: Likewise.
5832 * ra.h: Likewise.
5833 * protoize.c: Likewise.
5834
602a82f3 58352003-07-12 Jan Hubicka <jh@suse.cz>
1a5c5701
JH
5836
5837 * cgraphunit.c (cgraph_inlined_into, cgraph_inlined_calees): Fix
5838 warning.
5839
602a82f3 58402003-07-12 Jan Hubicka <jh@suse.cz>
b58b1157
JH
5841 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5842
5843 * cgraph.c (cgraph_max_uid): New global variable.
5844 (cgraph_node): Set uid field.
5845 (create_edge): Keep inline flags consistent.
5846 (dump_cgraph): Dump more info.
5847 * cgraph.h (struct cgraph_local_info): Remove inline_many and
5848 can_inline_once; add inlinable, disgread_inline_limits, and self_insn
5849 (struct cgraph_global_info): Add insns, calls, cloned_times,
5850 will_be_output.
5851 (struct cgraph_node): Add uid.
5852 (struct cgraph_edge): Add inline_call.
5853 (cgraph_max_uid, cgraph_inline_p): Declare.
5854 * cgraph.c: Include params.h and fibheap.h
5855 (cgraph_mark_functions_to_inline_once): Kill.
5856 (INSNS_PER_CALL): New constant.
5857 (ncalls_inlined, nfunctions_inlined, initial_insns, overall_insns): New
5858 static variables.
5859 (cgraph_finalize_function): Do not analyze inlining.
5860 (cgraph_finalize_compilation_unit): Set inlining attributes.
5861 (cgraph_mark_functions_to_output): More consistency checks.
5862 (cgraph_optimize_function): Set current_function_decl to NULL.
5863 (cgraph_expand_function): Use new inline flags.
5864 (cgraph_postorder): Expand from cgraph_expand_functions.
5865 (INLINED_TIMES, SET_INLINED_TIMES): New macros.
5866 (cgraph_inlined_into, cgraph_inlined_callees,
5867 cgraph_estimate_size_after_inlining, cgraph_estimate_growth,
5868 cgraph_mark_inline, cgraph_check_inline_limits,
439f7bc3 5869 cgraph_default_inline_p, cgraph_decide_inling_of_small_functions,
b58b1157
JH
5870 cgraph_decide_inlining, cgraph_inline_p): New functions.
5871 * params.def (PARAM_LARGE_FUNCTION_INSNS, PARAM_LARGE_FUNCTION_GROWTH,
5872 PARAM_INLINE_UNIT_GROWTH): New parameters.
5873 * tree-inline.c (struct inline_data): New field current_decl.
5874 (expand_call_inline): Avoid forward declarations; use
5875 inlinable_function_p.
5876 (optimize_inline_calls): Set id.current_decl.
5877
27b8e366
AP
58782003-07-11 Andrew Pinski <pinskia@physics.uc.edu>
5879
5880 * configure.in: Remove wrongly added definition of
5881 local_prefix.
5882 * configure: Regenerate.
5883
80fa0b4c
DN
58842003-07-11 Dan Nicolaescu <dann@ics.uci.edu>
5885
5886 * rtl.def (NOTE): Do not use padding.
5887
1ea6f4c8
DH
58882003-07-11 Dara Hazeghi <dhazeghi@yahoo.com>
5889
5890 * doc/install.tex: Update required binutils for i?86-*-linux*
5891
ed2d8944
RH
58922003-07-11 Richard Henderson <rth@redhat.com>
5893
5894 * Makefile.in (stage1_build): Force OBJS-onestep=OBJS.
5895
a44cea75
MM
58962003-07-11 Mark Mitchell <mark@codesourcery.com>
5897
5898 * varasm.c (make_decl_rtl): Treat decls with a DECL_CONTEXT of
5899 TRANSLATION_UNIT_DECL as top_level.
5900
358b8f01
JJ
59012003-07-11 Jakub Jelinek <jakub@redhat.com>
5902
5903 * optabs.c (prepare_cmp_insn): Try cmpmemM first if it exists,
5904 then fall back to cmpstrM.
5905 * builtins.c (expand_builtin_memcmp): Likewise.
5906 * config/s390/s390-protos.h (s390_expand_cmpstr): Rename to...
5907 (s390_expand_cmpmem): ... this.
5908 * config/s390/s390.md (cmpmemdi, cmpmemsi, cmpmem_short_64,
5909 cmpmem_short_31, cmpmem_long_64, cmpmem_long_31): Renamed
5910 from cmpstr* patterns. Rename call to s390_expand_cmpstr
5911 to s390_expand_cmpmem.
5912 * config/s390/s390.c (s390_expand_cmpstr): Rename to...
5913 (s390_expand_cmpstr): ... this. Rename cmpstr* instructions
5914 to cmpmem*.
5915 * config/i370/i370.md (cmpmemsi, cmpmemsi_1): Renamed from
5916 cmpstr* patterns.
5917 * doc/md.texi (cmpstrM): Describe as String compare insn, not
5918 Block compare insn.
5919 (cmpmemM): Add.
5920
8634e925
LR
59212003-07-11 Loren James Rittle <ljrittle@acm.org>
5922
5923 * config/i386/freebsd.h (SET_ASM_OP): Remove.
5924 (SUBTARGET_OVERRIDE_OPTIONS): Handle TARGET_64BIT case.
5925 (ASM_COMMENT_START, ASM_APP_ON, ASM_APP_OFF, DBX_REGISTER_NUMBER
5926 MCOUNT_NAME, SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE_SIZE): Whitespace.
5927
48144cd4
RH
59282003-07-11 Richard Henderson <rth@redhat.com>
5929
5930 * function.c (assign_parms): Don't recombine complex args if
5931 fnargs is unchanged from orig_fnargs.
5932 (split_complex_args): Return args without complex before copying.
5933 Re-layout the modified parameters.
5934
fee226d2
R
59352003-07-11 J"orn Rennecke <joern.rennecke@superh.com>
5936
5937 * regclass.c (choose_hard_reg_mode): Add third argument.
5938 Changed all callers.
5939 * rtl.h (choose_hard_reg_mode): Update declaration.
5940 * dwarf2out.c (expand_builtin_init_dwarf_reg_sizes):
5941 Take HARD_REGNO_CALL_PART_CLOBBERED into account.
5942
d1bd0ded
GK
59432003-07-11 Geoffrey Keating <geoffk@apple.com>
5944
5945 * c-decl.c (finish_decl): Handle 'used' here...
5946 * cgraphunit.c (cgraph_finalize_function): ... and here ...
5947 * c-common.c: (handle_used_attribute): ... not here.
439f7bc3 5948
d1bd0ded
GK
5949 * configure.in (onstep): Support --enable-intermodule.
5950 * Makefile.in (OBJS-common): New.
5951 (OBJS-md): New.
5952 (OBJS-archive): New.
5953 (OBJS): Build from OBJS-common, OBJS-md, OBJS-archive.
5954 (OBJS-onestep): New.
5955 (libbackend.a): Support @onestep@.
5956 (libbackend.o): New.
5957 * configure: Regenerate.
439f7bc3 5958
d1bd0ded
GK
5959 * c-common.h (c_reset_state): New prototype.
5960 (c_parse_file): New prototype.
5961 (finish_file): Move prototype from c-tree.h.
5962 * c-decl.c: Include <hashtab.h>.
5963 (builtin_decls): New.
5964 (current_file_decl): New.
5965 (duplicate_decls): Add extra parameter. Change all callers. Don't
5966 output duplicate common symbols.
5967 (link_hash_hash): New.
5968 (link_hash_eq): New.
5969 (poplevel): Handle popping of the top level.
5970 (warn_if_shadowing): Handle TRANSLATION_UNIT_DECL.
5971 (pushdecl): Set DECL_CONTEXT to TRANSLATION_UNIT_DECL if appropriate.
5972 (pushdecl_top_level): Likewise.
5973 (redeclaration_error_message): Handle TRANSLATION_UNIT_DECL.
5974 (c_init_decl_processing): Create TRANSLATION_UNIT_DECL.
5975 (finish_decl): Handle TRANSLATION_UNIT_DECL.
5976 (merge_translation_unit_decls): New.
5977 (c_write_global_declarations): New.
5978 (c_reset_state): New.
5979 (implicitly_declare): Handle TRANSLATION_UNIT_DECL.
5980 * c-lang.c (LANG_HOOKS_WRITE_GLOBALS): New.
5981 * c-objc-common.c (c_cannot_inline_tree_fn): Handle
5982 TRANSLATION_UNIT_DECL.
5983 (c_objc_common_finish_file): Call merge_translation_unit_decls.
5984 * c-opts.c (in_fnames): Rename from in_fname.
5985 (c_common_decode_option): Handle multiple input filenames.
5986 (c_common_post_options): Likewise.
5987 (c_common_parse_file): Likewise; also, call c_parse_file rather than
5988 yyparse.
5989 * c-parse.in: Move cleanup code to c_parse_file.
5990 (free_parser_stacks): Move contents to c_parse_file.
5991 (c_parse_file): New.
5992 * c-tree.h (union lang_tree_node): Chain along TYPE_NEXT_VARIANT
5993 for integer types.
5994 (C_DECL_FILE_SCOPE): New.
5995 (finish_file): Move prototype to c-common.h.
5996 (merge_translation_unit_decls): New prototype.
5997 (comptypes): Add extra parameter to prototype.
5998 (c_write_global_declarations): New prototype.
5999 * c-typeck.c (tagged_types_tu_compatible_p): New.
6000 (function_types_compatible_p): Add extra parameter, change all callers.
6001 (type_lists_compatible_p): Likewise.
6002 (comptypes): Likewise.
6003 (struct tagged_tu_seen): New.
6004 (tagged_tu_seen_base): New.
6005 (build_unary_op): Handle TRANSLATION_UNIT_DECL.
6006 (c_mark_addressable): Remove #if 0 code.
6007 * calls.c (special_function_p): Handle TRANSLATION_UNIT_DECL, add
6008 comment explaining why it shouldn't have to.
6009 * cgraph.h (struct cgraph_node): Add chain_next and chain_prev GTY
6010 options.
6011 * cppinit.c (cpp_read_next_file): New.
6012 (cpp_read_main_file): Use it.
6013 * cpplib.c (undefine_macros): New.
6014 (cpp_undef_all): New.
6015 * cpplib.h (cpp_read_next_file): Prototype.
6016 (cpp_undef_all): Prototype.
6017 * langhooks-def.h (write_global_declarations): Remove prototype.
6018 * toplev.h (write_global_declarations): Add prototype.
6019 * tree.c (decl_type_context): Use switch statement, handle
6020 TRANSLATION_UNIT_DECL.
6021 * tree.def: Update documentation for TRANSLATION_UNIT_DECL.
6022 (TRANSLATION_UNIT_DECL): New kind of tree.
6023 * tree.h: Update documentation for TRANSLATION_UNIT_DECL.
6024 * Makefile.in (c-decl.o): Add $(HASHTAB_H) to dependencies.
6025 * doc/invoke.texi: Make attempt to document new functionality.
6026
6027 2003-05-19 Per Bothner <bothner@apple.com>
6028
6029 * gcc.c (combine_inputs): New.
6030 (process_command): Set combine_inputs.
6031 (do_spec_1): Handle combine_inputs.
6032 (main): Likewise.
6033
ac8354b1
JW
60342003-07-10 James E Wilson <wilson@tuliptree.org>
6035
6036 PR optimization/9745
6037 * loop.c (loop_iv_add_mult_emit_before): Call loop_regs_update before
6038 loop_insn_emit_before.
6039 (loop_iv_add_mult_sink, loop_iv_add_mult_hoist): Likewise.
439f7bc3 6040
dea55da5
ZW
60412003-07-10 Zack Weinberg <zack@codesourcery.com>
6042
6043 * cppcharset.c: Fix comment.
6044 (iconv_close [!HAVE_ICONV]): #define to (void)0 to prevent warning.
6045 (EILSEQ): #define to EINVAL if not already defined.
6046 (convert_using_iconv): #if out when !HAVE_ICONV.
6047 (init_iconv_desc): Handle !HAVE_ICONV here...
6048 (cpp_init_iconv): ...not here.
6049
f3fdaec4
NB
60502003-07-11 Neil Booth <neil@daikokuya.co.uk>
6051
6052 * common.opt: More --help messages.
6053 * opts.c (print_help): Use puts().
6054 * toplev.c (f_options): Remove help text.
6055 (display_help): Don't dump f_options.
6056
7ebbf1ea
NN
60572003-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
6058
6059 * fixinc/mkfixinc.sh: Drop reference to unsupported alpha-*-interix*.
6060 Move i?86-*-interix* to the don't-fix list.
6061 * fixinc/fixinc.interix: Delete with extreme prejudice.
6062
959a73a4
DH
60632003-07-10 Dara Hazeghi <dhazeghi@yahoo.com>
6064
6065 PR bootstrap/10758
6066 * doc/install.texi: Document requirements for ia64-*-hpux* target.
6067
9959901c
RS
60682003-07-10 Roger Sayle <roger@eyesopen.com>
6069
6070 * config/ia64/hpux.h (TARGET_C99_FUNCTIONS): Define.
6071
6b88314c
ZW
60722003-07-10 Zack Weinberg <zack@codesourcery.com>
6073
6074 * cppcharset.c (one_utf8_to_cppchar, one_cppchar_to_utf8,
6075 one_utf8_to_utf32, one_utf32_to_utf8, one_utf8_to_utf16,
6076 one_utf16_to_utf8, conversion_loop, convert_utf8_utf16,
6077 convert_utf8_utf32, convert_utf16_utf8, convert_utf32_utf8,
6078 convert_no_conversion, convert_using_iconv): New functions.
6079 (APPLY_CONVERSION): New macro.
6080 (struct conversion, conversion_tab): New data structure.
6081 (init_iconv_desc): Check conversion_tab for a custom conversion
6082 primitive before trying to use iconv.
6083 (convert_cset): Deleted.
6084 (cpp_init_iconv): Use UTF- terminology, not UCS-.
6085 (_cpp_destroy_iconv): Update to match.
6086 (_cpp_valid_ucn): We don't need iconv to implement UCNs.
6087 (convert_ucn): Use one_cppchar_to_utf8 and APPLY_CONVERSION.
6088 (convert_escape, cpp_interpret_string): Use APPLY_CONVERSION.
6089 (_cpp_interpret_string_notranslate): New function, moved here
6090 from cpplib.c.
6091
6092 * cpphash.h (convert_f, struct cset_converter): New types.
6093 (struct cpp_reader): narrow_cset_desc and wide_cset_desc
6094 are now struct cset_converter, not bare iconv_t.
6095 Update prototypes.
6096 * cpplib.c (interpret_string_notranslate): Moved to cppcharset.c;
6097 all callers changed.
6098
38f4680f 60992003-07-10 Kelley Cook <kelleycook@wideopenwest.com>
6b88314c 6100
38f4680f
KC
6101 * Makefile.in (options.h): Depend on Makefile. Add move-if-change
6102 to opts.sh command line.
6103 * opts.sh: Write to temporary files with a move-if-change at the end.
6104
2a868fac 61052003-07-10 Denis Chertykov <denisc@overta.ru>
6b88314c 6106 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9db367b4
DC
6107
6108 * combine.c (gen_binary): Handle the CLOBBER rtx and
6109 don't build a binary operation with it.
6110
3b14e3af
ZD
61112003-07-10 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
6112
6113 * gcse.c (load_kills_store, find_loads, store_killed_in_insn,
6114 store_killed_after, store_killed_before): Keep track of the correct
6115 dependency function to use.
6116
a9189cc0
SB
61172003-07-10 Steven Bosscher <steven@gcc.gnu.org>
6118 * toplev.c (do_compile): Don't try to open dump files before
6119 lang_dependent_init initializes dump_base_name.
6120
e97a46ce
KG
61212003-07-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6122
6123 * config/arm/arm.c (arm_init_iwmmxt_builtins, arm_expand_builtin):
6124 Use ARRAY_SIZE.
6125 * config/frv/frv.c (frv_expand_builtin): Likewise.
6126 * config/sh/sh.c (sh_media_init_builtins): Likewise.
6127
4a386498
MM
61282003-07-09 Mark Mitchell <mark@codesourcery.com>
6129
6130 PR c++/10032
6131 * doc/invoke.texi (C++ Dialect Options): Change documentation of
6132 -fpermissive.
6133
1e60c057
R
61342003-07-10 J"orn Rennecke <joern.rennecke@superh.com>
6135
6136 * tm.texi (RETURN_ADDR_OFFSET): Document.
6137
330d2e2a
NS
61382003-07-10 Nathan Sidwell <nathan@codesourcery.com>
6139
6140 * gcov-io.h: Update documentation.
6141 (GCOV_UNSIGNED2STRING): New.
6142 (GCOV_TAG_FUNCTION_LENGTH, GCOV_TAG_BLOCKS_LENGTH,
6143 GCOV_TAG_ARCS_LENGTH, GCOV_TAG_COUNTER_LENGTH,
6144 GCOV_TAG_SUMMARY_LENGTH): Adjust.
6145 (GCOV_TAG_BLOCKS_NUM, GCOV_TAG_ARCS_NUM,
6146 GCOV_TAG_COUNTER_NUM): New.
6147 (GCOV_BLOCK_SIZE): Number of words.
6148 (gcov_var): Adjust buffer type.
6149 * gcov-io.c (gcov_write_bytes, gcov_read_bytes): Rename to ...
6150 (gcov_write_words, gcov_read_words): ... here. Take a 4-byte word
6151 count, not byte count.
6152 (gcov_open): Adjust overread init.
6153 (gcov_allocate, gcov_write_unsigned, gcov_write_counter,
6154 gcov_write_string, gcov_write_tag, gcov_write_length,
6155 gcov_write_tag_length): Adjust.
6156 (gcov_read_unsigned, gcov_read_counter, gcov_read_string): Adjust.
6157 (gcov_sync, gcov_seek): Adjust.
6158 * gcov-dump.c (print_usage): Show gcc version only.
6159 (dump_file): Use GCOV_UNSIGNED2STRING.
6160 (tag_blocks, tag_arcs, tag_counters): Use GCOV_TAG_*_NUM macros.
6161 * gcov.c (print_version): Show gcc version only.
6162 (read_graph_file): Use GCOV_UNSIGNED2STRING. Use
6163 GCOV_TAG_*_NUM macros.
6164 (read_count_file): Use GCOV_UNSIGNED2STRING. Use
6165 GCOV_TAG_COUNTER_LENGTH.
6166 * coverage.c (read_counts_file): Use GCOV_UNSIGNED2STRING.
6167 Use GCOV_TAG_COUNTER_NUM.
6168 * libgcov.c (gcov_version): Use GCOV_UNSIGNED2STRING.
6169 (__gcov_merge_single, __gcov_merge_delta): Use GCOV_CHECK.
6170
3dbb446e
AS
61712003-07-10 Andreas Schwab <schwab@suse.de>
6172
6173 * gcov-dump.c (dump_file): Fix missing address operator.
6174
11791dbc
KH
61752003-07-10 Kazu Hirata <kazu@cs.umass.edu>
6176
6177 PR c/11449
6178 * fold-const.c (sign_bit_p): Return EXP if VAL is the sign bit
6179 of HOST_WIDE_INT.
6180 (fold_single_bit_test): If sign_bit_p() fails, assume that the
6181 bit being tested is not a sign bit.
6182
ae12c666
KH
61832003-07-10 Kazu Hirata <kazu@cs.umass.edu>
6184
6185 * config/h8300/h8300.md (a peephole2): New.
6186
2beef00e
AO
61872003-07-10 Alexandre Oliva <aoliva@redhat.com>
6188
6189 2001-12-13 Alexandre Oliva <aoliva@redhat.com>
6190 * config/mn10300/linux.h (LINK_SPEC): Rename the dynamic linker
6191 from ld-linux.so.2 to ld.so.1.
6192 2001-11-18 Alexandre Oliva <aoliva@redhat.com>
6193 * config/mn10300/linux.h (LINK_SPEC): -lpthread, not -lthread.
6194 * config/mn10300/linux.h (LINK_SPEC): Don't handle -Wl,-rpath
6195 nor -Wl,-rpath-link.
6196 (LIB_SPEC): Add -rpath-link if !static.
6197 2001-08-22 Alexandre Oliva <aoliva@redhat.com>
6198 * config/mn10300/mn10300.c (mn10300_protect_label): New
6199 variable.
6200 * config/mn10300/linux.h (PRINT_OPERAND,
6201 PRINT_OPERAND_ADDRESS): Set it during their execution.
6202 (ASM_OUTPUT_LABELREF): Output `+' before symbol name if
6203 mn10300_protect_label is set.
6204 * config/mn10300/linux.h (LINK_SPEC): Recognize -Wl,-rpath and
6205 -Wl,-rpath-link.
6206 (LIB_SPEC, STARTFILE_SPEC): Define.
6207 2001-05-11 Alexandre Oliva <aoliva@redhat.com>
6208 * config/mn10300/t-linux (dp-bit.c, fp-bit.c): Don't define
6209 FLOAT_BIT_ORDER_MISMATCH.
6210 2001-05-09 Alexandre Oliva <aoliva@redhat.com>
6211 * config.gcc (am33_2.0-*-linux*): Added.
6212 * config/mn10300/linux.h: New.
6213 * config/mn10300/t-linux: New.
6214
75040a04
AJ
62152003-07-10 Andreas Jaeger <aj@suse.de>
6216
6217 * fold-const.c: Properly wrap prototypes.
6218
d1776069
AO
62192003-07-09 Alexandre Oliva <aoliva@redhat.com>
6220
6221 2003-06-16 Alexandre Oliva <aoliva@redhat.com>
6222 * config/mn10300/mn10300.c (mn10300_unspec_int_label_counter):
6223 Moved from...
6224 * config/mn10300/mn10300.md (GOTaddr2picreg): ... here.
6225 * config/mn10300/mn10300.h: GTY-declare it.
6226 2003-06-11 Alexandre Oliva <aoliva@redhat.com>
6227 * config/mn10300/mn10300.c (mn10300_encode_section_info): Fix
6228 prototype. Use incoming RTL argument.
6229 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
6230 * config/mn10300/mn10300.md (int_label): Move C statements...
6231 (GOTaddr2picreg): ... here.
6232 2002-08-15 Alexandre Oliva <aoliva@redhat.com>
6233 * config/mn10300/mn10300.h (ENCODE_SECTION_INFO): Move...
6234 * config/mn10300/mn10300.c (mn10300_encode_section_info):
6235 ... here. New function.
6236 (TARGET_ENCODE_SECTION_INFO): Define to it.
6237 2001-11-04 Alexandre Oliva <aoliva@redhat.com>
6238 * config/mn10300/mn10300.md (builtin_setjmp_receiver): Fix typo in
6239 pattern name.
6240 (mn10300_loadPC): Define as insn splittable after reload.
6241 2001-05-13 Alexandre Oliva <aoliva@redhat.com>
6242 * config/sh/mn10300.h (JUMP_TABLES_IN_TEXT_SECTION): Let them
6243 be defined in .rodata even in PIC, now that the assembler
6244 supports that.
6245 2001-05-09 Alexandre Oliva <aoliva@redhat.com>
6246 * config/mn10300/mn10300.h (GOT_SYMBOL_NAME): Don't let the
6247 symbol take an underscore prefix.
6248 2001-04-14 Alexandre Oliva <aoliva@redhat.com>
6249 * config/mn10300/mn10300-protos.h (legitimate_pic_operand_p,
6250 legitimize_pic_address): Declare.
6251 * config/mn10300/mn10300.h (CONDITIONAL_REGISTER_USAGE): Mark
6252 the PIC register as fixed.
6253 (EXTRA_CONSTRAINT): Match UNSPEC_PLT and UNSPEC_PIC for 'S'.
6254 (GO_IF_LEGITIMATE_ADDRESS): Require legitimate_pic_operand for
6255 PIC.
6256 (LEGITIMATE_PIC_OPERAND_P): Define.
6257 (PIC_OFFSET_TABLE_REGNUM): Define.
6258 (GOT_SYMBOL_NAME): Define.
6259 (SYMBOLIC_CONST_P): Define.
6260 (ENCODE_SECTION_INFO): Use SYMBOL_REF_FLAG to mark local
6261 symbols.
6262 (MN10300_GLOBAL_P): Test it.
6263 (OUTPUT_ADDR_CONST_EXTRA): Handle PIC-related unspecs.
6264 (JUMP_TABLES_IN_TEXT_SECTION): Enable for PIC.
6265 * config/mn10300/mn10300.c (print_operand): Handle unspec.
6266 (expand_prologue): Set PIC register.
6267 (call_address_operand): Don't match SYMBOL_REFs in PIC.
6268 (legitimize_address): Call legitimize_pic_address.
6269 (legitimize_pic_address): New fn.
6270 (legitimate_pic_operand_p): New fn.
6271 * config/mn10300/mn10300.md (PIC_REG, SP_REG): New constants.
6272 (UNSPEC_INT_LABEL, UNSPEC_PIC, UNSPEC_GOT, UNSPEC_GOTOFF,
6273 UNSPEC_PLT): New constants.
6274 (pop_pic_reg): New insn.
6275 (movsi): Adjust non-PIC addresses.
6276 (builtin_setjmp_receiver): Restore the PIC register.
6277 (casesi): New insn.
6278 (call): Adjust non-PIC addresses.
6279 (int_label, GOTaddr2picreg): New expands.
6280 (am33_loadPC): New insn.
6281 (mn10300_loadPC): New expand.
6282 (call_next_insn): New insn.
6283 (add_GOT_to_pic_reg): New expand.
6284 (symGOT2reg, symGOT2reg_i): New expands.
6285 (symGOTOFF2reg, symGOTOFF2reg_i): New expands.
6286 (sym2PIC, sym2PLT): New expands.
6287
18e9d2f9
AO
62882003-07-09 Alexandre Oliva <aoliva@redhat.com>
6289
6290 * config/mn10300/mn10300.h (PREDICATE_CODES): Define.
6291 2001-05-01 Alexandre Oliva <aoliva@redhat.com>
6292 * config/mn10300/mn10300.md (sqrtsf2): flag_fast_math was renamed
6293 to flag_unsafe_math_optimizations.
6294 2001-04-14 Alexandre Oliva <aoliva@redhat.com>
6295 * config/mn10300/mn10300.c (expand_prologue): Mark
6296 FP-register-saving insns as frame-related.
6297 2001-02-13 Alexandre Oliva <aoliva@redhat.com>
6298 * config/mn10300/mn10300.c
6299 (mn10300_get_live_callee_saved_regs): Don't search past
6300 LAST_EXTENDED_REGNUM.
6301 (mn10300_gen_multiple_store, store_multiple_operation): Likewise.
6302 * config/mn10300/mn10300.md: Remove excessive line breaks from
6303 `@' output patterns that were accounted as additional
6304 alternatives.
6305 * config/mn10300/mn10300.md, config/mn10300/mn10300.c:
6306 Re-introduce changes accidentally removed in Richard Sandiford's
6307 2000-12-05's patch.
6308 * config/mn10300/t-mn10300 (MULTILIB_OPTIONS, MULTILIB_DIRNAMES):
6309 Re-instate am33-2 lost in merge from net GCC.
6310 2000-08-26 Alexandre Oliva <aoliva@redhat.com>
6311 * config/mn10300/mn10300.h (DBX_REGISTER_NUMBER): Added
6312 floating-point registers.
6313 2000-08-07 Alexandre Oliva <aoliva@redhat.com>
6314 * config/mn10300/mn10300.md (movdf): Revert some am33-specific
6315 pessimizations that had gone in on 2000-05-08.
6316 2000-06-28 Graham Stott <grahams@cygnus.co.uk>
6317 * config/mn10300/mn10300.h (REG_CLASS_CONTENTS): Fix typo.
6318 2000-06-22 Graham Stott <grahams@cygnus.co.uk>
6319 * config/mn10300/mn10300.md (movqi): Use nonimmediate_operand for
6320 operand 0.
6321 * (movhi): Likewise.
6322 * (movsi): Likewise.
6323 * (movsf): Likewise.
6324 * (movdi): Likewise.
6325 * (movdf): Likewise.
602a82f3 6326 2000-05-24 Alexandre Oliva <aoliva@cygnus.com>
18e9d2f9
AO
6327 * config/mn10300/mn10300.c (fp_regs_to_save): New function.
6328 (can_use_return_insn, initial_offset): Add fp_regs_to_save.
6329 (expand_prologue, expand_epilogue): Save and restore FP regs.
6330 2000-05-20 Alexandre Oliva <aoliva@cygnus.com>
6331 * config/mn10300/mn10300.md (movdi, movdf): 64-bit clean-up.
6332 2000-05-13 Alexandre Oliva <aoliva@cygnus.com>
6333 * config/mn10300/mn10300.md (abssf2, negsf2, rsqrtsf2, addsf3,
6334 subsf3, mulsf3, divsf3, fmaddsf4, fmsubsf4, fnmaddsf4, fnmsubsf4):
6335 Do not clobber cc0.
6336 2000-05-12 Alexandre Oliva <aoliva@cygnus.com>
6337 * config/mn10300/mn10300.md (abssf2, negsf2, rsqrtsf2):
6338 Discourage the two-argument, longer opcodes.
6339 (addsf3, subsf3, mulsf3, divsf3): Likewise for three-argument
6340 ones.
6341 * config/mn10300/mn10300.h (struct mn10300_cc_status_mdep): New.
6342 (CC_STATUS_MDEP, CC_STATUS_MDEP_INIT): Define.
6343 * config/mn10300/mn10300.md (cmpsf): New pattern.
6344 (branch): Test mdep.fpCC and output fbCC.
6345 * config/mn10300/mn10300.c (print_operand): Output conditions.
6346 (notice_cc_update): Recognize fcmp and set mdep.fpCC.
6347 2000-05-10 Alexandre Oliva <aoliva@cygnus.com>
6348 * config/mn10300/mn10300.md (movsf, movdf, addsf3, subsf3,
6349 mulsf3, divsf3): Use the `F' constraint for FP values.
6350 * config/mn10300/mn10300.c (const_1f_operand): New function.
6351 * config/mn10300/mn10300-protos.h (const_1f_operand): Declare.
6352 * config/mn10300/mn10300.md (sqrtsf2): New expand.
6353 (rsqrtsf2): New insn.
6354 2000-05-09 Alexandre Oliva <aoliva@cygnus.com>
6355 * config/mn10300/mn10300.md (movdf): Oops, I missed it in my
6356 previous check-in.
6357 2000-05-08 Alexandre Oliva <aoliva@cygnus.com>
6358 * config/mn10300/mn10300.md (abssf2, negdf2): On
6359 TARGET_AM33_2, expand to...
6360 (abssf2_am33_2, negdf2_am33_2): New insns.
6361 (addsf3, subsf3, mulsf3, divsf3): Likewise.
6362 (fmaddsf4, fmsubsf4, fnmaddsf4, fnmsubsf4): Likewise.
6363 * config/mn10300/mn10300.md (movqi, movhi, movsi, movsf,
6364 movdi, movdf): Added FP regs.
6365 * invoke.texi (-mam33-2, -mno-am33-2): Document.
6366 2000-04-29 Alexandre Oliva <aoliva@cygnus.com>
6367 * config/mn10300/mn10300.h (FIRST_FP_REGNUM, LAST_FP_REGNUM):
6368 New macros.
6369 (REGNO_AM33_2_FP_P): Renamed to...
6370 (REGNO_FP_P): Redefine in terms of FIRST_* and LAST_*.
6371 (CONDITIONAL_REGISTER_USAGE, REGNO_REG_CLASS): Likewise.
6372 2000-04-27 Alexandre Oliva <aoliva@cygnus.com>
6373 * config/mn10300/mn10300.h (REG_CLASS_CONTENTS): Remove FP
6374 regs from GENERAL_REGS.
6375 2000-04-27 Alexandre Oliva <aoliva@cygnus.com>
6376 * config/mn10300/mn10300.h (REGNO_AM33_2_FP_P): New macro.
6377 * config/mn10300/mn10300.c (mn10300_address_cost): Added FP_REGS.
6378 * config/mn10300/mn10300.h (REGISTER_MOVE_COST): Added FP_REGS.
6379 2000-04-23 Alexandre Oliva <aoliva@cygnus.com>
6380 * config/mn10300/mn10300.h (CLASS_CANNOT_CHANGE_SIZE): Defined
6381 as FP_REGS.
6382 2000-04-21 Alexandre Oliva <aoliva@cygnus.com>
6383 * config/mn10300/mn10300.h (OK_FOR_Q): New macro.
6384 (EXTRA_CONSTRAINT): Added OK_FOR_Q.
6385 * config/mn10300/mn10300.c (secondary_reload_class): Adjust.
6386 * config/mn10300/mn10300.c (print_operand): Support `D' for doubles.
6387 * config/mn10300/mn10300.h (FIRST_PSEUDO_REGISTER): Adjust.
6388 (FIXED_REGISTERS, CALL_USED_REGISTERS, REG_ALLOC_ORDER): Added
6389 AM33/2.0 floating-point registers.
6390 (CONDITIONAL_REGISTER_USAGE): Adjust.
6391 (enum reg_class, REG_CLASS_NAMES): Added FP_REGS and FP_ACC_REGS.
6392 (REG_CLASS_CONTENTS, REGNO_REG_CLASS): Adjust.
6393 (REG_CLASS_FROM_LETTER): Added `f' and `A'.
6394 (REGISTER_NAMES, ADDITIONAL_REGISTER_NAMES): Adjust.
6395 * config/mn10300/t-mn10300 (MULTILIB_OPTIONS): Added am33-2.
6396 (MULTILIB_DIRNAMES): Likewise.
6397 * config/mn10300/mn10300.h (CPP_SPEC): Define `__AM33__=2' and
6398 `__AM33_2__' when `-mam33-2' is given.
6399 (TARGET_AM33_2): Define.
6400 (TARGET_SWITCHES): Adjust.
6401 * config/mn10300/mn10300.c (asm_file_start): Print `.am33_2'
6402 when appropriate.
6403
2ff16718
MK
64042003-07-09 Matt Kraai <kraai@alumni.cmu.edu>
6405
6406 * doc/install.texi: Add missing @.
6407
a7bda3d5
BW
64082003-07-09 Bob Wilson <bob.wilson@acm.org>
6409
6410 * config/xtensa/xtensa.h (CRT_CALL_STATIC_FUNCTION): Define.
6411
bb498ea3
AH
64122003-07-09 Aldy Hernandez <aldyh@redhat.com>
6413
6414 PR/11144
6415 * config/i386/i386.c (ix86_function_arg_boundary): Remove abort.
6416
a401fd60
NN
64172003-07-09 Nathanael Nerode <neroden@gcc.gnu.org>
6418
21f3dbfc 6419 PR bootstrap/11043
6b88314c 6420 * config/arc/t-arc: Replace bogus references to "x-crtinit.o",
21f3dbfc
NN
6421 "x-crtfini.o" with "crtinit.o", "crtfini.o".
6422
15e4ea18
NN
6423 * fixinc/inclhack.def (limits_ifndefs): Add select test.
6424 * fixinc/fixincl.x: Rebuild.
6425
a401fd60
NN
6426 * fixinc/inclhack.def (math_exception): Improve bypass and comment.
6427 * fixinc/fixincl.x: Rebuild.
6428
c2f82a84
HPN
64292003-07-09 Hans-Peter Nilsson <hp@bitrange.com>
6430
6431 * doc/install.texi (Configuration): Document the valgrind option
6432 to --enable-checking.
6433
602a82f3 64342003-07-09 Jan Hubicka <jh@suse.cz>
1f66e2a0
JH
6435
6436 * objc-lang.c (LANG_HOOKS_TREE_INLINING_ESTIMATE_NUM_INSNS): New.
6437
d0974745
RO
64382003-07-09 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6439
6440 * c-lex.c (cb_ident): Cast cstr.text to const char *.
6441
160e2e4f
NS
64422003-07-09 Nathan Sidwell <nathan@codesourcery.com>
6443
6444 * gcov-io.h: Update documentation.
6445 (GCOV_GRAPH_SUFFIX, GCOV_GRAPH_MAGIC): Rename to GCOV_NOTE_SUFFIX,
6446 GCOV_NOTE_MAGIC.
6447 (GCOV_DATA_SUFFIX, GCOV_NOTE_SUFFIX): Update.
6448 (GCOV_DATA_MAGIC, GCOV_NOTE_MAGIC): Make non-palindromic.
6449 (struct gcov_var): Change buffer's type. Add endian flag.
6450 (gcov_open): Remove mode in libgcov.
6451 (gcov_magic): Prototype.
6452 * gcov-io.c (from_file): New.
6453 (gcov_open): Clear endian flag.
6454 (gcov_magic): New.
6455 (gcov_write_bytes, gcov_read_bytes): Return gcov_unsigned_t
6456 pointers.
6457 (gcov_write_unsigned, gcov_write_counter, gcov_write_string,
6458 gcov_write_tag, gcov_write_length, gcov_write_tag_length): Update.
6459 (gcov_read_unsigned, gcov_read_counter, gcov_read_string): Update.
6460 * gcov-iov.c (main): Correct cast.
6461 * coverage.c (read_counts_file): Use gcov_magic. Remove endianness
6462 conversion.
6463 (gcov_begin_output): Use GCOV_NOTE_MAGIC.
6464 (coverage_init): Use GCOV_NOTE_SUFFIX.
6465 * libgcov.c (gcov_version_mismatch): Remove endianness conversion.
6466 Rename to gcov_version, and return flag.
6467 (gcov_exit): Use gcov_version.
6468 (__gcov_init): Use gcov_version.
6469 * Makefile.in (coverageexts): Update.
6470 * gcov.c (print_version): Remove endianness conversion.
6471 (create_file_names): Use GCOV_NOTE_SUFFIX.
6472 (read_graph_file): Use gcov_magic.
6473 (read_count_file): Likewise.
6474 * gcov-dump.c (dump_file): Remove endianness conversion, use
6475 gcov_magic.
6476
83599948
NS
64772003-07-09 Nathan Sidwell <nathan@codesourcery.com>
6478
6479 * configure.in (BUILD_PREFIX, BUILD_PREFIX_1): Set if enable
6480 coverage is on.
6481 * configure: Regenerated.
6482 * Makefile.in (ALL_CFLAGS): Correct its comment.
6483
d17811fd
MM
64842003-07-08 Mark Mitchell <mark@codesourcery.com>
6485
6486 * fold-const.c (make_range): Do not access operand 1 for a
6487 zero-operand operator.
6488
28786366
NB
64892003-07-09 Neil Booth <neil@daikokuya.co.uk>
6490
6491 * toplev.c (warn_dummy, W_options): Die.
6492 (display_help): Don't print W_options.
6493 * common.opt: Add W_options help from toplev.c.
6494
fbdb0453
AJ
64952003-07-09 Andreas Jaeger <aj@suse.de>
6496
6497 * opts.c (wrap_help): Only pass int arguments as arguments to
6498 printf's '*' modifier. Change argument of function.
6499
c80e4c17
MK
65002003-07-08 Matt Kraai <kraai@alumni.cmu.edu>
6501
6502 * doc/invoke.texi: Fix misspelling of "@item".
6503
2c5a64c6
KH
65042003-07-08 Kazu Hirata <kazu@cs.umass.edu>
6505
6506 * config/i386/i386.md: Remove an old comment about
6507 NOTICE_UPDATE_CC.
6508
602a82f3 65092003-07-09 Jan Hubicka <jh@suse.cz>
a194aa56
JH
6510
6511 * cgraph.c (cgraph_node_name): New function.
6512 (dump_cgraph): Use it.
6513 * cgraph.h (cgraph_dump_file): Declare.
6514 (cgraph_node_name): Declare.
6515 * cgraphunit.c: Include timevar.h
6516 (cgraph_finalize_compilation_unit): Use timevar; reorganize dumps.
6517 (cgraph_optimize_function): Use TV_INTEGRATION.
6518 (cgraph_mark_local_functions): reorganize dumps.
6519 (cgraph_mark_functions_to_inline_once): Likewise.
6520 (cgraph_optimize): Likewise; use timevar.
6521 * timevar.def (TV_CGRAPH, TV_CGRAPHOPT): New.
6522 * toplev.c (dump_file_index): Add DFI_cgraph.
6523 (dump_file_info): Likewise.
6524 (cgraph_dump_file): New global variable.
6525 (do_compile): Open and close cgraph dump.
6526 * invoke.texi (-d): Document new flag; renumber.
6527
8af61113
RS
65282003-07-08 Roger Sayle <roger@eyesopen.com>
6529
6530 PR c/11370
6531 * calls.c (emit_call_1): Don't bother popping the arguments off of
6532 the stack after a noreturn function call; The adjustment is dead.
6533 (expand_call): Likewise.
6534
436bcda1
GK
65352003-07-08 Geoffrey Keating <geoffk@apple.com>
6536
6537 * expr.c (MOVE_MAX_PIECES): Move from here...
6538 * defaults.h (MOVE_MAX_PIECES): ... to here.
6539
6f3fcc0b
MK
65402003-07-08 Matt Kraai <kraai@alumni.cmu.edu>
6541
6542 * Makefile.in (stage1-start): Handle an empty SUBDIRS.
6543
ec049fdb
KG
65442003-07-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6545
6546 * genattr.c (internal_dfa_insn_code): Don't prototype.
6547 * genattrtab.c (attr_desc): Add `static_p' field.
6548 (expand_units): Make blockage range and ready cost functions
6549 static.
6550 (write_attr_get): Don't add extern prototypes in C file. Mark
6551 static functions as appropriate.
6552 (find_attr, make_internal_attr): Initialize static_p.
6553 * genattrtab.h (ATTR_STATIC): New macro.
6554 * genautomata.c (output_internal_reset_func): Mark output function
6555 as inline.
6556 (make_internal_dfa_insn_code_attr): Mark output function as static.
6557
11597bc9
KG
65582003-07-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6559
6560 * genattrtab.h: Add new macros for attr `special' flags.
6561 * genattrtab.c (attr_desc): Reorder/resize fields better.
6562 Use attr `special' macros in all calls to make_internal_attr.
6563 * genautomata.c: Likewise.
6564
602a82f3 65652003-07-09 Jan Hubicka <jh@suse.cz>
084c1779
JH
6566
6567 * c-common.c (c_estimate_num_insns_1): New static function.
6568 (c_estimate_num_insns): New global function.
6569 * c-common.h (DECL_NUM_STMTS): Rename to...
6570 (DECL_ESTIMATED_INSNS): ... this.
6571 (c_estimate_num_insns): Declare.
6572 * c-decl.c (duplicate_decls): Use DECL_ESTIMATED_INSNS.
6573 * c-lang.c (LANG_HOOKS_TREE_INLINING_ESTIMATE_NUM_INSNS): New.
6574 * c-semantics.c (add_stmt): Do not account statements.
6575 * langhooks-def.h (LANG_HOOKS_TREE_INLINING_ESTIMATE_NUM_INSNS):
6576 New.
6577 * langhooks.h (lang_hooks_for_tree_inlining): Add
6578 estimate_num_insns
6579 * params.def (max-inline-insns-auto, max-inline-insns-auto): set
6580 to 100.
6581 (max-inline-insns): set to 300.
6582 (min-inline-insns): set to 10.
6583 * tree-inline.c (struct inline_data): Rename inlined_stmts to
6584 inlined-insns.
6585 (INSNS_PER_STMT): Kill.
6586 (inlinable_function_p): Compute and store body size.
6587 (expand_call_inline): Likewise.
6588 (optimize_inline_calls): Likewise.
6589
1b1838b6
JW
65902003-07-08 James E Wilson <wilson@tuliptree.org>
6591
6592 PR target/10021
6593 * emit-rtl.c (set_mem_attribute_minus_bitpos): When handle ARRAY_REF,
6594 loop over new variable t2 instead of t.
6595
81a6341d
DS
65962003-07-08 Danny Smith <dannysmith@users.sourceforge.net>
6597
6598 PR bootstrap/11455
6599 * config/i386/winnt.c: Replace use of error(), warning() with
6600 error_with_decl(), warning_with_decl(), throughout.
6601
21789816
NB
66022003-07-08 Neil Booth <neil@daikokuya.co.uk>
6603
6604 * opts.c (wrap_help): Use unsigned int, not size_t.
6605
f6423302
SC
66062003-07-08 Stephane Carrez <stcarrez@nerim.fr>
6607
6608 * config/m68hc11/m68hc11.h (HAVE_AS_DWARF2_DEBUG_LINE): Don't define
6609 as .file/.loc directives are incompatible with linker relaxation.
6610
ab747408
ZW
66112003-07-08 Zack Weinberg <zack@codesourcery.com>
6612
6613 * Makefile.in (fixinc.sh): Remove gnu-regex.[ch] from dependencies.
6614 * fixinc/Makefile.in: Remove all references to gnu-regex.[och].
6615 * fixinc/fixfixes.c, fixinc/fixincl.c, fixinc/fixlib.c
6616 * fixinc/fixtests.c: Use xregexec not regexec, xregcomp not regcomp.
6617 * fixinc/fixlib.h: Include xregex.h not gnu-regex.h.
6618 * fixinc/inclhack.def (hpux10_cpp_pow_inline, hpux11_cpp_pow_inline):
6619 Escape { and } characters which are not part of range expressions.
6620 * fixinc/fixincl.x: Regenerate.
a27531fb 6621 * fixinc/gnu-regex.c, fixinc/gnu-regex.h: Delete file.
ab747408 6622
51657442
SB
66232003-07-08 Steven Bosscher <steven@gcc.gnu.org>
6624
6625 PR c/1687
6626 * tree-inline.c (find_alloca_call): Use
6627 walk_tree_without_duplicates, instead of walk_tree.
6628 (find_builtin_longjmp_call): Likewise.
6629 * c-objc-common.c (c_cannot_inline_fn): Likewise.
6630 * c-semantics.c (find_reachable_label): Likewise.
6631
7e6dc358
JJ
66322003-07-08 Jakub Jelinek <jakub@redhat.com>
6633
6634 PR c/11420
6635 * config/i386/i386.c (ix86_check_movabs): New function.
6636 * config/i386/i386-protos.h (ix86_check_movabs): New prototype.
6637 * config/i386/i386.md (movabs[shqd]i_1_rex64): Kill broken alternative.
6638 (movabs[shqd]i_[12]_rex64): Add ix86_check_movabs check to conditions.
6639
318b7749
CD
66402003-07-08 Chris Demetriou <cgd@broadcom.com>
6641
6642 * Makefile.in (install-po): Cope with empty CATALOGS.
6643
b8898790
RS
66442003-07-08 Richard Sandiford <rsandifo@redhat.com>
6645
6646 * config/mips/elf64.h (TARGET_ASM_UNIQUE_SECTION): Delete.
6647 (EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Delete.
6648 (SECTION_FUNCTION_TEMPLATE): Delete.
6649 * config/mips/elf.h: As for elf64.h.
6650 (ASM_OUTPUT_ALIGNED_BSS): Use named_section rather than sbss_section.
6651 * config/mips/linux.h: As for elf.h
6652 * config/mips/iris6gld.h (TARGET_ASM_UNIQUE_SECTION): Delete.
6653 * config/mips/iris6.h (EXTRA_SECTIONS): Delete.
6654 (EXTRA_SECTION_FUNCTIONS): Remove sdata_section. Remove the handling
6655 of in_sdata from current_section_name and current_section_flags.
6656 * config/mips/iris6gld.h (TARGET_ASM_UNIQUE_SECTION): Delete.
6657 * config/mips/mips.h (sdata_section, sbss_section): Remove prototypes.
6658 (MASK_GP_OPT, TARGET_GP_OPT): Delete.
6659 (MASK_NO_FUSED_MADD): Use MASK_GP_OPT's old value.
6660 (TARGET_SWITCHES): Neuter gpOPT, gpopt, no-gpOPT and no-gpopt.
6661 (SMALL_DATA_SECTION, EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Remove.
6662 * config/mips/mips.c (TARGET_IN_SMALL_DATA_P): Override.
6663 (TARGET_SECTION_TYPE_FLAGS): Override if TARGET_IRIX6.
6664 (mips_classify_symbol): Use SYMBOL_REF_SMALL_P.
6665 (override_options): Remove setting of MASK_GPOPT.
6666 (mips_output_external): Use mips_in_small_data_p to check whether a
6667 symbol needs an .extern directive. Don't emit such directives for
6668 TARGET_EXPLICIT_RELOCS.
6669 (mips_declare_object): Update accordingly.
6670 (mips_select_rtx_section): Call named_section rather than
6671 SMALL_DATA_SECTION.
6672 (mips_select_section): Use default_elf_section_section for everything
6673 except .text string constants.
6674 (mips_in_small_data_p): New function.
6675 (mips_encode_section_info): Remove small data handling.
6676 (mips_unique_section): Delete.
6677 (iris6_section_type_flags): New function.
6678 * doc/tm.texi: Remove documentation of -mgpopt and -mhalf-pic.
6679
f5d1c3de
JDA
66802003-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6681
6682 PR Target/11453
6683 * pa.md: Disparage all mtsar constraints.
6684 (extzv, extv, insv): Don't fail on length of {32|64}.
6685
ce1bb65b
ZW
66862003-07-08 Zack Weinberg <zack@codesourcery.com>
6687
6688 * system.h: Poison MAP_CHARACTER.
6689 * config/i370/i370-protos.h (mvs_map_char): Delete.
6690 * config/i370/i370.c (ascebc, ebcasc, mvs_map_char): Delete.
6691 * config/i370/i370.h (MAP_CHARACTER): Delete definition.
6692 (ASM_OUTPUT_ASCII): Don't use MAP_CHARACTER.
6693
c163ddca
DS
66942003-07-08 Danny Smith <dannysmith@users.sourceforge.net>
6695
6696 * toplev.c (randomize): Correct call to time().
6697
8df63efa
JJ
66982003-07-08 Jakub Jelinek <jakub@redhat.com>
6699
6700 * unroll.c (reg_dead_after_loop): Check for reg in REG_EQUAL and
6701 REG_EQUIV notes as well.
6702
4b5cc2b3
KH
67032003-07-08 Kazu Hirata <kazu@cs.umass.edu>
6704
6705 * doc/md.texi: Fix the description of addmodecc.
6706
56694dd9
ZW
67072003-07-07 Zack Weinberg <zack@codesourcery.com>
6708
6709 * Makefile.in (top_builddir): Set to "..", not ".".
6710 (INTLLIBS, INTLDEPS): Delete.
6711 (LIBINTL, LIBINTL_DEP, LIBICONV_DEP): New variables to be substituted.
6712 (LIBDEPS): Add $(LIBICONV_DEP).
6713 (LIBS): Take out $(INTLLIBS), add $(LIBINTL) and $(LIBICONV).
6714 (INCLUDES): Replace -I../intl with @INCINTL@.
6715 ($(top_builddir)/intl/libintl.a): Delete rule.
6716 (stage2-start, stage3-start, stage4-start, stageprofile-start,
6717 stagefeedback-start): Use $$ for variable to be evaluated by
6718 shell, not make.
6719 * acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT,
6720 HAVE_LC_MESSAGES, HAVE_STPCPY): Delete.
6721 * aclocal.m4: sinclude ../config/progtest.m4. Add
6722 contents of lcmessage.m4 from gettext distro.
6723 * configure.in: Check for wchar.h and setlocale. Set
6724 LIBICONV_DEP to the empty string and substitute it.
6725 Call AM_LC_MESSAGES. Delete AC_ARG_ENABLE for --enable-nls;
6726 this is handled elsewhere. Use ZW_GNU_GETTEXT_SISTER_DIR,
6727 not CY_GNU_GETTEXT. Clear $LIBICONV if its text is included
6728 in $LIBINTL, to avoid linking it twice.
6729 * configure, config.in: Regenerate.
6730
a294c4cf
NN
67312003-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
6732
6733 * fixinc/mkfixinc.sh: Remove winnt support.
6734 * fixinc/fixinc.winnt: Delete with extreme prejudice.
6735
979312a4
NB
67362003-07-08 Neil Booth <neil@daikokuya.co.uk>
6737
6738 * Makefile.in: Update.
6739 * c-opts.c (c_common_handle_option): opt_text now contains the '-'.
6740 * c.opt: Update documentation.
6741 * common.opt: Add some help text.
6742 * opts.c: Include intl.h.
6743 (wrap_help, print_help): New.
6744 (find_opt, handle_option, common_handle_option): opt_text now
6745 contains the '-'. Use print_help to output help.
6746 * opts.h (struct cl_option): New member "help".
6747 * opts.sh: Update to handle help text output and to prepend
6748 options with '-'.
6749 * toplev.c (display_help): Remove some help text.
6750
2c4a9cff
DE
67512003-07-07 David Edelsohn <edelsohn@gnu.org>
6752 Fariborz Jahanian <fjahanian@apple.com>
6753
6754 * configure.in: Test for PowerPC mfcr field support in assembler.
6755 * config.in, configure: Regenderated.
6756
6757 * config/rs6000/power4.md: Add mfcrf reservation.
6758 * config/rs6000/rs6000-protos.h (mfcr_operation): Declare.
6759 * config/rs6000/rs6000.c (mfcr_operation): Define.
6760 (print_operand): Add 'Q' case for mfcrf.
6761 * config/rs6000/rs6000.h (TARGET_MFCRF): New.
6762 * config/rs6000/rs6000.md (attribute "type"): Add mfcrf.
6763 (movcc_internal1): Emit optional field operand for mfcr and set
6764 "type" attribute appropriately.
6765 (mfcr SCC): Likewise.
6766 (movesi_from_cr_one): New.
6767
923c4cf2
RS
67682003-07-07 Roger Sayle <roger@eyesopen.com>
6769
6770 * config/i386/i386.md: Correct check-in of incorrect version.
6771
75b6f3fd
KG
67722003-07-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6773
6774 * bitmap.c (debug_bitmap_file): Merge uses of HOST_PTR_PRINTF with
6775 adjacent stdio calls.
6776 * c-decl.c (c_print_identifier): Likewise.
6777 * mips-tfile.c (write_varray, write_object, allocate_cluster): Likewise.
6778 * print-rtl.c (print_rtx): Likewise.
6779 * print-tree.c (print_node_brief, print_node): Likewise.
6780 * system.h (HOST_PTR_PRINTF): Ensure we have a literal string.
56694dd9 6781
75b6f3fd
KG
6782 * configure.in (AC_COMPILE_CHECK_SIZEOF): Check for `void *'.
6783 * config.in, configure: Regenerated.
6784
afeeac3f
RS
67852003-07-07 Roger Sayle <roger@eyesopen.com>
6786
6787 PR target/10979
6788 * config/i386/i386.md (atan2df3, atan2sf3, atan2xf3, atan2tf3):
6789 Changed to define_expand patterns that copy operand[1] to prevent
6790 it from being clobbered before emitting an atan2?f3_1 insn.
6791 (atan2df3_1, atan2sf3_1, atan2xf_1, atan2tf3_1): New define_insn
6792 patterns that actually specify the behaviour of x87's FPATAN.
6793
eeff9307
JJ
67942003-07-07 Jakub Jelinek <jakub@redhat.com>
6795
6796 * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Remove bogus
6797 clearing of SYMBOL_FLAG_LOCAL bit.
6798 If vcall_offset fits into signed 16-bit immediate, use
6799 one instruction for both addition and load.
6800
0fcd5dda
NB
68012003-07-07 Neil Booth <neil@daikokuya.co.uk>
6802
6803 * opts.c (common_handle_option): Correct handling of the
6804 -falign- switches that do and don't take an argument.
6805
b275810a
KH
68062003-07-07 Kazu Hirata <kazu@cs.umass.edu>
6807
6808 * config/h8300/h8300.md (pushqi1_h8300hs): Revert my patch
6809 today.
6810 (pushhi1_h8300hs): Likewise.
6811
5671bf27
AJ
68122003-07-07 Andreas Jaeger <aj@suse.de>
6813
6814 * genextract.c: Convert remaining prototypes to ISO C90.
6815
6816 * cpplex.c (_cpp_free_buff): Convert prototype to ISO C90.
6817 * fold-const.c (fold_single_bit_test): Likewise.
6818 * diagnostic.c (default_diagnostic_finalizer): Likewise.
6819 * cfgrtl.c (rtl_redirect_edge_and_branch): Likewise.
6820
6821 * gengtype.c (write_array): Generate ISO C90 prototypes.
6822
6823 * genflags.c (gen_proto): Generate ISO C90 prototypes.
6824
2c430630
RS
68252003-07-07 Roger Sayle <roger@eyesopen.com>
6826
6827 PR optimization/11059
6828 * expr.c (can_store_by_pieces): Return true if length is zero.
6829 (store_by_pieces): If length is zero and endp is two, abort,
6830 othwerise, if length is zero and endp is not two, return "to".
6831 (clear_by_pieces): Do nothing if length is zero.
6832 (clear_storage): Do nothing if length is zero.
6833 (store_constructor): Simplify code when size is zero, or the
6834 target has already been cleared. This avoids emitting a
6835 blockage instruction when initializing empty structures.
6836
cf633f5b
AJ
68372003-07-07 Andreas Jaeger <aj@suse.de>
6838
6839 * mips-tfile.c: Convert prototypes to ISO C90.
6840 * mips-tdump.c: Convert prototypes to ISO C90.
6841
0cea056b
NS
68422003-07-07 Nathan Sidwell <nathan@codesourcery.com>
6843
6844 * rtl.h (emit_line_note): Take a location_t.
6845 (emit_line_note_force): Remove.
6846 (set_file_and_line_for_statement): Take a location_t.
6847 * tree.g (emit_line_note): Take a location_t.
6848 * emit-rtl.c (emit_line_note): Take a location_t.
6849 (emit_line_note_force): Remove.
6850 * function.c (init_function_start): Adjust emit_line_note call.
6851 (expand_function_end): Use force_next_line_note, not
6852 emit_line_note_force.
6853 * c-parse.in (maybe_type_qual): Adjust emit_line_note calls.
6854 * c-semantics.c (genrtl_do_pushlevel, genrtl_goto_stmt,
6855 genrtl_expr_stmt_value, genrtl_decl_stmt, genrtl_if_stmt,
6856 genrtl_while_stmt, genrtl_do_stmt_1, genrtl_return_stmt,
6857 genrtl_for_stmt, genrtl_break_stmt, genrtl_continue_stmt,
6858 genrtl_continue_stmt, genrtl_switch_stmt,
6859 genrtl_asm_stmt): Likewise.
6860 * expr.c (expand_expr): Likewise.
6861 * integrate.c (expand_inline_function): Likewise.
6862 * stmt.c (set_file_and_line_for_stmt): Take a location_t.
6863 (expand_decl_init): Adjust emit_line_note call.
6864
8eb910fc
DJ
68652003-07-07 Dale Johannesen <dalej@apple.com>
6866
56694dd9 6867 * config/rs6000/darwin-tramp.asm: Fix trampolines. PR 10900.
8eb910fc 6868
b96a374d
AJ
68692003-07-07 Andreas Jaeger <aj@suse.de>
6870
6871 * config/i386/i386-protos.h: Convert prototypes to ISO C90.
6872 * config/i386/i386.c: Likewise.
6873
273fc01e
KH
68742003-07-07 Kazu Hirata <kazu@cs.umass.edu>
6875
6876 * config/h8300/h8300.md: Use gen_int_mode instead of
6877 GEN_INT (trunc_int_for_mode (...)).
6878
fb7d7712
KH
68792003-07-07 Kazu Hirata <kazu@cs.umass.edu>
6880
6881 * config/h8300/h8300.md (pushqi1_h8300hs): Optimize by pushing
6882 2 bytes and then subtract 2 from the stack pointer.
6883 (pushhi1_h8300hs): Likewise.
6884
e61a2eb7
NS
68852003-07-07 Nathan Sidwell <nathan@codesourcery.com>
6886
6887 * configure.in (enable_coverage): Remove -DSELF_COVERAGE, add
6888 -frandom-seed.
6889 * configure: Regenerated.
6890 * Makefile.in: Remove extraneous comment.
6891 * toplev.c (randomize): Protect against potential multiple calls.
6892 * doc/invoke.texi (-frandom-seed): Document use for in coverage
6893 files.
6894
82d610ec 68952003-07-07 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
56694dd9 6896 Eric Botcazou <ebotcazou@libertysurf.fr>
82d610ec
RK
6897
6898 PR optimization/11198
6899 * alias.c (objects_must_conflict_p): Return 1 if the types have
6900 the same alias set, not if the alias sets only conflict.
6901
5beadb33
AP
69022003-07-07 Andrew Pinski <pinskia@physics.uc.edu>
6903
6904 * cppcharset.c (ICONV_CONST): Define iff !HAVE_ICONV.
6905 (convert_cset): Change inbuf to type ICONV_CONST char.
6906 * Makefile.in (LIBS): Add LIBICONV.
6907
9bb34f3c
AJ
6908 * doc/invoke.texi (-falign-functions): Document that
6909 when n is zero then a machine-dependent default is used.
6910 (-falign-labels): Document that when n is zero then a
6911 machine-dependent default is used and that -falign-labels =1
6912 is equivalent to -fno-align-labels.
6913 (-falign-loops): Likewise.
6914 (-falign-jumps): Likewise.
6915
1dbb6ce8
AH
69162003-07-06 Art Haas <ahaas@airmail.net>
6917
6918 * f/global.c (ffeglobal_type_string_): Fix obsolete GCC array
6919 initializer syntax.
6920
8338d44d
JW
69212003-07-06 James E Wilson <wilson@tuliptree.org>
6922
6923 PR optimization/9812
6924 * rtl.h (mem_for_const_double): Delete prototype.
6925 * varasm.c (mem_for_const_double): Delete function.
6926 * config/m68k/hp320.h, config/m68k/linux.h, config/m68k/m68kelf.h,
6927 config/m68k/m68kv4.h, config/m68k/netbsd-elf.h
6928 (LEGITIMATE_PIC_OPERAND_P): Delete duplicate definitions.
6929 * config/m68k/m68k.h (LEGITIMATE_CONSTANT_P): Disallow XFmode.
6930 (LEGITIMATE_PIC_OPERAND_P): Delete CONST_DOUBLE tests.
6931 * config/m68k/m68k.md (movxf): Add reload_in_progress guard. Add
6932 comment about confused support for XFmode constants.
6933
602a82f3 69342003-07-07 Jan Hubicka <jh@suse.cz>
9efd34a5
JH
6935
6936 * cfglayout.c (fixup_reorder_chain): Call delete_dead_jumptables.
6937
2a43945f
KH
69382003-07-06 Kazu Hirata <kazu@cs.umass.edu>
6939
6940 * config/h8300/h8300.c: Fix comment typos.
6941 * config/h8300/h8300.md: Likewise.
6942 * config/i386/athlon.md: Likewise.
6943 * config/i386/i386.c: Likewise.
6944 * config/i386/pentium.md: Likewise.
6945 * config/ia64/ia64.c: Likewise.
6946 * config/ia64/itanium1.md: Likewise.
6947 * config/ia64/itanium2.md: Likewise.
6948 * config/m32r/m32r.md: Likewise.
6949 * config/m68hc11/m68hc11.c: Likewise.
6950 * config/mcore/mcore.c: Likewise.
6951 * config/mips/sr71k.md: Likewise.
6952 * config/mips/t-iris5-as: Likewise.
6953 * config/mmix/mmix.h: Likewise.
6954 * config/ns32k/ns32k.h: Likewise.
6955 * config/ns32k/NOTES: Fix a typo.
6956
ceee09f7
AJ
69572003-07-06 Andreas Jaeger <aj@suse.de>
6958
7e51717c
AJ
6959 * stmt.c: Convert remaining prototypes to ISO C90.
6960 * cfglayout.c: Likewise.
6961 * dbxout.c: Likewise.
6962 * gcc.c: Likewise.
6963 * genemit.c: Likewise.
6964
ceee09f7
AJ
6965 * basic-block.h: Convert prototypes to ISO C90.
6966 * c-parse.in: Likewise.
6967 * c-pragma.h: Likewise.
6968 * c-typeck.c: Likewise.
6969 * cfghooks.h: Likewise.
6970 * cfgloopanal.c: Likewise.
6971 * dbxout.h: Likewise.
6972 * debug.h: Likewise.
6973 * dwarf2asm.h: Likewise.
6974 * gcov.c: Likewise.
6975 * gengtype-lex.l: Likewise.
6976 * sched-int.h: Likewise.
6977 * timevar.c: Likewise.
6978
cb66e385
NB
69792003-07-06 Neil Booth <neil@daikokuya.co.uk>
6980
6981 * c-common.h (c_comon_handle_filename,
6982 c_common_missing_arguement): New.
6983 * c-lang.c (LANG_HOOKS_HANDLE_FILENAME,
6984 LANG_HOOKS_MISSING_ARGUMENT): New.
6985 * c-opts.c (missing_arg): Rename c_common_missing_argument,
6986 update to be an appropriate langhook.
6987 (c_common_handle_option): Don't handle filenames.
6988 (c_common_handle_filename): New.
6989 * hooks.c (hook_void_constcharptr,
6990 hook_bool_constcharptr_size_t_false): New.
6991 * hooks.h (hook_void_constcharptr,
6992 hook_bool_constcharptr_size_t_false): New.
6993 * langhooks-def.h (LANG_HOOKS_HANDLE_FILENAME,
6994 LANG_HOOKS_MISSING_ARGUMENT): New.
6995 (LANG_HOOKS_INITIALIZER): Update.
6996 * langhooks.h (struct lang_hooks): Add handle_filename and
6997 missing_argument.
6998 * opts.c (handle_option): Don't handle filenames here, but ...
6999 (handle_options): ... here.
7000 (common_handle_option): Don't handle missing arguments here.
7001 * objc/objc-lang.c (LANG_HOOKS_HANDLE_FILENAME,
7002 LANG_HOOKS_MISSING_ARGUMENT): New.
7003
ade4289c
NB
70042003-07-06 Neil Booth <neil@daikokuya.co.uk>
7005
7006 * Makfile.in: Remove traces of mbchar.
7007 * c-parse.in (MULTIBYTE_CHARS): Remove.
7008 * config.in (MULTIBYTE_CHARS): Remove.
7009 * configure: Remove --enable-mbchar.
7010 * configure.in: Remove --enable-mbchar.
7011 * mbchar.c, mbchar.h: Remove.
7012 * system.h: Poison MULTIBYTE_CHARS.
7013 * config/linux-aout.h (MULTIBYTE_CHARS): Remove.
7014 * config/linux.h (MULTIBYTE_CHARS): Remove.
7015 * config/svr4.h (MULTIBYTE_CHARS): Remove.
7016 * config/sparc/linux.h (MULTIBYTE_CHARS): Remove.
7017
2e1eedd6
AJ
70182003-07-06 Andreas Jaeger <aj@suse.de>
7019
11dc5cc6
AJ
7020 * varray.c (varray_check_failed): Fix typo.
7021
7022 * unroll.c: Convert prototypes to ISO C90.
2e1eedd6
AJ
7023 * varasm.c: Likewise.
7024 * varray.c: Likewise.
7025 * varray.h: Likewise.
7026 * vmsdbgout.c: Likewise.
7027 * xcoffout.c: Likewise.
7028 * xcoffout.h: Likewise.
7029
dd486eb2
NS
70302003-07-06 Nathan Sidwell <nathan@codesourcery.com>
7031
7032 * gcov-io.h: Add a local time stamp.
7033 (struct gcov_info): Add stamp field.
7034 (gcov_truncate): New.
7035 * coverage.c (read_counts_file): Skip the stamp.
7036 (coverage_begin_output): Write the stamp.
7037 (build_gcov_info): Declare and init the stamp.
7038 (coverage_finish): Only unlink data file, if stamp is zero.
7039 * gcov-dump.c (dump_file): Dump the stamp.
7040 * gcov.c (bbg_stamp): New.
7041 (release_structures): Clear bbg_stamp.
7042 (read_graph_file): Read stamp.
7043 (read_count_file): Check stamp.
7044 * libgcov.c (gcov_exit): Check stamp and truncate if needed.
7045
c07e5477
NS
70462003-07-06 Nathan Sidwell <nathan@codesourcery.com>
7047
7048 * tree.h (default_flag_random_seed): Remove.
7049 * toplev.h (local_tick): Declare.
7050 * tree.c (flag_random_seed, default_flag_random_seed): Move to
7051 toplev.c.
7052 (append_random_chars): Don't call default_flag_random_seed.
7053 * toplev.c (flag_random_seed): Define here. Set local_tick.
7054 (local_tick): Define.
7055 (randomize): New, moved from tree.c.
7056 (print_switch_values): Adjust.
7057 (toplev_main): Call randomize.
7058
2aab7ceb
NS
70592003-07-06 Nathan Sidwell <nathan@codesourcery.com>
7060
7061 * tree.h (crc32_string): Declare.
7062 * tree.c (append_random_chars): Remove.
7063 (crc32_string): New.
7064 (get_file_function_name_long): Use crc32_string here.
7065
1d088dee
AJ
70662003-07-06 Andreas Jaeger <aj@suse.de>
7067
7068 * gcc.c: Convert prototypes to ISO C90.
7069 * gcc.h: Likewise.
7070 * gcov-dump.c: Likewise.
7071 * gcov-iov.c: Likewise.
7072 * gcse.c: Likewise.
7073 * genattrtab.h: Likewise.
7074 * ggc.h: Likewise.
7075 * global.c: Likewise.
7076 * graph.c: Likewise.
7077 * graph.h: Likewise.
7078 * hosthooks.h: Likewise.
7079 * hooks.h: Likewise.
7080 * hooks.c: Likewise.
7081 * hashtable.h: Likewise.
7082 * hashtable.c: Likewise.
7083 * haifa-sched.c: Likewise.
7084 * integrate.h: Likewise.
7085 * integrate.c: Likewise.
7086 * input.h: Likewise.
7087 * ifcvt.c: Likewise.
f8ec47c7 7088 * jump.c: Likewise.
0c20a65f
AJ
7089 * langhooks-def.h: Likewise. Add extern to prototypes.
7090 * langhooks.c: Likewise.
7091 * langhooks.h: Likewise.
7092 * lcm.c: Likewise.
7093 * local-alloc.c: Likewise.
7094 * loop-init.c: Likewise.
7095 * loop-unroll.c: Likewise.
7096 * loop-unswitch.c: Likewise.
7097 * loop.c: Likewise.
7098 * loop.h: Likewise. Add extern to prototypes.
7099 * machmode.h: Likewise.
7100 * main.c: Likewise.
7101 * mbchar.c: Likewise.
7102 * mbchar.h: Likewise.
7103 * mkdeps.c: Likewise.
7104 * mkdeps.h: Likewise.
7105 * optabs.c: Likewise.
7106 * optabs.h: Likewise.
7107 * output.h: Likewise.
7108 * gccspec.c: Likwise.
7109 * postreload.c: Likewise.
7110 * prefix.c: Likewise.
7111 * prefix.h: Likewise.
7112 * print-rtl.c: Likewise.
7113 * print-tree.c: Likewise.
7114 * profile.c: Likewise.
7115 * read-rtl.c: Likewise.
7116 * real.c: Likewise.
7117 * real.h: Likewise.
7118 * recog.c: Likewise.
7119 * recog.h: Likewise.
7120 * reg-stack.c: Likewise.
7121 * regclass.c: Likewise.
7122 * regmove.c: Likewise.
7123 * regrename.c: Likewise.
7124 * regs.h: Likewise.
7125 * reload.c: Likewise.
7126 * reload.h: Likewise.
7127 * reload1.c: Likewise.
7128 * reorg.c: Likewise.
7129 * resource.c: Likewise.
7130 * resource.h: Likewise.
7131 * rtl-error.c: Likewise.
7132 * rtl.c: Likewise.
7133 * rtl.h: Likewise.
7134 * rtlanal.c: Likewise.
46c5ad27
AJ
7135 * sbitmap.c: Likewise.
7136 * sbitmap.h: Likewise.
7137 * scan-decls.c: Likewise.
7138 * scan.c: Likewise.
7139 * sched-deps.c: Likewise.
7140 * sched-ebb.c: Likewise.
7141 * sched-int.h: Likewise.
7142 * sched-rgn.c: Likewise.
7143 * sched-vis.c: Likewise.
7144 * sibcall.c: Likewise.
7145 * simplify-rtx.c: Likewise.
7146 * sreal.c: Likewise.
7147 * sreal.h: Likewise.
7148 * ssa-ccp.c: Likewise.
7149 * ssa-dce.c: Likewise.
7150 * ssa.c: Likewise.
7151 * ssa.h: Likewise.
7152 * stack.h: Likewise.
7153 * stmt.c: Likewise.
7154 * stor-layout.c: Likewise.
7155 * stringpool.c: Likewise.
7156 * target.h: Likewise.
7157 * timevar.c: Likewise.
7158 * timevar.h: Likewise.
7159 * tlink.c: Likewise.
7160 * tracer.c: Likewise.
7161 * tree-inline.c: Likewise.
7162 * tree-inline.h: Likewise.
7163 * tree.c: Likewise.
7164 * tree.h: Likewise.
1d088dee 7165
4f649bc1
KH
71662003-07-05 Kazu Hirata <kazu@cs.umass.edu>
7167
7168 * combine.c (nonzero_bits1): Fix a warning.
7169
71702003-07-05 Kazu Hirata <kazu@cs.umass.edu>
2c4a71b3
KH
7171
7172 * config/h8300/h8300.c (compute_mov_length): Correct the
7173 length of loading CONST0_RTX (SFmode).
7174
f5924ac1
NS
71752003-07-05 Nathan Sidwell <nathan@codesourcery.com>
7176
7177 * toplev.c (output_clean_symbol_name): Remove.
7178 * toplev.h (output_clean_symbol_name): Remove.
7179 * config/alpha/alpha.c (unicosmk_output_module_name): Use
7180 lbasename & clean_symbol_name.
7181
39e3f58c
KH
71822003-07-05 Kazu Hirata <kazu@cs.umass.edu>
7183
7184 * ggc.h: Follow spelling conventions.
7185 * config/i386/i386.c: Likewise.
7186 * config/i386/winnt.c: Likewise.
7187 * config/rs6000/rs6000.c: Likewise.
7188
4d6922ee
KH
71892003-07-05 Kazu Hirata <kazu@cs.umass.edu>
7190
7191 * bt-load.c: Fix comment typos.
7192 * c-incpath.c: Likewise.
7193 * cfg.c: Likewise.
7194 * cfgcleanup.c: Likewise.
7195 * cfgloop.h: Likewise.
7196 * cfgloopmanip.c: Likewise.
7197 * cfgrtl.c: Likewise.
7198 * diagnostic.h: Likewise.
7199 * dwarfout.c: Likewise.
7200 * emit-rtl.c: Likewise.
7201 * et-forest.c: Likewise.
7202 * et-forest.h: Likewise.
7203 * expr.c: Likewise.
7204 * gcse.c: Likewise.
7205 * genattr.c: Likewise.
7206 * jump.c: Likewise.
7207 * langhooks.h: Likewise.
7208 * local-alloc.c: Likewise.
7209 * loop-unroll.c: Likewise.
7210 * loop-unswitch.c: Likewise.
7211 * ra-build.c: Likewise.
7212 * regclass.c: Likewise.
7213 * regmove.c: Likewise.
7214 * rtl.def: Likewise.
7215 * rtlanal.c: Likewise.
7216 * sched-ebb.c: Likewise.
7217 * sched-rgn.c: Likewise.
7218 * simplify-rtx.c: Likewise.
7219 * ssa.c: Likewise.
7220 * tracer.c: Likewise.
7221 * tree.c: Likewise.
7222
f1c4bc4f
ZW
72232003-07-05 Zack Weinberg <zack@codesourcery.com>
7224
7225 * cppcharset.c: Use the correct return type for the fallback iconv
7226 macro.
7227
602a82f3 72282003-07-05 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
65c6f1b4
ZD
7229
7230 Blame to Jan Hubicka <jh@suse.cz>
7231 * cfglayout.c (record_effective_endpoints): Split insns before
7232 first basic block correctly.
7233
a8f3bf52
RK
72342003-07-05 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
7235
f1c4bc4f 7236 * expr.c (expand_expr, case COMPONENT_REF): When seeing if should use
a8f3bf52
RK
7237 bitfield operations, use STRICT_ALIGNMENT, not SLOW_UNALIGNED_ACCESS
7238 if EXPAND_CONST_ADDRESS or EXPAND_INITIALIZER.
7239
0641776c
AJ
72402003-07-05 Andreas Jaeger <aj@suse.de>
7241
7242 * genattrtab.c (write_attr_get): Revert part of last patch to
7243 always write out a prototype.
7244
7245 * genemit.c (gen_split): Readd lost unused attributes in last
7246 patch.
7247
977129f6
ZD
72482003-07-05 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
7249
7250 * cfgloopmanip.c (force_single_succ_latches): Force latch to be
7251 different from header.
7252
5ee084df
AS
72532003-07-05 Andreas Schwab <schwab@suse.de>
7254
7255 * config/m68k/m68k.c: Remove code protected by CRDS.
7256 * config/m68k/m68k.md: Likewise.
7257
33de9573
NB
72582003-07-05 Neil Booth <neil@daikokuya.co.uk>
7259
7260 PR driver/11417
7261 * c-opts.c (permit_fortran_options): New.
7262 (c_common_init_options): Accept fortran front end options if
7263 it looks like we might be preprocessing Fortran.
7264 (c_common_handle_option): Don't reject switch if permit_fotran_options.
7265
6906ba40
KG
72662003-07-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7267
7268 * genattr.c (internal_dfa_insn_code): Output prototype.
7269 * genattrtab.c: Don't output unnecessary decls, output in ISO C.
7270 * genautomata.c: Likewise.
7271 * genconditions.c: Likewise.
7272 * genemit.c: Likewise.
7273 * genextract.c: Likewise.
7274 * gengenrtl.c: Likewise.
7275 * gengtype.c: Likewise.
7276 * genopinit.c: Likewise.
7277 * genoutput.c: Likewise.
7278 * genpeep.c: Likewise.
7279 * genrecog.c: Likewise.
7280
e6cc3a24
ZW
72812003-07-04 Zack Weinberg <zack@codesourcery.com>
7282
7283 * cpplib.h (CPP_AT_NAME, CPP_OBJC_STRING): New token types.
7284 (struct cpp_options): Add narrow_charset, wide_charset,
7285 bytes_big_endian fields. Remove EBCDIC field.
7286 (cpp_init_iconv, cpp_interpret_string): New external interfaces.
7287
7288 * cpphash.h: Include <iconv.h> if we have it, otherwise
7289 provide a dummy definition of iconv_t.
7290 (struct cpp_reader): Add narrow_cset_desc and wide_cset_desc fields.
7291 (_cpp_valid_ucn): Update prototype.
7292 (_cpp_destroy_iconv): New prototype.
7293
7294 * doc/cpp.texi: Document character set handling.
7295 * doc/cppopts.texi: Document -fexec-charset= and -fexec-wide-charset=.
7296 * doc/extend.texi: Delete entire section on multiline strings.
7297 Rewrite section on __FUNCTION__ etc now that these are
7298 variables in C.
7299
7300 * cppucnid.tab, cppucnid.pl: New files.
7301 * cppucnid.h: New generated file.
7302 * cppcharset.c: Include cppucnid.h. Lots of commentary added.
7303 (iconv_open, iconv, iconv_close): Provide dummy definitions
7304 if !HAVE_ICONV.
7305 (SOURCE_CHARSET, struct strbuf, init_iconv_desc, cpp_init_iconv,
7306 _cpp_destroy_iconv, convert_cset, width_to_mask, convert_ucn,
7307 emit_numeric_escape, convert_hex, convert_oct, convert_escape,
7308 cpp_interpret_string, narrow_str_to_charconst,
7309 wide_str_to_charconst): New.
7310 (ucn_valid_in_identifier): Use a binary search through the
7311 ucnranges table defined in cppucnid.h, not a long chain of if
7312 statements.
7313 (_cpp_valid_ucn): Add a limit pointer. Downgrade "universal
7314 character names are only valid in C++ and C99" to a warning.
7315 Issue the "meaning of \[uU] is different in traditional C"
7316 warning here. Take care not to let iconv see an invalid UCS
7317 value if we get a malformed UCN. Issue an error if we don't
7318 have iconv.
7319 (cpp_interpret_charconst): Moved here from cpplex.c. Use
7320 cpp_interpret_string to do the heavy lifting.
7321
7322 * cppinit.c (cpp_create_reader): Initialize bytes_big_endian,
7323 narrow_charset, wide_charset fields of options structure.
7324 (cpp_destroy): Call _cpp_destroy_iconv.
7325 * cpplex.c (forms_identifier_p): Adjust call to _cpp_valid_ucn.
7326 (maybe_read_ucn, hex_digit_value, cpp_parse_escape): Delete.
7327 (cpp_interpret_charconst): Moved to cppcharset.c.
7328 * cpplib.c (dequote_string): Delete.
7329 (interpret_string_notranslate): New.
7330 (do_line, do_linemarker): Use interpret_string_notranslate.
7331
7332 * Makefile.in (cppcharset.o): Depend on cppucnid.h.
7333
7334 * c-common.c (fname_string, combine_strings): Delete.
7335 * c-common.h (fname_string, combine_strings): Delete prototypes.
7336 * c-lex.c (ignore_escape_flag): Delete.
7337 (cb_ident): Use cpp_interpret_string, not lex_string.
7338 (get_nonpadding_token): New function.
7339 (c_lex): Handle Objective-C @-prefixed identifiers and strings here.
7340 Adjust calls to lex_string. Don't write *value twice.
7341 (lex_string): Now handles string constant concatenation.
7342 Most of the work handed off to cpp_interpret_string.
7343 Call fix_string_type here.
7344 * c-parse.in (STRING_FUNC_NAME, VAR_FUNC_NAME): Replace with
7345 FUNC_NAME, throughout.
7346 (OBJC_STRING): New token type.
7347 (primary:STRING): No need to call fix_string_type here.
7348 (primary:objc_string): Make that OBJC_STRING.
7349 (objc_string nonterminal): Delete.
7350 (yylexname): Delete code to handle fake string constants.
7351 (yylexstring): Delete entirely.
7352 (_yylex): Handle CPP_AT_NAME and CPP_OBJC_STRING. No need
7353 to handle CPP_ATSIGN.
7354
7355 * c.opt (-fexec-charset=, -fwide-exec-charset=): New options.
7356 * c-opts.c (missing_arg, c_common_handle_option): Handle
7357 OPT_fexec_charset_ and OPT_fwide_exec_charset_.
7358 (c_common_init): Set cpp_opts->bytes_big_endian, not
7359 cpp_opts->EBCDIC. Call cpp_init_iconv.
7360 (print_help): Document -fexec-charset= and -fexec-wide-charset=.
7361 (TARGET_EBCDIC): Delete default definition.
7362
7363 * objc/objc-act.c (build_objc_string_object): No need to
7364 handle string constant concatenation.
7365
61aeb06f
KH
73662003-07-04 Kazu Hirata <kazu@cs.umass.edu>
7367
7368 * doc/install.texi: Fix typos.
7369 * doc/invoke.texi: Likewise.
7370 * doc/tm.texi: Likewise.
7371
c1207243
KH
73722003-07-04 Kazu Hirata <kazu@cs.umass.edu>
7373
7374 * config/pa/fptr.c: Fix comment typos.
7375 * config/pa/pa-64.h: Likewise.
7376 * config/pa/pa.c: Likewise.
7377 * config/pa/pa.h: Likewise.
7378 * config/rs6000/603.md: Likewise.
7379 * config/rs6000/7xx.md: Likewise.
7380 * config/rs6000/darwin.h: Likewise.
7381 * config/rs6000/freebsd.h: Likewise.
7382 * config/rs6000/rs6000.c: Likewise.
7383 * config/rs6000/rs6000.md: Likewise.
7384 * config/rs6000/spe.h: Likewise.
7385
58add37a
UW
73862003-07-04 Ulrich Weigand <uweigand@de.ibm.com>
7387
7388 * config/s390/2064.md: Change GNU CC to GCC.
7389 * config/s390/2084.md: Likewise.
7390 * config/s390/fixdfdi.h: Likewise.
7391 * config/s390/linux.h: Likewise.
7392 * config/s390/s390-modes.def: Likewise.
7393 * config/s390/s390-protos.h: Likewise.
7394 * config/s390/s390.c: Likewise.
7395 * config/s390/s390.h: Likewise.
7396 * config/s390/s390.md: Likewise.
7397 * config/s390/s390x.h: Likewise.
7398
60cd4dae
JL
73992003-07-04 Jeff Law <law@redhat.com>
7400
a38825d2 7401 PR c/11428
60cd4dae
JL
7402 * expr.c (do_store_flag): Pass in the correct result type
7403 when calling fold_single_bit_test.
7404 * fold-const.c (fold_single_bit_test): Use result_type for the
7405 result when folding a sign bit test.
7406
5e14ae7e
NB
74072003-07-04 Neil Booth <neil@daikokuya.co.uk>
7408
7409 * opts.c (common_handle_options): Negate sense of -falign- switches.
7410
8c90b13a
L
74112003-07-04 H.J. Lu <hongjiu.lu@intel.com>
7412
c3b3975a 7413 * Makefile.in: Replace PWD with PWD_COMMAND.
8c90b13a 7414
72d4a2ad
ZD
74152003-07-04 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
7416
7417 * cfgloopanal.c (count_strange_loop_iterations): New static function.
7418 (constant_iterations, count_loop_iterations, simple_loop_exit_p):
7419 Handle strange loops.
7420
8e9a4a45
TM
74212003-07-04 Toon Moene <toon@moene.indiv.nluug.nl>
7422
7423 * install.texi: Even the g77 manpage is derived from
7424 the full g77 manual.
7425
6eb95e99
ZW
74262003-07-04 Zack Weinberg <zack@codesourcery.com>
7427
7428 * ABOUT-NLS: Delete.
7429 * intl: Delete entire directory.
7430 * aclocal.m4: Include ../config/gettext.m4. Delete
7431 AC_ISC_POSIX, AM_LANGINFO_CODESET, jm_GLIBC21, AM_LC_MESSAGES,
7432 AM_PATH_PROG_WITH_TEST, AM_WITH_NLS, and AM_GNU_GETTEXT.
7433 * configure.in: Use CY_GNU_GETTEXT, not AM_GNU_GETTEXT.
7434 Remove intl/Makefile from all_outputs.
7435 * configure, config.in: Regenerate.
7436 * Makefile.in: Expunge all references to intl subdirectory.
7437 Add -I../intl to INCLUDES.
7438 * intl.h: Include libintl.h if and only if ENABLE_NLS is defined.
7439
bcd5d841
RS
74402003-07-04 Roger Sayle <roger@eyesopen.com>
7441
7442 * config/rs6000/aix51.h (TARGET_C99_FUNCTIONS): Define.
7443 * config/rs6000/aix52.h (TARGET_C99_FUNCTIONS): Likewise.
7444
6b6cb52e
DS
74452003-07-04 Danny Smith <dannysmith@users.sourceforge.net>
7446
7447 PR c++/5287, PR c++/7910, PR c++/11021
7448 * config/i386/winnt.c (ix86_handle_dll_attribute): Don't add
7449 dllimport attribute if function is defined at declaration, but
7450 report error instead. Likewise for dllimport'd variable
7451 definitions. Set implicit TREE_PUBLIC for dllimport'd variables
7452 declared within functions, Report error if dllimport or dllexport
7453 symbol is not global.
7454 (i386_pe_dllimport_p): Ignore dllimport attribute of functions
7455 if defined after declaration or if inlined. Don't allow definition
7456 of static data members of C++ classes. Don't dllimport virtual
7457 methods.
7458 (i386_pe_mark_dllexport): Warn about inconsistent dll attributes.
7459 (i386_pe_mark_dllimport): Remove unnecessary checks.
7460 (i386_pe_encode_section_info): Warn if the dllimport attribute
7461 and symbol prefix have been instantiated and then overridden.
7462
7463 * doc/extend.texi: Document dllimport and dllexport attributes.
7464
7465 * config/i386/winnt.c (i386_pe_output_labelref): Fix indents.
7466
cc2f5d34
US
74672003-07-03 Uwe Stieber <uwe@kaos-group.de>
7468
7469 * config/kaos.h (CPP_PREDEFINES): Delete.
7470 (TARGET_OS_CPP_BUILTINS): New.
7471
5f1989e6
KG
74722003-07-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7473
7474 * c-aux-info.c: Include toplev.h after c-tree.h.
7475 * c-common.c: Likewise.
7476 (GCC_DIAG_STYLE): Undef.
7477 * c-semantics.c (GCC_DIAG_STYLE): Define.
7478 * c-tree.h (GCC_DIAG_STYLE): Likewise.
7479 * diagnostic.h (inform): Move prototype to toplev.h.
7480 * jump.c: Include diagnostic.h before toplev.h.
7481 * toplev.h (GCC_DIAG_STYLE, ATTRIBUTE_GCC_DIAG): Define.
7482 (warning, error, fatal_error, pedwarn, sorry, inform,
7483 error_for_asm, warning_for_asm): Mark with ATTRIBUTE_GCC_CXXDIAG.
7484
8d28e87d
ZD
74852003-07-03 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
7486
7487 * cfglayout.c (cfg_layout_duplicate_bb): Do not update frequencies
7488 at all if edge is not specified.
7489 (can_copy_bbs_p, copy_bbs): New.
7490 * cfglayout.h (can_copy_bbs_p, copy_bbs): Declare.
7491 * cfgloop.c (get_loop_body): Comment more precisely.
7492 * cfgloopmanip.c (copy_bbs, record_exit_edges): Removed.
7493 (scale_bbs_frequencies): Fix comment typo.
7494 (can_duplicate_loop_p): Use can_copy_bbs_p.
7495 (duplicate_loop_to_header_edge): Simplify by using copy_bbs.
7496
694abeb6
DP
74972003-07-03 Devang Patel <dpatel@apple.com>
7498
7499 * c-opts.c (c_common_parse_file): Remove extra
7500 debug_hooks->start_source_file call.
6eb95e99 7501
0a9530a9
RS
75022003-07-03 Roger Sayle <roger@eyesopen.com>
7503
7504 * real.c (real_trunc, real_floor, real_ceil): New functions
7505 to implement trunc, floor and ceil respectively.
7506 * real.h (real_trunc, real_floor, real_ceil): Prototype here.
7507 * builtins.c (integer_valued_real_p): New function to test if
7508 a floating point expression has an integer valued result.
7509 (fold_trunc_transparent_mathfn): Optimize foo(foo(x)) as
7510 foo(x) where foo is an integer rounding function. Similarly,
7511 optimize foo(bar(x)) as bar(x), and foo((double)(int)x) as
7512 (double)(int)x when both foo and bar are integer rounding
7513 functions and we don't need to honor errno.
7514 (fold_builtin_trunc, fold_builtin_floor, fold_builtin_ceil):
7515 New functions to fold trunc, floor and ceil.
7516 (fold_builtin): Use fold_builtin_trunc to fold BUILT_IN_TRUNC*,
7517 fold_builtin_floor to fold BUILT_IN_FLOOR* and fold_builtin_ceil
7518 to fold BUILT_IN_CEIL*.
7519 * fold-const.c (tree_expr_nonnegative_p): Handle FLOAT_EXPR and
7520 the remaining integer rounding functions.
7521
c3427c7d
EB
75222003-07-03 Eric Botcazou <ebotcazou@libertysurf.fr>
7523
7524 * config/sparc/sparc.c (function_arg_partial_nregs): Use
7525 SPARC_INT_ARG_MAX to determine where to split unnamed
7526 complex FP arguments.
7527
602a82f3 75282003-07-03 Jan Hubicka <jh@suse.cz>
bc35512f
JH
7529
7530 * basic-block.h (create_basic_block, merge_blocks_nomove): Kill.
7531 * cfgcleanup.c (merge_blocks): Rename to merge_blocks_move.
7532 (merge_blocks_move_predecessor_nojumps,
7533 merge_blocks_move_successor_nojumps): Use merge_blocks.
7534 (try_optimize_cfg): Use merge_blocks_move.
7535 * cfgrtl.c (create_basic_block): Rename to rtl_create_basic_block.
7536 (merge_blocks_nomove): Rename to rtl_merge_blocks.
7537 (cfg_layout_create_basic_block): New.
7538 (rtl_can_merge_blocks): New.
7539 (cfg_layout_split_block): Do not alloc aux by hand.
7540 * cfghooks.h (cfg_hooks): Add create_basic_block, can_merge_blocks_p,
7541 merge_blocks.
7542 (create_basic_block, can_merge_blocks_p, merge_blocks): New macros.
7543 * cfglayout.c (cfg_layout_duplicate_bb): Do not allocate aux by hand.
7544 * cfgloopmanip.c (loop_split_edge_with): Likewise.
7545 * ifcvt.c (merge_if_block): Use merge_blocks_nomove.
7546
7547 * basic-block.h (basic_block_def): Add field 'rbi'.
7548 * bb-reorder.c (find_traces, rotate_loop, mark_bb_visited,
7549 find_traces_1_round, copy_bb, connect_traces): Update use of rbi.
7550 * cfg.c (entry_exit_blocks): Add new field.
7551 * cfglayout.c: Include alloc-pool.h;
7552 (cfg_layout_pool): New.
7553 (record_effective_endpoints, fixup_reorder_chain,
7554 fixup_fallthru_exit_predecessor, cfg_layout_duplicate_bb): Update use
7555 of rbi.
7556 (cfg_layout_initialize_rbi): New function.
7557 (cfg_layout_initialize): Use it.
7558 (cfg_layout_finalize): Clear rbi fields.
7559 * cfglayout.h (RBI): Kill.
7560 (cfg_layout_initialize_rbi): Declare.
7561 * cfgloopmanip.c (copy_bbs): Use rbi.
7562 (record_exit_edges): Likewise.
7563 (duplicate_loop_to_header_edge): Likewise.
7564 * cfgrtl.c (cfg_layout_create_basic_block): Use
7565 cfg_layout_initialize_rbi.
7566 (cfg_layout_split_block): Use rbi.
7567 (cfg_layout_delete_block): Likewise.
7568 * loop-init.c (loop_optimizer_finalize): Likewise.
7569 * loop-unswitch.c (unswitch_loop): Likewise.
7570 * tracer.c (seen, tail_duplicate, layout_superblocks): Likewise.
7571
7572 * cfgrtl.c: Update comments.
7573 (try_redirect_by_replacing_jump): New argument.
7574 (redirect_branch_edge): Break out from ...
7575 (rtl_redirect_edge_and_branch): ... this one.
7576 (update_cfg_after_block_merging): Break out from ...
7577 (rtl_merge_blocks): ... this one.
7578 (cfg_layout_split_edge): New.
7579 (cfg_layout_merge_blocks): New.
7580 (cfg_layout_can_merge_blocks_p): New.
7581 (cfg_layout_redirect_edge_and_branch): Reorganize.
7582 (cfg_layout_rtl_cfg_hooks): Fill in.
7583 (cfg_layout_delete_block): Kill barriers.
7584 * cfganal.c (can_fallthru): Deal with exit blocks
7585 * cfglayout.c (cfg_layout_function_header): New function
7586 (record_effective_endpoints): Record function header.
7587 (fixup_reorder_chain): Fixup dead jumptables; place header
7588
7589 * basic-block.h (CLEANUP_CFGLAYOUT): New flag.
7590 * bb-reorder.c (cfg_layout_initialize): Update call.
7591 * cfgcleanup.c (try_optimize_cfg): Supress optimizations of fallthru
7592 edges in cfglayout mode.
7593 * cfglayout.c (cleanup_unconditional_jumps): Kill.
7594 (cfg_layout_initialize): Kill agrument loops; use cfgcleanup.
7595 * cfglayout.h (cfg_layout_initialize): Update prototype.
7596 * cfgloop.h (CP_INSIDE_CFGLAYOUT): Kill.
7597 * cfgloopmanip.c (loop_split_edge_with): Use split_edge.
7598 * flow.c (propagate_block): Do not crash when basic block ends
7599 by first insn in the chain.
7600 * loop-init.c (loop_optimizer_init): First enter cfglayout mode; later
7601 do loop discovery.
7602 * tracer.c (tracer): Update call of cfg_layout_initialize.
7603
dd220c49
KG
76042003-07-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7605
7606 * Makefile.in: Use dependency variables in lieu of explicit
7607 files throughout.
7608
fa5b060f
SB
76092003-07-03 Steven Bosscher <steven@gcc.gnu.org>
7610
7611 * rtl.h (ECF_*, flags_from_decl_or_type): Move from here...
7612 * tree.h: ...to here.
7613
fae778eb
KH
76142003-07-03 Kazu Hirata <kazu@cs.umass.edu>
7615
7616 * config/s390/2064.md: Fix comment typos.
7617 * config/s390/2084.md: Likewise.
7618 * config/s390/s390.c: Likewise.
7619 * config/s390/s390.md: Likewise.
7620 * config/sh/sh.c: Likewise.
7621 * config/sh/sh.h: Likewise.
7622 * config/sh/sh.md: Likewise.
7623 * config/sparc/sparc.c: Likewise.
7624 * config/sparc/sparc.h: Likewise.
7625 * config/sparc/sparc.md: Likewise.
7626 * config/stormy16/stormy16.c: Likewise.
7627 * config/stormy16/stormy16.h: Likewise.
7628 * config/stormy16/stormy-abi: Fix a typo.
7629
58eabcb1
KC
76302003-07-03 Kelley Cook <kelleycook@wideopenwest.org>
7631
7632 * Makefile.in (ifcvt.o): Depend on OPTABS_H.
7633
af261903
KG
76342003-07-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7635
7636 * config/mips/mips.h (save_argv): Delete.
7637
a11c61d2
RS
76382003-07-03 Roger Sayle <roger@eyesopen.com>
7639
7640 PR target/10700
7641 * fold-const.c (extract_muldiv_1): There's nothing that can be done
7642 if the expression is a SAVE_EXPR.
7643
dab66575
KH
76442003-07-03 Kazu Hirata <kazu@cs.umass.edu>
7645
7646 * config/m32r/m32r.c: Fix comment typos.
7647 * config/m68hc11/m68hc11.c: Likewise.
7648 * config/m68hc11/m68hc11.h: Likewise.
7649 * config/m68k/m68k.c: Likewise.
7650 * config/mcore/mcore.c: Likewise.
7651 * config/mcore/mcore.h: Likewise.
7652 * config/mcore/mcore.md: Likewise.
7653 * config/mips/mips.c: Likewise.
7654 * config/mips/mips.h: Likewise.
7655 * config/mips/mips.md: Likewise.
7656 * config/mips/netbsd.h: Likewise.
7657 * config/mn10300/mn10300.c: Likewise.
7658
8837d828
AS
76592003-07-03 Andreas Schwab <schwab@suse.de>
7660
7661 * dbxout.c (pending_bincls): Move decl down inside
7662 DBX_DEBUGGING_INFO || XCOFF_DEBUGGING_INFO section.
7663
dd107e66
NS
76642003-07-02 Nathan Sidwell <nathan@codesourcery.com>
7665
7666 * rtl.h (NOTE_DATA): Refer to whole union.
7667 * emit-rtl.c (emit_note): Use memset to clear NOTE_DATA.
7668
8821d091
EB
76692003-07-03 Eric Botcazou <ebotcazou@libertysurf.fr>
7670
7671 PR optimization/11381
7672 * simplify-rtx.c (simplify_relational_operation): Check that
7673 two equal operands have no side-effects before simplifying
7674 the comparison.
7675
7960bf22
JL
76762003-07-02 Jeff Law <law@redhat.com>
7677
7678 * expr.c (do_store_flag): Remove special case folding for
7679 single bit tests. Instead call back into the commonized folder
7680 routine.
7681 * fold-const.c (fold_single_bit_test): New function, mostly
7682 extracted from do_store_flag, with an additional case extracted
7683 from fold.
7684 (fold): Call fold_single_bit_test appropriately.
7685 * tree.h (fold_single_bit_test): Prototype.
7686
3dce1408
ZW
76872003-07-02 Zack Weinberg <zack@codesourcery.com>
7688
7689 * system.h: Include filenames.h.
7690 (IS_DIR_SEPARATOR, IS_ABSOLUTE_PATHNAME): Don't define.
7691 (DIR_SEPARATOR, DIR_SEPARATOR_2): If not already defined,
7692 define based on HAVE_DOS_BASED_FILE_SYSTEM.
7693 * config/i386/xm-cygwin.h, config/i386/xm-djgpp.h
7694 * config/i386/xm-mingw32.h: Don't define
7695 HAVE_DOS_BASED_FILE_SYSTEM,
7696 DIR_SEPARATOR, or DIR_SEPARATOR_2.
7697 * doc/hostconfig.texi: Update to match.
7698
7699 * cppfiles.c, gcc.c, gensupport.c, protoize.c,
7700 config/i386/cygwin.h:
7701 Use IS_ABSOLUTE_PATH throughout.
7702 * gcc.c (DIR_UP): Delete, unused.
7703 * protoize.c (IS_SAME_PATH): Define in terms of
7704 FILENAME_CMP.
7705 (is_abspath): Delete.
7706
c51e6d85
KH
77072003-07-02 Kazu Hirata <kazu@cs.umass.edu>
7708
7709 * config/i386/emmintrin.h: Fix comment typos.
7710 * config/i386/i386.c: Likewise.
7711 * config/i386/i386.h: Likewise.
7712 * config/i386/sco5.h: Likewise.
7713 * config/ia64/ia64.c: Likewise.
7714 * config/ia64/itanium2.md: Likewise.
7715
5ec3a5a7
L
77162003-07-02 H.J. Lu <hongjiu.lu@intel.com>
7717
7718 * dbxout.c (pending_bincls): Replace DBX_USE_BINCLS with
7719 DBX_USE_BINCL.
7720 (emit_bincl_stab): Same.
7721 (emit_pending_bincls): Same.
7722
fad37371
KH
77232003-07-02 Kazu Hirata <kazu@cs.umass.edu>
7724
7725 * config/h8300/h8300.c (compute_mov_length): Fix the length of
7726 loading CONST0_RTX (SFmode).
7727 * config/h8300/h8300.h (CONST_DOUBLE_OK_FOR_LETTER_P): Change
7728 'G' to CONST0_RTX (SFmode).
7729 * config/h8300/h8300.md (movsf_h8300): Change the first
7730 constraint to 'G'.
7731 (movsf_h8300h): Likewise.
7732
b86f6cd9
NB
77332003-07-02 Neil Booth <neil@daikokuya.co.uk>
7734
7735 * c-common.h (c_common_init_options): New prototype.
7736 * c-opts.c (deferred_size): Remove.
7737 (defer_opt): Array is now pre-allocated.
7738 (c_common_init_options): Pre-allocate deferred_opts. Make
7739 lang_flags unsigned.
7740 (push_command_line_options): Free deferred_opts.
7741 * hooks.c (hook_uint_uint_constcharptrptr_0): New.
7742 * hooks.h (hook_uint_uint_constcharptrptr_0): New.
7743 * langhooks-def.h (LANG_HOOKS_INIT_OPTIONS): Update.
7744 * langhooks.h (struct lang_hooks): New prototype for init_options.
7745 * main.c (main): Cast argv.
7746 * opts.c (handle_option, handle_options): Update prototypes.
7747 (decode_options): save_argc, save_argv are not global. Constify.
7748 * opts.h (decode_options): New prototype.
7749 * toplev.c (general_init): New protoype.
7750 (save_argv): Make static.
7751 (save_argc): Remove.
7752 (print_switch_values, general_init): Constify.
7753 (toplev_main): Save argv.
7754 * toplev.h (toplev_main): Update prototype.
7755 (save_argc, save_argv): Remove.
7756
f23b9d52
DE
77572003-07-02 David Edelsohn <edelsohn@gnu.org>
7758
7759 * dbxout.c (pending_bincls): Guard with DBX_USE_BINCLS.
7760 (emit_bincl_stab): Same.
7761 (emit_pending_bincls): Same.
7762
300e89a2
NS
77632003-07-02 Nathan Sidwell <nathan@codesourcery.com>
7764
7765 PR c++/11072
7766 * ginclude/stddef.h (offsetof): Remove cast to 'char &'. Explain why.
7767
eaac6968
AS
77682003-07-02 Andreas Schwab <schwab@suse.de>
7769
7770 * dbxout.c (pending_bincls): Only define if DBX_DEBUGGING_INFO.
7771
1a8c4ca6
EB
77722003-07-02 Eric Botcazou <ebotcazou@libertysurf.fr>
7773
7774 PR optimization/11210
7775 * expr.c (handled_component_p) [NOP_EXPR]: Add ??? note
7776 about the behaviour with regard to bitfields.
7777 * fold-const (decode_field_reference): Record outermost type in
7778 case the expression is a NOP. Strip all NOPs. Set the signedness
7779 to that of the outermost type (if any) when the bitsize is equal
7780 to the size of the type.
7781
23cdfcf7
RS
77822003-07-02 Richard Sandiford <rsandifo@redhat.com>
7783
7784 * config/mips/mips.md (addsi3): Remove workaround for adds of -32768.
7785 (addsi3_internal, adddi3, adddi3_internal_2): Likewise.
7786 (adddi3_internal_3, addsi3_internal_2): Likewise.
7787
6f2993e5
RS
77882003-07-02 Richard Sandiford <rsandifo@redhat.com>
7789
7790 * config/mips/mips.c (machine_function): Add new fields:
7791 ignore_hazard_length_p and all_noreorder_p.
7792 (mips_flag_delayed_branch): New variable.
7793 (override_options): Treat '/' as an operand punctuation character.
7794 Set up mips_flag_delayed_branch.
7795 (print_operand): Handle '/'.
7796 (mips_output_function_prologue): Put the whole function in
7797 .set noreorder and .set nomacro if all_noreorder_p is true.
7798 (mips_output_function_epilogue): End the noreorder/nomacro sequence.
7799 (mips16_optimize_gp): Remove "first insn" parameter.
7800 (mips16_lay_out_constants): New function, split out from mips_reorg.
7801 (mips_avoid_hazard, mips_avoid_hazards): New functions.
7802 (mips_reorg): For mips16 code, call mips16_lay_out_constant
7803 and (optionally) mips16_optimize. If TARGET_EXPLICIT_RELOCS,
7804 do delayed-branch scheduling followed by hazard detection.
7805 (mips_adjust_insn_length): Only account for hazards if
7806 !ignore_hazard_length_p.
7807 (mips_output_load_label): Add a nop to the o32 sequence if
7808 the target suffers from load delays.
7809 (mips_output_conditional_branch): Add %/ to the end of branches.
7810 (mips_output_division): Fill the branch delay slot with %#.
7811 * config/mips/mips.md: Remove redundant '%*' from mips16 branch
7812 instructions. End all other %* branches with %/.
7813 (ffssi2, ffsdi2): Fix lengths.
7814 (truncdisi2, truncdihi2, truncdiqi2): Add store attributes.
7815 (fix_truncdfsi2_macro): Turn off .set nomacro if appropriate.
7816 (fix_truncsfsi2_macro): Likewise.
7817 (mov_lwl): Set hazard to "none".
7818 (ashldi3_internal): Fill the branch delay slot with %#.
7819 (ashrdi3_internal, lshrdi3_internal): Likewise.
7820 (exception_receiver): Explicitly set $28.
7821 (hazard_nop): New pattern.
7822
602a82f3 78232003-07-02 Jan Hubicka <jh@suse.cz>
0184bd46
JH
7824
7825 * cgraphunit.c (cgraph_finalize_unit): Set current_function_decl
7826 before calling tree_inlinable_function_p.
7827
1a78e5a7
RO
78282003-07-02 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7829
7830 * fixinc/inclhack.def (irix_stdio_va_list): Apply to IRIX 6.5
7831 <internal/stdio_core.h> too.
7832 (stdio_va_list): Apply to IRIX 6.5 <internal/stdio_core.h> and
7833 <internal/wchar_core.h> too.
7834 Substitute va_list uses in inline definition.
7835 * fixinc/fixincl.x: Regenerate.
7836
4c82f12b
RO
78372003-07-02 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7838
7839 * config/mips/iris5.h (SET_FILE_NUMBER): Moved here from iris3.h.
7840 Undef before redefinition.
7841 (LABEL_AFTER_LOC): Likewise.
7842 (DEFAULT_SIGNED_CHAR): Likewise.
7843 (ASM_OUTPUT_ASCII): Moved here from iris4.h.
7844 Fix IRIX spelling.
3dce1408 7845
4c82f12b
RO
7846 * config/mips/iris3.h: Remove, unused.
7847 * config/mips/iris4.h: Likewise.
7848
7849 * config/mips/mips.h (STACK_ARGS_ADJUST): Remove, unused.
7850
7851 * config/mips/iris5.h (TARGET_DEFAULT): Move ...
7852 * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): ... here to
7853 target_cpu_default.
7854
7855 * config/mips/iris5.h: Move explicit includes ...
7856 * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): ... here.
3dce1408 7857
4c82f12b
RO
7858 * config/mips/iris6.h (MIPS_ISA_DEFAULT, MIPS_ABI_DEFAULT): Move ...
7859 * config.gcc (mips-sgi-irix6*, mips-sgi-irix5cross64): ... here to
7860 tm_defines.
7861
7862 * config/mips/iris6.h (TARGET_DEFAULT): Move ...
7863 * config.gcc (mips-sgi-irix6*, mips-sgi-irix5cross64): ... here to
7864 target_cpu_default.
7865
7866 * config/mips/iris6.h: Fix IRIX spelling.
7867 (MULTILIB_DEFAULTS): Undef before redefinition.
3dce1408 7868
4c82f12b
RO
7869 * config/mips/iris6.h: Move explicit includes ...
7870 * config.gcc (mips-sgi-irix6*, mips-sgi-irix5cross64): ... here.
7871
602a82f3 78722003-07-02 Jan Hubicka <jh@suse.cz>
8bd87c4e
JH
7873
7874 * cgraph.c (cgraph_mark_needed_node, cgraph_varpool_mark_needed_node,
7875 cgraph_varpool_finalize_decl, cgraph_varpool_assemble_pending_decls):
7876 Use next_needed field instead of aux to maintain the queue.
7877 * cgraph.h (cgraph_node): Add next_needed.
7878 (cgraph_varpool_node): Add next_needed; remove aux.
7879 * cgraphunit.c (cgraph_finalize_compilation_unit): Use next_needed.
7880
602a82f3 78812003-07-02 Jan Hubicka <jh@suse.cz>
f6981e16
JH
7882
7883 * cgraphunit.c (cgraph_finalize_function): Set finalized.
7884 (cgraph_finalize_function): Do not examine inlinablility.
7885 (cgraph_finalize_compilation_unit): Do it here.
7886 * cgraph.h (cgraph_local_info): Add finalized field.
7887
d1c60855
RO
78882003-07-02 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7889
7890 * ggc-common.c (gt_pch_save): Cast MAP_FAILED to void *.
7891 (gt_pch_restore): Likewise.
7892
093354e0
KH
78932003-07-01 Kazu Hirata <kazu@cs.umass.edu>
7894
7895 * config/alpha/alpha.c: Fix comment typos.
7896 * config/alpha/elf.h: Likewise.
7897 * config/arm/arm.c: Likewise.
7898 * config/arm/arm.h: Likewise.
7899 * config/arm/arm.md: Likewise.
7900 * config/arm/t-arm-coff: Likewise.
7901 * config/arm/t-strongarm-pe: Likewise.
7902 * config/arm/xscale-elf.h: Likewise.
7903 * config/avr/avr.h: Likewise.
7904
ce47ca44
JL
79052003-07-01 Jeff Law <law@redhat.com>
7906
7907 * stmt.c (any_pending_cleanups): Remove another redundant test.
7908
43b68ce5
DE
79092003-07-01 David Edelsohn <edelsohn@gnu.org>
7910 J"orn Rennecke <joern.rennecke@superh.com>
7911
7912 * config/rs6000/rs6000.md (ctr{s,d}i_internal?): Add earlyclobber
7913 for MEM case.
7914
33e9d2aa
DP
79152003-07-01 Devang Patel <dpatel@apple.com>
7916
7917 * dbxout.c (DBXOUT_DECR_NESTING): Emit pending bincls, if required.
7918 (binclstatus): New.
3dce1408 7919 (struct dbx_file): New members - bincl_status, pending_bincl_name and
33e9d2aa
DP
7920 prev.
7921 (pending_bincls): New.
7922 (dbxout_init): Initialize new dbx_file members.
7923 (dbxout_start_source_file): Same.
7924 (emit_bincl_stab): New function.
7925 (emit_pending_bincls): Same.
7926 (emit_pending_bincls_if_required): Same.
3dce1408 7927 (dbxout_end_source_file): Emit EINCL stab only if BINCL is already
33e9d2aa
DP
7928 processed.
7929 (dbxout_begin_block): Emit pending BINCL stabs.
7930 (dbxout_end_block): Same.
7931 (dbxout_function_decl): Same.
7932 (dbxout_continue): Same.
7933 (dbxout_type): Same.
7934 (dbxout_class_name_qualifiers): Same.
7935 (dbxout_symbol): Same.
7936 (dbxout_symbol_location): Same.
7937 (dbxout_parms): Same.
3dce1408 7938
0108ae51
KG
79392003-07-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7940
7941 * c-semantics.c (genrtl_case_label): Fix format specifier bug.
7942 * cfgrtl.c (rtl_verify_flow_info_1): Likewise.
7943
54ced33d
AJ
79442003-07-01 Andreas Jaeger <aj@suse.de>
7945
7946 * fold-const.c: Convert prototypes to ISO C90.
7947 * function.c: Likewise.
7948 * function.h: Likewise.
7949
c0cbdbd9
KH
79502003-07-01 Kazu Hirata <kazu@cs.umass.edu>
7951
7952 * doc/contrib.texi: Fix typos.
7953 * doc/invoke.texi: Likewise.
7954 * doc/passes.texi: Likewise.
7955 * doc/sourcebuild.texi: Likewise.
7956 * doc/tm.texi: Likewise.
7957
e0bb17a8
KH
79582003-07-01 Kazu Hirata <kazu@cs.umass.edu>
7959
7960 * basic-block.h: Fix comment typos.
7961 * bb-reorder.c: Likewise.
7962 * c-format.c: Likewise.
7963 * cfgcleanup.c: Likewise.
7964 * cfghooks.h: Likewise.
7965 * cfgloop.c: Likewise.
7966 * cfgloopmanip.c: Likewise.
7967 * cfgrtl.c: Likewise.
7968 * cgraph.h: Likewise.
7969 * cgraphunit.c: Likewise.
7970 * combine.c: Likewise.
7971 * convert.c: Likewise.
7972 * dbxout.c: Likewise.
7973 * df.c: Likewise.
7974 * df.h: Likewise.
7975 * diagnostic.c: Likewise.
7976 * dwarf2out.c: Likewise.
7977 * et-forest.h: Likewise.
7978 * flow.c: Likewise.
7979 * fold-const.c: Likewise.
7980 * function.h: Likewise.
7981 * gcov-io.h: Likewise.
7982 * gcov.c: Likewise.
7983 * gcse.c: Likewise.
7984 * genautomata.c: Likewise.
7985 * ggc-common.c: Likewise.
7986 * ggc-page.c: Likewise.
7987 * loop-unroll.c: Likewise.
7988 * loop-unswitch.c: Likewise.
7989 * loop.c: Likewise.
7990 * mips-tfile.c: Likewise.
7991 * optabs.c: Likewise.
7992 * ra-build.c: Likewise.
7993 * ra-colorize.c: Likewise.
7994 * ra-rewrite.c: Likewise.
7995 * ra.h: Likewise.
7996 * regmove.c: Likewise.
7997 * reload.c: Likewise.
7998 * rtlanal.c: Likewise.
7999 * sched-ebb.c: Likewise.
8000 * sched-int.h: Likewise.
8001 * sched-vis.c: Likewise.
8002 * sreal.c: Likewise.
8003 * ssa-ccp.c: Likewise.
8004 * ssa.c: Likewise.
8005 * toplev.c: Likewise.
8006 * tree-inline.c: Likewise.
8007 * value-prof.c: Likewise.
8008 * value-prof.h: Likewise.
8009
5f2fc772
NS
80102003-07-01 Nathan Sidwell <nathan@codesourcery.com>
8011
8012 * rtl.h (emit_line_note_after): Remove.
8013 (emit_note_copy_after, emit_note_copy): New.
8014 * emit-rtl.c (reorder_insns_with_line_notes): Replace
8015 emit_line_note_after with emit_note_copy_after.
8016 (emit_insn_after_with_line_notes): Likewise.
8017 (emit_line_note_after): Kill.
8018 (emit_note_copy_after): New.
8019 (emit_note_copy): New.
8020 * function.c (emit_return_into_block): Use emit_note_copy_after.
8021 (thread_prologue_and_epilogue_insns): Likewise.
8022 * integrate.c (expand_inline_function): Use emit_note_copy.
8023 (copy_insn_list): Likewise.
8024 * unroll.c (copy_loop_body): Likewise.
8025 * cfglayout.c (duplicate_insn_chain): Likewise.
8026
5b030314
NS
80272003-07-01 Nathan Sidwell <nathan@codesourcery.com>
8028
8029 * c-tree.h (define_label): Replace filename and lineno arguments
8030 with a location_t.
8031 * c-decl.c (poplevel): Adjust define_label call.
8032 (pop_label_level): Likewise.
8033 (define_label): Replace filename and lineno arguments with a
8034 location_t.
8035 (store_parm_decls): Use DECL_SOURCE_LOCATION.
8036 * c-parse.in (label): Adjust define_label call.
8037
04df6730
NB
80382003-07-01 Neil Booth <neil@daikokuya.co.uk>
8039
8040 * config/sol2.h, config/alpha/alpha.h, config/alpha/linux.h,
8041 config/i386/i386-interix.h, config/ia64/hpux.h, config/mips/iris6.h,
8042 config/mips/linux.h, config/mips/mips.h, config/pa/pa-hpux.h,
8043 config/pa/pa-hpux10.h, config/pa/pa-hpux11.h, config/pa/pa-pro-end.h,
8044 config/pa/pa.h, config/pa/rtems.h: Use c_dialect_ macros.
8045
6cf9ac28
AJ
80462003-07-01 Andreas Jaeger <aj@suse.de>
8047
8048 * final.c: Convert prototypes to ISO C90.
8049 * flow.c: Likewise.
8050 * flags.h: Likewise.
8051 * gcov-io.c: Likewise.
8052 * gcov-io.h: Likewise.
8053
2a868fac 8054See ChangeLog.9 for earlier changes.
This page took 1.076239 seconds and 5 git commands to generate.