]> gcc.gnu.org Git - gcc.git/blob - gcc/ChangeLog
c-opts.c (print_help): Remove.
[gcc.git] / gcc / ChangeLog
1 2003-07-15 Neil Booth <neil@daikokuya.co.uk>
2
3 * c-opts.c (print_help): Remove.
4 (c_common_handle_option): Don't handle --help.
5 * c.opt: Document some options.
6 (--help): Remove.
7 * opts.c (print_filtered_help): New.
8 (print_help): Use it.
9
10 2003-07-14 Geoffrey Keating <geoffk@apple.com>
11
12 * c-common.c (c_common_type_for_mode): Handle V4DFmode.
13 * tree.c: (build_common_tree_nodes_2): Likewise.
14 * tree.h (enum tree_index): Add TI_V4DF_TYPE.
15 (V4DF_type_node): New.
16
17 * c-opts.c (push_command_line_include): Don't free deferred_opts,
18 we'll need it.
19 (finish_options): Reset init_cursor.
20
21 2003-07-15 Kazu Hirata <kazu@cs.umass.edu>
22
23 * expr.c (expand_assignment): Remove an unused argument
24 SUGGEST_REG.
25 * expr.h: Update the prototype.
26 * function.c: Update the callers.
27 * stmt.c: Likewise.
28
29 2003-07-14 Mark Mitchell <mark@codesourcery.com>
30
31 PR debug/11098
32 * integrate.c (copy_decl_for_inlining): Do not mark copied decls
33 as DECL_ABSTRACT.
34
35 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
36
37 * fixinc/inclhack.def (avoid_bool_define, avoid_bool_type): Bypass
38 with __cplusplus, not "we must use the C++ compiler's type"
39 * fixinc/inclhack.def (void_null): Note that Interix needs this.
40 * fixinc/fixincl.x: Regenerate.
41
42 2003-07-14 Geoffrey Keating <geoffk@apple.com>
43
44 * unwind-dw2-fde-darwin.c (live_image_destructor): Get seen_objects
45 and unseen_objects from the global data before calling
46 __deregister_frame_info_bases.
47 (examine_objects): Insert objects into the seen_objects list,
48 not unseen_objects.
49 (_Unwind_Find_FDE): Always unlock the global object lists, even if
50 we couldn't allocate a data structure to put in it.
51
52 * objc/objc-act.h (CLASS_SUPER_NAME): Add a little typechecking.
53 (TYPE_PROTOCOL_LIST): Share use of type.context with C frontend.
54 (SET_TYPE_PROTOCOL_LIST): New.
55 * objc/objc-act.c (get_static_reference): Use SET_TYPE_PROTOCOL_LIST.
56 (get_object_reference): Likewise.
57
58 Mon Jul 14 23:14:28 CEST 2003 Jan Hubicka <jh@suse.cz>
59
60 * cfglayout.c (locator_file): Break out from ....
61 (insn_file): ... here.
62 (locator_line): Break out from ....
63 (insn_line): ... here.
64 * rtl.h (locator_file, locator_line): Declare.
65 (final_start_function): Set proper line/file info.
66
67 2003-07-14 Gabriel Dos Reis <gdr@integrable-solutions.net>
68
69 * c-pretty-print.c (pp_c_unary_expression): A CONVERT_EXPR is
70 handled by pp_c_cast_expression.
71
72 2003-07-14 Richard Sandiford <rsandifo@redhat.com>
73
74 * config/mips/mips.c (mips_expand_prologue): Use a single insn to
75 allocate 32768 bytes of stack. Use addition rather than subtraction
76 when a single insn is enough.
77 * config/mips/mips.md: Remove insns and splitters for subtracting
78 constants.
79 (subsi3): Only accept register operands.
80 (subsi3_internal): Likewise. Use for TARGET_MIPS16 as well.
81 (subdi3_internal_3, subsi3_internal_2): Likewise.
82 (casesi): Use expand_binop to subtract the lower bound.
83
84 2003-07-14 Richard Sandiford <rsandifo@redhat.com>
85
86 * config/mips/mips.c (mips_in_small_data_p): Don't handle
87 TARGET_MIPS16 specially.
88
89 2003-07-14 Richard Sandiford <rsandifo@redhat.com>
90
91 * config/mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Use
92 mips_output_aligned_bss.
93 * config/mips/linux.h: Likewise.
94 * config/mips/mips-protos.h (mips_output_aligned_bss): Declare.
95 * config/mips/mips.c (mips_output_aligned_bss): New function.
96
97 * config/mips/elf.h (DBX_DEBUGGING_INFO): Delete.
98 * config/mips/elf64.h: Likewise.
99
100 * config/mips/elf.h (ASM_DECLARE_OBJECT_NAME): Use
101 mips_declare_object_name.
102 (ASM_FINISH_DECLARE_OBJECT): Likewise mips_finish_declare_object.
103 * config/mips/elf64.h: As for elf.h.
104 * config/mips/iris6.h: Likewise.
105 * config/mips/linux.h (ASM_DECLARE_OBJECT_NAME): As for elf.h.
106 * config/mips/mips.h (ASM_DECLARE_OBJECT_NAME): Remove unnecessary
107 do...while (0) block.
108 * config/mips/mips-protos.h (mips_declare_object_name): Declare.
109 (mips_finish_declare_object): Declare.
110 * config/mips/mips.c (mips_declare_object_name): New function.
111 (mips_finish_declare_object): New function.
112
113 * config/mips/elf.h (SBSS_SECTION_ASM_OP): Delete.
114 * config/mips/linux.h: Likewise.
115
116 * config/mips/mips.c (inside_function): Delete.
117 (file_in_function_warning, ignore_line_number): Delete.
118 (mips_output_filename): Don't warn about changing filenames within
119 a function.
120 (mips_output_lineno): Update accordingly.
121 (mips_output_function_prologue): Don't reset the deleted variables.
122 * config/mips/mips.h (inside_function): Delete.
123 (file_in_function_warning, ignore_line_number): Delete.
124
125 * config/mips/elf.h (OBJECT_FORMAT_COFF, EXTENDED_COFF): Remove undefs.
126 * config/mips/elf64.h: Likewise.
127 * config/mips/openbsd.h: Likewise.
128 * config/mips/iris5.h (OBJECT_FORMAT_COFF): Remove undefs.
129 * config/mips/linux.h: Likewise.
130 * config/mips/mips.h (OBJECT_FORMAT_COFF, EXTENDED_COFF): Delete.
131 (CODE_MASK, MIPS_IS_STAB, MIPS_MARK_STAB, MIPS_UNMARK_STAB): Delete.
132
133 * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): Add mips/sdb.h
134 to the list of include files when using gas.
135 (mips*el-*-openbsd*, mips*-*-openbsd*): Add mips/sdb.h unconditionally.
136 * config/mips/elf.h: Remove #undef SDB_DEBUGGING_INFO.
137 * config/mips/elf64.h: Likewise.
138 * config/mips/iris5.h: Likewise.
139 * config/mips/linux.h: Likewise.
140 * config/mips/iris5gas.h (SDB_DEBUGGING_INFO): Remove definition.
141 * config/mips/mips.h (PREFERRED_DEBUGGING_TYPE): Likewise.
142 (SDB_DEBUGGING_INFO, sdb*, SDB_ALLOW_*, PUT_SDB*): Move to...
143 * config/mips/sdb.h: ...this new file.
144
145 2003-07-14 Douglas Rupp <rupp@gnat.com>
146
147 * fixinc/server.c (server_setup): Don't use non-POSIX NULL first
148 argument to getcwd; use fixed buffer instead.
149
150 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
151
152 * fixinc/mkfixinc.sh: Treat OpenBSD normally.
153 * fixinc/fixinc.wrap: Delete.
154
155 2003-07-14 Dan Nicolaescu <dann@ics.uci.edu>
156
157 * ggc-page.c (extra_order_size_table): Insns have 9 slots. Regs
158 don't have 2.
159
160 2003-07-14 Dan Nicolaescu <dann@ics.uci.edu>
161
162 * ggc-page.c (struct globals): Add new fields to keep track of the
163 total allocated memory and overhead.
164 (ggc_print_statistics): Print them.
165 (ggc_alloc): Keep track of the total allocated memory and the
166 overhead.
167
168 * tree.c (dump_tree_statistics): Increase spacing.
169 (enum tree_node_kind): Move to ...
170 * tree.h (enum tree_node_kind): ... here.
171 (tree_node_counts, tree_node_sizes): Declare.
172
173 2003-07-14 James A. Morrison <ja2morri@student.math.uwaterloo.ca>
174
175 * doc/include/texinfo.tex: Upgrade to texinfo 4.6.
176
177 2003-07-14 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
178
179 PR optimization/11440
180 * gcse.c (try_replace_reg): Don't attach notes to ZERO_EXTRACT or
181 SIGN_EXTRACT SETs.
182
183 2003-07-14 Alan Modra <amodra@bigpond.net.au>
184
185 * doc/tm.texi (BLOCK_REG_PADDING): Describe.
186 * expr.h (struct locate_and_pad_arg_data): Add where_pad.
187 (emit_group_load, emit_group_store): Adjust declarations.
188 Remove most occurrences of #ifdef TREE_CODE.
189 * expr.c (emit_group_load): Add "type" param, and use
190 BLOCK_REG_PADDING to determine need for a shift. Optimize non-
191 aligned accesses if !SLOW_UNALIGNED_ACCESS.
192 (emit_group_store): Likewise.
193 (emit_push_insn, expand_assignment, store_expr, expand_expr): Adjust
194 emit_group_load and emit_group_store calls.
195 * calls.c (store_unaligned_arguments_into_pseudos): Tidy. Use
196 BLOCK_REG_PADDING to determine whether we need endian_correction.
197 (load_register_parameters): Localize vars. Handle shifting of
198 small values to the correct end of regs. Adjust emit_group_load
199 call.
200 (expand_call, emit_library_call_value_1): Adjust emit_group_load
201 and emit_group_store calls.
202 * function.c (assign_parms): Set mem alignment for stack slots.
203 Adjust emit_group_store call. Store values at the "wrong" end
204 of regs to the stack. Use BLOCK_REG_PADDING.
205 (locate_and_pad_parm): Save where_pad.
206 (expand_function_end): Adjust emit_group_load call.
207 * stmt.c (expand_value_return): Adjust emit_group_load call.
208 * Makefile.in (calls.o): Depend on $(OPTABS_H).
209 * config/rs6000/linux64.h (TARGET_LITTLE_ENDIAN): Redefine as 0.
210 (AGGREGATE_PADDING_FIXED, AGGREGATES_PAD_UPWARD_ALWAYS): Define.
211 (MUST_PASS_IN_STACK): Define.
212 (BLOCK_REG_PADDING): Define.
213 * config/rs6000/rs6000.h (struct rs6000_args): Remove orig_nargs.
214 (PAD_VARARGS_DOWN): Define in terms of FUNCTION_ARG_PADDING.
215 * config/rs6000/rs6000.c (init_cumulative_args): Don't set orig_nargs.
216 (function_arg_padding): !AGGREGATE_PADDING_FIXED compatibility code.
217 Act on AGGREGATES_PAD_UPWARD_ALWAYS.
218
219 2003-07-13 Aaron W. LaFramboise <awlaframboise@aol.com>
220
221 * config/i386/gthr-win32.c (__GTHREAD_HIDE_WIN32API): Define to 1.
222
223 2003-07-13 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
224
225 * expr.c (expand_expr, case COMPONENT_REF): If reg, copy OP0 to MEM
226 both if OFFSET specified and if result BLKmode for ARRAY_RANGE_REF.
227
228 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
229
230 PR other/11123
231 * toplev.c: Don't cut off option names.
232
233 2003-07-13 Andreas Jaeger <aj@suse.de>
234
235 * c-decl.c (link_hash_hash): Avoid warning about casting pointer
236 to integer of different size.
237
238 2003-07-13 Kazu Hirata <kazu@cs.umass.edu>
239
240 * combine.c (simplify_comparison): Convert (ne (and (not X) 1) 0)
241 to (eq (and X 1) 0).
242
243 2003-07-13 Andreas Jaeger <aj@suse.de>
244
245 * config.gcc: Add pmmintrin.h for x86_64-*-*.
246
247 2003-07-13 Zack Weinberg <zack@codesourcery.com>
248
249 * Makefile.in (LIBCPP_DEPS): Remove coretypes.h and $(TM_H).
250 (hashtable.o, line-map.o, mkdeps.o): Likewise, from dependency
251 list. Move these all together down by cpplib.
252
253 * cpplib.h: Don't refer to MAX_WCHAR_TYPE_SIZE when determining
254 definition of CPPCHAR_SIGNED_T.
255
256 * cppcharset.c, cpperror.c, cppexp.c, cppfiles.c, cpphash.c, cppinit.c
257 * cpplex.c, cpplib.c, cppmacro.c, cpppch.c, cpptrad.c, hashtable.c
258 * line-map.c, mkdeps.c: Don't include coretypes.h or tm.h.
259
260 * cpphash.c (_cpp_init_hashtable): Don't use gcc_obstack_init.
261 * cppinit.c (cpp_create_reader): Likewise.
262
263 * cpphash.h (scan_out_logical_line): Rename _cpp_scan_out_logical_line.
264 * cpptrad.c: Likewise. All callers changed.
265 * cpplib.c: All callers changed.
266 * c-ppoutput.c: Replace 'uchar' with 'unsigned char' throughout.
267 * hashtable.h: Define GTY(x) to nothing here too.
268
269 2003-07-13 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
270
271 * stor-layout.c (compute_record_mode): Remove very obsolete test
272 that forces BLKmode for records with fields crossing word boundary.
273
274 2003-07-13 Zack Weinberg <zack@codesourcery.com>
275
276 * Makefile.in: Remove orphan reference to acconfig.h.
277
278 2003-07-13 Andreas Jaeger <aj@suse.de>
279
280 * cgraphunit.c: Convert prototypes to ISO C90.
281
282 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
283
284 * fixinc/inclhack.def (avoid_wchar_t_type): Use __cplusplus bypass
285 (for OpenBSD).
286 * fixinc/fixincl.x: Rebuild.
287
288 2003-07-12 Zack Weinberg <zack@codesourcery.com>
289
290 * configure.in: Always define HAVE_AS_GOTOFF_IN_DATA for
291 i?86-*-*. Use correct name of cache variable.
292 * configure: Regenerate.
293
294 2003-07-12 Kazu Hirata <kazu@cs.umass.edu>
295
296 * config/alpha/alpha.c: Fix comment typos.
297 * config/alpha/alpha.md: Likewise.
298 * config/arm/arm.c: Likewise.
299 * config/arm/arm.md: Likewise.
300 * config/arm/lib1funcs.asm: Likewise.
301 * config/avr/avr.md: Likewise.
302 * config/arm/README-interworking: Fix typos.
303
304 2003-07-12 Kazu Hirata <kazu@cs.umass.edu>
305
306 * c-format.c: Fix comment formatting.
307 * c-typeck.c: Likewise.
308 * coverage.c: Likewise.
309 * cppcharset.c: Likewise.
310 * cpplib.c: Likewise.
311 * dbxout.c: Likewise.
312 * gcov-io.h: Likewise.
313 * toplev.c: Likewise.
314
315 2003-07-12 Nathanael Nerode <neroden@gcc.gnu.org>
316
317 * fixinc/inclhack.def (alpha_sbrk): Note that OpenBSD needs this
318 fix.
319
320 2003-07-12 Zack Weinberg <zack@codesourcery.com>
321
322 * aclocal.m4 (gcc_AC_CHECK_TYPE): Clone of AC_CHECK_TYPE,
323 uses three-argument AC_DEFINE so no acconfig.h entries are
324 needed.
325 (_gcc_COMPUTE_GAS_VERSION): Also provide gcc_cv_gas_vers
326 which contains the GAS version number as a scaled integer.
327 (gcc_GAS_VERSION_GTE_IFELSE): Use gcc_cv_gas_vers. Add
328 ability to check for ELF assembler.
329 (gcc_GAS_CHECK_FEATURE): New macro.
330 * configure.in: Use gcc_AC_CHECK_TYPE. Rewrite all
331 assembler feature checks using gcc_GAS_CHECK_FEATURE.
332 Use three-argument AC_DEFINE everywhere.
333 * acconfig.h: Deleted.
334 * config.in, configure: Regenerate.
335
336 2003-07-12 Nathanael Nerode <neroden@gcc.gnu.org>
337
338 * fixinc/inclhack.def (struct_sockaddr): Avoid "fixing" sockaddr_in
339 (on OpenBSD).
340 * fixinc/fixincl.x: Regenerate.
341
342 * fixinc/inclhack.def (gnu_types): Improve comment.
343
344 2003-07-12 Andreas Jaeger <aj@suse.de>
345
346 * fp-test.c (main): Use ISO C90 prototype.
347
348 * version.c: Remove unneded include of ansidecl.h.
349
350 * cgraph.h: Convert prototypes to ISO C90.
351 * cgraph.c: Likewise.
352 * fix-header.c: Likewise.
353 * ra.h: Likewise.
354 * protoize.c: Likewise.
355
356 Sat Jul 12 06:09:38 CEST 2003 Jan Hubicka <jh@suse.cz>
357
358 * cgraphunit.c (cgraph_inlined_into, cgraph_inlined_calees): Fix
359 warning.
360
361 Sat Jul 12 03:06:01 CEST 2003 Jan Hubicka <jh@suse.cz>
362 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
363
364 * cgraph.c (cgraph_max_uid): New global variable.
365 (cgraph_node): Set uid field.
366 (create_edge): Keep inline flags consistent.
367 (dump_cgraph): Dump more info.
368 * cgraph.h (struct cgraph_local_info): Remove inline_many and
369 can_inline_once; add inlinable, disgread_inline_limits, and self_insn
370 (struct cgraph_global_info): Add insns, calls, cloned_times,
371 will_be_output.
372 (struct cgraph_node): Add uid.
373 (struct cgraph_edge): Add inline_call.
374 (cgraph_max_uid, cgraph_inline_p): Declare.
375 * cgraph.c: Include params.h and fibheap.h
376 (cgraph_mark_functions_to_inline_once): Kill.
377 (INSNS_PER_CALL): New constant.
378 (ncalls_inlined, nfunctions_inlined, initial_insns, overall_insns): New
379 static variables.
380 (cgraph_finalize_function): Do not analyze inlining.
381 (cgraph_finalize_compilation_unit): Set inlining attributes.
382 (cgraph_mark_functions_to_output): More consistency checks.
383 (cgraph_optimize_function): Set current_function_decl to NULL.
384 (cgraph_expand_function): Use new inline flags.
385 (cgraph_postorder): Expand from cgraph_expand_functions.
386 (INLINED_TIMES, SET_INLINED_TIMES): New macros.
387 (cgraph_inlined_into, cgraph_inlined_callees,
388 cgraph_estimate_size_after_inlining, cgraph_estimate_growth,
389 cgraph_mark_inline, cgraph_check_inline_limits,
390 cgraph_default_inline_p, cgraph_decide_inling_of_small_functions,
391 cgraph_decide_inlining, cgraph_inline_p): New functions.
392 * params.def (PARAM_LARGE_FUNCTION_INSNS, PARAM_LARGE_FUNCTION_GROWTH,
393 PARAM_INLINE_UNIT_GROWTH): New parameters.
394 * tree-inline.c (struct inline_data): New field current_decl.
395 (expand_call_inline): Avoid forward declarations; use
396 inlinable_function_p.
397 (optimize_inline_calls): Set id.current_decl.
398
399 2003-07-11 Andrew Pinski <pinskia@physics.uc.edu>
400
401 * configure.in: Remove wrongly added definition of
402 local_prefix.
403 * configure: Regenerate.
404
405 2003-07-11 Dan Nicolaescu <dann@ics.uci.edu>
406
407 * rtl.def (NOTE): Do not use padding.
408
409 2003-07-11 Dara Hazeghi <dhazeghi@yahoo.com>
410
411 * doc/install.tex: Update required binutils for i?86-*-linux*
412
413 2003-07-11 Richard Henderson <rth@redhat.com>
414
415 * Makefile.in (stage1_build): Force OBJS-onestep=OBJS.
416
417 2003-07-11 Mark Mitchell <mark@codesourcery.com>
418
419 * varasm.c (make_decl_rtl): Treat decls with a DECL_CONTEXT of
420 TRANSLATION_UNIT_DECL as top_level.
421
422 2003-07-11 Jakub Jelinek <jakub@redhat.com>
423
424 * optabs.c (prepare_cmp_insn): Try cmpmemM first if it exists,
425 then fall back to cmpstrM.
426 * builtins.c (expand_builtin_memcmp): Likewise.
427 * config/s390/s390-protos.h (s390_expand_cmpstr): Rename to...
428 (s390_expand_cmpmem): ... this.
429 * config/s390/s390.md (cmpmemdi, cmpmemsi, cmpmem_short_64,
430 cmpmem_short_31, cmpmem_long_64, cmpmem_long_31): Renamed
431 from cmpstr* patterns. Rename call to s390_expand_cmpstr
432 to s390_expand_cmpmem.
433 * config/s390/s390.c (s390_expand_cmpstr): Rename to...
434 (s390_expand_cmpstr): ... this. Rename cmpstr* instructions
435 to cmpmem*.
436 * config/i370/i370.md (cmpmemsi, cmpmemsi_1): Renamed from
437 cmpstr* patterns.
438 * doc/md.texi (cmpstrM): Describe as String compare insn, not
439 Block compare insn.
440 (cmpmemM): Add.
441
442 2003-07-11 Loren James Rittle <ljrittle@acm.org>
443
444 * config/i386/freebsd.h (SET_ASM_OP): Remove.
445 (SUBTARGET_OVERRIDE_OPTIONS): Handle TARGET_64BIT case.
446 (ASM_COMMENT_START, ASM_APP_ON, ASM_APP_OFF, DBX_REGISTER_NUMBER
447 MCOUNT_NAME, SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE_SIZE): Whitespace.
448
449 2003-07-11 Richard Henderson <rth@redhat.com>
450
451 * function.c (assign_parms): Don't recombine complex args if
452 fnargs is unchanged from orig_fnargs.
453 (split_complex_args): Return args without complex before copying.
454 Re-layout the modified parameters.
455
456 2003-07-11 J"orn Rennecke <joern.rennecke@superh.com>
457
458 * regclass.c (choose_hard_reg_mode): Add third argument.
459 Changed all callers.
460 * rtl.h (choose_hard_reg_mode): Update declaration.
461 * dwarf2out.c (expand_builtin_init_dwarf_reg_sizes):
462 Take HARD_REGNO_CALL_PART_CLOBBERED into account.
463
464 2003-07-11 Geoffrey Keating <geoffk@apple.com>
465
466 * c-decl.c (finish_decl): Handle 'used' here...
467 * cgraphunit.c (cgraph_finalize_function): ... and here ...
468 * c-common.c: (handle_used_attribute): ... not here.
469
470 * configure.in (onstep): Support --enable-intermodule.
471 * Makefile.in (OBJS-common): New.
472 (OBJS-md): New.
473 (OBJS-archive): New.
474 (OBJS): Build from OBJS-common, OBJS-md, OBJS-archive.
475 (OBJS-onestep): New.
476 (libbackend.a): Support @onestep@.
477 (libbackend.o): New.
478 * configure: Regenerate.
479
480 * c-common.h (c_reset_state): New prototype.
481 (c_parse_file): New prototype.
482 (finish_file): Move prototype from c-tree.h.
483 * c-decl.c: Include <hashtab.h>.
484 (builtin_decls): New.
485 (current_file_decl): New.
486 (duplicate_decls): Add extra parameter. Change all callers. Don't
487 output duplicate common symbols.
488 (link_hash_hash): New.
489 (link_hash_eq): New.
490 (poplevel): Handle popping of the top level.
491 (warn_if_shadowing): Handle TRANSLATION_UNIT_DECL.
492 (pushdecl): Set DECL_CONTEXT to TRANSLATION_UNIT_DECL if appropriate.
493 (pushdecl_top_level): Likewise.
494 (redeclaration_error_message): Handle TRANSLATION_UNIT_DECL.
495 (c_init_decl_processing): Create TRANSLATION_UNIT_DECL.
496 (finish_decl): Handle TRANSLATION_UNIT_DECL.
497 (merge_translation_unit_decls): New.
498 (c_write_global_declarations): New.
499 (c_reset_state): New.
500 (implicitly_declare): Handle TRANSLATION_UNIT_DECL.
501 * c-lang.c (LANG_HOOKS_WRITE_GLOBALS): New.
502 * c-objc-common.c (c_cannot_inline_tree_fn): Handle
503 TRANSLATION_UNIT_DECL.
504 (c_objc_common_finish_file): Call merge_translation_unit_decls.
505 * c-opts.c (in_fnames): Rename from in_fname.
506 (c_common_decode_option): Handle multiple input filenames.
507 (c_common_post_options): Likewise.
508 (c_common_parse_file): Likewise; also, call c_parse_file rather than
509 yyparse.
510 * c-parse.in: Move cleanup code to c_parse_file.
511 (free_parser_stacks): Move contents to c_parse_file.
512 (c_parse_file): New.
513 * c-tree.h (union lang_tree_node): Chain along TYPE_NEXT_VARIANT
514 for integer types.
515 (C_DECL_FILE_SCOPE): New.
516 (finish_file): Move prototype to c-common.h.
517 (merge_translation_unit_decls): New prototype.
518 (comptypes): Add extra parameter to prototype.
519 (c_write_global_declarations): New prototype.
520 * c-typeck.c (tagged_types_tu_compatible_p): New.
521 (function_types_compatible_p): Add extra parameter, change all callers.
522 (type_lists_compatible_p): Likewise.
523 (comptypes): Likewise.
524 (struct tagged_tu_seen): New.
525 (tagged_tu_seen_base): New.
526 (build_unary_op): Handle TRANSLATION_UNIT_DECL.
527 (c_mark_addressable): Remove #if 0 code.
528 * calls.c (special_function_p): Handle TRANSLATION_UNIT_DECL, add
529 comment explaining why it shouldn't have to.
530 * cgraph.h (struct cgraph_node): Add chain_next and chain_prev GTY
531 options.
532 * cppinit.c (cpp_read_next_file): New.
533 (cpp_read_main_file): Use it.
534 * cpplib.c (undefine_macros): New.
535 (cpp_undef_all): New.
536 * cpplib.h (cpp_read_next_file): Prototype.
537 (cpp_undef_all): Prototype.
538 * langhooks-def.h (write_global_declarations): Remove prototype.
539 * toplev.h (write_global_declarations): Add prototype.
540 * tree.c (decl_type_context): Use switch statement, handle
541 TRANSLATION_UNIT_DECL.
542 * tree.def: Update documentation for TRANSLATION_UNIT_DECL.
543 (TRANSLATION_UNIT_DECL): New kind of tree.
544 * tree.h: Update documentation for TRANSLATION_UNIT_DECL.
545 * Makefile.in (c-decl.o): Add $(HASHTAB_H) to dependencies.
546 * doc/invoke.texi: Make attempt to document new functionality.
547
548 2003-05-19 Per Bothner <bothner@apple.com>
549
550 * gcc.c (combine_inputs): New.
551 (process_command): Set combine_inputs.
552 (do_spec_1): Handle combine_inputs.
553 (main): Likewise.
554
555 2003-07-10 James E Wilson <wilson@tuliptree.org>
556
557 PR optimization/9745
558 * loop.c (loop_iv_add_mult_emit_before): Call loop_regs_update before
559 loop_insn_emit_before.
560 (loop_iv_add_mult_sink, loop_iv_add_mult_hoist): Likewise.
561
562 2003-07-10 Zack Weinberg <zack@codesourcery.com>
563
564 * cppcharset.c: Fix comment.
565 (iconv_close [!HAVE_ICONV]): #define to (void)0 to prevent warning.
566 (EILSEQ): #define to EINVAL if not already defined.
567 (convert_using_iconv): #if out when !HAVE_ICONV.
568 (init_iconv_desc): Handle !HAVE_ICONV here...
569 (cpp_init_iconv): ...not here.
570
571 2003-07-11 Neil Booth <neil@daikokuya.co.uk>
572
573 * common.opt: More --help messages.
574 * opts.c (print_help): Use puts().
575 * toplev.c (f_options): Remove help text.
576 (display_help): Don't dump f_options.
577
578 2003-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
579
580 * fixinc/mkfixinc.sh: Drop reference to unsupported alpha-*-interix*.
581 Move i?86-*-interix* to the don't-fix list.
582 * fixinc/fixinc.interix: Delete with extreme prejudice.
583
584 2003-07-10 Dara Hazeghi <dhazeghi@yahoo.com>
585
586 PR bootstrap/10758
587 * doc/install.texi: Document requirements for ia64-*-hpux* target.
588
589 2003-07-10 Roger Sayle <roger@eyesopen.com>
590
591 * config/ia64/hpux.h (TARGET_C99_FUNCTIONS): Define.
592
593 2003-07-10 Zack Weinberg <zack@codesourcery.com>
594
595 * cppcharset.c (one_utf8_to_cppchar, one_cppchar_to_utf8,
596 one_utf8_to_utf32, one_utf32_to_utf8, one_utf8_to_utf16,
597 one_utf16_to_utf8, conversion_loop, convert_utf8_utf16,
598 convert_utf8_utf32, convert_utf16_utf8, convert_utf32_utf8,
599 convert_no_conversion, convert_using_iconv): New functions.
600 (APPLY_CONVERSION): New macro.
601 (struct conversion, conversion_tab): New data structure.
602 (init_iconv_desc): Check conversion_tab for a custom conversion
603 primitive before trying to use iconv.
604 (convert_cset): Deleted.
605 (cpp_init_iconv): Use UTF- terminology, not UCS-.
606 (_cpp_destroy_iconv): Update to match.
607 (_cpp_valid_ucn): We don't need iconv to implement UCNs.
608 (convert_ucn): Use one_cppchar_to_utf8 and APPLY_CONVERSION.
609 (convert_escape, cpp_interpret_string): Use APPLY_CONVERSION.
610 (_cpp_interpret_string_notranslate): New function, moved here
611 from cpplib.c.
612
613 * cpphash.h (convert_f, struct cset_converter): New types.
614 (struct cpp_reader): narrow_cset_desc and wide_cset_desc
615 are now struct cset_converter, not bare iconv_t.
616 Update prototypes.
617 * cpplib.c (interpret_string_notranslate): Moved to cppcharset.c;
618 all callers changed.
619
620 2003-07-10 Kelley Cook <kelleycook@wideopenwest.com>
621
622 * Makefile.in (options.h): Depend on Makefile. Add move-if-change
623 to opts.sh command line.
624 * opts.sh: Write to temporary files with a move-if-change at the end.
625
626 2003-06-30 Denis Chertykov <denisc@overta.ru>
627 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
628
629 * combine.c (gen_binary): Handle the CLOBBER rtx and
630 don't build a binary operation with it.
631
632 2003-07-10 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
633
634 * gcse.c (load_kills_store, find_loads, store_killed_in_insn,
635 store_killed_after, store_killed_before): Keep track of the correct
636 dependency function to use.
637
638 2003-07-10 Steven Bosscher <steven@gcc.gnu.org>
639 * toplev.c (do_compile): Don't try to open dump files before
640 lang_dependent_init initializes dump_base_name.
641
642 2003-07-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
643
644 * config/arm/arm.c (arm_init_iwmmxt_builtins, arm_expand_builtin):
645 Use ARRAY_SIZE.
646 * config/frv/frv.c (frv_expand_builtin): Likewise.
647 * config/sh/sh.c (sh_media_init_builtins): Likewise.
648
649 2003-07-09 Mark Mitchell <mark@codesourcery.com>
650
651 PR c++/10032
652 * doc/invoke.texi (C++ Dialect Options): Change documentation of
653 -fpermissive.
654
655 2003-07-10 J"orn Rennecke <joern.rennecke@superh.com>
656
657 * tm.texi (RETURN_ADDR_OFFSET): Document.
658
659 2003-07-10 Nathan Sidwell <nathan@codesourcery.com>
660
661 * gcov-io.h: Update documentation.
662 (GCOV_UNSIGNED2STRING): New.
663 (GCOV_TAG_FUNCTION_LENGTH, GCOV_TAG_BLOCKS_LENGTH,
664 GCOV_TAG_ARCS_LENGTH, GCOV_TAG_COUNTER_LENGTH,
665 GCOV_TAG_SUMMARY_LENGTH): Adjust.
666 (GCOV_TAG_BLOCKS_NUM, GCOV_TAG_ARCS_NUM,
667 GCOV_TAG_COUNTER_NUM): New.
668 (GCOV_BLOCK_SIZE): Number of words.
669 (gcov_var): Adjust buffer type.
670 * gcov-io.c (gcov_write_bytes, gcov_read_bytes): Rename to ...
671 (gcov_write_words, gcov_read_words): ... here. Take a 4-byte word
672 count, not byte count.
673 (gcov_open): Adjust overread init.
674 (gcov_allocate, gcov_write_unsigned, gcov_write_counter,
675 gcov_write_string, gcov_write_tag, gcov_write_length,
676 gcov_write_tag_length): Adjust.
677 (gcov_read_unsigned, gcov_read_counter, gcov_read_string): Adjust.
678 (gcov_sync, gcov_seek): Adjust.
679 * gcov-dump.c (print_usage): Show gcc version only.
680 (dump_file): Use GCOV_UNSIGNED2STRING.
681 (tag_blocks, tag_arcs, tag_counters): Use GCOV_TAG_*_NUM macros.
682 * gcov.c (print_version): Show gcc version only.
683 (read_graph_file): Use GCOV_UNSIGNED2STRING. Use
684 GCOV_TAG_*_NUM macros.
685 (read_count_file): Use GCOV_UNSIGNED2STRING. Use
686 GCOV_TAG_COUNTER_LENGTH.
687 * coverage.c (read_counts_file): Use GCOV_UNSIGNED2STRING.
688 Use GCOV_TAG_COUNTER_NUM.
689 * libgcov.c (gcov_version): Use GCOV_UNSIGNED2STRING.
690 (__gcov_merge_single, __gcov_merge_delta): Use GCOV_CHECK.
691
692 2003-07-10 Andreas Schwab <schwab@suse.de>
693
694 * gcov-dump.c (dump_file): Fix missing address operator.
695
696 2003-07-10 Kazu Hirata <kazu@cs.umass.edu>
697
698 PR c/11449
699 * fold-const.c (sign_bit_p): Return EXP if VAL is the sign bit
700 of HOST_WIDE_INT.
701 (fold_single_bit_test): If sign_bit_p() fails, assume that the
702 bit being tested is not a sign bit.
703
704 2003-07-10 Kazu Hirata <kazu@cs.umass.edu>
705
706 * config/h8300/h8300.md (a peephole2): New.
707
708 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
709
710 2001-12-13 Alexandre Oliva <aoliva@redhat.com>
711 * config/mn10300/linux.h (LINK_SPEC): Rename the dynamic linker
712 from ld-linux.so.2 to ld.so.1.
713 2001-11-18 Alexandre Oliva <aoliva@redhat.com>
714 * config/mn10300/linux.h (LINK_SPEC): -lpthread, not -lthread.
715 * config/mn10300/linux.h (LINK_SPEC): Don't handle -Wl,-rpath
716 nor -Wl,-rpath-link.
717 (LIB_SPEC): Add -rpath-link if !static.
718 2001-08-22 Alexandre Oliva <aoliva@redhat.com>
719 * config/mn10300/mn10300.c (mn10300_protect_label): New
720 variable.
721 * config/mn10300/linux.h (PRINT_OPERAND,
722 PRINT_OPERAND_ADDRESS): Set it during their execution.
723 (ASM_OUTPUT_LABELREF): Output `+' before symbol name if
724 mn10300_protect_label is set.
725 * config/mn10300/linux.h (LINK_SPEC): Recognize -Wl,-rpath and
726 -Wl,-rpath-link.
727 (LIB_SPEC, STARTFILE_SPEC): Define.
728 2001-05-11 Alexandre Oliva <aoliva@redhat.com>
729 * config/mn10300/t-linux (dp-bit.c, fp-bit.c): Don't define
730 FLOAT_BIT_ORDER_MISMATCH.
731 2001-05-09 Alexandre Oliva <aoliva@redhat.com>
732 * config.gcc (am33_2.0-*-linux*): Added.
733 * config/mn10300/linux.h: New.
734 * config/mn10300/t-linux: New.
735
736 2003-07-10 Andreas Jaeger <aj@suse.de>
737
738 * fold-const.c: Properly wrap prototypes.
739
740 2003-07-09 Alexandre Oliva <aoliva@redhat.com>
741
742 2003-06-16 Alexandre Oliva <aoliva@redhat.com>
743 * config/mn10300/mn10300.c (mn10300_unspec_int_label_counter):
744 Moved from...
745 * config/mn10300/mn10300.md (GOTaddr2picreg): ... here.
746 * config/mn10300/mn10300.h: GTY-declare it.
747 2003-06-11 Alexandre Oliva <aoliva@redhat.com>
748 * config/mn10300/mn10300.c (mn10300_encode_section_info): Fix
749 prototype. Use incoming RTL argument.
750 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
751 * config/mn10300/mn10300.md (int_label): Move C statements...
752 (GOTaddr2picreg): ... here.
753 2002-08-15 Alexandre Oliva <aoliva@redhat.com>
754 * config/mn10300/mn10300.h (ENCODE_SECTION_INFO): Move...
755 * config/mn10300/mn10300.c (mn10300_encode_section_info):
756 ... here. New function.
757 (TARGET_ENCODE_SECTION_INFO): Define to it.
758 2001-11-04 Alexandre Oliva <aoliva@redhat.com>
759 * config/mn10300/mn10300.md (builtin_setjmp_receiver): Fix typo in
760 pattern name.
761 (mn10300_loadPC): Define as insn splittable after reload.
762 2001-05-13 Alexandre Oliva <aoliva@redhat.com>
763 * config/sh/mn10300.h (JUMP_TABLES_IN_TEXT_SECTION): Let them
764 be defined in .rodata even in PIC, now that the assembler
765 supports that.
766 2001-05-09 Alexandre Oliva <aoliva@redhat.com>
767 * config/mn10300/mn10300.h (GOT_SYMBOL_NAME): Don't let the
768 symbol take an underscore prefix.
769 2001-04-14 Alexandre Oliva <aoliva@redhat.com>
770 * config/mn10300/mn10300-protos.h (legitimate_pic_operand_p,
771 legitimize_pic_address): Declare.
772 * config/mn10300/mn10300.h (CONDITIONAL_REGISTER_USAGE): Mark
773 the PIC register as fixed.
774 (EXTRA_CONSTRAINT): Match UNSPEC_PLT and UNSPEC_PIC for 'S'.
775 (GO_IF_LEGITIMATE_ADDRESS): Require legitimate_pic_operand for
776 PIC.
777 (LEGITIMATE_PIC_OPERAND_P): Define.
778 (PIC_OFFSET_TABLE_REGNUM): Define.
779 (GOT_SYMBOL_NAME): Define.
780 (SYMBOLIC_CONST_P): Define.
781 (ENCODE_SECTION_INFO): Use SYMBOL_REF_FLAG to mark local
782 symbols.
783 (MN10300_GLOBAL_P): Test it.
784 (OUTPUT_ADDR_CONST_EXTRA): Handle PIC-related unspecs.
785 (JUMP_TABLES_IN_TEXT_SECTION): Enable for PIC.
786 * config/mn10300/mn10300.c (print_operand): Handle unspec.
787 (expand_prologue): Set PIC register.
788 (call_address_operand): Don't match SYMBOL_REFs in PIC.
789 (legitimize_address): Call legitimize_pic_address.
790 (legitimize_pic_address): New fn.
791 (legitimate_pic_operand_p): New fn.
792 * config/mn10300/mn10300.md (PIC_REG, SP_REG): New constants.
793 (UNSPEC_INT_LABEL, UNSPEC_PIC, UNSPEC_GOT, UNSPEC_GOTOFF,
794 UNSPEC_PLT): New constants.
795 (pop_pic_reg): New insn.
796 (movsi): Adjust non-PIC addresses.
797 (builtin_setjmp_receiver): Restore the PIC register.
798 (casesi): New insn.
799 (call): Adjust non-PIC addresses.
800 (int_label, GOTaddr2picreg): New expands.
801 (am33_loadPC): New insn.
802 (mn10300_loadPC): New expand.
803 (call_next_insn): New insn.
804 (add_GOT_to_pic_reg): New expand.
805 (symGOT2reg, symGOT2reg_i): New expands.
806 (symGOTOFF2reg, symGOTOFF2reg_i): New expands.
807 (sym2PIC, sym2PLT): New expands.
808
809 2003-07-09 Alexandre Oliva <aoliva@redhat.com>
810
811 * config/mn10300/mn10300.h (PREDICATE_CODES): Define.
812 2001-05-01 Alexandre Oliva <aoliva@redhat.com>
813 * config/mn10300/mn10300.md (sqrtsf2): flag_fast_math was renamed
814 to flag_unsafe_math_optimizations.
815 2001-04-14 Alexandre Oliva <aoliva@redhat.com>
816 * config/mn10300/mn10300.c (expand_prologue): Mark
817 FP-register-saving insns as frame-related.
818 2001-02-13 Alexandre Oliva <aoliva@redhat.com>
819 * config/mn10300/mn10300.c
820 (mn10300_get_live_callee_saved_regs): Don't search past
821 LAST_EXTENDED_REGNUM.
822 (mn10300_gen_multiple_store, store_multiple_operation): Likewise.
823 * config/mn10300/mn10300.md: Remove excessive line breaks from
824 `@' output patterns that were accounted as additional
825 alternatives.
826 * config/mn10300/mn10300.md, config/mn10300/mn10300.c:
827 Re-introduce changes accidentally removed in Richard Sandiford's
828 2000-12-05's patch.
829 * config/mn10300/t-mn10300 (MULTILIB_OPTIONS, MULTILIB_DIRNAMES):
830 Re-instate am33-2 lost in merge from net GCC.
831 2000-08-26 Alexandre Oliva <aoliva@redhat.com>
832 * config/mn10300/mn10300.h (DBX_REGISTER_NUMBER): Added
833 floating-point registers.
834 2000-08-07 Alexandre Oliva <aoliva@redhat.com>
835 * config/mn10300/mn10300.md (movdf): Revert some am33-specific
836 pessimizations that had gone in on 2000-05-08.
837 2000-06-28 Graham Stott <grahams@cygnus.co.uk>
838 * config/mn10300/mn10300.h (REG_CLASS_CONTENTS): Fix typo.
839 2000-06-22 Graham Stott <grahams@cygnus.co.uk>
840 * config/mn10300/mn10300.md (movqi): Use nonimmediate_operand for
841 operand 0.
842 * (movhi): Likewise.
843 * (movsi): Likewise.
844 * (movsf): Likewise.
845 * (movdi): Likewise.
846 * (movdf): Likewise.
847 Wed May 24 13:16:09 2000 Alexandre Oliva <aoliva@cygnus.com>
848 * config/mn10300/mn10300.c (fp_regs_to_save): New function.
849 (can_use_return_insn, initial_offset): Add fp_regs_to_save.
850 (expand_prologue, expand_epilogue): Save and restore FP regs.
851 2000-05-20 Alexandre Oliva <aoliva@cygnus.com>
852 * config/mn10300/mn10300.md (movdi, movdf): 64-bit clean-up.
853 2000-05-13 Alexandre Oliva <aoliva@cygnus.com>
854 * config/mn10300/mn10300.md (abssf2, negsf2, rsqrtsf2, addsf3,
855 subsf3, mulsf3, divsf3, fmaddsf4, fmsubsf4, fnmaddsf4, fnmsubsf4):
856 Do not clobber cc0.
857 2000-05-12 Alexandre Oliva <aoliva@cygnus.com>
858 * config/mn10300/mn10300.md (abssf2, negsf2, rsqrtsf2):
859 Discourage the two-argument, longer opcodes.
860 (addsf3, subsf3, mulsf3, divsf3): Likewise for three-argument
861 ones.
862 * config/mn10300/mn10300.h (struct mn10300_cc_status_mdep): New.
863 (CC_STATUS_MDEP, CC_STATUS_MDEP_INIT): Define.
864 * config/mn10300/mn10300.md (cmpsf): New pattern.
865 (branch): Test mdep.fpCC and output fbCC.
866 * config/mn10300/mn10300.c (print_operand): Output conditions.
867 (notice_cc_update): Recognize fcmp and set mdep.fpCC.
868 2000-05-10 Alexandre Oliva <aoliva@cygnus.com>
869 * config/mn10300/mn10300.md (movsf, movdf, addsf3, subsf3,
870 mulsf3, divsf3): Use the `F' constraint for FP values.
871 * config/mn10300/mn10300.c (const_1f_operand): New function.
872 * config/mn10300/mn10300-protos.h (const_1f_operand): Declare.
873 * config/mn10300/mn10300.md (sqrtsf2): New expand.
874 (rsqrtsf2): New insn.
875 2000-05-09 Alexandre Oliva <aoliva@cygnus.com>
876 * config/mn10300/mn10300.md (movdf): Oops, I missed it in my
877 previous check-in.
878 2000-05-08 Alexandre Oliva <aoliva@cygnus.com>
879 * config/mn10300/mn10300.md (abssf2, negdf2): On
880 TARGET_AM33_2, expand to...
881 (abssf2_am33_2, negdf2_am33_2): New insns.
882 (addsf3, subsf3, mulsf3, divsf3): Likewise.
883 (fmaddsf4, fmsubsf4, fnmaddsf4, fnmsubsf4): Likewise.
884 * config/mn10300/mn10300.md (movqi, movhi, movsi, movsf,
885 movdi, movdf): Added FP regs.
886 * invoke.texi (-mam33-2, -mno-am33-2): Document.
887 2000-04-29 Alexandre Oliva <aoliva@cygnus.com>
888 * config/mn10300/mn10300.h (FIRST_FP_REGNUM, LAST_FP_REGNUM):
889 New macros.
890 (REGNO_AM33_2_FP_P): Renamed to...
891 (REGNO_FP_P): Redefine in terms of FIRST_* and LAST_*.
892 (CONDITIONAL_REGISTER_USAGE, REGNO_REG_CLASS): Likewise.
893 2000-04-27 Alexandre Oliva <aoliva@cygnus.com>
894 * config/mn10300/mn10300.h (REG_CLASS_CONTENTS): Remove FP
895 regs from GENERAL_REGS.
896 2000-04-27 Alexandre Oliva <aoliva@cygnus.com>
897 * config/mn10300/mn10300.h (REGNO_AM33_2_FP_P): New macro.
898 * config/mn10300/mn10300.c (mn10300_address_cost): Added FP_REGS.
899 * config/mn10300/mn10300.h (REGISTER_MOVE_COST): Added FP_REGS.
900 2000-04-23 Alexandre Oliva <aoliva@cygnus.com>
901 * config/mn10300/mn10300.h (CLASS_CANNOT_CHANGE_SIZE): Defined
902 as FP_REGS.
903 2000-04-21 Alexandre Oliva <aoliva@cygnus.com>
904 * config/mn10300/mn10300.h (OK_FOR_Q): New macro.
905 (EXTRA_CONSTRAINT): Added OK_FOR_Q.
906 * config/mn10300/mn10300.c (secondary_reload_class): Adjust.
907 * config/mn10300/mn10300.c (print_operand): Support `D' for doubles.
908 * config/mn10300/mn10300.h (FIRST_PSEUDO_REGISTER): Adjust.
909 (FIXED_REGISTERS, CALL_USED_REGISTERS, REG_ALLOC_ORDER): Added
910 AM33/2.0 floating-point registers.
911 (CONDITIONAL_REGISTER_USAGE): Adjust.
912 (enum reg_class, REG_CLASS_NAMES): Added FP_REGS and FP_ACC_REGS.
913 (REG_CLASS_CONTENTS, REGNO_REG_CLASS): Adjust.
914 (REG_CLASS_FROM_LETTER): Added `f' and `A'.
915 (REGISTER_NAMES, ADDITIONAL_REGISTER_NAMES): Adjust.
916 * config/mn10300/t-mn10300 (MULTILIB_OPTIONS): Added am33-2.
917 (MULTILIB_DIRNAMES): Likewise.
918 * config/mn10300/mn10300.h (CPP_SPEC): Define `__AM33__=2' and
919 `__AM33_2__' when `-mam33-2' is given.
920 (TARGET_AM33_2): Define.
921 (TARGET_SWITCHES): Adjust.
922 * config/mn10300/mn10300.c (asm_file_start): Print `.am33_2'
923 when appropriate.
924
925 2003-07-09 Matt Kraai <kraai@alumni.cmu.edu>
926
927 * doc/install.texi: Add missing @.
928
929 2003-07-09 Bob Wilson <bob.wilson@acm.org>
930
931 * config/xtensa/xtensa.h (CRT_CALL_STATIC_FUNCTION): Define.
932
933 2003-07-09 Aldy Hernandez <aldyh@redhat.com>
934
935 PR/11144
936 * config/i386/i386.c (ix86_function_arg_boundary): Remove abort.
937
938 2003-07-09 Nathanael Nerode <neroden@gcc.gnu.org>
939
940 PR bootstrap/11043
941 * config/arc/t-arc: Replace bogus references to "x-crtinit.o",
942 "x-crtfini.o" with "crtinit.o", "crtfini.o".
943
944 * fixinc/inclhack.def (limits_ifndefs): Add select test.
945 * fixinc/fixincl.x: Rebuild.
946
947 * fixinc/inclhack.def (math_exception): Improve bypass and comment.
948 * fixinc/fixincl.x: Rebuild.
949
950 2003-07-09 Hans-Peter Nilsson <hp@bitrange.com>
951
952 * doc/install.texi (Configuration): Document the valgrind option
953 to --enable-checking.
954
955 Wed Jul 9 16:16:30 CEST 2003 Jan Hubicka <jh@suse.cz>
956
957 * objc-lang.c (LANG_HOOKS_TREE_INLINING_ESTIMATE_NUM_INSNS): New.
958
959 2003-07-09 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
960
961 * c-lex.c (cb_ident): Cast cstr.text to const char *.
962
963 2003-07-09 Nathan Sidwell <nathan@codesourcery.com>
964
965 * gcov-io.h: Update documentation.
966 (GCOV_GRAPH_SUFFIX, GCOV_GRAPH_MAGIC): Rename to GCOV_NOTE_SUFFIX,
967 GCOV_NOTE_MAGIC.
968 (GCOV_DATA_SUFFIX, GCOV_NOTE_SUFFIX): Update.
969 (GCOV_DATA_MAGIC, GCOV_NOTE_MAGIC): Make non-palindromic.
970 (struct gcov_var): Change buffer's type. Add endian flag.
971 (gcov_open): Remove mode in libgcov.
972 (gcov_magic): Prototype.
973 * gcov-io.c (from_file): New.
974 (gcov_open): Clear endian flag.
975 (gcov_magic): New.
976 (gcov_write_bytes, gcov_read_bytes): Return gcov_unsigned_t
977 pointers.
978 (gcov_write_unsigned, gcov_write_counter, gcov_write_string,
979 gcov_write_tag, gcov_write_length, gcov_write_tag_length): Update.
980 (gcov_read_unsigned, gcov_read_counter, gcov_read_string): Update.
981 * gcov-iov.c (main): Correct cast.
982 * coverage.c (read_counts_file): Use gcov_magic. Remove endianness
983 conversion.
984 (gcov_begin_output): Use GCOV_NOTE_MAGIC.
985 (coverage_init): Use GCOV_NOTE_SUFFIX.
986 * libgcov.c (gcov_version_mismatch): Remove endianness conversion.
987 Rename to gcov_version, and return flag.
988 (gcov_exit): Use gcov_version.
989 (__gcov_init): Use gcov_version.
990 * Makefile.in (coverageexts): Update.
991 * gcov.c (print_version): Remove endianness conversion.
992 (create_file_names): Use GCOV_NOTE_SUFFIX.
993 (read_graph_file): Use gcov_magic.
994 (read_count_file): Likewise.
995 * gcov-dump.c (dump_file): Remove endianness conversion, use
996 gcov_magic.
997
998 2003-07-09 Nathan Sidwell <nathan@codesourcery.com>
999
1000 * configure.in (BUILD_PREFIX, BUILD_PREFIX_1): Set if enable
1001 coverage is on.
1002 * configure: Regenerated.
1003 * Makefile.in (ALL_CFLAGS): Correct its comment.
1004
1005 2003-07-08 Mark Mitchell <mark@codesourcery.com>
1006
1007 * fold-const.c (make_range): Do not access operand 1 for a
1008 zero-operand operator.
1009
1010 2003-07-09 Neil Booth <neil@daikokuya.co.uk>
1011
1012 * toplev.c (warn_dummy, W_options): Die.
1013 (display_help): Don't print W_options.
1014 * common.opt: Add W_options help from toplev.c.
1015
1016 2003-07-09 Andreas Jaeger <aj@suse.de>
1017
1018 * opts.c (wrap_help): Only pass int arguments as arguments to
1019 printf's '*' modifier. Change argument of function.
1020
1021 2003-07-08 Matt Kraai <kraai@alumni.cmu.edu>
1022
1023 * doc/invoke.texi: Fix misspelling of "@item".
1024
1025 2003-07-08 Kazu Hirata <kazu@cs.umass.edu>
1026
1027 * config/i386/i386.md: Remove an old comment about
1028 NOTICE_UPDATE_CC.
1029
1030 Wed Jul 9 03:00:10 CEST 2003 Jan Hubicka <jh@suse.cz>
1031
1032 * cgraph.c (cgraph_node_name): New function.
1033 (dump_cgraph): Use it.
1034 * cgraph.h (cgraph_dump_file): Declare.
1035 (cgraph_node_name): Declare.
1036 * cgraphunit.c: Include timevar.h
1037 (cgraph_finalize_compilation_unit): Use timevar; reorganize dumps.
1038 (cgraph_optimize_function): Use TV_INTEGRATION.
1039 (cgraph_mark_local_functions): reorganize dumps.
1040 (cgraph_mark_functions_to_inline_once): Likewise.
1041 (cgraph_optimize): Likewise; use timevar.
1042 * timevar.def (TV_CGRAPH, TV_CGRAPHOPT): New.
1043 * toplev.c (dump_file_index): Add DFI_cgraph.
1044 (dump_file_info): Likewise.
1045 (cgraph_dump_file): New global variable.
1046 (do_compile): Open and close cgraph dump.
1047 * invoke.texi (-d): Document new flag; renumber.
1048
1049 2003-07-08 Roger Sayle <roger@eyesopen.com>
1050
1051 PR c/11370
1052 * calls.c (emit_call_1): Don't bother popping the arguments off of
1053 the stack after a noreturn function call; The adjustment is dead.
1054 (expand_call): Likewise.
1055
1056 2003-07-08 Geoffrey Keating <geoffk@apple.com>
1057
1058 * expr.c (MOVE_MAX_PIECES): Move from here...
1059 * defaults.h (MOVE_MAX_PIECES): ... to here.
1060
1061 2003-07-08 Matt Kraai <kraai@alumni.cmu.edu>
1062
1063 * Makefile.in (stage1-start): Handle an empty SUBDIRS.
1064
1065 2003-07-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1066
1067 * genattr.c (internal_dfa_insn_code): Don't prototype.
1068 * genattrtab.c (attr_desc): Add `static_p' field.
1069 (expand_units): Make blockage range and ready cost functions
1070 static.
1071 (write_attr_get): Don't add extern prototypes in C file. Mark
1072 static functions as appropriate.
1073 (find_attr, make_internal_attr): Initialize static_p.
1074 * genattrtab.h (ATTR_STATIC): New macro.
1075 * genautomata.c (output_internal_reset_func): Mark output function
1076 as inline.
1077 (make_internal_dfa_insn_code_attr): Mark output function as static.
1078
1079 2003-07-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1080
1081 * genattrtab.h: Add new macros for attr `special' flags.
1082 * genattrtab.c (attr_desc): Reorder/resize fields better.
1083 Use attr `special' macros in all calls to make_internal_attr.
1084 * genautomata.c: Likewise.
1085
1086 Wed Jul 9 02:25:39 CEST 2003 Jan Hubicka <jh@suse.cz>
1087
1088 * c-common.c (c_estimate_num_insns_1): New static function.
1089 (c_estimate_num_insns): New global function.
1090 * c-common.h (DECL_NUM_STMTS): Rename to...
1091 (DECL_ESTIMATED_INSNS): ... this.
1092 (c_estimate_num_insns): Declare.
1093 * c-decl.c (duplicate_decls): Use DECL_ESTIMATED_INSNS.
1094 * c-lang.c (LANG_HOOKS_TREE_INLINING_ESTIMATE_NUM_INSNS): New.
1095 * c-semantics.c (add_stmt): Do not account statements.
1096 * langhooks-def.h (LANG_HOOKS_TREE_INLINING_ESTIMATE_NUM_INSNS):
1097 New.
1098 * langhooks.h (lang_hooks_for_tree_inlining): Add
1099 estimate_num_insns
1100 * params.def (max-inline-insns-auto, max-inline-insns-auto): set
1101 to 100.
1102 (max-inline-insns): set to 300.
1103 (min-inline-insns): set to 10.
1104 * tree-inline.c (struct inline_data): Rename inlined_stmts to
1105 inlined-insns.
1106 (INSNS_PER_STMT): Kill.
1107 (inlinable_function_p): Compute and store body size.
1108 (expand_call_inline): Likewise.
1109 (optimize_inline_calls): Likewise.
1110
1111 2003-07-08 James E Wilson <wilson@tuliptree.org>
1112
1113 PR target/10021
1114 * emit-rtl.c (set_mem_attribute_minus_bitpos): When handle ARRAY_REF,
1115 loop over new variable t2 instead of t.
1116
1117 2003-07-08 Danny Smith <dannysmith@users.sourceforge.net>
1118
1119 PR bootstrap/11455
1120 * config/i386/winnt.c: Replace use of error(), warning() with
1121 error_with_decl(), warning_with_decl(), throughout.
1122
1123 2003-07-08 Neil Booth <neil@daikokuya.co.uk>
1124
1125 * opts.c (wrap_help): Use unsigned int, not size_t.
1126
1127 2003-07-08 Stephane Carrez <stcarrez@nerim.fr>
1128
1129 * config/m68hc11/m68hc11.h (HAVE_AS_DWARF2_DEBUG_LINE): Don't define
1130 as .file/.loc directives are incompatible with linker relaxation.
1131
1132 2003-07-08 Zack Weinberg <zack@codesourcery.com>
1133
1134 * Makefile.in (fixinc.sh): Remove gnu-regex.[ch] from dependencies.
1135 * fixinc/Makefile.in: Remove all references to gnu-regex.[och].
1136 * fixinc/fixfixes.c, fixinc/fixincl.c, fixinc/fixlib.c
1137 * fixinc/fixtests.c: Use xregexec not regexec, xregcomp not regcomp.
1138 * fixinc/fixlib.h: Include xregex.h not gnu-regex.h.
1139 * fixinc/inclhack.def (hpux10_cpp_pow_inline, hpux11_cpp_pow_inline):
1140 Escape { and } characters which are not part of range expressions.
1141 * fixinc/fixincl.x: Regenerate.
1142 * fixinc/gnu-regex.c, fixinc/gnu-regex.h: Delete file.
1143
1144 2003-07-08 Steven Bosscher <steven@gcc.gnu.org>
1145
1146 PR c/1687
1147 * tree-inline.c (find_alloca_call): Use
1148 walk_tree_without_duplicates, instead of walk_tree.
1149 (find_builtin_longjmp_call): Likewise.
1150 * c-objc-common.c (c_cannot_inline_fn): Likewise.
1151 * c-semantics.c (find_reachable_label): Likewise.
1152
1153 2003-07-08 Jakub Jelinek <jakub@redhat.com>
1154
1155 PR c/11420
1156 * config/i386/i386.c (ix86_check_movabs): New function.
1157 * config/i386/i386-protos.h (ix86_check_movabs): New prototype.
1158 * config/i386/i386.md (movabs[shqd]i_1_rex64): Kill broken alternative.
1159 (movabs[shqd]i_[12]_rex64): Add ix86_check_movabs check to conditions.
1160
1161 2003-07-08 Chris Demetriou <cgd@broadcom.com>
1162
1163 * Makefile.in (install-po): Cope with empty CATALOGS.
1164
1165 2003-07-08 Richard Sandiford <rsandifo@redhat.com>
1166
1167 * config/mips/elf64.h (TARGET_ASM_UNIQUE_SECTION): Delete.
1168 (EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Delete.
1169 (SECTION_FUNCTION_TEMPLATE): Delete.
1170 * config/mips/elf.h: As for elf64.h.
1171 (ASM_OUTPUT_ALIGNED_BSS): Use named_section rather than sbss_section.
1172 * config/mips/linux.h: As for elf.h
1173 * config/mips/iris6gld.h (TARGET_ASM_UNIQUE_SECTION): Delete.
1174 * config/mips/iris6.h (EXTRA_SECTIONS): Delete.
1175 (EXTRA_SECTION_FUNCTIONS): Remove sdata_section. Remove the handling
1176 of in_sdata from current_section_name and current_section_flags.
1177 * config/mips/iris6gld.h (TARGET_ASM_UNIQUE_SECTION): Delete.
1178 * config/mips/mips.h (sdata_section, sbss_section): Remove prototypes.
1179 (MASK_GP_OPT, TARGET_GP_OPT): Delete.
1180 (MASK_NO_FUSED_MADD): Use MASK_GP_OPT's old value.
1181 (TARGET_SWITCHES): Neuter gpOPT, gpopt, no-gpOPT and no-gpopt.
1182 (SMALL_DATA_SECTION, EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Remove.
1183 * config/mips/mips.c (TARGET_IN_SMALL_DATA_P): Override.
1184 (TARGET_SECTION_TYPE_FLAGS): Override if TARGET_IRIX6.
1185 (mips_classify_symbol): Use SYMBOL_REF_SMALL_P.
1186 (override_options): Remove setting of MASK_GPOPT.
1187 (mips_output_external): Use mips_in_small_data_p to check whether a
1188 symbol needs an .extern directive. Don't emit such directives for
1189 TARGET_EXPLICIT_RELOCS.
1190 (mips_declare_object): Update accordingly.
1191 (mips_select_rtx_section): Call named_section rather than
1192 SMALL_DATA_SECTION.
1193 (mips_select_section): Use default_elf_section_section for everything
1194 except .text string constants.
1195 (mips_in_small_data_p): New function.
1196 (mips_encode_section_info): Remove small data handling.
1197 (mips_unique_section): Delete.
1198 (iris6_section_type_flags): New function.
1199 * doc/tm.texi: Remove documentation of -mgpopt and -mhalf-pic.
1200
1201 2003-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1202
1203 PR Target/11453
1204 * pa.md: Disparage all mtsar constraints.
1205 (extzv, extv, insv): Don't fail on length of {32|64}.
1206
1207 2003-07-08 Zack Weinberg <zack@codesourcery.com>
1208
1209 * system.h: Poison MAP_CHARACTER.
1210 * config/i370/i370-protos.h (mvs_map_char): Delete.
1211 * config/i370/i370.c (ascebc, ebcasc, mvs_map_char): Delete.
1212 * config/i370/i370.h (MAP_CHARACTER): Delete definition.
1213 (ASM_OUTPUT_ASCII): Don't use MAP_CHARACTER.
1214
1215 2003-07-08 Danny Smith <dannysmith@users.sourceforge.net>
1216
1217 * toplev.c (randomize): Correct call to time().
1218
1219 2003-07-08 Jakub Jelinek <jakub@redhat.com>
1220
1221 * unroll.c (reg_dead_after_loop): Check for reg in REG_EQUAL and
1222 REG_EQUIV notes as well.
1223
1224 2003-07-08 Kazu Hirata <kazu@cs.umass.edu>
1225
1226 * doc/md.texi: Fix the description of addmodecc.
1227
1228 2003-07-07 Zack Weinberg <zack@codesourcery.com>
1229
1230 * Makefile.in (top_builddir): Set to "..", not ".".
1231 (INTLLIBS, INTLDEPS): Delete.
1232 (LIBINTL, LIBINTL_DEP, LIBICONV_DEP): New variables to be substituted.
1233 (LIBDEPS): Add $(LIBICONV_DEP).
1234 (LIBS): Take out $(INTLLIBS), add $(LIBINTL) and $(LIBICONV).
1235 (INCLUDES): Replace -I../intl with @INCINTL@.
1236 ($(top_builddir)/intl/libintl.a): Delete rule.
1237 (stage2-start, stage3-start, stage4-start, stageprofile-start,
1238 stagefeedback-start): Use $$ for variable to be evaluated by
1239 shell, not make.
1240 * acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT,
1241 HAVE_LC_MESSAGES, HAVE_STPCPY): Delete.
1242 * aclocal.m4: sinclude ../config/progtest.m4. Add
1243 contents of lcmessage.m4 from gettext distro.
1244 * configure.in: Check for wchar.h and setlocale. Set
1245 LIBICONV_DEP to the empty string and substitute it.
1246 Call AM_LC_MESSAGES. Delete AC_ARG_ENABLE for --enable-nls;
1247 this is handled elsewhere. Use ZW_GNU_GETTEXT_SISTER_DIR,
1248 not CY_GNU_GETTEXT. Clear $LIBICONV if its text is included
1249 in $LIBINTL, to avoid linking it twice.
1250 * configure, config.in: Regenerate.
1251
1252 2003-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
1253
1254 * fixinc/mkfixinc.sh: Remove winnt support.
1255 * fixinc/fixinc.winnt: Delete with extreme prejudice.
1256
1257 2003-07-08 Neil Booth <neil@daikokuya.co.uk>
1258
1259 * Makefile.in: Update.
1260 * c-opts.c (c_common_handle_option): opt_text now contains the '-'.
1261 * c.opt: Update documentation.
1262 * common.opt: Add some help text.
1263 * opts.c: Include intl.h.
1264 (wrap_help, print_help): New.
1265 (find_opt, handle_option, common_handle_option): opt_text now
1266 contains the '-'. Use print_help to output help.
1267 * opts.h (struct cl_option): New member "help".
1268 * opts.sh: Update to handle help text output and to prepend
1269 options with '-'.
1270 * toplev.c (display_help): Remove some help text.
1271
1272 2003-07-07 David Edelsohn <edelsohn@gnu.org>
1273 Fariborz Jahanian <fjahanian@apple.com>
1274
1275 * configure.in: Test for PowerPC mfcr field support in assembler.
1276 * config.in, configure: Regenderated.
1277
1278 * config/rs6000/power4.md: Add mfcrf reservation.
1279 * config/rs6000/rs6000-protos.h (mfcr_operation): Declare.
1280 * config/rs6000/rs6000.c (mfcr_operation): Define.
1281 (print_operand): Add 'Q' case for mfcrf.
1282 * config/rs6000/rs6000.h (TARGET_MFCRF): New.
1283 * config/rs6000/rs6000.md (attribute "type"): Add mfcrf.
1284 (movcc_internal1): Emit optional field operand for mfcr and set
1285 "type" attribute appropriately.
1286 (mfcr SCC): Likewise.
1287 (movesi_from_cr_one): New.
1288
1289 2003-07-07 Roger Sayle <roger@eyesopen.com>
1290
1291 * config/i386/i386.md: Correct check-in of incorrect version.
1292
1293 2003-07-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1294
1295 * bitmap.c (debug_bitmap_file): Merge uses of HOST_PTR_PRINTF with
1296 adjacent stdio calls.
1297 * c-decl.c (c_print_identifier): Likewise.
1298 * mips-tfile.c (write_varray, write_object, allocate_cluster): Likewise.
1299 * print-rtl.c (print_rtx): Likewise.
1300 * print-tree.c (print_node_brief, print_node): Likewise.
1301 * system.h (HOST_PTR_PRINTF): Ensure we have a literal string.
1302
1303 * configure.in (AC_COMPILE_CHECK_SIZEOF): Check for `void *'.
1304 * config.in, configure: Regenerated.
1305
1306 2003-07-07 Roger Sayle <roger@eyesopen.com>
1307
1308 PR target/10979
1309 * config/i386/i386.md (atan2df3, atan2sf3, atan2xf3, atan2tf3):
1310 Changed to define_expand patterns that copy operand[1] to prevent
1311 it from being clobbered before emitting an atan2?f3_1 insn.
1312 (atan2df3_1, atan2sf3_1, atan2xf_1, atan2tf3_1): New define_insn
1313 patterns that actually specify the behaviour of x87's FPATAN.
1314
1315 2003-07-07 Jakub Jelinek <jakub@redhat.com>
1316
1317 * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Remove bogus
1318 clearing of SYMBOL_FLAG_LOCAL bit.
1319 If vcall_offset fits into signed 16-bit immediate, use
1320 one instruction for both addition and load.
1321
1322 2003-07-07 Neil Booth <neil@daikokuya.co.uk>
1323
1324 * opts.c (common_handle_option): Correct handling of the
1325 -falign- switches that do and don't take an argument.
1326
1327 2003-07-07 Kazu Hirata <kazu@cs.umass.edu>
1328
1329 * config/h8300/h8300.md (pushqi1_h8300hs): Revert my patch
1330 today.
1331 (pushhi1_h8300hs): Likewise.
1332
1333 2003-07-07 Andreas Jaeger <aj@suse.de>
1334
1335 * genextract.c: Convert remaining prototypes to ISO C90.
1336
1337 * cpplex.c (_cpp_free_buff): Convert prototype to ISO C90.
1338 * fold-const.c (fold_single_bit_test): Likewise.
1339 * diagnostic.c (default_diagnostic_finalizer): Likewise.
1340 * cfgrtl.c (rtl_redirect_edge_and_branch): Likewise.
1341
1342 * gengtype.c (write_array): Generate ISO C90 prototypes.
1343
1344 * genflags.c (gen_proto): Generate ISO C90 prototypes.
1345
1346 2003-07-07 Roger Sayle <roger@eyesopen.com>
1347
1348 PR optimization/11059
1349 * expr.c (can_store_by_pieces): Return true if length is zero.
1350 (store_by_pieces): If length is zero and endp is two, abort,
1351 othwerise, if length is zero and endp is not two, return "to".
1352 (clear_by_pieces): Do nothing if length is zero.
1353 (clear_storage): Do nothing if length is zero.
1354 (store_constructor): Simplify code when size is zero, or the
1355 target has already been cleared. This avoids emitting a
1356 blockage instruction when initializing empty structures.
1357
1358 2003-07-07 Andreas Jaeger <aj@suse.de>
1359
1360 * mips-tfile.c: Convert prototypes to ISO C90.
1361 * mips-tdump.c: Convert prototypes to ISO C90.
1362
1363 2003-07-07 Nathan Sidwell <nathan@codesourcery.com>
1364
1365 * rtl.h (emit_line_note): Take a location_t.
1366 (emit_line_note_force): Remove.
1367 (set_file_and_line_for_statement): Take a location_t.
1368 * tree.g (emit_line_note): Take a location_t.
1369 * emit-rtl.c (emit_line_note): Take a location_t.
1370 (emit_line_note_force): Remove.
1371 * function.c (init_function_start): Adjust emit_line_note call.
1372 (expand_function_end): Use force_next_line_note, not
1373 emit_line_note_force.
1374 * c-parse.in (maybe_type_qual): Adjust emit_line_note calls.
1375 * c-semantics.c (genrtl_do_pushlevel, genrtl_goto_stmt,
1376 genrtl_expr_stmt_value, genrtl_decl_stmt, genrtl_if_stmt,
1377 genrtl_while_stmt, genrtl_do_stmt_1, genrtl_return_stmt,
1378 genrtl_for_stmt, genrtl_break_stmt, genrtl_continue_stmt,
1379 genrtl_continue_stmt, genrtl_switch_stmt,
1380 genrtl_asm_stmt): Likewise.
1381 * expr.c (expand_expr): Likewise.
1382 * integrate.c (expand_inline_function): Likewise.
1383 * stmt.c (set_file_and_line_for_stmt): Take a location_t.
1384 (expand_decl_init): Adjust emit_line_note call.
1385
1386 2003-07-07 Dale Johannesen <dalej@apple.com>
1387
1388 * config/rs6000/darwin-tramp.asm: Fix trampolines. PR 10900.
1389
1390 2003-07-07 Andreas Jaeger <aj@suse.de>
1391
1392 * config/i386/i386-protos.h: Convert prototypes to ISO C90.
1393 * config/i386/i386.c: Likewise.
1394
1395 2003-07-07 Kazu Hirata <kazu@cs.umass.edu>
1396
1397 * config/h8300/h8300.md: Use gen_int_mode instead of
1398 GEN_INT (trunc_int_for_mode (...)).
1399
1400 2003-07-07 Kazu Hirata <kazu@cs.umass.edu>
1401
1402 * config/h8300/h8300.md (pushqi1_h8300hs): Optimize by pushing
1403 2 bytes and then subtract 2 from the stack pointer.
1404 (pushhi1_h8300hs): Likewise.
1405
1406 2003-07-07 Nathan Sidwell <nathan@codesourcery.com>
1407
1408 * configure.in (enable_coverage): Remove -DSELF_COVERAGE, add
1409 -frandom-seed.
1410 * configure: Regenerated.
1411 * Makefile.in: Remove extraneous comment.
1412 * toplev.c (randomize): Protect against potential multiple calls.
1413 * doc/invoke.texi (-frandom-seed): Document use for in coverage
1414 files.
1415
1416 2003-07-07 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1417 Eric Botcazou <ebotcazou@libertysurf.fr>
1418
1419 PR optimization/11198
1420 * alias.c (objects_must_conflict_p): Return 1 if the types have
1421 the same alias set, not if the alias sets only conflict.
1422
1423 2003-07-07 Andrew Pinski <pinskia@physics.uc.edu>
1424
1425 * cppcharset.c (ICONV_CONST): Define iff !HAVE_ICONV.
1426 (convert_cset): Change inbuf to type ICONV_CONST char.
1427 * Makefile.in (LIBS): Add LIBICONV.
1428
1429 * doc/invoke.texi (-falign-functions): Document that
1430 when n is zero then a machine-dependent default is used.
1431 (-falign-labels): Document that when n is zero then a
1432 machine-dependent default is used and that -falign-labels =1
1433 is equivalent to -fno-align-labels.
1434 (-falign-loops): Likewise.
1435 (-falign-jumps): Likewise.
1436
1437 2003-07-06 Art Haas <ahaas@airmail.net>
1438
1439 * f/global.c (ffeglobal_type_string_): Fix obsolete GCC array
1440 initializer syntax.
1441
1442 2003-07-06 James E Wilson <wilson@tuliptree.org>
1443
1444 PR optimization/9812
1445 * rtl.h (mem_for_const_double): Delete prototype.
1446 * varasm.c (mem_for_const_double): Delete function.
1447 * config/m68k/hp320.h, config/m68k/linux.h, config/m68k/m68kelf.h,
1448 config/m68k/m68kv4.h, config/m68k/netbsd-elf.h
1449 (LEGITIMATE_PIC_OPERAND_P): Delete duplicate definitions.
1450 * config/m68k/m68k.h (LEGITIMATE_CONSTANT_P): Disallow XFmode.
1451 (LEGITIMATE_PIC_OPERAND_P): Delete CONST_DOUBLE tests.
1452 * config/m68k/m68k.md (movxf): Add reload_in_progress guard. Add
1453 comment about confused support for XFmode constants.
1454
1455 Mon Jul 7 02:03:56 CEST 2003 Jan Hubicka <jh@suse.cz>
1456
1457 * cfglayout.c (fixup_reorder_chain): Call delete_dead_jumptables.
1458
1459 2003-07-06 Kazu Hirata <kazu@cs.umass.edu>
1460
1461 * config/h8300/h8300.c: Fix comment typos.
1462 * config/h8300/h8300.md: Likewise.
1463 * config/i386/athlon.md: Likewise.
1464 * config/i386/i386.c: Likewise.
1465 * config/i386/pentium.md: Likewise.
1466 * config/ia64/ia64.c: Likewise.
1467 * config/ia64/itanium1.md: Likewise.
1468 * config/ia64/itanium2.md: Likewise.
1469 * config/m32r/m32r.md: Likewise.
1470 * config/m68hc11/m68hc11.c: Likewise.
1471 * config/mcore/mcore.c: Likewise.
1472 * config/mips/sr71k.md: Likewise.
1473 * config/mips/t-iris5-as: Likewise.
1474 * config/mmix/mmix.h: Likewise.
1475 * config/ns32k/ns32k.h: Likewise.
1476 * config/ns32k/NOTES: Fix a typo.
1477
1478 2003-07-06 Andreas Jaeger <aj@suse.de>
1479
1480 * stmt.c: Convert remaining prototypes to ISO C90.
1481 * cfglayout.c: Likewise.
1482 * dbxout.c: Likewise.
1483 * gcc.c: Likewise.
1484 * genemit.c: Likewise.
1485
1486 * basic-block.h: Convert prototypes to ISO C90.
1487 * c-parse.in: Likewise.
1488 * c-pragma.h: Likewise.
1489 * c-typeck.c: Likewise.
1490 * cfghooks.h: Likewise.
1491 * cfgloopanal.c: Likewise.
1492 * dbxout.h: Likewise.
1493 * debug.h: Likewise.
1494 * dwarf2asm.h: Likewise.
1495 * gcov.c: Likewise.
1496 * gengtype-lex.l: Likewise.
1497 * sched-int.h: Likewise.
1498 * timevar.c: Likewise.
1499
1500 2003-07-06 Neil Booth <neil@daikokuya.co.uk>
1501
1502 * c-common.h (c_comon_handle_filename,
1503 c_common_missing_arguement): New.
1504 * c-lang.c (LANG_HOOKS_HANDLE_FILENAME,
1505 LANG_HOOKS_MISSING_ARGUMENT): New.
1506 * c-opts.c (missing_arg): Rename c_common_missing_argument,
1507 update to be an appropriate langhook.
1508 (c_common_handle_option): Don't handle filenames.
1509 (c_common_handle_filename): New.
1510 * hooks.c (hook_void_constcharptr,
1511 hook_bool_constcharptr_size_t_false): New.
1512 * hooks.h (hook_void_constcharptr,
1513 hook_bool_constcharptr_size_t_false): New.
1514 * langhooks-def.h (LANG_HOOKS_HANDLE_FILENAME,
1515 LANG_HOOKS_MISSING_ARGUMENT): New.
1516 (LANG_HOOKS_INITIALIZER): Update.
1517 * langhooks.h (struct lang_hooks): Add handle_filename and
1518 missing_argument.
1519 * opts.c (handle_option): Don't handle filenames here, but ...
1520 (handle_options): ... here.
1521 (common_handle_option): Don't handle missing arguments here.
1522 * objc/objc-lang.c (LANG_HOOKS_HANDLE_FILENAME,
1523 LANG_HOOKS_MISSING_ARGUMENT): New.
1524
1525 2003-07-06 Neil Booth <neil@daikokuya.co.uk>
1526
1527 * Makfile.in: Remove traces of mbchar.
1528 * c-parse.in (MULTIBYTE_CHARS): Remove.
1529 * config.in (MULTIBYTE_CHARS): Remove.
1530 * configure: Remove --enable-mbchar.
1531 * configure.in: Remove --enable-mbchar.
1532 * mbchar.c, mbchar.h: Remove.
1533 * system.h: Poison MULTIBYTE_CHARS.
1534 * config/linux-aout.h (MULTIBYTE_CHARS): Remove.
1535 * config/linux.h (MULTIBYTE_CHARS): Remove.
1536 * config/svr4.h (MULTIBYTE_CHARS): Remove.
1537 * config/sparc/linux.h (MULTIBYTE_CHARS): Remove.
1538
1539 2003-07-06 Andreas Jaeger <aj@suse.de>
1540
1541 * varray.c (varray_check_failed): Fix typo.
1542
1543 * unroll.c: Convert prototypes to ISO C90.
1544 * varasm.c: Likewise.
1545 * varray.c: Likewise.
1546 * varray.h: Likewise.
1547 * vmsdbgout.c: Likewise.
1548 * xcoffout.c: Likewise.
1549 * xcoffout.h: Likewise.
1550
1551 2003-07-06 Nathan Sidwell <nathan@codesourcery.com>
1552
1553 * gcov-io.h: Add a local time stamp.
1554 (struct gcov_info): Add stamp field.
1555 (gcov_truncate): New.
1556 * coverage.c (read_counts_file): Skip the stamp.
1557 (coverage_begin_output): Write the stamp.
1558 (build_gcov_info): Declare and init the stamp.
1559 (coverage_finish): Only unlink data file, if stamp is zero.
1560 * gcov-dump.c (dump_file): Dump the stamp.
1561 * gcov.c (bbg_stamp): New.
1562 (release_structures): Clear bbg_stamp.
1563 (read_graph_file): Read stamp.
1564 (read_count_file): Check stamp.
1565 * libgcov.c (gcov_exit): Check stamp and truncate if needed.
1566
1567 2003-07-06 Nathan Sidwell <nathan@codesourcery.com>
1568
1569 * tree.h (default_flag_random_seed): Remove.
1570 * toplev.h (local_tick): Declare.
1571 * tree.c (flag_random_seed, default_flag_random_seed): Move to
1572 toplev.c.
1573 (append_random_chars): Don't call default_flag_random_seed.
1574 * toplev.c (flag_random_seed): Define here. Set local_tick.
1575 (local_tick): Define.
1576 (randomize): New, moved from tree.c.
1577 (print_switch_values): Adjust.
1578 (toplev_main): Call randomize.
1579
1580 2003-07-06 Nathan Sidwell <nathan@codesourcery.com>
1581
1582 * tree.h (crc32_string): Declare.
1583 * tree.c (append_random_chars): Remove.
1584 (crc32_string): New.
1585 (get_file_function_name_long): Use crc32_string here.
1586
1587 2003-07-06 Andreas Jaeger <aj@suse.de>
1588
1589 * gcc.c: Convert prototypes to ISO C90.
1590 * gcc.h: Likewise.
1591 * gcov-dump.c: Likewise.
1592 * gcov-iov.c: Likewise.
1593 * gcse.c: Likewise.
1594 * genattrtab.h: Likewise.
1595 * ggc.h: Likewise.
1596 * global.c: Likewise.
1597 * graph.c: Likewise.
1598 * graph.h: Likewise.
1599 * hosthooks.h: Likewise.
1600 * hooks.h: Likewise.
1601 * hooks.c: Likewise.
1602 * hashtable.h: Likewise.
1603 * hashtable.c: Likewise.
1604 * haifa-sched.c: Likewise.
1605 * integrate.h: Likewise.
1606 * integrate.c: Likewise.
1607 * input.h: Likewise.
1608 * ifcvt.c: Likewise.
1609 * jump.c: Likewise.
1610 * langhooks-def.h: Likewise. Add extern to prototypes.
1611 * langhooks.c: Likewise.
1612 * langhooks.h: Likewise.
1613 * lcm.c: Likewise.
1614 * local-alloc.c: Likewise.
1615 * loop-init.c: Likewise.
1616 * loop-unroll.c: Likewise.
1617 * loop-unswitch.c: Likewise.
1618 * loop.c: Likewise.
1619 * loop.h: Likewise. Add extern to prototypes.
1620 * machmode.h: Likewise.
1621 * main.c: Likewise.
1622 * mbchar.c: Likewise.
1623 * mbchar.h: Likewise.
1624 * mkdeps.c: Likewise.
1625 * mkdeps.h: Likewise.
1626 * optabs.c: Likewise.
1627 * optabs.h: Likewise.
1628 * output.h: Likewise.
1629 * gccspec.c: Likwise.
1630 * postreload.c: Likewise.
1631 * prefix.c: Likewise.
1632 * prefix.h: Likewise.
1633 * print-rtl.c: Likewise.
1634 * print-tree.c: Likewise.
1635 * profile.c: Likewise.
1636 * read-rtl.c: Likewise.
1637 * real.c: Likewise.
1638 * real.h: Likewise.
1639 * recog.c: Likewise.
1640 * recog.h: Likewise.
1641 * reg-stack.c: Likewise.
1642 * regclass.c: Likewise.
1643 * regmove.c: Likewise.
1644 * regrename.c: Likewise.
1645 * regs.h: Likewise.
1646 * reload.c: Likewise.
1647 * reload.h: Likewise.
1648 * reload1.c: Likewise.
1649 * reorg.c: Likewise.
1650 * resource.c: Likewise.
1651 * resource.h: Likewise.
1652 * rtl-error.c: Likewise.
1653 * rtl.c: Likewise.
1654 * rtl.h: Likewise.
1655 * rtlanal.c: Likewise.
1656 * sbitmap.c: Likewise.
1657 * sbitmap.h: Likewise.
1658 * scan-decls.c: Likewise.
1659 * scan.c: Likewise.
1660 * sched-deps.c: Likewise.
1661 * sched-ebb.c: Likewise.
1662 * sched-int.h: Likewise.
1663 * sched-rgn.c: Likewise.
1664 * sched-vis.c: Likewise.
1665 * sibcall.c: Likewise.
1666 * simplify-rtx.c: Likewise.
1667 * sreal.c: Likewise.
1668 * sreal.h: Likewise.
1669 * ssa-ccp.c: Likewise.
1670 * ssa-dce.c: Likewise.
1671 * ssa.c: Likewise.
1672 * ssa.h: Likewise.
1673 * stack.h: Likewise.
1674 * stmt.c: Likewise.
1675 * stor-layout.c: Likewise.
1676 * stringpool.c: Likewise.
1677 * target.h: Likewise.
1678 * timevar.c: Likewise.
1679 * timevar.h: Likewise.
1680 * tlink.c: Likewise.
1681 * tracer.c: Likewise.
1682 * tree-inline.c: Likewise.
1683 * tree-inline.h: Likewise.
1684 * tree.c: Likewise.
1685 * tree.h: Likewise.
1686
1687 2003-07-05 Kazu Hirata <kazu@cs.umass.edu>
1688
1689 * combine.c (nonzero_bits1): Fix a warning.
1690
1691 2003-07-05 Kazu Hirata <kazu@cs.umass.edu>
1692
1693 * config/h8300/h8300.c (compute_mov_length): Correct the
1694 length of loading CONST0_RTX (SFmode).
1695
1696 2003-07-05 Nathan Sidwell <nathan@codesourcery.com>
1697
1698 * toplev.c (output_clean_symbol_name): Remove.
1699 * toplev.h (output_clean_symbol_name): Remove.
1700 * config/alpha/alpha.c (unicosmk_output_module_name): Use
1701 lbasename & clean_symbol_name.
1702
1703 2003-07-05 Kazu Hirata <kazu@cs.umass.edu>
1704
1705 * ggc.h: Follow spelling conventions.
1706 * config/i386/i386.c: Likewise.
1707 * config/i386/winnt.c: Likewise.
1708 * config/rs6000/rs6000.c: Likewise.
1709
1710 2003-07-05 Kazu Hirata <kazu@cs.umass.edu>
1711
1712 * bt-load.c: Fix comment typos.
1713 * c-incpath.c: Likewise.
1714 * cfg.c: Likewise.
1715 * cfgcleanup.c: Likewise.
1716 * cfgloop.h: Likewise.
1717 * cfgloopmanip.c: Likewise.
1718 * cfgrtl.c: Likewise.
1719 * diagnostic.h: Likewise.
1720 * dwarfout.c: Likewise.
1721 * emit-rtl.c: Likewise.
1722 * et-forest.c: Likewise.
1723 * et-forest.h: Likewise.
1724 * expr.c: Likewise.
1725 * gcse.c: Likewise.
1726 * genattr.c: Likewise.
1727 * jump.c: Likewise.
1728 * langhooks.h: Likewise.
1729 * local-alloc.c: Likewise.
1730 * loop-unroll.c: Likewise.
1731 * loop-unswitch.c: Likewise.
1732 * ra-build.c: Likewise.
1733 * regclass.c: Likewise.
1734 * regmove.c: Likewise.
1735 * rtl.def: Likewise.
1736 * rtlanal.c: Likewise.
1737 * sched-ebb.c: Likewise.
1738 * sched-rgn.c: Likewise.
1739 * simplify-rtx.c: Likewise.
1740 * ssa.c: Likewise.
1741 * tracer.c: Likewise.
1742 * tree.c: Likewise.
1743
1744 2003-07-05 Zack Weinberg <zack@codesourcery.com>
1745
1746 * cppcharset.c: Use the correct return type for the fallback iconv
1747 macro.
1748
1749 Sat Jul 5 16:18:53 CEST 2003 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
1750
1751 Blame to Jan Hubicka <jh@suse.cz>
1752 * cfglayout.c (record_effective_endpoints): Split insns before
1753 first basic block correctly.
1754
1755 2003-07-05 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1756
1757 * expr.c (expand_expr, case COMPONENT_REF): When seeing if should use
1758 bitfield operations, use STRICT_ALIGNMENT, not SLOW_UNALIGNED_ACCESS
1759 if EXPAND_CONST_ADDRESS or EXPAND_INITIALIZER.
1760
1761 2003-07-05 Andreas Jaeger <aj@suse.de>
1762
1763 * genattrtab.c (write_attr_get): Revert part of last patch to
1764 always write out a prototype.
1765
1766 * genemit.c (gen_split): Readd lost unused attributes in last
1767 patch.
1768
1769 2003-07-05 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
1770
1771 * cfgloopmanip.c (force_single_succ_latches): Force latch to be
1772 different from header.
1773
1774 2003-07-05 Andreas Schwab <schwab@suse.de>
1775
1776 * config/m68k/m68k.c: Remove code protected by CRDS.
1777 * config/m68k/m68k.md: Likewise.
1778
1779 2003-07-05 Neil Booth <neil@daikokuya.co.uk>
1780
1781 PR driver/11417
1782 * c-opts.c (permit_fortran_options): New.
1783 (c_common_init_options): Accept fortran front end options if
1784 it looks like we might be preprocessing Fortran.
1785 (c_common_handle_option): Don't reject switch if permit_fotran_options.
1786
1787 2003-07-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1788
1789 * genattr.c (internal_dfa_insn_code): Output prototype.
1790 * genattrtab.c: Don't output unnecessary decls, output in ISO C.
1791 * genautomata.c: Likewise.
1792 * genconditions.c: Likewise.
1793 * genemit.c: Likewise.
1794 * genextract.c: Likewise.
1795 * gengenrtl.c: Likewise.
1796 * gengtype.c: Likewise.
1797 * genopinit.c: Likewise.
1798 * genoutput.c: Likewise.
1799 * genpeep.c: Likewise.
1800 * genrecog.c: Likewise.
1801
1802 2003-07-04 Zack Weinberg <zack@codesourcery.com>
1803
1804 * cpplib.h (CPP_AT_NAME, CPP_OBJC_STRING): New token types.
1805 (struct cpp_options): Add narrow_charset, wide_charset,
1806 bytes_big_endian fields. Remove EBCDIC field.
1807 (cpp_init_iconv, cpp_interpret_string): New external interfaces.
1808
1809 * cpphash.h: Include <iconv.h> if we have it, otherwise
1810 provide a dummy definition of iconv_t.
1811 (struct cpp_reader): Add narrow_cset_desc and wide_cset_desc fields.
1812 (_cpp_valid_ucn): Update prototype.
1813 (_cpp_destroy_iconv): New prototype.
1814
1815 * doc/cpp.texi: Document character set handling.
1816 * doc/cppopts.texi: Document -fexec-charset= and -fexec-wide-charset=.
1817 * doc/extend.texi: Delete entire section on multiline strings.
1818 Rewrite section on __FUNCTION__ etc now that these are
1819 variables in C.
1820
1821 * cppucnid.tab, cppucnid.pl: New files.
1822 * cppucnid.h: New generated file.
1823 * cppcharset.c: Include cppucnid.h. Lots of commentary added.
1824 (iconv_open, iconv, iconv_close): Provide dummy definitions
1825 if !HAVE_ICONV.
1826 (SOURCE_CHARSET, struct strbuf, init_iconv_desc, cpp_init_iconv,
1827 _cpp_destroy_iconv, convert_cset, width_to_mask, convert_ucn,
1828 emit_numeric_escape, convert_hex, convert_oct, convert_escape,
1829 cpp_interpret_string, narrow_str_to_charconst,
1830 wide_str_to_charconst): New.
1831 (ucn_valid_in_identifier): Use a binary search through the
1832 ucnranges table defined in cppucnid.h, not a long chain of if
1833 statements.
1834 (_cpp_valid_ucn): Add a limit pointer. Downgrade "universal
1835 character names are only valid in C++ and C99" to a warning.
1836 Issue the "meaning of \[uU] is different in traditional C"
1837 warning here. Take care not to let iconv see an invalid UCS
1838 value if we get a malformed UCN. Issue an error if we don't
1839 have iconv.
1840 (cpp_interpret_charconst): Moved here from cpplex.c. Use
1841 cpp_interpret_string to do the heavy lifting.
1842
1843 * cppinit.c (cpp_create_reader): Initialize bytes_big_endian,
1844 narrow_charset, wide_charset fields of options structure.
1845 (cpp_destroy): Call _cpp_destroy_iconv.
1846 * cpplex.c (forms_identifier_p): Adjust call to _cpp_valid_ucn.
1847 (maybe_read_ucn, hex_digit_value, cpp_parse_escape): Delete.
1848 (cpp_interpret_charconst): Moved to cppcharset.c.
1849 * cpplib.c (dequote_string): Delete.
1850 (interpret_string_notranslate): New.
1851 (do_line, do_linemarker): Use interpret_string_notranslate.
1852
1853 * Makefile.in (cppcharset.o): Depend on cppucnid.h.
1854
1855 * c-common.c (fname_string, combine_strings): Delete.
1856 * c-common.h (fname_string, combine_strings): Delete prototypes.
1857 * c-lex.c (ignore_escape_flag): Delete.
1858 (cb_ident): Use cpp_interpret_string, not lex_string.
1859 (get_nonpadding_token): New function.
1860 (c_lex): Handle Objective-C @-prefixed identifiers and strings here.
1861 Adjust calls to lex_string. Don't write *value twice.
1862 (lex_string): Now handles string constant concatenation.
1863 Most of the work handed off to cpp_interpret_string.
1864 Call fix_string_type here.
1865 * c-parse.in (STRING_FUNC_NAME, VAR_FUNC_NAME): Replace with
1866 FUNC_NAME, throughout.
1867 (OBJC_STRING): New token type.
1868 (primary:STRING): No need to call fix_string_type here.
1869 (primary:objc_string): Make that OBJC_STRING.
1870 (objc_string nonterminal): Delete.
1871 (yylexname): Delete code to handle fake string constants.
1872 (yylexstring): Delete entirely.
1873 (_yylex): Handle CPP_AT_NAME and CPP_OBJC_STRING. No need
1874 to handle CPP_ATSIGN.
1875
1876 * c.opt (-fexec-charset=, -fwide-exec-charset=): New options.
1877 * c-opts.c (missing_arg, c_common_handle_option): Handle
1878 OPT_fexec_charset_ and OPT_fwide_exec_charset_.
1879 (c_common_init): Set cpp_opts->bytes_big_endian, not
1880 cpp_opts->EBCDIC. Call cpp_init_iconv.
1881 (print_help): Document -fexec-charset= and -fexec-wide-charset=.
1882 (TARGET_EBCDIC): Delete default definition.
1883
1884 * objc/objc-act.c (build_objc_string_object): No need to
1885 handle string constant concatenation.
1886
1887 2003-07-04 Kazu Hirata <kazu@cs.umass.edu>
1888
1889 * doc/install.texi: Fix typos.
1890 * doc/invoke.texi: Likewise.
1891 * doc/tm.texi: Likewise.
1892
1893 2003-07-04 Kazu Hirata <kazu@cs.umass.edu>
1894
1895 * config/pa/fptr.c: Fix comment typos.
1896 * config/pa/pa-64.h: Likewise.
1897 * config/pa/pa.c: Likewise.
1898 * config/pa/pa.h: Likewise.
1899 * config/rs6000/603.md: Likewise.
1900 * config/rs6000/7xx.md: Likewise.
1901 * config/rs6000/darwin.h: Likewise.
1902 * config/rs6000/freebsd.h: Likewise.
1903 * config/rs6000/rs6000.c: Likewise.
1904 * config/rs6000/rs6000.md: Likewise.
1905 * config/rs6000/spe.h: Likewise.
1906
1907 2003-07-04 Ulrich Weigand <uweigand@de.ibm.com>
1908
1909 * config/s390/2064.md: Change GNU CC to GCC.
1910 * config/s390/2084.md: Likewise.
1911 * config/s390/fixdfdi.h: Likewise.
1912 * config/s390/linux.h: Likewise.
1913 * config/s390/s390-modes.def: Likewise.
1914 * config/s390/s390-protos.h: Likewise.
1915 * config/s390/s390.c: Likewise.
1916 * config/s390/s390.h: Likewise.
1917 * config/s390/s390.md: Likewise.
1918 * config/s390/s390x.h: Likewise.
1919
1920 2003-07-04 Jeff Law <law@redhat.com>
1921
1922 PR c/11428
1923 * expr.c (do_store_flag): Pass in the correct result type
1924 when calling fold_single_bit_test.
1925 * fold-const.c (fold_single_bit_test): Use result_type for the
1926 result when folding a sign bit test.
1927
1928 2003-07-04 Neil Booth <neil@daikokuya.co.uk>
1929
1930 * opts.c (common_handle_options): Negate sense of -falign- switches.
1931
1932 2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
1933
1934 * Makefile.in: Replace PWD with PWD_COMMAND.
1935
1936 2003-07-04 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
1937
1938 * cfgloopanal.c (count_strange_loop_iterations): New static function.
1939 (constant_iterations, count_loop_iterations, simple_loop_exit_p):
1940 Handle strange loops.
1941
1942 2003-07-04 Toon Moene <toon@moene.indiv.nluug.nl>
1943
1944 * install.texi: Even the g77 manpage is derived from
1945 the full g77 manual.
1946
1947 2003-07-04 Zack Weinberg <zack@codesourcery.com>
1948
1949 * ABOUT-NLS: Delete.
1950 * intl: Delete entire directory.
1951 * aclocal.m4: Include ../config/gettext.m4. Delete
1952 AC_ISC_POSIX, AM_LANGINFO_CODESET, jm_GLIBC21, AM_LC_MESSAGES,
1953 AM_PATH_PROG_WITH_TEST, AM_WITH_NLS, and AM_GNU_GETTEXT.
1954 * configure.in: Use CY_GNU_GETTEXT, not AM_GNU_GETTEXT.
1955 Remove intl/Makefile from all_outputs.
1956 * configure, config.in: Regenerate.
1957 * Makefile.in: Expunge all references to intl subdirectory.
1958 Add -I../intl to INCLUDES.
1959 * intl.h: Include libintl.h if and only if ENABLE_NLS is defined.
1960
1961 2003-07-04 Roger Sayle <roger@eyesopen.com>
1962
1963 * config/rs6000/aix51.h (TARGET_C99_FUNCTIONS): Define.
1964 * config/rs6000/aix52.h (TARGET_C99_FUNCTIONS): Likewise.
1965
1966 2003-07-04 Danny Smith <dannysmith@users.sourceforge.net>
1967
1968 PR c++/5287, PR c++/7910, PR c++/11021
1969 * config/i386/winnt.c (ix86_handle_dll_attribute): Don't add
1970 dllimport attribute if function is defined at declaration, but
1971 report error instead. Likewise for dllimport'd variable
1972 definitions. Set implicit TREE_PUBLIC for dllimport'd variables
1973 declared within functions, Report error if dllimport or dllexport
1974 symbol is not global.
1975 (i386_pe_dllimport_p): Ignore dllimport attribute of functions
1976 if defined after declaration or if inlined. Don't allow definition
1977 of static data members of C++ classes. Don't dllimport virtual
1978 methods.
1979 (i386_pe_mark_dllexport): Warn about inconsistent dll attributes.
1980 (i386_pe_mark_dllimport): Remove unnecessary checks.
1981 (i386_pe_encode_section_info): Warn if the dllimport attribute
1982 and symbol prefix have been instantiated and then overridden.
1983
1984 * doc/extend.texi: Document dllimport and dllexport attributes.
1985
1986 * config/i386/winnt.c (i386_pe_output_labelref): Fix indents.
1987
1988 2003-07-03 Uwe Stieber <uwe@kaos-group.de>
1989
1990 * config/kaos.h (CPP_PREDEFINES): Delete.
1991 (TARGET_OS_CPP_BUILTINS): New.
1992
1993 2003-07-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1994
1995 * c-aux-info.c: Include toplev.h after c-tree.h.
1996 * c-common.c: Likewise.
1997 (GCC_DIAG_STYLE): Undef.
1998 * c-semantics.c (GCC_DIAG_STYLE): Define.
1999 * c-tree.h (GCC_DIAG_STYLE): Likewise.
2000 * diagnostic.h (inform): Move prototype to toplev.h.
2001 * jump.c: Include diagnostic.h before toplev.h.
2002 * toplev.h (GCC_DIAG_STYLE, ATTRIBUTE_GCC_DIAG): Define.
2003 (warning, error, fatal_error, pedwarn, sorry, inform,
2004 error_for_asm, warning_for_asm): Mark with ATTRIBUTE_GCC_CXXDIAG.
2005
2006 2003-07-03 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
2007
2008 * cfglayout.c (cfg_layout_duplicate_bb): Do not update frequencies
2009 at all if edge is not specified.
2010 (can_copy_bbs_p, copy_bbs): New.
2011 * cfglayout.h (can_copy_bbs_p, copy_bbs): Declare.
2012 * cfgloop.c (get_loop_body): Comment more precisely.
2013 * cfgloopmanip.c (copy_bbs, record_exit_edges): Removed.
2014 (scale_bbs_frequencies): Fix comment typo.
2015 (can_duplicate_loop_p): Use can_copy_bbs_p.
2016 (duplicate_loop_to_header_edge): Simplify by using copy_bbs.
2017
2018 2003-07-03 Devang Patel <dpatel@apple.com>
2019
2020 * c-opts.c (c_common_parse_file): Remove extra
2021 debug_hooks->start_source_file call.
2022
2023 2003-07-03 Roger Sayle <roger@eyesopen.com>
2024
2025 * real.c (real_trunc, real_floor, real_ceil): New functions
2026 to implement trunc, floor and ceil respectively.
2027 * real.h (real_trunc, real_floor, real_ceil): Prototype here.
2028 * builtins.c (integer_valued_real_p): New function to test if
2029 a floating point expression has an integer valued result.
2030 (fold_trunc_transparent_mathfn): Optimize foo(foo(x)) as
2031 foo(x) where foo is an integer rounding function. Similarly,
2032 optimize foo(bar(x)) as bar(x), and foo((double)(int)x) as
2033 (double)(int)x when both foo and bar are integer rounding
2034 functions and we don't need to honor errno.
2035 (fold_builtin_trunc, fold_builtin_floor, fold_builtin_ceil):
2036 New functions to fold trunc, floor and ceil.
2037 (fold_builtin): Use fold_builtin_trunc to fold BUILT_IN_TRUNC*,
2038 fold_builtin_floor to fold BUILT_IN_FLOOR* and fold_builtin_ceil
2039 to fold BUILT_IN_CEIL*.
2040 * fold-const.c (tree_expr_nonnegative_p): Handle FLOAT_EXPR and
2041 the remaining integer rounding functions.
2042
2043 2003-07-03 Eric Botcazou <ebotcazou@libertysurf.fr>
2044
2045 * config/sparc/sparc.c (function_arg_partial_nregs): Use
2046 SPARC_INT_ARG_MAX to determine where to split unnamed
2047 complex FP arguments.
2048
2049 Thu Jul 3 20:36:47 CEST 2003 Jan Hubicka <jh@suse.cz>
2050
2051 * basic-block.h (create_basic_block, merge_blocks_nomove): Kill.
2052 * cfgcleanup.c (merge_blocks): Rename to merge_blocks_move.
2053 (merge_blocks_move_predecessor_nojumps,
2054 merge_blocks_move_successor_nojumps): Use merge_blocks.
2055 (try_optimize_cfg): Use merge_blocks_move.
2056 * cfgrtl.c (create_basic_block): Rename to rtl_create_basic_block.
2057 (merge_blocks_nomove): Rename to rtl_merge_blocks.
2058 (cfg_layout_create_basic_block): New.
2059 (rtl_can_merge_blocks): New.
2060 (cfg_layout_split_block): Do not alloc aux by hand.
2061 * cfghooks.h (cfg_hooks): Add create_basic_block, can_merge_blocks_p,
2062 merge_blocks.
2063 (create_basic_block, can_merge_blocks_p, merge_blocks): New macros.
2064 * cfglayout.c (cfg_layout_duplicate_bb): Do not allocate aux by hand.
2065 * cfgloopmanip.c (loop_split_edge_with): Likewise.
2066 * ifcvt.c (merge_if_block): Use merge_blocks_nomove.
2067
2068 * basic-block.h (basic_block_def): Add field 'rbi'.
2069 * bb-reorder.c (find_traces, rotate_loop, mark_bb_visited,
2070 find_traces_1_round, copy_bb, connect_traces): Update use of rbi.
2071 * cfg.c (entry_exit_blocks): Add new field.
2072 * cfglayout.c: Include alloc-pool.h;
2073 (cfg_layout_pool): New.
2074 (record_effective_endpoints, fixup_reorder_chain,
2075 fixup_fallthru_exit_predecessor, cfg_layout_duplicate_bb): Update use
2076 of rbi.
2077 (cfg_layout_initialize_rbi): New function.
2078 (cfg_layout_initialize): Use it.
2079 (cfg_layout_finalize): Clear rbi fields.
2080 * cfglayout.h (RBI): Kill.
2081 (cfg_layout_initialize_rbi): Declare.
2082 * cfgloopmanip.c (copy_bbs): Use rbi.
2083 (record_exit_edges): Likewise.
2084 (duplicate_loop_to_header_edge): Likewise.
2085 * cfgrtl.c (cfg_layout_create_basic_block): Use
2086 cfg_layout_initialize_rbi.
2087 (cfg_layout_split_block): Use rbi.
2088 (cfg_layout_delete_block): Likewise.
2089 * loop-init.c (loop_optimizer_finalize): Likewise.
2090 * loop-unswitch.c (unswitch_loop): Likewise.
2091 * tracer.c (seen, tail_duplicate, layout_superblocks): Likewise.
2092
2093 * cfgrtl.c: Update comments.
2094 (try_redirect_by_replacing_jump): New argument.
2095 (redirect_branch_edge): Break out from ...
2096 (rtl_redirect_edge_and_branch): ... this one.
2097 (update_cfg_after_block_merging): Break out from ...
2098 (rtl_merge_blocks): ... this one.
2099 (cfg_layout_split_edge): New.
2100 (cfg_layout_merge_blocks): New.
2101 (cfg_layout_can_merge_blocks_p): New.
2102 (cfg_layout_redirect_edge_and_branch): Reorganize.
2103 (cfg_layout_rtl_cfg_hooks): Fill in.
2104 (cfg_layout_delete_block): Kill barriers.
2105 * cfganal.c (can_fallthru): Deal with exit blocks
2106 * cfglayout.c (cfg_layout_function_header): New function
2107 (record_effective_endpoints): Record function header.
2108 (fixup_reorder_chain): Fixup dead jumptables; place header
2109
2110 * basic-block.h (CLEANUP_CFGLAYOUT): New flag.
2111 * bb-reorder.c (cfg_layout_initialize): Update call.
2112 * cfgcleanup.c (try_optimize_cfg): Supress optimizations of fallthru
2113 edges in cfglayout mode.
2114 * cfglayout.c (cleanup_unconditional_jumps): Kill.
2115 (cfg_layout_initialize): Kill agrument loops; use cfgcleanup.
2116 * cfglayout.h (cfg_layout_initialize): Update prototype.
2117 * cfgloop.h (CP_INSIDE_CFGLAYOUT): Kill.
2118 * cfgloopmanip.c (loop_split_edge_with): Use split_edge.
2119 * flow.c (propagate_block): Do not crash when basic block ends
2120 by first insn in the chain.
2121 * loop-init.c (loop_optimizer_init): First enter cfglayout mode; later
2122 do loop discovery.
2123 * tracer.c (tracer): Update call of cfg_layout_initialize.
2124
2125 2003-07-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2126
2127 * Makefile.in: Use dependency variables in lieu of explicit
2128 files throughout.
2129
2130 2003-07-03 Steven Bosscher <steven@gcc.gnu.org>
2131
2132 * rtl.h (ECF_*, flags_from_decl_or_type): Move from here...
2133 * tree.h: ...to here.
2134
2135 2003-07-03 Kazu Hirata <kazu@cs.umass.edu>
2136
2137 * config/s390/2064.md: Fix comment typos.
2138 * config/s390/2084.md: Likewise.
2139 * config/s390/s390.c: Likewise.
2140 * config/s390/s390.md: Likewise.
2141 * config/sh/sh.c: Likewise.
2142 * config/sh/sh.h: Likewise.
2143 * config/sh/sh.md: Likewise.
2144 * config/sparc/sparc.c: Likewise.
2145 * config/sparc/sparc.h: Likewise.
2146 * config/sparc/sparc.md: Likewise.
2147 * config/stormy16/stormy16.c: Likewise.
2148 * config/stormy16/stormy16.h: Likewise.
2149 * config/stormy16/stormy-abi: Fix a typo.
2150
2151 2003-07-03 Kelley Cook <kelleycook@wideopenwest.org>
2152
2153 * Makefile.in (ifcvt.o): Depend on OPTABS_H.
2154
2155 2003-07-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2156
2157 * config/mips/mips.h (save_argv): Delete.
2158
2159 2003-07-03 Roger Sayle <roger@eyesopen.com>
2160
2161 PR target/10700
2162 * fold-const.c (extract_muldiv_1): There's nothing that can be done
2163 if the expression is a SAVE_EXPR.
2164
2165 2003-07-03 Kazu Hirata <kazu@cs.umass.edu>
2166
2167 * config/m32r/m32r.c: Fix comment typos.
2168 * config/m68hc11/m68hc11.c: Likewise.
2169 * config/m68hc11/m68hc11.h: Likewise.
2170 * config/m68k/m68k.c: Likewise.
2171 * config/mcore/mcore.c: Likewise.
2172 * config/mcore/mcore.h: Likewise.
2173 * config/mcore/mcore.md: Likewise.
2174 * config/mips/mips.c: Likewise.
2175 * config/mips/mips.h: Likewise.
2176 * config/mips/mips.md: Likewise.
2177 * config/mips/netbsd.h: Likewise.
2178 * config/mn10300/mn10300.c: Likewise.
2179
2180 2003-07-03 Andreas Schwab <schwab@suse.de>
2181
2182 * dbxout.c (pending_bincls): Move decl down inside
2183 DBX_DEBUGGING_INFO || XCOFF_DEBUGGING_INFO section.
2184
2185 2003-07-02 Nathan Sidwell <nathan@codesourcery.com>
2186
2187 * rtl.h (NOTE_DATA): Refer to whole union.
2188 * emit-rtl.c (emit_note): Use memset to clear NOTE_DATA.
2189
2190 2003-07-03 Eric Botcazou <ebotcazou@libertysurf.fr>
2191
2192 PR optimization/11381
2193 * simplify-rtx.c (simplify_relational_operation): Check that
2194 two equal operands have no side-effects before simplifying
2195 the comparison.
2196
2197 2003-07-02 Jeff Law <law@redhat.com>
2198
2199 * expr.c (do_store_flag): Remove special case folding for
2200 single bit tests. Instead call back into the commonized folder
2201 routine.
2202 * fold-const.c (fold_single_bit_test): New function, mostly
2203 extracted from do_store_flag, with an additional case extracted
2204 from fold.
2205 (fold): Call fold_single_bit_test appropriately.
2206 * tree.h (fold_single_bit_test): Prototype.
2207
2208 2003-07-02 Zack Weinberg <zack@codesourcery.com>
2209
2210 * system.h: Include filenames.h.
2211 (IS_DIR_SEPARATOR, IS_ABSOLUTE_PATHNAME): Don't define.
2212 (DIR_SEPARATOR, DIR_SEPARATOR_2): If not already defined,
2213 define based on HAVE_DOS_BASED_FILE_SYSTEM.
2214 * config/i386/xm-cygwin.h, config/i386/xm-djgpp.h
2215 * config/i386/xm-mingw32.h: Don't define
2216 HAVE_DOS_BASED_FILE_SYSTEM,
2217 DIR_SEPARATOR, or DIR_SEPARATOR_2.
2218 * doc/hostconfig.texi: Update to match.
2219
2220 * cppfiles.c, gcc.c, gensupport.c, protoize.c,
2221 config/i386/cygwin.h:
2222 Use IS_ABSOLUTE_PATH throughout.
2223 * gcc.c (DIR_UP): Delete, unused.
2224 * protoize.c (IS_SAME_PATH): Define in terms of
2225 FILENAME_CMP.
2226 (is_abspath): Delete.
2227
2228 2003-07-02 Kazu Hirata <kazu@cs.umass.edu>
2229
2230 * config/i386/emmintrin.h: Fix comment typos.
2231 * config/i386/i386.c: Likewise.
2232 * config/i386/i386.h: Likewise.
2233 * config/i386/sco5.h: Likewise.
2234 * config/ia64/ia64.c: Likewise.
2235 * config/ia64/itanium2.md: Likewise.
2236
2237 2003-07-02 H.J. Lu <hongjiu.lu@intel.com>
2238
2239 * dbxout.c (pending_bincls): Replace DBX_USE_BINCLS with
2240 DBX_USE_BINCL.
2241 (emit_bincl_stab): Same.
2242 (emit_pending_bincls): Same.
2243
2244 2003-07-02 Kazu Hirata <kazu@cs.umass.edu>
2245
2246 * config/h8300/h8300.c (compute_mov_length): Fix the length of
2247 loading CONST0_RTX (SFmode).
2248 * config/h8300/h8300.h (CONST_DOUBLE_OK_FOR_LETTER_P): Change
2249 'G' to CONST0_RTX (SFmode).
2250 * config/h8300/h8300.md (movsf_h8300): Change the first
2251 constraint to 'G'.
2252 (movsf_h8300h): Likewise.
2253
2254 2003-07-02 Neil Booth <neil@daikokuya.co.uk>
2255
2256 * c-common.h (c_common_init_options): New prototype.
2257 * c-opts.c (deferred_size): Remove.
2258 (defer_opt): Array is now pre-allocated.
2259 (c_common_init_options): Pre-allocate deferred_opts. Make
2260 lang_flags unsigned.
2261 (push_command_line_options): Free deferred_opts.
2262 * hooks.c (hook_uint_uint_constcharptrptr_0): New.
2263 * hooks.h (hook_uint_uint_constcharptrptr_0): New.
2264 * langhooks-def.h (LANG_HOOKS_INIT_OPTIONS): Update.
2265 * langhooks.h (struct lang_hooks): New prototype for init_options.
2266 * main.c (main): Cast argv.
2267 * opts.c (handle_option, handle_options): Update prototypes.
2268 (decode_options): save_argc, save_argv are not global. Constify.
2269 * opts.h (decode_options): New prototype.
2270 * toplev.c (general_init): New protoype.
2271 (save_argv): Make static.
2272 (save_argc): Remove.
2273 (print_switch_values, general_init): Constify.
2274 (toplev_main): Save argv.
2275 * toplev.h (toplev_main): Update prototype.
2276 (save_argc, save_argv): Remove.
2277
2278 2003-07-02 David Edelsohn <edelsohn@gnu.org>
2279
2280 * dbxout.c (pending_bincls): Guard with DBX_USE_BINCLS.
2281 (emit_bincl_stab): Same.
2282 (emit_pending_bincls): Same.
2283
2284 2003-07-02 Nathan Sidwell <nathan@codesourcery.com>
2285
2286 PR c++/11072
2287 * ginclude/stddef.h (offsetof): Remove cast to 'char &'. Explain why.
2288
2289 2003-07-02 Andreas Schwab <schwab@suse.de>
2290
2291 * dbxout.c (pending_bincls): Only define if DBX_DEBUGGING_INFO.
2292
2293 2003-07-02 Eric Botcazou <ebotcazou@libertysurf.fr>
2294
2295 PR optimization/11210
2296 * expr.c (handled_component_p) [NOP_EXPR]: Add ??? note
2297 about the behaviour with regard to bitfields.
2298 * fold-const (decode_field_reference): Record outermost type in
2299 case the expression is a NOP. Strip all NOPs. Set the signedness
2300 to that of the outermost type (if any) when the bitsize is equal
2301 to the size of the type.
2302
2303 2003-07-02 Richard Sandiford <rsandifo@redhat.com>
2304
2305 * config/mips/mips.md (addsi3): Remove workaround for adds of -32768.
2306 (addsi3_internal, adddi3, adddi3_internal_2): Likewise.
2307 (adddi3_internal_3, addsi3_internal_2): Likewise.
2308
2309 2003-07-02 Richard Sandiford <rsandifo@redhat.com>
2310
2311 * config/mips/mips.c (machine_function): Add new fields:
2312 ignore_hazard_length_p and all_noreorder_p.
2313 (mips_flag_delayed_branch): New variable.
2314 (override_options): Treat '/' as an operand punctuation character.
2315 Set up mips_flag_delayed_branch.
2316 (print_operand): Handle '/'.
2317 (mips_output_function_prologue): Put the whole function in
2318 .set noreorder and .set nomacro if all_noreorder_p is true.
2319 (mips_output_function_epilogue): End the noreorder/nomacro sequence.
2320 (mips16_optimize_gp): Remove "first insn" parameter.
2321 (mips16_lay_out_constants): New function, split out from mips_reorg.
2322 (mips_avoid_hazard, mips_avoid_hazards): New functions.
2323 (mips_reorg): For mips16 code, call mips16_lay_out_constant
2324 and (optionally) mips16_optimize. If TARGET_EXPLICIT_RELOCS,
2325 do delayed-branch scheduling followed by hazard detection.
2326 (mips_adjust_insn_length): Only account for hazards if
2327 !ignore_hazard_length_p.
2328 (mips_output_load_label): Add a nop to the o32 sequence if
2329 the target suffers from load delays.
2330 (mips_output_conditional_branch): Add %/ to the end of branches.
2331 (mips_output_division): Fill the branch delay slot with %#.
2332 * config/mips/mips.md: Remove redundant '%*' from mips16 branch
2333 instructions. End all other %* branches with %/.
2334 (ffssi2, ffsdi2): Fix lengths.
2335 (truncdisi2, truncdihi2, truncdiqi2): Add store attributes.
2336 (fix_truncdfsi2_macro): Turn off .set nomacro if appropriate.
2337 (fix_truncsfsi2_macro): Likewise.
2338 (mov_lwl): Set hazard to "none".
2339 (ashldi3_internal): Fill the branch delay slot with %#.
2340 (ashrdi3_internal, lshrdi3_internal): Likewise.
2341 (exception_receiver): Explicitly set $28.
2342 (hazard_nop): New pattern.
2343
2344 Wed Jul 2 08:12:36 CEST 2003 Jan Hubicka <jh@suse.cz>
2345
2346 * cgraphunit.c (cgraph_finalize_unit): Set current_function_decl
2347 before calling tree_inlinable_function_p.
2348
2349 2003-07-02 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2350
2351 * fixinc/inclhack.def (irix_stdio_va_list): Apply to IRIX 6.5
2352 <internal/stdio_core.h> too.
2353 (stdio_va_list): Apply to IRIX 6.5 <internal/stdio_core.h> and
2354 <internal/wchar_core.h> too.
2355 Substitute va_list uses in inline definition.
2356 * fixinc/fixincl.x: Regenerate.
2357
2358 2003-07-02 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2359
2360 * config/mips/iris5.h (SET_FILE_NUMBER): Moved here from iris3.h.
2361 Undef before redefinition.
2362 (LABEL_AFTER_LOC): Likewise.
2363 (DEFAULT_SIGNED_CHAR): Likewise.
2364 (ASM_OUTPUT_ASCII): Moved here from iris4.h.
2365 Fix IRIX spelling.
2366
2367 * config/mips/iris3.h: Remove, unused.
2368 * config/mips/iris4.h: Likewise.
2369
2370 * config/mips/mips.h (STACK_ARGS_ADJUST): Remove, unused.
2371
2372 * config/mips/iris5.h (TARGET_DEFAULT): Move ...
2373 * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): ... here to
2374 target_cpu_default.
2375
2376 * config/mips/iris5.h: Move explicit includes ...
2377 * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): ... here.
2378
2379 * config/mips/iris6.h (MIPS_ISA_DEFAULT, MIPS_ABI_DEFAULT): Move ...
2380 * config.gcc (mips-sgi-irix6*, mips-sgi-irix5cross64): ... here to
2381 tm_defines.
2382
2383 * config/mips/iris6.h (TARGET_DEFAULT): Move ...
2384 * config.gcc (mips-sgi-irix6*, mips-sgi-irix5cross64): ... here to
2385 target_cpu_default.
2386
2387 * config/mips/iris6.h: Fix IRIX spelling.
2388 (MULTILIB_DEFAULTS): Undef before redefinition.
2389
2390 * config/mips/iris6.h: Move explicit includes ...
2391 * config.gcc (mips-sgi-irix6*, mips-sgi-irix5cross64): ... here.
2392
2393 Wed Jul 2 02:16:48 CEST 2003 Jan Hubicka <jh@suse.cz>
2394
2395 * cgraph.c (cgraph_mark_needed_node, cgraph_varpool_mark_needed_node,
2396 cgraph_varpool_finalize_decl, cgraph_varpool_assemble_pending_decls):
2397 Use next_needed field instead of aux to maintain the queue.
2398 * cgraph.h (cgraph_node): Add next_needed.
2399 (cgraph_varpool_node): Add next_needed; remove aux.
2400 * cgraphunit.c (cgraph_finalize_compilation_unit): Use next_needed.
2401
2402 Wed Jul 2 02:12:51 CEST 2003 Jan Hubicka <jh@suse.cz>
2403
2404 * cgraphunit.c (cgraph_finalize_function): Set finalized.
2405 (cgraph_finalize_function): Do not examine inlinablility.
2406 (cgraph_finalize_compilation_unit): Do it here.
2407 * cgraph.h (cgraph_local_info): Add finalized field.
2408
2409 2003-07-02 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2410
2411 * ggc-common.c (gt_pch_save): Cast MAP_FAILED to void *.
2412 (gt_pch_restore): Likewise.
2413
2414 2003-07-01 Kazu Hirata <kazu@cs.umass.edu>
2415
2416 * config/alpha/alpha.c: Fix comment typos.
2417 * config/alpha/elf.h: Likewise.
2418 * config/arm/arm.c: Likewise.
2419 * config/arm/arm.h: Likewise.
2420 * config/arm/arm.md: Likewise.
2421 * config/arm/t-arm-coff: Likewise.
2422 * config/arm/t-strongarm-pe: Likewise.
2423 * config/arm/xscale-elf.h: Likewise.
2424 * config/avr/avr.h: Likewise.
2425
2426 2003-07-01 Jeff Law <law@redhat.com>
2427
2428 * stmt.c (any_pending_cleanups): Remove another redundant test.
2429
2430 2003-07-01 David Edelsohn <edelsohn@gnu.org>
2431 J"orn Rennecke <joern.rennecke@superh.com>
2432
2433 * config/rs6000/rs6000.md (ctr{s,d}i_internal?): Add earlyclobber
2434 for MEM case.
2435
2436 2003-07-01 Devang Patel <dpatel@apple.com>
2437
2438 * dbxout.c (DBXOUT_DECR_NESTING): Emit pending bincls, if required.
2439 (binclstatus): New.
2440 (struct dbx_file): New members - bincl_status, pending_bincl_name and
2441 prev.
2442 (pending_bincls): New.
2443 (dbxout_init): Initialize new dbx_file members.
2444 (dbxout_start_source_file): Same.
2445 (emit_bincl_stab): New function.
2446 (emit_pending_bincls): Same.
2447 (emit_pending_bincls_if_required): Same.
2448 (dbxout_end_source_file): Emit EINCL stab only if BINCL is already
2449 processed.
2450 (dbxout_begin_block): Emit pending BINCL stabs.
2451 (dbxout_end_block): Same.
2452 (dbxout_function_decl): Same.
2453 (dbxout_continue): Same.
2454 (dbxout_type): Same.
2455 (dbxout_class_name_qualifiers): Same.
2456 (dbxout_symbol): Same.
2457 (dbxout_symbol_location): Same.
2458 (dbxout_parms): Same.
2459
2460 2003-07-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2461
2462 * c-semantics.c (genrtl_case_label): Fix format specifier bug.
2463 * cfgrtl.c (rtl_verify_flow_info_1): Likewise.
2464
2465 2003-07-01 Andreas Jaeger <aj@suse.de>
2466
2467 * fold-const.c: Convert prototypes to ISO C90.
2468 * function.c: Likewise.
2469 * function.h: Likewise.
2470
2471 2003-07-01 Kazu Hirata <kazu@cs.umass.edu>
2472
2473 * doc/contrib.texi: Fix typos.
2474 * doc/invoke.texi: Likewise.
2475 * doc/passes.texi: Likewise.
2476 * doc/sourcebuild.texi: Likewise.
2477 * doc/tm.texi: Likewise.
2478
2479 2003-07-01 Kazu Hirata <kazu@cs.umass.edu>
2480
2481 * basic-block.h: Fix comment typos.
2482 * bb-reorder.c: Likewise.
2483 * c-format.c: Likewise.
2484 * cfgcleanup.c: Likewise.
2485 * cfghooks.h: Likewise.
2486 * cfgloop.c: Likewise.
2487 * cfgloopmanip.c: Likewise.
2488 * cfgrtl.c: Likewise.
2489 * cgraph.h: Likewise.
2490 * cgraphunit.c: Likewise.
2491 * combine.c: Likewise.
2492 * convert.c: Likewise.
2493 * dbxout.c: Likewise.
2494 * df.c: Likewise.
2495 * df.h: Likewise.
2496 * diagnostic.c: Likewise.
2497 * dwarf2out.c: Likewise.
2498 * et-forest.h: Likewise.
2499 * flow.c: Likewise.
2500 * fold-const.c: Likewise.
2501 * function.h: Likewise.
2502 * gcov-io.h: Likewise.
2503 * gcov.c: Likewise.
2504 * gcse.c: Likewise.
2505 * genautomata.c: Likewise.
2506 * ggc-common.c: Likewise.
2507 * ggc-page.c: Likewise.
2508 * loop-unroll.c: Likewise.
2509 * loop-unswitch.c: Likewise.
2510 * loop.c: Likewise.
2511 * mips-tfile.c: Likewise.
2512 * optabs.c: Likewise.
2513 * ra-build.c: Likewise.
2514 * ra-colorize.c: Likewise.
2515 * ra-rewrite.c: Likewise.
2516 * ra.h: Likewise.
2517 * regmove.c: Likewise.
2518 * reload.c: Likewise.
2519 * rtlanal.c: Likewise.
2520 * sched-ebb.c: Likewise.
2521 * sched-int.h: Likewise.
2522 * sched-vis.c: Likewise.
2523 * sreal.c: Likewise.
2524 * ssa-ccp.c: Likewise.
2525 * ssa.c: Likewise.
2526 * toplev.c: Likewise.
2527 * tree-inline.c: Likewise.
2528 * value-prof.c: Likewise.
2529 * value-prof.h: Likewise.
2530
2531 2003-07-01 Nathan Sidwell <nathan@codesourcery.com>
2532
2533 * rtl.h (emit_line_note_after): Remove.
2534 (emit_note_copy_after, emit_note_copy): New.
2535 * emit-rtl.c (reorder_insns_with_line_notes): Replace
2536 emit_line_note_after with emit_note_copy_after.
2537 (emit_insn_after_with_line_notes): Likewise.
2538 (emit_line_note_after): Kill.
2539 (emit_note_copy_after): New.
2540 (emit_note_copy): New.
2541 * function.c (emit_return_into_block): Use emit_note_copy_after.
2542 (thread_prologue_and_epilogue_insns): Likewise.
2543 * integrate.c (expand_inline_function): Use emit_note_copy.
2544 (copy_insn_list): Likewise.
2545 * unroll.c (copy_loop_body): Likewise.
2546 * cfglayout.c (duplicate_insn_chain): Likewise.
2547
2548 2003-07-01 Nathan Sidwell <nathan@codesourcery.com>
2549
2550 * c-tree.h (define_label): Replace filename and lineno arguments
2551 with a location_t.
2552 * c-decl.c (poplevel): Adjust define_label call.
2553 (pop_label_level): Likewise.
2554 (define_label): Replace filename and lineno arguments with a
2555 location_t.
2556 (store_parm_decls): Use DECL_SOURCE_LOCATION.
2557 * c-parse.in (label): Adjust define_label call.
2558
2559 2003-07-01 Neil Booth <neil@daikokuya.co.uk>
2560
2561 * config/sol2.h, config/alpha/alpha.h, config/alpha/linux.h,
2562 config/i386/i386-interix.h, config/ia64/hpux.h, config/mips/iris6.h,
2563 config/mips/linux.h, config/mips/mips.h, config/pa/pa-hpux.h,
2564 config/pa/pa-hpux10.h, config/pa/pa-hpux11.h, config/pa/pa-pro-end.h,
2565 config/pa/pa.h, config/pa/rtems.h: Use c_dialect_ macros.
2566
2567 2003-07-01 Andreas Jaeger <aj@suse.de>
2568
2569 * final.c: Convert prototypes to ISO C90.
2570 * flow.c: Likewise.
2571 * flags.h: Likewise.
2572 * gcov-io.c: Likewise.
2573 * gcov-io.h: Likewise.
2574
2575 2003-06-30 Bruno Haible <bruno@clisp.org>
2576
2577 PR middle-end/6578
2578 * libgcc2.c (__subvsi3): Remove simplification that would not work
2579 when subtracting -0x80000000.
2580 (__subvdi3): Remove simplification that would return a wrong result.
2581 (__mulvsi3): Fix overflow check.
2582 (__absvdi2): Fix simplification that would return a wrong result.
2583 (__mulvdi3): Fix overflow check.
2584
2585 2003-06-30 Jeff Law <law@redhat.com>
2586
2587 * stmt.c (any_pending_cleanups): Lose argument THIS_CONTOUR, it
2588 was always passed in the value '1'. Simplify body appropriately.
2589 * tree.h (any_pending_cleanups): Corresponding changes.
2590 * calls.c: (expand_call): Corresponding changes.
2591
2592 2003-06-30 Kazu Hirata <kazu@cs.umass.edu>
2593
2594 * combine.c (distribute_notes): Don't bother REG_WAS_0.
2595 * cse.c (cse_insn): Likewise.
2596 * final.c (final_scan_insn): Likewise.
2597 * jump.c (duplicate_loop_exit_test): Likewise.
2598 * rtl.c (reg_note_name): Remove REG_WAS_0.
2599 * rtl.h (REG_WAS_0): Remove.
2600 * unroll.c (final_reg_note_copy): Don't bother REG_WAS_0.
2601 * config/avr/avr.c (output_movqi): Don't use reg_was_0.
2602 (output_movhi): Likewise.
2603 (output_movsisf): Likewise.
2604 (reg_was_0): Remove.
2605 * config/m68hc11/m68hc11.c (m68hc11_gen_movhi): Don't use
2606 REG_WAS_0.
2607 (m68hc11_gen_movqi): Likewise.
2608 * config/vax/vax-protos.h: Remove the prototype for
2609 reg_was_0_p.
2610 * config/vax/vax.c (follows_p): Remove.
2611 (reg_was_0_p): Likewise.
2612 * config/vax/vax.md (movsi): Don't use reg_was_0_p.
2613 (movhi): Likewise.
2614 (movqi): Likewise.
2615 * doc/rtl.texi (REG_WAS_0): Remove.
2616
2617 2003-06-30 Mark Mitchell <mark@codesourcery.com>
2618
2619 * config/rs6000/spe.h (__ev_set_spefscr_frmc): Set the flag.
2620
2621 2003-06-30 Bob Wilson <bob.wilson@acm.org>
2622
2623 * config/xtensa/lib1funcs.asm: Use "xtensa-config.h" from
2624 top-level include directory.
2625 * config/xtensa/lib2funcs.S: Likewise.
2626 * config/xtensa/xtensa.h: Likewise.
2627 * config/xtensa/xtensa-config.h: Remove.
2628 * doc/install.texi: Update location of "xtensa-config.h" header.
2629
2630 2003-06-30 Ulrich Weigand <uweigand@de.ibm.com>
2631
2632 * config/s390/s390.c (s390_extra_constraint): New function.
2633 * config/s390/s390-protos.h (s390_extra_constraint): Declare it.
2634 * config/s390/s390.h (EXTRA_CONSTRAINT): Use it.
2635 * config/s390/s390.c (q_constraint): Remove.
2636 * config/s390/s390-protos.h (q_constraint): Likewise.
2637 * config/s390/s390.h (EXTRA_MEMORY_CONSTRAINT): Add 'R', 'S', 'T'.
2638 (EXTRA_ADDRESS_CONSTRAINT): Define.
2639
2640 * config/s390/s390.c (larl_operand): Refuse out-of-range operands.
2641 (DISP_IN_RANGE, s390_short_displacement): New.
2642 (legitimate_reload_operand_p): Support long displacements.
2643 (s390_decompose_address): Likewise.
2644 (legitimize_pic_address): Likewise.
2645 (legitimize_address): Likewise.
2646 (s390_fixup_clobbered_return_reg): Likewise.
2647 (s390_emit_prologue, s390_emit_epilogue): Likewise.
2648 (s390_output_mi_thunk): Likewise.
2649
2650 * config/s390/s390.md (attr "op_type"): Add "RXY", "RSY", "SIY".
2651 (attr "atype", attr "length"): Add defaults for new op_types.
2652 (all insns): Change op_type attribute where appropriate.
2653
2654 ("*movdi_lay", "*movsi_lay", "*extendqidi2", "*extendqisi2"): New insns.
2655 ("*tmqi_ext", "*tmdi_mem", "*tmsi_mem", "*tmhi_mem", *tmqi_mem",
2656 "*tstsi", "*tstsi_cconly", "*tsthiCCT", "*tsthiCCT_cconly",
2657 "*tsthi", "*tsthi_cconly", "*tstqiCCT", "*tstqiCCT_cconly",
2658 "*tstqi", "*tstqi_cconly", "*cmpsi_ccs_sign", "*cmpsi_ccs",
2659 "*cmpsi_ccu", "*cmphi_ccu", "*cmpqi_ccu", "*cli",
2660 "movti", "*movdi_64", "*movdi_31", "*movsi", "movhi", "movqi_64",
2661 "movqi", "*movstrictqi", "*movstricthi", "movstrictsi",
2662 "*movdf_64", "*movdf_31", "*movsf",
2663 "*load_multiple_si", "*store_multiple_di",
2664 "*sethighqisi", "*sethighhisi", "*sethighqidi_31", "*extendhisi2",
2665 "*la_64", "*la_31", "*la_31_and", "force_la_31",
2666 "*addsi3_carry1_cc", *addsi3_carry1_cconly",
2667 "*addsi3_carry2_cc", *addsi3_carry2_cconly",
2668 "*addsi3_cc", "*addsi3_cconly", "*addsi3_cconly2",
2669 "*addsi3_sign", "*addsi3_sub", "addsi3",
2670 "*subsi3_borrow_cc", "*subsi3_borrow_cconly", "*subsi3_cc",
2671 "*subsi3_cconly", "*subsi3_sign", "*subsi3_sub", "subsi3",
2672 "mulsi3"
2673 "*andsi3_cc", "*andsi3_cconly", "andsi3",
2674 "*andqi3_ss", "*andqi3_ss_inv",
2675 "*iorsi3_cc", "*iorsi3_cconly", "iorsi3",
2676 "*iorqi3_ss", "*iorqi3_ss_inv",
2677 "*xorsi3_cc", "*xorsi3_cconly", "xorsi3",
2678 "*xorqi3_ss", "*xorqi3_ss_inv",
2679 "*tls_load_31"): Add alternatives for long-displacement instructions.
2680
2681 ("*cmpdf_ccs", "*cmpdf_ccs_ibm", "*cmpsf_ccs", "*cmpsf_ccs_ibm",
2682 "*load_multiple_di", "*store_multiple_di",
2683 "*sethighqidi_64", "*zero_extendhisi2_31",
2684 "truncdfsf2_ibm", "extendsfdf2_ieee", "extendsfdf2_ibm",
2685 "adddf3", "*adddf3", "*adddf3_ibm",
2686 "addsf3", "*addsf3", "*addsf3_ibm",
2687 "subdf3", "*subdf3", "*subdf3_ibm",
2688 "subsf3", "*subsf3", "*subsf3_ibm",
2689 "mulsi_6432", "divmoddisi3",
2690 "muldf3", "*muldf3", "*muldf3_ibm",
2691 "mulsf3", "*mulsf3", "*mulsf3_ibm",
2692 "divdf3", "*divdf3", "*divdf3_ibm",
2693 "divsf3", "div*sf3", "*divsf3_ibm",
2694 "sqrtdf2", "sqrtsf2",
2695 "*cjump_long", "*icjump_long", "indirect_jump", "casesi_jump",
2696 "*doloop_si_long", "*doloop_di_long", "bas_64", "bas_31",
2697 "bas_r_64", "bas_r_31", "bas_tls_31", "bas_tls_64"): Adapt memory
2698 and address constraints for instructions that do not accept long
2699 displacements.
2700
2701 2003-06-30 Hartmut Penner <hpenner@de.ibm.com>
2702 Ulrich Weigand <uweigand@de.ibm.com>
2703
2704 * config/s390/2084.md: New file.
2705 * config/s390/s390.md: Include it.
2706 * config/s390/s390.c (s390_adjust_priority): New function.
2707 (TARGET_SCHED_ADJUST_PRIORITY): Define.
2708 (s390_first_cycle_multipass_dfa_lookahead): New function.
2709 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Define.
2710 (s390_sched_reorder2): New function.
2711 (TARGET_SCHED_REORDER2): Define.
2712 (s390_adjust_cost): Support PROCESSOR_2084_Z990 cpu type.
2713 (s390_issue_rate): Likewise.
2714
2715 Mon Jun 30 23:47:33 CEST 2003 Jan Hubicka <jh@suse.cz>
2716
2717 * Makefile.in (GTFILES): Add cgraph.h.
2718 * cgraph.c (known_decls): Remove.
2719 (cgraph_hash, cgraph_nodes, cgraph_nodes_queue,
2720 cgraph_varpool_hash, cgraph_varpool_nodes_queue): GTYize.
2721 (cgraph_node): Do not allocate known_decls; use polutate hashtable.
2722 (cgraph_varpool_node): Likewise; add next pointer.
2723 (cgraph_varpool_nodes): New static variable.
2724 * cgraph.h (cgraph_local_info, cgraph_global_info, cgraph_rtl_info,
2725 cgraph_node, cgraph_edge, cgraph_varpool_node, cgraph_nodes, cgraph_n_nodes,
2726 cgraph_varpool_n_nodes, cgraph_varpool_nodes_queue): GTYize.
2727 * gengtype.c (open_base_files): Include cgraph.h
2728
2729 2003-06-30 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
2730
2731 * Changelog: Remove ">>>>>>>" from previous change.
2732
2733 2003-06-30 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
2734
2735 * config/cris/cris.c: Fix spelling for "testcase".
2736 * config/cris/cris.h: Likewise.
2737 * config/cris/cris.md: Likewise.
2738 * config/mmix/crti.asm: Likewise.
2739 * config/mmix/mmix.h: Likewise.
2740 * config/mmix/mmix.md: Likewise.
2741
2742 2003-06-30 Kazu Hirata <kazu@cs.umass.edu>
2743
2744 * config/h8300/h8300.h (LEGITIMATE_CONSTANT_P): Make it always
2745 1.
2746
2747 2003-06-30 Ulrich Weigand <uweigand@de.ibm.com>
2748
2749 * config.gcc [s390*-*-*]: Support --with-arch, --with-tune, and
2750 --with-mode configure options.
2751 * config/s390/s390.h (OPTION_DEFAULT_SPECS): Define.
2752 (DRIVER_SELF_SPECS): Define.
2753 * config/s390/linux.h (ASM_SPEC): Pass architecture mode and cpu
2754 architecture to assembler.
2755 (LINK_SPEC): Merge 31-bit and 64-bit variants.
2756 (LINK_ARCH31_SPEC, LINK_ARCH64_SPEC, EXTRA_SPECS): Remove.
2757 * config/s390/s390.c (override_options): New default rules for
2758 architecture mode and cpu architecture selection.
2759 * doc/invoke.texi (-mesa, -mzarch, -march, -mtune): Document
2760 new default rules.
2761
2762 * config/s390/s390.h (enum processor_type): Add PROCESSOR_2084_Z990.
2763 * config/s390/s390.md (attr "cpu"): Add "z990" processor type.
2764 * config/s390/s390.c (override_options): Add "z990" to
2765 processor_alias_table.
2766 * doc/invoke.texi (-march): Document "z990" processor type.
2767
2768 * config/s390/s390.c (s390_tune_flags, s390_arch_flags): New variables.
2769 * config/s390/s390.h (s390_tune_flags, s390_arch_flags): Declare.
2770 (enum processor_flags, TARGET_CPU_IEEE_FLOAT, TARGET_CPU_ZARCH,
2771 TARGET_CPU_LONG_DISPLACEMENT, TARGET_LONG_DISPLACEMENT): New.
2772 * config/s390/s390.c (override_options): Replace enum pta_flags by
2773 enum processor_flags. Fill in s390_tune_flags and s390_arch_flags.
2774
2775 * config/s390/s390.c (s390_cpu): Rename to ...
2776 (s390_tune): ... this.
2777 * config/s390/s390.h (s390_cpu, s390_tune): Likewise.
2778 * config/s390/s390.c (s390_issue_rate, override_options): Likewise.
2779 * config/s390/s390.md (attr "cpu"): Likewise.
2780
2781 2003-06-30 Neil Booth <neil@daikokuya.co.uk>
2782
2783 * c-common.c (enum c_language_kind, flag_objc): Remove.
2784 (fix_string_type, check_case_value, c_common_nodes_and_builtins,
2785 c_add_case_label, finish_label_addr_expr, boolean_increment):
2786 Use c_dialect_ macros.
2787 * c-common.h (enum c_language_kind): Extend.
2788 (c_dialect_cxx, c_dialect_objc): New.
2789 (flag_objc): Remove.
2790 (c_common_init_options): Update prototype.
2791 * c-cppbuiltin.c (define__GNUC__, c_cpp_builtins): Use c_dialect_
2792 macros.
2793 * c-decl.c (finsih_decl, grokfield, finish_struct): Use c_dialect_
2794 macros.
2795 * c-format.c (C_STD_VER, C_STD_NAME): Similarly.
2796 * c-lang.c (c_init_options): Remove.
2797 (c_language): Define.
2798 (LANG_HOOKS_INIT_OPTIONS): Use common hook.
2799 * c-lex.c (lex_charconst): Use c_dialect_ macros.
2800 * c-opts.c (lang_flags): Make function-local.
2801 (c_common_init_options): Use c_dialect_ macros. Handle
2802 C++ diagnostic requirements.
2803 (c_common_handle_option, c_common_post_options): Use flag_cxx.
2804 * c-parse.in (init_reswords): Use c_dialect_objc ().
2805 * c-pch.c (get_ident): Use c_language.
2806 * c-pretty-print.c (pp_c_bool_literal): Use c_dialect_ macros.
2807 * c-typeck.c (comptypes, build_c_cast): Similarly.
2808 * objc/objc-lang.c (c_language): Define.
2809 (LANG_HOOKS_INIT_OPTIONS): Use common hook.
2810 (objc_init_options): Remove.
2811
2812 2003-06-30 Kazu Hirata <kazu@cs.umass.edu>
2813
2814 * config/alpha/alpha.h (FUNCTION_ARG_PADDING): Remove.
2815 * config/alpha/unicosmk.h: Don't #undef FUNCTION_ARG_PADDING.
2816
2817 2003-06-30 Wolfgang Bangerth <bangerth@dealii.org>
2818
2819 * doc/sourcebuild.texi: Don't reference gnats.html any more.
2820
2821 2003-06-30 Kazu Hirata <kazu@cs.umass.edu>
2822
2823 * config/h8300/h8300.c (compute_mov_length): Fix length of
2824 mov:SF on H8/300.
2825
2826 2003-06-30 Nick Clifton <nickc@redhat.com>
2827
2828 * config/arm/arm.h (BIGGEST_FIELD_ALIGNMENT): Make defintion
2829 constant.
2830
2831 Mon Jun 30 15:36:29 CEST 2003 Jan Hubicka <jh@suse.cz>
2832
2833 (fyl2x_sfxf3, fyl2x_dfxf3, fscale_sfxf3, fscale_dfxf3): Fix condition.
2834
2835 2003-06-30 Hartmut Penner <hpenner@de.ibm.com>
2836
2837 * config/rs6000/rs6000.c (rs6000_split_altivec_in_gprs): New function.
2838 (altivec_in_gprs_p): New function.
2839
2840 * config/rs6000/rs6000-protos (rs6000_split_altivec_in_gprs): New
2841 prototype.
2842 (altivec_in_gprs_p): New prototype.
2843
2844 * config/rs6000/altivec.md (*movv4si_internal): Change
2845 multi-assembler alternative to '#'. Add postreload splitter to
2846 handle this cases.
2847 (*movv4hi_internal): Likewise.
2848 (*movv4qi_internal): Likewise.
2849 (*movv4sf_internal): Likewise.
2850
2851 2003-06-30 Jason Merrill <jason@redhat.com>
2852
2853 * defaults.h (PUSH_ARGS_REVERSED): Define default here.
2854 * calls.c: Not here.
2855
2856 2003-06-30 Ben Elliston <bje@wasabisystems.com>
2857
2858 * config/arm/arm.c (arm_rtx_costs): Remove #if 0 block.
2859 (bad_signed_byte_operand): Likewise.
2860 (arm_output_epilogue): Likewise.
2861 (arm_final_prescan_insn): Likewise.
2862
2863 2003-06-30 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2864
2865 * cfgrtl.c (mark_killed_regs): Cast HARD_REGNO_NREGS to int.
2866
2867 2003-06-30 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2868
2869 * c-pch.c (c_common_write_pch): Flush asm_out_file to allow for
2870 subsequent writes.
2871
2872 Mon Jun 30 10:03:02 CEST 2003 Jan Hubicka <jh@suse.cz>
2873
2874 * cfgrtl.c (verify_flow_info): Accept degenerated condjumps
2875 in cfglayout mode.
2876
2877 Mon Jun 30 09:52:39 CEST 2003 Jan Hubicka <jh@suse.cz>
2878
2879 * i386.c (standard_80387_constant_p): Accept TFmode constants too.
2880 (init_ext_80387_constants): Likewise.
2881 (standard_80387_constant_rtx): Likewise.
2882 * i386.md (atanxf): Disable for TARGET_128BIT_LONG_LONG
2883 (atantf): Disable for !TARGET_128BIT_LONG_LONG
2884 (fyl2x_sfxf3, fyl2x_dfxf3): Accept TFmode operands.
2885 (fyl2x_xfxf3, fyl2x_tfxf3): Enable/disable as needed.
2886 (fscale_sfxf3, fscale_dfxf3): Accept TFmode operands.
2887 (fscale_xfxf3, fscale_tfxf3): Enable/disable as needed.
2888 (frndinttf2): New.
2889 (f2xm1tf2): New.
2890 (exp?f2): Use expsf2_tf when needed.
2891 (exp?f2_tf): New.
2892 (exptf): New.
2893
2894 2003-06-29 Uwe Stieber <uwe@kaos-group.de>
2895
2896 * config.gcc (sh*-*-kaos*): Put tm_file setting in separate case
2897 statement from tmake_file set.
2898
2899 2003-06-29 James E Wilson <wilson@tuliptree.org>
2900
2901 * reload.c (find_reloads): Change push_reloads to push_reload in
2902 comment.
2903 * reload1.c (eliminate_regs): Likewise.
2904 (dump_needs): Delete prototype for deleted function.
2905
2906 2003-06-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2907
2908 * builtin-attrs.def (gcc_diag, gcc_cdiag, gcc_cxxdiag): New
2909 format attributes.
2910 * c-format.c (enum format_type): Add gcc_diag_format_type,
2911 gcc_cdiag_format_type, and gcc_cxxdiag_format_type.
2912 (gcc_diag_length_specs, gcc_cdiag_length_specs,
2913 gcc_cxxdiag_length_specs, gcc_diag_flag_pairs,
2914 gcc_cdiag_flag_pairs, gcc_cxxdiag_flag_pairs, gcc_diag_flag_specs,
2915 gcc_cdiag_flag_specs, gcc_cxxdiag_flag_specs, gcc_diag_char_table,
2916 gcc_cdiag_char_table, gcc_cxxdiag_char_table): New.
2917 (format_types_orig): Add new data.
2918 (find_char_info_specifier_index, init_dynamic_diag_info): New
2919 functions.
2920 (handle_format_attribute): Update to handle new format attributes.
2921
2922 2003-06-29 Dara Hazeghi <dhazeghi@yahoo.com>
2923
2924 * doc/install.texi: Remove install documentation for obsoleted targets
2925 i?86-*-sco, i?86-*-sco3.2v4, powerpcle-*-pe, powerpcle-*-winnt,
2926 arm-*-aof.
2927 Update information about IA64 toolchain, AIX make requirements,
2928 and binutils for m68k-*-hpux and *-*-linuxaout targets.
2929
2930 Mon Jun 30 00:50:43 CEST 2003 Jan Hubicka <jh@suse.cz>
2931
2932 * regmove.c (regmove_optimize): Don't try to make src and dst match
2933 when they are in different modes.
2934
2935 Sun Jun 29 23:06:32 CEST 2003 Jan Hubicka <jh@suse.cz>
2936
2937 * builtins.c (expand_builtin_mathfn, expand_builtin_mathfn_2): Avoid
2938 busy work when builtin is not supported by the backend.
2939
2940 2003-06-29 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
2941
2942 * loop.c (count_one_set): Fix detection of registers set in more
2943 than one basic block.
2944
2945 2003-06-29 Andreas Jaeger <aj@suse.de>
2946
2947 * target-def.h: Remove usage of OBJECT_FORMAT_ROSE.
2948 * system.h: Poison OBJ_FORMAT_ROSE.
2949 * doc/tm.texi (Macros for Initialization): Remove documentatin of
2950 OBJECT_FORMAT_ROSE.
2951 * config/rs6000/lynx.h: Remove undef of OBJECT_FORMAT_ROSE.
2952 * collect2.c: Remove usage of OBJECT_FORMAT_ROSE.
2953
2954 2003-06-29 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2955
2956 * pa.c (update_total_code_bytes): New function.
2957 (last_address): Number of bytes output for a function and its
2958 associated thunks.
2959 (compute_frame_size): Use BITS_PER_UNIT.
2960 (pa_output_function_epilogue): Compute last_address. Use
2961 update_total_code_bytes.
2962 (output_lbranch): Handle long branch on portable runtime.
2963 (attr_length_millicode_call, attr_length_call,
2964 attr_length_indirect_call): Only use total_code_bytes for calls in
2965 the text section.
2966 (output_call): Only use an indirect call sequence when the target is
2967 not local.
2968 (pa_asm_output_mi_thunk): Handle updating of total_code_bytes. Improve
2969 test to determine when an IA-relative branch can be used. Add various
2970 long branch sequences. Avoid using an indirect branch on all ports
2971 except SOM.
2972
2973 2003-06-29 Ulrich Weigand <uweigand@de.ibm.com>
2974
2975 * expr.c (clear_by_pieces): Fix prototype.
2976
2977 2003-06-29 Andreas Jaeger <aj@suse.de>
2978
2979 * cse.c: Convert prototypes to ISO C90.
2980 * cselib.c: Likewise.
2981 * cselib.h: Likewise.
2982 * dbxout.c: Likewise.
2983 * debug.c: Likewise.
2984 * df.c: Likewise.
2985 * df.h: Likewise.
2986 * dojump.c: Likewise.
2987 * doloop.c: Likewise.
2988 * dominance.c: Likewise.
2989 * dwarf2asm.c: Likewise.
2990 * dwarf2out.c: Likewise.
2991 * dwarf2out.h: Likewise.
2992 * dwarfout.c: Likewise.
2993 * except.c: Likewise.
2994 * except.h: Likewise.
2995 * emit-rtl.c: Likewise.
2996 * et-forest.c: Likewise.
2997 * et-forest.h: Likewise.
2998 * except.c: Likewise.
2999 * explow.c: Likewise.
3000 * expmed.c: Likewise.
3001 * expr.c: Likewise.
3002 * expr.h: Likewise.
3003
3004 2003-06-29 Kazu Hirata <kazu@cs.umass.edu>
3005
3006 * alloc-pool.c: Fix comment formatting.
3007 * bitmap.c: Likewise.
3008 * bitmap.h: Likewise.
3009 * bt-load.c: Likewise.
3010 * builtins.c: Likewise.
3011 * caller-save.c: Likewise.
3012 * cfganal.c: Likewise.
3013 * cfgrtl.c: Likewise.
3014 * collect2.c: Likewise.
3015 * cse.c: Likewise.
3016 * df.c: Likewise.
3017 * diagnostic.c: Likewise.
3018 * dwarf2out.c: Likewise.
3019 * dwarfout.c: Likewise.
3020 * expmed.c: Likewise.
3021 * final.c: Likewise.
3022 * flags.h: Likewise.
3023 * fold-const.c: Likewise.
3024 * gcc.c: Likewise.
3025 * gcov-io.h: Likewise.
3026 * gcov.c: Likewise.
3027 * genattrtab.c: Likewise.
3028 * genautomata.c: Likewise.
3029 * libgcov.c: Likewise.
3030 * mips-tfile.c: Likewise.
3031 * optabs.c: Likewise.
3032 * prefix.c: Likewise.
3033 * rtlanal.c: Likewise.
3034 * stmt.c: Likewise.
3035 * stor-layout.c: Likewise.
3036 * toplev.c: Likewise.
3037 * varasm.c: Likewise.
3038 * vmsdbgout.c: Likewise.
3039
3040 2003-06-29 Kazu Hirata <kazu@cs.umass.edu>
3041
3042 * expr.c (emit_single_push_insn): If padding is needed
3043 downward, adjust the stack pointer first, and then store the
3044 data into the stack location using an offset.
3045
3046 2003-06-29 Andreas Jaeger <aj@suse.de>
3047
3048 * collect2.h: Convert prototypes to ISO C90.
3049 * collect2.c: Likewise.
3050 * conflict.c: Likewise.
3051 * coverage.c: Likewise.
3052 * convert.h: Likewise.
3053 * convert.c: Likewise.
3054
3055 2003-06-29 Nathan Sidwell <nathan@codesourcery.com>
3056
3057 * c-decl.c (c_init_decl_processing): Use a location_t. Set input
3058 filename to <internal>.
3059 * tree.c (make_node): Just copy the current location.
3060
3061 2003-06-29 Eric Botcazou <ebotcazou@libertysurf.fr>
3062
3063 PR optimization/11210
3064 * fold-const (decode_field_reference): Revert 2003-06-26 patch.
3065
3066 2003-06-29 Neil Booth <neil@daikokuya.co.uk>
3067
3068 * toplev.c (flag_dummy): Remove.
3069 (f_options): Restore flag pointers.
3070
3071 2003-06-29 David Edelsohn <edelsohn@gnu.org>
3072
3073 * config/rs6000/rs6000.c (processor_target_table): Add 970.
3074 * config.gcc: Add 970.
3075
3076 2003-06-29 Kazu Hirata <kazu@cs.umass.edu>
3077
3078 * dwarf2out.c (add_AT_string): Replace ggc_alloc_string (X,
3079 -1) with ggc_strdup.
3080 * stmt.c (expand_asm_operands): Likewise.
3081 * config/rs6000/rs6000.md (builtin_setjmp_receiver): Likewise.
3082
3083 2003-06-28 Kazu Hirata <kazu@cs.umass.edu>
3084
3085 * config/ip2k/ip2k.c (ip2k_reorg): Use INSN_P instead of its
3086 definition.
3087
3088 2003-06-29 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3089
3090 * opts.c: Include insn-attr.h.
3091 * Makefile.in (opts.o): Depend on INSN_ATTR_H.
3092
3093 2003-06-27 J"orn Rennecke <joern.rennecke@superh.com>
3094
3095 * flow.c (propagate_one_insn): Use proper test for a register
3096 being part of the return value.
3097
3098 2003-06-28 Kazu Hirata <kazu@cs.umass.edu>
3099
3100 * config/avr/avr.c: Fix a comment typo.
3101
3102 2003-06-28 Kazu Hirata <kazu@cs.umass.edu>
3103
3104 * config/avr/avr-protos.h: Replace avr_simplify_comparision_p
3105 with avr_simplify_comparison_p.
3106 * config/avr/avr.c: Likewise.
3107
3108 2003-06-28 Kazu Hirata <kazu@cs.umass.edu>
3109
3110 * builtins.c: Follow spelling conventions.
3111 * cgraph.c: Likewise.
3112 * cpplex.c: Likewise.
3113 * config/arm/arm.c: Likewise.
3114 * config/arm/iwmmxt.md: Likewise.
3115 * config/c4x/c4x-modes.def: Likewise.
3116 * config/c4x/c4x.c: Likewise.
3117 * config/c4x/c4x.h: Likewise.
3118 * config/c4x/c4x.md: Likewise.
3119 * config/i386/i386-interix.h: Likewise.
3120 * config/mips/mips.h: Likewise.
3121
3122 2003-06-28 Neil Booth <neil@daikokuya.co.uk>
3123
3124 * config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Predicate
3125 __mc68020__ on TARGET_68020.
3126
3127 2003-06-28 Kazu Hirata <kazu@cs.umass.edu>
3128
3129 * config/h8300/h8300.c: Fix a comment typo.
3130
3131 2003-06-28 Nathan Sidwell <nathan@codesourcery.com>
3132
3133 * c-parse.in (yylexstring): Use a location_t.
3134
3135 * diagnostic.h (diagnostic_set_info): Replace file and lineno
3136 parameters with a location_t.
3137 * diagnostic.c (diagnostic_set_info): Replace file and lineno
3138 parameters with a location_t.
3139 (inform, warning, pedwarn, error, sorry, fatal_error,
3140 internal_error, warning_with_decl, pedwarn_with_decl,
3141 error_with_decl): Adjust.
3142 * c-error.c (pedwarn_c99): Adjust.
3143 * c-format.c (status_warning): Adjust.
3144 * rtl-error.c (file_and_line_for_asm): Rename to ...
3145 (location_for_asm): Return a location_t.
3146 (diagnostic_for_asm): Adjust.
3147
3148 2003-06-28 Neil Booth <neil@daikokuya.co.uk>
3149
3150 * cpptrad.c (skip_macro_block_comment): New.
3151 (copy_comment): Use it if appropriate.
3152
3153 2003-06-28 Kazu Hirata <kazu@cs.umass.edu>
3154
3155 * gcse.c (compute_ld_motion_mems): Use INSN_P instead of its
3156 definition.
3157 (store_killed_in_insn): Likewise.
3158 * print-rtl.c (print_rtx): Likewise.
3159 * config/frv/frv.c (frv_final_prescan_insn): Likewise.
3160 * config/m68hc11/m68hc11.c (dead_register_here): Likewise.
3161 (m68hc11_reassign_regs): Likewise.
3162 (m68hc11_reorg): Likewise.
3163
3164 2003-06-28 Gabriel Dos Reis <gdr@integrable-solutions.net>
3165
3166 * diagnostic.c (output_integer_with_precision): New macro.
3167 (output_format): Use it. Handle more format specifiers.
3168 (output_long_decimal): Remove.
3169 (output_unsigned_decimal): Likewise.
3170 (output_long_unsigned_decimal): Likewise.
3171 (output_octal): Likewise.
3172 (output_long_octal): Likewise.
3173 (output_hexadecimal): Likewise.
3174 (output_long_hexadecimal): Likewise.
3175 (output_long_long_decimal): Likewise.
3176
3177 2003-06-28 Andreas Schwab <schwab@suse.de>
3178
3179 * config/ia64/ia64.md: Follow recent emit_note API change.
3180
3181 2003-06-28 Nathan Sidwell <nathan@codesourcery.com>
3182
3183 * c-parse.in (%union): Replace filename & lineno with location.
3184 (save_filename, save_lineno): Remove.
3185 (save_location): New.
3186 (fndef, old_style_parm_decls_1, lineno_datadecl, lineno_decl,
3187 nested_function, notype_nested_function, if_prefix, lineno_stmt,
3188 lineno_label, label): Adjust.
3189
3190 2003-06-28 Jakub Jelinek <jakub@redhat.com>
3191
3192 * builtins.c (c_strlen): Add only_value argument.
3193 Handle COND_EXPR and COMPOUND_EXPR.
3194 (expand_builtin_strlen): Optimize also strlen (i++ ? "foo" : "bar").
3195 Adjust c_strlen callers.
3196 (expand_builtin_strcpy, expand_builtin_strncpy,
3197 expand_builtin_strcmp, expand_builtin_strncmp,
3198 expand_builtin_fputs, expand_builtin_sprintf,
3199 fold_builtin): Adjust c_strlen callers.
3200
3201 2003-06-28 Josef Zlomek <zlomekj@suse.cz>
3202
3203 * bb-reorder.c (find_traces_1_round): Do not send basic block
3204 to next round when we are in the last round.
3205
3206 2003-06-28 Neil Booth <neil@daikokuya.co.uk>
3207
3208 * Makefile.in: Update.
3209 * opts.c: Include tm_p.h.
3210 (handle_options): Make static.
3211 (decode_options): Copied from toplev.c.
3212 * opts.h (decode_options): New.
3213 * toplev.c (parse_options_and_default_flags): Move most to opts.c,
3214 some to...
3215 (general_init): ...here.
3216 (toplev_main): Use decode_options instead.
3217 * toplev.h (save_argc, save_argv): New.
3218
3219 2003-06-28 Kazu Hirata <kazu@cs.umass.edu>
3220
3221 * explow.c (find_next_ref): Remove.
3222 * rtl.h: Remove the prototype for find_next_ref.
3223
3224 2003-06-27 Roger Sayle <roger@eyesopen.com>
3225
3226 * config/alpha/alpha.md (anonymous define_split): Adjust emit_note
3227 call to match recent API change.
3228
3229 2003-06-27 Zack Weinberg <zack@codesourcery.com>
3230
3231 * dbxout.c (flag_debug_only_used_symbols): Delete redundant
3232 declaration.
3233
3234 * c-format.c (check_format_string, get_constant)
3235 * cfgrtl.c (rtl_split_edge):
3236 Mark the definition static, matching the forward declaration.
3237
3238 2003-06-27 Gunther Nikl <gni@gecko.de>
3239
3240 * unwind-c.c (PERSONALITY_FUNCTION): Delete duplicate define.
3241
3242 PR target/11014
3243 * config/m68k/m68k.c (m68k_output_mi_thunk): Use correct assembly
3244 syntax for MIT / MOTOROLA.
3245
3246 PR other/10240
3247 * configure.in: Removed $(XCFLAGS) from BUILD_CFLAGS for build != host.
3248 * configure: Rebuilt.
3249
3250 2003-06-27 Chris Demetriou <cgd@broadcom.com>
3251
3252 * config/mips/mips.c (mips_build_va_list): Make padding in
3253 va_list structure explicit to avoid -Wpadded warnings.
3254
3255 2003-06-27 Ulrich Weigand <uweigand@de.ibm.com>
3256
3257 * config/s390/s390.h (SECONDARY_OUTPUT_RELOAD_CLASS): Define.
3258 * config/s390/s390.c (s390_secondary_output_reload_class): New function.
3259 * config/s390/s390-protos.h (s390_secondary_output_reload_class):
3260 Declare it.
3261 * config/s390/s390.md ("reload_outti", "reload_outdi",
3262 "reload_outdf"): New expanders.
3263
3264 * config/s390/s390.md ("movti" + splitters): Handle non-offsettable
3265 memory operands as source.
3266 ("movdi" + splitters): Likewise.
3267 ("movdf" + splitters): Likewise.
3268 * config/s390/s390.c (s390_split_ok_p): New function.
3269 * config/s390/s390-protos.h (s390_split_ok_p): Declare it.
3270
3271 2003-06-27 Kazu Hirata <kazu@cs.umass.edu>
3272
3273 * combine.c (force_to_mode): Replace the equality comparison
3274 of INTVALs with a pointer equality comparison.
3275 (simplify_comparison): Likewise.
3276
3277 2003-06-27 Kazu Hirata <kazu@cs.umass.edu>
3278
3279 * jump.c (rtx_renumbered_equal_p): Replace an expression that
3280 is known to be 0 with 0.
3281
3282 2003-06-27 Kazu Hirata <kazu@cs.umass.edu>
3283
3284 * gcse.c (expr_equiv_p): Replace expressions that are known to
3285 be 0 with 0.
3286
3287 2003-06-27 Kazu Hirata <kazu@cs.umass.edu>
3288
3289 * cse.c (fold_rtx): Replace the equality comparison of INTVALs
3290 with a pointer equality comparison.
3291
3292 2003-06-27 Kazu Hirata <kazu@cs.umass.edu>
3293
3294 * rtlanal.c (reg_mentioned_p): Return 0 earlier if REG and IN
3295 are known to be not equivalent.
3296
3297 2003-06-27 Richard Henderson <rth@redhat.com>
3298
3299 * config/alpha/alpha.c (function_arg): Don't pass small aggregates
3300 in floating point registers. Validate that we don't receive complex
3301 values here. Use #elif.
3302 (return_in_memory, function_value): New.
3303 (alpha_va_arg): Handle complex values as two arguments.
3304 * config/alpha/alpha.h (RETURN_IN_MEMORY): Use return_in_memory.
3305 (FUNCTION_VALUE, LIBCALL_VALUE): Use function_value.
3306 (SPLIT_COMPLEX_ARGS): New.
3307 * config/alpha/alpha-protos.h: Update.
3308
3309 2003-06-27 Ulrich Weigand <uweigand@de.ibm.com>
3310
3311 * ggc-page.c (inverse_table): Change type of mult to size_t.
3312 (compute_inverse): Compute inverse using size_t, not unsigned int.
3313 Compute inverse also for sizes larger than half a machine page.
3314
3315 Fri Jun 27 18:36:12 CEST 2003 Jan Hubicka <jh@suse.cz>
3316
3317 * toplev.c (rest_of_decl_compilation): Only varpoolize argument
3318 when called before cgraph_optimize.
3319
3320 2003-06-27 Zack Weinberg <zack@codesourcery.com>
3321
3322 * config/darwin.h, config/elfos.h, config/i960/i960-coff.h
3323 * config/m68k/coff.h: ASM_FILE_START_FILE_DIRECTIVE should
3324 be TARGET_ASM_FILE_START_FILE_DIRECTIVE.
3325
3326 Fri Jun 27 17:41:16 CEST 2003 Jan Hubicka <jh@suse.cz>
3327
3328 * cgraph.c (cgraph_node, cgraph_varpool_node): Avoid re-initializing
3329 of known_decls.
3330
3331 2003-06-27 Hans-Peter Nilsson <hp@axis.com>
3332
3333 * defaults.h (REGISTER_MOVE_COST): Define default here.
3334 * regclass.c: Don't define default REGISTER_MOVE_COST here.
3335 * reload.c, reload1.c: Ditto.
3336
3337 2003-06-27 Richard Earnshaw <rearnsha@arm.com>
3338
3339 * flags.h: Really install previous change.
3340
3341 2003-06-27 Nathan Sidwell <nathan@codesourcery.com>
3342
3343 * rtl.h (emit_note): Remove FILE parameter.
3344 * emit-rtl.c (emit_line_note): Adjust emit_note call.
3345 (emit_note): Remove FILE parameter. Adjust.
3346 * builtins.c (expand_builtin_expect): Adjust emit_note call.
3347 * c-semantics.c (genrtl_scope_stmt): Likewise.
3348 (expand_stmt): Likewise.
3349 * cfglayout.c (reemit_insn_block_notes): Likewise.
3350 (duplicate_insn_chain): Likewise.
3351 * except.c (expand_eh_region_start, expand_eh_region_end,
3352 sjlj_emit_function_enter): Likewise.
3353 * explow.c (probe_stack_range): Likewise.
3354 * expr.c (emit_block_move_via_loop): Likewise.
3355 * function.c (init_function_start, expand_function_start,
3356 expand_function_end, thread_prologue_and_epilogue_insns): Likewise.
3357 * integrate.c (expand_inline_function, copy_insn_list): Likewise.
3358 * reg-stack.c (compensate_edge): Likewise.
3359 * reload1.c (reload): Likewise.
3360 * rtlanal.c (hoist_insn_to_edge): Likewise.
3361 * stmt.c (expand_fixup, expand_start_loop, expand_start_null_loop,
3362 expand_loop_continue_here, expand_end_loop, expand_continue_loop,
3363 expand_exit_loop_top_cond, expand_value_return,
3364 expand_start_bindings_and_block, expand_end_bindings,
3365 expand_decl_cleanup, expand_start_case): Likewise.
3366 * unroll.c (copy_loop_body
3367 * config/alpha/alpha.c (alpha_output_mi_thunk_osf): Likewise.
3368 * config/ia64/ia64.c (ia64_output_mi_thunk): Likewise.
3369 * config/rs6000/rs6000.c (rs6000_emit_eh_toc_restore,
3370 rs6000_emit_allocate_stack, rs6000_output_function_prologue,
3371 rs6000_output_function_epilogue, rs6000_output_mi_thunk): Likewise.
3372 * config/sh/sh.c (sh_output_mi_thunk): Likewise.
3373 * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
3374
3375 2003-06-27 Nathan Sidwell <nathan@codesourcery.com>
3376
3377 * c-tree.h (grokfield): Remove unused filename and line parameters.
3378 * c-decl.c (grokfield): Remove unused filename and line parameters.
3379 * c-parse.in (component_decl): Adjust field grokking rules, adjust
3380 grokfield calls.
3381 (component_declarator): Likewise.
3382 (component_notype_declarator): Likewise.
3383 * objc/objc-act.c (build_module_descriptor): Adjust grokfield
3384 calls.
3385 (build_protocol_template, build_method_prototype_list_template,
3386 build_method_prototype_template, build_category_template,
3387 build_selector_template, build_class_template,
3388 build_super_template, build_ivar_template,
3389 build_ivar_list_template, build_method_list_template,
3390 build_method_template, add_instance_variable): Likewise.
3391
3392 2003-06-27 Kazu Hirata <kazu@cs.umass.edu>
3393
3394 * stmt.c (do_jump_if_equal): Return 0 earlier if OP1 and
3395 OP2 are known to be not equivalent.
3396
3397 2003-06-26 Devang Patel <dpatel@apple.com>
3398
3399 * final.c (debug_flush_symbol_queue): New function.
3400 (debug_queue_symbol): New function.
3401 (debug_free_queue): New function.
3402 (debug_nesting): New variable.
3403 (symbol_queue): New variable.
3404 (symbol_queue_index): Same.
3405 (symbol_queue_size): Same.
3406 * debug.h (debug_flush_symbol_queue): New.
3407 (debug_queue_symbol): New.
3408 (debug_free_queue): New.
3409 (debug_nesting): New.
3410 (symbol_queue_index): New.
3411 * dbxout.c (DBXOUT_DECR_NESTING): New macro.
3412 (DBXOUT_DECR_NESTING_AND_RETURN): New macro.
3413 (dbxout_init): Delay symbol output.
3414 (dbxout_global_decl): Save, set and reset TREE_USED bit around
3415 dbxout_symbol() call.
3416 (dbxout_begin_function): Same.
3417 (dbxout_finish): Free symbol queue.
3418 (dbxout_type): Put appropriate symbols in queue.
3419 (dbxout_symbol): Put info for symbol's type in queue.
3420 Decrement/Increment nesting counts flush symbol queue appropriately.
3421 (dbxout_parms): Increment dbxout nesting.
3422 (dbxout_reg_parms): Same.
3423 * flags.h (flag_debug_only_used_symbols): New.
3424 * toplev.c (flag_debug_only_used_symbols): New variable.
3425 (lang_independent_options): Add entries for new option
3426 -feliminate-unused-debug-symbols.
3427 * common.opt: Add entry for -feliminate-unused-debug-symbols.
3428 * opts.c (common_handle_options): Same.
3429 * config/rs6000/darwin.h (CC1_SPEC): Interpret -gused as
3430 -feliminate-unused-debug-symbols.
3431 * doc/invoke.texi (Debugging Options): Document
3432 -feliminate-unused-debug-symbols.
3433
3434 2003-06-26 Roger Sayle <roger@eyesopen.com>
3435 Jakub Jelinek <jakub@redhat.com>
3436
3437 * builtins.c (expand_builtin_sprintf): Use c_getstr and strlen to
3438 obtain the format string instead of using TREE_STRING_POINTER and
3439 TREE_STRING_LENGTH. Only optimize sprintf(dst,"%s",src) when the
3440 return value is unused or the length of src is a known constant.
3441
3442 2003-06-26 Richard Henderson <rth@redhat.com>
3443
3444 * config/ia64/ia64.h (REGISTER_NAMES): R0 is really AP.
3445
3446 2003-06-26 Richard Henderson <rth@redhat.com>
3447
3448 * config/ia64/ia64.c (ia64_expand_call): Don't add ar.pfs for sibcalls.
3449 (ia64_split_call): Only load descriptor for GP register inputs.
3450 (ia64_expand_epilogue): Check current_frame_info.mask not
3451 current_function_is_leaf to restore ar.pfs.
3452
3453 2003-06-26 Richard Henderson <rth@redhat.com>
3454
3455 * emit-rtl.c (try_split): Append to new CALL_INSN_FUNCTION_USAGE
3456 instead of replacing it.
3457
3458 2003-06-26 Richard Henderson <rth@redhat.com>
3459
3460 * flow.c (propagate_one_insn): Kill function return value
3461 registers across tail calls.
3462
3463 * flow.c (propagate_one_insn): Preserve live-at-end registers
3464 across tail calls.
3465
3466 2003-06-26 J"orn Rennecke <joern.rennecke@superh.com>
3467
3468 * reload.c (can_reload_into): New function.
3469 (push_reload): Use it.
3470
3471 2003-06-26 Kazu Hirata <kazu@cs.umass.edu>
3472
3473 * config/h8300/h8300.c (compute_a_rotate_length): Fix the
3474 references to the amount of a rotation.
3475
3476 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
3477
3478 * config/sh/coff.h: Don't include dbxcoff.h.
3479 * config.gcc: List it here.
3480
3481 2003-06-26 Kazu Hirata <kazu@cs.umass.edu>
3482
3483 * postreload.c (reload_cse_simplify_set): Call cselib_lookup
3484 earlier. Don't check if SRC is a constant.
3485
3486 2003-06-26 Kazu Hirata <kazu@cs.umass.edu>
3487
3488 * Makefile.in (OBJS): Add postreload.o.
3489 Remove cselib.h from the dependency list for reload1.o.
3490 Add a dependency list for postreload.o.
3491 * reload.h: Change the comment for the prototype of
3492 reload_cse_regs.
3493 * reload1.c: Don't include cselib.h.
3494 (reload_cse_regs): Move to postreload.c
3495 (reload_cse_regs_1): Likewise.
3496 (reload_cse_noop_set_p): Likewise.
3497 (reload_cse_simplify_set): Likewise.
3498 (reload_cse_simplify_operands): Likewise.
3499 (RELOAD_COMBINE_MAX_USES): Likewise.
3500 (reload_combine_ruid): Likewise.
3501 (LABEL_LIVE): Likewise.
3502 (reload_combine): Likewise.
3503 (reload_combine_note_use): Likewise.
3504 (reload_combine_note_store): Likewise.
3505 (reg_set_luid): Likewise.
3506 (reg_offset): Likewise.
3507 (reg_base_reg): Likewise.
3508 (reg_mode): Likewise.
3509 (move2add_luid): Likewise.
3510 (move2add_last_label_luid): Likewise.
3511 (MODES_OK_FOR_MOVE2ADD): Likewise.
3512 (reload_cse_move2add): Likewise.
3513 (move2add_note_store): Likewise.
3514 (reload_cse_simplify): Likewise.
3515 * postreload.c: New.
3516
3517 2003-06-26 Kazu Hirata <kazu@cs.umass.edu>
3518
3519 * config/avr/avr.c (final_prescan_insn): Remove support for
3520 -mrtl.
3521 * config/avr/avr.h (MASK_RTL_DUMP): Remove.
3522 (TARGET_RTL_DUMP): Likewise.
3523 (TARGET_SWITCHES): Remove -mrtl.
3524
3525 2003-06-26 Kazu Hirata <kazu@cs.umass.edu>
3526
3527 * config/h8300/h8300-protos.h: Change emit_a_rotate to
3528 output_a_rotate. Add a prototype for compute_a_rotate_length.
3529 * config/h8300/h8300.c (emit_a_rotate): Change to
3530 output_a_rotate.
3531 (compute_a_rotate_length): New.
3532 (h8300_adjust_insn_length): Remove.
3533 * config/h8300/h8300.h (ADJUST_INSN_LENGTH): Remove.
3534 * config/h8300/h8300.md (adjust_length): Remove.
3535 (*rotlqi3_1): Use output_a_rotate and compute_a_rotate_length.
3536 (*rotlhi3_1): Likewise.
3537 (*rotlsi3_1): Likewise.
3538
3539 2003-06-26 Roger Sayle <roger@eyesopen.com>
3540 Richard Henderson <rth@redhat.com>
3541
3542 * builtins.c (expand_builtin_mathfn): Always stabilize the argument
3543 list against re-evaluation. If expand_unop fails, call expand_call
3544 with the stabilized argument list rather than return NULL_RTX.
3545 (expand_builtin_mathfn2): Likewise, always stabilize the argument
3546 list, and call expand_call ourselves if expand_binop fails.
3547
3548 2003-06-26 Eric Botcazou <ebotcazou@libertysurf.fr>
3549
3550 PR optimization/11210
3551 * fold-const (decode_field_reference): Strip only NOPs that
3552 don't affect the sign.
3553
3554 2003-06-26 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
3555
3556 * gcc/config/sh/sh.md (push_fpscr): Enable for TARGET_SH2E.
3557 (pop_fpscr, fpu_switch): Likewise.
3558
3559 2003-06-26 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
3560
3561 * value-prof.c: New.
3562 * value-prof.h: New.
3563 * Makefile.in (value-prof.o): New.
3564 (LIBGCOV): Add _gcov_merge_single and _gcov_merge_delta
3565 (profile.o): Add value-prof.h and tree.h dependency.
3566 * flags.h (flag_profile_values): Declare.
3567 * gcov-io.h (GCOV_COUNTERS, GCOV_COUNTER_NAMES, GCOV_MERGE_FUNCTIONS):
3568 Add new counters.
3569 (GCOV_COUNTER_V_INTERVAL, GCOV_COUNTER_V_POW2, GCOV_COUNTER_V_SINGLE,
3570 GCOV_COUNTER_V_DELTA): New counter sections.
3571 (__gcov_merge_single, __gcov_merge_delta): Declare.
3572 * flow.c (mark_used_regs): Set subregs_of_mode only when the
3573 structure is initialized.
3574 * libgcov.c (__gcov_merge_single, __gcov_merge_delta): New functions.
3575 * profile.c: Include value-prof.h and tree.h.
3576 (gen_interval_profiler, gen_pow2_profiler, gen_one_value_profiler,
3577 gen_const_delta_profiler, instrument_values): New static functions.
3578 (get_exec_counts): Fix comment.
3579 (branch_prob): Invoke instrument_values.
3580 * toplev.c (flag_profile_values): New flag.
3581 * doc/invoke.texi (-fprofile-values): Document.
3582
3583 2003-06-26 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
3584
3585 * Makefile.in (cfgrtl.o): Add expr.h dependency.
3586 * cfgrtl.c: Include expr.h.
3587 (mark_killed_regs, safe_insert_insn_on_edge): New
3588 functions.
3589 * config/i386/i386.h (AVOID_CCMODE_COPIES): Define.
3590 * basic-block.h (safe_insert_insn_on_edge): Declare.
3591
3592 2003-06-26 Neil Booth <neil@daikokuya.co.uk>
3593
3594 * c-opts.c (missing_arg): Make non-static.
3595 (c_common_handle_option): Don't check for missing arguments.
3596 * opts.c (handle_option): Check for missing arguments.
3597
3598 2003-06-26 David Edelsohn <edelsohn@gnu.org>
3599
3600 * config/rs6000/power4.md (power4-veccomplex): Correct latency.
3601
3602 2003-06-25 Loren James Rittle <ljrittle@acm.org>
3603
3604 * configure.in (ld_vers): Portability [sed].
3605 * configure: Regenerate with autoconf213.
3606
3607 2003-06-25 H.J. Lu <hongjiu.lu@intel.com>
3608
3609 * doc/extend.texi: Document new builtin functions for Intel
3610 Prescott New Intrunctions.
3611
3612 * doc/invoke.texi: Document new command-line options, -mpni and
3613 -mno-pni, for Intel Prescott New Intrunctions.
3614
3615 * config.gcc (extra_headers): Add pmmintrin.h for i[34567]86-*-*.
3616
3617 * config/i386/i386.c (override_options): Turn on MASK_SSE2
3618 for -mpni. Turn on MASK_SSE for -msse2.
3619 (bdesc_2arg): Add PNI builtins with 2 args.
3620 (bdesc_1arg): Add PNI builtins with 1 arg.
3621 (ix86_init_mmx_sse_builtins): Handle PNI builtins.
3622 (ix86_expand_builtin): Likewise.
3623
3624 * config/i386/i386.h (MASK_3DNOW, MASK_3DNOW_A,
3625 MASK_128BIT_LONG_DOUBLE, MASK_64BIT, MASK_MS_BITFIELD_LAYOUT,
3626 MASK_TLS_DIRECT_SEG_REFS): Renumbered.
3627 (TARGET_PNI): New.
3628 (TARGET_SWITCHES): Don't enable MASK_SSE for -msse2 here. Add
3629 -mpni and -mno-pni.
3630 (TARGET_CPU_CPP_BUILTINS): Defined __PNI__ for PNI.
3631 (ix86_builtins): Add PNI builtins.
3632 (config/i386/i386.md): Add PNI patterns.
3633
3634 * config/i386/pmmintrin.h: New file.
3635
3636 2003-06-25 Kazu Hirata <kazu@cs.umass.edu>
3637
3638 * config/h8300/h8300.md (call): Fix the insn lengths.
3639 (call_value): Likewise.
3640
3641 Thu Jun 26 00:13:35 CEST 2003 Jan Hubicka <jh@suse.cz>
3642
3643 * c-common.c (handle_used_attribute): Use mark_referenced.
3644 * varasm.c (mark_referenced): Break out from ...
3645 (assemble_name): ... here.
3646 * tree.h (mark_referenced): Declare.
3647
3648 2003-06-25 Wolfgang Bangerth <bangerth@dealii.org>
3649
3650 * gccbug.in: Add PCH to list of categories.
3651
3652 2003-06-25 Martin Schaffner <schaffner@gmx.li>
3653
3654 * cppfiles.c: Clarify comments.
3655 * cpphash.h: Likewise.
3656 * cpplib.h: Likewise.
3657 * cppmacro.c: Likewise.
3658 * mkdeps.h: Likewise.
3659
3660 2003-06-25 Neil Booth <neil@daikokuya.co.uk>
3661
3662 * c-opts.c (complain_wrong_lang, write_langs): Remove.
3663 (c_common_handle_option): Complaints about wrong language are
3664 handled in opts.c now.
3665 * opts.c (complain_wrong_lang, write_langs, handle_options): New.
3666 (find_opt): Fix thinko.
3667 (handle_option): Update prototype. Complain about switches for
3668 a different front end.
3669 * opts.h (lang_names, handle_options): New.
3670 (handle_option): Remove.
3671 * opts.sh: Write out language names array.
3672 * toplev.c (parse_options_and_default_flags): Use handle_options.
3673
3674 2003-06-25 H.J. Lu <hongjiu.lu@intel.com>
3675
3676 * config/i386/i386.c (MASK_SSE1): Removed.
3677 (MASK_SSE164): Removed.
3678 (MASK_SSE264): Removed.
3679 (bdesc_2arg): Replace MASK_SSE1 with MASK_SSE. Replace
3680 MASK_SSE164 with MASK_SSE | MASK_64BIT. Replace MASK_SSE264
3681 with MASK_SSE2 | MASK_64BIT.
3682 (bdesc_1arg): Likewise.
3683 (ix86_init_mmx_sse_builtins): Likewise.
3684
3685 * config/i386/i386.h (TARGET_SSE): Remove MASK_SSE2.
3686 (TARGET_SWITCHES): Enable both MASK_SSE and MASK_SSE2 for
3687 -msse2.
3688
3689 2003-06-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3690
3691 * hwint.h (HOST_WIDE_INT_PRINT, HOST_WIDE_INT_PRINT_C): New macros.
3692 (HOST_WIDE_INT_PRINT_DEC_SPACE,
3693 HOST_WIDE_INT_PRINT_UNSIGNED_SPACE,
3694 HOST_WIDEST_INT_PRINT_DEC_SPACE,
3695 HOST_WIDEST_INT_PRINT_UNSIGNED_SPACE): Delete.
3696 (HOST_WIDE_INT_PRINT_DEC, HOST_WIDE_INT_PRINT_DEC_C,
3697 HOST_WIDE_INT_PRINT_UNSIGNED, HOST_WIDE_INT_PRINT_HEX): Define in
3698 terms of HOST_WIDE_INT_PRINT and possibly HOST_WIDE_INT_PRINT_C.
3699
3700 * final.c (asm_fprintf): Use HOST_WIDE_INT_PRINT.
3701 * ra-debug.c (dump_static_insn_cost): Likewise.
3702
3703 2003-06-26 Nick Clifton <nickc@redhat.com>
3704
3705 * config/arm/arm.h (BIGGEST_FIELD_ALIGNMENT): Define instead
3706 of ADJUST_FIELD_ALIGN if IN_TARGET_LIBS.
3707 Replace occurances of '???' with 'XXX' incase they are
3708 mistaken for trigraphs.
3709 (THUMB_PRINT_OPERAND_ADDRESS): abort if a compound address
3710 does not have a register for the first operand.
3711
3712 2003-06-25 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
3713
3714 * config/sh/sh.c (sh_register_move_cost):
3715 Add case for moving between MAC_REGS.
3716
3717 2003-06-25 Zack Weinberg <zack@codesourcery.com>
3718
3719 PR 10178
3720 * langhooks.h (struct lang_hooks): Add no_body_blocks bool.
3721 * langhooks-def.h (LANG_HOOKS_NO_BODY_BLOCKS): New; default false.
3722 * c-lang.c, objc/objc-lang.c: Override LANG_HOOKS_NO_BODY_BLOCKS
3723 to true.
3724 * stmt.c (is_body_block): If lang_hooks.no_body_blocks, always
3725 return 0.
3726
3727 2003-06-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3728
3729 * Makefile.in (bt-load.o): Depend on $(TM_P_H).
3730 * bt-load.c: Include "tm_p.h".
3731
3732 2003-06-25 Kazu Hirata <kazu@cs.umass.edu>
3733
3734 * config/h8300/h8300.c (compute_mov_length): Adjust for the
3735 new optimization.
3736 * config/h8300/h8300.md (*movsi_h8300): Optimize the load of
3737 an SImode constant whose upper and lower are the same.
3738
3739 Wed Jun 25 11:31:59 CEST 2003 Jan Hubicka <jh@suse.cz>
3740
3741 * varasm.c (assemble_name): Mark needed variables even when
3742 global info is ready.
3743
3744 2003-06-24 Jerry Quinn <jlquinn@optonline.net>
3745
3746 PR other/11280
3747 * gcc/doc/invoke.texi (Optimization Options): Remove -Os from
3748 -freorder-functions description.
3749
3750 2003-06-25 Josef Zlomek <zlomekj@suse.cz>
3751
3752 * dwarf2out.c (gen_field_die): Return if type of decl is error mark.
3753
3754 2003-06-25 Neil Booth <neil@daikokuya.co.uk>
3755
3756 * opts.c (common_handle_option): Add missing break;s.
3757
3758 2003-06-24 Kazu Hirata <kazu@cs.umass.edu>
3759
3760 * config/h8300/h8300-protos.h: Add a prototype for
3761 compute_mov_length.
3762 * config/h8300/h8300.c (compute_mov_length): New.
3763 * config/h8300/h8300.md (*movqi_h8300): Use it.
3764 (*movqi_h8300hs): Likewise.
3765 (movstrictqi): Likewise.
3766 (*movhi_h8300): Likewise.
3767 (*movhi_h8300hs): Likewise.
3768 (movstricthi): Likewise.
3769 (*movsi_h8300): Likewise.
3770 (*movsf_h8300): Likewise.
3771 (*movsi_h8300hs): Likewise.
3772 (*movsf_h8300hs): Likewise.
3773
3774 2003-06-24 Kazu Hirata <kazu@cs.umass.edu>
3775
3776 * jump.c (next_nondeleted_insn): Remove.
3777 * rtl.h: Remove the prototype for next_nondeleted_insn.
3778
3779 2003-06-24 Roger Sayle <roger@eyesopen.com>
3780
3781 PR optimization/11311
3782 * builtins.c (powi_cost): Fix typo. The number of multiplications
3783 required is the number to reduce the argument, result, plus the
3784 cost of calculating the residual, val [not n, the original value].
3785
3786 2003-06-24 Roger Sayle <roger@eyesopen.com>
3787
3788 * config/alpha/osf5.h (TARGET_C99_FUNCTIONS): Define.
3789
3790 2003-06-24 Richard Henderson <rth@redhat.com>
3791 (blame to: Loren James Rittle <ljrittle@acm.org>)
3792
3793 * real.h (ieee_extended_intel_96_round_53_format): New.
3794 * real.c (ieee_extended_intel_96_round_53_format): New.
3795 * config/i386/freebsd.h (SUBTARGET_OVERRIDE_OPTIONS): Use it
3796 for XFmode and TFmode.
3797
3798 2003-06-24 Kazu Hirata <kazu@cs.umass.edu>
3799
3800 * config/h8300/h8300.md (4 anonymous patterns): Give internal
3801 names.
3802 (movsi_h8300): Change the name to *movsi_h8300.
3803 (movsi_h8300hs): Change the name to *movsi_h8300hs.
3804 (movsf_h8300): Change the name to *movsf_h8300.
3805 (movsf_h8300hs): Change the name to *movsf_h8300hs.
3806
3807 2003-06-24 Jakub Jelinek <jakub@redhat.com>
3808
3809 * builtins.c (expand_builtin_strcpy): Don't evaluate side-effects in
3810 src twice.
3811
3812 2003-06-24 J"orn Rennecke <joern.rennecke@superh.com>
3813
3814 Back out these patches:
3815 2003-06-02 J"orn Rennecke <joern.rennecke@superh.com>
3816 * sh.h (OLD_ARG_MODE): New macro.
3817 (FUNCTION_ARG_ADVANCE, FUNCTION_ARG_PASS_BY_REFERENCE): Use it.
3818 (FUNCTION_ARG_1): Break out of:
3819 (FUNCTION_ARG). Use OLD_ARG_MODE.
3820 2003-06-06 J"orn Rennecke <joern.rennecke@superh.com>
3821 * sh.h (FUNCTION_ARG_1): Consistently use NEW_MODE for the mode
3822 of the generated register.
3823
3824 * sh.h (FUNCTION_ARG_SCmode_WART): Define.
3825 (FUNCTION_ARG): Unless FUNCTION_ARG_SCmode_WART is defined and
3826 an even number of floating point regs are in use, use the same
3827 sequence of argument passing registers for SCmode as would be
3828 used for two SFmode values.
3829 * sh.c (sh_va_arg): If FUNCTION_ARG_SCmode_WART is defined,
3830 swap real / imaginary parts in incoming SCmode values passed
3831 in registers.
3832
3833 2003-06-24 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
3834
3835 PR target/11260
3836 * config/alpha/alpha.md (sqrtdf2): Fix operand substitution.
3837
3838 Tue Jun 24 18:49:33 CEST 2003 Jan Hubicka <jh@suse.cz>
3839
3840 * Makefile.in (cgraph.o): Depend on output.h, not depend on
3841 tree-inline.h
3842 * cgraph.c: Do not include tree-inline.h; include output.h
3843 (known_fns): Rename to ...
3844 (known_decls): ... this one; update all uses.
3845 (cgraph_varpool_hash): New static variable.
3846 (cgraph_varpool_n_nodes, cgraph_varpool_nodes_queue): New global
3847 variables.
3848 (cgraph_varpool_hash_node, eq_cgraph_varpool_node, cgraph_varpool_node,
3849 cgraph_varpool_node_for_identifier, cgraph_varpool_mark_needed_node,
3850 cgraph_varpool_finalize_decl, cgraph_varpool_assemble_pending_decls):
3851 New functions.
3852 * cgraph.h (cgraph_varpool_node): New structure.
3853 (cgraph_varpool_n_nodes, cgraph_varpool_nodes_queue): Declare.
3854 (cgraph_varpool_node, cgraph_varpool_node_for_identifier,
3855 cgraph_varpool_finalize_decl, cgraph_varpool_mark_needed_node,
3856 cgraph_varpool_asemble_pending_decls): Declare.
3857 * cgraphunit.c (record_call_1): Notice variable references.
3858 (cgraph_finalize_compilation_unit): Assemble pending variables.
3859 * toplev.c (wrapup_global_declarations): Use varpool.
3860 (compile_file): Assemble pending declarations.
3861 (rest_of_decl_compilation): Use varpool in unit-at-a-time mode.
3862 * varasm.c (assemble_name): Notice varpool references.
3863
3864 Tue Jun 24 13:52:11 CEST 2003 Jan Hubicka <jh@suse.cz>
3865
3866 * langhooks-def.h (LANG_HOOKS_PREPARE_ASSEMBLE_VARIABLE): New macro.
3867 * langhooks.h (lang_hooks_for_decls): Add prepare_assemble_variable.
3868 * varasm.c (assemble_variable): Call prepare_assemble_variable.
3869
3870 2003-06-23 Roger Sayle <roger@eyesopen.com>
3871
3872 * builtins.c (expand_builtin): Use expand_builtin_pow to expand
3873 calls for pow, powf, powl and their __builtin_ variants.
3874 (expand_builtin_pow): If the second argument is a constant
3875 integer and compiling with -ffast-math, use expand_powi to
3876 generate RTL if powi_cost is less than POWI_MAX_MULTS.
3877 (powi_cost): New function to return the number of multiplications
3878 necessary to evaluate an Nth power, for integer constant N.
3879 (expand_powi): New function to expand the RTL for evaluating
3880 the Nth power of a floating point value, for integer constant N.
3881
3882 * doc/tm.texi (POWI_MAX_MULTS): Document new target macro.
3883
3884 Mon Jun 23 23:07:35 CEST 2003 Jan Hubicka <jh@suse.cz>
3885
3886 * cgraph.c (cgraph_nodes_queue): Declare.
3887 (eq_node): Take identifier as p2.
3888 (cgraph_node): Update htab_find_slot_with_hash call.
3889 (cgraph_node_for_identifier): New.
3890 (cgraph_mark_needed_node): Move here from cgraphunit.c.
3891 * cgraph.h (cgraph_nodes_queue): Declare.
3892 (cgraph_node_for_identifier): Declare.
3893 * cgraphunit.c (cgraph_finalize_function): Collect entry points here
3894 instead of in cgraph_finalize_compilation_unit; constructors and
3895 destructors are entry points.
3896 (cgraph_finalize_compilation_unit): Reorganize debug outout;
3897 examine nested functions after lowerng; call collect_functions hook.
3898 (cgraph_mark_local_functions): DECL_COMDAT functions are not local.
3899 (cgraph_finalize_compilation_unit): Do not collect entry points.
3900 * varasm.c: Include cgraph.h
3901 (assemble_name): Mark referenced identifier as needed.
3902
3903 * cgraphunit.c (record_call_1): Use get_callee_fndecl.
3904
3905 2003-06-23 Jakub Jelinek <jakub@redhat.com>
3906
3907 * config/i386/i386.c (x86_output_mi_thunk): Don't pass MEM to %P0,
3908 just SYMBOL_REF.
3909 * config/s390/s390.c (s390_output_mi_thunk): Avoid .plt in -m31
3910 mode, as it requires pic register loaded.
3911
3912 * varasm.c (resolve_unique_section): Remove prototype. No longer
3913 static.
3914 * tree.h (resolve_unique_section): New prototype.
3915
3916 2003-06-23 Andreas Schwab <schwab@suse.de>
3917
3918 PR debug/9905
3919 * dwarf2out.c (loc_descriptor_from_tree): Handle MODIFY_EXPR by
3920 recursing through first argument.
3921
3922 2003-06-23 Kazu Hirata <kazu@cs.umass.edu>
3923
3924 * ChangeLog.1: Fix a typo.
3925 * cfgrtl.c: Fix comment typos.
3926 * dwarf2out.c: Likewise.
3927 * expmed.c: Likewise.
3928 * genrecog.c: Likewise.
3929 * jump.c: Likewise.
3930 * rtlanal.c: Likewise.
3931 * ssa-dce.c: Likewise.
3932 * toplev.c: Likewise.
3933
3934 2003-06-23 Kazu Hirata <kazu@cs.umass.edu>
3935
3936 * doc/extend.texi: Fix typos.
3937 * doc/md.texi: Likewise.
3938 * doc/tm.texi: Likewise.
3939
3940 2003-06-23 Kazu Hirata <kazu@cs.umass.edu>
3941
3942 * basic-block.h: Fix comment formatting.
3943 * bt-load.c: Likewise.
3944 * builtins.c: Likewise.
3945 * c-common.c: Likewise.
3946 * c-common.h: Likewise.
3947 * c-format.c: Likewise.
3948 * coverage.c: Likewise.
3949 * cpplib.h: Likewise.
3950 * cpppch.c: Likewise.
3951 * dbxout.c: Likewise.
3952 * diagnostic.c: Likewise.
3953 * dwarf2out.c: Likewise.
3954 * expr.c: Likewise.
3955 * fold-const.c: Likewise.
3956 * function.c: Likewise.
3957 * gcc.c: Likewise.
3958 * gcov-io.c: Likewise.
3959 * gcov-io.h: Likewise.
3960 * gcov.c: Likewise.
3961 * profile.c: Likewise.
3962 * real.h: Likewise.
3963 * sched-deps.c: Likewise.
3964
3965 2003-06-23 Roger Sayle <roger@eyesopen.com>
3966 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3967
3968 * doc/contrib.texi (Contributors): Add a note on testing and
3969 remove duplicates from testers list.
3970
3971 2003-06-23 Nick Clifton <nickc@redhat.com>
3972
3973 * read-rtl.c (read_braced_string): Check for EOF. If
3974 encountered issue an error message.
3975
3976 2003-06-23 Kazu Hirata <kazu@cs.umass.edu>
3977
3978 * doc/invoke.texi: Document dump options, dT and dW.
3979
3980 2003-06-23 Kazu Hirata <kazu@cs.umass.edu>
3981
3982 * genrecog.c (pred_table): Remove the entry for
3983 mode_independent_operand.
3984 * recog.c (next_insns_test_no_inequality): Remove.
3985 (mode_independent_operand): Likewise.
3986 * recog.h: Remove the prototype for mode_independent_operand.
3987
3988 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
3989
3990 * config/h8300/h8300.c (output_simode_bld): Use rotxl.l to
3991 store into bit 0.
3992 * config/h8300/h8300.md (*extzv_1_r_h8300hs): Change cc of the
3993 second alternative to set_znv.
3994 (*extzv_1_r_inv_h8300hs): Likewise.
3995
3996 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
3997
3998 * configure.in (in_tree_gas): Find out here whether GAS is ELF,
3999 set in_tree_gas_is_elf accordingly.
4000 (in_tree_ld): Find out whether LD emulation is ELF, set
4001 in_tree_ld_is_elf accordingly.
4002 (gcc_cv_as_subsections, gcc_cv_as_hidden, gcc_cv_as_leb128)
4003 (gcc_cv_as_eh_frame, gcc_cv_as_shf_merge)
4004 (gcc_cv_as_dwarf2_debug_line, gcc_cv_as_gdwarf2_flag)
4005 (gcc_cv_as_gstabs_flag): Use $in_tree_gas_is_elf instead of
4006 grepping gas/Makefile.
4007 (gcc_cv_ld_ro_rw_mix, gcc_cv_ld_eh_frame_hdr, gcc_cv_ld_pie): Use
4008 $in_tree_ld_is_elf instead of grepping ld/Makefile.
4009 * configure: Regenerate.
4010
4011 2003-06-22 Roger Sayle <roger@eyesopen.com>
4012
4013 * builtins.c (expand_builtin_mathfn_2): Use tree_cons to build
4014 up the stabilized argument list, not build_tree_list.
4015 (expand_builtin_strcpy): Construct new argument list manually
4016 instead of using chainon to modify the original argument list.
4017 (expand_builtin_stpcpy): Construct new argument list manually
4018 instead of using copy_list and chainon.
4019 (expand_builtin_sprintf): New function. Optimize calls to
4020 sprintf when the format is "%s" or doesn't contain a '%'.
4021 (expand_builtin): Expand BUILT_IN_SPRINTF using the new function
4022 expand_builtin_sprintf.
4023
4024 2003-06-22 Andreas Schwab <schwab@suse.de>
4025
4026 * function.c (set_insn_locators): Mark as unused.
4027
4028 2003-06-22 Neil Booth <neil@daikokuya.co.uk>
4029
4030 * common.opt: Add -finline-limit.
4031 * opts.c (common_handle_options): Handle it.
4032 * opts.sh: Temporary kludge for -finline-limit.
4033 * toplev.c (decode_f_option, independent_decode_option): Die.
4034 (parse_options_and_default_flags): No independent_decode_option.
4035
4036 2003-06-22 Andreas Jaeger <aj@suse.de>
4037
4038 * calls.c (emit_call_1): Readd lost ATTRIBUTE_UNUSED.
4039
4040 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
4041
4042 * doc/invoke.texi: Document dumps, .btl, .cfg, and .bypass.
4043
4044 2003-06-22 Andreas Schwab <schwab@suse.de>
4045
4046 * doc/invoke.texi: Remove leading `-' from options in index.
4047
4048 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
4049
4050 * bt-load.c: Follow spelling conventions.
4051
4052 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
4053
4054 * expr.c (emit_move_insn_1): Fix a comment typo.
4055
4056 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
4057
4058 * doc/invoke.texi: Alphabetize dump options.
4059
4060 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
4061
4062 * doc/invoke.texi: Remove a duplicate -dk.
4063
4064 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
4065
4066 * doc/invoke.texi: Update dump file names.
4067
4068 2003-06-22 Zack Weinberg <zack@codesourcery.com>
4069
4070 * config/i370/i370.c, config/i370/i370.h: Use HOST_CHARSET_ASCII
4071 and HOST_CHARSET_EBCDIC, not HC_ASCII and HC_EBCDIC.
4072
4073 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
4074
4075 * doc/rtl.texi: Fix the @findex for pre_modify.
4076
4077 2003-06-22 Andreas Jaeger <aj@suse.de>
4078
4079 * caller-save.c: Convert to ISO C90.
4080 * calls.c: Likewise.
4081 * cfg.c: Likewise.
4082 * cfganal.c: Likewise.
4083 * cfgbuild.c: Likewise.
4084 * cfgcleanup.c: Likewise.
4085 * cfghooks.c: Likewise.
4086 * cfglayout.c: Likewise.
4087 * cfglayout.h: Likewise.
4088 * cfgloop.c: Likewise.
4089 * cfgloop.h: Likewise.
4090 * cfgloopanal.c: Likewise.
4091 * cfgloopmainip.c: Likewise.
4092 * cfgrtl.c: Likewise.
4093
4094 2003-06-22 Richard Earnshaw <rearnsha@arm.com>
4095
4096 * arm.h (BIGGEST_ALIGNMENT): Use TARGET_REALLY_IWMMXT for selecting
4097 64-bit alignment.
4098
4099 2003-06-22 Richard Earnshaw <rearnsha@arm.com>
4100
4101 * arm.md (all call_value patterns): Remove register constraints on
4102 value operand.
4103
4104 2003-06-22 Neil Booth <neil@daikokuya.co.uk>
4105
4106 * common.opt: More -f switches.
4107 * opts.c (common_handle_options): Handle them.
4108 * toplev.c (time_report): Make extern.
4109 (f_options): USe flag_dummy.
4110 (decode_f_option): No need to use f_options now.
4111 * toplev.h (flag_cprop_registers, flag_ssa, flag_ssa_ccp,
4112 flag_ssa_dce, time_report, flag_new_regalloc): Make extern.
4113
4114 2003-06-22 Andreas Jaeger <aj@suse.de>
4115
4116 * c-lex.c: Convert to ISO C90.
4117 * c-objc-common.c: Likewise.
4118 * c-opts.c: Likewise.
4119 * c-pch.c: Likewise.
4120 * c-ppoutput.c: Likewise.
4121 * c-pragma.h: Likewise.
4122 * c-pretty-print.c: Likewise.
4123 * c-pretty-print.h: Likewise.
4124 * c-semantics.c: Likewise.
4125 * c-tree.h: Likewise.
4126 * c-typeck.c: Likewise.
4127
4128 * c-lang.c: Convert to ISO C90.
4129
4130 2003-06-22 Neil Booth <neil@daikokuya.co.uk>
4131
4132 * opts.c (find_opt): Fix to always guarantee a find of a
4133 switch with joined parameter.
4134 * opts.h (struct cl_option): New member back_chain.
4135 * opts.sh: Update to calculate and add back_chain member.
4136
4137 2003-06-22 Gabriel Dos Reis <gdr@integrable-solutions.net>
4138
4139 * diagnostic.h (output_host_wide_integer): Declare.
4140 * diagnostic.c (output_long_long_decicaml): New function.
4141 (output_host_wide_integer): Likewise.
4142 (output_format): Use them. Handle "%ll" and "%w".
4143
4144 2003-06-21 Jason Thorpe <thorpej@wasabisystems.com>
4145
4146 * config.gcc (*-*-netbsd*): Add t-libgcc-pic to tmake_file.
4147
4148 2003-06-21 Zack Weinberg <zack@codesourcery.com>
4149
4150 * aclocal.m4 (gcc_AC_C_CHARSET): Delete.
4151 * configure.in: Don't use gcc_AC_C_CHARSET.
4152 * configure, config.in: Regenerate.
4153 * config/i370/i370.c, config/i370/i370.h: Use
4154 (HOST_CHARSET == HC_EBCDIC) or (HOST_CHARSET == HC_ASCII)
4155 instead of HOST_EBCDIC or !HOST_EBCDIC. Clarify comments a tad.
4156
4157 2003-06-21 Neil Booth <neil@daikokuya.co.uk>
4158
4159 * Makefile.in: Update.
4160 * common.opt: New switches.
4161 * opts.c: Include diagnostic.h.
4162 (common_handle_option): Handle new switches.
4163 * toplev.c (flag_loop_optimize, flag_crossjumping, flag_if_conversion,
4164 flag_if_conversion2, flag_delete_null_pointer_checks,
4165 flag_rerun_cse_after_loop): Make extern.
4166 (flag_dummy): New.
4167 (f_options): Update to use flag_dummy for moved options.
4168 (decode_f_option): Some switches moved to opts.c.
4169 * toplev.h (flag_loop_optimize, flag_crossjumping, flag_if_conversion,
4170 flag_if_conversion2, flag_delete_null_pointer_checks,
4171 flag_rerun_cse_after_loop, flag_keep_static_consts, flag_peel_loops,
4172 flag_tracer, flag_thread_jumps, flag_unroll_loops,
4173 flag_unroll_all_loops, flag_unswitch_loops): New.
4174
4175 Sat Jun 21 13:41:00 CEST 2003 Jan Hubicka <jh@suse.cz>
4176
4177 * i386.c (ix86_va_arg): Fix allocation of temporary slot.
4178
4179 2003-06-20 Kazu Hirata <kazu@cs.umass.edu>
4180
4181 * config/h8300/h8300-protos.h: Add a prototype for
4182 same_cmp_preceding_p.
4183 * config/h8300/h8300.c (same_cmp_preceding): New.
4184 * config/h8300/h8300.md: Extend peephole2's that transform
4185 compare:SI into shorter sequences so that they can deal with
4186 signed comparisons.
4187
4188 2003-06-21 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4189
4190 * doc/contrib.texi (Contributors): Use Windows instead of Win32.
4191
4192 Update Andreas Jaeger's entry.
4193
4194 Merge the two entries of Kaveh Ghazi, David Edelsohn, and
4195 Loren J. Rittle.
4196
4197 2003-06-21 Nathanael Nerode <neroden@gcc.gnu.org>
4198
4199 * mkconfig.sh: Add multiple inclusion guards to generated headers.
4200
4201 2003-06-20 Neil Booth <neil@daikokuya.co.uk>
4202
4203 * c-decl.c (store_parm_decls): Make saved_warn_shadow boolean.
4204 * common.opt: Add remaining -W options and -g.
4205 * diagnostic.c (warnings_are_errors): Remove.
4206 * flags.h: Make most warning flags boolean.
4207 * opts.c (common_handle_option): Handle remaining -W options, and -g.
4208 Move many warning flags from toplev.c, making them boolean.
4209 * toplev.c: Remove many warning flags.
4210 (decode_W_option): Remove.
4211 (decode_g_option): Make extern. Error on unknown switch.
4212 (lang_independent_W_options): Use warn_dummy.
4213 (independent_decode_option): Just handle -f switches now.
4214 * toplev.h (decode_g_option): New.
4215
4216 2003-06-20 Aldy Hernandez <aldyh@redhat.com>
4217
4218 PR/11092
4219 * config/rs6000/rs6000.h (LEGITIMATE_CONSTANT_P): Adjust for
4220 vectors.
4221
4222 2003-06-20 Kelley Cook <kelleycook@wideopenwest.com>
4223
4224 * opts.sh: Tweak awk script for portability.
4225
4226 2003-06-20 Mark Mitchell <mark@codesourcery.com>
4227
4228 PR c++/10888
4229 * tree-inline.c (expand_call_inline): Do not warn about failing to
4230 inline functions declared in system headers.
4231 * doc/invoke.texi (-Winline): Expand on documentation.
4232
4233 2003-06-20 Richard Henderson <rth@redhat.com>
4234
4235 * config/alpha/alpha.c (alpha_file_start): Disable
4236 file_start_file_directive for ELF and not MDEBUG.
4237
4238 2003-06-20 J"orn Rennecke <joern.rennecke@superh.com>
4239
4240 * sh.h (ROUND_TYPE_ALIGN): Remove.
4241
4242 2003-06-20 Richard Henderson <rth@redhat.com>
4243
4244 * hooks.c (hook_int_void_no_regs): Rename from
4245 hook_reg_class_void_no_regs; change return type.
4246 * hooks.h: Update.
4247 * target-def.h (TARGET_BRANCH_TARGET_REGISTER_CLASS): Update.
4248 * target.h (branch_target_register_class): Change return type to int.
4249 Add documentation.
4250 * config/sh/sh.c (sh_target_reg_class): Change return type.
4251 * doc/tm.texi (TARGET_BRANCH_TARGET_REGISTER_CLASS): Likewise.
4252
4253 2003-06-20 Andreas Tobler <toa@pop.agri.ch>
4254
4255 * c-format.c: Change _Bool to bool reverting part of the last
4256 patch.
4257
4258 2003-06-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4259
4260 * som.h (ASM_OUTPUT_SOURCE_LINE): Use targetm.strip_name_encoding to
4261 strip name encoding.
4262
4263 2003-06-20 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4264
4265 * configure.in (gcc_cv_as_gstabs_flag): Disable if assembler warns.
4266 * configure: Regenerate.
4267 Fixes PR driver/9362.
4268
4269 2003-06-20 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4270
4271 * config/alpha/alpha.c (alpha_file_start): Fix typo.
4272
4273 2003-06-20 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4274
4275 * config/mips/mips.h (PUT_SDB_FUNCTION_END): Pass 0 as third arg
4276 to ASM_OUTPUT_SOURCE_LINE.
4277
4278 2003-06-20 Daniel Egger <degger@fhm.edu>
4279 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4280
4281 * doc/install.texi (Building): Correct and improve statement
4282 about parallel builds.
4283
4284 2003-06-20 Andreas Jaeger <aj@suse.de>
4285
4286 * c-common.c: Change _Bool to bool reverting part of the last
4287 patch.
4288
4289 2003-06-20 Nathan Sidwell <nathan@codesourcery.com>
4290
4291 * tree.h (expand_function_end): Remove all parameters.
4292 * function.c (expand_function_end): Remove all parameters.
4293 Use input_location. Never expand_end_bindings.
4294 * c-decl.c (c_expand_body_1): Adjust expand_function_end call.
4295 * coverage.c (create_coverage): Likewise.
4296
4297 2003-06-20 Nick Clifton <nickc@redhat.com>
4298
4299 * doc/extend.texi (ARM Built-in Functions): New node. Document
4300 ARM builtin functions for iWMMXt support.
4301
4302 2003-06-20 Eric Botcazou <ebotcazou@libertysurf.fr>
4303
4304 * doc/install.texi (--with-gnu-as): Mention SPARC/Solaris and
4305 SPARC64/Solaris as platforms where --with-gnu-as makes a difference.
4306 (--with-as): Add @anchor.
4307 (--with-gnu-ld): Fix typo.
4308 (--with-ld): Add @uref to --with-as.
4309
4310 2003-06-19 Zack Weinberg <zack@codesourcery.com>
4311
4312 * doc/tm.texi: Uniformly use @defmac for macros, rather than
4313 @table items. Minor formatting and editorial corrections.
4314
4315 2003-06-20 Neil Booth <neil@daikokuya.co.uk>
4316
4317 * line-map.c, line-map.h: Convert to ISO prototypes.
4318
4319 2003-06-20 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
4320
4321 * gcse.c (store_killed_in_insn): Fix.
4322
4323 2003-06-19 Zack Weinberg <zack@codesourcery.com>
4324
4325 * target.h (asm_out.file_start, file_start_app_off,
4326 file_start_file_directive): New hooks.
4327 * target-def.h (TARGET_ASM_FILE_START_FILE_DIRECTIVE,
4328 TARGET_ASM_FILE_START_APP_OFF, TARGET_ASM_FILE_START):
4329 New hook-definition macros.
4330 * doc/tm.texi: Document new hooks; remove docs of ASM_FILE_START.
4331 * varasm.c (default_file_start): New.
4332 * output.h: Prototype it.
4333 * toplev.c (init_asm_output): Use targetm.asm_out.file_start.
4334 * system.h: Poison ASM_FILE_START.
4335
4336 * config/alpha/alpha.c (alpha_write_verstamp): Delete.
4337 (alpha_file_start): New, define if !TARGET_ABI_UNICOSMK.
4338 (unicosmk_asm_file_start): Rename unicosmk_file_start,
4339 make static, take no arguments.
4340 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_END,
4341 TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set as appropriate.
4342 * config/alpha/unicosmk.h: Don't define ASM_FILE_START nor
4343 TARGET_ASM_FILE_END. Remove reference to ASM_FILE_START in
4344 comment.
4345 * config/arc/arc.c (arc_asm_file_start): Rename
4346 arc_file_start, take no arguments, make static.
4347 (TARGET_ASM_FILE_START): Set it.
4348 * config/arm/arm.c (aof_file_start): New static function.
4349 (TARGET_ASM_FILE_START): Set it, when appropriate.
4350 * config/arm/coff.h, config/arm/elf.h:
4351 Set TARGET_ASM_FILE_START_APP_OFF to true.
4352 * config/avr/avr.c (asm_file_start): Rename avr_file_start,
4353 take no arguments, make static.
4354 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE):
4355 Set them.
4356 * config/c4x/c4x.c (c4x_file_start): New static function.
4357 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE):
4358 Set them.
4359 * config/cris/cris.c (cris_file_start): New static function.
4360 (TARGET_ASM_FILE_START): Set it.
4361 * config/dsp16xx/dsp16xx.c (coff_dsp16xx_file_start): Rename
4362 dsp16xx_file_start, make static.
4363 (luxworks_dsp16xx_file_start): Delete.
4364 (TARGET_ASM_FILE_START): Set it.
4365 * config/h8300/h8300.c (asm_file_start): Rename
4366 h8300_file_start, make static, take no arguments.
4367 (TARGET_ASM_FILE_START): Set it.
4368 * config/i370/i370.c (i370_file_start): New static function.
4369 (TARGET_ASM_FILE_START): Set it.
4370 * config/i386/i386.c (x86_file_start): New static function.
4371 (TARGET_ASM_FILE_START): Set it.
4372 * config/i386/i386.h (X86_FILE_START_VERSION_DIRECTIVE,
4373 X86_FILE_START_FLTUSED): New macros, default to false.
4374 * config/i386/i386-interix.h: Override X86_FILE_START_FLTUSED to 1.
4375 * config/i386/sysv4.h, config/i386/sco5.h: Override
4376 X86_FILE_START_VERSION_DIRECTIVE to true.
4377 * config/ia64/ia64.c (ia64_file_start): New static function.
4378 (TARGET_ASM_FILE_START): Set it.
4379 (emit_safe_across_calls): Take no arguments.
4380 * config/ia64/ia64.md: Update to match.
4381 * config/m32r/m32r.c (m32r_asm_file_start): Rename
4382 m32r_file_start, make static, take no arguments.
4383 (TARGET_ASM_FILE_START): Set it.
4384 * config/m68hc11/m68hc11.c (m68hc11_asm_file_start): Rename
4385 m68hc11_file_start, make static, take no arguments.
4386 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
4387 (print_options): Delete.
4388 * config/m68k/m68k.c (m68k_hp320_file_start): New static function.
4389 (TARGET_ASM_FILE_START_APP_OFF): Set.
4390 * config/m68k/hp320.h: Set TARGET_ASM_FILE_START to
4391 m68k_hp320_file_start.
4392 * config/mips/mips.c (iris6_asm_file_start, mips_asm_file_start):
4393 Make static, take no arguments.
4394 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
4395 * config/mmix/mmix.c (mmix_asm_file_start): Rename
4396 mmix_file_start, make static, take no arguments.
4397 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
4398 * config/mn10300/mn10300.c (asm_file_start): Rename
4399 mn10300_file_start, make static, take no arguments.
4400 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
4401 * config/ns32k/ns32k.c (TARGET_ASM_FILE_START_APP_OFF): Set.
4402 * config/pa/pa.c (pa_file_start_level, pa_file_start_space,
4403 pa_file_start_file, pa_file_start_mcount, pa_elf_file_start,
4404 pa_som_file_start, pa_linux_file_start, pa_hpux64_gas_file_start,
4405 pa_hpux64_hpas_file_start): New static functions.
4406 * config/pa/elf.h: Set TARGET_ASM_FILE_START to pa_elf_file_start.
4407 * config/pa/pa-linux.h: Set TARGET_ASM_FILE_START to
4408 pa_linux_file_start.
4409 * config/pa/pa64-hpux.h: Set TARGET_ASM_FILE_START to
4410 pa_hpux64_gas_file_start or pa_hpux64_hpas_file_start, as
4411 appropriate.
4412 * config/pa/som.h: Set TARGET_ASM_FILE_START to pa_som_file_start.
4413 * config/rs6000/rs6000.c: Include xcoffout.h when TARGET_XCOFF.
4414 (rs6000_file_start): Make static, take no arguments. Reset
4415 default_cpu under certain conditions.
4416 (rs6000_xcoff_file_start): New function.
4417 * config/rs6000/rs6000.h (TARGET_ASM_FILE_START): Set.
4418 * config/rs6000/xcoff.h (TARGET_ASM_FILE_START,
4419 TARGET_ASM_FILE_START_FILE_DIRECTIVE): Override.
4420 * config/sh/sh.c (output_file_start): Rename
4421 sh_file_start, make static, take no arguments. Merge in old
4422 code from sh/elf.h's ASM_FILE_START, conditioned on TARGET_ELF.
4423 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
4424 * config/sh/sh.c (TARGET_ELF): Define to 0.
4425 * config/sh/elf.h (TARGET_ELF): Redefine to 1.
4426 * config/v850/v850.c (asm_file_start): Delete.
4427 (TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
4428 * config/vax/vax.c (vax_file_start): New static function.
4429 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_APP_OFF): Set.
4430
4431 * config/darwin.h: Override ASM_FILE_START_FILE_DIRECTIVE to false.
4432 * config/elfos.h, config/svr3.h, config/arm/elf.h, config/arm/pe.h
4433 * config/i386/att.h, config/i386/gas.h, config/i386/linux.h
4434 * config/i386/sysv4.h, config/i386/sco5.h, config/i960/i960-coff.h
4435 * config/m68k/coff.h, config/m68k/hp320.h, config/mcore/mcore-pe.h
4436 * config/vax/vaxv.h: Set ASM_FILE_START_FILE_DIRECTIVE to true.
4437
4438 * config/darwin.h, config/elfos.h, config/alpha/elf.h
4439 * config/alpha/openbsd.h, config/alpha/osf.h, config/alpha/vms.h
4440 * config/arc/arc.h, config/arm/aof.h, config/arm/aout.h
4441 * config/arm/coff.h, config/arm/elf.h, config/arm/pe.h
4442 * config/avr/avr.h, config/c4x/c4x.h, config/cris/cris.h
4443 * config/dsp16xx/dsp16xx.h, config/h8300/elf.h, config/h8300/h8300.h
4444 * config/i370/i370.h, config/i386/att.h, config/i386/gas.h
4445 * config/i386/i386-interix.h, config/i386/linux.h, config/i386/sysv4.h
4446 * config/i386/sco5.h, config/i960/i960-coff.h, config/i960/i960.h
4447 * config/ia64/ia64.h, config/ia64/sysv4.h, config/m32r/m32r.h
4448 * config/m68hc11/m68hc11.h, config/m68k/coff.h, config/m68k/m68k.h
4449 * config/mcore/mcore-pe.h, config/mips/iris6.h, config/mips/mips.h
4450 * config/mmix/mmix.h, config/mn10300/mn10300.h, config/ns32k/ns32k.h
4451 * config/pa/elf.h, config/pa/pa-linux.h, config/pa/pa64-hpux.h
4452 * config/pa/som.h, config/pdp11/pdp11.h, config/rs6000/linux64.h
4453 * config/rs6000/lynx.h, config/rs6000/xcoff.h, config/sh/elf.h
4454 * config/sh/sh.h, config/sparc/sparc.h, config/v850/v850.h
4455 * config/vax/vax.h, config/vax/vaxv.h: Don't (re)define ASM_FILE_START.
4456
4457 * config/alpha/alpha-protos.h, config/arc/arc-protos.h
4458 * config/avr/avr-protos.h, config/dsp16xx/dsp16xx-protos.h
4459 * config/h8300/h8300-protos.h, config/ia64/ia64-protos.h
4460 * config/m32r/m32r-protos.h, config/m68hc11/m68hc11-protos.h
4461 * config/mips/mips-protos.h, config/mmix/mmix-protos.h
4462 * config/mn10300/mn10300-protos.h, config/rs6000/rs6000-protos.h
4463 * config/sh/sh-protos.h, config/v850/v850-protos.h: Update.
4464
4465 * xcoffout.h, config/rs6000/aix.h, config/rs6000/xcoff.h:
4466 Remove reference to ASM_FILE_START in comment.
4467 * config/arm/aof.h, config/arm/aout.h, config/arm/freebsd.h
4468 * config/arm/linux-gas.h, config/arm/netbsd-elf.h
4469 * config/arm/netbsd.h: Delete definition of ARM_OS_NAME.
4470
4471 2003-06-19 Graeme Peterson <gp@qnx.com>
4472
4473 * gcc.c (target_sysroot_suffix, target_sysroot_hdrs_suffix,
4474 SYSROOT_SUFFIX_SPEC, SYSROOT_HEADERS_SUFFIX_SPEC, sysroot_suffix_spec,
4475 sysroot_hdrs_suffix_spec): New.
4476 (static_specs): Initialize new variables.
4477 (add_sysroot_suffix_prefix, do_spec_1, main): Use new variables.
4478 * doc/tm.texi (SYSROOT_SUFFIX_SPEC, SYSROOT_HEADERS_SUFFIX_SPEC):
4479 New macros.
4480
4481 2003-06-19 Andreas Jaeger <aj@suse.de>
4482
4483 * c-aux-info.c: Convert to ISO C90.
4484 * c-pragma.c: Likewise.
4485 * c-common.c: Likewise.
4486 * c-common.h: Likewise.
4487 * c-convert.c: Likewise.
4488 * c-cppbuiltin.c: Likewise.
4489 * c-dump.c: Likewise.
4490 * c-decl.c: Likewise
4491 * c-format.c: Likewise.
4492 * c-incpath.c: Likewise.
4493 * c-incpath.h: Likewise.
4494
4495 2003-06-19 Roger Sayle <roger@eyesopen.com>
4496
4497 * builtins.c (expand_errno_check): Assume that flag_errno_math
4498 and HONOR_NANS have been tested before calling here. Only try
4499 to set errno ourselves if the decl can't throw an exception.
4500 (expand_builtin_mathfn): Move the code to stabilize the arg
4501 after the main switch, so that that its only done when needed.
4502 BUILT_IN_SQRT{,F,L} doesn't set errno if its arg is nonnegative.
4503 Don't modify the original expr when stabilizing the argument.
4504 (expand_builtin_mathfn_2): Likewise, move the code to stabilize
4505 the args after the main switch, and don't modify the orginal exp.
4506
4507 2003-06-19 Aldy Hernandez <aldyh@redhat.com>
4508
4509 * expr.c (const_vector_from_tree): Initialize remaining elements
4510 to 0.
4511
4512 2003-06-19 Aldy Hernandez <aldyh@redhat.com>
4513
4514 * config/rs6000/spe.md ("spe_evfscfsi"): Change operand types.
4515 Change "fix" to "float".
4516
4517 2003-06-19 Andreas Jaeger <aj@suse.de>
4518
4519 * c-tree.h: Remove declaration of poplevel.
4520
4521 * tree.h: Remove declaration of approx_sqrt.
4522
4523 * c-lex.c: Remove redundant declaration of asm_out_file.
4524
4525 * flags.h: Remove declaration of warn_unknown_pragma and
4526 main_input_filename.
4527
4528 * rtl.h: Remove functions from fold-const.c since they're already
4529 declared in tree.h.
4530
4531 * regs.h: Remove redundant declaration of reg_names.
4532
4533 * bt-load.c (migrate_btr_defs): Correct printf arguments.
4534
4535 * protoize.c: Fix breakage from last patch.
4536
4537 2003-06-19 J"orn Rennecke <joern.rennecke@superh.com>
4538
4539 * hooks.h (hook_reg_class_void_no_regs): Only declare if tm.h
4540 has been included.
4541
4542 2003-06-18 James A Morrison <ja2morri@student.math.uwaterloo.ca>
4543
4544 * config/sparc/sparc.c: Update copyright year.
4545
4546 2003-06-19 David Edelsohn <edelsohn@gnu.org>
4547
4548 * config/rs6000/rs6000.c (init_cumulative_args): Limit CALL_LIBCALL
4549 to ABI_V4.
4550
4551 2003-06-18 Joseph S. Myers <jsm@polyomino.org.uk>
4552
4553 PR bootstrap/4068
4554 * config/i386/liunx.h: Don't include sys/ucontext.h for glibc 2.0.
4555
4556 2003-06-19 Kazu Hirata <kazu@cs.umass.edu>
4557
4558 * config/h8300/h8300.c (TARGET_INITIALIZER and friends): Move
4559 to the end of the file. Remove unnecessary prototypes.
4560
4561 2003-06-19 Hans-Peter Nilsson <hp@axis.com>
4562
4563 * bt-load.c (migrate_btr_def) [INSN_SCHEDULING]: Conditionalize
4564 calls to insn_default_latency and result_ready_cost. Initialize
4565 def_latency to 1.
4566
4567 2003-06-18 Richard Henderson <rth@redhat.com>
4568
4569 * config/ia64/unwind-ia64.c (_Unwind_GetCFA): New.
4570 (_Unwind_FindEnclosingFunction): Implement.
4571
4572 2003-06-18 Kazu Hirata <kazu@cs.umass.edu>
4573
4574 * toplev.c (rest_of_handle_sched): Hide the entire function if
4575 INSN_SCHEDULING is not defined.
4576 (rest_of_compilation): Call rest_of_handle_sched() only when
4577 INSN_SCHEDULING is defined.
4578
4579 2003-06-18 Stephen Clarke <stephen.clarke@superh.com>
4580 J"orn Rennecke <joern.rennecke@superh.com>
4581
4582 * bt-load.c: New file.
4583 * Makefile.in (OBJS): Include bt-load.o
4584 (bt-load.o): Add dependencies.
4585 * flags.h (flag_branch_target_load_optimize): Declare.
4586 (flag_branch_target_load_optimize2): Likewise.
4587 * hooks.c (hook_reg_class_void_no_regs): New function.
4588 (hook_bool_bool_false): Likewise.
4589 * hooks.h (hook_reg_class_void_no_regs, hook_bool_bool_false): Declare.
4590 * rtl.h (branch_target_load_optimize): Declare.
4591 * target-def.h (TARGET_BRANCH_TARGET_REGISTER_CLASS): Define.
4592 (TARGET_BRANCH_TARGET_REGISTER_CALLEE_SAVED): Likewise.
4593 (TARGET_INITIALIZER): Include these.
4594 * target.h (struct gcc_target): Add branch_target_register_class
4595 and branch_target_register_callee_saved members.
4596 * toplev.c (enum dump_file_index): Add DFI_branch_target_load
4597 (dump_file) Add "tars" entry.
4598 (flag_branch_target_load_optimize): New variable.
4599 (flag_branch_target_load_optimize2): Likewise.
4600 (lang_independent_options): Add entries for new options.
4601 (rest_of_compilation): Call branch_target_load_optimize.
4602 * doc/tm.texi (TARGET_BRANCH_TARGET_REGISTER_CLASS): Document.
4603 (TARGET_BRANCH_TARGET_REGISTER_CALLEE_SAVED): Likewise.
4604 * doc/invoke.texi: Document -fbranch-target-load-optimize and
4605 -fbranch-target-load-optimize2.
4606 * rtl.h (epilogue_completed): Declare.
4607 * recog.c (epilogue_completed): New variable.
4608 * toplev.c (rest_of_compilation): Set it.
4609 * flow.c (mark_regs_live_at_end): Use it.
4610 * config/ia64/ia64.c (ia64_output_mi_thunk): Set it.
4611 * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Likewise.
4612 * config/sh/sh.c (sh_output_mi_thunk): Likewise.
4613 * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
4614
4615 * sh.c (shmedia_space_reserved_for_target_registers): New variable.
4616 (sh_target_reg_class): New function.
4617 (sh_optimize_target_register_callee_saved): Likwise.
4618 (shmedia_target_regs_stack_space): Likewise.
4619 (shmedia_reserve_space_for_target_registers_p): Likewise.
4620 (shmedia_target_regs_stack_adjust): Likewise.
4621 (TARGET_BRANCH_TARGET_REGISTER_CLASS): Override.
4622 (TARGET_BRANCH_TARGET_REGISTER_CALLEE_SAVED): Likewise.
4623 (calc_live_regs): If flag_branch_target_load_optimize2 and
4624 TARGET_SAVE_ALL_TARGET_REGS is enabled, and we have space reserved
4625 for target registers, make sure that we save all target registers.
4626 (sh_expand_prologue, sh_expand_epilogue): Take target register
4627 optimizations into account. Collapse stack adjustments if that
4628 is beneficial.
4629 (initial_elimination_offset): Reserve space for target registers
4630 if necessary.
4631 * sh.h (SAVE_ALL_TR_BIT, TARGET_SAVE_ALL_TARGET_REGS): Define.
4632 (OPTIMIZATION_OPTIONS): Enable flag_branch_target_load_optimize.
4633
4634 2003-06-18 Nick Clifton <nickc@redhat.com>
4635
4636 * config.gcc: Add an extra_header for ARM targets.
4637 Support configuring with --with-cpu=iwmmxt.
4638 * doc/invoke.texi: Document new value for -mcpu= ARM switch.
4639 * config/arm/aof.h (REGISTER_NAMES): Add iwmmxt register
4640 names. Fix formatting.
4641 * config/arm/aout.h (REGISTER_NAMES): Add iwmmxt register
4642 names.
4643 * config/arm/arm-protos.h (arm_emit_vector_const): New
4644 prototype.
4645 (arm_output_load_gr): New prototype.
4646 * config/arm/arm.c (extra_reg_names1): Delete.
4647 (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN, FL_IWMMXT,
4648 * arch_is_iwmmxt): Define.
4649 (all_cores, all_architecture): Add entry for iwmmxt.
4650 (arm_override_options): Add support for iwmmxt.
4651 (use_return_insn, arm_function_arg, arm_legitimate_index_p,
4652 arm_print_value, arm_rtx_costs_1, output_move_double,
4653 arm_compute_save_reg_mask, arm_output_epilogue,
4654 arm_get_frame_size, arm_expand_prologue, arm_print_operand,
4655 arm_assemble_integer, arm_hard_regno_ok, arm_regno_class):
4656 Likewise.
4657 (arm_init_cumulative_args): Count iwmmxt registers.
4658 (arm_function_ok_for_sibcall): Return false of sibcall_blocked
4659 has been set.
4660 (struct minipool_node): Add fix_size field.
4661 (add_minipool_forward_ref): Add support for 8-byte aligning of
4662 the pool.
4663 (add_minipool_backward_ref, add_minipool_offsets,
4664 dump_minipool, push_minipool_fix): Likewise.
4665 (struct builtin_description): New struct.
4666 (builtin_description): New array of iwmmxt builtin functions.
4667 (arm_init_iwmmxt_builtins): New function.
4668 (arm_init_builtins): New function.
4669 (safe_vector_operand): New function.
4670 (arm_expand_binop_builtin): New function.
4671 (arm_expand_unop_builtin): New function.
4672 (arm_expand_builtin): New function.
4673 (arm_emit_vector_const): New function.
4674 (arm_output_load_gr): New function.
4675 * config/arm/arm.h (TARGET_CPU_iwmmxt, TARGET_IWMMXT,
4676 TARGET_REALLY_IWMMXT, arm_arch_iwmmxt, IWMMXT_ALIGNMENT,
4677 TYPE_NEEDS_IWMMXT_ALIGNMENT, ADJUST_FIELD_ALIGN,
4678 DATA_ALIGNMENT, LOCAL_ALIGNMENT, VECTOR_MODE_SUPPORTED_P): Define.
4679 (BIGGEST_ALIGNMENT): Set to 64 if ATPCS support is enabled.
4680 (CPP_CPU_ARCH_SPEC): Add entries for iwmmxt.
4681 (FIXED_REGISTERS, CALL_USED_REGISTERS, REG_ALLOC_ORDER,
4682 reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS,
4683 REG_CLASS_FOR_LETTER): Add iwmmxt registers.
4684 (SUBTARGET_CONDITIONAL_REGISTER_USAGE): Disable iwmmxt
4685 registers unless the iwmmxt target is selected.
4686 (FIRST_IWMMXT_GR_REGNUM, LAST_IWMMXT_GR_REGNUM,
4687 FIRST_IWMMXT_REGNUM, LAST_IWMMXT_REGNUM, IS_IWMMXT_REGNUM,
4688 IS_IWMMXT_GR_REGNUM): Define.
4689 (FIRST_PSEUDO_REGISTER): Bump to 63.
4690 (struct machine_function): Add sibcall_blocked field.
4691 (Struct CUMULATIVE_ARGS): Add iwmmxt_nregs, named_count and
4692 nargs fields.
4693 (enum arm_builtins): New enum list.
4694 * config/arm/arm.md (UNSPEC_WSHUFH, UNSPEC_WACC,
4695 UNSPEC_TMOVMSK, UNSPEC_WSAD, UNSPEC_WSADZ, UNSPEC_WMACS,
4696 UNSPEC_WMACU, UNSPEC_WMACSZ, UNSPEC_WMACUZ, UNSPEC_CLRDI,
4697 UNSPEC_WMADDS, UNSPEC_WMADDU): New unspecs.
4698 (VUNSPEC_TMRC, VUNSPEC_TMCR, VUNSPEC_ALIGN8, VUNSPEC_WCMP_EQ,
4699 VUNSPEC_WCMP_GTU, VUNSPEC_WCMP_GT): New vunspecs.
4700 (movv2si, movv4hi, movv8qi): New expands for vector moves.
4701 Include iwmmxt.md.
4702 * config/arm/t-xscale-elf (MULTILIB_OPITONS): Add iwmmxt
4703 multilib.
4704 (MULTILIB_DIRNAMES, MULTILIB_REDUNDANT_DIRS): Likewise.
4705 * config/arm/mmintrin.h: New ARM specific header file.
4706 * config/arm/iwmmx.md: New iWMMXt specific machine patterns.
4707
4708 2003-06-18 J"orn Rennecke <joern.rennecke@superh.com>
4709
4710 * toplev.c (Remaining -d letters summary): Update.
4711
4712 2003-06-18 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4713
4714 * config/rs6000/rs6000.c (init_cumulative_args): Add and handle LIBCALL
4715 argument.
4716 (function_arg): Handle CALL_LIBCALL flag.
4717 * config/rs6000/rs6000-protos.h (init_cumulative_args): Update
4718 prototype.
4719 * config/rs6000/rs6000.h (CALL_LIBCALL): New macro.
4720 (INIT_CUMULATIVE_LIBCALL_ARGS): New macro.
4721 (INIT_CUMULATIVE_ARGS): Add LIBCALL argument.
4722 (INIT_CUMULATIVE_INCOMING_ARGS): Likewise.
4723
4724 2003-06-18 Neil Booth <neil@daikokuya.co.uk>
4725
4726 * Makefile.in: Update.
4727 * common.opt: New options.
4728 * opts.c (maybe_warn_unused_parameter, set_Wextra, handle_param,
4729 set_Wunused): New.
4730 (common_handle_option): Handle new options.
4731 * toplev.c (set_target_switch): Export.
4732 (set_Wextra, set_Wunused, maybe_warn_unused_parameter): Move to opts.c.
4733 (decode_W_option): -Wunused and -Wextra handled in opts.c now.
4734 (independent_decode_option): More options handled in opts.c now.
4735 Change prototype.
4736 * toplev.h (set_target_switch): New.
4737
4738 2003-06-17 Robert Abeles <rabeles@archaelogic.com>
4739
4740 PR debug/4252
4741 * c-opts.c (c_common_handle_option): Pass -fdump argument suffix
4742 to dump_switch_p().
4743 * tree-dump.c (dump_switch_p): Remove redundant 'dump-' prefix
4744 from static strings in dump_files.
4745
4746 2003-06-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4747
4748 * system.h (ANSI_PROTOTYPES, PTR_CONST, LONG_DOUBLE, VPARAMS,
4749 VA_OPEN, VA_FIXEDARG, VA_CLOSE, VA_START): undef and poison these
4750 libiberty macros.
4751
4752 2003-06-17 Jason Merrill <jason@redhat.com>
4753
4754 PR c++/10929
4755 * tree-inline.c (expand_call_inline): Don't warn about failing to
4756 inline a function which was made inline by -finline-functions.
4757
4758 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
4759
4760 * config/h8300/h8300-protos.h: Update to ISO C.
4761 * config/h8300/h8300.c: Likewise.
4762 * config/h8300/h8300.h: Likewise.
4763 * config/h8300/h8300.md: Likewise.
4764
4765 2003-06-16 Nathanael Nerode <neroden@gcc.gnu.org>
4766
4767 * configure.in: Replace BUILD_CC references with CC_FOR_BUILD.
4768 * configure: Regenerate.
4769 * Makefile.in: Replace BUILD_CC references with CC_FOR_BUILD.
4770
4771 2003-06-17 Ranjit Mathew <rmathew@hotmail.com>
4772
4773 * install.texi (Testing): Add information on how to run Java
4774 runtime tests separately.
4775
4776 2003-06-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4777
4778 * config/mips/mips.md (trap): Use break 0 when !TARGET_GAS.
4779
4780 * config/mips/iris6-o32.h (MIPS_ISA_DEFAULT): Remove.
4781 (MIPS_CPU_STRING_DEFAULT): Redefine to mips2.
4782
4783 2003-06-17 Christopher Faylor <cgf@redhat.com>
4784
4785 * doc/install.texi: Add msvc rebuild caveat.
4786
4787 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
4788
4789 * config/sh/coff.h: Replace Hitachi with Renesas.
4790 * config/sh/elf.h: Likewise.
4791 * config/sh/embed-elf.h: Likewise.
4792 * config/sh/lib1funcs.asm: Likewise.
4793 * config/sh/sh-protos.h: Likewise.
4794 * config/sh/sh.c: Likewise.
4795 * config/sh/sh.h: Likewise.
4796 * config/sh/sh.md: Likewise.
4797
4798 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
4799
4800 * ChangeLog.3: Fix comment typos.
4801 * ChangeLog.6: Likewise.
4802 * config/d30v/d30v.c: Likewise.
4803 * config/h8300/h8300.md: Likewise.
4804 * config/m32r/m32r.md: Likewise.
4805 * config/mips/mips.c: Likewise.
4806 * config/mips/mips.md: Likewise.
4807 * config/ns32k/NOTES: Likewise.
4808
4809 2003-06-17 Ranjit Mathew <rmathew@hotmail.com>
4810 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4811
4812 * doc/sourcebuild.texi (libgcj Tests): Simplify instructions on how
4813 to run Java runtime tests separately.
4814
4815 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
4816
4817 * config/h8300/h8300-protos.h: Update a comment.
4818
4819 2003-06-17 J"orn Rennecke <joern.rennecke@superh.com>
4820
4821 * sh.h (ROUND_TYPE_ALIGN, LOCAL_ALIGNMENT): Complex modes
4822 are aligned like integral modes.
4823 (SH5_WOULD_BE_PARTIAL_NREGS): Also test for CDImode and DCmode.
4824
4825 * sh.h (EXTRA_CONSTRAINT_Csy): Allow PIC_DIRECT_ADDR_P.
4826 (LEGITIMATE_PIC_OPERAND_P): Allow LABEL_REF.
4827 * sh.md (*pt): Remove.
4828
4829 * sh.h (REG_ALLOC_ORDER): Avoid squandering call-saved registers.
4830
4831 * sh.md (return_media_rte): New pattern.
4832 (return_media): Use it.
4833
4834 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
4835
4836 * doc/contrib.texi: Replace Hitachi with Renesas.
4837 * doc/install.texi: Likewise.
4838 * doc/invoke.texi: Likewise.
4839
4840 2003-06-17 J"orn Rennecke <joern.rennecke@superh.com>
4841
4842 * sh.h (CONST_OK_FOR_J16): Fix HOST_BITS_PER_WIDE_INT >= 64
4843 behaviour.
4844
4845 2003-06-17 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4846
4847 * doc/tm.texi (MD_FALLBACK_FRAME_STATE_FOR): Mention MAKE_THROW_FRAME.
4848
4849 * config/rs6000/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Partly revert
4850 2003-01-23 patch. Corrected to handle kernels with changed ucontext.
4851
4852 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Error on invalid
4853 -msdata=eabi usages.
4854
4855 * gcc/config/rs6000/sysv4.h (USE_LIBC_1): Delete all uses.
4856
4857 2003-06-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4858
4859 * alloc-pool.c: Don't check HAVE_LONG_DOUBLE.
4860 * fixinc/gnu-regex.c: Don't define `volatile'.
4861 * ggc-page.c: Don't check HAVE_LONG_DOUBLE.
4862 * ggc-simple.c: Likewise.
4863 * system.h: Don't define `volatile'.
4864
4865 * aclocal.m4 (gcc_AC_C_VOLATILE, gcc_AC_C_LONG_DOUBLE): Delete.
4866 * configure.in (gcc_AC_C_VOLATILE, gcc_AC_C_LONG_DOUBLE): Don't
4867 call these macros.
4868 * config.in, configure: Regenerated.
4869
4870 2003-06-17 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4871
4872 * config/ia64/ia64.c (ia64_expand_builtin, case IA64_BUILTIN_BSP):
4873 Handle POINTERS_EXTEND_UNSIGNED.
4874
4875 2003-06-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4876
4877 * config/mips/mips.c (TARGET_ASM_UNALIGNED_DI_OP) [TARGET_IRIX5 &&
4878 !TARGET_IRIX6]: Define as NULL.
4879
4880 2003-06-17 Eric Botcazou <ebotcazou@libertysurf.fr>
4881
4882 * config/sparc/sparc.c (sparc_va_arg): Don't align 16-byte+ structures.
4883
4884 2003-06-17 Eric Botcazou <ebotcazou@libertysurf.fr>
4885
4886 * dbxout.c (dbxout_source_line_counter): New global variable.
4887 Mark it with GTY(()).
4888 (dbxout_source_line): Increment dbxout_source_line_counter
4889 and pass it to ASM_OUTPUT_SOURCE_LINE.
4890 * sdbout.c (sdbout_source_line_counter): New global variable.
4891 Mark it with GTY(()).
4892 (unnamed_struct_number): Mark it with GTY(()).
4893 (sdbout_source_line): Increment sdbout_source_line_counter
4894 and pass it to ASM_OUTPUT_SOURCE_LINE.
4895 * xcoffout.c (ASM_OUTPUT_SOURCE_LINE): Add third parameter
4896 (xcoffout_source_line): Pass 0 as third argument to
4897 ASM_OUTPUT_SOURCE_LINE.
4898 (xcoffout_begin_prologue): Likewise.
4899 * config/dbxout.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
4900 Use it instead of 'sym_lineno' but without incrementing it.
4901 * config/dbxelf.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4902 * config/lynx.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4903 * config/ptx4.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4904 * config/alpha/alpha.c (alpha_start_function): Pass 0 as third
4905 argument to ASM_OUTPUT_SOURCE_LINE.
4906 * config/alpha/alpha.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
4907 * config/arm/aout.h: Remove useless comment.
4908 * config/avr/avr.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
4909 * config/i960/i960.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4910 * config/m32r/m32r.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
4911 Use it instead of 'sym_lineno' but without incrementing it.
4912 * config/m68k/hp320.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
4913 * config/mcore/mcore-pe.h (ASM_OUTPUT_SOURCE_LINE): Add third
4914 parameter. Use it instead of 'sym_lineno' but without incrementing it.
4915 * config/mips/mips.c (mips_output_function_prologue): Pass 0 as third
4916 argument to ASM_OUTPUT_SOURCE_LINE.
4917 * config/mips/mips.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
4918 * config/mmix/mmix.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4919 * config/pa/som.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
4920 Use it instead of 'sym_lineno' but without incrementing it.
4921 * config/rs6000/linux64.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4922 * config/sh/elf.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4923 * config/sparc/aout.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4924 * config/sparc/pbd.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4925 * doc/tm.texi (ASM_OUTPUT_SOURCE_LINE): Document third parameter.
4926
4927 2003-06-17 Richard Sandiford <rsandifo@redhat.com>
4928
4929 * config/mips/mips-protos.h (mips_expand_block_move): Declare.
4930 (expand_block_move, output_block_move): Remove.
4931 * config/mips/mips.h (enum block_move_type): Remove.
4932 * config/mips/mips.c (block_move_call, output_block_move): Remove.
4933 (mips_block_move_straight, mips_adjust_block_mem): New function.
4934 (mips_block_move_loop): Renamed and reworked from block_move_loop.
4935 (mips_expand_block_move): Likewise expand_block_move. Return false
4936 to fall back on the target-independent code.
4937 * config/mips/mips.md (movstrsi): Use mips_expand_block_move.
4938 (movstrsi_internal*): Remove.
4939
4940 2003-06-16 Zack Weinberg <zack@codesourcery.com>
4941
4942 * cpplib.h, cpphash.h, cppcharset.c, cpperror.c, cppexp.c
4943 * cppfiles.c, cpphash.c, cppinit.c, cpplex.c, cpplib.c
4944 * cppmacro.c, cpppch.c, cpptrad.c, cppspec.c: Convert to
4945 ISO C: new-style function declarations, no need for PARAMS,
4946 no special punctuation on indirect function calls, use string
4947 constant concatenation where convenient.
4948
4949 2003-06-17 Andreas Jaeger <aj@suse.de>
4950
4951 * rtl.h: Remove declarations from coverage.h.
4952 * toplev.c: Include coverage.h.
4953 * Makefile.in (toplev.o): Depend on coverage.h.
4954
4955 * toplev.h: Remove extra declaration of print_time.
4956
4957 * gengtype.c (close_output_files): Remove duplicated declaration.
4958
4959 2003-06-16 Nathanael Nerode <neroden@gcc.gnu.org>
4960
4961 * config/sparc/sysv4.h: Remove target-independent comment;
4962 replace "GNU CC" with "GCC".
4963 * config/vxworks.h: Replace "GNU compiler" with "GCC".
4964 * config/sparc/aout.h, config/sparc/biarch64.h, config/sparc/elf.h,
4965 config/sparc/freebsd.h, config/sparc/linux.h, config/sparc/linux64.h,
4966 config/sparc/lite.h, config/sparc/litecoff.h, config/sparc/liteelf.h,
4967 config/sparc/netbsd-elf.h, config/sparc/openbsd.h,
4968 config/sparc/rtemself.h, config/sparc/sol2-64.h,
4969 config/sparc/sol2-bi.h, config/sparc/sol2-gas-bi.h,
4970 config/sparc/sol2-gld-bi.h, config/sparc/sol2-gld.h,
4971 config/sparc/sol2.h, config/sparc/sp64-aout.h,
4972 config/sparc/sp64-elf.h, config/sparc/sp86x-elf.h,
4973 config/sparc/sparc-protos.h, config/sparc/sysv4-only.h: Replace
4974 "GNU compiler", "GNU CC" with "GCC".
4975 * config/sparc/cypress.md, config/sparc/hypersparc.md,
4976 config/sparc/sparc-modes.def, config/sparc/sparc.c,
4977 config/sparc/sparc.md, config/sparc/sparclet.md,
4978 config/sparc/supersparc.md, config/sparc/ultra1_2.md,
4979 config/sparc/ultra3.md: Replace "GNU CC", "GNU Compiler", and
4980 "GNU C Compiler" with "GCC".
4981 * config/ip2k/ip2k.h: Replace "GNU CC" and "GNU compiler" with "GCC".
4982
4983 2003-06-16 Aldy Hernandez <aldyh@redhat.com>
4984
4985 * simplify-rtx.c (simplify_subreg): Do not over-extend vector
4986 constants.
4987
4988 * testsuite/gcc.c-torture/execute/simd-4.c: New.
4989
4990 2003-06-16 Nathanael Nerode <neroden@gcc.gnu.org>
4991
4992 * config/ip2k/ip2k.h: Remove target-independent comments.
4993
4994 * config.gcc: Explicitly mention elfos.h in ip2k entry.
4995 * config/ip2k/ip2k.h: Don't #include it here.
4996
4997 2003-06-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4998
4999 * bitmap.c, builtins.c, c-incpath.c, cgraph.c, config/frv/frv.c,
5000 config/mips/mips.c, cppfiles.c, cpphash.c, cppinit.c, cpplib.c,
5001 dwarf2out.c, dwarfout.c, except.c, expr.c, expr.h, fold-const.c,
5002 function.c, gcc.c, genoutput.c, gensupport.c, global.c,
5003 haifa-sched.c, hashtable.c, ifcvt.c, integrate.c, local-alloc.c,
5004 loop.c, mips-tdump.c, mips-tfile.c, mkdeps.c, protoize.c,
5005 read-rtl.c, recog.h, reload1.c, sbitmap.c, ssa-dce.c,
5006 stringpool.c, tlink.c, tree.c, varasm.c, varray.c: Don't use
5007 the PTR macro.
5008
5009 * gengtype.c: Don't use UNION_INIT_ZERO.
5010 * system.h (UNION_INIT_ZERO): Delete.
5011
5012 2003-06-16 Richard Henderson <rth@redhat.com>
5013
5014 * simplify-rtx.c (simplify_subreg): Use GET_MODE_SIZE instead of
5015 GET_MODE_UNIT_SIZE when simplifying constant vectors.
5016
5017 2003-06-16 Andreas Jaeger <aj@suse.de>
5018
5019 * timevar.c (get_run_time): Remove function provided also by
5020 libiberty.
5021 * timevar.h: Remove get_run_time declaration.
5022
5023 2003-06-16 Kazu Hirata <kazu@cs.umass.edu>
5024
5025 * config/m68hc11/m68hc11.c (m68hc11_rtx_costs): Remove
5026 unreachable code.
5027
5028 2003-06-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5029
5030 * builtin-attrs.def, builtin-attrs.def, builtins.c, cpplex.c,
5031 cpplib.c, gencheck.c, gengenrtl.c, machmode.def, protoize.c: Don't
5032 use macros from "symcat.h", instead rely on ISO C.
5033
5034 * system.h: Don't include "symcat.h".
5035 * configure.in (AC_C_STRINGIZE): Delete.
5036 * config.in, configure: Regenerate.
5037
5038 2003-06-16 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5039
5040 * Makefile.in (install-mkheaders): Use INSTALL_SCRIPT for scripts.
5041
5042 * tree.h (STMT_CHECK): New macro.
5043 Also upper-case argument names on all checking macros and
5044 fix some whitespace problems; assume CODE argument does not
5045 have side-effects.
5046
5047 2003-06-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5048
5049 * scan.h: Convert to ISO C.
5050 * system.h: Likewise.
5051
5052 * c-format.c (dynamic_format_types): New pointer for dynamic data.
5053 (find_length_info_modifier_index, init_dynamic_asm_fprintf_info):
5054 New functions split out of...
5055 (handle_format_attribute): ...here.
5056
5057 2003-06-16 J"orn Rennecke <joern.rennecke@superh.com>
5058
5059 * sh.h (REG_CLASS_FROM_LETTER): Change to:
5060 (REG_CLASS_FROM_CONSTRAINT).
5061 (CONST_OK_FOR_I): Rename to:
5062 (CONST_OK_FOR_I08). Changed all users.
5063 (CONST_OK_FOR_J): Rename to:
5064 (CONST_OK_FOR_I16). Changed all users.
5065 (CONST_OK_FOR_K): Rename to:
5066 (CONST_OK_FOR_P27). Changed all users.
5067 (CONST_OK_FOR_L): Rename to:
5068 (CONST_OK_FOR_K08). Changed all users.
5069 (CONST_OK_FOR_O): Rename to:
5070 (CONST_OK_FOR_I06). Changed all users.
5071 (CONST_OK_FOR_P): Rename to:
5072 (CONST_OK_FOR_I10). Changed all users.
5073 (CONSTRAINT_LEN, CONST_OK_FOR_I, CONST_OK_FOR_J16): Define.
5074 (CONST_OK_FOR_J, CONST_OK_FOR_K, CONST_OK_FOR_P): Likewise.
5075 (EXTRA_CONSTRAINT_A, EXTRA_CONSTRAINT_Bsc): Likewise.
5076 (EXTRA_CONSTRAINT_B, PIC_OFFSET_P, PIC_DIRECT_ADDR_P): Likewise.
5077 (EXTRA_CONSTRAINT_Cpg, EXTRA_CONSTRAINT_C): Likewise.
5078 (EXTRA_MEMORY_CONSTRAINT,(EXTRA_CONSTRAINT_Sr0): Likewise.
5079 (CONST_OK_FOR_LETTER_P): Replace with
5080 (CONST_OK_FOR_CONSTRAINT_P).
5081 (EXTRA_CONSTRAINT_S): Rename to:
5082 (EXTRA_CONSTRAINT_C16). Changed all users.
5083 (MOVI_SHORI_BASE_OPERAND_P): Don't allow direct addresses.
5084 (EXTRA_CONSTRAINT_T): Rename to:
5085 (EXTRA_CONSTRAINT_Csy). Changed all users.
5086 (EXTRA_CONSTRAINT_Z): Remove.
5087 (EXTRA_CONSTRAINT): Replace with:
5088 (EXTRA_CONSTRAINT_STR).
5089 (EXTRA_CONSTRAINT_U): Rename to:
5090 (EXTRA_CONSTRAINT_Z). Changed all users.
5091 * sh.c (and_operand): Use CONST_OK_FOR_J16.
5092 * sh.md (cmpeqsi_t-1, cmpeqsi_t, adddi3_media): Use new constraints.
5093 (addsi3_media, addsi3_compact, andsi3_compact, anddi3): Likewise.
5094 (iorsi3, iordi3, xorsi3, xordi3, ashlsi3_std, ashlhi3_k): Likewise.
5095 (lshrsi3_k, movsi_i, movsi_ie, movsi_i_lowpart, movsi_media): Likewise.
5096 (movsi_media_nofpu, movqi_media, movhi_i, movhi_media): Likewise.
5097 (*movdi_i, movdi_media, movdi_media_nofpu, shori_media): Likewise.
5098 (movdf_media, movdf_media_nofpu, movv2sf_i, movv4sf_i): Likewise.
5099 (movsf_media, movsf_media_nofpu, movsi_y, beq_media): Likewise.
5100 (beq_media_i, bne_media, pt, ptb, movv8qi_i, movv2hi_i): Likewise.
5101 (movv4hi_i, movv2si_i, negcmpeqv8qi, negcmpeqv2si): Likewise.
5102 (negcmpeqv4hi, negcmpgtuv8qi, negcmpgtv2si, negcmpgtv4hi): Likewise.
5103 (mcmv, mcnvs_lw, mcnvs_wb, mcnvs_wub, mextr_rl, mextr_lr): Likewise.
5104 (mextr1, mextr2, mextr3, mextr4, mextr5, mextr6, mextr7): Likewise.
5105 (mperm_w, mperm_w_little, mperm_w_big, msad_ubq_i): Likewise.
5106 (mshards_q, mshfhi_b, mshflo_b, mshf4_b, mshf0_b, mshfhi_l): Likewise.
5107 (mshflo_l, mshf4_l, mshf0_l, mshfhi_w, mshflo_w, mshf4_w): Likewise.
5108 (mshf0_w, mshflo_w_x, mshfhi_l_di, mshfhi_l_di_rev): Likewise.
5109 (mshflo_l_di_rev, mshflo_l_di_x, concat_v2sf): Likewise.
5110 (mshflo_l_di_x_rev, subv2si3, subv4hi3, sssubv2si3): Likewise.
5111 (sssubv4hi3): Likewise.
5112 (movsf_i): Change I[08]/r to G/r.
5113 (movsf_ie): Change f/{G,H}/c/X to f/{G,H}/c/Bsc.
5114
5115 * sh.c (sh_output_mi_thunk): Use CONST_OK_FOR_ADD.
5116
5117 2003-06-16 Vladimir Makarov <vmakarov@redhat.com>
5118
5119 * config/i386/i386.c (ix86_memory_move_cost): Fix typo.
5120
5121 2003-06-16 Andreas Jaeger <aj@suse.de>
5122
5123 * basic-block.h: Remove duplicate prototype of
5124 note_prediction_to_br_prob.
5125
5126 * tree.h: Remove duplicate prototype of strip_float_extensions.
5127
5128 2003-06-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5129
5130 * config/c4x/c4x.c: Don't include "c-tree.h".
5131 * config/pa/pa.c: Likewise.
5132 * langhooks.c: Likewise.
5133 * tree.h (poplevel): Declare.
5134
5135 2003-06-16 Kazu Hirata <kazu@cs.umass.edu>
5136
5137 * config/h8300/h8300.c (const_costs): Move this to ...
5138 (h8300_rtx_costs): ... here.
5139
5140 2003-06-16 Roger Sayle <roger@eyesopen.com>
5141
5142 * optabs.h (enum optab_index): Add new OTI_tan and OTI_atan.
5143 (tan_optab, atan_optab): Define corresponding macros.
5144 * optabs.c (init_optabs): Initialize tan_optab and atan_optab.
5145 * genopinit.c (optabs): Implement tan_optab and atan_optab
5146 using tan?f2 and atan?f2 patterns.
5147 * builtins.c (expand_builtin_mathfn): Handle BUILT_IN_TAN{,F,L}
5148 using tan_optab, and BUILT_IN_ATAN{,F,L} using atan_optab.
5149 Change the default value of errno_set to false.
5150 (expand_builtin): Expand BUILT_IN_TAN{,F,L} and BUILT_IN_ATAN{,F,L}
5151 using expand_builtin_mathfn.
5152
5153 * config/i386/i386.md (atansf2, atandf2, atanxf2, atantf2): New
5154 expander patterns implemented using existing atan2?f3 patterns.
5155
5156 2003-06-16 Roger Sayle <roger@eyesopen.com>
5157
5158 * expr.c (expand_expr <PLUS_EXPR>): If operand_equal_p considers
5159 both operands of the addition equal, reuse the expanded RTL.
5160 (expand_expr <MULT_EXPR>): Likewise for multiplication.
5161
5162 2003-06-16 Roger Sayle <roger@eyesopen.com>
5163 Jeff Law <law@redhat.com>
5164
5165 * fold-const.c (operand_equal_p): Consider two calls to "const"
5166 functions with identical non-volatile arguments to be equal.
5167 Consider the FUNCTION_DECL for the "__builtin_foo" form of a
5168 built-in function to be equal to the "foo" form.
5169
5170 2003-06-16 Nathanael Nerode <neroden@gcc.gnu.org>
5171
5172 * config/rs6000/sysv4le.h: Remove target-independent comment.
5173 Replace "GNU compiler" with "GCC" in comment.
5174
5175 2003-06-16 Andreas Jaeger <aj@suse.de>
5176
5177 * tracer.c: Remove duplicate declaration.
5178
5179 * toplev.c: Remove extra declaration of decode_d_option.
5180
5181 * ssa.c: Remove duplicate declaration.
5182
5183 * sreal.c: Remove extra declaration of dump_sreal.
5184
5185 * reload1.c: Remove duplicate declarations.
5186
5187 * integrate.c: Remove extra declaration of
5188 set_decl_abstract_flags.
5189
5190 * flow.c: Remove extra declaration of dump_flow_info.
5191
5192 * alias.c: Remove extra declaration of get_addr.
5193
5194 2003-06-16 Nathanael Nerode <neroden@gcc.gnu.org>
5195
5196 * config/rtems.h, config/sol2.h, config/svr4.h, config/usegas.h,
5197 config/vxworks.h: GNU CC -> GCC.
5198
5199 * convert.c, dwarf2out.c, dwarfout.c, emit-rtl.c, function.c,
5200 lists.c, print-rtl.c, print-tree.c, read-rtl.c, rtl-error.c,
5201 stmt.c, toplev.c, integrate.h, loop.h, machmode.h, rtl.h,
5202 ssa.h, tree.def: Replace overly specific references to "GNU C"
5203 and "GNU C Compiler" with references to "GCC".
5204
5205 2003-06-16 J"orn Rennecke <joern.rennecke@superh.com>
5206
5207 * sh.c (prepare_move_operand): Check if operand 0 is an invalid
5208 memory reference. Fix test that checks if operand 1 is using r0.
5209 * sh.md (movhi_i): Don't allow st.w r0,@(rX,rY) .
5210
5211 * defaults.h (REG_CLASS_FROM_CONSTRAINT): Only define if not already
5212 defined.
5213
5214 2003-06-15 Nathan Sidwell <nathan@codesourcery.com>
5215
5216 * function.h (struct emit_status): Remove x_last_linenum,
5217 x_last_filename. Add x_last_location.
5218 * rtl.h: #include "input.h".
5219 (NOTE_DATA): New.
5220 * cfglayout.c (duplicate_insn_chain): Use emit_line_note for line
5221 number notes.
5222 * emit-rtl.c (last_linenum, last_filename): Remove.
5223 (last_location): New.
5224 (emit_line_note_after): LINE must always be >= 0.
5225 (emit_line_note): Likewise. Check not duplicate here...
5226 (emit_note): ... rather than here.
5227 (emit_line_note_force, force_next_line_note, init_emit): Adjust.
5228 * integrate.c (expand_inline_function): Use emit_line_note for
5229 line number notes.
5230 (copy_insn_list): Likewise.
5231 * unroll.c (copy_loop_body): Likewise.
5232 * Makefile.in (RTL_H): Add input.h.
5233
5234 2003-06-16 Richard Sandiford <rsandifo@redhat.com>
5235
5236 * optabs.c (emit_libcall_block): Don't hoist insns past a label.
5237
5238 2003-06-16 Richard Henderson <rth@redhat.com>
5239
5240 * config/alpha/alpha-protos.h, config/alpha/elf.h,
5241 config/alpha/osf.h, config/alpha/unicosmk.h, config/alpha/vms.h,
5242 config/alpha/vms-cc.c, config/alpha/vms-ld.c: Update to ISO C.
5243 * config/alpha/alpha.c: Likewise. Move targetm init to end of file.
5244 Remove unneeded static function decls.
5245
5246 2003-06-16 Neil Booth <neil@daikokuya.co.uk>
5247
5248 * c-opts.c (c_common_handle_option): s/on/value/.
5249 (OPT_fabi_version_, OPT_ftabstop_, OPT_ftemplate_depth_): Use value
5250 directly rather than converting the argument.
5251 * c.opt: Update docs. Use UInteger where appropriate.
5252 * common.opt: Use UInteger where appropriate.
5253 * opts.c (integral_argument): New.
5254 (handle_argument): Handle integral arguments, and optional
5255 joined arguments.
5256 (common_handle_option): Update.
5257 * opts.h (CL_MISSING_OK, CL_UINTEGER): New.
5258 * opts.sh: Handle JoinedOrMissing and UInteger flags.
5259
5260 2003-06-16 Neil Booth <neil@daikokuya.co.uk>
5261
5262 * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Remove
5263 unnecessary extern declaration.
5264
5265 2003-06-15 Nathanael Nerode <neroden@gcc.gnu.org>
5266
5267 * config/gofast.h, config/interix.h, config/interix3.h,
5268 config/libgloss.h, config/linux-aout.h, config/linux.h,
5269 config/lynx-ng.h, config/lynx.h: GNU CC -> GCC.
5270 * config/kaos.h: "GNU compiler" -> GCC.
5271 * config/linux-aout.h, config/lynx.h: Clarify comment describing file.
5272
5273 * config/ip2k/crt0.S, config/ip2k/ip2k-protos.h,
5274 config/ip2k/ip2k.c, config/ip2k/ip2k.md, config/ip2k/libgcc.S:
5275 GNU CC -> GCC.
5276
5277 * config/svr3.h: Remove #if 0 code, misleading comments.
5278 GNU CC -> GCC.
5279
5280 2003-06-15 Zack Weinberg <zack@codesourcery.com>
5281
5282 * vmsdbgout.c (vmsdbgout_finish): Rename parameter to
5283 main_input_filename to avoid conflict with input_filename macro.
5284
5285 2003-06-15 Neil Booth <neil@daikokuya.co.uk>
5286
5287 * config/mips/mips.h (asm_file_name, g_switch_set,
5288 g_switch_value): Remove.
5289 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Remove
5290 unnecessary extern declarations.
5291
5292 2003-06-15 Neil Booth <neil@daikokuya.co.uk>
5293
5294 * config/frv/frv.h: Remove declaration of g_switch_value.
5295 * config/m32r/m32r.h: Remove declaration of g_switch_value.
5296 * config/m68hc11/m68hc11.c: Remove declaration of asm_file_name.
5297
5298 2003-06-15 Neil Booth <neil@daikokuya.co.uk>
5299
5300 * opts.sh: Quote '+' in regex.
5301
5302 2003-06-15 Andrew Pinski <pinskia@physics.uc.edu>
5303
5304 * config/rs6000/t-rs6000: Add dependence of cfglayout.h to rs6000.o.
5305 * config/rs6000/rs6000.c: Include cfglayout.h.
5306 * config/alpha/alpha.c: Likewise.
5307 * config/ia64/ia64.c: Likewise.
5308 * config/sparc/sparc.c: Likewise.
5309 * config/sh/sh.c: Likewise.
5310
5311 2003-06-15 Neil Booth <neil@daikokuya.co.uk>
5312
5313 * opts.sh: Quote '+' in regex.
5314
5315 2003-06-15 Neil Booth <neil@daikokuya.co.uk>
5316
5317 * c-opts.c (lang_flags): Update for new spelling of flags.
5318 (write_langs): Similarly.
5319 * c.opt: Specify languages.
5320 * opts.h: Remove languages.
5321 * opts.sh: Recognise front-end defined languages.
5322 * doc/sourcebuild.texi: Update.
5323
5324 2003-06-15 Andreas Jaeger <aj@suse.de>
5325
5326 * alloc-pool.c: Convert to ISO C90 prototypes.
5327 * alloc-pool.h: Likewise.
5328 * alias.c: Likewise.
5329 * attribs.c: Likewise.
5330 * bb-reorder.c: Likewise.
5331 * bitmap.h: Likewise.
5332 * bitmap.c: Likewise.
5333 * builtins.c: Likewise.
5334
5335 * tree.h: Convert prototypes of attribs.c to ISO C90.
5336 * basic-block.h: Convert prototypes of bb-reorder.c to ISO C90.
5337 * rtl.h: Convert prototypes of alias.c and builtins.c to ISO C90.
5338 * expr.h: Convert prototypes of builtins.c to ISO C90.
5339
5340 2003-06-15 Roger Sayle <roger@eyesopen.com>
5341
5342 * config/i386/i386.md (expsf2, expdf2, expxf2): New patterns to
5343 implement exp, expf and expl built-ins as inline x87 intrinsics.
5344 (UNSPEC_FSCALE, UNSPEC_FRNDINT, UNSPEC_F2XM1): New unspecs to
5345 represent x87's fscale, frndint and f2xm1 insns respectively.
5346 (*fscale_sfxf3, *fscale_dfxf3, *fscale_xf3): New insn patterns
5347 to encode x87's "fscale" instruction followed by a pop.
5348 (*frndintxf2): New insn pattern for "frndint".
5349 (*f2xm1xf2): New insn pattern for "f2xm1".
5350
5351 * reg-stack.c (subst_stack_regs_pat): Handle UNSPEC_FRNDINT and
5352 UNSPEC_F2XM1 like UNSPEC_{SIN,COS} and handle UNSPEC_FSCALE like
5353 UNSPEC_FPATAN.
5354
5355 2003-06-15 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5356
5357 * gencheck.c (main): Avoid generating duplicate macros.
5358
5359 * Makefile.in (stagefeedback-start): Use $(SUBDIRS) instead of
5360 knowing names of language subdirectories.
5361
5362 2003-06-15 Neil Booth <neil@daikokuya.co.uk>
5363
5364 * c-pch.c (asm_file_name): Remove.
5365 * common.opt: Add more switches.
5366 * flags.h (g_switch_set): Boolify.
5367 * opts.c (g_switch_value, g_switch_set, exit_after_options,
5368 version_flag): Move from toplev.c.
5369 (common_handle_option): Handle more switches from toplev.c.
5370 * toplev.c (display_help, display_target_options, decode_d_option,
5371 print_version): Make non-static, remove prototypes.
5372 (aux_base_name, asm_file_name, aux_info_file_name): Constify.
5373 (version_flag, g_switch_value, g_switch_set, exit_after_options):
5374 Remove.
5375 (independent_decode_option): Move some handlers to opts.c.
5376 * toplev.h (aux_info_file_name, aux_base_name, asm_file_name,
5377 exit_after_options, version_flag, display_help, display_target_options,
5378 print_version, decode_d_option): New.
5379
5380 2003-06-15 Kazu Hirata <kazu@cs.umass.edu>
5381
5382 * config/alpha/alpha.md: Follow spelling conventions.
5383 * config/arm/arm.c: Likewise.
5384 * config/arm/arm.h: Likewise.
5385 * config/arm/arm.md: Likewise.
5386 * config/arm/crtn.asm: Likewise.
5387 * config/m32r/m32r.c: Likewise.
5388 * config/m32r/m32r.md: Likewise.
5389 * config/rs6000/rs6000.c: Likewise.
5390
5391 2003-06-15 Richard Henderson <rth@redhat.com>
5392
5393 * config/alpha/alpha.c (alpha_output_mi_thunk_osf): Call
5394 insn_locators_initialize.
5395 * config/ia64/ia64.c (ia64_output_mi_thunk): Likewise.
5396 * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Likewise.
5397 * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
5398 * config/sh/sh.c (sh_output_mi_thunk): Do it later.
5399
5400 2003-06-15 Kazu Hirata <kazu@cs.umass.edu>
5401
5402 * builtins.c (expand_builtin_expect_jump): Remove redundant
5403 tests that are also in any_condjump_p().
5404
5405 2003-06-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5406
5407 * libgcc2.c: Delete sysV68 L_trampoline section.
5408 * config/m68k/mot3300-crt0.S: Delete file.
5409 * config/m68k/mot3300Mcrt0.S: Likewise.
5410
5411 2003-06-15 Nathanael Nerode <neroden@gcc.gnu.org>
5412
5413 * config/aoutos.h: Remove.
5414 * config.gcc: Remove reference to aoutos.h.
5415 * config/m68k/m68k-aout.h: Remove reference to aoutos.h.
5416
5417 2003-06-14 Kazu Hirata <kazu@cs.umass.edu>
5418
5419 * doc/install.texi: Follow spelling conventions.
5420 * doc/tm.texi: Likewise.
5421 * config/fp-bit.c: Likewise.
5422 * config/arm/arm.c: Likewise.
5423 * config/frv/frv.c: Likewise.
5424 * config/ns32k/NOTES: Likewise.
5425 * config/ns32k/STATUS: Likewise.
5426
5427 2003-06-14 Roger Sayle <roger@eyesopen.com>
5428 Zack Weinberg <zack@codesourcery.com>
5429
5430 * rtl.h (STORE_FLAG_VALUE): Remove default definition from here.
5431 * defaults.h (STORE_FLAG_VALUE): Move default definition to here.
5432 * doc/tm.texi (STORE_FLAG_VALUE): Document the default value.
5433
5434 * config/alpha/alpha.h (STORE_FLAG_VALUE): Remove definition.
5435 * config/arc/arc.h (STORE_FLAG_VALUE): Likewise.
5436 * config/arm/arm.h (STORE_FLAG_VALUE): Likewise.
5437 * config/cris/cris.h (STORE_FLAG_VALUE): Likewise.
5438 * config/i370/i370.h (STORE_FLAG_VALUE): Likewise.
5439 * config/i386/i386.h (STORE_FLAG_VALUE): Likewise.
5440 * config/i960/i960.h (STORE_FLAG_VALUE): Likewise.
5441 * config/ia64/ia64.h (STORE_FLAG_VALUE): Likewise.
5442 * config/ip2k/ip2k.h (STORE_FLAG_VALUE): Likewise.
5443 * config/m32r/m32r.h (STORE_FLAG_VALUE): Likewise.
5444 * config/mcore/mcore.h (STORE_FLAG_VALUE): Likewise.
5445 * config/mips/mips.h (STORE_FLAG_VALUE): Likewise.
5446 * config/mmix/mmix.h (STORE_FLAG_VALUE): Likewise.
5447 * config/ns32k/ns32k.h (STORE_FLAG_VALUE): Likewise.
5448 * config/pa/pa.h (STORE_FLAG_VALUE): Likewise.
5449 * config/pdp11/pdp11.h (STORE_FLAG_VALUE): Likewise.
5450 * config/sh/sh.h (STORE_FLAG_VALUE): Likewise.
5451 * config/sparc/sparc.h (STORE_FLAG_VALUE): Likewise.
5452 * config/v850/v850.h (STORE_FLAG_VALUE): Likewise.
5453 * config/xtensa/xtensa.h (STORE_FLAG_VALUE): Likewise.
5454
5455 2003-06-14 Nathan Sidwell <nathan@codesourcery.com>
5456
5457 * opts.sh (POSIXLY_CORRECT): Unset it.
5458
5459 * tree.h (init_function_start): Remove filename and line paramters.
5460 * function.c (init_function_start): Remove filename and line
5461 parameters. Use DECL_SOURCE_LOCATION.
5462 * c-decl.c (store_parm_decls): Adjust init_function_start call.
5463 (c_expand_body_1): Likewise.
5464 * coverage.c (create_coverage): Likewise.
5465 * objc/objc-act.c (build_tmp_function_decl): Set line number to
5466 zero.
5467 (hack_method_prototype): Adjust init_function_start call.
5468
5469 2003-06-14 Richard Earnshaw <rearnsha@arm.com>
5470
5471 PR target/3724
5472 * arm/linux-elf.h (PROFILE_HOOK): Define.
5473
5474 2003-06-14 Richard Earnshaw <rearnsha@arm.com>
5475
5476 PR target/11183
5477 * arm.h (CANNOT_CHANGE_MODE_CLASS): Define.
5478
5479 2003-06-14 Roger Sayle <roger@eyesopen.com>
5480
5481 * opts.sh: Work around a mysterious feature in cygwin's gawk
5482 where specifying the input files explicitly has a different
5483 behavior to piping them via stdin.
5484
5485 2003-06-14 Neil Booth <neil@daikokuya.co.uk>
5486
5487 * doc/sourcebuild.texi: Update.
5488
5489 2003-06-14 Richard Earnshaw <rearnsha@arm.com>
5490
5491 PR target/11183
5492 * arm.c (output_move_double): Pass SImode to adjust_address.
5493
5494 2003-06-14 Neil Booth <neil@daikokuya.co.uk>
5495
5496 * Makefile.in: Update to use common.opt and lang_opt_files.
5497 (c-options.c, c-options.h): Remove.
5498 (options.c, options.h): Add.
5499 * c-opts.c: Include options.h not c-options.h.
5500 * common.opt: New file.
5501 * configure, configure.in: Add lang_opt_files.
5502 * opts.c: Include flags.h and diagnostic.h.
5503 (common_handle_option): New.
5504 (handle_option): Update to recognize common options and all
5505 language-dependent options.
5506 * opts.h (CL_F77, CL_JAVA, CL_ADA, CL_COMMON, CL_TREELANG): New.
5507 (struct cl_option): Make flags of type int.
5508 * opts.h: Flag option with front ends to which it applies.
5509 Handle duplicate options.
5510 * toplev.c (filename): Remove.
5511 (independent_decode_option): Don't handle filenames and -quiet.
5512 (process_options, do_compile): Update.
5513
5514 2003-06-14 Nick Clifton <nickc@redhat.com>
5515
5516 * doc/install.texi (Specific): Add description of different
5517 ARM supported file format targets.
5518
5519 Sat Jun 14 11:12:04 CEST 2003 Jan Hubicka <jh@suse.cz>
5520
5521 * reorg.c (emit_delay_sequence, dbr_schedule): Clear insn locators
5522 inside delay slots.
5523
5524 2003-06-13 Matt Kraai <kraai@alumni.cmu.edu>
5525
5526 * unwind-c.c: Define NO_SIZE_OF_ENCODED_VALUE.
5527 * unwind-pe.h (size_of_encoded_value): Do not define if
5528 NO_SIZE_OF_ENCODED_VALUE is defined.
5529
5530 2003-06-13 Roger Sayle <roger@eyesopen.com>
5531
5532 * expr.c (expand_expr <COMPLEX_CST>): Handle the case of
5533 expanding a complex constant into a CONCAT target.
5534
5535 2003-06-13 Zack Weinberg <zack@codesourcery.com>
5536
5537 * config/svr3.h (ASM_FILE_START): Don't use ASM_FILE_START_1.
5538 (ASM_FILE_START_1): Delete.
5539 * config/i386/att.h, config/i386/sco5.h,
5540 config/i386/sysv3.h
5541 (ASM_FILE_START_1): Delete.
5542
5543 2003-06-13 Kelley Cook <kelleycook@wideopenwest.com>
5544
5545 * config/i386/bsd.h: Remove ASM_FILE_START.
5546 * config/i386/djgpp.h: Likewise.
5547 * config/i386/gas.h (ASM_FILE_START): Output .file before .intel_syntax.
5548
5549 * config/i386/djgpp.h: Move included unix.h, bsd.h, gas.h to ...
5550 * config.gcc (i[34567]86-pc-msdosdjgpp): ... here.
5551
5552 2003-06-13 Vladimir Makarov <vmakarov@redhat.com>
5553
5554 PR bootstrap/10835
5555 * haifa-sched.c (max_lookahead_tries,
5556 cached_first_cycle_multipass_dfa_lookahead,
5557 cached_issue_rate): New variables.
5558 (max_issue): Check the number of tries.
5559 (choose_ready): Calculate max_lookahead_tries.
5560 (sched_init): Check cached_issue_rate.
5561
5562 2003-06-13 Richard Henderson <rth@redhat.com>
5563
5564 * cfgbuild.c (make_edges): Set ABNORMAL with SIBCALL.
5565 * cfgrtl.c (purge_dead_edges): Expect it too.
5566
5567 2003-06-13 Jim Wilson <wilson@tuliptree.org>
5568 Eric Botcazou <ebotcazou@libertysurf.fr>
5569
5570 PR bootstrap/10983
5571 * combine.c (make_extraction): Use gen_lowpart_for_combine
5572 when extracting from a REG and not in the destination of a SET.
5573
5574 2003-06-13 Doug Evans <dje@sebabeach.org>
5575
5576 * tsystem.h (abort): Declare in inhibit_libc case to remove build
5577 warnings for addvsi3, et.al.
5578
5579 2003-06-13 Aldy Hernandez <aldyh@redhat.com>
5580
5581 * c-common.c (handle_mode_attribute): Use VECTOR_MODE_P macro.
5582
5583 * simplify-rtx.c (simplify_subreg): Same.
5584
5585 * emit-rtl.c (gen_lowpart_common): Same.
5586
5587 2003-06-13 Kazu Hirata <kazu@cs.umass.edu>
5588
5589 * builtins.c: Fix comment typos.
5590 * fold-const.c: Likewise.
5591
5592 2003-06-13 Doug Evans <dje@sebabeach.org>
5593 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
5594
5595 * config/m32r/m32r-protos.h (m32r_pass_by_reference): Declare.
5596 * config/m32r/m32r.c (m32r_pass_by_reference): New fn.
5597 (m32r_va_arg): Use it.
5598 * config/m32r/m32r.h (FUNCTION_ARG_PASS_BY_REFERENCE): Ditto.
5599 (RETURN_IN_MEMORY): Ditto.
5600
5601 2003-06-13 Nathanael Nerode <neroden@gcc.gnu.org>
5602
5603 * c-typeck.c: Remove #if 0 clauses.
5604
5605 PR other/1494
5606 * config/alpha/openbsd.h, config/i386/openbsd.h,
5607 config/m68k/openbsd.h, config/sparc/openbsd.h: Remove
5608 residual reference to EGCS.
5609
5610 2003-06-13 Richard Earnshaw <rearnsha@arm.com>
5611
5612 * arm.c (output_call_mem): If the address references the link-register
5613 use an instruction sequence that avoids early-clobbering IP.
5614 (eliminate_lr2ip): Delete.
5615
5616 2003-06-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5617
5618 * c-format.c (format_types_orig): Disallow '*' width/precision in
5619 asm_fprintf format checks.
5620
5621 2003-06-13 Ulrich Weigand <uweigand@de.ibm.com>
5622
5623 * config/s390/s390.c (s390_va_arg): Fix alignment when retrieving
5624 non-integral types from integer register save area slots.
5625
5626 2003-06-13 Nathanael Nerode <neroden@gcc.gnu.org>
5627
5628 * config/i386/svr3dbx.h: GNU CC -> GCC; Intel 385 -> Intel 386.
5629
5630 2003-06-13 Florian Weimer <fw@deneb.enyo.de>
5631
5632 * doc/invoke.texi (SPARC Options): Document ``-mimpure-text''.
5633
5634 2003-06-13 Kaz Kojima <kkojima@gcc.gnu.org>
5635
5636 * config/sh/linux.h (TARGET_ASM_FILE_END): Set TARGET_ASM_FILE_END
5637 to file_end_indicate_exec_stack.
5638
5639 2003-06-12 Richard Henderson <rth@redhat.com>
5640
5641 PR target/11089
5642 * config/i386/i386.md (sse_movaps): Use an expander to force
5643 one operand to be a register.
5644 (sse_movups): Likewise.
5645
5646 2003-06-13 Doug Evans <dje@sebabeach.org>
5647
5648 Remove some build warnings.
5649 * config/m32r/initfini.c (__CTOR_LIST__,__DTOR_LIST__): Attribute used.
5650 (__do_global_ctors,__do_global_dtors): Ditto.
5651
5652 2003-06-12 Richard Henderson <rth@redhat.com>
5653
5654 PR middle-end/10557
5655 * rtlanal.c (subreg_offset_representable_p): Relax subreg check.
5656
5657 2003-06-13 Kazu Hirata <kazu@cs.umass.edu>
5658
5659 * config/m32r/m32r.md: Fix a comment typo.
5660
5661 2003-06-13 Eric Botcazou <ebotcazou@libertysurf.fr>
5662 Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
5663
5664 PR target/10142
5665 * config/sparc/sparc.c (function_arg_record_value_parms): Add
5666 new 'stack' field.
5667 (function_arg_record_value_1): Set 'stack' to 1 if we run out of
5668 integer slots for an integer field.
5669 (function_arg_record_value_3): Shift vector index.
5670 (function_arg_record_value_2): Likewise.
5671 (function_arg_record_value): Initialize 'stack' to 0.
5672 Set 'stack' to 1 if we run out of integer slots for an integer field.
5673 Generate (parallel [(expr_list (nil) ...) ...]) if 'stack' is set to 1.
5674
5675 2003-06-13 Eric Botcazou <ebotcazou@libertysurf.fr>
5676
5677 PR optimization/10955
5678 * unroll.c (unroll_loop): Fix off-by-one bug.
5679
5680 2003-06-12 Aldy Hernandez <aldyh@redhat.com>
5681
5682 * config/rs6000/rs6000.c (function_arg): Remove typo.
5683
5684 2003-06-12 Richard Henderson <rth@redhat.com>
5685
5686 * config/i386/i386.c (legitimate_constant_p): Handle UNSPEC_NTPOFF
5687 and UNSPEC_DTPOFF.
5688
5689 2003-06-12 Richard Henderson <rth@redhat.com>
5690
5691 PR middle-end/10475
5692 * expmed.c (emit_store_flag): Use simplify_gen_subreg directly
5693 for extracting sub-words.
5694
5695 2003-06-12 Richard Henderson <rth@redhat.com>
5696
5697 PR target/7594
5698 * config/m68k/m68k.md (zero_extendhisi2): Use gen_lowpart_SUBREG.
5699 (zero_extendqihi2, zero_extendqisi2): Likewise.
5700
5701 2003-06-12 Aldy Hernandez <aldyh@redhat.com>
5702
5703 * config/rs6000/rs6000.c (function_arg): Always split vectors for
5704 e500 if it's a stdarg function.
5705 (function_arg_advance): Advance 2 registers for vectors in a
5706 stdarg function.
5707 (init_cumulative_args): Initialize stdarg.
5708 (rs6000_spe_function_arg): New.
5709
5710 * config/rs6000/rs6000.h (rs6000_args): Add stdarg.
5711
5712 2003-06-12 Aldy Hernandez <aldyh@redhat.com>
5713
5714 * config/rs6000/rs6000.h (MODES_TIEABLE_P): Add SPE vectors.
5715
5716 2003-06-12 Roger Sayle <roger@eyesopen.com>
5717
5718 PR middle-end/168
5719 * fold-const.c (tree_expr_nonnegative_p): Handle addition
5720 and multiplication of zero extensions, floating point division,
5721 and integer<->fp, fp<->fp and zero extension conversions.
5722 The built-in ceil and floor functions preserve signedness.
5723
5724 2003-06-12 Kazu Hirata <kazu@cs.umass.edu>
5725
5726 * ChangeLog: Follow spelling conventions.
5727 * ChangeLog.2: Likewise.
5728 * c-decl.c: Likewise.
5729 * cfgloop.h: Likewise.
5730 * cgraph.c: Likewise.
5731 * coverage.c: Likewise.
5732 * cppcharset.c: Likewise.
5733 * cpphash.h: Likewise.
5734 * cpplex.c: Likewise.
5735 * cpplib.c: Likewise.
5736 * dbxout.c: Likewise.
5737 * df.c: Likewise.
5738 * dwarf2out.c: Likewise.
5739 * dwarfout.c: Likewise.
5740 * emit-rtl.c: Likewise.
5741 * explow.c: Likewise.
5742 * gcov-io.c: Likewise.
5743 * gcov-io.h: Likewise.
5744 * gcov.c: Likewise.
5745 * gengtype.c: Likewise.
5746 * ggc.h: Likewise.
5747 * opts.c: Likewise.
5748 * real.c: Likewise.
5749 * reload.c: Likewise.
5750 * stmt.c: Likewise.
5751
5752 2003-06-12 Janis Johnson <janis187@us.ibm.com>
5753
5754 * doc/install.texi (m32r-*-elf): Change company to Renesas.
5755
5756 Thu Jun 12 20:00:55 CEST 2003 Jan Hubicka <jh@suse.cz>
5757
5758 * basic-block.h (flow_delete_block_noexpunge): Kill.
5759 * cfgrtl.c (flow_delete_block_noexpunge): Merge to
5760 rtl_delete_block.
5761
5762 2003-06-10 Richard Henderson <rth@redhat.com>
5763
5764 PR inline-asm/4823
5765 * reg-stack.c (any_malformed_asm): New.
5766 (check_asm_stack_operands): Set it.
5767 (convert_regs_1): Check it before aborting.
5768
5769 2003-06-12 Aldy Hernandez <aldyh@redhat.com>
5770
5771 * config/rs6000/spe.md: Change all clobbers of the accumulator to sets.
5772
5773 2003-06-12 Jakub Jelinek <jakub@redhat.com>
5774
5775 * c-opts.c (complain_wrong_lang): Add on argument.
5776 Print no- switch if on is false.
5777 (c_common_decode_option): Adjust caller.
5778
5779 2003-06-12 Ulrich Weigand <uweigand@de.ibm.com>
5780
5781 * config/s390/s390.c (s390_emit_prologue): Use LA instead of AR
5782 to initialize GOT register.
5783
5784 2003-06-12 Roger Sayle <roger@eyesopen.com>
5785
5786 * fold-const.c (tree_expr_nonnegative_p): Add support for
5787 floating point constants, addition and multiplication.
5788
5789 2003-06-12 J"orn Rennecke <joern.rennecke@superh.com>
5790
5791 * sh.md (adddi3_compact, subdi3_compact): Add earlyclobber
5792 constraint modifier for operand 0.
5793
5794 2003-06-12 Hans-Peter Nilsson <hp@axis.com>
5795
5796 Don't warn on dollars in builtin macro definitions,
5797 e.g. __REGISTER_PREFIX__.
5798 * cpphash.h (struct cpp_reader): Move member warn_dollars...
5799 * cpplib.h (struct cpp_options): ...to here. Change type to
5800 unsigned char.
5801 * cppinit.c (cpp_create_reader): Set it to 1 here.
5802 (post_options): Don't set it here.
5803 * c-opts.c (c_common_init_options): Reset it to 0 here.
5804 (finish_options): Set it here.
5805 * cpplex.c (forms_identifier_p): Tweak for new location of
5806 warn_dollars.
5807
5808 * configure.in (assembler dwarf2 debug_line support): Define insn
5809 for cris-*-* and mmix-*-*.
5810 * configure: Regenerate.
5811
5812 2003-06-11 Uwe Stieber <uwe@kaos-group.de>
5813
5814 * config.gcc (arm*-*-kaos*, i[34567]86-*-kaos*, powerpc-*-kaos*,
5815 powerpcle-*-kaos*, strongarm-*-kaos*): New targets.
5816 (sh-*-elf*): Add sh*-*-kaos* support.
5817 * config/kaos.h, config/arm/kaos-strongarm.h, config/arm/kaos-arm.h,
5818 config/i386/kaos-i386.h, config/rs6000/kaos-ppc.h,
5819 config/sh/kaos-sh.h: New files.
5820
5821 2003-06-12 Kazu Hirata <kazu@cs.umass.edu>
5822
5823 * gcse.c (fis_get_condition): Make it a global function.
5824 * reload1.c (reload_cse_move2add): Detect implicit sets.
5825 * rtl.h: Add a prototype for fis_get_condition.
5826
5827 2003-06-11 Richard Henderson <rth@redhat.com>
5828
5829 * stmt.c (expand_asm_operands): Don't warn for memories with
5830 queued addresses.
5831
5832 2003-06-11 Kaz Kojima <kkojima@gcc.gnu.org>
5833
5834 * config/sh/sh.h (SUBTARGET_ASM_RELAX_SPEC): Rewrite without
5835 brackets.
5836
5837 2003-06-11 Neil Booth <neil@daikokuya.co.uk>
5838
5839 * hooks.c (hook_int_size_t_constcharptr_int_0): New.
5840 * hooks.h (hook_int_size_t_constcharptr_int_0): New.
5841 * langhooks-def.h (lhd_decode_option, LANG_HOOKS_DECODE_OPTION): Die.
5842 (LANG_HOOKS_HANDLE_OPTION, LANG_HOOKS_INITIALIZER): Update.
5843 * langhooks.c (lhd_decode_option): Remove.
5844 * langhooks.h (struct lang_hooks): Remove decode_option.
5845 * opts.c (handle_option): No longer use decode_option.
5846
5847 2003-06-11 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
5848
5849 * cfgloopanal.c (variable_initial_value): Update the set of altered
5850 registers correctly.
5851
5852 2003-06-11 Roger Sayle <roger@eyesopen.com>
5853 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5854
5855 * config/d30v/d30v.h: Delete reference to ASM_FINAL_SPEC.
5856 * config/i386/netbsd-elf.h: Likewise.
5857 * config/m32r/m32r.h: Likewise.
5858 * config/mn10300/mn10300.h: Likewise.
5859 * config/stormy16/stormy16.h: Likewise.
5860 * config/v850/v850.h: Likewise.
5861 * config/vax/netbsd-elf.h: Likewise.
5862 * config/xtensa/elf.h: Likewise.
5863 * config/xtensa/linux.h: Likewise.
5864
5865 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5866
5867 * config/mips/iris5gas.h (MDEBUG_ASM_SPEC): Override to match
5868 DWARF 2 default.
5869
5870 * config/mips/dbxmdebug.h: New file.
5871 * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): Use it with
5872 gas and --with-stabs.
5873
5874 2003-06-11 Ulrich Weigand <uweigand@de.ibm.com>
5875
5876 * expr.c (can_move_by_pieces): align argument may be unused.
5877
5878 2003-06-11 J"orn Rennecke <joern.rennecke@superh.com>
5879
5880 * expr.c (convert_move): Handle moves between two CONCATs.
5881
5882 2003-06-11 Kazu Hirata <kazu@cs.umass.edu>
5883
5884 * config/h8300/h8300.h (RETURN_IN_MEMORY): Accept DImode if
5885 !TARGET_H8300.
5886
5887 2003-06-11 Kazu Hirata <kazu@cs.umass.edu>
5888
5889 * config/h8300/h8300.c (final_prescan_insn): Don't dump rtl.
5890 * config/h8300/h8300.h (MASK_RTL_DUMP): Remove.
5891 (TARGET_RTL_DUMP): Likewise.
5892 (TARGET_SWITHCES): Remove -mrtl-dump.
5893
5894 2003-06-10 Richard Henderson <rth@redhat.com>
5895
5896 * optabs.c (gen_cond_trap): Fix prepare_operand typo.
5897
5898 2003-06-10 Richard Henderson <rth@redhat.com>
5899
5900 * config/ia64/ia64.md (call_gp): Fix memory mode.
5901
5902 2003-06-10 James E Wilson <wilson@tuliptree.org>
5903
5904 PR target/8812
5905 * reload1.c (choose_reload_regs): For equiv reg, add loop over all
5906 hard regs for reload_reg_used_at_all and reg_class_contents checks.
5907
5908 2003-06-10 Kazu Hirata <kazu@cs.umass.edu>
5909
5910 * config/h8300/h8300.c (print_operand): Remove support for
5911 operand character 'b'.
5912 Add the AND case to operand character 'c'.
5913 * config/h8300/h8300.md (two anonymous patterns): Replace
5914 operand character 'b' with 'c'.
5915
5916 2003-06-10 Kazu Hirata <kazu@cs.umass.edu>
5917
5918 * config/h8300/h8300.c (print_operand): Remove support for
5919 operand character 'u'.
5920
5921 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
5922
5923 * configure.in: Fix typo.
5924 * configure: Regenerate.
5925
5926 2003-06-10 Loren James Rittle <ljrittle@acm.org>
5927
5928 * config/alpha/alpha.c (unicosmk_file_end): Add conditional
5929 compilation guard.
5930
5931 2003-06-10 J"orn Rennecke <joern.rennecke@superh.com>
5932
5933 * sh-protos.h (function_symbol): Declare.
5934 * sh.c (expand_block_move, expand_ashiftrt): Use it.
5935 (sh_expand_prologue, sh_expand_epilogue): Likewise.
5936 (sh_initialize_trampoline): Likewise.
5937 (function_symbol): New function.
5938 * sh.md (udivsi3, divsi3, mulsi3, ic_invalidate_line): Use it.
5939 (initialize_trampoline, call, call_pop, call_value, sibcall): Likewise.
5940 (call_value_pop, shcompact_return_tramp): Likewise.
5941
5942 * sh.h (OVERRIDE_OPTIONS): Don't suppress --profile-arc-flag.
5943
5944 * sh.md (GOTaddr2picreg): Use gen_lowpart to get lowpart of
5945 target register.
5946
5947 2003-06-10 DJ Delorie <dj@redhat.com>
5948
5949 * doc/md.texi (Machine Constraints): Document stormy's Z
5950 constraint.
5951
5952 2003-06-10 Geoffrey Keating <geoffk@apple.com>
5953
5954 * except.c (call_site_base): Mark with GTY.
5955
5956 2003-06-10 Richard Earnshaw <rearnsha@arm.com>
5957
5958 * arm-proto.h: Convert to ISO C90 prototypes.
5959 * arm.c: Likewise.
5960
5961 2003-06-10 J"orn Rennecke <joern.rennecke@superh.com>
5962
5963 * sh.c (sh_output_mi_thunk): Call insn_locators_initialize.
5964
5965 2003-06-10 Steve Ellcey <sje@cup.hp.com>
5966
5967 * calls.c (expand_call): Convert structure_value_addr to Pmode if
5968 necessary.
5969
5970 2003-06-10 Andrew Haley <aph@redhat.com>
5971
5972 * langhooks-def.h (LANG_HOOKS_DECL_OK_FOR_SIBCALL): New.
5973 (LANG_HOOKS_DECLS): Add LANG_HOOKS_DECL_OK_FOR_SIBCALL.
5974 (lhd_decl_ok_for_sibcall): New.
5975 * langhooks.c (lhd_decl_ok_for_sibcall): New.
5976 * langhooks.h (lang_hooks_for_decls.ok_for_sibcall): New field.
5977 * calls.c (expand_call): Check lang_hook before generating a
5978 sibcall.
5979
5980 2003-06-10 DJ Delorie <dj@redhat.com>
5981
5982 * config/stormy16/stormy16.c (xstormy16_extra_constraint_p): Add Z,
5983 which matches (const_int 0) for addhi3.
5984 * config/stormy16/stormy16.md: Document known constraints.
5985 (addhi3): Handle adding zero.
5986
5987 2003-06-10 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
5988
5989 * config/m32r/m32r.h (HARD_REGNO_RENAME_OK): New.
5990 * config/m32r/m32r.c (m32r_hard_regno_rename_ok): New.
5991 * config/m32r/m32r-protos.h: Prototype it.
5992
5993 2003-06-10 Janis Johnson <janis187@us.ibm.com>
5994
5995 * config/rs6000/eabi.h (TARGET_OS_CPP_BUILTINS): Define builtins
5996 common to rs6000 sysv targets.
5997 * config/rs6000/eabisim.h (TARGET_OS_CPP_BUILTINS): Ditto.
5998 * config/rs6000/rtems.h (TARGET_OS_CPP_BUILTINS): Ditto.
5999
6000 2003-06-10 Nick Clifton <nickc@redhat.com>
6001
6002 * config.gcc: Add arm-wince-pe target.
6003 * config/arm/pe.h (MULTILIB_DEFAULTS): Define.
6004 Add comment about default apcs26 support.
6005 * config/arm/t-pe (MULTILIB_OPTIONS): Add an -mapcs-32
6006 multilib.
6007 (MULTILIB_DIRNAMES): Add 'apcs32'.
6008 * config/arm/t-wince-pe: New makefile fragment.
6009 * config/arm/wince-pe.h: New file. Overrides a few definitions
6010 in arm/pe.h
6011
6012 2003-06-10 Roger Sayle <roger@eyesopen.com>
6013
6014 * builtins.c (fold_builtin): Optimize cos(-x) as cos(x).
6015 * fold-const.c (fold <NEGATE_EXPR>): Convert -f(x) into f(-x)
6016 when x is easily negated and f is sin, tan or atan.
6017 (fold <MULT_EXPR>): Optimize tan(x)*cos(x) and cos(x)*tan(x) as
6018 sin(x) with flag_unsafe_math_optimizations.
6019 (fold <RDIV_EXPR>): With flag_unsafe_math_optimizations fold
6020 sin(x)/cos(x) as tan(x) and cos(x)/sin(x) as 1.0/tan(x).
6021
6022 2003-06-10 Roger Sayle <roger@eyesopen.com>
6023
6024 * fold-const.c (fold <EQ_EXPR>): Don't fold x == x only if x
6025 is a floating point type *and* we currently honor NaNs.
6026 (fold <NE_EXPR>): Likewise.
6027
6028 2003-06-10 Mark Mitchell <mark@codesourcery.com>
6029
6030 PR c++/11131
6031 * tree-inline.c (inlinable_function_p): Call the language-specific
6032 hook early.
6033
6034 2003-06-09 David Taylor <dtaylor@emc.com>
6035
6036 * config/rs6000/rs6000.c (rs6000_va_start, rs6000_va_arg): Skip over
6037 the f_res field.
6038
6039 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
6040
6041 * configure.in: Remove references to host_truncate_target.
6042 * configure: Regenerate.
6043 * config.gcc: Remove references to truncate_target,
6044 host_truncate_target.
6045
6046 * Makefile.in, configure.in, config/m68hc11/t-m68hc11-gas:
6047 Replace "build_canonical" with build, "host_canonical" with host.
6048 * configure.in: Use GCC_TOPLEV_SUBDIRS.
6049 * aclocal.m4: Include ../config/acx.m4.
6050 * configure: Regenerate.
6051
6052 2003-06-09 David Taylor <dtaylor@emc.com>
6053
6054 * config/rs6000/rs6000.c (rs6000_build_va_list): Give the two
6055 bytes of padding in the __va_list_tag structure a name (reserved).
6056
6057 2003-06-09 Jason Merrill <jason@redhat.com>
6058
6059 * fold-const.c (operand_equal_p): Handle ADDR_EXPR and TRUTH_NOT_EXPR.
6060
6061 2003-06-09 Osku Salerma <osku@iki.fi>
6062
6063 * c-format.c (check_format_string, get_constant): New.
6064 (handle_format_attribute, handle_format_arg_attribute,
6065 decode_format_attr): Change to use above functions.
6066
6067 2003-06-09 Richard Henderson <rth@redhat.com>
6068
6069 * stmt.c (expand_asm_operands): Re-word warning.
6070
6071 2003-06-08 Andrew Pinski <pinskia@physics.uc.edu>
6072
6073 PR target/8787
6074 * config/i386/djgpp.h (ASM_FILE_START): emit `.intel_syntax'
6075 if -masm=intel.
6076
6077 2003-06-09 James E Wilson <wilson@tuliptree.org>
6078
6079 * config/frv/cmovc.c, config/frv/cmovh.c, config/frv/cmovw.c,
6080 config/frv/frvbegin.c, config/frv/frvend.c, config/frv/lib1funcs.asm:
6081 Add libgcc exception.
6082
6083 2003-06-09 David Edelsohn <edelsohn@gnu.org>
6084 Ayal Zaks <gcchaifa@us.ibm.com>
6085
6086 * config/rs6000/rs6000.md (define_attr "type"): Add insert_word.
6087 (insvsi*): Add insert_word attribute.
6088 * config/rs6000/rs6000.c (rs6000_variable_issue): Add TYPE_INSERT_WORD.
6089 * config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
6090 power4.md,rios1.md,rios2.md,rs64.md}: Add insert_word.
6091
6092 2003-06-09 Kazu Hirata <kazu@cs.umass.edu>
6093
6094 * fold-const.c (fold): Fix a comment typo.
6095
6096 2003-06-09 Nathan Sidwell <nathan@codesourcery.com>
6097
6098 * tree-inline.c (expand_call_inline): DECL_SOURCE_LINE_FIRST is
6099 removed.
6100
6101 2003-06-09 J"orn Rennecke <joern.rennecke@superh.com>
6102
6103 * sh.c (gen_block_redirect): Use locators.
6104
6105 2003-06-09 Richard Earnshaw <rearnsha@arm.com>
6106
6107 * arm.h (THUMB_PRINT_OPERAND_ADDRESS): Use %wd in format and remove
6108 cast to int.
6109
6110 2003-06-09 Richard Sandiford <rsandifo@redhat.com>
6111
6112 * configure.in: Assume gas 2.14 and above can handle MIPS relocation
6113 operators.
6114 * configure: Regenerated.
6115
6116 2003-06-09 Richard Sandiford <rsandifo@redhat.com>
6117 Alexandre Oliva <aoliva@redhat.com>
6118
6119 * config/mips/mips.h (GLOBAL_POINTER_REGNUM): New macro.
6120 (PIC_OFFSET_TABLE_REGNUM): Look at pic_offset_table_rtx after reload.
6121 (STARTING_FRAME_OFFSET): Don't allocate a cprestore slot for
6122 n32/64 PIC.
6123 (MUST_SAVE_REGISTERS): Delete.
6124 * config/mips/mips.c (mips_frame_info): Remove extra_size field.
6125 (machine_function): Add global_pointer field.
6126 (mips_classify_constant): Check for (const $gp) using pointer equality
6127 with pic_offset_table_rtx.
6128 (mips_classify_constant): Handle RELOC_LOADGP_HI and RELOC_LOADGP_LO.
6129 (mips_restore_gp): Use current_function_outgoing_args_size.
6130 (print_operand): Use PIC_OFFSET_TABLE_REGNUM instead of
6131 GP_REG_FIRST + 28. Handle relocation strings that have
6132 more than one '('.
6133 (mips_reloc_string): Handle RELOC_LOADGP_HI and RELOC_LOADGP_LO.
6134 (mips_global_pointer): New function.
6135 (mips_save_reg_p): New function, mostly split out from...
6136 (compute_frame_size): ...here. Remove handling of extra_size.
6137 Reclaim args_size if no variables depend on it. Don't treat gp
6138 as a special case: handle it in the main GPR loop.
6139 (mips_initial_elimination_offset): Fix comment.
6140 (save_restore_insns): Save every register in the GPR mask,
6141 removing distinction between mask and real_mask.
6142 (mips_output_function_prologue): Update .frame psuedo-op after
6143 the removal of extra_size. Move the SVR4 PIC stack allocation
6144 and cprestore instructions to mips_expand_prologue.
6145 (mips_gp_insn): New function.
6146 (mips_expand_prologue): Set REGNO (pic_offset_table_rtx) to
6147 the chosen global pointer. Handle SVR4 PIC stack allocation
6148 in the same way as other ABIs. Adjust varargs code accordingly.
6149 Emit a cprestore insn after allocating the stack. Use mips_gp_insn
6150 to emit the loadgp sequence. Follow it with a loadgp_blockage
6151 if not using explicit relocs.
6152 (mips_output_function_epilogue): Reinstate the default gp register.
6153 (mips16_gp_pseudo_reg): Use pic_offset_table_rtx.
6154 (mips16_optimize_gp): Likewise.
6155 * config/mips/mips.md (UNSPEC_LOADGP): Remove.
6156 (UNSPEC_SETJMP, UNSPEC_LONGJMP): Remove.
6157 (UNSPEC_CPRESTORE, RELOC_LOADGP_HI, RELOC_LOADGP_LO): New.
6158 (loadgp): Remove.
6159 (loadgp_blockage, cprestore): New instructions.
6160 (builtin_setjmp_setup): Implement using emit_move_insn. Use
6161 pic_offset_table_rtx.
6162 (builtin_setjmp_setup_32, builtin_setjmp_setup_64): Remove.
6163 (builtin_longjmp): Use gen_raw_REG to force use of $28.
6164
6165 2003-06-09 Richard Sandiford <rsandifo@redhat.com>
6166
6167 * config/mips/mips-protos.h (mips_output_division): Declare.
6168 * config/mips/mips.h (MASK_CHECK_RANGE_DIV): Remove.
6169 (MASK_BRANCHLIKELY): Use MASK_CHECK_RANGE_DIV's old number.
6170 (TARGET_NO_CHECK_ZERO_DIV, TARGET_CHECK_RANGE_DIV): Remove.
6171 (TARGET_CHECK_ZERO_DIV): New macro.
6172 (TARGET_SWITCHES): Remove -mcheck-range-div & -mno-check-range-div.
6173 * config/mips/mips.c (mips_output_division): New function.
6174 * config/mips/mips.md (length): Take TARGET_CHECK_ZERO_DIV into
6175 account when calculating the default length of a division.
6176 (divmodsi4, divmoddi4, udivmodsi4, udivmoddi4): Turn into define_insns.
6177 Enable regardless of optimization level. Use mips_output_division.
6178 (divmodsi4_internal, divmoddi4_internal, udivmodsi4_internal,
6179 udivmoddi4_internal, div_trap, div_trap_normal, div_trap_mips16,
6180 divsi3, divsi3_internal, divdi3, divdi3_internal, modsi3,
6181 modsi3_internal, moddi3, moddi3_internal, udivsi3, udivsi3_internal,
6182 udivdi3, udivdi3_internal, umodsi3, umodsi3_internal, umoddi3,
6183 umoddi3_internal): Remove.
6184
6185 2003-06-09 Richard Sandiford <rsandifo@redhat.com>
6186
6187 * config/mips/mips.c (mips_reg_names): Change hilo entry to "".
6188 (mips_sw_reg_names): Likewise.
6189 (mips_regno_to_class): Change hilo entry to NO_REGS.
6190 (hilo_operand): Use MD_REG_P.
6191 (extend_operator): New predicate.
6192 (override_options): Remove 'a' constraint.
6193 (mips_secondary_reload_class): Remove hilo handling. Also remove
6194 handling of (plus sp reg) reloads for mips16.
6195 (mips_register_move_cost): Remove hilo handling.
6196 * config/mips/mips.h (FIXED_REGISTERS): Make hilo entry fixed.
6197 (MD_REG_LAST): Remove hilo from range.
6198 (HILO_REGNUM): Delete.
6199 (reg_class): Remove HILO_REG and HILO_AND_GR_REGS.
6200 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Update accordingly.
6201 (PREDICATE_CODES): Add entry for extend_operator.
6202 (DEBUG_REGISTER_NAMES): Change hilo entry to "".
6203 * config/mips/mips.md: Remove hilo clobbers wherever they occur.
6204 Remove constraints from multiplication define_expands. Remove
6205 clobbers from "decorative" define_expand patterns.
6206 (UNSPEC_HILO_DELAY): Delete.
6207 (*mul_acc_si, *mul_sub_si): Add early-clobber to operand 6.
6208 (mulsidi3, umulsidi3): Change pattern to match the TARGET_64BIT case.
6209 Adjust C code to just emit insns for !TARGET_64BIT.
6210 (mulsidi3_internal): Rename to mulsidi3_32bit.
6211 (mulsidi3_64bit): Use a "d" constraint for the destination.
6212 Use extend_operator so that the pattern can handle umulsidi3 as well.
6213 Split the instruction after reload.
6214 (*mulsidi3_64bit_parts): New pattern, generated by mulsidi3_64bit.
6215 (umulsidi3_internal): Rename to umulsidi3_32bit.
6216 (umulsidi3_64bit): Remove.
6217 (*smsac_di, *umsac_di): Line-wrap fixes.
6218 (udivsi3_internal): Don't allow operand 2 to be constant.
6219 (udivdi3_internal, umodsi3_internal, umoddi3_internal): Likewise.
6220 (movdi_internal2, movsi_internal): Remove hilo alternatives.
6221 (reload_in[sd]i, reload_out[sd]i, hilo_delay): Remove.
6222
6223 2003-06-09 Richard Sandiford <rsandifo@redhat.com>
6224
6225 PR target/10913
6226 * config/mips/mips.h (TARGET_FILE_SWITCHING, NO_DBX_FUNCTION_END,
6227 PUT_SDB_SCL, PUT_SDB_INT_VAL, PUT_SDB_VAL, PUT_SDB_ENDEF,
6228 PUT_SDB_TYPE, PUT_SDB_SIZE, PUT_SDB_DIM, PUT_SDB_START_DIM,
6229 PUT_SDB_NEXT_DIM, PUT_SDB_LAST_DIM, PUT_SDB_TAG, PUT_SDB_SRC_FILE,
6230 SDB_GENERATE_FAKE, TEXT_SECTION): Delete.
6231 (PUT_SDB_DEF, PUT_SDB_PLAIN_DEF, PUT_SDB_BLOCK_START,
6232 PUT_SDB_BLOCK_END, PUT_SDB_FUNCTION_END): Replace use of
6233 asm_out_text_file with asm_out_file.
6234 * config/mips/iris5gas.h (PUT_SDB_SIZE, PUT_SDB_TYPE): Likewise.
6235 * config/mips/elf.h (TEXT_SECTION): Undefine.
6236 * config/mips/elf64.h (TEXT_SECION): Undefine.
6237 * config/mips/openbsd.h (TEXT_SECION): Undefine.
6238 * config/mips/mips.c (asm_out_text_file, asm_out_data_file): Delete.
6239 (override_options): Disable small-data optimizations unless using
6240 gas or explicit relocations.
6241 (mips_asm_file_start, mips_asm_file_end, mips_output_function_epilogue,
6242 iris6_asm_named_section, iris6_asm_file_start): Remove code for
6243 handling TARGET_FILE_SWITCHING.
6244 (copy_file_data): Move into TARGET_IRIX6 block.
6245
6246 2003-06-08 Richard Henderson <rth@redhat.com>
6247
6248 * expr.h (EXPAND_MEMORY): New.
6249 * expr.c (expand_expr): Check it.
6250 * stmt.c (expand_asm_operands): Provide it when the constraint
6251 requires a memory. Warn for memory input constraints without
6252 a memory operand.
6253
6254 2003-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6255
6256 * varasm.c: Don't include c-tree.h.
6257
6258 2003-06-08 Andreas Jaeger <aj@suse.de>
6259
6260 * predict.h: Convert to ISO C90 prototypes.
6261 * predict.c: Likewise.
6262 * tree-dump.h: Likewise.
6263 * tree-dump.c: Likewise.
6264 * diagnostic.h: Likewise.
6265 * diagnostic.c: Likewise.
6266 * combine.c: Likewise.
6267
6268 * rtl.h: Convert prototypes of combine.c to ISO C90.
6269
6270 Sun Jun 8 21:27:41 CEST 2003 Jan Hubicka <jh@suse.cz>
6271
6272 * cfglayout.c (insn_scope): New static function
6273 (block_locators_*, line_locators*, file_locators*): New static varrays.
6274 (scope_to_insns_initialize): Use them.
6275 (insn_line, insn_file): New functions.
6276 (scope_to_insns_finalize): Use insn_scope.
6277 (prologue_locator, epilogue_locator): New global variables.
6278 * emit-rt.c (try_split, make_insn_raw, make_jump_insn_raw,
6279 make_call_insn_raw, emit_copy_of_insn_after): Use locators.
6280 (emit_insn_after_scope, emit_insn_before_scope
6281 emit_jump_insn_after_scope, emit_jump_insn_before_scope
6282 emit_call_insn_after_scope, emit_call_insn_before_scope): Rename to...
6283 (emit_insn_after_setloc, emit_insn_before_setloc
6284 emit_jump_insn_after_setloc, emit_jump_insn_before_setloc
6285 emit_call_insn_after_setloc, emit_call_insn_before_setloc): ... these;
6286 use locators.
6287 * final.c (notice_source_line): Use locators.
6288 (final_start_function): Set initial source file and line.
6289 (final_scan_insn): Use locators.
6290 * ifcvt.c (noce_try_store_flag, noce_try_store_flag_constants,
6291 noce_try_addcc, noce_try_store_flag_mask, noce_try_cmove,
6292 noce_try_cmove_arith, noce_try_minmax, noce_try_abs,
6293 noce_process_if_block, find_cond_trap): Likewise.
6294 * integrate.c (copy_insn_list): Likewise.
6295 * jump.c (duplicate_loop_exit_test): LIkewise.
6296 * print-rtl.c (print_rtx): Print locators.
6297 * recog.c (peephole2_optimize): Likewise.
6298 * rtl.h (INSN_SCOPE): Remove.
6299 (emit_insn_after_scope, emit_insn_before_scope
6300 emit_jump_insn_after_scope, emit_jump_insn_before_scope
6301 emit_call_insn_after_scope, emit_call_insn_before_scope): Rename to...
6302 (emit_insn_after_setloc, emit_insn_before_setloc
6303 emit_jump_insn_after_setloc, emit_jump_insn_before_setloc
6304 emit_call_insn_after_setloc, emit_call_insn_before_setloc): ... these;
6305 (insn_file, insn_line, prologue_locator, epilogue_locator): Declare.
6306 * unroll.c (copy_loop_body): Use locators.
6307 * function.c (set_insn_locators): New function.
6308 (thread_prologue_and_epilogue_insns): Set the locators accordingly.
6309
6310 2003-06-08 Kazu Hirata <kazu@cs.umass.edu>
6311
6312 * config/h8300/h8300.h (LONG_LONG_TYPE_SIZE): Set to 64.
6313 * config/h8300/t-h8300 (LIB1ASMFUNCS): Remove _floatdisf
6314 _fixsfdi _fixunssfdi.
6315 (LIB2FUNCS_EXTRA): Add entries for clzhi2, ctzhi2, parityhi2,
6316 popcounthi2.
6317 (TARGET_LIBGCC2_CFLAGS): Remove -DDI=SI.
6318 * config/h8300/clzhi2.c: New.
6319 * config/h8300/ctzhi2.c: Likewise.
6320 * config/h8300/parityhi2.c: Likewise.
6321 * config/h8300/popcounthi2.c: Likewise.
6322
6323 Sun Jun 8 15:52:17 CEST 2003 Jan Hubicka <jh@suse.cz>
6324
6325 * i386.md (subsi_3_zext, sse2_nandv2di3): Fix predicates.
6326 * i386.c (k8_avoid_jump_misspredicts): Fix debug output.
6327
6328 * cfg.c (verify_flow_info): Move IL independent checks from cfgrtl here.
6329 (dump_bb): New based on old dump_bb in cfgrtl.c
6330 (debug_bb, debug_bb_n): Move the functions from cfgrtl.c here.
6331 * cfghooks.h (cfgh_verify_flow_info): Return status.
6332 * cfglayout.c (cfg_layout_finalize): Verify CFG correctness.
6333 * cfgrtl.c (debug_bb, debug_bb_n): Move to cfg.c
6334 (dump_bb): Remove generic parts.
6335 (rtl_verify_flow_info_1): Break out from rtl_verify_flow_info.
6336 (rtl_verify_flow_info): Only check things dependeing on linearized RTL.
6337
6338 2003-06-08 Neil Booth <neil@daikokuya.co.uk>
6339
6340 * Makefile.in: Rename options.c and options.h to c-options.c and
6341 c-options.h.
6342 (OBJS): Remove options.o.
6343 * c-opts.c: Don'tInclude c-options.h instead of options.h.
6344 * opts.c: Don't include options.h.
6345 (find_opt): Can't use enum opt_code or N_OPTS.
6346 * opts.h (struct cl_option, cl_options, cl_options_count): Move from...
6347 * opts.sh: ... here.
6348
6349 2003-06-07 Eric Botcazou <ebotcazou@libertysurf.fr>
6350 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6351
6352 PR pch/9830
6353 * ggc-common.c (HAVE_MMAP_FILE): Include sys/types.h
6354 if HAVE_MINCORE is defined.
6355 (MAP_FAILED): Define if not defined.
6356 (gt_pch_save): Test against MAP_FAILED.
6357 (gt_pch_restore): If HAVE_MINCORE, use MAP_FIXED to force
6358 the mapping address to the preferred base after checking it
6359 is possible to do so. Test against MAP_FAILED.
6360 * configure.in: Test for the presence of mincore in libc.
6361 * config.in: Regenerate.
6362 * configure: Regenerate.
6363
6364 2003-06-07 Richard Henderson <rth@redhat.com>
6365
6366 * config/alpha/alpha.c (alpha_setup_incoming_varargs): Fix
6367 conditional compilation guard.
6368
6369 2003-06-08 Kazu Hirata <kazu@cs.umass.edu>
6370
6371 * optabs.c (expand_abs): Set result_unsignedp to 1 if
6372 flag_trav is zero.
6373
6374 2003-06-07 Richard Henderson <rth@redhat.com>
6375
6376 * c-cppbuiltin.c (c_cpp_builtins): Define __EXCEPTIONS for C also.
6377
6378 2003-06-07 Richard Henderson <rth@redhat.com>
6379
6380 * basic-block.h (EDGE_SIBCALL): New.
6381 (EDGE_ALL_FLAGS): Update.
6382 * cfg.c (dump_edge_info): Add sibcall name.
6383 * cfgbuild.c (make_edges): Use EDGE_SIBCALL.
6384 * cfgrtl.c (purge_dead_edges): Handle sibcalls.
6385
6386 2003-06-07 Andreas Jaeger <aj@suse.de>
6387
6388 * mklibgcc.in (lib2funcs): Remove _exit.
6389 * libgcc2.c: Remove L_exit.
6390 * gbl-ctors.h: Remove declarations dependend on NEED_ATEXIT.
6391
6392 * system.h: Poison NEED_ATEXIT, ON_EXIT, EXIT_BODY.
6393
6394 * doc/tm.texi (Misc): Remove NEED_ATEXIT, ON_EXIT, EXIT_BODY.
6395
6396 * ggc.h: Convert to ISO C90 prototypes.
6397 * ggc-none.c: Likewise.
6398 * ggc-common.c: Likewise.
6399 * ggc-page.c: Likewise.
6400 * ggc-simple.c: Likewise.
6401
6402 * crtstuff.c: Remove undefined usage of INIT_SECTION_PREAMBLE.
6403
6404 * system.h: Poison INIT_SECTION_PREAMBLE.
6405
6406 2003-06-07 Zack Weinberg <zack@codesourcery.com>
6407
6408 * config.gcc (with_cpu handling): Translate sparc64 in
6409 $machine to --with-cpu=v9.
6410 * config/alpha/alpha.c
6411 (TARGET_ASM_GLOBALIZE_LABEL [TARGET_ABI_UNICOSMK]): Correct definition.
6412 (alpha_setup_incoming_varargs): #ifdef out when TARGET_ABI_UNICOSMK.
6413
6414 * target.h: New hook asm_out.file_end.
6415 * target.h: Update to match. New hook macro TARGET_ASM_FILE_END.
6416 * toplev.c (compile_file): Use targetm.asm_out.file_end.
6417 * system.h: Poison ASM_FILE_END.
6418 * varasm.c (file_end_indicate_exec_stack): New.
6419 * output.h: Prototype it.
6420 * doc/tm.texi: Document TARGET_ASM_FILE_END and
6421 file_end_indicate_exec_stack. Delete references to attasm.h.
6422
6423 * config/darwin.h (TARGET_ASM_FILE_END): Reset to darwin_file_end.
6424 (ASM_FILE_END): Delete; move code...
6425 * config/darwin.c (darwin_file_end): Here; new function.
6426 * config/darwin-protos.h: Prototype it.
6427 * config/alpha/alpha.c (unicosmk_asm_file_end): Make static,
6428 rename unicosmk_file_end.
6429 * config/arm/aof.h (ASM_FILE_END): Delete; move code...
6430 * config/arm/arm.c (aof_file_end): ... here; new static function.
6431 Set TARGET_ASM_FILE_END to aof_file_end if AOF_ASSEMBLER.
6432 Make aof_dump_imports and aof_dump_pic_table static.
6433 * config/avr/avr.c (asm_file_end): Rename avr_file_end, make static.
6434 Set TARGET_ASM_FILE_END to avr_file_end.
6435 * config/c4x/c4x.c (c4x_file_end): Make static. Take no arguments.
6436 Set TARGET_ASM_FILE_END to c4x_file_end.
6437 * config/h8300/h8300.c (asm_file_end): Rename h8300_file_end,
6438 make static. Take no arguments. Set TARGET_ASM_FILE_END to
6439 h8300_file_end.
6440 * config/i370/i370.h (ASM_FILE_END): Delete; move code...
6441 * config/i370/i370.c (i370_file_end): ... here; new static function.
6442 Set TARGET_ASM_FILE_END to i370_file_end.
6443 * config/i386/i386.c (ix86_asm_file_end): Rename ix86_file_end.
6444 Take no arguments. Call file_end_indicate_exec_stack if
6445 NEED_INDICATE_EXEC_STACK; don't use SUBTARGET_FILE_END.
6446 * config/i386/i386.h: Set TARGET_ASM_FILE_END, not ASM_FILE_END.
6447 Define NEED_INDICATE_EXEC_STACK to 0.
6448 * config/i386/linux.h, config/i386/linux64.h: Redefine
6449 NEED_INDICATE_EXEC_STACK to 1 instead of setting SUBTARGET_FILE_END.
6450 * config/i386/winnt.c (i386_pe_asm_file_end): Rename to
6451 i386_pe_file_end. Take no arguments. Use ix86_file_end.
6452 * config/ia64/ia64.c (ia64_hpux_asm_file_end): Rename to
6453 ia64_hpux_file_end, make static. Take no arguments.
6454 * config/ip2k/ip2k.c (asm_file_start, asm_file_end,
6455 commands_in_prologues, commands_in_epilogues): Delete.
6456 (function_epilogue): Update to match.
6457 * config/mips/mips.c (mips_asm_file_end): Rename mips_file_end,
6458 make static. Take no arguments.
6459 (iris6_asm_file_end): Rename iris6_file_end, make static, use
6460 mips_file_end, take no arguments.
6461 Set TARGET_ASM_FILE_END to iris6_file_end or mips_file_end as
6462 appropriate.
6463 * config/mmix/mmix.c (mmix_asm_file_end): Rename mmix_file_end,
6464 make static, take no arguments. Set TARGET_ASM_FILE_END to
6465 mmix_file_end.
6466 * config/pa/pa.c (output_deferred_plabels): Make static, take
6467 no arguments. Set TARGET_ASM_FILE_END to output_deferred_plabels.
6468 * config/rs6000/xcoff.h (TARGET_ASM_FILE_END): Set it.
6469 (ASM_FILE_END): Delete; move code...
6470 * config/rs6000/rs6000.c (rs6000_xcoff_file_end): ... here;
6471 new static function.
6472
6473 * config/avr/avr.h, config/cris/cris.h, config/h8300/h8300.h
6474 * config/mmix/mmix.h, config/mips/iris6.h, config/mips/mips.h:
6475 Don't set ASM_FILE_END.
6476 * config/alpha/linux-elf.h, config/m68k/linux.h, config/rs6000/linux.h
6477 * config/rs6000/linux64.h, config/s390/linux.h, config/sparc/linux.h
6478 * config/sparc/linux64.h: Set TARGET_ASM_FILE_END to
6479 file_end_indicate_exec_stack; don't set ASM_FILE_END.
6480 * config/alpha/unicosmk.h, config/i386/cygming.h
6481 * config/ia64/hpux.h: Set TARGET_ASM_FILE_END, not ASM_FILE_END.
6482 * config/arm/arm-protos.h, config/alpha/alpha-protos.h
6483 * config/avr/avr-protos.h, config/c4x/c4x-protos.h
6484 * config/h8300/h8300-protos.h, config/ia64/ia64-protos.h
6485 * config/ip2k/ip2k-protos.h, config/mips/mips-protos.h
6486 * config/mmix/mmix-protos.h, config/pa/pa-protos.h: Update.
6487
6488 Sat Jun 7 18:32:13 CEST 2003 Jan Hubicka <jh@suse.cz>
6489
6490 * i386.h (OPTION_DEFAULT_SPECS): Avoid -mcpu default when -march is
6491 specified.
6492
6493 Sat Jun 7 15:20:01 CEST 2003 Jan Hubicka <jh@suse.cz>
6494
6495 * Makefile.in (stageprofile_build): Kill redundant target.
6496 * i386.c (mdep_reorg): Don't pad jumps for Athlon.
6497
6498 2003-06-07 Andreas Jaeger <aj@suse.de>
6499
6500 * doc/tm.texi (Costs): Remove DONT_REDUCE_ADDR documentation.
6501
6502 * config/avr/avr.h: Remove comment regarding DONT_REDUCE_ADDR.
6503 * config/dsp16xx/dsp16xx.h: Likewise.
6504 * config/i386/i386.h: Likewise.
6505 * config/ip2k/ip2k.h: Likewise.
6506
6507 2003-06-07 Neil Booth <neil@daikokuya.co.uk>
6508
6509 * Makefile.in (OJBS, c-opts.o): Update.
6510 (c-options.c, c-options.h): Rename options.h and options.c.
6511 (options.h): Rename options_.h.
6512 (opts.o): New.
6513 * c-common.h (c_common_handle_option): Replace c_common_decode_option.
6514 (c_common_init_options): Update prototype.
6515 * c-lang.c (c_init_options): Update prototype.
6516 (LANG_HOOKS_HANDLE_OPTION): Override.
6517 (LANG_HOOKS_DECODE_OPTION): Drop.
6518 * c-opts.c: Include opts.h and options.h instead of c-options.h
6519 and c-options.c.
6520 (lang_flags): Move to file scope.
6521 (find_opt, c_common_decode_option): Remove.
6522 (CL_C, CL_OBJC, CL_CXX, CL_OBJCXX, CL_JOINED, CL_SEPARATE,
6523 CL_REJECT_NEGATIVE): Move to opts.h.
6524 (missing_arg): Update prototype.
6525 (c_common_init_options): Update for new prototype.
6526 (c_common_handle_options): Filenames are passed as N_OPTS.
6527 * hooks.c (hook_int_void_0): New.
6528 * hooks.h (hook_int_void_0): New.
6529 * langhooks-def.h (LANG_HOOKS_INIT_OPTIONS): New default.
6530 (LANG_HOOKS_HANDLE_OPTION): Default to NULL for now.
6531 (LANG_HOOKS_INITIALIZER): Update.
6532 * langhooks.h (init_options): Update.
6533 (handle_option): New.
6534 * opts.c, opts.h: New files.
6535 * opts.sh: Update c file to include opts.h and options.h.
6536 * toplev.c: Include opts.h; change options.h to options_.h.
6537 (parse_options_and_default_flags): Get lang_mask, use
6538 handle_option for language-specific handling.
6539 * objc/objc-lang.c (LANG_HOOKS_DECODE_OPTON): Drop.
6540 (LANG_HOOKS_HANDLE_OPTION): Override.
6541 (objc_init_options): Update.
6542
6543 2003-06-07 Magnus Kreth <magnus.kreth@gmx.de>
6544 Thibaud Gaillard <thibaud.gaillard@nto.atmel.com>
6545
6546 PR other/7031
6547 * Makefile.in (install-common): Remove GCOV_INSTALL_NAME instead of
6548 gcov.
6549
6550 2003-06-07 Kelley Cook <kelleycook@wideopenwest.com>
6551
6552 * configure.in (HAVE_LD_RO_RW_SECTION_MIXING): Remove quotes in
6553 section names.
6554 * configure: Regenerate.
6555
6556 2003-06-07 Alan Modra <amodra@bigpond.net.au>
6557
6558 * config/rs6000/linux64.h (CRT_CALL_STATIC_FUNCTION): Define.
6559
6560 2003-06-06 James E Wilson <wilson@tuliptree.org>
6561
6562 PR inline-asm/10890
6563 * reload1.c (merge_assigned_reloads): Abort only if two reloads have
6564 different in fields.
6565
6566 2003-06-06 Nathanael Nerode <neroden@gcc.gnu.org>
6567
6568 * configure.in: Make $(target_subdir) correspond with top level usage.
6569 * Makefile.in: Likewise.
6570 * configure: Regenerate.
6571
6572 2003-06-06 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6573
6574 * pa.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_ALIGNED_COMMON,
6575 ASM_OUTPUT_ALIGNED_LOCAL): Cast `SIZE' and `ALIGNED' parameters to
6576 unsigned HOST_WIDE_INT.
6577 * pa-pro-end.h (ASM_OUTPUT_ALIGNED_COMMOM, ASM_OUTPUT_ALIGNED_LOCAL):
6578 Likewise.
6579 * pa64-hpux.h (ASM_OUTPUT_ALIGNED_COMMON, ASM_OUTPUT_ALIGNED_LOCAL):
6580 Likewise.
6581
6582 2003-06-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6583
6584 * doc/install.texi (Prerequisites): New section documenting
6585 tools and packages necessary prior to building and/or
6586 modifying GCC.
6587 * doc/install.texi2html: Also generate prerequisites.html.
6588
6589 2003-06-06 Richard Earnshaw <rearnsha@arm.com>
6590
6591 PR target/11052
6592 * ifcvt.c (noce_process_if_block): Fail if the destination has
6593 side-effects.
6594
6595 2003-06-06 Jason Merrill <jason@redhat.com>
6596
6597 * stmt.c (resolve_asm_operand_names): Rename from
6598 resolve_operand_names. No longer static. Avoid needless copying.
6599 Don't build array of constraints.
6600 (expand_asm_operands): Build it here.
6601 * tree.h: Declare resolve_asm_operand_names.
6602
6603 * stmt.c (expand_decl): Put artificial vars into registers even
6604 when not optimizing, and don't mark the regs as user vars.
6605
6606 2003-06-06 J"orn Rennecke <joern.rennecke@superh.com>
6607
6608 * sh.h (FUNCTION_ARG_1): Consistently use NEW_MODE for the mode
6609 of the generated register.
6610
6611 2003-06-06 Daniel Jacobowitz <drow@mvista.com>
6612
6613 * config.gcc: Add a missing sparc64 case.
6614
6615 2003-06-06 Jakub Jelinek <jakub@redhat.com>
6616
6617 * mklibgcc.in: Propagate .note.GNU-stack section if needed into
6618 the .hidden assembly stubs.
6619
6620 2003-06-06 H.J. Lu <hongjiu.lu@intel.com>
6621
6622 * config.gcc (extra_headers): Add emmintrin.h for i[34567]86-*-*
6623 and x86_64-*-*.
6624
6625 * config/i386/mmintrin.h: Update version and add alternate
6626 intrinsic names.
6627 * config/i386/xmmintrin.h: Likewise.
6628
6629 * config/i386/xmmintrin.h: Include <emmintrin.h>. Move SSE2
6630 intrinsics to ...
6631 * config/i386/emmintrin.h: Here. New file.
6632
6633 2003-06-06 Roger Sayle <roger@eyesopen.com>
6634
6635 * fold-const.c (fold <ABS_EXPR>): Re-fold the result of folding
6636 fabs(-x) into fabs(x). Use tree_expr_nonnegative_p to determine
6637 when the ABS_EXPR (fabs or abs) is not required.
6638 (tree_expr_nonnegative_p): Move the logic that sqrt and exp are
6639 always nonnegative from fold to here. Additionally, cabs and fabs
6640 are always non-negative, and pow and atan are non-negative if
6641 their first argument is non-negative.
6642
6643 * builtins.c (fold_builtin_cabs): New function to fold cabs{,f,l}.
6644 Evaluate cabs of a constant at compile-time. Convert cabs of a
6645 non-complex argument into fabs. Convert cabs(z) into
6646 sqrt(z.r*z.r + z.i*z.i) at the tree-level with -ffast-math or
6647 -funsafe-math-optimizations or -ffast-math.
6648 (fold_builtin): Convert BUILT_IN_FABS{,F,L} into an ABS_EXPR.
6649 Fold BUILT_IN_CABS{,F,L} using fold_builtin_cabs.
6650
6651 Thu Jun 5 20:51:09 CEST 2003 Jan Hubicka <jh@suse.cz>
6652
6653 * sourcebuild.texi (Front End Directory): Document new hooks.
6654
6655 Fri Jun 6 11:02:35 CEST 2003 Jan Hubicka <jh@suse.cz>
6656
6657 * function.c (FLOOR_ROUND, CEIL_ROUND): Fix.
6658 * i386.md (gen_pro_epilogue_adjust_stack): Deal with gigantic
6659 stack frames.
6660 (pro_epilogue_adjust_stack_rex64_2): New pattern
6661
6662 Fri Jun 6 11:03:14 CEST 2003 Jan Hubicka <jh@suse.cz>
6663 Pop Sebastian
6664 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
6665
6666 * cfghooks.h, cfghooks.c: New files.
6667 * Makefile.in (BASIC_BLOCK_H): Depends on cfghooks.h.
6668 (OBJS): Add cfghooks.o.
6669 (cfghooks.o): New rule.
6670 * basic-block.h (split_edge): Rename to rtl_split_edge.
6671 (verify_flow_info): Rename to rtl_verify_flow_info.
6672 (cfghooks.h): Included here.
6673 * cfgrtl.c (split_edge): Renamed rtl_split_edge.
6674 (verify_flow_info): Renamed rtl_verify_flow_info.
6675 * toplev.c (rest_of_compilation): Call rtl_register_cfg_hooks.
6676
6677 * basic-block.h (split_block, split_edge, flow_delete_block,
6678 redirect_edge_and_branch, redirect_edge_and_branch_force): Delete.
6679 (flow_delete_block_noexpunge): Return void.
6680 * cfg.c (verify_flow_info): New function.
6681 * cfgcleanup.c (try_simplify_condjump, outgoing_edges_match,
6682 try_crossjump_to_edge, try_optimize_cfg, delete_unreachable_blocks):
6683 Use delete_block.
6684 * cfglayout.c (function_footer): Rename to...
6685 (cfg_layout_function_footer): ... this variable
6686 (unlink_insn_chain): Make global.
6687 (fixup_reorder_chain, record_effective_endpoints): Update.
6688 (cleanup_unconditional_jumps): Use delete_block.
6689 (cfg_layout_redirect_edge, cfg_layout_split_block): Move to cfgrtl.c
6690 (cfg_layout_duplicate_bb): Use redirect_edge_and_branch_force.
6691 (cfg_layout_initialize, cfg_layout_finalize): Update hooks.
6692 * cfglayout.h (cfg_layout_redirect_edge, cfg_layout_split_block): Delete.
6693 (cfg_layout_function_footer): Declare.
6694 * cfgloopmanip (split_loop_bb): Do not update RBI.
6695 (remove_bbs): Use delete_block.
6696 (loop_reidrect_edge, loop_delete_branch_edge): Use
6697 redirect_edge_and_branch.
6698 (create_preheader): Use split_block and redirect_edge_and_branch_force.
6699 (split_edge_with): Likewise.
6700 * cfgrtl.c: Include cfglayout.h
6701 (split_edge): Rename to ...
6702 (rtl_split_edge) ... this one; make local.
6703 (redirect_edge_and_branch): Rename to ...
6704 (rtl_redirect_edge_and_branch) ... this one; make local.
6705 (redirect_edge_and_branch_force): Rename to ...
6706 (rtl_redirect_edge_and_branch_force) ... this one; make local.
6707 (cfg_layout_delete_block, cfg_layout_delete_edge_and_branch_force): New.
6708 (cfg_layout_redirect_edge_and_branch, cfg_layout_split_block): Move here from
6709 cfglayout.c; update to directly call RTL counterparts.
6710 (rtl_cfg_hooks, cfg_layout_rtl_cfg_hooks): New functions.
6711 * ifcvt.c (find_cond_trap): Use delete_block.
6712 (find_if_case_1): Use delete_block.
6713 (find_if_case_2): Use delete_block.
6714 * rtl.h (unlink_insn_chain): Declare.
6715 * toplev.c (rtl_reigster_cfg_hooks): New.
6716
6717 2003-06-05 Richard Henderson <rth@redhat.com>
6718
6719 * recog.c (peephole2_optimize): Revert last change.
6720
6721 2003-06-05 Richard Henderson <rth@redhat.com>
6722
6723 * recog.c (peephole2_optimize): Don't split block unless
6724 can_throw_internal.
6725
6726 2003-06-06 Kazu Hirata <kazu@cs.umass.edu>
6727
6728 * config/h8300/h8300.c (get_shift_alg): Correct the syntax of rotxl.
6729 * config/h8300/h8300.md (*addsi3_lshiftrt_16_zexthi): Likewise.
6730
6731 2003-06-05 Kelley Cook <kelleycook@wideopenwest.com>
6732
6733 PR optimization/4490
6734 * config/i386/i386.md: Don't use XFMode if TARGET_128BIT_LONG_DOUBLE.
6735 * doc/invoke.texi (m96bit-long-double, m128bit-long-double): Reword
6736 documentation to accurately reflect what these options do.
6737
6738 2003-06-06 Kaz Kojima <kkojima@gcc.gnu.org>
6739
6740 * config/sh/linux.h (STARTFILE_SPEC): Handle -pie. Simplify.
6741 (ENDFILE_SPEC): Redefine to handle -pie.
6742
6743 2003-06-05 Phil Edwards <phil@jaj.com>
6744
6745 * Makefile.in (qmtest-g++): Use target_alias, not target.
6746
6747 2003-06-05 Per Bothner <pbothner@apple.com>
6748
6749 * toplev.c (push_srcloc): Simplify behavior to save current location
6750 and set current location to parameters.
6751 (pop_srcloc): Simplify semantics.
6752 (lang_dependent_init): Remove now-useless initial push_srcloc.
6753
6754 2003-05-06 Richard Henderson <rth@redhat.com>
6755
6756 * dwarf2out.c (loc_descriptor_from_tree): Return 0 for
6757 language-specific tree codes.
6758
6759 2003-06-05 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6760
6761 PR middle-end/9986
6762 * pa.c (pa_init_builtins): Also set implicit_built_in_decls for
6763 BUILT_IN_FPUTC_UNLOCKED to NULL_TREE.
6764
6765 Thu Jun 5 18:32:46 CEST 2003 Jan Hubicka <jh@suse.cz>
6766
6767 * install.tex: Document profiledbootstrap.
6768
6769 * configure.in: Add support for lang.stageprofile and
6770 lang.stagefeedback
6771 * Makefile.in (clean, distclean): Kill new stages
6772 (POSTSTAGE1_FLAGS_TO_PASS): Break from ...
6773 (STAGE2_FLAGS_TO_PASS): ... this one.
6774 (STAGEPROFILE_FLAGS_TO_PASS, STAGEFEEDBACK_FLAGS_TO_PASS): New.
6775 (stage[2-4]_build): Add POSTSTAGE1_FLAGS_TO_PASS.
6776 (stageprofile_build, stageprofile_copy, stagefeedback_build,
6777 stagefeedback_copy): New.
6778 (restageprofile, restagefeedback, stageprofile-start,
6779 stageprofile, stagefeedback-start): Likewise.
6780
6781 2003-06-05 David Miller <davem@redhat.com>
6782 Richard Henderson <rth@redhat.com>
6783
6784 * optabs.c (HAVE_conditional_trap): Provide default.
6785 (gen_conditional_trap): Likewise.
6786 (init_optabs): Merge init_traps.
6787 (gen_cond_trap): Use prepare_operand. Restructure and avoid ifdef.
6788
6789 Thu Jun 5 14:59:44 CEST 2003 Jan Hubicka <jh@suse.cz>
6790
6791 * combine.c (simplify_if_then_else): (IF_THEN_ELSE (NE REG 0) (0) (8))
6792 is REG for nonzero_bits (REG) == 8.
6793
6794 Thu Jun 5 13:23:51 CEST 2003 Jan Hubicka <jh@suse.cz>
6795
6796 * i386.md (align): Fix warning; clarify what to do when no p2align
6797 is available.
6798
6799 2003-06-05 Nick Clifton <nickc@redhat.com>
6800
6801 * config.gcc (m32r-elf): Revert previous delta.
6802 * config/m32r/t-m32r (crtinit.o): Fix rule to work with
6803 multilibs. Remove m32rx specific version.
6804 (crtfini.o): Likewise.
6805 (EXTRA_MULTILIB_PARTS): Define.
6806
6807 2003-06-05 Eric Botcazou <ebotcazou@libertysurf.fr>
6808
6809 * doc/md.texi (Machine Constraints): Correct the meaning of
6810 constraints related to floating-point registers on SPARC.
6811
6812 2003-06-05 Eric Botcazou <ebotcazou@libertysurf.fr>
6813 Paolo Bonzini <bonzini@gnu.org>
6814
6815 PR target/10663
6816 * configure.in (HAVE_LD_RO_RW_SECTION_MIXING): Redirect
6817 assembler and linker output to /dev/null.
6818 Use a 'sed' construct instead of 'grep -A1'.
6819 * configure: Regenerate.
6820
6821 2003-06-04 Richard Henderson <rth@redhat.com>
6822
6823 * config/i386/i386.c (struct ix86_address): Add seg.
6824 (no_seg_address_operand): New.
6825 (ix86_decompose_address): Restructure PLUS loop. Accept one
6826 UNSPEC_TP if TARGET_TLS_DIRECT_SEG_REFS. Adjust ESP swap test
6827 to test for a regnum, not stack_pointer_rtx.
6828 (ix86_address_cost): Reduce cost if non-default segment.
6829 (legitimate_address_p): Remove UNSPEC_TP check.
6830 (get_thread_pointer): Add to_reg argument. Don't represent
6831 the thread pointer as a memory load.
6832 (legitimize_tls_address): Split out of ...
6833 (legitimize_address): ... here.
6834 (print_operand_address): Handle parts.seg.
6835 (ix86_expand_move): Use legitimize_tls_address.
6836 (ix86_rtx_costs): Handle UNSPEC_TP.
6837 * config/i386/i386.h (MASK_TLS_DIRECT_SEG_REFS): New.
6838 (TARGET_TLS_DIRECT_SEG_REFS): New.
6839 (TARGET_SWITCHES): Add tls-direct-seg-refs.
6840 (TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): Default.
6841 (PREDICATE_CODES): Add no_seg_address_operand.
6842 * config/i386/i386.md (lea_1): Use it.
6843 (lea_1_rex64, lea_1_zext, lea_2_rex64): Likewise.
6844 (load_tp_si, add_tp_si, load_tp_di, add_tp_di): New.
6845 * config/i386/linux.h (TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): New.
6846 * config/i386/linux64.h (TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): New.
6847 * doc/invoke.texi: Add -mtls-direct-seg-refs.
6848
6849 2003-06-04 Mark Mitchell <mark@codesourcery.com>
6850
6851 * Makefile.in (QMTESTRUNFLAGS): Set for DejaGNU emulation.
6852 (QMTEST_GPP_TESTS): Use "g++" by default.
6853 (stamp-qmtest): Tweak database creation.
6854 (QMTEST_DIR/context): Update context file format.
6855 (qmtest-g++): Tweak command-line.
6856
6857 2003-06-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6858
6859 * Makefile.in (varasm.o): Don't set -Wno-error.
6860 * rs6000/t-rs6000 (varasm.o, out_object_file): Don't clear.
6861
6862 2003-06-04 Zack Weinberg <zack@codesourcery.com>
6863
6864 PR bootstrap/3163
6865 * aclocal.m4 (AC_FUNC_MMAP_ANYWHERE, AC_FUNC_MMAP_FILE): Delete.
6866 (gcc_AC_FUNC_MMAP_BLACKLIST): New.
6867 * configure.in: Check for sys/mman.h and mmap in AC_CHECK_HEADERS
6868 and AC_CHECK_FUNCS lists, respectively. Use
6869 gcc_AC_FUNC_MMAP_BLACKLIST, not AC_FUNC_MMAP_ANYWHERE nor
6870 AC_FUNC_MMAP_FILE.
6871 * configure, config.in: Regenerate.
6872
6873 2003-06-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6874
6875 * arm/aout.h (ASM_OUTPUT_SKIP): Fix cast for format specifier warning.
6876 * arm.c (arm_output_function_prologue): Fix format specifiers.
6877 * arm.h (ARM_PRINT_OPERAND_ADDRESS): Likewise.
6878 * m68k.c (m68k_output_mi_thunk): Use more readable %wd instead of
6879 HOST_WIDE_INT_PRINT_DEC.
6880 * vax.c (vax_output_function_prologue): Fix format specifiers.
6881
6882 2003-06-04 Richard Henderson <rth@redhat.com>
6883
6884 * cse.c (find_best_addr): Consider binary operators even if second
6885 argument is not CONST_INT.
6886
6887 2003-06-04 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
6888
6889 * doc/invoke.texi (max-cse-path-length): Document.
6890
6891 2003-06-04 Richard Henderson <rth@redhat.com>
6892
6893 * config/i386/i386.md (align): Use ASM_OUTPUT_*ALIGN macros.
6894
6895 2003-06-04 Andrew Pinski <pinskia@physics.uc.edu>
6896
6897 * config/rs6000/darwin.h (RS6000_OUTPUT_BASENAME):
6898 Remove semi-colon at the end of the expression.
6899
6900 2003-06-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6901
6902 * i370.c (mvs_function_name_length): Fix signed/unsigned warnings.
6903 * i370.h (mvs_function_name_length): Likewise.
6904 * i960.h (CONSTANT_ALIGNMENT): Likewise.
6905 * mips/linux.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
6906 * pa/pa-pro-end.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
6907 * pa.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
6908 * rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Delete unused
6909 variable.
6910
6911 2003-06-04 Daniel Jacobowitz <drow@mvista.com>
6912
6913 * config.gcc: Reorganize --with-cpu logic. Set
6914 configure_default_options according to the default CPU, --with-cpu,
6915 --with-arch, --with-tune, --with-schedule, --with-abi, and
6916 --with-float. Check for legal values of various options.
6917 * configure.in: Define configure_default_options in configargs.h.
6918 * configure: Regenerated.
6919 * config/mips/mips.h (TARGET_DEFAULT_ARCH_P)
6920 (TARGET_DEFAULT_FLOAT_P): New macros.
6921 * gcc.c (do_option_spec): New function.
6922 (struct default_spec, option_default_specs): New.
6923 (main): Call do_option_spec.
6924 * config/alpha/alpha.h, config/arm/arm.h, config/i386/i386.h,
6925 config/mips/mips.h, config/pa/pa.h, config/rs6000/rs6000.h,
6926 config/sparc/sparc.h (OPTION_DEFAULT_SPECS): Define.
6927
6928 * doc/install.texi: Update --with-cpu documentation. Mention
6929 --with-arch, --with-schedule, --with-tune, --with-abi, and
6930 --with-float.
6931 * doc/tm.texi (Driver): Document OPTION_DEFAULT_SPECS.
6932
6933 2003-06-04 Daniel Jacobowitz <drow@mvista.com>
6934
6935 * config.gcc: Only process --with-cpu logic in the third pass.
6936
6937 2003-06-04 Daniel Jacobowitz <drow@mvista.com>
6938
6939 * config.gcc: Reorganize --with-cpu section. Remove an
6940 obsolete comment about the default CPU for x86-64. Fix
6941 a typo for the ep9312. Update the list of supported PowerPC
6942 CPUs. Support a limited set of new --with-cpu options
6943 for i386.
6944
6945 2003-06-04 Aldy Hernandez <aldyh@redhat.com>
6946
6947 * config/rs6000/rs6000.c (rs6000_complex_function_value): Unpack
6948 complex numbers <= 32 bits into two registers.
6949
6950 2003-06-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6951
6952 * alpha.c (print_operand_address): Fix format specifier warnings.
6953 * alpha/elf.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
6954 * alpha/vms.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
6955 * arm/aof.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Likewise.
6956 * arm/pe.h (ASM_OUTPUT_COMMON): Likewise.
6957 * avr.h (ASM_OUTPUT_COMMON, ASM_GENERATE_INTERNAL_LABEL,
6958 ASM_OUTPUT_SKIP): Likewise.
6959 * c4x.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
6960 * dsp16xx.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
6961 * h8300.h (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_COMMON):
6962 Likewise.
6963 * i370.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
6964 * i386/cygming.h (ASM_OUTPUT_COMMON): Likewise.
6965 * i386/darwin.h (ASM_OUTPUT_COMMON): Likewise.
6966 * i960.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
6967 * m68k/hp320.h (PRINT_OPERAND_ADDRESS): Likewise.
6968 * mcore.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
6969 * pdp11.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
6970 * ptx4.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
6971 * sparc/freebsd.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
6972 * svr3.h (ASM_OUTPUT_COMMON): Likewise.
6973
6974 2003-06-04 J"orn Rennecke <joern.rennecke@superh.com>
6975
6976 * c-decl.c (c_init_decl_processing): Clear input_file_name
6977 while building common nodes.
6978 * dwarf2out.c (gen_compile_unit_die, dwarf2out_finish):
6979 Don't add working directory for strings like <built-in> .
6980
6981 2003-06-04 David Edelsohn <edelsohn@gnu.org>
6982
6983 * doc/install.texi (*-ibm-aix*): Native as and ld required
6984 to bootstrap on AIX 5L.
6985
6986 2003-06-04 Richard Henderson <rth@redhat.com>
6987
6988 * c-common.c (handle_cleanup_attribute): New.
6989 (c_common_attributes): Add it.
6990 * c-decl.c (finish_decl): Honor the cleanup attribute.
6991 * doc/extend.texi (Variable Attributes): Document it.
6992
6993 * unwind-c.c: New file.
6994 * Makefile.in (LIB2ADDEH): Add it.
6995 * config/t-darwin, config/t-linux, config/t-linux-gnulibc1,
6996 config/ia64/t-ia64: Likewise.
6997
6998 2003-06-04 Jakub Jelinek <jakub@redhat.com>
6999
7000 * function.c (trampolines_created): New variable.
7001 (expand_function_end): Set it when doing INITIALIZE_TRAMPOLINE.
7002 * function.h (trampolines_created): Add.
7003 * config/s390/linux.h (ASM_FILE_END): Define.
7004 * config/alpha/linux-elf.h (ASM_FILE_END): Define.
7005 * config/m68k/linux.h (ASM_FILE_END): Define.
7006 * config/rs6000/linux.h (ASM_FILE_END): Define.
7007 * config/rs6000/linux64.h (ASM_FILE_END): Define.
7008 * config/rs6000/ppc-asm.h: Add .note.GNU-stack on powerpc-linux.
7009 * config/sparc/linux.h (ASM_FILE_END): Define.
7010 * config/sparc/linux64.h (ASM_FILE_END): Define.
7011 * config/i386/i386.c (ix86_asm_file_end): Use SUBTARGET_FILE_END.
7012 * config/i386/linux.h (SUBTARGET_FILE_END): Define.
7013 * config/i386/linux64.h (SUBTARGET_FILE_END): Define.
7014
7015 Wed Jun 4 18:39:33 CEST 2003 Jan Hubicka <jh@suse.cz>
7016
7017 * i386.c (min_insn_size, k8_avoid_jump_misspredicts): New functions
7018 (ix86_reorg): Use it.
7019 * i386.md (align): New insn pattern.
7020
7021 2003-06-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7022
7023 * toplev.c (rest_of_type_compilation): Fix typo.
7024
7025 2003-06-04 Jakub Jelinek <jakub@redhat.com>
7026 Alan Modra <amodra@bigpond.net.au>
7027
7028 * config/i386/linux.h (NO_PROFILE_COUNTERS): Define to 1.
7029 * config/i386/freebsd.h (NO_PROFILE_COUNTERS): Likewise.
7030 * config/i386/netbsd-elf.h (NO_PROFILE_COUNTERS): Likewise.
7031 * config/xtensa/xtensa.h (NO_PROFILE_COUTNERS): Likewise.
7032 * config/darwin.h (NO_PROFILE_COUNTERS): Likewise.
7033 * final.c (NO_PROFILE_COUNTERS): Define to 0 if not defined.
7034 (profile_function): Allow NO_PROFILE_COUNTERS to be non-constant.
7035 * config/rs6000/rs6000.c (output_profile_hook): Likewise.
7036
7037 * configure.in (powerpc*-*, s390*-*): Set tls_as_opt.
7038 Pass it to $gcc_cv_as.
7039 * configure: Rebuilt.
7040
7041 * config/rs6000/rs6000.c (rs6000_abi_name): Remove initializer.
7042 (print_operand): Allow TARGET_AIX to be non-constant.
7043 (rs6000_aix_emit_builtin_unwind_init, rs6000_emit_eh_toc_restore):
7044 Define unconditionally.
7045 (rs6000_elf_declare_function_name): New function.
7046 * config/rs6000/rs6000.md (eh_return): Allow TARGET_AIX to be
7047 non-constant.
7048 * config/rs6000/linux64.h [!RS6000_BI_ARCH] (TARGET_64BIT): Define
7049 to 1.
7050 (DEFAULT_ARCH64_P, RS6000_BI_ARCH_P): Define.
7051 [IN_LIBGCC2] (TARGET_64BIT): Define based on whether __powerpc64__
7052 is defined.
7053 (TARGET_AIX): Define to 1 if TARGET_64BIT.
7054 (PROCESSOR_DEFAULT): Remove.
7055 (TARGET_RELOCATABLE, RS6000_ABI_NAME, INVALID_64BIT,
7056 INVALID_32BIT, SUBSUBTARGET_OVERRIDE_OPTIONS): Define.
7057 [RS6000_BI_ARCH] (OVERRIDE_OPTIONS, ASM_FILE_START): Define.
7058 (ASM_DEFAULT_SPEC, ASM_SPEC, LINK_OS_LINUX_SPEC): Define for both
7059 -m32 and -m64.
7060 (MULTILIB_DEFAULTS): Define.
7061 (SUBSUBTARGET_EXTRA_SPECS): Define.
7062 (ASM_SPEC32, ASM_SPEC64, ASM_SPEC_COMMON): Define.
7063 (TARGET_TOC): Define only if !RS6000_BI_ARCH.
7064 (TARGET_NO_TOC): Remove.
7065 [!RS6000_BI_ARCH] (TARGET_RELOCATABLE, TARGET_EABI,
7066 TARGET_PROTOTYPE): Define to 0.
7067 (NO_PROFILE_COUNTERS): Define to TARGET_64BIT.
7068 (PROFILE_HOOK): Only call output_profile_hook if TARGET_64BIT.
7069 (ADJUST_FIELD_ALIGN, ROUND_TYPE_ALIGN): Adjust to work properly
7070 if !TARGET_64BIT.
7071 (USER_LABEL_PREFIX): Remove.
7072 (JUMP_TABLES_IN_TEXT_SECTION): Define to TARGET_64BIT.
7073 (SETUP_FRAME_ADDRESSES): Only call rs6000_aix_emit_builtin_unwind_init
7074 if TARGET_64BIT.
7075 (TARGET_OS_CPP_BUILTINS): Handle both -m32 and -m64.
7076 (LINK_OS_LINUX_SPEC32, LINK_OS_LINUX_SPEC64): Define.
7077 (STARTFILE_LINUX_SPEC, ENDFILE_LINUX_SPEC): Remove.
7078 (TOC_SECTION_ASM_OP): Define depending on TARGET_64BIT.
7079 (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
7080 (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE): Define depending on
7081 TARGET_64BIT.
7082 (RS6000_CALL_GLUE): Likewise.
7083 (SAVE_FP_PREFIX, SAVE_FP_SUFFIX, RESTORE_FP_PREFIX,
7084 RESTORE_FP_SUFFIX): Likewise.
7085 (ASM_DECLARE_FUNCTION_NAME): Remove.
7086 (ASM_DECLARE_FUNCTION_SIZE, ASM_OUTPUT_SOURCE_LINE,
7087 DBX_OUTPUT_BRAC, DBX_OUTPUT_NFUN): Only output dot before function
7088 name if TARGET_64BIT.
7089 (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Handle both TARGET_64BIT and
7090 !TARGET_64BIT.
7091 (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Remove undefs.
7092 (ASM_PREFERRED_EH_DATA_FORMAT): Take TARGET_64BIT into account.
7093 (DRAFT_V4_STRUCT_RET): Define.
7094 (SIGNAL_FRAMESIZE): New enum value.
7095 (MD_FALLBACK_FRAME_STATE_FOR): Define.
7096 * config/rs6000/default64.h: New file.
7097 * config/rs6000/sysv4.h (SUBTARGET_SWITCHES): Add -m32 and -m64
7098 options.
7099 (SUBTARGET_OVERRIDE_OPTIONS): If rs6000_abi_name is NULL, set it
7100 to RS6000_ABI_NAME. Only disallow mixing of -fPIC with -mcall-aixdesc
7101 if !TARGET_64BIT.
7102 [!RS6000_BI_ARCH] (SUBSUBTARGET_OVERRIDE_OPTIONS): Define.
7103 (ASM_DECLARE_FUNCTION_NAME): Use rs6000_elf_declare_function_name
7104 function.
7105 (TARGET_OS_SYSV_CPP_BUILTINS): Define.
7106 (TARGET_OS_CPP_BUILTINS): Use it.
7107 (CPP_SYSV_SPEC): Remove.
7108 (CPP_SPEC): Remove cpp_sysv.
7109 (SUBTARGET_EXTRA_SPECS): Remove cpp_sysv.
7110 Add SUBSUBTARGET_EXTRA_SPECS.
7111 (SUBSUBTARGET_EXTRA_SPECS): Define.
7112 * config/rs6000/biarch64.h: New file.
7113 * config/rs6000/rs6000-protos.h (rs6000_elf_declare_function_name):
7114 New prototype.
7115 * config/rs6000/x-linux64: New file.
7116 * config/rs6000/t-linux64: Build -m64, -m32 and -m32 -msoft-float
7117 multilibs.
7118 * config/rs6000/eabi-ci.asm: Protect with #ifndef __powerpc64__.
7119 * config/rs6000/eabi-cn.asm: Likewise.
7120 * config/rs6000/tramp.asm: Likewise.
7121 * config/rs6000/sol-ci.asm: Likewise.
7122 * config/rs6000/sol-cn.asm: Likewise.
7123 * config/rs6000/linux.h (TARGET_64BIT): Define to 0.
7124 (TARGET_OS_CPP_BUILTINS): Use TARGET_OS_SYSV_CPP_BUILTINS.
7125 * config/rs6000/ppc-asm.h: Move __powerpc64__ section before
7126 _CALL_AIXDESC section.
7127 * config.gcc (powerpc64-*-linux*): Configure a bi-arch compiler,
7128 defaulting to -m64 unless --with-cpu= is one of the 32-bit CPUs
7129 or default32.
7130
7131 2003-06-04 Daniel Jacobowitz <drow@mvista.com>
7132
7133 * config.gcc: Revert accidentally committed ARM changes.
7134
7135 2003-06-04 Roger Sayle <roger@eyesopen.com>
7136
7137 * builtins.c (dconstpi, dconste): New mathematical constants.
7138 (init_builtin_dconsts): New function to initialize dconstpi
7139 and dconste.
7140 (fold_builtin): Optimize exp(1.0) = e. Evaluate exp(x) at
7141 compile time with -ffast-math when x is an integer constant.
7142 Optimize tan(0.0) = 0.0. Optimize atan(0.0) = 0.0,
7143 atan(1.0) = pi/4 and tan(atan(x)) = x with -ffast-math.
7144
7145 2003-06-04 Roger Sayle <roger@eyesopen.com>
7146
7147 * calls.c (expand_call): Avoid calling pure or const functions
7148 when the result is ignored (or void) and none of the arguments
7149 are volatile. Move warning diagnostic earlier in function.
7150
7151 2003-06-04 Andreas Jaeger <aj@suse.de>
7152
7153 * system.h: Do not poison TDESC_SECTION_ASM_OP,
7154 RDATA_SECTION_ASM_OP and SUBTARGET_PROLOGUE.
7155
7156 2003-06-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7157
7158 * final.c (asm_fprintf): Update comments, accept "-+ #0" flags,
7159 optimize '%' case, handle %c, don't accept %p, %e, %f or %g,
7160 handle %ll, optimize regular character case.
7161
7162 2003-06-04 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
7163
7164 * Makefile.in (cse.o): Add params.h dependency.
7165 * cse.c: Include params.h.
7166 (PATHLENGTH): Removed.
7167 (struct cse_basic_block_data): Make path array dynamic.
7168 (cse_end_of_basic_block): Use PARAM_MAX_CSE_PATH_LENGTH instead
7169 of PATHLENGTH.
7170 (cse_main, cse_basic_block): Allocate path array.
7171 * params.def (PARAM_MAX_CSE_PATH_LENGTH): New.
7172
7173 Wed Jun 4 09:49:21 CEST 2003 Jan Hubicka <jh@suse.cz>
7174
7175 * i386.c (ix86_reorg): Replace the jump instead of adding nop.
7176 * i386.md (UNSPEC_REP): New constant.
7177 (return_internal_long): New pattern.
7178
7179 2003-06-04 Eric Botcazou <ebotcazou@libertysurf.fr>
7180
7181 PR optimization/11018
7182 * config/sparc/sparc.c (sparc_v8plus_shift): Use which_alternative
7183 consistently to decide whether the scratch register is really
7184 required.
7185
7186 2003-06-04 Eric Botcazou <ebotcazou@libertysurf.fr>
7187
7188 PR optimization/10876
7189 * config/sparc/sparc.h (CONST_OK_FOR_LETTER): Add
7190 new 'O' constraint for constant 4096.
7191 (CONST_DOUBLE_OK_FOR_LETTER_P): Likewise.
7192 * config/sparc/sparc.md (adddi3 expander): Canonicalize pattern.
7193 Do not transform into MINUS insn for constant 4096.
7194 (*adddi3_sp64 insn): Canonicalize pattern. Add new alternative
7195 for constant 4096 as third operand.
7196 (addsi3 expander): Remove.
7197 (*addsi3 insn): Rename into 'addsi3'. Canonicalize pattern. Add
7198 new alternative for constant 4096 as third operand.
7199 (subdi3 expander): Do not transform into PLUS insn for constant 4096.
7200 (*subdi3_sp64 insn): Add new alternative for constant 4096 as third
7201 operand.
7202 (subsi3 expander): Remove.
7203 (*subsi3 insn): Rename into 'subsi3'. Add new alternative for
7204 constant 4096 as third operand.
7205 * doc/md.texi (Machine Constraints): Document new 'O' constraint for
7206 the SPARC port.
7207
7208 2003-06-03 Chris Demetriou <cgd@broadcom.com>
7209
7210 * config/mips/t-linux64 (CRTSTUFF_T_CFLAGS_S): Define.
7211
7212 2003-06-04 Andreas Jaeger <aj@suse.de>
7213
7214 * config/i386/uwin.h: Remove SUBTARGET_PROLOGUE.
7215
7216 * config/i386/i386.c (ix86_expand_prologue): Do not use
7217 SUBTARGET_PROLOGUE.
7218
7219 * system.h: Poision SUBTARGET_PROLOGUE.
7220
7221 * config/arm/arm-protos.h: Remove unused rdate_section prototype.
7222
7223 * output.h: Remove TDESC_SECTION_ASM_OP and RDATA_SECTION_ASM_OP
7224 dependend code.
7225
7226 * system.h: Poison TDESC_SECTION_ASM_OP and RDATA_SECTION_ASM_OP.
7227
7228 * system.h: Poison INSN_CACHE_DEPTH, INSN_CACHE_SIZE and
7229 INSN_CACHE_LINE_WIDTH.
7230
7231 * libgcc2.c (INSN_CACHE_PLANE_SIZE): Removed.
7232 (__clear_cache): Remove code dependend on INSN_CACHE_DEPTH,
7233 INSN_CACHE_SIZE and INSN_CACHE_LINE_WIDTH.
7234
7235 * doc/tm.texi (Trampolines): Remove INSN_CACHE_DEPTH,
7236 INSN_CACHE_SIZE and INSN_CACHE_LINE_WIDTH.
7237
7238 * dbxout.c (dbxout_type): Remove usage of DBX_OUTPUT_ENUM.
7239 (dbxout_symbol): Remove usage of DBX_OUTPUT_CONSTANT_SYMBOL.
7240 (dbxout_block): Remove usage of DBX_OUTPUT_CATCH.
7241 (dbxout_block): Remove usage of DBX_LBRAC_FIRST.
7242 (dbxout_source_file): Remove usage of DBX_OUTPUT_SOURCE_FILENAME.
7243 (dbxout_init): Remove test for DBX_WORKING_DIRECTORY.
7244
7245 * doc/tm.texi (DBX Options): Do not document DBX_LBRAC_FIRST,
7246 DBX_OUTPUT_SOURCE_FILENAME and DBX_OUTPUT_ENUM and
7247 DBX_WORKING_DIRECTORY.
7248
7249 * system.h: Poison DBX_LBRAC_FIRST, DBX_OUTPUT_ENUM,
7250 DBX_OUTPUT_SOURCE_FILENAME and DBX_WORKING_DIRECTORY.
7251
7252 * config/frv/frv-protos.h: Remove unused const_section
7253 declaration.
7254 * config/vax/vax-protos.h: Likewise.
7255
7256 * output.h: Remove CONST_SECTION_ASM_OP usage.
7257
7258 * system.h: Poison CONST_SECTION_ASM_OP.
7259
7260 * crtstuff.c (__do_global_dtors_aux): Remove usage of
7261 CRT_GET_RFIB_TEXT.
7262 (frame_dummy): Likewise.
7263 * unwind-dw2-fde-glibc.c (_Unwind_IteratePhdrCallback): Likewise.
7264 * system.h: Poison CRT_GET_RFIB_TEXT.
7265
7266 * collect2.c (is_ctor_dtor): Remove CFRONT_LOSSAGE dependend code.
7267
7268 * fix-header.c: Remove ADD_MISSING_EXTERN_C dependend variables.
7269 (write_lbrac): Remove ADD_MISSING_EXTERN_C dependend code.
7270 (recognized_function): Likewise.
7271 (read_scan_file): Likewise.
7272
7273 2003-06-03 Roger Sayle <roger@eyesopen.com>
7274
7275 * optabs.c (expand_binop): Optimize complex multiplication for
7276 the case of squaring a complex argument.
7277
7278 2003-06-03 Roger Sayle <roger@eyesopen.com>
7279
7280 * optabs.c (expand_binop): Attempt to reuse pseudos for duplicate
7281 non-volatile operands of binary operations.
7282 (prepare_cmp_insn): Likewise.
7283
7284 2003-06-03 Roger Sayle <roger@eyesopen.com>
7285
7286 * varasm.c (force_const_mem): Handle alignment of constants not
7287 representable as a type in the front-end language.
7288
7289 2003-06-03 Kazu Hirata <kazu@cs.umass.edu>
7290
7291 * flow.c (initialize_uninitialized_subregs): Use
7292 emit_move_insn instead of emitting a hardcoded move.
7293
7294 2003-06-03 Richard Henderson <rth@redhat.com>
7295
7296 * optabs.c (expand_abs_nojump): Split out from ...
7297 (expand_abs): ... here.
7298 * optabs.h (expand_abs_nojump): Declare.
7299 * ifcvt.c: (noce_try_abs): Use expand_abs_nojump.
7300 * Makefile.in (ifcvt.o): Depend on optabs.h.
7301
7302 2003-06-03 Alan Modra <amodra@bigpond.net.au>
7303
7304 * dwarf2out.c (DEBUG_STR_SECTION_FLAGS): Heed flag_merge_constants.
7305
7306 2003-06-03 Jason Thorpe <thorpej@wasabisystems.com>
7307
7308 * config.gcc (default_use_cxa_atexit): New variable, defaults to no.
7309 (*-*-netbsd[2-9]* | *-*-netbsdelf[2-9]*): Set default_use_cxa_atexit
7310 to yes.
7311 * configure.in: Allow default_use_cxa_atexit to determine the
7312 value of DEFAULT_USE_CXA_ATEXIT if not explicitly enabled or
7313 disabled.
7314 * configure: Regenerate.
7315
7316 2003-06-03 Douglas B Rupp <rupp@gnat.com>
7317
7318 * Makefile.in (TEXI_GCC_FILES): Remove vms.texi entry.
7319 * doc/gcc.texi: Remove vms.texi section.
7320 * doc/vms.texi: Remove obsolete file.
7321
7322 2003-05-23 J"orn Rennecke <joern.rennecke@superh.com>
7323
7324 * configure.in (inhibit_libc): Don't define when configuring
7325 with --with-newlib --with-headers.
7326 * configure: Regenerate.
7327
7328 * t-sh: Remove LIB2FUNCS_EXTRA and embed-bb.c rules.
7329
7330 2003-06-03 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7331
7332 * configure.in (gcc_cv_as_hidden): Disable .hidden completely on
7333 IRIX 6 without GNU ld.
7334 * configure: Regenerate.
7335
7336 2003-06-03 Roger Sayle <roger@eyesopen.com>
7337
7338 * expr.c (emit_move_insn_1): Use emit_move_insn to move the parts
7339 of a complex number rather than invoke mov_optab directly.
7340
7341 2003-06-03 Kazu Hirata <kazu@cs.umass.edu>
7342
7343 * combine.c (simplify_set): Don't move a subreg in SET_SRC to
7344 SET_DEST if WORD_REGISTER_OPERATIONS is not defined.
7345
7346 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
7347
7348 * config/i386/x86-64.h: Remove two target-independent comments;
7349 replace "GNU CC" with "GCC".
7350
7351 2003-06-03 Anthony Green <green@redhat.com>
7352
7353 * config/frv/t-frv (EXTRA_HEADERS): Remove media.h
7354
7355 2003-06-03 Roger Sayle <roger@eyesopen.com>
7356
7357 * builtins.def (BUILT_IN_CABS, BUILT_IN_CABSF, BUILT_IN_CABSL):
7358 New builtins representing ISO C99's cabs, cabsf and cabsl.
7359 * builtins.c (expand_builtin_fabs): New function.
7360 (expand_builtin_cabs): New function.
7361 (expand_builtin): Expand BUILT_IN_FABS{,F,L} and BUILT_IN_CABS{,F,L}
7362 using expand_builtin_fabs and expand_builtin_cabs respectively.
7363
7364 * doc/extend.texi: Document new cabs, cabsf and cabsl builtins.
7365
7366 2003-06-03 Aldy Hernandez <aldyh@redhat.com>
7367
7368 * function.c (assign_parms): Split complex arguments.
7369
7370 * doc/tm.texi (SPLIT_COMPLEX_ARGS): Document.
7371
7372 * expr.h (SPLIT_COMPLEX_ARGS): Define.
7373 (split_complex_types): Protoize.
7374 (split_complex_values): Protoize.
7375
7376 * calls.c (expand_call): Split complex arguments on architectures
7377 that require it.
7378 (split_complex_values): New.
7379 (split_complex_types): New.
7380
7381 * config/rs6000/rs6000.c (rs6000_libcall_value): New.
7382 (rs6000_function_value): Handle complex values on AIX.
7383 (rs6000_complex_function_value): New.
7384
7385 * config/rs6000/rs6000-protos.h (rs6000_libcall_value): Protoize.
7386
7387 * config/rs6000/rs6000.h (LIBCALL_VALUE): Call function.
7388 (SPLIT_COMPLEX_ARGS): New.
7389
7390 2003-06-03 Jakub Jelinek <jakub@redhat.com>
7391
7392 * configure.in (HAVE_LD_PIE): Check for ld -pie.
7393 * config.in: Rebuilt.
7394 * configure: Rebuilt.
7395 * toplev.c (flag_pie, flag_shlib): New variables.
7396 (f_options): Add -fpie and -fPIE.
7397 (parse_options_and_default_flags): Set flag_pic if -fpie/-fPIE.
7398 Set flag_shlib if flag_pic and not -fpie/-fPIE.
7399 * flags.h (flag_pic, flag_shlib): Add.
7400 * varasm.c (default_binds_local_p): Use flag_shlib instead of
7401 flag_pic.
7402 * gcc.c (LINK_PIE_SPEC): Define.
7403 (LINK_COMMAND_SPEC): Use LINK_PIE_SPEC.
7404 (option_map): Add --pie -> -pie mapping.
7405 * config/sol2.h (ASM_SPEC): Handle -fpie the same way as -fpic
7406 and -fPIE the same way as -fPIC.
7407 * config/openbsd.h (ASM_SPEC): Likewise.
7408 * config/frv/frv.h (ASM_SPEC): Likewise.
7409 * config/arm/linux-gas.h (SUBTARGET_CPP_SPEC): Likewise.
7410 * config/arm/semi.h (ASM_SPEC): Likewise.
7411 * config/arm/netbsd-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise.
7412 * config/freebsd-spec.h (FBSD_CPP_SPEC): Likewise.
7413 * config/i386/beos-elf.h (CC1_SPEC): Likewise.
7414 * config/i386/freebsd-aout.h (ASM_SPEC): Likewise.
7415 * config/m68k/linux.h (CPP_SPEC): Likewise.
7416 * config/m68k/netbsd.h (ASM_SPEC): Likewise.
7417 * config/m68k/openbsd.h (ASM_SPEC): Likewise.
7418 * config/m68k/netbsd-elf.h (ASM_SPEC): Likewise.
7419 * config/mips/linux.h (SUBTARGET_CPP_SPEC): Likewise.
7420 * config/mips/openbsd.h (SUBTARGET_ASM_SPEC): Likewise.
7421 * config/pa/pa-linux.h (CPP_SPEC): Likewise.
7422 * config/netbsd-aout.h (ASM_SPEC): Likewise.
7423 * config/rs6000/sysv4.h (ASM_SPEC, CPP_SYSV_SPEC): Likewise.
7424 * config/rs6000/vxworks.h (CPP_SPEC): Likewise.
7425 * config/sparc/linux.h (CPP_SUBTARGET_SPEC, ASM_SPEC): Likewise.
7426 * config/sparc/linux64.h (CPP_SUBTARGET_SPEC, ASM_SPEC): Likewise.
7427 * config/sparc/sparc.h (ASM_SPEC): Likewise.
7428 * config/sparc/sp64-elf.h (ASM_SPEC): Likewise.
7429 * config/sparc/sysv4.h (ASM_SPEC): Likewise.
7430 * config/sparc/netbsd-elf.h (ASM_SPEC): Likewise.
7431 * config/sparc/openbsd64.h (ASM_SPEC): Likewise.
7432 * config/cris/linux.h (CRIS_ASM_SUBTARGET_SPEC): Likewise.
7433 * config/linux.h (STARTFILE_SPEC, ENDFILE_SPEC): Handle -pie.
7434 Simplify.
7435 * config/alpha/elf.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
7436 * config/i386/linux64.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
7437 * config/ia64/linux.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
7438 * config/rs6000/sysv4.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
7439 * config/rs6000/linux64.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
7440 * config/sparc/linux.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
7441 * config/sparc/linux64.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
7442 * doc/invoke.texi: Document -pie, -fpie and -fPIE options.
7443
7444 2003-06-03 Jakub Jelinek <jakub@redhat.com>
7445
7446 * builtins.c (expand_builtin_memcpy): Remove endp argument and endp
7447 != 0 handling. Pass 0 to store_by_pieces.
7448 (expand_builtin_mempcpy): Add endp argument. Don't call
7449 expand_builtin_memcpy, call store_by_pieces resp. move_by_pieces
7450 directly. If ignoring result, only do expand_call.
7451 (expand_builtin_stpcpy): Likewise. Call expand_builtin_mempcpy
7452 otherwise.
7453 (expand_builtin_strncpy, expand_builtin_memset): Adjust
7454 store_by_pices callers.
7455 (expand_builtin): Adjust expand_builtin_memcpy and
7456 expand_builtin_mempcpy callers.
7457 * expr.c (can_move_by_pieces): New function.
7458 (move_by_pieces): Add endp argument, return to resp. memory at end
7459 or one byte earlier depending on endp.
7460 (store_by_pieces): Likewise.
7461 (emit_block_move): Adjust call to move_by_pieces.
7462 (emit_push_insn): Adjust move_by_pieces caller.
7463 * expr.h (can_move_by_pieces): New prototype.
7464 (store_by_pieces): Adjust prototypes.
7465 * rtl.h (move_by_pieces): Adjust prototype.
7466 * config/mips/mips.c (expand_block_move): Adjust move_by_pieces
7467 caller.
7468
7469 2003-06-03 Ben Elliston <bje@wasabisystems.com>
7470
7471 * doc/md.texi (Processor pipeline description): Improve wording.
7472
7473 2003-06-03 Neil Booth <neil@daikokuya.co.uk>
7474
7475 * c-opts.c (c_common_handle_option): New, pulled out of
7476 c_common_decode_option. Substitute uses of argv.
7477 (c_common_decode_option): Broken into two.
7478
7479 2003-06-02 Roger Sayle <roger@eyesopen.com>
7480 Zack Weinberg <zack@codesourcery.com>
7481
7482 * emit-rtl.c (gen_complex_constant_part): Remove unnecessary
7483 test of TREE_CONSTANT_POOL_ADDRESS_P.
7484
7485 2003-06-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7486
7487 * mips.c: Don't include output.h twice.
7488 * stormy16.c: Likewise.
7489 * xtensa.c: Likewise.
7490 * output.h: Protect against multiple inclusion.
7491
7492 2003-06-02 J"orn Rennecke <joern.rennecke@superh.com>
7493
7494 * sh.h (OLD_ARG_MODE): New macro.
7495 (FUNCTION_ARG_ADVANCE, FUNCTION_ARG_PASS_BY_REFERENCE): Use it.
7496 (FUNCTION_ARG_1): Break out of:
7497 (FUNCTION_ARG). Use OLD_ARG_MODE.
7498
7499 2003-06-02 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
7500
7501 * gcc/config.gcc Add support multilib parts for m32rx processor.
7502
7503 2003-06-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7504
7505 * Makefile.in (c-options.c): Pass in $(AWK) to opts.sh.
7506 (mostlyclean): Delete c-options.c and c-options.h.
7507
7508 2003-06-02 Neil Booth <neil@daikokuya.co.uk>
7509
7510 * c-opts.c (CL_REJECT_NEGATIVE): New.
7511 (c_common_decode_option): Update to use it.
7512 * c.opt: Update documentation; use RejectNegative.
7513 * opts.sh: Handle RejectNegative.
7514
7515 2003-06-01 Zack Weinberg <zack@codesourcery.com>
7516
7517 * ggc-page.c (init_ggc): Give better diagnostics on failure to
7518 open /dev/zero.
7519 * toplev.c (crash_signal): Reset handling for received signal
7520 to SIG_DFL.
7521
7522 2003-06-02 Ben Elliston <bje@wasabisystems.com>
7523
7524 * config/arm/arm.c (arm_use_dfa_pipeline_interface): Declare.
7525 (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): Define if not already.
7526 (arm_use_dfa_pipeline_interface): Implement.
7527 * config/arm/arm.md (arm): New automaton.
7528 (write_buf): Remove function units; new cpu unit.
7529 (write_blockage): Remove function units; new cpu unit.
7530 (core): Remove function units; new cpu unit.
7531 (r_mem_f_wbuf): New instruction reservation.
7532 (store1_wbuf, store2_wbuf, store3_wbuf, store4_wbuf): Likewise.
7533 (store1_ldsched, store2, store3, store4): Likewise.
7534 (load_ldsched, load_ldsched_xscale, load_or_store): Likewise.
7535 (mult, mult_ldsched, mult_ldsched_strongarm): Likewise.
7536 (multi_cycle, single_cycle): Likewise.
7537 * config/arm/fpa.md (armfp): New automaton.
7538 (fpa): Remove function units; new cpu unit.
7539 (fpa_mem): Remove function unit; new cpu unit.
7540 (fdivx, fdivd, fdivs, fmul, ffmul, farith, ffarith): New reservations.
7541 (r_2_f, f_2_r, f_load, f_store, r_mem_f, f_mem_r): Likewise.
7542
7543 2003-06-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7544
7545 * builtin-attrs.def (ATTR_ASM_FPRINTF): New.
7546 * c-format.c (enum format_type): Add asm_fprintf_format_type.
7547 (NOARGUMENTS, asm_fprintf_length_specs, asm_fprintf_flag_specs,
7548 asm_fprintf_flag_pairs, asm_fprintf_char_table): New.
7549 (format_types_orig): Renamed from format_types. Add new data.
7550 (format_types): Declare as pointer.
7551 (handle_format_attribute): Move later in file so we have all
7552 necessary declarations. Add section to capture HOST_WIDE_INT.
7553 * output.h (ATTRIBUTE_ASM_FPRINTF, __gcc_host_wide_int__): New.
7554 (asm_fprintf): Mark with ATTRIBUTE_ASM_FPRINTF.
7555
7556 2003-06-01 Andreas Jaeger <aj@suse.de>
7557
7558 * doc/tm.texi (Storage Layout): Remove ROUND_TYPE_SIZE and
7559 ROUND_TYPE_SIZE_UNIT.
7560
7561 * stor-layout.c (finalize_record_size): Remove usages of
7562 ROUND_TYPE_SIZE and ROUND_TYPE_SIZE_UNIT.
7563 (finalize_type_size): Likewise.
7564 (layout_type): Likewise.
7565
7566 * system.h: Poison ROUND_TYPE_SIZE and ROUND_TYPE_SIZE_UNIT.
7567
7568 * loop.c (check_insn_for_givs): Remove DONT_REDUCE_ADDR macro.
7569
7570 * config/d30v/d30v.h: Remove text copied from the manual.
7571
7572 2003-06-01 Roger Sayle <roger@eyesopen.com>
7573 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7574 Geoffrey Keating <geoffk@apple.com>
7575
7576 * emit-rtl.c (gen_lowpart_common): Handle interpreting integer
7577 constants as condition code values.
7578
7579 2003-06-01 DJ Delorie <dj@redhat.com>
7580
7581 * cppmacro.c (warn_of_redefinition): Handle cases where the two
7582 definitions have different numbers of tokens.
7583
7584 2003-06-01 Andreas Jaeger <aj@suse.de>
7585
7586 * gen-protos.c (main): Readd unused attribute for argc.
7587
7588 2003-06-01 Neil Booth <neil@daikokuya.co.uk>
7589
7590 * Makefile.in (c-options.c, c-options.h): Parallel make safe.
7591 * c.opt: End in blank line.
7592 * opts.sh: Take AWK from environment if available; use C locale.
7593
7594 2003-06-01 Andreas Schwab <schwab@suse.de>
7595
7596 * config/m68k/linux.h: Remove code protected by USE_GNULIBC_1.
7597
7598 2003-06-01 Andreas Jaeger <aj@suse.de>
7599
7600 * gen-protos.c (main): Revert patch to check for argument.
7601
7602 2003-06-01 Eric Botcazou <ebotcazou@libertysurf.fr>
7603
7604 PR target/11044
7605 * config/i386/i386.md (length attribute): Set length to 4
7606 for instructions of type "fcmp".
7607
7608 2003-06-01 Andreas Jaeger <aj@suse.de>
7609
7610 * toplev.c: Use ISO C90 prototypes.
7611
7612 * toplev.h: Use ISO C90 prototypes.
7613
7614 * genrecog.c: Use ISO C90 prototypes.
7615 (nodes_identical): Correct declaration to match prototype.
7616 (maybe_both_true): Likewise.
7617 (merge_trees): Likewise.
7618
7619 * genpeep.c (gen_peephole): Remove #if 0 code.
7620 Use ISO C90 prototypes.
7621
7622 * genattrtab.c (copy_rtx_unchanging): Remove #if 0'ed code.
7623 Remove #if 0'ed function simplify_by_alternatives.
7624 (optimize_attrs): Remove #if 0'ed code.
7625 Remove ^L.
7626 Use ISO C90 prototypes.
7627 (make_canonical): Remove #if 0'ed code.
7628 (convert_const_symbol_ref): Remove #if 0'ed function.
7629
7630 * gen-protos.c (main): Check for argument.
7631
7632 * rtl.h: Use ISO C90 prototypes for functions from lists.c.
7633
7634 * params.h: Use ISO C90 prototypes.
7635 * params.c: Likewise.
7636 * intl.c: Likewise.
7637 * intl.h: Likewise.
7638 * lists.c: Likewise.
7639 * errors.c: Likewise.
7640 * errors.h: Likewise.
7641 * gencodes.c: Likewise.
7642 * genpreds.c: Likewise.
7643 * genattr.c: Likewise.
7644 * gen-protos.c: Likewise.
7645 * genflags.c: Likewise
7646 * genconditions.c: Likewise.
7647 * genautomata.c: Likewise.
7648 * gencheck.c: Likewise.
7649 * genconfig.c: Likewise.
7650 * genconstants.c: Likewise.
7651 * genemit.c: Likewise.
7652 * genextract.c: Likewise.
7653 * gengenrtl.c: Likewise.
7654 * gengtype.c: Likewise.
7655 * gengtype.h: Likewise.
7656 * genopinit.c: Likewise.
7657 * genoutput.c: Likewise.
7658 * gensupport.c: Likewise.
7659 * gensupport.h: Likewise.
7660
7661 * sdbout.h: Use ISO C90 prototypes.
7662
7663 * sdbout.c (CONTIN): Removed empty macro.
7664 (sdbout_one_type): Remove CONTIN usages.
7665 Remove ^Ls.
7666 (tag_of_ru_type): Remove #if 0'ed function.
7667 (sdbout_symbol): Remove #if 0'ed code.
7668 (sdbout_one_type): Remove a #if 1.
7669 (sdbout_one_type): Remove #if 0'ed code.
7670 (sdbout_init): Remove RMS_QUICK_HACK_1 code.
7671 Remove PARAMS, use ISO C90 prototypes for all functions.
7672
7673 2003-06-01 Josef Zlomek <zlomekj@suse.cz>
7674
7675 * rtl.def (CONST_DOUBLE): Update comment.
7676
7677 2003-06-01 Neil Booth <neil@daikokuya.co.uk>
7678
7679 * opts.sh: Remove path from sort.
7680
7681 2003-06-01 Aldy Hernandez <aldyh@redhat.com>
7682
7683 PR/9680
7684 * config/rs6000/rs6000.h (CANNOT_CHANGE_MODE_CLASS): Require
7685 TARGET_SPE for SPE_VECTOR_MODE.
7686
7687 2003-05-31 Aldy Hernandez <aldyh@redhat.com>
7688
7689 * toplev.c (botch): Remove.
7690 (do_abort): Remove.
7691 (set_Wunused): Comment.
7692 (set_Wextra): Comment.
7693 Remove ^L's.
7694 (rest_of_compilation): Factor out common code into functions.
7695 (rest_of_handle_inlining): New.
7696 (rest_of_handle_ssa): New.
7697 (rest_of_handle_cse): New.
7698 (rest_of_handle_gcse): New.
7699 (rest_of_handle_loop_optimize): New.
7700 (rest_of_handle_jump_bypass): New.
7701 (rest_of_handle_sibling_calls): New.
7702 (rest_of_handle_null_pointer): New.
7703 (rest_of_handle_addresof): New.
7704 (rest_of_handle_flow): New.
7705 (rest_of_handle_branch_prob): New.
7706 (rest_of_handle_if_conversion): New.
7707 (rest_of_handle_tracer): New.
7708 (rest_of_handle_loop2): New.
7709 (rest_of_handle_cse2): New.
7710 (rest_of_handle_life): New.
7711 (rest_of_handle_combine): New.
7712 (rest_of_handle_if_after_combine): New.
7713 (rest_of_handle_regmove): New.
7714 (rest_of_handle_sched): New.
7715 (rest_of_handle_old_regalloc): New.
7716 (rest_of_handle_new_regalloc): New.
7717 (rest_of_handle_regrename): New.
7718 (rest_of_handle_reorder_blocks): New.
7719 (rest_of_handle_sched2): New.
7720 (rest_of_handle_new_regalloc): New.
7721 (rest_of_handle_old_regalloc): New.
7722 (rest_of_handle_regrename): New.
7723 (rest_of_handle_reorder_blocks): New.
7724 (rest_of_handle_stack_regs): New.
7725 (rest_of_handle_machine_reorg): New.
7726 (rest_of_handle_delay_slots): New.
7727 (rest_of_handle_final): New.
7728
7729 * toplev.h (botch): Remove prototype.
7730 (do_abort): Same.
7731
7732 2003-05-31 Neil Booth <neil@daikokuya.co.uk>
7733
7734 * Makefile.in (c-opts.o, c-options.h): Update dependencies.
7735 * c-opts.c: Include c-options.h and c-options.c.
7736 (CL_C_ONLY, CL_OBJC_ONLY, CL_CXX_ONLY, CL_OBJCXX_ONLY):
7737 Rename CL_C, CL_OBJC, CL_CXX, CL_OBJCXX.
7738 (CL_ARG, CL_ALL, COMMAND_LINE_OPTIONS, struct cl_option,
7739 OPT, opt_comp): Remove.
7740 (missing_arg, c_common_init_options, c_common_decode_option,
7741 write_langs): Update for macro redefinitions and enumeration
7742 name changes.
7743 * c.opt, opts.sh: New files.
7744 * doc/passes.texi: Update.
7745
7746 2003-05-31 Andreas Jaeger <aj@suse.de>
7747
7748 * function.c (trampoline_address): Remove ALLOCATE_TRAMPOLINE
7749 usage.
7750
7751 * doc/tm.texi (Trampolines): Remove ALLOCATE_TRAMPOLINE.
7752
7753 * config/d30v/d30v.h: Remove traces of ALLOCATE_TRAMPOLINE.
7754
7755 * system.h: Poison ALLOCATE_TRAMPOLINE.
7756
7757 * doc/tm.texi (Misc): Remove HANDLE_PRAGMA.
7758 * system.h: Poison HANDLE_PRAGMA.
7759
7760 2003-05-31 Kazu Hirata <kazu@cs.umass.edu>
7761
7762 * doc/invoke.texi: Update dump file names.
7763
7764 2003-05-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7765
7766 * c-format.c (format_length_info, format_char_info,
7767 format_flag_spec, format_flag_pair, format_kind_info):
7768 De-const-ify structure members.
7769
7770 2003-05-31 Roger Sayle <roger@eyesopen.com>
7771
7772 * flags.h (flag_wrapv): New flag controlling overflow semantics.
7773 * toplev.c (flag_wrapv): Declare the variable with default false.
7774 (lang_independent_options): New option "-fwrapv" to set the above.
7775
7776 * fold-const.c (extract_muldiv_1): Disable optimization of (2*x)/2
7777 as x, when signed arithmetic overflow wraps around.
7778 (fold): Optimize "-A - B" as "-B - A" if overflow wraps around.
7779 * loop.c (basic_induction_var): Ignore BIVs that rely on undefined
7780 overflow when flag_wrapv is true.
7781
7782 * doc/invoke.texi: Document new -fwrapv command line option.
7783 * doc/c-tree.texi: Mention that the overflow semantics of
7784 NEGATE_EXPR, PLUS_EXPR, MINUS_EXPR and MULT_EXPR is dependent
7785 upon both flag_wrapv and flag_trapv.
7786
7787 2003-05-31 Eric Botcazou <ebotcazou@libertysurf.fr>
7788
7789 * doc/install.texi (mips-sgi-irix5): Add missing
7790 HTML <hr> marker.
7791
7792 2003-05-31 Eric Botcazou <ebotcazou@libertysurf.fr>
7793
7794 * doc/md.texi (Machine Constraints): Document
7795 missing SPARC constraints.
7796
7797 2003-05-31 Eric Botcazou <ebotcazou@libertysurf.fr>
7798
7799 * doc/md.texi (Automaton pipeline description): Use
7800 "type" instead of "cpu" as the attribute in the examples.
7801
7802 2003-05-30 Stan Shebs <shebs@apple.com>
7803
7804 * system.h: Poison OBJC_PROLOGUE.
7805
7806 2003-05-30 Roger Sayle <roger@eyesopen.com>
7807
7808 * emit-rtl.c (gen_complex_constant_part): New function for getting
7809 the constant real or imaginary part of a complex constant.
7810 (gen_realpart): Use it.
7811 (gen_imagpart): Likewise.
7812
7813 2003-05-30 Kazu Hirata <kazu@cs.umass.edu>
7814
7815 * doc/invoke.texi: Fix typos.
7816 * doc/rtl.texi: Likewise.
7817
7818 2003-05-30 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
7819
7820 * config/h8300/crti.asm: Use .h8300hn and .h8300sn for normal
7821 mode.
7822 * config/h8300/crtn.asm: Likewise.
7823 * config/h8300/lib1funcs.asm: Likewise.
7824 * config/h8300/h8300.c (asm_file_start): Likewise.
7825 * config/h8300/elf.h (LINK_SPEC): Use h8300hnelf and
7826 h8300snelf emulations for normal mode.
7827 * config/h8300/h8300.h (LINK_SPEC): Use h8300hn and h8300sn
7828 emulations for normal mode.
7829
7830 2003-05-30 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
7831
7832 * config/h8300/h8300.c (h8300_tiny_constant_address_p): Return
7833 true if TARGET_NORMAL_MODE.
7834
7835 2003-05-30 Roger Sayle <roger@eyesopen.com>
7836
7837 * cse.c (cse_insn): Simplify REG_EQUAL note on libcalls when
7838 making a substitution.
7839 (dead_libcall_p): If directly replacing a libcall with a
7840 constant value produces an invalid instruction, also try forcing
7841 the constant into the constant pool.
7842 * expr.c (emit_move_insn): Add a REG_EQUAL note when it is not
7843 obvious that the source is a constant.
7844 (compress_float_constant): Use set_unique_reg_note to place
7845 REG_EQUAL notes on instructions.
7846
7847 2003-05-30 Eric Christopher <echristo@redhat.com>
7848
7849 * config/mips/mips.c (extern_list): Add GTY marker.
7850 (extern_head): Separate out definition. Add marker.
7851 (mips_output_external): Use ggc_alloc for extern_list
7852 allocation.
7853 (mips_output_external_libcall): Ditto.
7854
7855 2003-05-30 Florian Weimer <fw@deneb.enyo.de>
7856
7857 * doc/install.texi: Ada-enabled bootstrap requires GNAT 3.14 or
7858 later.
7859
7860 2003-05-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7861
7862 * vax.h (ASM_GENERATE_INTERNAL_LABEL): Fix format specifier
7863 warnings.
7864 (PRINT_OPERAND): Likewise.
7865
7866 2003-05-30 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7867
7868 * config/mips/mips.h (SUBTARGET_ASM_DEBUGGING_SPEC): Move
7869 -mdebug/-no-mdebug switches ...
7870 (MDEBUG_ASM_SPEC): ... here.
7871 Use only with gas.
7872 (EXTRA_SPECS): Initialize mdebug_asm_spec.
7873
7874 2003-05-29 Matt Kraai <kraai@alumni.cmu.edu>
7875
7876 * gthr-gnat.c: Remove #undef UNUSED.
7877 (__gnat_default_lock, __gnat_default_unlock): Prototype.
7878 (__gnat_task_lock, __gnat_task_unlock): Make declarations
7879 prototypes.
7880 (__gnat_install_locks): Convert declaration to ISO C90, make
7881 parameter declarations prototypes, and remove blank line.
7882 * gthr-gnat.h (__gnat_install_locks): Make parameter
7883 declarations prototypes.
7884
7885 2003-05-29 Jason Merrill <jason@redhat.com>
7886
7887 * Makefile.in (unstrap): Remove stage_last after make unstage1.
7888
7889 2003-05-29 Roger Sayle <roger@eyesopen.com>
7890
7891 * mips-tfile.c (PAGE_SIZE): Increase page size to 32K.
7892
7893 2003-05-29 Roger Sayle <roger@eyesopen.com>
7894 Kaveh Ghazi <ghazi@caip.rutgers.edu>
7895
7896 PR bootstrap/10169
7897 * mips-tfile.c (main): Use getopt_long instead of getopt.
7898 Add new command line option --version to display version.
7899 Treat --verbose like -v to report a single line version.
7900 (options): New global variable for getopt_long.
7901 * mips-tdump.c (main): Use getopt_long instead of getopt.
7902 New command line options -v, --version and -verbose to display
7903 the program version number (to match mips-tfile's behavior).
7904 (options): New global variable for getopt_long.
7905
7906 * gcov.c (options): Zero-terminate getopt_long array.
7907 * gcov-dump.c (options): Likewise.
7908
7909 * Makefile.in (mips-tdump.o): Add dependency on version.h.
7910
7911 2003-05-29 Stan Shebs <shebs@apple.com>
7912
7913 Remove OBJC_PROLOGUE everywhere.
7914 * objc/objc-act.c (finish_objc): Remove use of OBJC_PROLOGUE.
7915 * config/avr/avr.h: Remove no-op ref to OBJC_PROLOGUE.
7916 * config/d30v/d30v.h: Similarly.
7917 * config/ip2k/ip2k.h: Similarly.
7918 * doc/tm.texi: Remove doc of OBJC_PROLOGUE.
7919
7920 2003-05-29 Roger Sayle <roger@eyesopen.com>
7921
7922 * c-semantics.c (genrtl_do_stmt_1): New function split out from...
7923 (gen_rtl_do_stmt): ... here. Call genrtl_do_stmt_1.
7924 (expand_unreachable_stmt): Expand unreachable while statements
7925 using genrtl_do_stmt_1.
7926
7927 2003-05-29 Richard Sandiford <rsandifo@redhat.com>
7928
7929 * config/mips/mips-protos.h (mips_output_load_label): Declare.
7930 * config/mips/mips.c (mips_output_load_label): New function.
7931 (mips_output_conditional_branch): Use it.
7932 * config/mips/mips.md (jump): And here.
7933
7934 2003-05-28 Bob Wilson <bob.wilson@acm.org>
7935
7936 * config/xtensa/xtensa-protos.h (smalloffset_double_mem_p): Delete.
7937 (xtensa_split_operand_pair): New proto.
7938 * config/xtensa/xtensa.c (move_operand): Handle DFmode and DImode.
7939 (smalloffset_double_mem_p): Delete.
7940 (gen_float_relational, printx, print_operand, xtensa_va_arg):
7941 Fix whitespace.
7942 (xtensa_split_operand_pair): New.
7943 (xtensa_dbx_register_number): Fix formatting.
7944 * config/xtensa/xtensa.h (EXTRA_CONSTRAINT): Remove 'S' constraint.
7945 * config/xtensa/xtensa.md (movdi, movdf): Force constants to memory
7946 instead of splitting them into single-word moves. Remove unnecessary
7947 checks for reload_in_progress and reload_completed.
7948 (movdi_internal, movdf_internal): Change to post-reload split patterns.
7949 Add constraints to allow constant operands.
7950 (movsf_internal): Allow CONST_INT operands.
7951
7952 2003-05-27 Danny Smith <dannysmith@users.sourceforge.net>
7953
7954 * config.gcc (i[34567]86-*-mingw32*): Add host makefile
7955 fragment i386/x-mingw32.
7956 * config/i386/x-mingw32: New file. Make local_includedir
7957 relative to EXEC_PREFIX.
7958
7959 2003-05-27 Aaron W. LaFramboise <awlaframboise@aol.com>
7960
7961 * config/i386/mingw32.h (STANDARD_INCLUDE_DIR): Update.
7962 (MD_STARTFILE_PREFIX): Define.
7963
7964 2003-05-27 Denis Chertykov <denisc@overta.ru>
7965
7966 * cselib.c (cselib_invalidate_regno): Abort if hardreg have a
7967 VOIDmode.
7968 * cselib.c (cselib_process_insn): Pass reg_raw_mode for hardreg in
7969 call of cselib_invalidate_regno.
7970
7971 2003-05-28 Daniel Jacobowitz <drow@mvista.com>
7972
7973 * config/mips/linux.h (LIB_SPEC): Add missing -lc and correct
7974 -lthread to -lpthread.
7975
7976 2003-05-28 Eric Botcazou <ebotcazou@libertysurf.fr>
7977 Bruce Korb <bkorb@gnu.org>
7978 Arno Klaassen <arno@heho.snv.jussieu.fr>
7979
7980 * fixinc/inclhack.def: Add missing declaration of getpagesize()
7981 to unistd.h on Solaris 2.5.1.
7982 Fix prototype of recv() and send() in sys/socket.h on
7983 Solaris 2.5.1 and 2.6.
7984 * fixinc/tests/base/unistd.h: Add solaris_unistd fix test.
7985 * fixinc/tests/base/sys/socket.h: Add solaris_socket test.
7986 * fixinc/check.tpl: Use 'diff -c', not 'diff -u'.
7987 * fixinc/fixincl.x: Regenerate.
7988
7989 2003-05-27 Jason Merrill <jason@redhat.com>
7990
7991 * tree.c (expr_first, expr_length): New fns.
7992 * tree.h: Declare them.
7993
7994 * tree.c (iterative_hash_expr): Hash commutative expressions
7995 consistently.
7996
7997 2003-05-27 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
7998
7999 * tree.h (contains_placeholder_p): Now returns bool.
8000 (CONTAINS_PLACEHOLDER_P): New macro.
8001 (type_contains_placeholder_p): New function.
8002 * tree.c (save_expr): Remove code avoiding folding COMPONENT_REF.
8003 (contains_placeholder_p): Now returns bool.
8004 Rework to use CONTAINS_PLACEHOLDER_P macro.
8005 (type_contains_placeholder_p): New function.
8006 * fold-const.c (fold, case COMPONENT_REF): Don't fold if
8007 type_contains_placeholder_p.
8008 (fold_range_test, fold_mathfn_compare, fold_inf_compare, fold):
8009 Use CONTAINS_PLACEHOLDER_P macro.
8010 * builtins.c (fold_builtin): Likewise.
8011 * calls.c (initialize_argument_information): Likewise.
8012 * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
8013 * explow.c (expr_size): Likewise.
8014 * expr.c (store_constructor, get_inner_reference): Likewise.
8015 * function.c (assign_parms): Likewise.
8016 * stor-layout.c (variable_size): Likewise.
8017
8018 2003-05-25 Gabriel Dos Reis <gdr@integrable-solutions.net>
8019
8020 * diagnostic.h (output_verbatim, verbatim): Remove printf
8021 attribute.
8022
8023 2003-05-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8024
8025 * doc/contrib.texi (Contributors): Update Kean Johnston.
8026
8027 2003-05-24 David Edelsohn <edelsohn@gnu.org>
8028
8029 * config/rs6000/rs6000.md (save_fpregs_{si,di}): Add length attribute.
8030
8031 2003-05-24 Nathanael Nerode <neroden@gcc.gnu.org>
8032
8033 * config/rs6000/440.md, config/stormy16/stormy16protos.h,
8034 config/stormy16/stormy16.c, config/stormy16/stormy16.md:
8035 Replace "GNU CC" with "GCC".
8036
8037 2003-05-24 Matt Kraai <kraai@alumni.cmu.edu>
8038
8039 * builtins.c (expand_builtin_memcpy): Use mode of dest_addr for
8040 intermediate computation.
8041
8042 2003-05-23 Eric Christopher <echristo@redhat.com>
8043
8044 * config/mips/mips.md (clzsi, clzdi): New patterns.
8045
8046 2003-05-23 Geoffrey Keating <geoffk@apple.com>
8047
8048 * gcc.c (default_compilers): Use -o to specify preprocessor's output
8049 file. Make -no-integrated-cpp work when building PCH files.
8050 * objc/lang-specs.h: Likewise.
8051
8052 2003-05-23 Nathanael Nerode <neroden@gcc.gnu.org>
8053
8054 * fixinc/Makefile.in: Correct description.
8055 * fixinc/Makefile.in, fixinc/fixfixes.c, fixinc/fixincl.c,
8056 fixinc/fixlib.c, fixinc/fixlib.h, fixinc/fixtests.c,
8057 fixinc/genfixes: Replace "GNU CC" with "GCC".
8058
8059 2003-05-23 Roger Sayle <roger@eyesopen.com>
8060
8061 * builtins.def: Define atan, atanf, atanl, tan, tanf and tanl
8062 builtin functions (and their __builtin_* variants).
8063 * builtins.c (mathfn_built_in): Handle tan{,f,l} and atan{,f,l}.
8064 (expand_builtin): Don't expand tan{,f,l} or atan{,f,l} when not
8065 optimizing.
8066
8067 * doc/extend.texi: Document new tan and atan builtins, and
8068 their float and long double variants.
8069
8070 2003-05-23 Jason Thorpe <thorpej@wasabisystems.com>
8071
8072 * config/sparc/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define
8073 __sparcv9 in the TARGET_ARCH64 case.
8074
8075 Fri May 23 22:17:32 CEST 2003 Jan Hubicka <jh@suse.cz>
8076
8077 * i386.c (ix86_reorg): Calls are also jumps.
8078
8079 2003-05-23 J"orn Rennecke <joern.rennecke@superh.com>
8080
8081 * cse.c (count_reg_usage): When processing an INSNs REG_EQUAL
8082 note containing an EXPR_LIST, process all the arguments.
8083
8084 Fri May 23 21:19:31 CEST 2003 Jan Hubicka <jh@suse.cz>
8085 Andreas Jaeger <aj@suse.de>
8086
8087 * i386.h (TARGET_CPU_CPP_BUILTINS): Define __amd64 and __amd64__;
8088 do not use assertion.
8089
8090 2003-05-23 Mike Stump <mrs@apple.com>
8091
8092 * tlink.c (scan_linker_output): Add support for darwin linker, as it
8093 emits unresolved symbols one per line, consuming the entire line.
8094
8095 2003-05-23 Larin Hennessy <larin@science.oregonstate.edu>
8096 Zack Weinberg <zack@codesourcery.com>
8097
8098 * explow.c (allocate_dynamic_stack_space): Remove call to gen_probe.
8099 * config/m68k/m68k.c (m68k_output_function_prologue):
8100 Remove code under #if NEED_PROBE.
8101 * config/m68k/m68k.h: Don't define NEED_PROBE.
8102 * config/m68k/m68k.md: Remove "probe" insn.
8103 * doc/md.texi: Remove documentation of "probe" pattern.
8104
8105 2003-05-23 Dorit Naishlos <gcchaifa@il.ibm.com>
8106
8107 * config/rs6000/rs6000.md (save_fpregs_{si,di}): Add branch attribute.
8108
8109 2003-05-23 Eric Botcazou <ebotcazou@libertysurf.fr>
8110
8111 * doc/install.texi: Remove sparc64-*-*. Add sparc64-*-solaris2*.
8112 Document sparcv9-*-solaris2* as a synonym for sparc64-*-solaris2*.
8113
8114 2003-05-22 Roger Sayle <roger@eyesopen.com>
8115
8116 * real.c (real_maxval): New function to return the largest finite
8117 value representable in a given mode (i.e. FLT_MAX and DBL_MAX).
8118 * real.h (real_maxval): Prototype here.
8119 * fold-const.c (fold_inf_compare): Transform comparisons against
8120 +-Infinity into comparisons against DBL_MAX (or equivalent).
8121
8122 2003-05-22 Mike Stump <mrs@apple.com>
8123
8124 * config.gcc (*-*-darwin*): Remove use_collect2=no, as it is the
8125 default.
8126
8127 2003-05-22 DJ Delorie <dj@redhat.com>
8128
8129 * calls.c (expand_call): If the arg block is going to grow
8130 downward, we need argblock to point to the top of the block,
8131 not the bottom.
8132
8133 2003-05-22 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8134
8135 * c-decl.c (duplicate_decls): Test DECL for ERROR_MARK.
8136
8137 * expr.c (expand_expr, case CONSTRUCTOR): Put into memory if
8138 constant and EXPAND_CONST_ADDRESS, not just EXPAND_INITIALIZER.
8139
8140 2003-05-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8141
8142 * m68hc11.c: Don't use the `0' flag for asm_fprintf specifiers.
8143 * m68k.c: Likewise.
8144 * m68k.h: Likewise.
8145
8146 2003-05-22 Zack Weinberg <zack@codesourcery.com>
8147
8148 PR other/2873
8149 * fixinc/inclhack.def (avoid_wchar_t_type): Add bypass
8150 expressions to prevent triggering on recent curses.h,
8151 linux/nls.h, or X11/Xlib.h.
8152 (stdio_va_list): Add _G_va_list to bypass pattern.
8153 (strict_ansi_not): Add bypass pattern for __SCO_VERSION__.
8154 * fixinc/fixincl.x: Regenerate.
8155
8156 2003-05-22 Rekha Bhintade <rekhad@kpitcummins.com>
8157
8158 * gcc/config/sh/sh.h (TARGET_SWITCHES): Display all the target
8159 switches when --target-help option is specified.
8160
8161 2003-05-22 Eric Botcazou <ebotcazou@libertysurf.fr>
8162
8163 PR bootstrap/10805
8164 * doc/install.texi (sparc-sun-solaris2.7): Document bootstrap
8165 failure with Sun assembler 5.0 Alpha 03/27/98.
8166
8167 2003-05-21 Loren James Rittle <ljrittle@acm.org>
8168
8169 * config/sparc/freebsd.h (CPP_CPU64_DEFAULT_SPEC): Add -D__sparcv9
8170 to match system compiler convention.
8171
8172 2003-05-21 Danny Smith <dannysmith@users.sourceforge.net>
8173
8174 * gthr-win32.h (__GTHREAD_HIDE_WIN32API): Test for nonzero
8175 value, not just if defined.
8176 Update copyright year.
8177
8178 2003-05-21 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
8179
8180 PR target/6428
8181 * pa-hpux10.h (LINK_SPEC, LIB_SPEC): Move -L options for profiling
8182 directories from LIB_SPEC to LINK_SPEC. Emit warning if `-p' or `-pg'
8183 option is used without `-static'.
8184 * pa-hpux11.h (LINK_SPEC, LIB_SPEC): Likewise.
8185 * pa64-hpux.h (LINK_SPEC, LIB_SPEC): Likewise.
8186
8187 2003-05-21 Bob Wilson <bob.wilson@acm.org>
8188
8189 * config/xtensa/xtensa.h (MASK_SERIALIZE_VOLATILE,
8190 TARGET_SERIALIZE_VOLATILE): Delete.
8191 (MASK_CONST16, MASK_ABS, MASK_ADDX): Renumber flag bits.
8192 (TARGET_DEFAULT): Remove MASK_SERIALIZE_VOLATILE.
8193 (TARGET_SWITCHES): Remove "-mserialize-volatile" and
8194 "-mno-serialize-volatile".
8195 * config/xtensa/xtensa.c (print_operand): Remove checks of
8196 TARGET_SERIALIZE_VOLATILE.
8197 * config/xtensa/xtensa.md (*lsiu, *ssiu): Likewise.
8198 * doc/invoke.texi (Option Summary, Xtensa Options): Remove
8199 "-mserialize-volatile" and "-mno-serialize-volatile" options.
8200
8201 2003-05-21 Nathan Sidwell <nathan@codesourcery.com>
8202
8203 * c-parse.in (fndef): Set DECL_SOURCE_LINE and FILE earlier.
8204 (nested_function): Likewise.
8205 (notype_nested_function): Likewise.
8206
8207 2003-05-21 Nick Clifton <nickc@redhat.com>
8208
8209 * config/stormy16/stormy-abi: Update overflow type for
8210 R_XSTORMY16_16 reloc.
8211
8212 2003-05-21 Nathan Sidwell <nathan@codesourcery.com>
8213
8214 * c-common.h (enum rid): Remove RID_BOUNDED, RID_UNBOUNDED.
8215 * c-parse.in (reswords): Remove __bounded__ and __unbounded__.
8216 (rid_to_yy): Remove RID_BOUNDED, RID_UNBOUNDED slots.
8217 * print-tree.c (print_node): Remove ambient-boundedness.
8218 * tree.h (tree_common): Remove bounded_flag.
8219 (BOUNDED_INDIRECT_YPE_P, BOUNDED_POINTER_TYPE_P,
8220 BOUNDED_REFERENCE_TYPE_P, MAYBE_BOUNDED_INDIRECT_TYPE_P,
8221 MAYBE_BOUNDED_POINTER_TYPE_P, MAYBE_BOUNDED_REFERENCE_TYPE_P,
8222 TREE_BOUNDED, TYPE_MAIN_VARIANTS_PHYSICALLY_EQUAL_P,
8223 TYPE_MAIN_PHYSICAL_VARIANT, TYPE_BOUNDED, TYPE_QUAL_BOUNDED):
8224 Remove.
8225 (TYPE_QUALS): Remove BOUNDED.
8226 (TREE_EXPR_QUALS, TREE_FUNC_QUALS): Remove.
8227 (TYPE_BOUNDED_VALUE, TYPE_BOUNDED_BASE, TYPE_BOUNDED_EXTENT,
8228 TYPE_BOUNDED_SUBTYPE, TYPE_UNBOUNDED_VARIANT, TYPE_POINTER_DEPTH,
8229 TYPE_AMBIENT_BOUNDEDNESS, MAX_POINTER_DEPT,
8230 VA_LIST_POINTER_DEPTH): Remove.
8231 (struct tree_type): Remove pointer_depth.
8232
8233 2003-05-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8234
8235 * c-pretty-print.c (pp_c_integer_literal): Use
8236 HOST_WIDE_INT_PRINT_DOUBLE_HEX.
8237
8238 2003-05-20 Roger Sayle <roger@eyesopen.com>
8239 Kazu Hirata <kazu@cs.umass.edu>
8240 Joern Rennecke <joern.rennecke@superh.com>
8241
8242 * gcse.c (cprop_jump): Make use of REG_EQUAL notes on both
8243 setcc and jump, if they exist. If substituted instruction
8244 fails to validate, store current effort in a REG_EQUAL note.
8245 (cprop_insn): Don't attempt further substitutions if the
8246 current instruction has been deleted.
8247 (local_cprop_pass): Likewise.
8248
8249 * jump.c (redirect_jump): Also update REG_EQUAL note, if
8250 one is attached to the jump instruction.
8251 (invert_jump): Delete REG_EQUAL note on jump, if one exists.
8252
8253 2003-05-21 Danny Smith <dannysmith@users.sourceforge.net>
8254
8255 PR c++/9738
8256 * config/i386/winnt.c (i386_pe_encode_section_info): Enable
8257 even if not first.
8258
8259 2003-05-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8260
8261 * genautomata.c (output_description, output_automaton_units,
8262 output_state_arcs): Add missing specifiers.
8263
8264 2003-05-20 Bob Wilson <bob.wilson@acm.org>
8265
8266 * config/xtensa/lib1funcs.asm: Avoid use of .Lfe* in .size directives.
8267 (do_abs, do_addx2, do_addx4, do_addx8): New assembler macros.
8268 (__mulsi3): Use do_addx* instead of ADDX* instructions. Formatting.
8269 (nsau): Rename to do_nsau. Provide alternate version for use when
8270 the NSAU instruction is available.
8271 (__udivsi3, __divsi3, __umodsi3, __modsi3): Use do_nsau macro.
8272 (__divsi3, __modsi3): Use do_abs macro instead of ABS instruction.
8273 * config/xtensa/xtensa-config.h: Update comments to match binutils.
8274 (XCHAL_HAVE_ABS, XCHAL_HAVE_ADDX): Define.
8275 * config/xtensa/xtensa.h (MASK_ABS, MASK_ADDX): Define.
8276 (TARGET_ABS, TARGET_ADDX): Define.
8277 (TARGET_DEFAULT): Conditionally add MASK_ABS and MASK_ADDX.
8278 (TARGET_SWITCHES): Add "abs", "no-abs", "addx", and "no-addx".
8279 * config/xtensa/xtensa.md (*addx2, *addx4, *addx8, *subx2, *subx4,
8280 *subx8): Set predicate condition to TARGET_ADDX.
8281 (abssi2): Set predicate condition to TARGET_ABS.
8282 * doc/invoke.texi (Option Summary): Document new "-mabs", "-mno-abs",
8283 "-maddx", and "-mno-addx" options.
8284 (Xtensa Options): Likewise. Also tag some opcode names with @code.
8285
8286 2003-05-20 Kevin Ryde <user42@zip.com.au>
8287 Wolfgang Bangerth <bangerth@dealii.org>
8288
8289 PR/10355
8290 * doc/extend.texi: Put a warning into the documentation
8291 of attribute regparm.
8292
8293 2003-05-20 Jason Merrill <jason@redhat.com>
8294
8295 * tree.c (expr_last): New fn.
8296 * tree.h: Declare it.
8297 * objc/objc-act (expr_last): Rename to objc_expr_last.
8298
8299 2003-05-20 J"orn Rennecke <joern.rennecke@superh.com>
8300
8301 * sh.c (sh_register_move_cost): Add clase for moving between
8302 FP registers and MAC registers.
8303
8304 2003-05-19 John David Anglin <dave.anglin@nrc-gnrc.gc.ca>
8305
8306 * pa/milli64.S ($$mulI): Fix typo.
8307
8308 2003-05-19 Matt Kraai <kraai@alumni.cmu.edu>
8309
8310 * alias.c (nonlocal_mentioned_p, nonlocal_referenced_p)
8311 (nonlocal_set_p): Remove initial blank line.
8312 * dwarf2out.c (simple_type_size_in_bits): Likewise.
8313 * et-forest.c (et_forest_create): Likewise.
8314 * explow.c (stabilize): Likewise.
8315 * fix-header.c (write_lbrac): Likewise.
8316 * graph.c (start_fct, node_data): Likewise.
8317 * jump.c (only_sets_cc0_p, sets_cc0_p): Likewise.
8318 * rtlanal.c (global_reg_mentioned_p): Likewise.
8319 * tree.c (bit_position): Likewise.
8320
8321 2003-05-19 Alexandre Oliva <aoliva@redhat.com>
8322
8323 * config/mips/linux64.h (LIB_SPEC): Add missing -lc and correct
8324 -lthread to -lpthread.
8325
8326 2003-05-19 Neil Booth <neil@daikokuya.co.uk>
8327
8328 * c-opts.c (c_common_decode_option): Don't accept dollars
8329 as identifier characters in assembly.
8330 * doc/cpp.texi: Document this.
8331
8332 2003-05-19 Seth Arnold <sarnold@wirex.com>
8333 Aldy Hernandez <aldyh@redhat.com>
8334
8335 * config/rs6000/rs6000.c (rs6000_stack_info): Do not add
8336 vrsave_size twice.
8337
8338 2003-05-19 Aldy Hernandez <aldyh@redhat.com>
8339
8340 * doc/tm.texi (function_arg): Fix typo.
8341
8342 2003-05-19 Matt Austern <austern@apple.com>
8343
8344 * c-opts.c (COMMAND_LINE_OPTIONS): Add -Winvalid-offsetof option.
8345 * c-common.h (warn_invalid_offsetof): Declare.
8346 * c-common.c (warn_invalid_offsetof): Define.
8347 * doc/invoke.texi: Document -Winvalid-offsetof.
8348 * testsuite/g++.dg/other/offsetof3.C: New.
8349 * testsuite/g++.dg/other/offsetof4.C: New.
8350
8351 2003-05-19 Kevin B. Hendricks <kevin.hendricks@sympatico.ca>
8352 David Edelsohn <edelsohn@gnu.org>
8353
8354 * config/rs6000/rs6000.c (rs6000_alignment_string,
8355 rs6000_alignment_flags): New variables.
8356 (rs6000_parse_alignment_option): New function.
8357 (rs6000_override_options): Call it.
8358 * config/rs6000/rs6000.h (TARGET_OPTIONS): Add -malign-XXX option.
8359 (MASK_ALIGN_POWER, MASK_ALIGN_NATURAL, TARGET_ALIGN_NATURAL): New
8360 macros.
8361 * config/rs6000/aix.h (ADJUST_FIELD_ALIGN): Always use COMPUTED
8362 natural alignment if TARGET_NATURAL_ALIGNMENT
8363 (ROUND_TYPE_ALIGN): Always use default record alignment if
8364 TAGET_NATURAL_ALIGNMENT.
8365 * config/rs6000/darwin.h (ADJUST_FIELD_ALIGN): Same
8366 (ROUND_TYPE_ALIGN): Same.
8367 * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Same
8368 (ROUND_TYPE_ALIGN): Same.
8369 * doc/invoke.texi (Option Summary, PowerPC Options): Document
8370 new options.
8371
8372 2003-05-19 J"orn Rennecke <joern.rennecke@superh.com>
8373
8374 * c-decl.c (finish_decl): When setting the DECL_ASSEMBLER_NAME
8375 of a function using ASMSPEC, prepend a star.
8376
8377 2003-05-19 Jason Merrill <jason@redhat.com>
8378
8379 * tree-inline.c (copy_body_r): Avoid generating &* during inline
8380 substitution.
8381
8382 2003-05-19 Andrew Macleod <amacleod@redhat.com>
8383
8384 * config/stormy16/stormy16.c (xstormy16_expand_prologue): Do
8385 not mark assignments to the hard frame pointer as being stack
8386 frame related.
8387 (xstormy16_expand_epilogue): Mark adjustments to the stack
8388 pointer as being stack frame related.
8389
8390 2003-05-19 Richard Sandiford <rsandifo@redhat.com>
8391
8392 * config/mips/mips.h (ISA_HAS_LOAD_DELAY, ISA_HAS_XFER_DELAY,
8393 ISA_HAS_FCMP_DELAY, ISA_HAS_HILO_INTERLOCKS): New macros.
8394 (PREDICATE_CODES): Add hilo_operand.
8395 * config/mips/mips.c (hilo_operand): New predicate.
8396 (mips_adjust_insn_length): Account for the number nops that might
8397 be needed to avoid hardware hazards.
8398 * config/mips/mips.md (dslot): Remove attribute.
8399 (hazard): New attribute.
8400 (can_delay): Use it. Check for calls, branches & jumps.
8401 (muldi3): Use the standard dmult pattern for mips16 code.
8402 (muldi3_internal, muldi3_internal2): Adjust conditions accordingly.
8403
8404 2003-05-19 Richard Sandiford <rsandifo@redhat.com>
8405
8406 * config/mips/mips-protos.h (final_prescan_insn,
8407 mips_count_memory_refs, mips_fill_delay_slot): Remove.
8408 * config/mips/mips.h (delay_type, dslots_load_total,
8409 dslots_load_filled, dslots_jump_total, dslots_jump_filled,
8410 dslots_number_nops, num_refs, mips_load_reg, mips_load_reg2,
8411 mips_load_reg3, mips_load_reg4): Remove.
8412 (MASK_STATS): Remove.
8413 (MASK_EXPLICIT_RELOCS): Reuse its value.
8414 (TARGET_STATS): Remove.
8415 (TARGET_SWITCHES): Turn -mstats and -mno-stats into no-ops.
8416 Warn that -mstats is now ignored.
8417 (FINAL_PRESCAN_INSN): Undefine.
8418 (DBR_OUTPUT_SEQEND): Remove handling of dslot statistics.
8419 (ASM_OUTPUT_REG_POP): Likewise.
8420 * config/mips/mips.c (dslots_load_total, dslots_load_filled,
8421 dslots_jump_total, dslots_jump_filled, dslots_number_nops, num_refs,
8422 mips_load_reg, mips_load_reg2, mips_load_reg3, mips_load_reg4,
8423 mips_fill_delay_slot, mips_count_memory_refs,
8424 final_prescan_insn): Remove.
8425 (output_block_move): Remove calls to mips_count_memory_refs.
8426 (print_operand): Remove printing of #nop for TARGET_STATS.
8427 (mips_output_function_epilogue): Remove TARGET_STATS code.
8428 Reorganize setting of fnnmae.
8429 * config/mips/mips.md: Remove handling of dslot statistics
8430 throughout file. Change all fcmp patterns into normal asm
8431 templates, removing calls to mips_fill_delay_slot.
8432 * doc/invoke.texi: Remove documentation of -mstats.
8433
8434 2003-05-19 Richard Sandiford <rsandifo@redhat.com>
8435
8436 * config/mips/mips.c (mips_class_max_nregs): Return the number of
8437 words in the mode.
8438
8439 2003-05-19 Richard Sandiford <rsandifo@redhat.com>
8440
8441 * config/mips/mips.c (override_options): Disable explicit
8442 relocs for old ABIs unless using gas.
8443
8444 2003-05-18 Eric Christopher <echristo@redhat.com>
8445
8446 * config/mips/mips.h: Remove definition of g_switch_value.
8447
8448 2003-05-18 Matt Kraai <kraai@alumni.cmu.edu>
8449
8450 * flags.h (g_switch_value): Change to an unsigned
8451 HOST_WIDE_INT.
8452 * toplev.c (g_switch_value): Likewise.
8453
8454 * config/alpha/alpha.c (small_symbolic_operand): Remove
8455 g_switch_value cast.
8456 (alpha_in_small_data_p): Cast size to an unsigned
8457 HOST_WIDE_INT.
8458
8459 * config/frv/frv.c (frv_in_small_data_p): Cast size to an
8460 unsigned HOST_WIDE_INT.
8461 * config/frv/frv.h (g_switch_value, g_switch_set): Remove.
8462 (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Declare g_switch_set.
8463
8464 * config/m32r/m32r.c (m32r_in_small_data_p): Cast size to an
8465 unsigned HOST_WIDE_INT.
8466 (m32r_asm_file_start): Use HOST_WIDE_INT_PRINT_UNSIGNED.
8467 * config/m32r/m32r.h (g_switch_value, g_switch_set): Remove.
8468 (ASM_OUTPUT_ALIGNED_COMMON): Declare g_switch_value.
8469
8470 * config/rs6000/rs6000.c (rs6000_file_start): Use
8471 HOST_WIDE_INT_PRINT_UNSIGNED.
8472 (small_data_operand): Cast summand to unsigned HOST_WIDE_INT.
8473 (rs6000_elf_in_small_data_p): Cast size to unsigned
8474 HOST_WIDE_INT.
8475 * config/rs6000/sysv4.h (g_switch_value, g_switch_set):
8476 Remove.
8477 (SUBTARGET_OVERRIDE_OPTIONS): Declare g_switch_value and
8478 g_switch_set.
8479 (ASM_OUTPUT_ALIGNED_LOCAL): Declare g_switch_value and remove
8480 g_switch_value cast.
8481
8482 2003-05-18 Roger Sayle <roger@eyesopen.com>
8483 Zack Weinberg <zack@codesourcery.com>
8484
8485 PR middle-end/10472
8486 * builtins.c (expand_builtin_memcpy): Call force_operand on
8487 expressions and use simplify_gen_binary to create the addition.
8488
8489 2003-05-18 Andreas Schwab <schwab@suse.de>
8490
8491 * config/m68k/m68k.md: Use define_constants for unspec numbers.
8492
8493 2003-05-18 Neil Booth <neil@daikokuya.co.uk>
8494
8495 * config/sparc/sparc.h: Define sparc for now.
8496
8497 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
8498
8499 * config.gcc: Clear xm_file, md_file at the beginning of each pass.
8500
8501 * config/stormy16/stormy16.h: Remove about 3000 lines of
8502 target-independent comments. Update copyright notice.
8503
8504 * doc/collect2.texi: GNU CC -> GCC.
8505 * doc/headerdirs.texi: GNU CC -> GCC.
8506
8507 2003-05-18 Gabriel Dos Reis <gdr@integrable-solutions.net>
8508
8509 * hashtable.h (struct ht_identifier): Add data member "hash_value".
8510 * hashtable.c (ht_lookup): Use it when searching, remember.
8511 (ht_expand): Do not recompute.
8512 * tree.h (IDENTIFIER_HASH_VALUE): New macro.
8513
8514 2003-05-18 Nathan Sidwell <nathan@codesourcery.com>
8515
8516 * gcov-io.c (gcov_read_bytes): Fix fread thinko.
8517
8518 2003-05-18 Neil Booth <neil@daikokuya.co.uk>
8519
8520 * c-cppbuiltin.c (TARGET_OS_CPP_BUILTINS, TARGET_OBJFMT_CPP_BUILTINS):
8521 Default here.
8522 (c_cpp_builtins): Invoke TARGET_OBJFMT_CPP_BUILTINS().
8523 * defaults.h: Don't default TARGET_OS_CPP_BUILTINS here.
8524 * config/elfos.h (TARGET_OBJFMT_CPP_BUILTINS): Define __ELF__.
8525 * config/freebsd-spec.h, config/netbsd-elf.h, config/alpha/gnu.h,
8526 config/arm/linux-elf.h, config/arm/rtems-elf.h,
8527 config/arm/unknown-elf.h, config/cris/cris.h, config/cris/linux.h,
8528 config/h8300/elf.h, config/i370/linux.h, config/i386/beos-elf.h,
8529 config/i386/gnu.h, config/i386/linux.h, config/i386/linux64.h,
8530 config/i386/moss.h, config/i386/rtemself.h, config/ia64/ia64.h,
8531 config/m68k/rtemself.h, config/mcore/mcore-elf.h, config/mips/linux.h,
8532 config/pa/pa-linux.h, config/rs6000/linux.h, config/rs6000/linux64.h,
8533 config/rs6000/sysv4.h, config/rs6000/vxworks.h, config/s390/linux.h,
8534 config/sh/coff.h, config/sh/elf.h, config/sh/rtemself.h,
8535 config/sh/sh.h, config/sparc/linux.h, config/sparc/linux64.h,
8536 config/sparc/openbsd64.h, config/sparc/sp64-elf.h,
8537 config/sparc/sp86x-elf.h, config/xtensa/elf.h, config/xtensa/linux.h:
8538 Don't define __ELF__.
8539 * config/alpha.h, config/m68k/linux.h (TARGET_OBJFMT_CPP_BUILTINS):
8540 Define __ELF__.
8541 * doc/cpp.texi: Document __ELF__.
8542 * doc/tm.texi: Document TARGET_OBJFMT_CPP_BUILTINS. *
8543
8544 2003-05-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8545
8546 * builtins.c (validate_arglist): Eliminate libiberty VA_ macros,
8547 always use stdarg.
8548 * c-errors.c (pedwarn_c99): Likewise.
8549 * c-format.c (status_warning): Likewise.
8550 * c-semantics.c (build_stmt): Likewise.
8551 * calls.c (emit_library_call, emit_library_call_value): Likewise.
8552 * collect2.c (notice, fatal_perror, fatal, error): Likewise.
8553 * cpperror.c (cpp_error, cpp_error_with_line): Likewise.
8554 * diagnostic.c (build_message_string, output_printf,
8555 output_verbatim, verbatim, inform, warning, pedwarn, error, sorry,
8556 fatal_error, internal_error, warning_with_decl, pedwarn_with_decl,
8557 error_with_decl, fnotice): Likewise.
8558 * dwarf2asm.c (dw2_asm_output_data, dw2_asm_output_delta,
8559 dw2_asm_output_offset, dw2_asm_output_pcrel, dw2_asm_output_addr,
8560 dw2_asm_output_addr_rtx, dw2_asm_output_nstring,
8561 dw2_asm_output_data_uleb128, dw2_asm_output_data_sleb128,
8562 dw2_asm_output_delta_uleb128, dw2_asm_output_delta_sleb128,
8563 dw2_asm_output_encoded_addr_rtx): Likewise.
8564 * emit-rtl.c (gen_rtx, gen_rtvec): Likewise.
8565 * errors.c (warning, error, fatal, internal_error): Likewise.
8566 * final.c (output_operand_lossage, asm_fprintf): Likewise.
8567 * fix-header.c (fatal): Likewise.
8568 * gcc.c (fatal, error, notice): Likewise.
8569 * gcov.c (fnotice): Likewise.
8570 * genattrtab.c (attr_rtx, attr_printf): Likewise.
8571 * gengtype.c (error_at_line, xasprintf, oprintf): Likewise.
8572 * gensupport.c (message_with_line): Likewise.
8573 * mips-tfile.c (fatal, error): Likewise.
8574 * protoize.c (notice): Likewise.
8575 * ra-debug.c (ra_debug_msg): Likewise.
8576 * read-rtl.c (fatal_with_file_and_line): Likewise.
8577 * rtl-error.c (error_for_asm, warning_for_asm): Likewise.
8578 * tree.c (build, build_nt, build_function_type_list): Likewise.
8579
8580 2003-05-17 Neil Booth <neil@daikokuya.co.uk>
8581
8582 * defaults.h (TARGET_CPU_CPP_BUILTINS, CPP_PREDEFINES): Remove.
8583 * gcc.c (cpp_predefines): Remove.
8584 (cpp_unique_options, do_spec_1): Remove handling of CPP_PREDEFINES.
8585 (static_specs): Remove predefines.
8586 * system.h: Poison CPP_PREDEFINES.
8587 * config/freebsd.h, config/openbsd.h, config/ptx4.h, config/svr3.h,
8588 config/svr4.h, doc/tm.texi: Remove references to CPP_PREDEFINES.
8589
8590 2003-05-17 Neil Booth <neil@daikokuya.co.uk>
8591
8592 * config/m68k/hp320.h, config/m68k/linux.h, config/m68k/m68k-none.h,
8593 config/m68k/m68k.h, config/m68k/m68kemb.h, config/m68k/m68kv4.h,
8594 config/m68k/openbsd.h, config/m68k/rtemself.h: Remove CPP_PREDEFINES,
8595 use TARGET_OS_CPP_BUILTINS and TARGET_CPU_CPP_BUILTINS instead.
8596
8597 2003-05-17 Neil Booth <neil@daikokuya.co.uk>
8598
8599 PR c/9209
8600 * c-common.c, c-common.h (dollars_in_ident): Remove.
8601 * c-opts.c (DOLLARS_IN_IDENTIFIERS): Default to true.
8602 (c_common_init_options, c_common_decode_option): Set dollars_in_ident.
8603 * cpphash.h (warned_dollar): Rename warn_dollars.
8604 * cppinit.c (struct lang_flags, lang_defaults, cpp_set_lang)
8605 Permit dollars regardless of -std=.
8606 (post_options): Set warn_dollars.
8607 * cpplex.c (forms_identifier_p): Use warn_dollars.
8608 * config/darwin.h, config/alpha/vms.h, config/m68hc11/m68hc11.h:
8609 Remove redundant definitions of DOLLARS_IN_IDENTIFIERS.
8610 * doc/cpp.texi, doc/cppopts.texi, doc/invoke.texi, doc/tm.texi:
8611 Update documentation.
8612
8613 2003-05-17 Andreas Schwab <schwab@suse.de>
8614
8615 * config/m68k/m68k.c (m68k_output_function_prologue): Use
8616 HOST_WIDE_INT_PRINT_DEC for fprintf and %wd for asm_fprintf when
8617 formatting a HOST_WIDE_INT.
8618 (m68k_output_function_epilogue): Likewise.
8619
8620 2003-05-17 Zack Weinberg <zack@codesourcery.com>
8621
8622 * doc/install.texi: Remove information about desupported targets.
8623
8624 2003-05-17 Andreas Schwab <schwab@suse.de>
8625
8626 * config/m68k/coff.h: Remove support for Sun FPA and Sun SKY board.
8627 * config/m68k/linux.h: Likewise.
8628 * config/m68k/m68k-none.h: Likewise.
8629 * config/m68k/netbsd-elf.h: Likewise.
8630 * config/m68k/sgs.h: Likewise.
8631 * config/m68k/m68k.h: Likewise.
8632 * config/m68k/m68k.md: Likewise.
8633 * config/m68k/m68k.c: Likewise.
8634 * doc/md.texi (Machine Constraints): Remove Sun FPA specific
8635 constraints.
8636 * doc/invoke.texi (Option Summary): Remove -mfpa.
8637 (M680x0 Options): Likewise.
8638
8639 2003-05-17 David Edelsohn <edelsohn@gnu.org>
8640
8641 * rs6000.c (rs6000_function_value): Simplify REAL_TYPE logic.
8642
8643 2003-05-17 Neil Booth <neil@daikokuya.co.uk>
8644
8645 * config/sol2.h: Add TARGET_SUB_OS_CPP_BUILTINS.
8646 * config/sparc/liteelf.h, config/sparc/openbsd64.h,
8647 config/sparc/rtemself.h, config/sparc/sol2-64.h,
8648 config/sparc/sp64-elf.h, config/sparc/sp86x-elf.h:
8649 Update for use of TARGET_SUB_OS_CPP_BUILTINS.
8650
8651 2003-05-17 Neil Booth <neil@daikokuya.co.uk>
8652
8653 * i960/i960.h, i960/rtems.h: Use TARGET_OS_CPP_BUILTINS and
8654 TARGET_CPU_CPP_BUILTINS in preference to CPP_PREDEFINES.
8655
8656 2003-05-17 Neil Booth <neil@daikokuya.co.uk>
8657
8658 * config.gcc (sparc-*-sysv4*): Add sparc/sysv4-only.h.
8659 * sparc/aout.h, sparc/elf.h, sparc/freebsd.h, sparc/linux.h,
8660 sparc/linux64.h, sparc/lite.h, sparc/litecoff.h, sparc/liteelf.h,
8661 sparc/netbsd-elf.h, sparc/openbsd.h, sparc/openbsd64.h,
8662 sparc/pbd.h, sparc/rtemself.h, sparc/sol2-64.h, sparc/sol2-bi.h,
8663 sparc/sol2.h, sparc/sp64-elf.h, sparc/sp86-elf.h, sparc/sparc.h,
8664 sparc/sysv4.h,
8665 * sparc/sysv4-only.h: New.
8666
8667 2003-05-17 Alan Modra <amodra@bigpond.net.au>
8668
8669 * function.c (assign_parms): Check for zero size args.
8670
8671 2003-05-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8672
8673 * cfgloopanal.c (test_for_iteration): Use string concatentation on
8674 HOST_WIDE_INT_PRINT_* format specifier to collapse multiple
8675 function calls into one.
8676 * dbxout.c (dbxout_symbol): Likewise.
8677 * defaults.h (ASM_OUTPUT_SIZE_DIRECTIVE): Likewise.
8678 * dwarf2asm.c (dw2_asm_output_data_uleb128,
8679 dw2_asm_output_data_sleb128): Likewise.
8680 * genrecog.c (debug_decision_2): Likewise.
8681 * loop.c (emit_prefetch_instructions): Likewise.
8682 * print-rtl.c (print_rtx): Likewise.
8683 * print-tree.c (print_node_brief, print_node): Likewise.
8684 * ra-debug.c (dump_igraph, dump_graph_cost,
8685 dump_static_insn_cost): Likewise.
8686 * ra-rewrite.c (dump_cost): Likewise.
8687 * sdbout.c (PUT_SDB_INT_VAL, PUT_SDB_SIZE): Likewise.
8688 * sreal.c (dump_sreal): Likewise.
8689 * unroll.c (unroll_loop, precondition_loop_p): Likewise.
8690 * varasm.c (assemble_vtable_entry): Likewise.
8691
8692 * avr.c (avr_output_function_prologue,
8693 avr_output_function_epilogue, print_operand): Fix format specifier
8694 warnings.
8695 (init_cumulative_args): Mark parameter with ATTRIBUTE_UNUSED.
8696 * avr.h (FUNCTION_VALUE_REGNO_P): Fix signed/unsigned warnings.
8697
8698 2003-05-16 Geoffrey Keating <geoffk@apple.com>
8699
8700 * config/rs6000/rs6000.c (expand_block_move): Unify the TARGET_STRING
8701 and ! TARGET_STRING cases.
8702
8703 * doc/cppopts.texi (-undef): Fix texinfo warning.
8704
8705 * doc/cppopts.texi (-H): Document that -H works for PCH files too.
8706 * cppfiles.c (validate_pch): When -H is used, print some information
8707 about PCH files found.
8708
8709 2003-05-16 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8710
8711 * config/mips/t-elf: Remove obsolete rules adding dependencies on tm.h.
8712 * config/mips/t-isa3264, config/mips/t-r3900: Likewise.
8713 * config/mips/t-sr71k: Likewise.
8714
8715 2003-05-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8716
8717 * arc.c (arc_output_function_prologue,
8718 arc_output_function_epilogue): Fix format specifier warnings.
8719 * arc.h (LARGE_INT): Fix signed/unsigned warnings.
8720
8721 * v850.c (print_operand): Fix format specifier warnings.
8722
8723 * ns32k.c (ADJSP, ns32k_output_function_prologue): Fix format
8724 specifier warnings.
8725
8726 * mcore.c (mcore_print_operand_address, mcore_print_operand): Fix
8727 format specifier warnings.
8728
8729 * ip2k.c (function_prologue, function_epilogue, print_operand):
8730 Fix format specifier warnings.
8731 * ip2k.md: Likewise.
8732
8733 * i960.c (i960_output_function_prologue, i960_print_operand,
8734 i960_print_operand_addr): Fix format specifier warnings.
8735
8736 * i370.c (ascebc, ebcasc): Wrap in macros controlling usage.
8737 (i370_output_function_prologue): Fix format specifier warnings.
8738 * i370.h (PRINT_OPERAND): Likewise.
8739
8740 * fr30.c (fr30_print_operand): Fix format specifier warnings.
8741
8742 * dsp16xx.c (print_operand_address): Fix format specifier warning.
8743 * dsp16xx.h (INCLUDE_DEFAULTS): Add missing initializers.
8744
8745 * c4x.c (c4x_print_operand, c4x_print_operand_address): Fix format
8746 specifier warnings.
8747
8748 * alpha.c (print_operand_address, alpha_start_function,
8749 unicosmk_output_ssib): Use string concatentation on
8750 HOST_WIDE_INT_PRINT_* format specifier to collapse multiple
8751 function calls into one.
8752 * arm.c (arm_print_operand): Likewise.
8753 * cris.c (cris_asm_output_mi_thunk): Likewise.
8754 * frv.c (frv_asm_output_mi_thunk): Likewise.
8755 * ia64.c (ia64_print_operand, process_set): Likewise.
8756 * m68k.c (m68k_output_function_epilogue, m68k_output_mi_thunk):
8757 Likewise.
8758 * mips/iris5gas.h (PUT_SDB_SIZE): Likewise.
8759 * mips.h (PUT_SDB_INT_VAL, PUT_SDB_SIZE): Likewise.
8760 * pa.c (output_div_insn, pa_asm_output_mi_thunk): Likewise.
8761 * pa.h (PRINT_OPERAND_ADDRESS): Likewise.
8762 * rs6000.c (rs6000_va_start, print_operand_address): Likewise.
8763 * s390.c (s390_assemble_integer): Likewise.
8764 * sparc.c (sparc_flat_function_prologue,
8765 sparc_flat_function_epilogue): Likewise.
8766 * stormy16.c (xstormy16_print_operand_address, xstormy16_print_operand): Likewise.
8767 * vax.c (vax_output_mi_thunk): Likewise.
8768
8769 * frv.c (frv_print_operand_memory_reference): Fix format specifier
8770 warning.
8771 (frv_rtx_costs): Mark parameter with ATTRIBUTE_UNUSED.
8772
8773 * m68k.c (m68k_output_function_epilogue): Fix format specifier
8774 warnings.
8775
8776 * stormy16-protos.h (xs_hi_general_operand,
8777 xs_hi_nonmemory_operand): Prototype.
8778 * stormy16.c (xstormy16_output_shift): Fix format specifier
8779 warnings.
8780
8781 * cris.c: Fix format specifier warnings.
8782
8783 2003-05-16 Nick Clifton <nickc@redhat.com>
8784
8785 * config/arm/lib1funcs.asm: Fix typo: LSM instead of LSYM.
8786
8787 2003-05-16 Wolfgang Bangerth <bangerth@dealii.org>
8788
8789 * doc/bugreport.texi: Remove most of the of the preface of the
8790 bugs section.
8791
8792 2003-05-16 Jakub Jelinek <jakub@redhat.com>
8793
8794 * config/ia64/unwind-ia64.c (uw_update_reg_address): Handle
8795 .save XX, r0.
8796
8797 2003-05-15 Roger Sayle <roger@eyesopen.com>
8798
8799 * config/alpha/alpha.h (ASM_OUTPUT_SKIP): Fix typo.
8800
8801 2003-05-15 Eric Christopher <echristo@redhat.com>
8802
8803 * cfgcleanup.c (merge_blocks): Fix return value.
8804
8805 2003-05-15 Eric Christopher <echristo@redhat.com>
8806
8807 * combine.c (expand_compound_operation): Make sure
8808 that zero_extend operation is profitable.
8809
8810 2003-05-15 Richard Henderson <rth@redhat.com>
8811
8812 * config/alpha/linux.h, config/alpha/linux-elf.h: Remove
8813 code protected by USE_GNULIBC_1.
8814
8815 2003-05-15 Zack Weinberg <zack@codesourcery.com>
8816
8817 * config.gcc: Purge all targets obsoleted in GCC 3.3. Also
8818 remove hppa*-*-mpeix* which could not be built, and prune
8819 files from tmake_file= or tm_file= lists that don't exist.
8820
8821 * config/alpha/alpha-interix.h, config/alpha/alpha32.h
8822 * config/alpha/t-interix, config/arm/conix-elf.h
8823 * config/arm/t-arm-aout, config/arm/t-strongarm-coff
8824 * config/arm/unknown-elf-oabi.h, config/i386/win32.h
8825 * config/m68k/3b1.h, config/m68k/3b1g.h, config/m68k/amix.h
8826 * config/m68k/atari.h, config/m68k/ccur-GAS.h, config/m68k/crds.h
8827 * config/m68k/hp2bsd.h, config/m68k/hp3bsd.h
8828 * config/m68k/hp3bsd44.h, config/m68k/linux-aout.h
8829 * config/m68k/m68k-psos.h, config/m68k/mot3300.h
8830 * config/m68k/pbb.h, config/m68k/plexus.h, config/m68k/sun2.h
8831 * config/m68k/sun2o4.h, config/m68k/sun3.h, config/m68k/sun3mach.h
8832 * config/m68k/sun3n.h, config/m68k/sun3n3.h, config/m68k/sun3o3.h
8833 * config/m68k/t-mot3300, config/m68k/t-mot3300-gald
8834 * config/m68k/t-mot3300-gas, config/m68k/t-mot3300-gld
8835 * config/m68k/tower-as.h, config/m68k/tower.h
8836 * config/m88k/aout-dbx.h, config/m88k/m88k-aout.h
8837 * config/m88k/m88k-modes.def, config/m88k/m88k-move.sh
8838 * config/m88k/m88k-protos.h, config/m88k/m88k.c
8839 * config/m88k/m88k.h, config/m88k/m88k.md, config/m88k/openbsd.h
8840 * config/m88k/sysv4.h, config/m88k/t-luna, config/m88k/t-luna-gas
8841 * config/m88k/t-m88k, config/m88k/t-sysv4, config/mcore/gfloat.h
8842 * config/mips/rtems64.h, config/mips/sni-gas.h
8843 * config/mips/sni-svr4.h, config/mips/t-ecoff
8844 * config/mn10200/lib1funcs.asm, config/mn10200/mn10200-protos.h
8845 * config/mn10200/mn10200.c, config/mn10200/mn10200.h
8846 * config/mn10200/mn10200.md, config/mn10200/t-mn10200
8847 * config/pa/pa-hiux.h, config/pa/pa-hpux7.h, config/pa/pa-hpux9.h
8848 * config/pa/pa-oldas.h, config/pa/t-mpeix, config/psos.h
8849 * config/romp/romp-protos.h, config/romp/romp.c
8850 * config/romp/romp.h, config/romp/romp.md, config/rs6000/aix31.h
8851 * config/rs6000/aix3newas.h, config/rs6000/mach.h
8852 * config/sparc/bsd.h, config/sparc/hal.h
8853 * config/sparc/linux-aout.h, config/sparc/lynx-ng.h
8854 * config/sparc/lynx.h, config/sparc/netbsd.h
8855 * config/sparc/sp86x-aout.h, config/sparc/splet.h
8856 * config/sparc/sun4gas.h, config/sparc/sun4o3.h
8857 * config/sparc/sunos4.h, config/sparc/t-chorus-elf
8858 * config/sparc/t-halos, config/sparc/t-sparcbare
8859 * config/sparc/t-splet, config/sparc/t-sunos41
8860 * config/v850/rtems.h: Delete file.
8861
8862 2003-05-15 Aldy Hernandez <aldyh@redhat.com>
8863
8864 * config/rs6000/rs6000-protos.h (function_value): Protoize.
8865
8866 * config/rs6000/rs6000.h (FUNCTION_VALUE): Call function.
8867
8868 * config/rs6000/rs6000.c (rs6000_function_value): New.
8869
8870 2003-05-15 Philip Blundell <philb@gnu.org>
8871
8872 * config/arm/arm.c (arm_is_xscale): Rename to arm_arch_xscale.
8873 All uses updated.
8874 (arm_tune_xscale): New variable.
8875 (arm_override_options): Set it.
8876 (arm_adjust_cost): Use it in place of arm_arch_xscale.
8877 (arm_gen_load_multiple): Likewise.
8878 (arm_gen_store_multiple): Likewise.
8879 * config/arm/arm.md (is_xscale): Likewise.
8880 * config/arm/arm.h (arm_tune_xscale): Declare.
8881
8882 2003-05-15 Philip Blundell <philb@gnu.org>
8883
8884 PR target/10730
8885 * config/arm/arm.c (adjacent_mem_locations): Reject offsets
8886 involving invalid constants.
8887
8888 2003-05-15 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
8889
8890 * pa.c (hppa_expand_prologue): Remove blockage.
8891
8892 2003-05-15 Wolfgang Bangerth <bangerth@dealii.org>
8893
8894 * doc/bugreport.texi: Remove most of the bug reporting
8895 instructions and merge them into bugs.html.
8896
8897 2003-05-14 Matt Kraai <kraai@alumni.cmu.edu>
8898
8899 * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Cast
8900 g_switch_value to unsigned HOST_WIDE_INT.
8901
8902 2003-05-14 Eric Christopher <echristo@redhat.com>
8903
8904 * combine.c: Fix header comments.
8905 (distribute_notes): Remove usage of elim_i1, elim_i2. Propagate
8906 to all calls and prototype.
8907
8908 2003-05-14 Roger Sayle <roger@eyesopen.com>
8909
8910 PR optimization/10764
8911 * config/i386/i386.md (atan2df3, atan2sf3, atan2xf3, atan2tf3):
8912 Add an explicit clobber to show that UNSPEC_FPATAN clobbers st(1).
8913 (*fyl2x_sfxf3, *fyl2x_dfxf3, *fyl2x_xf3, *fyl2x_tfxf3): Likewise,
8914 add an explicit clobber to show that UNSPEC_FYL2X clobbers st(1).
8915 (logsf2, logdf2, logxf2, logtf2): Update expander patterns to match
8916 the corresponding *fyl2x_?fxf3 instructions.
8917
8918 2003-05-14 Bob Wilson <bob.wilson@acm.org>
8919
8920 * config/xtensa/lib2funcs.S (TRAMPOLINE_SIZE): Change from 49 to 59.
8921 * config/xtensa/xtensa-config.h (XCHAL_HAVE_CONST16,
8922 XCHAL_HAVE_L32R): New.
8923 * config/xtensa/xtensa-protos.h (non_const_move_operand,
8924 xtensa_load_constant, xtensa_function_prologue,
8925 xtensa_function_epilogue): Delete prototypes.
8926 (xtensa_expand_prologue): New.
8927 * config/xtensa/xtensa.c (frame_size_const,
8928 TARGET_ASM_FUNCTION_PROLOGUE, TARGET_MACHINE_DEPENDENT_REORG,
8929 non_const_move_operand, xtensa_load_constant, xtensa_reorg,
8930 xtensa_function_prologue): Delete.
8931 (add_operand, xtensa_mem_offset): Formatting.
8932 (move_operand): If the const16 option is available, allow any SFmode
8933 and SImode constants.
8934 (xtensa_emit_move_sequence): Inline the former contents of
8935 xtensa_load_constant with modifications to handle the const16 option.
8936 (override_options): Add xtensa_char_to_class['W'] and set it to
8937 the general register class only if the const16 option is enabled.
8938 Fix formatting. Disallow PIC when using the const16 option.
8939 (print_operand): Reorganize to switch on "letter" instead of the
8940 RTL code. Add output_operand_lossage calls for invalid cases.
8941 Add support for 't' and 'b' letters.
8942 (xtensa_expand_prologue): New function to replace
8943 xtensa_function_prologue and xtensa_reorg.
8944 (xtensa_function_epilogue): Declare this as static. Delete code
8945 to print the retw.n or retw instruction.
8946 (xtensa_return_addr): Use A0_REG instead of 0.
8947 (xtensa_rtx_costs): Add costs for using the const16 option.
8948 * config/xtensa/xtensa.h (MASK_CONST16, TARGET_CONST16): New.
8949 (TARGET_DEFAULT): Add CONST16 if L32R instructions not available.
8950 (TARGET_SWITCHES): Add "const16" and "no-const16".
8951 (REG_CLASS_FROM_LETTER): Add comment about new 'W' letter.
8952 (EXTRA_CONSTRAINT): Change 'T' constraint to only apply when not
8953 using the const16 option.
8954 (TRAMPOLINE_TEMPLATE): Rewrite to avoid hardwired use of l32r insn.
8955 (TRAMPOLINE_SIZE): Change from 49 to 59.
8956 (INITIALIZE_TRAMPOLINE): Adjust offsets to match new trampoline.
8957 (GO_IF_LEGITIMATE_ADDRESS): Do not allow constant pool addresses
8958 when using the const16 option.
8959 (PREDICATE_CODES): Delete non_const_move_operand.
8960 * config/xtensa/xtensa.md (define_constants): Add A1_REG, A8_REG, and
8961 UNSPECV_ENTRY.
8962 (movdi, movdf): If the source is a constant, always expand to a
8963 sequence of movsi insns.
8964 (movdi_internal, movdf_internal): Remove alternative using l32r insns.
8965 (movsi_internal, movsf_internal): Add alternative using const16 insns.
8966 (movsf): Add const16 support.
8967 (entry, prologue, epilogue): New.
8968 (set_frame_ptr): Add missing mode for unspec_volatile operation.
8969 Likewise for subsequent split pattern.
8970 * doc/invoke.texi (Option Summary, Xtensa Options): Document new
8971 "-mconst16" and "-mno-const16" options.
8972
8973 2003-05-14 Richard Henderson <rth@redhat.com>
8974
8975 * config/ia64/ia64.c (ia64_expand_load_address): Force destination
8976 to be DImode register. Merge load_symptr.
8977 * config/ia64/ia64.md (load_symptr): Remove.
8978
8979 2003-05-14 Richard Henderson <rth@redhat.com>
8980
8981 * rtl.h (TREE_CONSTANT_POOL_ADDRESS_P): Rename from
8982 DEFERRED_CONSTANT_P.
8983 * integrate.c (copy_rtx_and_substitute): Update use.
8984 * varasm.c (build_constant_desc): Set SYMBOL_REF_DECL
8985 to the copy generated.
8986 (maybe_output_constant_def_contents): Examine TREE_ASM_WRITTEN
8987 of the constant to see if we should emit.
8988 (mark_constant): Similarly.
8989 (output_constant_def_contents): Set TREE_ASM_WRITTEN.
8990
8991 2003-05-14 David Edelsohn <edelsohn@gnu.org>
8992
8993 * config/rs6000/rs6000.md (movsi_internal2): Use compare for self
8994 move record condition.
8995 (movdi_internal2): Same.
8996
8997 2003-05-14 Nathan Sidwell <nathan@codesourcery.com>
8998
8999 * gcov-io.h (gcov_write_bytes, gcov_read_bytes): Remove here.
9000 (GCOV_TAG_*) Force type to gcov_unsigned_t.
9001 (GCOV_CHECK, GCOV_CHECK_READING, GCOV_CHECK_WRITING): New.
9002 (struct gcov_var): Remove modified. Add start, length, offset,
9003 overread. Have buffer array for libgcov.
9004 (gcov_sync, gcov_seek): Definitions moved to gcov-io.c.
9005 (gcov_position, gcov_rewrite, gcov_is_eof): Adjust.
9006 * gcov-io.c (gcov_open): Set mode, do not read anything.
9007 (gcov_close): Write final block.
9008 (gcov_write_block, gcov_allocate): New.
9009 (gcov_write_bytes): Make static. Write or allocate buffer.
9010 (gcov_write_unsigned, gcov_write_counter): Buffer can never be
9011 null.
9012 (gcov_write_string): Adjust.
9013 (gcov_write_tag)
9014 (gcov_write_length): Adjust. Flush the block.
9015 (gcov_write_tag_length): Buffer can never be null.
9016 (gcov_read_bytes): Make static. Read in block.
9017 (gcov_sync): Moved here. Adjust.
9018 (gcov_seek): Moved here. Adjust.
9019 * coverage.c (read_counts_file): Adjust.
9020 * gcov-dump.c (print_prefix): Add position parameter.
9021 (flag_dump_positions): New flag.
9022 (options, main, print_usage): Add it.
9023 (dump_file, tag_blocks, tag_arcs, tag_lines, tag_counters,
9024 tag_summary): Adjust.
9025 * gcov.c (read_graph_file, read_count_file): Adjust.
9026 * libgcov.c (gcov_exit): Adjust.
9027
9028 * Makefile.in (LIBGCC_DEPS): Use $(srcdir) on gcov files
9029 (libgcov.a): Depend on libgcc.a.
9030 (gcov.o, gcov-dump.o): Add gcov-io.c.
9031 * mklibgcc.in (libgcov_c_dep): Use $(srcdir).
9032
9033 * loop.c (check_dbra_loop): Factor common test.
9034
9035 2003-05-14 Ben Elliston <bje@wasabisystems.com>
9036
9037 * doc/md.texi (Automaton pipeline description): Grammar fixes.
9038
9039 2003-05-14 Richard Sandiford <rsandifo@redhat.com>
9040
9041 * target-def.h (TARGET_MACHINE_DEPENDENT_REORG): Define.
9042 (TARGET_INITIALIZER): Include it.
9043 * target.h (struct gcc_target): Add machine_dependent_reorg field.
9044 * toplev.c (rest_of_compilation): Use targetm.machine_dependent_reorg.
9045 * system.h: Poison MACHINE_DEPENDENT_REORG.
9046
9047 * config/alpha/alpha-protos.h (alpha_reorg): Remove declaration.
9048 * config/alpha/alpha.h (MACHINE_DEPENDENT_REORG): Remove.
9049 * config/alpha/alpha.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
9050 (alpha_handle_trap_shadows): Remove "first insn" parameter.
9051 (alpha_align_insns): Likewise.
9052 (alpha_reorg): Likewise. Make static. Update calls to above
9053 functions.
9054
9055 * config/arm/arm-protos.h (arm_reorg): Remove declaration.
9056 * config/arm/arm.h (MACHINE_DEPENDENT_REORG): Remove.
9057 * config/arm/arm.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
9058 (arm_reorg): Remove parameter. Make static.
9059
9060 * config/avr/avr-protos.h (machine_dependent_reorg): Remove.
9061 * config/avr/avr.h (MACHINE_DEPENDENT_REORG): Remove.
9062 * config/avr/avr.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
9063 (avr_reorg): Renamed from machine_dependent_reorg. Make static.
9064 Remove parameter.
9065
9066 * config/c4x/c4x-protos.h (c4x_process_after_reload): Remove.
9067 * config/c4x/c4x.h (MACHINE_DEPENDENT_REORG): Remove.
9068 * config/c4x/c4x.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
9069 (c4x_reorg): Renamed from c4x_process_after_reload. Make static.
9070 Remove parameter.
9071
9072 * config/d30v/d30v-protos.h (d30v_machine_dependent_reorg): Remove.
9073 * config/d30v/d30v.h (MACHINE_DEPENDENT_REORG): Remove.
9074 * config/d30v/d30v.c (d30v_machine_dependent_reorg): Remove.
9075
9076 * config/frv/frv-protos.h (frv_machine_dependent_reorg): Remove.
9077 * config/frv/frv.c: Remove orphaned comment.
9078
9079 * config/i386/i386-protos.h (x86_machine_dependent_reorg): Remove.
9080 * config/i386/i386.h (MACHINE_DEPENDENT_REORG): Remove.
9081 * config/i386/i386.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
9082 (ix86_reorg): Renamed from x86_machine_dependent_reorg. Make static.
9083 Remove parameter.
9084
9085 * config/ia64/ia64-protos.h (ia64_reorg): Remove declaration.
9086 * config/ia64/ia64.h (MACHINE_DEPENDENT_REORG): Remove.
9087 * config/ia64/ia64.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
9088 (emit_insn_group_barriers): Remove "first insn" parameter.
9089 (emit_all_insn_group_barriers): Likewise.
9090 (ia64_reorg): Likewise. Make static. Update calls to above functions.
9091 (ia64_output_mi_thunk): Update call to emit_all_insn_group_barriers.
9092
9093 * config/ip2k/ip2k-protos.h (machine_dependent_reorg): Remove.
9094 * config/ip2k/ip2k.h (MACHINE_DEPENDENT_REORG): Remove.
9095 * config/ip2k/ip2k.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
9096 (ip2k_reorg): Renamed from machine_dependent_reorg. Make static.
9097 Remove parameter.
9098
9099 * config/m68hc11/m68hc11-protos.h (m68hc11_reorg): Remove declaration.
9100 * config/m68hc11/m68hc11.h (MACHINE_DEPENDENT_REORG): Remove.
9101 * config/m68hc11/m68hc11.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
9102 (m68hc11_reorg): Make static. Remove parameter.
9103
9104 * config/mcore/mcore-protos.h (mcore_dependent_reorg): Remove.
9105 * config/mcore/mcore.h (MACHINE_DEPENDENT_REORG): Remove.
9106 * config/mcore/mcore.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
9107 (conditionalize_optimization): Remove parameter.
9108 (mcore_reorg): Renamed from mcore_dependent_reorg. Remove parameter.
9109 Make static. Update call to conditionalize_optimization.
9110
9111 * config/mips/mips-protos.h (machine_dependent_reorg): Remove.
9112 * config/mips/mips.h (MACHINE_DEPENDENT_REORG): Remove.
9113 * config/mips/mips.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
9114 (mips_reorg): Renamed from machine_dependent_reorg. Remove parameter.
9115 Make static.
9116
9117 * config/mmix/mmix-protos.h (mmix_machine_dependent_reorg): Remove.
9118 * config/mmix/mmix.h (MACHINE_DEPENDENT_REORG): Remove.
9119 * config/mmix/mmix.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
9120 (mmix_reorg): Renamed from mmix_machine_dependent_reorg. Make static.
9121 Remove parameter.
9122
9123 * config/pa/pa-protos.h (pa_reorg): Remove declaration.
9124 * config/pa/pa.h (MACHINE_DEPENDENT_REORG): Remove.
9125 * config/pa/pa.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
9126 (pa_combine_instructions): Remove "first insn" parameter.
9127 (remove_useless_addtr_insns): Likewise.
9128 (pa_reorg): Likewise. Make static. Update calls to above functions.
9129
9130 * config/rs6000/rs6000.h (MACHINE_DEPENDENT_REORG): Remove
9131 commented-out definition.
9132
9133 * config/s390/s390-protos.h (s390_machine_dependent_reorg): Remove.
9134 * config/s390/s390.h (MACHINE_DEPENDENT_REORG): Remove.
9135 * config/s390/s390.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
9136 (s390_reorg): Renamed from s390_machine_dependent_reorg. Make static.
9137 Remove parameter.
9138
9139 * config/sh/sh-protos.h (machine_dependent_reorg): Remove.
9140 * config/sh/sh.h (MACHINE_DEPENDENT_REORG): Remove.
9141 * config/sh/sh.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
9142 (sh_reorg): Renamed from machine_dependent_reorg. Make static.
9143 Remove parameter.
9144 (sh_output_mi_thunk): Call sh_reorg directly.
9145 * config/sh/sh.md: Update comment.
9146
9147 * config/stormy16/stormy16.h (MACHINE_DEPENDENT_REORG): Remove
9148 commented-out definition.
9149
9150 * config/v850/v850-protos.h (v850_reorg): Remove declaration.
9151 * config/v850/v850.h (MACHINE_DEPENDENT_REORG): Remove.
9152 * config/v850/v850.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
9153 (v850_reorg): Make static. Remove parameter.
9154
9155 * config/xtensa/xtensa-protos.h (xtensa_reorg): Remove declaration.
9156 * config/xtensa/xtensa.h (MACHINE_DEPENDENT_REORG): Remove.
9157 * config/xtensa/xtensa.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
9158 (xtensa_reorg): Make static. Remove parameter.
9159
9160 * doc/tm.texi (MACHINE_DEPENDENT_REORG): Remove.
9161 (TARGET_MACHINE_DEPENDENT_REORG): Document.
9162
9163 2003-05-13 Richard Henderson <rth@redhat.com>
9164
9165 * c-decl.c (duplicate_decls): Re-invoke make_decl_rtl if
9166 the old decl had instantiated DECL_RTL.
9167
9168 2003-05-13 Mike Stump <mrs@apple.com>
9169
9170 * doc/invoke.texi (Option Summary): Kill off documentation for -$.
9171
9172 2003-05-13 Janis Johnson <janis187@us.ibm.com>
9173
9174 * config/rs6000/sysv4.h (OUTPUT_ASM_ALIGNED_LOCAL): Expect
9175 HOST_WIDE_INT argument.
9176
9177 2003-05-13 Jason Merrill <jason@redhat.com>
9178
9179 * tree.h (STRIP_MAIN_TYPE_NOPS): New macro.
9180
9181 * tree.c (iterative_hash_expr): New fn.
9182
9183 * c-semantics.c (emit_local_var): Don't mess with temp slots if
9184 there's no initializer.
9185
9186 2003-05-13 Richard Sandiford <rsandifo@redhat.com>
9187
9188 * final.c (final_scan_insn): Apply the effects of frame-related
9189 delay slot insns before emitting a delayed branch.
9190
9191 2003-05-13 Nick Clifton <nickc@redhat.com>
9192
9193 * config/mcore/mcore.md (jump): Use emit_jump_insn.
9194
9195 2003-05-13 Ulrich Weigand <uweigand@de.ibm.com>
9196
9197 * config/s390/s390.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Second
9198 parameter of ASM_OUTPUT_SKIP must have type unsigned HOST_WIDE_INT.
9199
9200 2003-05-12 DJ Delorie <dj@redhat.com>
9201
9202 * expr.c (move_by_pieces): Honor the alignment of TO and FROM.
9203 (emit_push_insn): Don't use push when the source alignment is less
9204 than the stack's push rounding.
9205
9206 2003-05-13 Zack Weinberg <zack@codesourcery.com>
9207
9208 * diagnostic.c (output_format): Add support for %m.
9209 (output_printf, output_verbatim, diagnostic_set_info,
9210 verbatim): Set err_no field of the text_info structure being
9211 initialized.
9212 (fatal_io_error): Delete function.
9213 * diagnostic.h (text_info): Add err_no field.
9214 * toplev.h (fatal_io_error): Delete prototype.
9215
9216 * c-opts.c, c-pch.c, dwarfout.c, ggc-common.c, ggc-page.c, graph.c
9217 * toplev.c, config/mips/mips.c, config/rs6000/host-darwin.c
9218 * objc/objc-act.c: Replace all calls to fatal_io_error with
9219 calls to fatal_error; add ": %m" to the end of all the affected
9220 error messages.
9221
9222 2003-05-13 Zack Weinberg <zack@codesourcery.com>
9223
9224 * varasm.c (notice_rtl_inlining_of_deferred_constant): New function.
9225 * rtl.h: Prototype it.
9226 * integrate.c (copy_rtx_and_substitute <SYMBOL_REF>): Call it
9227 when appropriate.
9228
9229 2003-05-13 Ulrich Weigand <uweigand@de.ibm.com>
9230
9231 * config/s390/s390.md ("*iordi3_oi"): Do not mark commutative.
9232 ("*iorsi3_oi"): Likewise.
9233
9234 2003-05-13 Richard Earnshaw <rearnsha@arm.com>
9235
9236 * arm.md (compare_scc): Use shorter sequence for EQ case.
9237 (ior_scc_scc_cmp, and_scc_scc_cmp): New insn-and-split patterns.
9238 (and_scc_scc): Ensure split only applies when there is a dominance
9239 of the comparisons.
9240 (and_scc_scc_nodom): New insn-and-split pattern.
9241
9242 2003-05-13 Richard Sandiford <rsandifo@redhat.com>
9243
9244 * unwind-dw2.c (uw_init_context_1): Don't pass &outer_cfa directly
9245 to _Unwind_SetGRPtr().
9246
9247 2003-05-13 Michael Eager <eager@mvista.com>
9248
9249 * Makefile.in: Initialize program_transform_cross_name from
9250 @program_transform_name@ instead of target_alias.
9251
9252 2003-05-12 Janis Johnson <janis187@us.ibm.com>
9253 Alan Modra <amodra@bigpond.net.au>
9254 Jakub Jelinek <jakub@redhat.com>
9255
9256 * configure.in (HAVE_AS_TLS): Add powerpc and powerpc64 tests.
9257 * configure: Rebuild.
9258 * config/rs6000/rs6000-protos.h: Update.
9259 * config/rs6000/rs6000.c (rs6000_tls_size): New.
9260 (rs6000_tls_size_string): New.
9261 (rs6000_parse_tls_size_option): New.
9262 (rs6000_legitimize_tls_address): New.
9263 (rs6000_tls_get_addr): New.
9264 (rs6000_got_sym): New.
9265 (rs6000_tls_symbol_ref): New.
9266 (rs6000_tls_symbol_ref_1): New.
9267 (rs6000_get_some_local_dynamic_name): New.
9268 (rs6000_get_some_local_dynamic_name_1): New.
9269 (TARGET_HAVE_TLS): New.
9270 (TARGET_CANNOT_FORCE_CONST_MEM): New.
9271 (rs6000_override_options): Handle -mtls-size option.
9272 (constant_pool_expr_1): Handle TLS symbols.
9273 (rs6000_legitimize_address): Handle TLS symbols.
9274 (rs6000_tls_referenced_p): New.
9275 (rs6000_legitimate_address): Handle TLS symbols.
9276 (rs6000_emit_move): Handle TLS symbols.
9277 (print_operand): Handle TLS symbols.
9278 (uses_TOC): Handle TLS symbols.
9279 (rs6000_emit_prologue): Use symbol for unspec constant.
9280 * config/rs6000/rs6000.h (HAVE_AS_TLS): New.
9281 (some_ld_name): New.
9282 (LEGITIMATE_CONSTANT_P): Handle TLS symbols.
9283 (PRINT_OPERAND_PUNCT_VALID_P): Handle TLS symbols.
9284 (PREDICATE_CODES): Add rs6000_tls_symbol_ref.
9285 * config/rs6000/rs6000.md (load_toc_v4_PIC_1, load_toc_v4_PIC_1b):
9286 Support TLS.
9287 (tls_gd_32, tls_gd_64, tls_ld_32, tls_ld_64, tls_dtprel_32,
9288 tls_dtprel_64, tls_dtprel_ha_32, tls_dtprel_ha_64, tls_dtprel_lo_32,
9289 tls_dtprel_lo_64, tls_got_dtprel_32, tls_got_dtprel_64, tls_tprel_32,
9290 tls_tprel_64, tls_tprel_ha_32, tls_tprel_ha_64, tls_tprel_lo_32,
9291 tls_tprel_lo_64, tls_got_tprel_32, tls_got_tprel_64, tls_tls_32,
9292 tls_tls_64): New.
9293 * config/rs6000/sysv4.h (SUBTARGET_OPTIONS): Add tls_size.
9294
9295 2003-05-12 Neil Booth <neil@cat.daikokuya.co.uk>
9296
9297 * Makefile.in (stage2_build, stage3_build, stage4_build):
9298 Set BUILD_CC to the same as CC.
9299
9300 2003-05-12 Neil Booth <neil@daikokuya.co.uk>
9301
9302 * alloc-pool.c (last_id): Put in ENABLE_CHECKING guards.
9303
9304 2003-05-12 Andreas Schwab <schwab@suse.de>
9305
9306 * config/ia64/ia64.c (ia64_function_ok_for_sibcall): Mark 'exp'
9307 as unused.
9308 (bundling): Initialize 'pos'.
9309 (ia64_expand_builtin): Initialize 'rmode'.
9310
9311 2003-05-12 David Edelsohn <edelsohn@gnu.org>
9312
9313 * config/rs6000/xcoff.h (ASM_OUTPUT_SKIP): Accept HOST_WIDE_INT.
9314 (ASM_OUTPUT_ALIGNED_COMMON): Same.
9315 (ASM_OUTPUT_LOCAL): Same.
9316
9317 Mon May 12 21:53:29 CEST 2003 Jan Hubicka <jh@suse.cz>
9318
9319 * varasm.c (output_constant): Fix underflow.
9320
9321 2003-05-12 Mark Mitchell <mark@codesourcery.com>
9322
9323 PR other/10745
9324 * configure.in: Correct detection of GNU ld version number.
9325 * configure: Regenerated.
9326
9327 2003-05-12 Zack Weinberg <zack@codesourcery.com>
9328
9329 * diagnostic.c (diagnostic_for_decl): Take a
9330 diagnostic_context argument. Restructure to be consistent
9331 with diagnostic_report_diagnostic.
9332 (diagnostic_count_diagnostic): Now static. Take a
9333 diagnostic_info argument, not just a diagnostic_t. Some code
9334 moved here from internal_error. Move a case label for
9335 clarity.
9336 (diagnostic_action_after_output): New function. Code moved
9337 here from internal_error and fatal_error.
9338 (bug_report_request): New #define so that this text appears in
9339 only one place.
9340 (diagnostic_report_diagnostic): Update to match changes to
9341 diagnostic_count_diagnostic. Call diagnostic_action_after_output.
9342 (diagnostic_set_info): Call gettext here.
9343
9344 (pedwarn): Update comment. Don't call gettext here.
9345 (sorry): Use report_diagnostic. Don't call gettext here.
9346 (fatal_error): Remove final fnotice and exit, but call
9347 real_abort to prevent warnings about noreturn function returning.
9348 (internal_error): Likewise. Don't do ICE suppression here nor
9349 call context->internal_error.
9350 (warning_with_decl): Suppress for decls in system headers.
9351 Adjust call to diagnostic_for_decl.
9352 (pedwarn_with_decl): Likewise.
9353 (error_with_decl): Adjust call to diagnostic_for_decl.
9354 (error_recursion): Use bug_report_request.
9355
9356 * diagnostic.h: Remove prototype of diagnostic_count_diagnostic.
9357 * objc/objc-act.c (error_with_ivar, warn_with_method): Don't call
9358 diagnostic_count_diagnostic.
9359
9360 2003-05-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
9361
9362 * pa64-hpux.h (ASM_OUTPUT_ALIGNED_COMMON): Correct last patch.
9363
9364 Mon May 12 15:57:54 CEST 2003 Jan Hubicka <jh@suse.cz>
9365
9366 * rs6000/darwin.h (ASM_OUTPUT_COMMON): Accept HOST_WIDE_INT
9367 * mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Fix warning.
9368 * mips/mips.h (ASM_OUTPUT_SKIP): Fix typo in the previous patch.
9369
9370 2003-05-12 Roger Sayle <roger@eyesopen.com>
9371
9372 * doc/rtl.texi: Document zero_extract as a valid destination
9373 of a set insn.
9374
9375 2003-05-12 Richard Earnshaw <rearnsha@arm.com>
9376
9377 * arm/lib1funcs.asm (LSYM): Define -- on ELF prefix a local symbol with
9378 '.'. Change all local symbol definitions and references to use LSYM.
9379
9380 Mon May 12 11:32:53 CEST 2003 Jan Hubicka <jh@suse.cz>
9381
9382 * expr.h (assemble_static_space): Update prototype.
9383 * output.h (assemble_zeros, output_constant): Likewise.
9384 * elfos.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON): Make it 64bit clean
9385 * alpha.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASK_OUTPUT_LOCAL): Make
9386 it 64bit clean.
9387 * elf.h (ASM_OTUPUT_SKIP): Likewise.
9388 * unicosmk.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMM): Likewise.
9389 * arm.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
9390 Expect HOST_WIDE_INT operand.
9391 * aout.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
9392 Expect HOST_WIDE_INT operand.
9393 * unknown-elf.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
9394 Expect HOST_WIDE_INT operand.
9395 * avr.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_SKIP): Expect
9396 HOST_WIDE_INT operand.
9397 * c4x.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP,
9398 ASM_OUTPUT_BSS): Expect HOST_WIDE_INT operand.
9399 * aout.h (ASM_OTUPUT_SKIP): Likewise.
9400 * cris.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Likewise.
9401 * darwin.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_COMMON): Likewise.
9402 * dsp16xx.h (ASM_OTUPUT_SKIP): Likewise.
9403 * frv.h (ASM_OTUPUT_SKIP): Likewise.
9404 * h8300.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_LOCAL): Likewise.
9405 * 370.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
9406 Make it 64bit
9407 clean.
9408 * att.h (ASM_OUTPUT_SKIP): Expect HOST_WIDE_INT operand.
9409 * bsd.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
9410 Make it 64bit clean.
9411 * darwin.h (ASM_OUTPUT_SKIP): Make it 64bit clean..
9412 * sco5.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Expect
9413 HOST_WIDE_INT operand
9414 * svr3gas.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
9415 Expect HOST_WIDE_INT operand
9416 * sysv3.h (ASM_OUTPUT_SKIP): Expect HOST_WIDE_INT operand
9417 * i960.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON,
9418 ASM_OUTPUT_ALIGNED_LOCAL): Expect HOST_WIDE_INT operand
9419 * ip2k.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
9420 Likewise.
9421 * m32r.h (ASM_OUTPUT_COMMON): Likewise.
9422 * 3b1.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
9423 Likewise.
9424 * amix.h (ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
9425 * crds.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
9426 * hp320.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
9427 ASM_OUTPUT_SKIP): Likewise.
9428 * m68k.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
9429 Likewise.
9430 * m68kelf.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
9431 ASM_OUTPUT_SKIP): Likewise.
9432 * m68kv4.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
9433 ASM_OUTPUT_SKIP): Likewise.
9434 * mot3300.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP): Likewise.
9435 * netbsd-elf.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON,
9436 ASM_OUTPUT_SKIP): Likewise.
9437 * sgs.h (ASM_OUTPUT_SKIP): Likewise.
9438 * tower-as.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON,
9439 ASM_OUTPUT_SKIP): Likewise.
9440 * m88k.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON, ASM_OUTPUT_SKIP):
9441 Likewise.
9442 * mcore.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_BSS, ASM_OUTPUT_SKIP): Likewise.
9443 * iris.h (ASM_OUTPUT_LOCAL): Likewise.
9444 * mips.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP): Likewise.
9445 * ns32k.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
9446 ASM_OUTPUT_SKIP): Make it 64bit clean.
9447 * pa-pro-end.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_ALIGNED_LOCAL):
9448 Make it 64bit clean.
9449 * pa.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_ALIGNED_LOCAL,
9450 ASM_OUTPUT_SKIP): Make it 64bit clean.
9451 * hpux.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_ALIGNED_LOCAL): Make it
9452 64bit clean.
9453 * romp.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON): Expect
9454 HOST_WIDE_INT argument
9455 * s390.h (ASM_OUTPUT_SKIP): Expect HOST_WIDE_INT argument.
9456 * sh.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON): Expect
9457 HOST_WIDE_INT argument
9458 * sol2.h (ASM_OUTPUT_SKIP): HOST_WIDE_INT argument
9459 * sparc.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON): HOST_WIDE_INT argument
9460 * svr3.h (ASM_OUTPUT_SKIP): HOST_WIDE_INT argument
9461 * vax.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
9462 HOST_WIDE_INT argument
9463 * vaxv.h (ASM_OUTPUT_LOCAL): HOST_WIDE_INT argument
9464 * xtensa.h (ASM_OUTPUT_LOCAL): HOST_WIDE_INT argument
9465 * varasm.c (asm_output_bss, asm_output_aligned_bss,
9466 asm_emit_uninitialized, assemble_zeros, assemble_static_space):
9467 HOST_WIDE_INT argument
9468
9469 2003-05-10 Steven Bosscher <steven@gcc.gnu.org>
9470
9471 * cgraphunit.c (cgraph_create_edges): Drop walk_tree in
9472 favor of walk_tree_without_duplicates. Add comments.
9473
9474 2003-05-12 Josef Zlomek <zlomekj@suse.cz>
9475
9476 * alloc-pool.h (ALLOC_POOL_ID_TYPE): New type.
9477 (struct alloc_pool_def): New element 'id'.
9478 * alloc-pool.c (fancy_abort): Extern function prototype.
9479 (abort): Macro which uses fancy_abort.
9480 (struct allocation_object_def): New structure.
9481 (ALLOCATION_OBJECT_PTR_FROM_USER_PTR): New macro.
9482 (USER_PTR_FROM_ALLOCATION_OBJECT_PTR): New macro.
9483 (last_id): New variable.
9484 (create_alloc_pool): Add the offset of u.data to size of element,
9485 increase and use last_id.
9486 (free_alloc_pool): Do the checking only when ENABLE_CHECKING.
9487 (pool_alloc): Likewise. Set ID for elements.
9488 (pool_free): Check whether the PTR was allocated from POOL.
9489
9490 2003-05-11 Richard Henderson <rth@redhat.com>
9491
9492 PR c/10675
9493 * c-decl.c: Include hashtab.h.
9494 (detect_field_duplicates): New.
9495 (finish_struct): Use it.
9496 * Makefile.in (c-decl.o): Update.
9497 * c-parse.in (structsp_attr): Nreverse component_decl_list results.
9498 (component_decl_list, component_decl_list2,
9499 components, components_notype): Build list in reverse order.
9500 (enumlist): Clarify docs. Use TREE_CHAIN not chainon.
9501
9502 * tree.c (chainon): Special case op2 null as well.
9503 Reorg for clarity.
9504
9505 2003-05-11 Roger Sayle <roger@eyesopen.com>
9506
9507 * config/i386/i386.md (logsf2, logdf2, logxf2, logdf2): New patterns
9508 to implement log, logf and logl built-ins as inline x87 intrinsics.
9509 (UNSPEC_FYL2X): New unspec to represent x87's "fyl2x" instruction.
9510 (*fyl2x_sfxf3, *fyl2x_dfxf3, *fyl2x_xf3, *fyl2x_tfxf3): New insn
9511 patterns for x87's "fyl2x" instruction, used by log?f2 patterns.
9512
9513 * reg-stack.c (subst_stack_regs_pat): Handle UNSPEC_FYL2X like
9514 UNSPEC_FPATAN, i.e. replaces two stack operands with single result.
9515
9516 2003-05-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9517
9518 * Makefile.in (out_object_file): Don't set -Wno-error for ${cpu}.o.
9519
9520 * sparc.c (print_operand): Fix uninitialized warning.
9521
9522 2003-05-12 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
9523
9524 * cfgloopanal.c (num_loop_insns, average_num_loop_insns): Count only
9525 real insns.
9526 * loop-unroll.c (unroll_loop_runtime_iterations): Remove superfluous
9527 condition.
9528
9529 2003-05-11 Neil Booth <neil@cat.daikokuya.co.uk>
9530
9531 * doc/cpp.texi: Fix typos.
9532
9533 2003-05-11 Ulrich Weigand <uweigand@de.ibm.com>
9534
9535 * config/s390/s390.c (s390_function_arg_float): New function.
9536 (s390_function_arg_pass_by_reference): Use it.
9537 (s390_function_arg_advance): Likewise.
9538 (s390_function_arg): Likewise.
9539 (s390_va_arg): Likewise
9540
9541 2003-05-11 Nathan Sidwell <nathan@codesourcery.com>
9542
9543 * coverage.h (coverage_counter_alloc): New function.
9544 * function.h (struct function): Remove arc_profile flag.
9545 * coverage.c (fn_ident): Remove.
9546 (fn_b_ctrs, no_coverage): New.
9547 (get_coverage_counts): Use current_function_funcdef_no.
9548 (coverage_counter_alloc): New.
9549 (coverage_counter_ref): Adjust.
9550 (coverage_begin_output): Check no_coverage. Use
9551 current_function_funcdef_no.
9552 (coverage_end_function): Likewise.
9553 (create_coverage): Set no_coverage. Set DECL_UNINLINEABLE rather
9554 than clearing flag_inline_functions. Do not clear arc_profile
9555 flag.
9556 * function.c (prepare_function_start): Do not set arc_profile
9557 flag.
9558 * profile.c (instrument_edges): Return number of instrumented
9559 edges. Use a for loop.
9560 (branch_prob): Call coverage_counter_alloc. Make BB_TO_GCOV_INDEX
9561 local to here and simplify. Use profile_arc_flag not arc_profile
9562 flag.
9563 (find_spanning_tree): Reformat.
9564 * toplev.c (rest_of_compilation): Use profile_arc_flags and
9565 flag_test_coverage rather than arc_profile flag.
9566
9567 2003-05-11 Gabriel Dos Reis <gdr@integrable-solutions.net>
9568
9569 * doc/invoke.texi (Wctor-dtor-privacy): Update documentation.
9570
9571 2003-05-11 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9572
9573 * varasm.c (copy_constant, case VIEW_CONVERT_EXPR): New case.
9574
9575 2003-05-11 Bruno Haible <bruno@clisp.org>
9576
9577 * cppfiles.c (find_or_create_entry): Preserve errno.
9578
9579 2003-05-11 Neil Booth <neil@cat.daikokuya.co.uk>
9580
9581 * c-cppbuiltin.c (c_cpp_builtins): Move __STDC_HOSTED__ into
9582 cpplib as it's a Standard Predefined Macro.
9583 * c-opts.c (finish_options): Pass flag_hosted to cpp_init_builtins.
9584 * cppinit.c (_cpp_init_builtins): Take HOSTED. Define
9585 __STDC_HOSTED__ appropriately.
9586 * cpplib.h (_cpp_init_builtins): Update.
9587 * fix-header.c (read_scan_file): Update.
9588 * doc/cpp.texi, doc/cppopts.texi: Update documentation.
9589
9590 2003-05-11 Gabriel Dos Reis <gdr@integrable-solutions.net>
9591
9592 PR C++/689
9593 PR C++/9257
9594 * c-opts.c (c_common_decode_option): Don't set
9595 warn_ctor_dtor_privacy wen -Wall.
9596 * c-common.c (warn_ctor_dtor_privacy): Don't turn on by default.
9597
9598 2003-05-10 Alexandre Oliva <aoliva@redhat.com>
9599
9600 * reload1.c (reload_cse_move2add): Revert part of my 2003-05-09's
9601 patch.
9602
9603 2003-05-10 Zack Weinberg <zack@codesourcery.com>
9604
9605 * diagnostic.c: Reorder functions for clarity, putting all the
9606 functions in the "error" family next to each other, and
9607 likewise all the functions in the "error_with_decl" family.
9608 Some other routines were moved too. Add comments.
9609 (vbuild_message_string): Fold into sole caller.
9610
9611
9612 2003-05-11 Ulrich Weigand <uweigand@de.ibm.com>
9613
9614 * except.c (EH_RETURN_STACKADJ_RTX): Do not define.
9615 (EH_RETURN_HANDLER_RTX): Likewise.
9616 (expand_builtin_eh_return): Do not copy stack adjustment
9617 if EH_RETURN_STACKADJ_RTX is not defined.
9618 (expand_eh_return): Likewise. Also, do not pass stack
9619 adjustment as argument to the eh_return pattern.
9620 * except.h (MUST_USE_SJLJ_EXCEPTIONS): Do not define just
9621 because EH_RETURN_STACKADJ_RTX is not defined.
9622 * unwind-dw.c (uw_update_context_1): If EH_RETURN_STACKADJ_RTX
9623 is not defined, treat stack pointer like a regular register.
9624 (uw_init_context_1): Set up fake initial stack pointer register.
9625 (uw_install_context_1): Do not compute stack adjustment if
9626 EH_RETURN_STACKADJ_RTX is not defined.
9627
9628 * config/i386/i386.md ("eh_return"): Remove first argument.
9629 * config/mips/mips.md ("eh_return"): Likewise.
9630 * config/rs6000/rs6000.md ("eh_return"): Likewise.
9631 * config/sh/sh.md ("eh_return"): Likewise.
9632
9633 * config/s390/s390.h (EH_RETURN_STACKADJ_RTX): Remove.
9634
9635 2003-05-10 Alexander Aganichev <aaganichev@yandex.ru>
9636
9637 * config/i386/i386.h (MODES_TIEABLE_P): Fix typo.
9638
9639 2003-05-10 Nathan Sidwell <nathan@codesourcery.com>
9640
9641 * defaults.h (GCOV_TYPE_SIZE): Remove.
9642 * gcov-io.h (gcov_type): Set to specific mode int on target.
9643 (gcov_unsigned_t, gcov_position_t): New.
9644 (GCOV_TYPE_NODE): New.
9645 (GCOV_TAG_SUMMARY_LENGTH): Adjust.
9646 (GCOV_COUNTERS_SUMMABLE): New.
9647 (gcov_ctr_summary, gcov_sumary, gcov_fn_info, gcov_merge_fn,
9648 gcov_ctr_info, gcov_info): Adjust types.
9649 (gcov_var): Adjust types.
9650 (gcov_write_unsigned, gcov_write_tag,
9651 gcov_write_length, gcov_write_tag_length, gcov_write_summary,
9652 gcov_read_unsigned, gcov_read_summary): Adjust gcov types.
9653 (gcov_position, gcov_sync, gcov_seek): Adjust gcov types.
9654 * gcov-io.c (gcov_write_unsigned, gcov_write_tag,
9655 gcov_write_length, gcov_write_tag_length, gcov_write_summary,
9656 gcov_read_unsigned, gcov_read_summary): Adjust gcov types.
9657 * libgcov.c (gcov_crc32, gcov_version_mismatch, gcov_exit,
9658 __gcov_init, __gcov_merge_add): Adjust gcov types.
9659 * coverage.c (ctr_merge_functions): Constify.
9660 (ctr_names): New.
9661 (read_counts_file): Adjust gcov types. Only summarize & merge
9662 summable counters.
9663 (coverage_counter_ref): Use GCOV_TYPE_NODE.
9664 (build_fn_info_type, build_fn_info_value, build_ctr_info_type,
9665 build_ctr_info_value, build_gcov_info): Adjust types.
9666 * profile.c (branch_prob): Adjust gcov types.
9667 * gcov_dump (dump_file): Adjust gcov types.
9668
9669 2003-05-10 Richard Earnshaw <rearnsha@arm.com>
9670
9671 * arm.md (DOM_CC_X_AND_Y, DOM_CC_NX_OR_Y, DOM_CC_X_OR_Y): New
9672 constants.
9673 (ior_scc_scc, and_scc_scc): New insn_and_split patterns.
9674 * arm.c (arm_select_dominance_cc_mode): Renamed from
9675 select_dominance_cc_mode, no-longer static. Use DOM_CC... constants.
9676 Callers updated.
9677 * arm-protos.h (arm_select_dominance_cc_mode): Add prototype.
9678
9679 2003-05-09 Roger Sayle <roger@eyesopen.com>
9680
9681 * config/alpha/alpha.c (alpha_start_function): Declare frame_size
9682 as unsigned to avoid signed/unsigned comparison warnings.
9683
9684 2003-05-09 Bob Wilson <bob.wilson@acm.org>
9685
9686 * config/xtensa/xtensa.c (xtensa_emit_loop_end): Only use "nop.n"
9687 instruction if the Xtensa density option is enabled.
9688
9689 2003-05-09 Matt Kraai <kraai@alumni.cmu.edu>
9690
9691 * mklibgcc.in: Remove extra quotes.
9692
9693 2003-05-09 Mark Mitchell <mark@codesourcery.com>
9694
9695 * config/rs6000/rs6000.c (spe_init_builtins): Fix typo in creation
9696 of int_ftype_void.
9697
9698 2003-05-09 Alexandre Oliva <aoliva@redhat.com>
9699
9700 * reload1.c (reload_cse_move2add): Don't turn an implicit
9701 truncation into a self-set in the narrow mode.
9702
9703 2003-05-09 Richard Earnshaw <rearnsha@arm.com>
9704
9705 * arm.md (clzsi2): The CLZ instruction is predicable.
9706
9707 2003-05-09 Bob Wilson <bob.wilson@acm.org>
9708
9709 * config/xtensa/xtensa.c: Formatting.
9710
9711 2003-05-09 Diego Novillo <dnovillo@redhat.com>
9712
9713 * tree-dump.c (dequeue_and_dump): Use CONSTRUCTOR_ELTS,
9714 instead of TREE_OPERAND to access the operand of a
9715 CONSTRUCTOR node.
9716
9717 2003-05-09 Diego Novillo <dnovillo@redhat.com>
9718
9719 * tree-dump.c (dequeue_and_dump): CONSTRUCTOR nodes contain only
9720 one operand.
9721
9722 2003-05-09 Gabriel Dos Reis <gdr@integrable-solutions.net>
9723
9724 * toplev.h (warning_with_file_and_line): Don't declare.
9725 (error_with_file_and_line): Likewise.
9726 * diagnostic.c (error_with_file_and_line): Remove.
9727 (warning_with_file_and_line): Likewise.
9728
9729 2003-05-09 Gabriel Dos Reis <gdr@integrable-solutions.net>
9730
9731 * c-parse.in (if_stmt_locus): New object.
9732 (if_prefix rule): Use it. Don't use warning_with_file_and_line.
9733 (select_or_iter_stmt rule): Likewise.
9734 (if_stmt_file): Remove.
9735 (if_stmt_line): Likewise.
9736 * jump.c: include "diagnostic.h"
9737 (never_reached_warning): Don't use warning_with_file_and_line.
9738 * Makefile.in (jump.o): Add dependce on diagnostic.h
9739
9740 2003-05-09 Alan Modra <amodra@bigpond.net.au>
9741
9742 * expr.c (move_block_from_reg): Remove "size" parm. Localize vars.
9743 Move code handling pieces not larger than a word to..
9744 * function.c (assign_parms): ..here, but use change_address instead
9745 of adjust_address and operand_subword, and expand_binop instead of
9746 expand_shift. Adjust calls to move_block_from_reg.
9747 * expr.h (move_block_from_reg): Update declaration.
9748 (copy_blkmode_from_reg): Formatting.
9749 * Makefile.in (function.o): Add $(OPTABS_H) to deps.
9750 * config/alpha/alpha.c (alpha_setup_incoming_varargs): Adjust
9751 move_block_from_reg calls.
9752 * config/arc/arc.c (arc_setup_incoming_varargs): Likewise.
9753 * config/i960/i960.c (i960_setup_incoming_varargs): Likewise.
9754 * config/m32r/m32r.c (m32r_setup_incoming_varargs): Likewise.
9755 * config/m88k/m88k.c (m88k_builtin_saveregsk): Likewise.
9756 * config/mips/mips.c (mips_setup_incoming_varargs): Likewise.
9757 * config/pa/pa.c (hppa_builtin_saveregs): Likewise.
9758 * config/romp/romp.h (SETUP_INCOMING_VARARGS): Likewise.
9759 * config/rs6000/rs6000.c (setup_incoming_varargs): Likewise.
9760 * config/sh/sh.c (sh_builtin_saveregs): Likewise.
9761
9762 2003-05-08 DJ Delorie <dj@redhat.com>
9763
9764 * config/stormy16/stormy16.c (xstormy16_expand_builtin_va_arg): Fix
9765 to handle arguments for which MUST_PASS_IN_STACK is true (e.g.,
9766 variable-sized types).
9767 (xstormy16_function_arg): New. Pass them that way too.
9768 * config/stormy16/stormy16-protos.h (xstormy16_function_arg): New.
9769 * config/stormy16/stormy16.h (FUNCTION_ARG): Call it.
9770
9771 2003-05-08 Aldy Hernandez <aldyh@redhat.com>
9772
9773 * mklibgcc.in: Use mkinstalldirs when installing multilib
9774 directories.
9775
9776 2003-05-08 J"orn Rennecke <joern.rennecke@superh.com>
9777
9778 * sh.c (gen_block_redirect, split_branches): Use CODE_FOR_jump_compact
9779 instead of CODE_FOR_jump
9780
9781 2003-05-08 Gabriel Dos Reis <gdr@integrable-solutions.net>
9782
9783 * objc/objc-act.c (error_with_ivar): Don't use
9784 error_with_file_and_line.
9785 (warn_with_method): Don't use warning_with_file_and_line.
9786
9787 2003-05-08 Gabriel Dos Reis <gdr@integrable-solutions.net>
9788
9789 * stmt.c (emit_locus): New macro.
9790 (emit_filename): Remove.
9791 (emit_lineno): Likewise.
9792 (struct stmt_status): Replace members x_emit_filename and
9793 x_emit_lineno with x_emit_locus.
9794 (set_file_and_line_for_stmt): Adjust.
9795 (expand_expr_stmt_value): Don't use warning_with_file_and_line.
9796 (warn_if_unused_value): Likewise.
9797 (check_seenlabel): Likewise.
9798
9799 2003-05-08 Gabriel Dos Reis <gdr@integrable-solutions.net>
9800
9801 * c-decl.c (define_label): Tidy. Don't use any of
9802 error_with_file_and_line or warning_with_file_and_file.
9803 (pending_xref_error): Likewise.
9804 (store_parm_decls): Likewise.
9805 (current_function_prototype_locus): New object. Package from
9806 current_function_prototype_file and current_function_prototype_line.
9807 (start_function): Use it.
9808 (current_function_prototype_file): Remove.
9809 (current_function_prototype_line): Remove;
9810
9811 2003-05-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9812
9813 * builtins.c (readonly_data_expr): New function.
9814 (expand_builtin_memmove): Optimize any rodata source, not just
9815 strings.
9816
9817 2003-05-07 David Mosberger <davidm@hpl.hp.com>
9818
9819 * unwind-libunwind.c (_Unwind_FindEnclosingFunction): New.
9820
9821 2003-05-07 Richard Henderson <rth@redhat.com>
9822
9823 * config/i386/i386.c (ix86_split_long_move): Fix base register
9824 mode for XFmode splits for TARGET_64BIT.
9825
9826 2003-05-07 Richard Henderson <rth@redhat.com>
9827
9828 * sched-ebb.c (schedule_ebb): Supply the correct starting
9829 block number to save_line_notes.
9830
9831 2003-05-07 Richard Henderson <rth@redhat.com>
9832
9833 * toplev.c (enum dump_file_index): Swap DFI_ce3, DFI_bbro.
9834 (dump_file): Likewise.
9835
9836 2003-05-07 David Mosberger <davidm@hpl.hp.com>
9837
9838 * config/ia64/crtbegin.asm (__do_jv_register_classes): Don't
9839 forget to preserve gp.
9840 * config/ia64/crtend.asm (__do_global_ctors_au): Ditto.
9841
9842 * config/ia64/crtbegin.asm (__do_jv_register_classes): Add missing
9843 .prologue directive.
9844 Use .skip instead of data8 for .bss section to make Intel
9845 Assembler (ias) happy. Minor whitespace fixups. Make "nop 0"
9846 explicit in the .mib bundles and remove the unnecessary stop
9847 bits. Replace local labels with normal labels, to make ias
9848 happy. Don't register __do_global_ctors_aux here, do it in
9849 crtend.asm instead.
9850
9851 * config/ia64/crtend.asm [HAVE_INIT_FINI_ARRAY]: Register
9852 __do_global_ctors_aux in .init_array section instead of
9853 declaring it as a hidden global. Replace local labels with
9854 ordinary labels to make ias happy.
9855
9856 2003-05-07 Richard Henderson <rth@redhat.com>
9857
9858 PR c++/10570
9859 * except.c: Revert 04-01 and 04-02 forced-unwind changes.
9860 * flags.h, toplev.c, doc/invoke.texi: Likewise.
9861
9862 * unwind-dw2.c (_Unwind_GetCFA): Fix ptr->int conversion warning.
9863 * unwind.inc (_Unwind_DeleteException): Check for null
9864 exception_cleanup.
9865
9866 * unwind-sjlj.c (_Unwind_SjLj_Resume_or_Rethrow): New.
9867 * unwind.inc (_Unwind_Resume_or_Rethrow): New.
9868 * unwind.h: Declare them.
9869 * libgcc-std.ver (GCC_3.3): Export them.
9870
9871 2003-05-07 Richard Henderson <rth@redhat.com>
9872
9873 * unwind-dw2.c (_Unwind_GetCFA): Cast pointer to _Unwind_Ptr,
9874 not _Unwind_Word.
9875
9876 2003-05-07 Zack Weinberg <zack@codesourcery.com>
9877
9878 * stmt.c (force_label_rtx): New function, based on logic
9879 formerly found in expand_expr.
9880 * expr.h: Prototype it.
9881 * expr.c (expand_expr <LABEL_DECL>): Use force_label_rtx if
9882 appropriate.
9883 * varasm.c (decode_addr_const <LABEL_DECL>): Use force_label_rtx.
9884
9885 * print-tree.c (debug_tree): Free the table after we're done
9886 with it. Use putc.
9887
9888 2003-05-07 Aldy Hernandez <aldyh@redhat.com>
9889
9890 * config/rs6000/spe.h: Reverse arguments for __ev_subfw.
9891 Unreverse arguments for __ev_subw.
9892
9893 * config/rs6000/spe.md (evsubfw): Reverse arguments of assembly.
9894
9895 2003-05-07 Nick Clifton <nickc@redhat.com>
9896
9897 * config/stormy16/stormy-abi: Update to include
9898 R_XSTORMY16_FPTR16, R_XSTORMY16_LO16, R_XSTORMY16_HI16 and
9899 R_XSTORMY16_12 relocs.
9900
9901 2003-05-07 Alan Modra <amodra@bigpond.net.au>
9902
9903 * function.c (assign_parms): Correct reversed reg_parm_stack_space
9904 test. Add partial in-regs size to stack_args_size.
9905
9906 2003-05-07 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9907
9908 * doc/invoke.texi (Warning Options): Mark -Wmissing-declarations
9909 as a C only option.
9910
9911 2003-05-07 Nathan Sidwell <nathan@codesourcery.com>
9912
9913 * gcov-io.h (GCOV_LOCKED): New #define.
9914 (GCOV_LINKAGE): Make sure it is #defined.
9915 (gcov_write_string, gcov_write_tag, gcov_write_length,
9916 gcov_read_string, gcov_time): Poison in libgcov.
9917 (gcov_seek_end): Remove.
9918 (gcov_write_tag_length, gcov_sync, gcov_rewrite): New.
9919 (GCOV_TAG_FUNCTION_LENGTH, GCOV_TAG_BLOCKS_LENGTH,
9920 GCOV_TAG_ARCS_LENGTH, GCOV_TAG_COUNTER_LENGTH,
9921 GCOV_TAG_SUMMARY_LENGTH): New #defines.
9922 (gcov_write_tag, gcov_write_length): Not in libgcov.
9923 * gcov-io.c (gcov_open): Use GCOV_LOCKED.
9924 (gcov_write_tag, gcov_write_length): Not in libgcov.
9925 (gcov_write_tag_length): New.
9926 (gcov_write_summary): Use gcov_write_tag_length.
9927 * libgcov.c: Always #include gcov-io.h.
9928 (IN_LIBGCOV): -1 for inhibit_libc, +1 otherwise.
9929 (GCOV_LINKAGE): Define to nothing for L_gcov.
9930 (gcov_exit): Replace gcov_write_tag, gcov_write_length with
9931 gcov_write_tag_length. Use gcov_rewrite & gcov_seek.
9932 * gcov.c (read_graph_file): Replace gcov_seek by gcov_sync.
9933 (read_count_file): Likewise.
9934 * gcov-dump.c (dump_file): Likewise.
9935 * coverag.c (read_counts_file): Likewise.
9936
9937 2003-05-06 Mark Mitchell <mark@codesourcery.com>
9938
9939 PR other/10658
9940 * gcc.c (process_command): Update copyright date.
9941
9942 2003-05-06 Phil Edwards <pme@gcc.gnu.org>
9943
9944 * doc/install.texi (mips-*-*): Add note about libstdc++.
9945
9946 2003-05-06 DJ Delorie <dj@redhat.com>
9947
9948 * config/stormy16/stormy16.c (xstormy16_function_profiler): New.
9949 * config/stormy16/stormy16.h (FUNCTION_PROFILER): Call it.
9950 * config/stormy16/stormy16-protos.h (xstormy16_function_profiler): New.
9951
9952 2003-05-06 <neil@cat.daikokuya.co.uk>
9953
9954 * c-opts.c (COMMAND_LINE_OPTIONS): Reject -Wmissing-prototypes
9955 and -Wstrict-prototypes if C++.
9956
9957 2003-05-06 Aldy Hernandez <aldyh@redhat.com>
9958
9959 * config/rs6000/linuxspe.h: New file.
9960
9961 * config.gcc: Add powerpc-*-linux-gnuspe* target.
9962
9963 2003-05-06 Richard Henderson <rth@redhat.com>
9964
9965 * unwind-dw2.c (uw_update_context_1): Only set cfa as sp if
9966 previous frame didn't save sp. Clear sp for next frame.
9967 (uw_install_context_1): Honor saved sp from frame.
9968
9969 2003-05-06 Richard Sandiford <rsandifo@redhat.com>
9970
9971 * config/mips/mips-protos.h (mips_subword, mips_output_move): Declare.
9972 (mips_move_1word, mips_move_2words): Remove declaration.
9973 (mips_split_64bit_move_p, mips_split_64bit_move): Declare.
9974 (mips_restore_gp): Remove insn argument.
9975 * config/mips/mips.h (FP_REG_RTX_P): New macro.
9976 * config/mips/mips.c (volatile_buffer): Remove.
9977 (mips_subword, mips_split_64bit_move_p, mips_split_64bit_move): New.
9978 (mips_move_1word, mips_move_2words): Remove, replacing with...
9979 (mips_output_move): ...this new function.
9980 (mips_restore_gp): Remove insn argument. Adjust for above changes.
9981 (print_operand): Make '%h' print %hi(op) for HIGH operands. Remove
9982 handling of floating-point constants. Handle zero CONST_DOUBLE
9983 arguments.
9984 (mips_annotate_frame_insn): Replace with...
9985 (mips_set_frame_expr): ...this, which just takes one argument.
9986 (mips_frame_set): Change the register argument to an rtx.
9987 (mips_emit_frame_related_store): Use mips_split_64bit_move_p to
9988 check whether moves should be split. Use mips_split_64bit_move
9989 to split them. Use mips_subword to generate the high and low
9990 parts of a paired FPR. Adjust calls to frame_set and
9991 mips_set_frame_expr.
9992 (mips_expand_prologue): Simplify due to above changes.
9993 * config/mips/mips.md: Add splitters for 64-bit moves on 32-bit
9994 targets, replacing xisting register-only versions.
9995 (UNSPEC_STORE_DF_HIGH): New unspec.
9996 (UNSPEC_LOAD_DF_LOW, UNSPEC_LOAD_DF_HIGH): New unspecs.
9997 (mulsi3_r4000, muldi3_internal2): Avoid use of mips_move_1word.
9998 (*paradoxical_extendhidi2): Remove.
9999 (movdi_internal, movdi_internal2): Use mips_output_move.
10000 (*movdi_internal2_mips16, movsi_internal, movcc): Likewise.
10001 (movsf_internal1, movsf_internal2): Likewise.
10002 (movdf_internal1a): Likewise. Fix length and type of f <- G case.
10003 (movdf_internal1b): Use mips_output_move. Fix type of f <- G case.
10004 (movdf_internal2): Use mips_output_move. Fix lengths of FPR moves.
10005 Add m <- G alternative.
10006 (load_df_low, load_df_high, store_df_low): New patterns.
10007 (movhi_internal): Use @ template instead of calling a function.
10008 Remove unnecessary 'z' alternatives.
10009 (movqi_internal): Likewise.
10010 (exception_receiver): Update call to mips_restore_gp.
10011
10012 2003-05-06 Richard Sandiford <rsandifo@redhat.com>
10013
10014 * config/mips/mips-protos.h (mips_simplify_dwarf_addr): Remove.
10015 (mips_delegitimize_address): Declare.
10016 * config/mips/mips.h (ASM_SIMPLIFY_DWARF_ADDR): Undefine.
10017 (FIND_BASE_TERM): Define.
10018 * config/mips/mips.c (TARGET_DELEGITIMIZE_ADDRESS): Defi~e.
10019 (mips_delegitimize_address): Renamed from mips_simplify_dwarf_addr.
10020 Handle small-data addresses.
10021
10022 2003-05-05 Roger Sayle <roger@eyesopen.com>
10023
10024 * real.c (real_powi): New function to calculate the value of
10025 a real raised to an integer power, i.e. pow(x,n) for int n.
10026 (real_sqrt): Convert to using the faster do_add, do_multiply
10027 and do_divide API for consistency with the rest of real.c.
10028 * real.h (real_powi): Prototype here.
10029 * builtins.c (fold_builtin): Avoid local variable mode when
10030 evaluating sqrt at compile time. Attempt to evaluate pow at
10031 compile-time, by checking for an integral exponent.
10032
10033 2003-05-05 Richard Henderson <rth@redhat.com>
10034
10035 * doc/extend.texi (Variable Attributes): Re-sort table and tidy.
10036
10037 2003-05-05 David O'Brien <obrien@FreeBSD.org>
10038
10039 * config/rs6000/sysv4.h (CPP_OS_FREEBSD_SPEC): Add __ELF__ to mirror
10040 other FreeBSD ports.
10041 (LINK_OS_FREEBSD_SPEC): Mirror conventions on other FreeBSD ports.
10042 (_LITTLE_ENDIAN): Use __LITTLE_ENDIAN__ instead.
10043
10044 2003-05-05 Janis Johnson <janis187@us.ibm.com>
10045
10046 * Makefile.in: (site.exp): Add ALT_CC_UNDER_TEST, add quotes around
10047 expanded variables.
10048 * doc/sourcebuild.texi (C tests): Describe gcc.dg/compat tests.
10049
10050 2003-05-05 Zack Weinberg <zack@codesourcery.com>
10051
10052 * rtl.h (STRING_POOL_ADDRESS_P): Rename to DEFERRED_CONSTANT_P.
10053 * varasm.c (struct varasm_status): Add deferred_constants field.
10054 (n_deferred_strings): Delete variable.
10055 (n_deferred_constants): New #define.
10056 (struct constant_descriptor_tree): Kill next and label fields.
10057 (const_hash_table, MAX_HASH_TABLE): Delete.
10058 (const_desc_htab): New static variable.
10059 (const_hash): Rename const_desc_hash, and make it fit the
10060 hashtab.h interface.
10061 (const_desc_eq): New.
10062 (const_hash_1, compare_constant): Const-ify arguments.
10063 (build_constant_desc): Set DEFERRED_CONSTANT_P on all new
10064 SYMBOL_REFs. Clarify comments. Don't set desc->label.
10065 (output_constant_def): Do the lookup/insert using the
10066 hashtab.h interface. Don't muck with n_deferred_constants or
10067 DEFERRED_CONSTANT_P here.
10068 Always call maybe_output_constant_def_contents.
10069 (maybe_output_constant_def_contents): Take a pointer to the
10070 descriptor, not the EXP and RTL separately. Return
10071 immediately if this constant is not deferred. Defer output of
10072 everything, except writable string constants. Update
10073 n_deferred_constants here.
10074 (output_constant_def_contents): Now takes just one argument,
10075 an rtx. Clear DEFERRED_CONSTANT_P here.
10076 (mark_constant_pool): Update for rename of n_deferred_strings.
10077 (mark_constant): Don't clear DEFERRED_CONSTANT_P here.
10078
10079 (init_varasm_status): Clear p->deferred_constants.
10080 (init_varasm_once): Call htab_create_ggc for const_desc_htab.
10081
10082 2003-05-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10083
10084 * builtins.c (expand_builtin_stpcpy): Only expand when the length
10085 of the source string can be evaluated at compile-time.
10086
10087 2003-05-05 Aldy Hernandez <aldyh@redhat.com>
10088
10089 * testsuite/gcc.c-torture/compile/simd-6.c: New.
10090
10091 * c-typeck.c (digest_init): Handle arrays of vector constants.
10092
10093 2003-05-05 Jakub Jelinek <jakub@redhat.com>
10094
10095 * builtins.c (expand_builtin_mempcpy): New function.
10096 (expand_builtin_stpcpy): Optimize stpcpy whose return value is
10097 ignored into strcpy no matter what arguments it has.
10098 (expand_builtin) <case BUILT_IN_MEMPCPY>: Call
10099 expand_builtin_mempcpy.
10100
10101 2003-05-05 Aldy Hernandez <aldyh@redhat.com>
10102
10103 * testsuite/gcc.dg/20030505.c: New.
10104
10105 * c-typeck.c (convert_for_assignment): Opaque pointers can
10106 interconvert.
10107
10108 * config/rs6000/rs6000.c: New global opaque_p_V2SI_type_node.
10109 (rs6000_init_builtins): Initialize opaque_p_V2SI_type_node.
10110 (spe_init_builtins): Rename all pv2si_type_node to
10111 opaque_p_V2SI_type_node.
10112 Remove declaration of pv2si_type_node.
10113 (is_ev64_opaque_type): Accept opaque pointers.
10114
10115 2003-05-05 Geoffrey Keating <geoffk@apple.com>
10116
10117 * config/rs6000/rs6000.c (validate_condition_mode): Use
10118 flag_finite_math_only.
10119 (rs6000_reverse_condition): Never return UNKNOWN; use
10120 flag_finite_math_only.
10121 (rs6000_generate_compare): Use flag_finite_math_only.
10122 (rs6000_emit_cmove): Handle UNLE. Support UNEQ under -ffast-math.
10123 Use HONOR_* rather than flag_unsafe_math_optimizations. Correct
10124 UNGE and GT cases. Handle UNEQ and LTGT when ! HONOR_NANS.
10125
10126 * toplev.c (check_global_declarations): Suppress not-used warning
10127 for volatile variables.
10128
10129 2003-05-05 Olivier Hainque <hainque@act-europe.fr>
10130
10131 * expr.c (expand_expr, case BIT_FIELD_REF): Refine the test forcing
10132 usage of bitfield instructions for mode1 != BLKmode, only ignoring
10133 SLOW_UNALIGNED_ACCESS if the field is not byte aligned.
10134 (store_field): Likewise.
10135
10136 2003-05-05 Aldy Hernandez <aldyh@redhat.com>
10137
10138 * config/rs6000/rs6000.c (rs6000_expand_binop_builtin): Add
10139 evsubifw to builtins accepting 5-bit unsigned constants.
10140 (easy_vector_constant): Return if V1DImode. Fix typo.
10141
10142 2003-05-05 Aldy Hernandez <aldyh@redhat.com>
10143
10144 * config/rs6000/spe.h: Revert licensing change from last patch.
10145
10146 2003-05-05 DJ Delorie <dj@redhat.com>
10147
10148 * config/stormy16/stormy16.md (negsi2): Allocate the pseudos
10149 before reload, but defer the split until after.
10150 * config/stormy16/stormy16.c (xstormy16_expand_arith): Modify
10151 to match.
10152
10153 2003-05-05 David Edelsohn <edelsohn@gnu.org>
10154
10155 * config/rs6000/rs6000.h (ASM_CPU_SPEC): Add 440 support.
10156 * config/rs6000/vxworks.h (CC1_SPEC): Use -mcpu=440 for t440.
10157
10158 2003-05-05 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
10159
10160 * libgcov.c (__gcov_merge_add): Do not use gcov_type when inhibit_libc
10161 is defined.
10162
10163 2003-05-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10164
10165 * builtin-attrs.def (ATTR_NOTHROW_NONNULL_1,
10166 ATTR_NOTHROW_NONNULL_2, ATTR_NOTHROW_NONNULL_3): Renamed from
10167 ATTR_NONNULL_1, ATTR_NONNULL_2 and ATTR_NONNULL_3.
10168
10169 (ATTR_NOTHROW_NONNULL_1_2, ATTR_NOTHROW_NONNULL_1_4,
10170 ATTR_CONST_NOTHROW_NONNULL_1, ATTR_PURE_NOTHROW_NONNULL_1,
10171 ATTR_PURE_NOTHROW_NONNULL_1_2, ATTR_MALLOC_NOTHROW_NONNULL_1):
10172 New.
10173
10174 * builtins.def (DEF_EXT_FALLBACK_BUILTIN): Accept ATTRS argument.
10175 (BUILT_IN_BZERO, BUILT_IN_BCOPY, BUILT_IN_BCMP): Update comment
10176
10177 (BUILT_IN_INDEX, BUILT_IN_RINDEX, BUILT_IN_MEMCPY,
10178 BUILT_IN_MEMMOVE, BUILT_IN_MEMCMP, BUILT_IN_MEMSET,
10179 BUILT_IN_MEMPCPY, BUILT_IN_STRCAT, BUILT_IN_STRNCAT,
10180 BUILT_IN_STPCPY, BUILT_IN_STRCPY, BUILT_IN_STRNCPY,
10181 BUILT_IN_STRCMP, BUILT_IN_STRNCMP, BUILT_IN_STRLEN,
10182 BUILT_IN_STRSTR, BUILT_IN_STRPBRK, BUILT_IN_STRSPN,
10183 BUILT_IN_STRCSPN, BUILT_IN_STRCHR, BUILT_IN_STRRCHR, BUILT_IN_NAN,
10184 BUILT_IN_NANF, BUILT_IN_NANL, BUILT_IN_NANS, BUILT_IN_NANSF,
10185 BUILT_IN_NANSL, BUILT_IN_PUTS, BUILT_IN_FPUTC, BUILT_IN_FPUTS,
10186 BUILT_IN_FWRITE, BUILT_IN_PUTS_UNLOCKED, BUILT_IN_FPUTC_UNLOCKED,
10187 BUILT_IN_FPUTS_UNLOCKED, BUILT_IN_FWRITE_UNLOCKED,
10188 BUILT_IN_STRDUP): Add "nonnull" attribute.
10189
10190 2003-05-04 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
10191
10192 * expr.c (store_field): Don't clobber TEMP in shift: it might be
10193 a variable.
10194 (get_inner_reference): Don't go through a VIEW_CONVERT_EXPR
10195 whose purpose is to step up the alignment.
10196 (expand_expr, case ADDR_EXPR): Force LO_SUM into memory, just like REG.
10197
10198 * stor-layout.c (compute_record_mode): Relax restriction
10199 on fields crossing word boundaries forcing BLKmode.
10200
10201 2003-05-04 Neil Booth <neil@daikokuya.co.uk>
10202
10203 * cppinit.c (cpp_create_reader, post_options): Warn about
10204 trigraphs unless explicity set or -trigraphs.
10205 * cpplex.c (warn_in_comment): New.
10206 (_cpp_process_line_notes): Better handling of -Wtrigraphs.
10207 (_cpp_skip_block_comment): Add call to _cpp_process_line_notes.
10208 * doc/cppopts.texi, doc/cpp.texi: Update.
10209
10210 2003-05-04 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
10211
10212 * Makefile.in (LIBGCOV): Add _gcov_merge_add.
10213 * gcov-io.h: Make GCOV_LINKAGE extern in libgcov and prevent resulting
10214 namespace clash.
10215 (GCOV_MERGE_FUNCTIONS): New.
10216 (gcov_merge_fn): Declare.
10217 (struct gcov_ctr_info): New field "merge".
10218 (__gcov_merge_add): Declare.
10219 * coverage.c (ctr_merge_functions): New.
10220 (build_ctr_info_type, build_ctr_info_value): Initialize merge field
10221 of gcov_ctr_info type.
10222 * libgcov.c (__gcov_merge_add): New.
10223 (gcov_exit): Call a hook to merge values of counters.
10224
10225 2003-05-04 Gabriel Dos Reis <gdr@integrable-solutions.net>
10226
10227 * toplev.h (pedwarn_with_file_and_line): Don't declare.
10228 * diagnostic.c (pedwarn_with_file_and_line): Remove.
10229
10230 2003-05-04 Gabriel Dos Reis <gdr@integrable-solutions.net>
10231
10232 * varasm.c (assemble_variable): Don't use error_with_file_and_line.
10233
10234 2003-05-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10235
10236 * builtins.c (expand_builtin_constant_p, expand_builtin_strlen,
10237 expand_builtin_frame_address): Update prototypes.
10238 (expand_builtin_constant_p, expand_builtin_strlen,
10239 expand_builtin_strcpy, expand_builtin_memset,
10240 expand_builtin_bzero, expand_builtin_args_info,
10241 expand_builtin_frame_address): Pass in just the argument(s)
10242 needed, not the entire expression `exp'.
10243 (expand_builtin): Update all calls to these functions.
10244
10245 2003-05-03 Richard Henderson <rth@redhat.com>
10246
10247 * builtins.c (expand_builtin) <BUILT_IN_DWARF_FP_REGNUM>: Remove.
10248 <BUILT_IN_DWARF_SP_COLUMN>: New.
10249 * builtins.def (BUILT_IN_DWARF_FP_REGNUM): Remove.
10250 (BUILT_IN_DWARF_SP_COLUMN): New.
10251 * dwarf2out.c (expand_builtin_dwarf_fp_regnum): Remove.
10252 (expand_builtin_dwarf_sp_column): New.
10253 * except.h: Update to match.
10254 * unwind-dw2.c (execute_stack_op): Correct stack push typo.
10255 (execute_cfa_program): Record location expression address
10256 before extracting length.
10257 (uw_update_context_1): Install old CFA into stack pointer column.
10258 (uw_init_context_1): Set cfa_reg to stack pointer column.
10259
10260 2003-05-03 Richard Henderson <rth@redhat.com>
10261
10262 * config/rs6000/rs6000.c (constant_pool_expr_p): Make static and
10263 return bool.
10264 (toc_relative_expr_p): Likewise.
10265 (SPE_CONST_OFFSET_OK): Move from rs6000.h.
10266 (legitimate_constant_pool_address_p): Move from rs6000.h, change
10267 into a function, downcase all users.
10268 (legitimate_small_data_p): Likewise.
10269 (legitimate_offset_address_p): Likewise.
10270 (legitimate_indexed_address_p): Likewise.
10271 (legitimate_indirect_address_p): Likewise.
10272 (legitimate_lo_sum_address_p): Likewise.
10273 (rs6000_mode_dependent_address): Likewise.
10274 * rs6000.h (CONSTANT_POOL_EXPR_P, TOC_RELATIVE_EXPR_P): Remove.
10275 (SPE_CONST_OFFSET_OK, LEGITIMATE_CONSTANT_POOL_ADDRESS_P,
10276 LEGITIMATE_SMALL_DATA_P, LEGITIMATE_OFFSET_ADDRESS_P,
10277 LEGITIMATE_INDEXED_ADDRESS_P, LEGITIMATE_INDIRECT_ADDRESS_P,
10278 LEGITIMATE_LO_SUM_ADDRESS_P): Move into rs6000.c.
10279 (LEGITIMATE_ADDRESS_INTEGER_P): Remove.
10280 (GO_IF_MODE_DEPENDENT_ADDRESS): Use rs6000_mode_dependent_address.
10281 * config/rs6000/rs6000-protos.h: Update.
10282
10283 2003-05-03 Geoffrey Keating <geoffk@apple.com>
10284
10285 * config/rs6000/rs6000.h (REVERSIBLE_CC_MODE): Define.
10286 (REVERSE_CONDITION): Define.
10287
10288 * config/rs6000/rs6000.c (scc_comparison_operator): Make equivalent
10289 to branch_positive_comparison_operator.
10290 (ccr_bit): Check that sCOND conditions are actually a positive bit.
10291 (print_operand): Remove %D substitution.
10292 (rs6000_emit_sCOND): Generate complement operation to ensure that
10293 sCOND input is a positive bit.
10294 * config/rs6000/rs6000.md: Rearrange sCOND templates to be in the
10295 same order as bCOND, and add the missing ones. Remove the %D
10296 substitutions from the scc patterns.
10297
10298 * simplify-rtx.c (simplify_relational_operation): Add case for
10299 ! (fabs(x) < 0.0).
10300
10301 2003-05-03 Bruce Korb <bkorb@gnu.org>
10302
10303 * gcc/fixinc/fixincl.tpl(dne): restore this to force merge conflicts
10304 in fixincl.x
10305 * gcc/fixinc/inclhack.def(bsd_stdio_attrs_conflict): fix placement
10306
10307 2003-05-03 Aldy Hernandez <aldyh@redhat.com>
10308
10309 * config/rs6000/spe.h: Remove unecessary casts. Misc cleanups.
10310
10311 2003-05-03 Zack Weinberg <zack@codesourcery.com>
10312
10313 PR c/10604
10314 * c-common.c (warn_sign_compare): Initialize to -1.
10315 * c-opts.c (c_common_init_options): Don't set warn_sign_compare here.
10316 (c_common_decode_option <OPT_Wall>): Set warn_sign_compare
10317 for C++ only.
10318 (c_common_post_options): Set warn_sign_compare from extra_warnings
10319 if it's still -1 at this point.
10320
10321 * toplev.c (maybe_warn_unused_parameter): New static variable.
10322 (set_Wextra): New static function.
10323 (W_options): Remove "extra".
10324 (decode_W_option): Call set_Wextra.
10325 (independent_decode_option): Likewise.
10326 (set_Wunused): Cooperate with set_Wextra in setting
10327 warn_unused_parameter.
10328 (rest_of_compilation): No need to check extra_warnings as
10329 well as warn_uninitialized.
10330
10331 * c-typeck.c (build_binary_op, build_conditional_expr):
10332 No need to check extra_warnings as well as warn_sign_compare.
10333 (internal_build_compound_expr): No need to check extra_warnings
10334 as well as warn_unused_value.
10335 * function.c (expand_function_end): No need to check extra_warnings
10336 as well as warn_unused_parameter.
10337 * stmt.c (expand_expr_stmt_value): No need to check extra_warnings
10338 as well as warn_unused_value.
10339
10340 * doc/invoke.texi: Clarify documentation of -Wsign-compare.
10341
10342 * Makefile.in: Disable -Werror for gengtype-lex.o.
10343
10344 2003-05-03 Olivier Hainque <hainque@act-europe.fr>
10345
10346 * emit-rtl.c (last_call_insn, add_function_usage_to): New functions.
10347 * rtl.h (last_call_insn, add_function_usage_to): New prototypes.
10348 * builtins.c (expand_builtin_apply): Use the new emit-rtl functions.
10349 * calls.c (emit_call_1): Likewise.
10350 (expand_call): For calls initializing constant memory, replace
10351 emission of standalone mem /u clobber with function usage entry.
10352 * expr.c (emit_block_move_via_libcall): Likewise.
10353 * cse.c (count_reg_usage, case EXPR_LIST): New case.
10354 * flow.c (propagate_one_insn): Pass entire operand of
10355 CALL_INSN_FUNCTION_USAGE to mark_used_regs.
10356 * integrate.c (try_constants): For CALL_INSNs, substitute constants
10357 within the FUNCTION_USAGE also.
10358 * loop.c (prescan_loop): Note clobbers of const mem mentioned in
10359 FUNCTION_USAGE lists.
10360 * reload1.c (replace_pseudos_in): Renamed.
10361 (reload): Use it for clobbers surviving until the end of the reload.
10362
10363 2003-05-03 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
10364
10365 * expr.c (expand_expr, case VIEW_CONVERT_EXPR): Don't use
10366 gen_lowpart on non-integer modes.
10367
10368 * stor-layout.c (place_field): When adjusting offset_align, use
10369 desired_align, not DECL_ALIGN.
10370
10371 2003-05-03 Nathan Sidwell <nathan@codesourcery.com>
10372
10373 * c-decl.c (pending_invalid_xref_file): Remove.
10374 (pending_invalid_xref_line): Remove.
10375 (pending_invalid_xref_location): New.
10376 (lookup_label): Use location_t and input_location directly.
10377 (lookup_tag): Likewise.
10378 (pending_xref_error): Likewise.
10379 (c_expand_body_1): Likewise.
10380 * c-common.c (x_expand_start_cond): Likewise.
10381 * c-semantics.c (genrtl_for_stmt): Likewise.
10382 (find_reachable_label): Likewise.
10383 * expr.c (expand_expr): Likewise.
10384 * integrate.c (output_inline_function): Likewise.
10385 * tree-inline.c (find_alloca_call): Likewise.
10386 (find_builtin_longjmp_call): Likewise.
10387 * gcc.c (input_filename): Make static.
10388
10389 2003-05-03 Richard Sandiford <rsandifo@redhat.com>
10390
10391 * config/mips/mips.md: Fix comment typo.
10392
10393 * config/mips/mips.c (mips_integer_op): New structure.
10394 (MIPS_MAX_INTEGER_OPS): Define.
10395 (mips_const_insns): Use mips_build_integer to determine the number
10396 of instructions needed to load a CONST_INT.
10397 (move_operand): Reject compound CONST_INTs.
10398 (mips_build_shift, mips_build_lower, mips_build_integer): New fns.
10399 (mips_move_integer): New fn.
10400 (mips_legitimize_const_move): Pass CONST_INTs to mips_move_integer.
10401 (mips_legitimize_move): Only legitimize constants when moving
10402 word or subword values.
10403
10404 2003-05-02 Matt Kraai <kraai@alumni.cmu.edu>
10405
10406 * Makefile.in (gcov-iov.h): Use move-if-change and a stamp.
10407
10408 2003-05-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10409
10410 * builtins.c (expand_builtin_stpcpy): Copy `arglist' before
10411 modifying it.
10412
10413 2003-05-03 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
10414 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10415
10416 * doc/contrib.texi (Contributors): Add Zdenek Dvorak, Aldy
10417 Hernandez, and Kazu Hirata. Update Richard Henderson.
10418
10419 2003-05-02 Geoffrey Keating <geoffk@apple.com>
10420
10421 * config/rs6000/rs6000.c (rs6000_attribute_table): Add 'extern'
10422 to tentative declaration.
10423
10424 * config/rs6000/sysv4.h (SYMBOL_FLAG_SMALL_V4): Delete.
10425 (SYMBOL_FLAG_SMALL_V4): Delete.
10426 * config/rs6000/rs6000.c (small_data_operand): Use SYMBOL_REF_SMALL_P.
10427 (rs6000_elf_encode_section_info): Don't set SYMBOL_FLAG_SMALL_V4.
10428 (rs6000_elf_in_small_data_p): Add extra section names. Add
10429 comment about TREE_PUBLIC test.
10430
10431 * c-semantics.c (genrtl_switch_stmt, genrtl_if_stmt): Call
10432 expand_stmt on result of expand_unreachable_stmt.
10433
10434 2003-05-02 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10435
10436 * doc/contrib.texi (Contributors): Add Daniel Berlin.
10437
10438 2003-05-02 David Edelsohn <edelsohn@gnu.org>
10439
10440 * config/rs6000/{603.md,6xx.md,7450.md,7xx.md,rs64.md}: Decrease
10441 number of automata.
10442
10443 * config/rs6000/rs6000.c (symbol_ref_operand): Check
10444 SYMBOL_REF_FUNCTION_P on AIX.
10445 (current_file_function_operand): Same.
10446 * config/rs6000/rs6000.md (call,call_value): Force non-function
10447 symbol_ref into register on AIX.
10448
10449 2003-05-02 Alan Modra <amodra@bigpond.net.au>
10450
10451 * calls.c (struct arg_data): Move offset, slot_offset, size and
10452 alignment_pad to struct locate_and_pad_arg_data. Update all refs.
10453 (initialize_argument_information): Adjust call to locate_and_pad_parm.
10454 Delete alignment_pad var. Don't calculate slot_offset here.
10455 (emit_library_call_value_1): Delete alignment_pad, offset and size
10456 vars. Use struct locate_and_pad_arg_data instead. Adjust refs.
10457 Adjust call to locate_and_pad_parm. Don't tweak arg size for
10458 partial in-regs here. Formatting fixes.
10459 * expr.h (struct locate_and_pad_arg_data): New struct.
10460 (locate_and_pad_parm): Adjust declaration.
10461 * function.c (assign_parms): Localize vars. Use "locate" instead of
10462 other arg location vars. Don't invoke FUNCTION_ARG or
10463 FUNCTION_INCOMING_ARG unless pretend_named is different from
10464 named_arg. Heed MUST_PASS_IN_STACK and set up "partial" before
10465 calling locate_and_pad_parm. Adjust locate_and_pad_parm call.
10466 Use slot_offset for stack home of reg parms. Correct test for
10467 parm passed in memory. Formatting fixes.
10468 (locate_and_pad_parm): Add "partial" to params. Replace offset_ptr
10469 arg_size_ptr and alignment pad with "locate". Set slot_offset here.
10470 Correct initial_offset_ptr handling. Localize vars. Always pad
10471 locate->offset even when in_regs.
10472
10473 2003-05-02 Nathan Sidwell <nathan@codesourcery.com>
10474
10475 * Makefile.in (TREE_H): Replace location.h with input.h.
10476 (GTFILES) Remove location.h
10477 (gt-lists.h): Replace gt-location.h with gt-input.h
10478 * input.h (input_filename, input_line): Remove variables.
10479 (location_s, location_t): Move from location.h.
10480 (input_location): New.
10481 (input_filename, input_line): New #defines.
10482 * location.h: Remove.
10483 * tree.h: Replace location.h with input.h.
10484 (input_filename, input_line): Remove.
10485 * diagnostic.h: Replace location.h with input.h.
10486 * gcc.h (input_filename, input_filename_length): Remove declarations.
10487 * toplev.c (input_filename, input_line): Remove.
10488 (input_location): Define.
10489 (push_srcloc, pop_srcloc): Adjust.
10490 * diagnostic.c (diagnostic_report_current_module): Adjust.
10491
10492 2003-05-02 Nick Clifton <nickc@redhat.com>
10493
10494 * configure.in: Add xstormy16 to list of targets that has a nop
10495 instruction and hence which can be tested to see if the
10496 assembler supports the --gdwarf2 switch.
10497 * configure: Regenerate.
10498
10499 2003-05-01 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
10500
10501 PR target/8257
10502 * config/alpha/alpha.c (alpha_sa_mask, alpha_expand_prologue,
10503 alpha_start_function, alpha_expand_epilogue, unicosmk_gen_dsib):
10504 Avoid undefined shifts by making the shift operand unsigned.
10505
10506 2003-05-01 DJ Delorie <dj@redhat.com>
10507
10508 * reload.c (find_reloads): Also check that all of a multi-reg
10509 value is in the class.
10510
10511 2003-05-01 Nathan Sidwell <nathan@codesourcery.com>
10512
10513 * scan.h (lineno): Revert the rename here.
10514
10515 2003-05-01 Stan Shebs <shebs@apple.com>
10516
10517 * config/darwin.c (darwin_encode_section_info): Call
10518 default_encode_section_info.
10519
10520 2003-05-01 David Edelsohn <edelsohn@gnu.org>
10521
10522 * config/rs6000/rs6000.md (define_attr "type"): Add mfjmpr.
10523 (movsi_internal1): Use new mfjmpr attribute.
10524 (movhi_internal): Same.
10525 (movqi_internal): Same.
10526 (movcc_internal1): Same.
10527 (movdi_internal64): Same.
10528 * config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
10529 power4.md,rios1.md,rios2.md,rs64.md}: Add mfjmpr.
10530 * config/rs6000/40x.md: Add fpu_405.
10531 * config/rs6000/power4.md: Merge power4lsu and power4disp automata
10532 into power4misc automata. Remove extraneous parentheses.
10533 * config/rs6000/440.md: New file.
10534 * config/rs6000/rs6000.c (processor_target_table): Add 440,
10535 440fp. Rename 405f to 405fp.
10536 (function_arg_padding): Correct formatting.
10537 (rs6000_rtx_costs): Add PROCESSOR_PPC440 cases.
10538
10539 2003-05-01 Nathan Sidwell <nathan@codesourcery.com>
10540
10541 * input.h (lineno): Rename to ...
10542 (input_line): ... here.
10543 * tree.h (lineno): Rename to ...
10544 (input_line): ... here.
10545 * scan.h (lineno): Rename to ...
10546 (input_line): ... here.
10547 * toplev.c (lineno): Rename to ...
10548 (input_line): ... here.
10549 (push_srcloc, pop_srcloc): Rename lineno to input_line.
10550 * c-common.c (c_expand_start_cond, fname_decl): Likewise.
10551 * c-decl.c (poplevel, pop_label_level, lookup_label, lookup_tag,
10552 store_parm_decls, c_expand_body_1): Likewise.
10553 * c-errors.c (pedwarn_c99): Likewise.
10554 * c-format.c (status_warning): Likewise.
10555 * c-lex.c (fe_file_change, cb_def_pragma, c_lex): Likewise.
10556 * c-opts.c (c_common_post_options, c_common_parse_file): Likewise.
10557 * c-parse.in (save_filename, maybe_type_qual, ifc): Likwise.
10558 * c-semantics.c (finish_stmt_tree, build_stmt, emit_local_var,
10559 gentrtl_goto_stmt, genrtl_expr_stmt_value, genrtl_decl_stmt,
10560 genrtl_if_stmt, genrtl_while_stmt, genrtl_do_stmt,
10561 genrtl_return_stmt, genrtl_for_stmt, build_break_stmt,
10562 build_continue_stmt, genrtl_switch_stmt, genrtl_asm_stmt,
10563 prep_stmt, find_reachable_label, expand_unreachable_stmt): Likewise.
10564 * coverage.c (create_coverage): Likewise.
10565 * diagnostic.c (pedwarn, sorry, error, fatal_error,
10566 internal_error, warning, diagnostic_report_current_module,
10567 inform): Likewise.
10568 * expr.c (expand_expr): Likewise.
10569 * integrate.c (expand_inline_function,
10570 output_inline_function): Likewise.
10571 * rtl-error.c (file_and_line_for_asm): Likewise.
10572 * tree-inline.c (find_alloca_call, find_builtin_longjmp_call,
10573 walk_tree): Likewise.
10574 * tree.c (make_node): Likewise.
10575 * ada, cp, f, java, objc, treelang: Likewise.
10576 * objc/objc-act.c (objc_init): Rename lineno to input_line.
10577 (build_module_descriptor, build_selector_translation_table,
10578 build_protocol_template, build_method_prototype_list_template,
10579 build_category_template, build_selector_table,
10580 build_class_template, build_super_template, build_ivar_template,
10581 build_ivar_list_template, build_method_list_template,
10582 build_method_template, add_instance_variable): Likewise.
10583
10584 * dwarf2out.c (dwarf2out_init, dwarf2out_finish): Change parameter
10585 name from input_filename.
10586
10587 2003-04-30 Eric Christopher <echristo@redhat.com>
10588 Richard Sandiford <rsandifo@redhat.com>
10589
10590 * configure: Regenerate from patches below.
10591 * combine.c (gen_lowpart_for_combine): Fix comment and add tests
10592 for all symbolic operands.
10593 * config/mips/mips.c: Migrate RTX_COSTS and CONST_COSTS
10594 to function.
10595 * config/mips/linux.h: Fix typo.
10596 * Merge from mips-3_4-rewrite branch:
10597
10598 2003-04-07 Richard Sandiford <rsandifo@redhat.com>
10599
10600 * config/mips/mips.c (mips_classify_symbol): Add catch-all case for
10601 handling local labels when TARGET_ABICALLS.
10602
10603 2003-04-04 Richard Sandiford <rsandifo@redhat.com>
10604
10605 * config/mips/mips-protos.h (mips_expand_epilogue): Add an
10606 integer argument.
10607 (mips_expand_call): Likewise.
10608 * config/mips/mips.h (TARGET_SIBCALLS): New macro.
10609 (FIXED_REGISTERS): Clear $31 entry.
10610 (CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTER): Likewise.
10611 (EPILOGUE_USES): Define.
10612 * config/mips/mips.c (mips_function_ok_for_sibcall): New function.
10613 (TARGET_FUNCTION_OK_FOR_SIBCALL): Use it.
10614 (override_options): Add a 'j' register class.
10615 (mips_expand_call): Handle sibcalls
10616 (mips_expand_epilogue): Handle epilogues for sibcalls.
10617 * config/mips/mips.md (epilogue): Adjust call to mips_expand_epilogue.
10618 (sibcall_epilogue): New pattern.
10619 (call, call_value): Adjust calls to mips_expand_call.
10620 (sibcall, sibcall_value): New expanders.
10621 (sibcall_internal, sibcall_value_internal): New patterns.
10622 (sibcall_value_multiple_internal): New pattern.
10623
10624 2003-03-25 Richard Sandiford <rsandifo@redhat.com>
10625
10626 * config/mips/mips.md (extended_mips16): New attribute.
10627 (define_attr length): Default to 8 if extended_mips16 == yes.
10628 (truncdisi2): Set extended_mips16 to yes for the sll alternative.
10629 (truncdihi2, truncdiqi2, *extendsidi2): Likewise.
10630 (call_internal): Set extended_mips16 to yes for direct jumps.
10631 Remove redundant mode attribute.
10632 (call_value_internal, call_value_multiple_internal): Likewise.
10633 (call_split): Remove redundant mode attribute.
10634 (call_value_split, call_value_multiple_split): Likewise.
10635
10636 * config/mips/mips.c (mips_symbol_insns): Rework. Fix handling
10637 of unaligned offsets.
10638
10639 * config/mips/mips.c (mips_splittable_symbol_p): Fix handling
10640 of SYMBOL_GENERAL.
10641
10642 2003-03-22 Richard Sandiford <rsandifo@redhat.com>
10643
10644 * config/mips/mips.h (TARGET_EXPLICIT_RELOCS): Add commentary.
10645 * config/mips/mips.c (override_options): Disable -mexplicit-relocs
10646 for mips16 code.
10647
10648 2003-03-22 Richard Sandiford <rsandifo@redhat.com>
10649
10650 * config/mips/mips.h (ADDRESS_COST): Define.
10651
10652 2003-03-20 Richard Sandiford <rsandifo@redhat.com>
10653
10654 * config/mips/mips.h (EXTRA_CONSTRAINT): Give existing meaning of
10655 'R' to 'U'. Make 'R' mean a single-instruction memory reference.
10656 * config/mips/mips.md: Replace 'R' constraints with 'U'.
10657
10658 2003-03-18 Richard Sandiford <rsandifo@redhat.com>
10659
10660 * config/mips/mips.md (truncdisi2): Add commentary. Use sll instead
10661 of a two-instruction sequence. Add register->memory alternative.
10662 (truncdihi2, truncdiqi2): Likewise.
10663 Rework shift/truncate instructions so that they only handle right
10664 shifts of 32 (or more, in the case of arithmetic shifts).
10665 Add patterns for truncate/sign-extend.
10666
10667 2003-03-13 Richard Sandiford <rsandifo@redhat.com>
10668
10669 * configure.in (mips*-*-*): Check for explicit relocation support.
10670 * configure: Regenerate.
10671
10672 2003-03-13 Richard Sandiford <rsandifo@redhat.com>
10673
10674 * config/mips/mips.h (TARGET_SWITCHES): Add -mexplicit-relocs
10675 and -mno-explicit-relocs.
10676 (MASK_EXPLICIT_RELOCS): Define.
10677 (TARGET_EXPLICIT_RELOCS): Use it.
10678 (mips_split_addresses): Remove declaration.
10679 * config/mips/mips.c (override_options): Update comment for
10680 mips_split_addresses. Clear MASK_EXPLICIT_RELOCS for non-PIC n64.
10681
10682 2003-03-13 Richard Sandiford <rsandifo@redhat.com>
10683
10684 * combine.c (gen_lowpart_for_combine): Treat the lowpart Pmode of
10685 a CONST as identity. Check the return value of gen_lowpart_common.
10686
10687 2003-03-13 Richard Sandiford <rsandifo@redhat.com>
10688
10689 * config/mips/mips.c (mips_legitimize_symbol): Handle small data
10690 references for TARGET_EXPLICIT_RELOCS.
10691 (mips_reloc_string): Return "%gp_rel(" for RELOC_GPREL16 if
10692 !TARGET_MIPS16.
10693
10694 2003-03-13 Richard Sandiford <rsandifo@redhat.com>
10695
10696 * config/mips/mips.md: Replace 'IQ' mips16 constraints with just 'Q'.
10697 (addsi3): Remove redundant constraints.
10698 (addsi3_internal): Use separate register & constant alternatives.
10699 Use a 'Q' constraint and "addiu" insn for the latter.
10700 (adddi3_internal_3, addsi3_internal_2): Likewise.
10701
10702 2003-03-13 Richard Sandiford <rsandifo@redhat.com>
10703
10704 * config/mips/mips-protos.h (mips_expand_unaligned_load): Declare.
10705 (mips_expand_unaligned_store): Declare.
10706 * config/mips/mips.c (mips_get_unaligned_mem): New fn.
10707 (mips_expand_unaligned_load, mips_expand_unaligned_store): New fns.
10708 * config/mips/mips.md (UNSPEC_ULW, UNSPEC_USW): Remove.
10709 (UNSPEC_ULD, UNSPEC_USD): Remove.
10710 (UNSPEC_LWL, UNSPEC_LWR, UNSPEC_SWL, UNSPEC_SWR): New.
10711 (UNSPEC_LDL, UNSPEC_LDR, UNSPEC_SDL, UNSPEC_SDR): New.
10712 (extv, extzv): Use mips_expand_unaligned_load.
10713 (insv): Use mips_expand_unaligned_store. Use a reg_or_0_operand
10714 predicate for operand 3.
10715 (movsi_ulw, movsi_usw): Replace with...
10716 (mov_lwl, mov_lwr, mov_swl, move_swr): ...these new insns.
10717 (movdi_uld, movdi_usd): Likewise replace with...
10718 (mov_ldl, mov_ldr, mov_sdl, move_sdr): ...these insns.
10719
10720 2003-02-26 Richard Sandiford <rsandifo@redhat.com>
10721
10722 * config/mips/mips-protos.h (mips_global_pic_constant_p): Declare.
10723 * config/mips/mips.h (LEA_REGS): New register class.
10724 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Add entries for it.
10725 (GR_REG_CLASS_P): Include LEA_REGS.
10726 (DANGEROUS_FOR_LA25_P): New macro.
10727 (EXTRA_CONSTRAINT): Add !DANGEROUS_FOR_LA25_P to R's condition.
10728 Add a T constraint for the DANGEROUS_FOR_LA25_P case.
10729 * config/mips/mips.c (mips_regno_to_class): Change GR_REGS
10730 entries to LEA_REGS.
10731 (mips_global_pic_constant_p): New function.
10732 (override_options): Add 'e' register constraint.
10733 (mips_secondary_reload_class): Return LEA_REGS when reloading
10734 a dangerous constant into a class containing $25.
10735 * config/mips/mips.md (movdi_internal2): Add an e <- T alternative.
10736 (movsi_internal): Likewise.
10737
10738 2003-02-23 Richard Sandiford <rsandifo@redhat.com>
10739
10740 * config/mips/mips.h (TARGET_SPLIT_CALLS): New macro.
10741 * config/mips/mips.md (call_split): New insn.
10742 (call_value_split, call_value_multiple_split): New insns.
10743 (call_internal): Turn into a define_insn_and_split. Split the
10744 instruction into a call and $gp load if TARGET_SPLIT_CALLS.
10745 (call_value_internal, call_value_multiple_internal): Likewise.
10746
10747 2003-02-23 Richard Sandiford <rsandifo@redhat.com>
10748
10749 * config/mips/mips.c (mips_reloc_string): Return "%got(" for
10750 RELOC_GOT_PAGE and RELOC_GOT_DISP if !TARGET_NEWABI.
10751 (mips_encode_section_info): Don't take symbol visibility into
10752 account if TARGET_ABICALLS. Add more commentary.
10753 * config/mips/mips.md: Add commentary above reloc constants.
10754
10755 2003-02-12 Richard Sandiford <rsandifo@redhat.com>
10756
10757 * config/mips/mips.c (mips_legitimize_const_move): New, extracted
10758 from mips_legitimize_move. Legitimize constant pool references.
10759 (mips_legitimize_move): Call mips_legitimize_const_move. Attach
10760 a REG_EQUAL note to the last instruction.
10761
10762 2003-02-11 Richard Sandiford <rsandifo@redhat.com>
10763
10764 * config/mips/mips-protos.h (mips_simplify_dwarf_addr): Declare.
10765 * config/mips/mips.h (TARGET_EXPLICIT_RELOCS, TARGET_NEWABI): New.
10766 (ASM_SIMPLIFY_DWARF_ADDR): Define to mips_simplify_dwarf_addr.
10767 (EXTRA_CONSTRAINT): Allow symbolic call addresses for TARGET_ABICALLS.
10768 * config/mips/mips.md (UNSPEC_HIGH): New constant.
10769 (UNSPEC_RELOC_GPREL16): Rename to...
10770 (RELOC_GPREL16): ...this.
10771 (RELOC_GOT_HI, RELOC_GOT_LO, RELOC_GOT_PAGE, RELOC_GOT_DISP): New.
10772 (RELOC_CALL16, RELOC_CALL_HI, RELOC_CALL_LO): New.
10773 (macro_calls): New attribute.
10774 (length): Use it to set the default length of calls. Don't allow
10775 calls to have delay slots if macro_calls is "yes".
10776 (luisi, luidi): New patterns.
10777 (lowsi, lowdi): Use '%R' to print the relocation.
10778 (lowdi_extend): Remove.
10779 (loadgp): Remove mode from operand 0. Use '%0' instead of '%a0'.
10780 (call_internal): Merge alternatives. Always use "jal".
10781 (call_value_internal, call_value_multiple_internal): Likewise.
10782 (reloc_gprel16): Remove.
10783 * config/mips/mips.c (mips_got_alias_set): New variable.
10784 (mips_classify_constant): Handle the new relocation constants.
10785 (mips_classify_symbol): Reverse the sense of SYMBOL_REF_FLAG for PIC.
10786 (mips_symbolic_address_p): Return false if generating explicit relocs.
10787 Otherwise allow local PIC symbols to have an offset.
10788 (mips_splittable_symbol_p): New function.
10789 (mips_classify_address): Use it to check whether a LO_SUM is valid.
10790 (mips_const_insns): Always accept HIGH.
10791 (call_insn_operand): Don't accept global symbols if using explicit
10792 relocs.
10793 (move_operand): Don't accept HIGH when generating PIC.
10794 (mips_reloc, mips_lui_reloc): New functions.
10795 (mips_force_temporary): Remove MODE argument. Expect VALUE to
10796 be a valid right-hand-side for a SET pattern.
10797 (mips_load_got, mips_load_got16, mips_load_got32): New functions.
10798 (mips_emit_high): New function.
10799 (mips_legitimize_symbol): Use mips_reloc for the mips16 gp-relative
10800 case. Use mips_splittable_symbol_p to check whether a LO_SUM
10801 address should be used. Use mips_emit_high to generate the
10802 high part of such an address. Adjust the global symbol + offset
10803 case to match the change to mips_force_temprorary.
10804 (mips_legitimize_move): Shuffle call to mips_legitimize_symbol.
10805 If generating explicit-reloc PIC, load the address of global
10806 symbols from the GOT. Use mips_emit_high to emit the high part
10807 of an address.
10808 (mips_simplify_dwarf_addr): New function.
10809 (mips_move_1word): Use lwc1 instead of l.s and swc1 instead of s.s.
10810 (mips_move_2words): Likewise ldc1/l.d and sdc1/s.d if TARGET_64BIT.
10811 (mips_expand_call): Load the addresses of global functions using
10812 %call* relocs if generating explicit-reloc PIC. Don't generate
10813 an exception_receiver pattern.
10814 (override_options): Initialize mips_got_alias_set.
10815 (print_relocation): Remove in favor of...
10816 (mips_reloc_string): ...this new function.
10817 (print_operand): Handle '%R'. Use mips_reloc_string.
10818 (print_operand_address): Use print_operand to print the symbolic
10819 part of a LO_SUM address.
10820 (mips_output_function_prologue): Use .cprestore, reverting last patch.
10821 (mips_encode_section_info): Factor out DECL_RTL accesses. Reverse
10822 sense of SYMBOL_REF_FLAG for PIC, using binds_local_p to check
10823 for local symbols.
10824
10825 2003-02-02 Eric Christopher <echristo@redhat.com>
10826
10827 * config/mips/mips.c (mips_sign_extend): Remove.
10828 * config/mips/mips-protos.h: Ditto.
10829 * config/mips/mips.md (movdi_internal2_extend): Remove.
10830 (extendsidi2): Fix mode of convert_memory_address.
10831
10832 2003-01-24 Eric Christopher <echristo@redhat.com>
10833
10834 * config/mips/mips.md: Rewrite zero_extend* and extend*
10835 patterns. Use explicit instructions and split after reload
10836 for register extensions.
10837 (ashlsi3_internal1_extend): New combiner pattern for
10838 shift and extend combinations.
10839 * config/mips/mips.h: Change Pmode back to ptr_mode
10840 for performance enhancement.
10841 * combine.c (expand_compound_operation): Make sure
10842 that zero_extend operation is profitable.
10843
10844 2003-01-14 Richard Sandiford <rsandifo@redhat.com>
10845
10846 * config/mips/mips.h (TRAMPOLINE_TEMPLATE): Make size of stored
10847 addresses depend on ptr_mode rather than Pmode.
10848 (TRAMPOLINE_SIZE, TRAMPOLINE_ALIGNMENT): Update acoordingly.
10849 (INITIALIZE_TRAMPOLINE): Rework to handle Pmode != ptr_mode.
10850 (CASE_VECTOR_MODE): Use ptr_mode for !TARGET_MIPS16.
10851 (ASM_OUTPUT_ADDR_VEC_ELT): Update accordingly.
10852 * config/mips/mips.md (tablejump): Likewise. Remove Pmode
10853 condition for selecting cpaddsi or cpadddi: use cpadd instead.
10854 (tablejump_internal1): Remove condition.
10855 (tablejump_internal2): Change condition to TARGET_64BIT.
10856 (cpaddsi): Rename to...
10857 (cpadd): ...this.
10858 (cpadddi): Remove.
10859
10860 2003-01-09 Richard Sandiford <rsandifo@redhat.com>
10861
10862 * config/mips/mips-protos.h (mips16_constant_after_function_p,
10863 mips_address_cost, mips_check_split, double_memory_operand,
10864 mips16_gp_offset, mips16_gp_offset_p, mips16_constant,
10865 pic_address_needs_scratch, symbolic_operand): Remove declarations.
10866 (mips_legitimate_address_p): Return bool.
10867 (mips_address_insns, mips_fetch_insns, mips_const_insns,
10868 mips_legitimize_address, mips_legitimize_move,
10869 mips_expand_call): Declare.
10870 (mips_return_addr): Move outside #ifdef RTX_CODE.
10871
10872 * config/mips/mips.h (ABI_HAS_64BIT_SYMBOLS): New macro.
10873 (PIC_FN_ADDR_REG): New reg_class.
10874 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Add corresponding entries.
10875 (GR_REG_CLASS_P): True for PIC_FN_ADDR_REG.
10876 (SMALL_OPERAND, SMALL_OPERAND_UNSIGNED, LUI_OPERAND,
10877 CONST_HIGH_PART, CONST_LOW_PART, LUI_INT): New macros.
10878 (SMALL_INT, SMALL_INT_UNSIGNED, CONST_OK_FOR_LETTER_P): Use new macros.
10879 (EXTRA_CONSTRAINTS): Give new meanings to Q, R and S.
10880 (CONSTANT_ADDRESS_P): Use mips_legitimate_address_p.
10881 (LEGITIMATE_PIC_OPERAND): Undefine.
10882 (LEGITIMATE_CONSTANT_P): Use mips_const_insns.
10883 (LEGITIMIZE_ADDRESS): Use mips_legitimize_address.
10884 (CONSTANT_AFTER_FUNCTION_P): Remove definition in #if 0 block.
10885 (FUNCTION_MODE): Change to SImode.
10886 (CONST_COSTS): Use mips_const_insns to calculate the cost of
10887 most constants. Treat const_artih_operands specially if they
10888 occur in a PLUS or MINUS.
10889 (CONSTANT_POOL_COST): New macro.
10890 (RTX_COSTS): Use mips_address_insns for MEMs, with a base cost of 2.
10891 Add LO_SUM handling.
10892 (ADDRESS_COST): Undefine.
10893 (PREDICATE_CODES): Add symbolic_operand and const_arith_operand.
10894 Add CONST to the list of codes for arith_operand. Add LABEL_REF
10895 to call_insn_operand and remove CONST_INT.
10896
10897 * config/mips/mips.c: Include integrate.h.
10898 (SINGLE_WORD_MODE_P): New macro.
10899 (mips_constant_type, mips_symbol_type, mips_address_type): New enums.
10900 (mips_constant_info, mips_address_info): New structs.
10901 (mips_regno_to_class): Map $25 to PIC_FN_ADDR_REG.
10902 (mips_classify_constant, mips_classify_symbol,
10903 mips_valid_base_register_p, mips_symbolic_address_p,
10904 mips_classify_address, mips_symbol_insns,
10905 mips16_unextended_reference_p, mips_address_insns, mips_const_insns,
10906 mips_fetch_insns, mips_force_temporary, mips_add_offset,
10907 mips_legitimize_symbol, mips_legitimize_address, mips_legitimize_move,
10908 mips_print_relocation): New functions.
10909 (const_arith_operand): New operand predicate.
10910 (arith_operand): Use it.
10911 (mips_const_double_ok, mips16_simple_memory_operand,
10912 simple_memory_operand, double_memory_operand, mips_check_split,
10913 mips_address_cost, pic_address_needs_scratch, mips16_gp_offset,
10914 mips16_gp_offset_p, mips16_output_gp_offset,
10915 mips16_constant_after_function_p, mips16_constant): Remove.
10916 (call_insn_operand): Be more fussy about symbolic constants.
10917 Use register_operand.
10918 (move_operand): Use mips_symbolic_address_p to check symbolic
10919 operands and general_operand to check the rest.
10920 (symbolic_operand): Use mips_classify_constant.
10921 (mips_legitimate_address_p): Use mips_classify_address.
10922 (mips_move_1word): Combine handling of symbolic addresses.
10923 Remove special treatment of gp-relative loads for TARGET_MIPS16.
10924 (move_move_2words): Likewise. Assume addresses are offsettable
10925 if they need to refer to more than one word. Add HIGH handling.
10926 (mips_restore_gp): Use ptr_mode for the GP save slot.
10927 (mips_expand_call): New function, combining the old mips.md
10928 call and call_internal define_expands. If the address isn't
10929 a call_insn_operand, force it into a register. For SVR4 PIC,
10930 emit an exception_receiver instruction after the call.
10931 (override_options): Only override flag_pic for TARGET_ABICALLS
10932 if it is currently zero. Allow mips_split_addresses when
10933 Pmode == DImode too, except when ABI_HAS_64BIT_SYMBOLS.
10934 Add new register class letter, 'c'.
10935 (print_operand): Use mips_classify_constant for constant operands.
10936 (print_operand_address): Use mips_classify_address.
10937 (mips_output_function_prologue): Don't use .cprestore.
10938 (mips_expand_epilogue): For TARGET_MIPS16, only adjust the stack
10939 via the frame pointer if current_function_calls_eh_return.
10940 (mips_encode_section_info): For TARGET_ABICALLS, use SYMBOL_REF_FLAG
10941 to mark whether a symbol is local or global.
10942 (build_mips16_call_stub): Expect the address of the function rather
10943 than a MEM reference to it. Update call generation sequences.
10944 (mips16_optimize_gp): Remove Pmode checks. Temporarily disable
10945 small-data adjustments.
10946
10947 * config/mips/mips.md: Remove 'R'/'m' memory distinction. Use default
10948 length for loads and stores.
10949 (UNSPEC_CPADD, UNSPEC_RELOC_GPREL16): New constants.
10950 (define_attr type): Add const and prefetch.
10951 (define_attr length): Use mips_const_insns for const instructions.
10952 Use mips_fetch_insns for load and store instructions.
10953 (define_attr single_insn): New.
10954 (define_attr can_delay): Use it.
10955 (define_attr abicalls): Remove.
10956 (define_delay): Use can_delay. Always allow calls to have delay slots.
10957 (addsi3_internal_2): Add 'Q' constraint.
10958 (movsi_ulw, movsi_usw, movdi_uld, movdi_usd): Set length to 8.
10959 (high): Remove.
10960 (lowsi): Renamed from low.
10961 (lowdi): New pattern.
10962 (movdi, movsi): Use mips_legitimize_move. Remove define_split.
10963 (lwxc1, ldxc1, swxc1, sdxc1): Set length to 4.
10964 (loadgp): Change operand 0 to an immediate_operand.
10965 (tablejump): Use the same patterns for SVR4 PIC but emit a cpadd
10966 beforehand.
10967 (cpaddsi, cpadddi): New patterns.
10968 (tablejump_internal3, tablejump_internal4): Remove define_expands
10969 and associated define_splits.
10970 (call, call_value): Use mips_expand_call.
10971 (call_internal): New, replacing all existing call_internal* insns.
10972 (call_value_internal): Likewise call_value_internal*.
10973 (call_value_multiple_internal): Likewise call_value_multiple_internal*.
10974 (untyped_call): Remove if (operands[0]) magic.
10975 (prefetch_si_address, prefetch_si): Change type to "prefetch".
10976 (prefetch_di_address, prefetch_di): Likewise.
10977 (leasi, leadi): Remove.
10978 (reloc_gprel16): New.
10979
10980 * config/mips/5400.md (ir_vr54_hilo): Include const type.
10981 * config/mips/5500.md (ir_vr55_hilo): Likewise.
10982 * config/mips/sr71k.md (ir_sr70_hilo): Likewise.
10983
10984 2003-01-08 Eric Christopher <echristo@redhat.com>
10985
10986 * config.gcc (mipsisa32*): Change ABI_MEABI to ABI_EABI.
10987 * config/mips/elf.h (STARTFILE_SPEC): Remove ABI_MEABI references and
10988 configure check for libgloss.
10989 * config/mips/elf64.h: Ditto.
10990 * config/mips/mips.c: Remove ABI_MEABI.
10991 * config/mips/mips.h: Ditto.
10992
10993 2002-11-05 Richard Sandiford <rsandifo@redhat.com>
10994
10995 Fix merge fallout.
10996 * config/mips/mips.md (mul_acc_si): Reapply 2002-10-16 change.
10997 (muldi3_internal): Remove outdated comment.
10998 (*muls_di, *umuls_di): Fix comment and 64-bitness.
10999 (*smsac_di, *umsac_di): Likewise. Reformat.
11000 (umulsi3_highpart): Minor formatting tweaks.
11001 (umulsi3_highpart_internal): Use only if !ISA_HAS_MULHI. Remove
11002 redundant scratch operand. Minor formatting tweak.
11003 (umulsi3_highpart_mulhi_internal): Use for !TARGET_64BIT as well.
11004 (umulsi3_highpart_neg_mulhi_internal): Likewise. Fix asm template.
11005 (smulsi3_highpart): As for the unsigned version.
11006 (smulsi3_highpart_internal): Likewise.
11007 (smulsi3_highpart_mulhi_internal): Likewise.
11008 (smulsi3_highpart_neg_mulhi_internal): Likewise.
11009 (smuldi3_highpart, umuldi3_highpart): Minor formatting tweaks.
11010 (*smul_acc_di): Remove duplicated pattern.
11011 (*umul_acc_di, *smul_acc_di): Reapply 2002-10-16 change.
11012 (anddi3) [unnamed mips16 pattern]: Remove reintroduced length.
11013 (zero_extendsidi2_internal2): Remove new, but commented-out pattern.
11014
11015 2002-10-22 Eric Christopher <echristo@redhat.com>
11016
11017 * config/mips/mips-protos.h (mips_return_addr): New.
11018 * config/mips/mips.c (mips_return_addr): New.
11019 (movdi_operand): Remove.
11020 (se_register_operand): Ditto.
11021 (se_reg_or_0_operand): Ditto.
11022 (se_uns_arith_operand): Ditto.
11023 (se_arith_operand): Ditto.
11024 (se_nonmemory_operand): Ditto.
11025 (extend_operator): Ditto.
11026 (highpart_shift_operator): Ditto.
11027 (mips_initial_elimination_offset): Remove return address pointer
11028 elimination.
11029 (mips_reg_names): Remove $ra.
11030 (mips_regno_to_class): Ditto.
11031 * config/mips/mips.h (POINTER_SIZE): Define based on TARGET_LONG64
11032 and TARGET_64BIT.
11033 (POINTER_BOUNDARY): Remove.
11034 (POINTERS_EXTEND_UNSIGNED): Define to 0.
11035 (PROMOTE_MODE): Promote to Pmode.
11036 (SHORT_IMMEDIATES_SIGN_EXTEND): Define.
11037 (Pmode): Define to TARGET_64BIT.
11038 (FUNCTION_MODE): Define as Pmode.
11039 (mips_args): Remove deleted functions.
11040 (SIZE_TYPE): Depend on POINTER_SIZE.
11041 (PTRDIFF_TYPE): Ditto.
11042 (FIXED_REGISTERS): Fix extra registers.
11043 (CALL_USED_REGISTERS): Ditto.
11044 (CALL_REALLY_USED_REGISTERS): Ditto.
11045 (RAP_REG_NUM): Remove.
11046 (RETURN_ADDRESS_POINTER_REGNUM): Ditto.
11047 (RETURN_ADDR_RTX): Define to mips_return_addr.
11048 (ELIMINABLE_REGS): Remove RETURN_ADDRESS_POINTER_REGNUM.
11049 (CAN_ELIMINATE): Ditto.
11050 * config/mips/mips.md: For DImode patterns, take into account
11051 deletions above. Split mulsidi patterns into sign_extend and
11052 zero_extend.
11053
11054 2002-10-16 Richard Sandiford <rsandifo@redhat.com>
11055 Michael Meissner <meissner@redhat.com>
11056
11057 * config/mips/mips.h (ISA_HAS_MACC): True for normal-mode vr4120 code.
11058 * config/mips/mips.md (mulsi3_mult3): Add a define_peephole2 to
11059 mop up unnecessarly moves through LO.
11060 (*mul_acc_si): Remove vr5400 and vr5500 handling from here.
11061 (*macc): New pattern for ISA_HAS_MACC. Add define_peephole2s to
11062 change mtlo/macc sequences into mul/add sequences when a three-
11063 address mul is available.
11064 (*macc2): New pattern. Add a define_peephole2 to generate it.
11065 (*mul_sub_si): Fix contraint for operand 5.
11066 (*muls): Use in 32-bit code as well.
11067 (*msac): Likewise. Use msub instead of msac in vr5500 code
11068 if the destination is LO. Remove duplicate define_split.
11069 (*muls_di): Use only in 32-bit code. Adjust rtl accordingly.
11070 (*msac_di): Likewise. Fix formatting.
11071 (smulsi3_highpart, umulsi3_highpart): Use mulhi in 32-bit code too.
11072 (*xmulsi3_highpart_internal): Use only if !ISA_HAS_MULHI.
11073 (*xmulsi3_highpart_mulhi): Use even if !TARGET_64BIT.
11074 (*xmulsi3_neg_highpart_mulhi): Likewise.
11075 (*mul_acc_64bit_di): Remove.
11076 (*mul_acc_di): Use only in 32-bit code. Handle ISA_HAS_MACC as well.
11077
11078 2002-10-14 Richard Sandiford <rsandifo@redhat.com>
11079
11080 * config/mips/vr.h (DRIVER_SELF_SPECS): Define.
11081 * config/mips/t-vr (MULTILIB_OPTIONS): Remove mlong32.
11082 (MULTILIB_DIRNAMES): Remove long32.
11083 (MULTILIB_EXCEPTIONS): Don't build -mabi=32 -mgp32 multilibs.
11084 (MULTILIB_REDUNDANT_DIRS): Remove.
11085
11086 2002-10-14 Richard Sandiford <rsandifo@redhat.com>
11087
11088 * doc/tm.texi (DRIVER_SELF_SPECS): Document.
11089 * gcc.c (driver_self_specs): New variable.
11090 (do_self_spec): New function.
11091 (main): Use it to process driver_self_specs.
11092
11093 2002-10-09 Richard Sandiford <rsandifo@redhat.com>
11094
11095 * config/mips/mips.md (one_cmpldi2): Use only if TARGET_64BIT.
11096 Remove DImode define_split for !TARGET_64BIT.
11097 (anddi3): Remove !TARGET_64BIT support from here as well.
11098 Change operand 2's predicate to se_uns_arith_operand.
11099 Add constant alternatives to define_insn.
11100 (iordi3, xordi3, *nordi3): Likewise.
11101 (anddi3_internal1, xordi3_immed): Remove.
11102
11103 2002-10-01 Richard Sandiford <rsandifo@redhat.com>
11104
11105 * config/mips/mips.h (PROCESSOR_R4121): Rename to PROCESSOR_R4120.
11106 (TARGET_MIPS4121): Rename to TARGET_MIPS4120.
11107 * config/mips/mips.c (mips_cpu_info): Rename vr4121 to vr4120.
11108 * config/mips/mips.md: Apply same renaming here.
11109
11110 2002-10-01 Richard Sandiford <rsandifo@redhat.com>
11111
11112 * config/mips/mips.c (PROCESSOR_R4320, TARGET_MIPS4320): Remove.
11113 (GENERATE_MULT3_SI): Remove use of TARGET_MIPS4320.
11114 * config/mips/mips.c (mips_cpu_info): Remove vr4320 entry.
11115 * config/mips/mips.md (define_attr cpu): Remove r4320.
11116 Remove vr4320 scheduler and uses of TARGET_MIPS4320.
11117
11118 2002-10-01 Richard Sandiford <rsandifo@redhat.com>
11119
11120 * config/mips/mips.c (mips16_strings): New variable.
11121 (mips_output_function_epilogue): Clear the SYMBOL_REF_FLAG of every
11122 symbol in mips16_strings. Free the list.
11123 (mips_encode_section_info): Keep track of local strings.
11124
11125 2002-10-01 Richard Sandiford <rsandifo@redhat.com>
11126
11127 * config/mips/mips.md (bunge, bltgt, bungt): New define_expands.
11128 (sordered_df, sordered_sf): Remove.
11129 * config/mips/mips.c (get_float_compare_codes): New fn.
11130 (gen_int_relational, gen_conditional_move): Use it.
11131
11132 2002-10-01 Richard Sandiford <rsandifo@redhat.com>
11133
11134 * config/mips/mips-protos.h (mips_emit_fcc_reload): Declare.
11135 * config/mips/mips.h (PREDICATE_CODES): Add fcc_register_operand.
11136 * config/mips/mips.c (fcc_register_operand): New function.
11137 (mips_emit_fcc_reload): New function, extracted from reload_incc.
11138 (override_options): Allow TFmode values in float registers
11139 if ISA_HAS_8CC.
11140 * cnfig/mips/mips.md (reload_incc): Change destination prediate
11141 to fcc_register_operand. Remove misleading source constraint.
11142 Use mips_emit_fcc_reload.
11143 (reload_outcc): Duplicate reload_incc.
11144
11145
11146 2003-04-30 Diego Novillo <dnovillo@redhat.com>
11147
11148 * builtins.def (BUILTIN_CONSTANT_P): Mark as constant.
11149
11150 2003-04-30 Geoffrey Keating <geoffk@apple.com>
11151
11152 * tree-inline.c (inlinable_function_p): Back out last change, it's
11153 unnecessary.
11154
11155 2003-04-30 Steven Bosscher <steven@gcc.gnu.org>
11156
11157 * ggc-page.c (TREE_EXP_SIZE): Define.
11158 (extra_order_size_table): New entry for expr trees with
11159 two operands.
11160
11161 2003-04-30 Gabriel Dos Reis <gdr@integrable-solutions.net>
11162
11163 * c-common.c (if_elt): Use location_t in lieu of "file, line" pair.
11164 (c_expand_start_cond): Adjust.
11165 (c_expand_end_cond): Don't use warning_with_file_and_file.
11166 (shadow_warning): Likewise.
11167
11168 2003-04-30 Nathan Sidwell <nathan@codesourcery.com>
11169
11170 * tree.h (DECL_POINTER_DEPTH): Remove.
11171 (struct tree_decl): Remove pointer_depth.
11172
11173 2003-04-30 Janis Johnson <janis187@us.ibm.com>
11174
11175 * config/rs6000/linux64.h (ASM_OUTPUT_LABELREF): Remove.
11176 * config/rs6000/rs6000.c (rs6000_elf_strip_name_encoding): Remove.
11177 (rs6000_xcoff_encode_section_info): Remove.
11178 (current_file_function_operand): Use SYMBOL_REF_FLAGS; fix latent bug.
11179 (rs6000_output_mi_thunk): Remove dead code; use SYMBOL_REF_FLAGS.
11180 (small_data_operand, rs6000_emit_move, rs6000_elf_in_small_data_p,):
11181 Use SYMBOL_REF_FLAGS.
11182 (rs6000_elf_encode_section_info): Call default_encode_section_info for
11183 generic flags, use SYMBOL_REF_FLAGS; code cleanups.
11184 * sysv4.h (TARGET_STRIP_NAME_ENCODING, ASM_OUTPUT_LABELREF): Remove.
11185 (SYMBOL_FLAG_SMALL_V4, SYMBOL_REF_SMALL_V4_P): New.
11186 * xcoff.h (TARGET_ENCODE_SECTION_INFO): Remove.
11187 (ASM_DECLARE_FUNCTION_NAME): Remove setting of SYMBOL_REF_FLAG.
11188
11189 2003-04-30 Gabriel Dos Reis <gdr@integrable-solutions.net>
11190
11191 * diagnostic.c (output_pointer): Use HOST_PTR_PRINTF.
11192
11193 2003-04-30 Andreas Schwab <schwab@suse.de>
11194
11195 * doc/extend.texi (Other Builtins): Enclose multiple word data
11196 type in braces for @deftypefn.
11197
11198 2003-04-30 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
11199
11200 * stor-layout.c (mode_for_size_tree): Use BLKmode if SIZE overflows.
11201
11202 * doc/install.texi (--enable-threads): Document "gnat" option.
11203
11204 2003-04-30 Gabriel Dos Reis <gdr@integrable-solutions.net>
11205
11206 * diagnostic.h (output_formatted_scalar): Tweak.
11207 * diagnostic.c (output_long_decimal): Likewise.
11208 (output_unsigned_decimal): Likewise.
11209 (output_long_unsigned_decimal): Likewise.
11210 (output_octal): Likewise.
11211 (output_long_octal): Likewise.
11212 (output_hexadecimal): Likewise.
11213 (output_long_hexadecimal): Likewise.
11214 (output_pointer): New function.
11215 (output_format): Use it. Recognize "%p" format specifier.
11216
11217 2003-04-30 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
11218
11219 * function.c (purge_addressof_1): Postpone insn in fewer cases.
11220
11221 2003-04-29 Geoffrey Keating <geoffk@apple.com>
11222
11223 * config/rs6000/host-darwin.c (segv_handler): When -dH is used,
11224 call abort() after running out of stack space.
11225
11226 * c-typeck.c (function_types_compatible_p): Ignore incompatible
11227 'volatile' qualifiers on a function's return type in GNU mode.
11228
11229 2003-04-29 Aldy Hernandez <aldyh@redhat.com>
11230
11231 * expr.c (emit_group_load): Dump parallels of simd types to
11232 memory.
11233
11234 2003-04-29 Vladimir Makarov <vmakarov@redhat.com>
11235
11236 * genautomata.c (add_vect): Check undefined value for range type
11237 too.
11238
11239 2003-04-29 Phil Edwards <pme@gcc.gnu.org>
11240
11241 * configure.in: More general test for cmp --ignore-initial.
11242 * configure: Regenerate.
11243
11244 2003-04-29 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
11245
11246 * stor-layout.c (mode_for_size_tree): Use tree_low_cst.
11247 (layout_decl, place_field): Likewise.
11248 Also make minor type and whitespace changes.
11249
11250 * tree.c (save_expr): Don't fold a COMPONENT_REF.
11251
11252 2003-04-29 Olivier Hainque <hainque@act-europe.fr>
11253
11254 * calls.c (expand_call): When modes of target and valreg match, force
11255 sibcall failure when target is a MEM.
11256
11257 2003-04-29 Geoffrey Keating <geoffk@apple.com>
11258
11259 * tree-inline.c (inlinable_function_p): Don't support inlining
11260 functions using varargs.
11261
11262 * doc/invoke.texi (Overall Options): Mention -x objective-c-header.
11263
11264 * dwarf2out.c (output_call_frame_info): No need to output EH
11265 unwind information if all_throwers_are_sibcalls.
11266
11267 * c-semantics.c (expand_unreachable_stmt): Return a tree.
11268 (expand_stmt): Update for change to expand_unreachable_stmt.
11269 (expand_unreachable_if_stmt): Likewise.
11270
11271 * Makefile.in (quickstrap): Pass BOOT_CFLAGS to submake.
11272
11273 2003-04-29 Jason Merrill <jason@redhat.com>
11274
11275 PR middle-end/10336
11276 * jump.c (never_reached_warning): Really stop looking if we reach
11277 the beginning of the function.
11278
11279 2003-04-29 Bob Wilson <bob.wilson@acm.org>
11280
11281 * config/xtensa/elf.h (SIZE_TYPE, PTRDIFF_TYPE, USER_LABEL_PREFIX):
11282 Remove redundant macros.
11283 (WCHAR_TYPE, WCHAR_TYPE_SIZE): Change to "short unsigned int".
11284 (LOCAL_LABEL_PREFIX): Define unconditionally.
11285 (NO_DOT_IN_LABEL): Clarify comment.
11286 * config/xtensa/linux.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Add explicit
11287 definition to "long int".
11288
11289 2003-04-29 Alexander Kabaev <kan@FreeBSD.ORG>
11290
11291 bootstrap/10452
11292 * gengtype-yacc.y: Improve portability.
11293
11294 2003-04-29 Zack Weinberg <zack@codesourcery.com>
11295
11296 * config.gcc: Install obsolete target list for GCC 3.3.
11297 * doc/install.texi: Mention in specific-target instructions
11298 that certain configurations are deprecated.
11299
11300 2003-04-29 Zack Weinberg <zack@codesourcery.com>
11301
11302 * tree.h: Delete no-checking definition of CST_OR_CONSTRUCTOR_CHECK.
11303
11304 2003-04-29 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
11305
11306 * c-pragma.c (maybe_apply_renaming_pragma): Fix typo.
11307 * gcc.c (display_help): Likewise.
11308 * toplev.c (f_options): Likewise.
11309 * params.def (PARAM_MAX_INLINE_SCOPE): Likewise.
11310 * config/c4x/c4x.h (TARGET_SWITCHES): Likewise.
11311 * config/mcore/mcore.h (TARGET_SWITCHES): Likewise.
11312 * config/s390/s390.h (TARGET_SWITCHES): Likewise.
11313 * config/v850/v850.h (TARGET_SWITCHES): Likewise.
11314
11315 2003-04-29 J"orn Rennecke <joern.rennecke@superh.com>
11316
11317 * varasm.c (default_assemble_visibility): Use assemble_name.
11318
11319 2003-04-29 David O'Brien <obrien@FreeBSD.org>
11320
11321 * config/i386/freebsd64.h (LINK_SPEC): Mirror FreeBSD linker.
11322 * config/rs6000/freebsd.h (LINK_SHLIB_SPEC): New macro.
11323 (SIZE_TYPE): New macro.
11324 * config/i386/freebsd-aout.h (NO_PROFILE_COUNTERS): New macro.
11325 (SET_ASM_OP): New macro.
11326 (HANDLE_SYSV_PRAGMA): New macro.
11327 (ASM_WEAKEN_LABEL): New macro.
11328
11329 2003-04-28 Mark Mitchell <mark@codesourcery.com>
11330
11331 PR c++/10180
11332 * tree-inline.c (expand_call_inline): Call push_srcloc when
11333 encountering EXPR_WITH_FILE_LOCATION. Honor warn_inline.
11334
11335 2003-04-28 Mike Stump <mrs@apple.com>
11336
11337 * gdbinit.in: Update to reflect new identifier structure.
11338
11339 2003-04-28 Zack Weinberg <zack@codesourcery.com>
11340
11341 * tree.h (TREE_CST_RTL, CST_OR_CONSTRUCTOR_CHECK): Delete.
11342 (struct tree_int_cst, struct tree_real_cst, struct tree_string,
11343 struct tree_complex, struct tree_vector): Remove RTL field.
11344 (CONSTRUCTOR_ELTS): Use elt 0.
11345 * tree.def (CONSTRUCTOR): Delete first of its two operands.
11346 * varasm.c (output_constant_def): Remove early exit if
11347 TREE_CST_RTL is set. Don't set TREE_CST_RTL.
11348 (decode_addr_const): Don't mention TREE_CST_RTL in comment.
11349 * target.h (select_section): Don't mention TREE_CST_RTL in comment.
11350 * doc/tm.texi (encode_section_info): Don't talk about TREE_CST_RTL.
11351
11352 2003-04-28 Jakub Jelinek <jakub@redhat.com>
11353
11354 * c-decl.c (finish_decl): When prototype with asmspec is found
11355 for built-in, adjust built_in_decls as well as expr.c decls.
11356 * expr.c (init_block_move_fn, init_block_clear_fn): New functions.
11357 (emit_block_move_libcall_fn, clear_storage_libcall_fn): Use it.
11358 * expr.c (init_block_move_fn, init_block_clear_fn): New prototypes.
11359
11360 2003-04-28 Richard Henderson <rth@redhat.com>
11361
11362 * config/sparc/sparc.c (print_operand): Add 's' to sign-extend.
11363 * config/sparc/sparc.md (const_mulsidi3_v8plus): Fix mode of
11364 integral constant mult operand.
11365 (const_mulsidi3_sp32, const_mulsidi3_sp64): Likewise.
11366 (const_smulsi3_highpart_v8plus): Likewise.
11367 (const_smulsi3_highpart): Likewise.
11368 (const_umulsidi3_sp32): Likewise; sign-extend it in the output.
11369 (const_umulsidi3_sp64, const_umulsidi3_v8plus): Likewise.
11370 (const_umulsi3_highpart_v8plus): Likewise.
11371 (const_umulsi3_highpart): Likewise.
11372
11373 2003-04-28 David O'Brien <obrien@FreeBSD.org>
11374
11375 * config/i386/x86-64.h (NO_PROFILE_COUNTERS, HAVE_AS_DWARF2_DEBUG_LINE):
11376 Define as 1.
11377
11378 2003-04-28 David O'Brien <obrien@FreeBSD.org>
11379
11380 * config/i386/i386.h (builtin_define): Add __amd64 and __amd64__.
11381
11382 2003-04-28 Jakub Jelinek <jakub@redhat.com>
11383
11384 * builtins.def (BUILT_IN_BCOPY, BUILT_IN_MEMMOVE): New.
11385 * builtin-types.def (BT_FN_VOID_CONST_PTR_PTR_SIZE): New.
11386 * builtins.c (expand_builtin_memmove, expand_builtin_bcopy): New
11387 functions.
11388 (expand_builtin): Handle BUILT_IN_BCOPY and BUILT_IN_MEMMOVE.
11389
11390 2003-04-28 Nick Clifton <nickc@redhat.com>
11391
11392 * config/arm/elf.h (ASM_OUTPUT_ALIGNED_COMMON): Remove definition.
11393
11394 2003-04-27 Zack Weinberg <zack@codesourcery.com>
11395
11396 * expr.c (expand_expr <COMPLEX_CST, STRING_CST>): Always call
11397 output_constant_def, use its result instead of TREE_CST_RTL (exp).
11398 Can assume it has the form (mem (symbol_ref ".LCxxx")).
11399 (expand_expr <COMPONENT_REF>): Can always just extract the
11400 relevant field of a CONSTRUCTOR.
11401 (expand_expr <ARRAY_REF, COMPONENT_REF, BIT_FIELD_REF,
11402 ARRAY_RANGE_REF>): Make control flow explicit.
11403 * varasm.c (output_constant_def): Can look at TREE_CST_RTL of
11404 an INTEGER_CST.
11405
11406 2003-04-27 Kazu Hirata <kazu@cs.umass.edu>
11407
11408 * reload1.c (reg_set_luid): Fix a comment typo.
11409
11410 2003-04-27 Zack Weinberg <zack@codesourcery.com>
11411
11412 * varasm.c (const_str_htab_hash, const_str_htab_eq, STRHASH,
11413 struct deferred_string, const_str_htab): Kill.
11414 (n_deferred_strings): New static variable.
11415 (build_constant_desc): Set SYMBOL_REF_DECL of the new
11416 symbol_ref to point to the constant.
11417 (output_constant_def): When a deferred string is forced out,
11418 just clear STRING_POOL_ADDRESS_P and decrement n_deferred_strings.
11419 (mark_constant): Likewise.
11420 (maybe_output_constant_def_contents): When deferring a string
11421 constant, just set STRING_POOL_ADDRESS_P and increment
11422 n_deferred_strings.
11423 (mark_constant_pool): Check n_deferred_strings, not the size
11424 of const_str_htab.
11425 (init_varasm_once): No need to create const_str_htab.
11426
11427 * rtl.def, rtl.h, doc/rtl.texi: Document possibility that
11428 SYMBOL_REF_DECL points to a constant.
11429
11430 2003-04-26 Zack Weinberg <zack@codesourcery.com>
11431
11432 * varasm.c (output_constant_def): Split out two new static
11433 functions, build_constant_desc and maybe_output_constant_def_contents.
11434 Restructure for comprehensibility. Don't call
11435 output_addressed_constants. Treat defstr being non-NULL for
11436 STRING_POOL_ADDRESS_P constants as an invariant.
11437 (struct deferred_string): Remove labelno field.
11438 (output_constant_def_contents): Kill labelno argument. Call
11439 output_addressed_constants here. Use ASM_OUTPUT_LABEL, not
11440 asm_out.internal_label.
11441 (mark_constant): Update call to output_constant_def_contents.
11442 Treat defstr being non-NULL for STRING_POOL_ADDRESS_P
11443 constants as an invariant.
11444
11445 2003-04-26 Richard Henderson <rth@redhat.com>
11446
11447 * config/i386/i386.c (output_pic_addr_const): Use SYMBOL_REF_LOCAL_P.
11448 (ix86_expand_call, ix86_rtx_consts): Likewise.
11449
11450 2003-04-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11451
11452 * doc/md.texi (cmpstr): Document additional restrictions.
11453
11454 2003-04-26 Neil Booth <neil@daikokuya.co.uk>
11455
11456 * flags.h (time_report): Remove.
11457 * timevar.c (timevar_enable): New.
11458 (TIMEVAR_ENABLE): Remove, use timevar_enable.
11459 (timevar_init): Rename from init_timevar.
11460 * timevar.h (timevar_init): Rename from init_timevar.
11461 * toplev.c (time_report): Make static.
11462 (do_compile): Conditionally call init_timevar first.
11463 (preprocess_options): Move some code to do_compile.
11464
11465 2003-04-26 Stephane Carrez <stcarrez@nerim.fr>
11466
11467 * doc/install.texi (Binaries): Mention binaries for HC11/HC12.
11468
11469 2003-04-26 Neil Booth <neil@daikokuya.co.uk>
11470
11471 * _cpp_lex_direct: Remove pointless code.
11472
11473 2003-04-26 Stephane Carrez <stcarrez@nerim.fr>
11474
11475 * doc/extend.texi (Function Attributes): Document "near" and "far"
11476 for 68HC11 and 68HC12.
11477
11478 2003-04-25 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
11479
11480 * expr.c (store_field): When making temporary for store, don't
11481 make it TYPE_QUAL_CONST.
11482
11483 2003-04-25 Phil Edwards <pme@gcc.gnu.org>
11484
11485 * toplev.c (read_integral_parameter): Use "argument" in error
11486 message to distinguish it from actual invalid options.
11487
11488 2003-04-25 Bob Wilson <bob.wilson@acm.org>
11489
11490 * config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Back out previous
11491 addition of __PIC__ and __pic__ macros.
11492 * config/xtensa/xtensa.h: Clean up indentation.
11493
11494 2003-04-25 Bob Wilson <bob.wilson@acm.org>
11495
11496 * config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Remove definition of
11497 _GNU_SOURCE. Add definitions of __PIC__ and __pic__.
11498 (SUBTARGET_CPP_SPEC): Define.
11499 (LIB_SPEC): Delete.
11500 * config/xtensa/xtensa-protos.h (xtensa_declare_object): Delete.
11501 * config/xtensa/xtensa.c (xtensa_declare_object): Delete.
11502 * config/xtensa/xtensa.h (CPP_SPEC, SUBTARGET_CPP_SPEC, EXTRA_SPECS):
11503 Define.
11504 (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Delete.
11505 (ASM_OUTPUT_ALIGNED_BSS, BSS_SECTION_ASM_OP): Define.
11506
11507 2003-04-25 H.J. Lu <hjl@gnu.org>
11508
11509 * config/ia64/ia64.c (ia64_expand_compare_and_swap): Add rmode
11510 for return mode.
11511 (ia64_expand_builtin): Set rmode to SImode for
11512 IA64_BUILTIN_BOOL_COMPARE_AND_SWAP_SI,
11513 IA64_BUILTIN_VAL_COMPARE_AND_SWAP_SI and
11514 IA64_BUILTIN_BOOL_COMPARE_AND_SWAP_DI. Set remode to DImode
11515 for IA64_BUILTIN_VAL_COMPARE_AND_SWAP_DI.
11516
11517 2003-04-25 Phil Edwards <pme@gcc.gnu.org>
11518
11519 * configure.in (make_compare_target): Test for GNU cmp and set this
11520 variable appropriately.
11521 * Makefile.in (compare, compare3, compare4, compare-lean, compare3-lean,
11522 compare4-lean): Rename actual targets to slowcompare*. New compare*
11523 targets depend on names based on make_compare_target.
11524 * configure: Regenerated.
11525
11526 2003-04-25 Richard Henderson <rth@redhat.com>
11527
11528 * config/ia64/ia64.c (ia64_compute_frame_size): Allow inline asm
11529 to clobber ar.pfs and ar.unat.
11530 (ia64_expand_prologue): Force alloc instruction if ar.pfs saved;
11531 fix test for spilling ar.pfs to the stack.
11532
11533 2003-04-25 Richard Henderson <rth@redhat.com>
11534
11535 PR opt/10315
11536 * config/rs6000/rs6000.c (rs6000_emit_move): Only elide proper
11537 checks during reload; use validize_mem instead of adjust_address.
11538
11539 2003-04-26 Ben Elliston <bje@wasabisystems.com>
11540
11541 * config/arm/arm.c (arm_adjust_cost): Correct logic that tests the
11542 return values from recog_memoized().
11543
11544 2003-04-24 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
11545
11546 PR opt/8705
11547 * gcse.c (try_replace_reg): On a successful substitution of a constant
11548 into a single set, try to simplify the source of the set.
11549 * loop.c (scan_loop): Don't try to optimize a MODE_CC set with a
11550 constant source.
11551
11552 2003-04-24 Neil Booth <neil@daikokuya.co.uk>
11553
11554 * cpplex.c (cpp_token_len): Tighten up.
11555 (cpp_token_as_text): Need extra byte now.
11556 * cpplib.c (glue_header_name): Need extra 2 bytes.
11557 * cppmacro.c (cpp_macro_definition): Need extra byte.
11558
11559 2003-04-24 Alexander Kabaev <kan@FreeBSD.ORG>
11560
11561 * config/sparc/sparc.md (umulsidi3, mulsidi3): Avoid using
11562 const_umulsidi3_sp32 and const_mulsidi3_sp32 on 64bit targets
11563 where they might be not present. Use their _sp64 equivalent
11564 instead.
11565
11566 Thu Apr 24 20:42:12 CEST 2003 Jan Hubicka <jh@suse.cz>
11567
11568 * i386.md (cvtsi2sdq): Fix typo in previous patch.
11569
11570 2003-04-24 Krister Walfridsson <cato@df.lth.se>
11571
11572 * configure.in: Check whether mbstowcs works.
11573 * configure, config.in: Regenerate.
11574 * intl.c: Use HAVE_WORKING_MBSTOWCS.
11575
11576 2003-04-24 H.J. Lu <hjl@gnu.org>
11577
11578 * config/ia64/ia64.c (ia64_init_builtins): Add si_ftype_pdi_di_di
11579 for __sync_bool_compare_and_swap_di for int return type.
11580
11581 * config/ia64/ia64intrin.h (__sync_bool_compare_and_swap_di):
11582 Change return type to int.
11583 (__sync_bool_compare_and_swap): Likewise.
11584
11585 Thu Apr 24 16:55:26 CEST 2003 Jan Hubicka <jh@suse.cz>
11586
11587 * cfgbuild.c (make_edges): Do not use next_nonnote_insn when
11588 looking for fallthru edge.
11589
11590 * athlon.md (athlon-agu, athlon-store, athlon-fany, athlon-faddmul):
11591 Fix.
11592 (athlon-load2, athlon-store2, athlon-fpsched, athlon-fpload,
11593 athlon-fvector): New.
11594 (athlon_*): Revisit to match new optimization guide.
11595 * i386.c (ix86_adjust_cost): Fix memory operand costs on Athlon/k8
11596 * i386.md (cvt??2?? patterns): Fix modes.
11597 (fistp patterns): Set modes.
11598
11599 Accidentaly commited with my earlier reload patch:
11600 PR c/10308
11601 * reload.c (find_reloads_address_1): Reload plus at the place of
11602 index register.
11603
11604 2003-04-24 Nathan Sidwell <nathan@codesourcery.com>
11605
11606 New GCOV_TAG_FUNCTION layout
11607 * coverage.c (struct function_list): Replace name with ident.
11608 (struct counts_entry): Likewise.
11609 (fn_ident): New.
11610 (htab_counts_entry_hash, htab_counts_entry_eq,
11611 htab_counts_entry_del): Adjust.
11612 (reads_count_file, get_coverage_counts,
11613 coverage_begin_output, coverage_end_function): Adjust.
11614 (build_fn_info_type, build_fn_info_value): Likewise.
11615 * gcov-dump.c (tag_function): Adjust.
11616 * gcov-io.c (gcov_write_string, gcov_read_string): Not in LIBGCOV.
11617 * gcov-io.h (gcov_write_string, gcov_read_string): Not in LIBGCOV.
11618 * gcov.c (struct function_info): Add ident.
11619 (read_graph_file, read_count_file): Adjust.
11620 * libgcov.c (gcov_exit): Adjust.
11621
11622 2003-04-23 Richard Henderson <rth@redhat.com>
11623
11624 PR opt/8300
11625 * toplev.c (rest_of_compilation): Delay no_new_pseudos until
11626 after initialize_uninitialized_subregs; update reg info assuming
11627 new pseudos were created.
11628
11629 2003-04-23 Neil Booth <neil@daikokuya.co.uk>
11630
11631 * Makefile.in (c-lex.o, LIBCPP_OBJS, cpplex.o): Update.
11632 * c-lex.c (MULTIBYTE_CHARS): Remove conditionals.
11633 (lex_string): Take cpp_string with full spelling.
11634 (cb_ident): Update.
11635 (c_lex): Update diagnostics.
11636 * cpplex.c (SPELL_NUMBER, SPELL_STRING): Combine into SPELL_LITERAL.
11637 (create_literal): New.
11638 (lex_string): Unterminated literals have type CPP_OTHER.
11639 (_cpp_lex_direct): Update calls to lex_string. Use create_literal
11640 for CPP_OTHER.
11641 (cpp_token_len, cpp_spell_token, cpp_output_token): Simplify.
11642 (_cpp_equiv_tokens, cpp_interpret_charconst): Update.
11643 * cpplib.c (parse_include, do_line, do_linemarker,
11644 destringize_and_run): Update for token storing full spelling.
11645 * cpplib.h: Update token spelling types.
11646 * cppmacro.c (stringify_arg, check_trad_stringification):
11647 Update for token storing full spelling.
11648
11649 2003-04-23 Ulrich Weigand <uweigand@de.ibm.com>
11650
11651 * config/s390/s390.c (s390_expand_cmpstr): Disable CLC loop.
11652
11653 2003-04-23 Richard Earnshaw <rearnsha@arm.com>
11654
11655 * arm.h (TARGET_OPTIONS): Add value field.
11656
11657 2003-04-23 Mark Mitchell <mark@codesourcery.com>
11658
11659 * doc/extend.texi: Remove duplicate 2003 copyright date.
11660
11661 2003-04-23 Nathan Sidwell <nathan@codesourcery.com>
11662
11663 * Makefile.in (LIBGCC_DEPS): Add gcov headers.
11664 (libgcov.a): Depends on LIBGCC_DEPS.
11665 * basic-block.h (profile_info): Moved here from coverage.h. Made
11666 a pointer.
11667 * coverage.c (struct function_list): Fixed array of counter types.
11668 (struct counts_entry): Keyed by counter type, contains summary.
11669 (profile_info): Moved to profile.c.
11670 (prg_ctr_mask, prg_n_ctrs, fn_ctr_mask, fn_n_ctrs): New global
11671 vars.
11672 (profiler_label): Remove.
11673 (ctr_labels): New.
11674 (set_purpose, label_for_tag, build_counter_section_fields,
11675 build_counter_section_value, build_counter_section_data_fields,
11676 build_counter_section_data_values, build_function_info_fields,
11677 build_function_info_value, gcov_info_fields, gcov_info_value): Remove.
11678 (build_fn_info_type, build_fn_info_value, build_ctr_info_type,
11679 build_ctr_info_value, build_gcov_info): New.
11680 (htab_counts_entry_hash, htab_counts_entry_eq): Adjust.
11681 (reads_counts_file): Adjust.
11682 (get_coverage_counts): Takes counter number. Add summary
11683 parameter. Adjust.
11684 (coverage_counter_ref): Tkaes counter number. Adjust. Lazily
11685 create counter array labels.
11686 (coverage_end_function): Adjust.
11687 (create_coverage): Adjust.
11688 (find_counters_section): Remove.
11689 * coverage.h (MAX_COUNTER_SECTIONS): Remove.
11690 (struct section_info, struct profile_info): Remove.
11691 (profile_info): Moved to basic-block.h.
11692 (coverage_counter_ref): Takes a counter number.
11693 (get_coverage_counts): Takes a counter number. Added summary
11694 parameter.
11695 (find_counters_section): Remove.
11696 * gcov-dump.c (tag_arc_counts): Rename to ...
11697 (tag_counters): ... here. Adjust.
11698 (tag_table): Move tag_counters to 3rd entry. Remove
11699 PROGRAM_PLACEHOLDER and PROGRAM_INCORRECT entries.
11700 (dump_file): Check for counter tag values here.
11701 (tag_summary): Adjust.
11702 * gcov-io.c (gcov_write_summary, gcov_read_summary): Adjust.
11703 * gcov-io.h (GCOV_LOCKED): New.
11704 (GCOV_TAG_ARC_COUNTS): Rename to ...
11705 (GCOV_TAG_COUNTS_BASE): ... here.
11706 (GCOV_TAG_PLACEHOLDER_SUMMARY, GCOV_TAG_INCORRECT_SUMMARY):
11707 Remove.
11708 (GCOV_COUNTER_ARCS, GCOV_COUNTERS, GCOV_NAMES): New.
11709 (GCOV_TAG_FOR_COUNTER, GCOV_COUNTER_FOR_TAG,
11710 GCOV_TAG_IS_COUNTER): New.
11711 (struct gcov_ctr_summary): New.
11712 (struct gcov_summary): Adjust.
11713 (struct gcov_counter_section): Remove.
11714 struct gcov_counter_section_data): Remove.
11715 (struct gcov_function_info): Rename to ...
11716 (struct gcov_fn_info): ... here. Adjust.
11717 (struct gcov_ctr_info): New.
11718 (struct gcov_info): Adjust.
11719 * gcov.c (read_count_file): Adjust.
11720 (output_lines): Adjust.
11721 * libgcov.c (gcov_exit): Adjust.
11722 (__gcov_flush): Adjust.
11723 * mklibgcc.in (libgcc2_c_dep): Add gcov headers.
11724 * predict.c (maybe_hot_bb_p, probably_cold_bb_p,
11725 probably_never_executed_bb_p, compute_frequency_function): Adjust
11726 profile_info use.
11727 * profile.c (struct counts_entry): Remove.
11728 (profile_info): Define here.
11729 (get_exec_counts): Adjust get_coverage_counts call.
11730 (compute_branch_probablilities): Remove find_counters_section
11731 call.
11732 (gen_edge_profiler): Adjust coverage_counter_ref call.
11733 * tracer.c (tail_duplicate): Adjust profile_info use.
11734
11735 2003-04-23 Roger Sayle <roger@eyesopen.com>
11736
11737 PR optimization/10339
11738 * builtins.c (expand_builtin_strcmp): Try to emit cmpstrsi insn
11739 directly instead of unsafely transforming call into a memcmp.
11740 (expand_builtin_strncmp): Likewise.
11741
11742 2003-04-22 Roger Sayle <roger@eyesopen.com>
11743
11744 * alias.c (mark_constant_function): Check for constancy and
11745 purity even of void functions. Update both the function decl
11746 and the cgraph RTL info with the results.
11747
11748 2003-04-22 Roger Sayle <roger@eyesopen.com>
11749
11750 * real.c (do_add): Change to return a bool indicating that the
11751 result of the operation may be inexact due to loss of precision.
11752 (do_multiply): Likewise.
11753 (do_divide): Likewise.
11754
11755 2003-04-22 Geoffrey Keating <geoffk@apple.com>
11756 Loren James Rittle <ljrittle@acm.org>
11757
11758 * dwarf2out.c (fde_table_allocated): Mark with GTY.
11759 (decl_die_table_allocated): Likewise.
11760 (abbrev_die_table_allocated): Likewise.
11761 (line_info_table_allocated): Likewise.
11762 (separate_line_info_table_allocated): Likewise.
11763 (pubname_table_allocated): Likewise.
11764 (arange_table_allocated): Likewise.
11765 (ranges_table_allocated): Likewise.
11766 (decl_die_table_in_use): Unconditionalize; mark with GTY.
11767 (abbrev_die_table_in_use): Likewise.
11768 (line_info_table_in_use): Likewise.
11769 (separate_line_info_table_in_use): Likewise.
11770 (pubname_table_in_use): Likewise.
11771 (arange_table_in_use): Likewise.
11772 (ranges_table_in_use): Likewise.
11773 (have_location_lists): Likewise.
11774 (emitcount): New GTY-marked static, moved...
11775 (maybe_emit_file): ...from here.
11776 (label_num): New GTY-marked static, moved...
11777 (gen_internal_sym): ...from here.
11778
11779 2003-04-22 Richard Henderson <rth@redhat.com>
11780
11781 PR 8866
11782 * rtl.h (MEM_NOTRAP_P): New.
11783 (MEM_COPY_ATTRIBUTES): Copy it.
11784 * rtlanal.c (may_trap_p): Check it.
11785 * expr.c (do_tablejump): Set it.
11786 * doc/rtl.texi (Flags): Document it.
11787
11788 * cfgrtl.c (try_redirect_by_replacing_jump): Revert last three changes.
11789
11790 2003-04-22 Olivier Hainque <hainque@act-europe.fr>
11791
11792 * config/alpha/alpha.c (alpha_expand_prologue [OPEN_VMS_ABI]): Don't
11793 set FRP on stack adjustment for outgoing args if frame_pointer_needed.
11794
11795 2003-04-22 Vincent Celier <celier@gnat.com>
11796
11797 * gthr-gnat.h, gthr-gnat.c: new sources for implementation of
11798 --enable-threads=gnat.
11799 * Makefile.in: Add gthr-gnat.c to LIB2ADDEH.
11800 * configure.in: Add gnat to the list of thread packages
11801 * configure: Rebuild.
11802 * config/t-linux: Add gthr-gnat.c to LIB2ADDEH and LIB2ADDEHDEP
11803
11804 2003-04-22 Neil Booth <neil@daikokuya.co.uk>
11805
11806 * cpplex.c (_cpp_get_fresh_line): Pop the buffer if return_at_eof.
11807
11808 2003-04-22 Devang Patel <dpatel@apple.com>
11809
11810 * cpptrad.c (_cpp_replacement_text_len): Add check for macro
11811 parameter count.
11812 (_cpp_copy_replacement_text): Same.
11813
11814 2003-04-22 Neil Booth <neil@daikokuya.co.uk>
11815
11816 * c-lex.c (c_lex): Handle CPP_OTHER differently.
11817 * cppexp.c (_cpp_parse_expr): Similarly.
11818 * cpplex.c (SPELL_CHAR): Remove.
11819 (_cpp_lex_direct): Stray chars are saved as byte strings.
11820 (cpp_spell_token, cpp_output_token, _cpp_equiv_token): Don't
11821 handle SPELL_CHAR.
11822 (cpp_avoid_paste): Update handling of CPP_OTHER.
11823 * cpplib.h: Spell CPP_OTHER like a number.
11824 (struct cpp_token): Remove member c.
11825 * cppmacro.c (stringify_arg): Update handling of CPP_OTHER.
11826
11827 2003-04-22 David Turner <novalis@gnu.org>
11828
11829 * gbl-ctors.h: Add special license exception.
11830 * libgcc2.h: Likewise.
11831 * tsystem.h: Likewise.
11832 * gcov-io.h: Likewise.
11833
11834 2003-04-22 David Edelsohn <edelsohn@gnu.org>
11835
11836 * fold-const.c (fold_range_test): Use RANGE_TEST_NON_SHORT_CIRCUIT
11837 macro defaulting to original BRANCH_COST heuristic.
11838 * doc/tm.texi (RANGE_TEST_NON_SHORT_CIRCUIT): Document.
11839
11840 * config/rs6000/rs6000.h (RANGE_TEST_NON_SHORT_CIRCUIT): Define.
11841
11842 2003-04-22 Aldy Hernandez <aldyh@redhat.com>
11843
11844 * config/rs6000/t-spe: Merge in t-fprules into file.
11845
11846 * config.gcc: Add t-spe to powerpc-eabispe.
11847
11848 2003-04-22 Kean Johnston <jkj@sco.com>
11849
11850 * tlink.c (recompile_files): Add missing '=' to putenv calls
11851
11852 2003-04-22 Nathan Sidwell <nathan@codesourcery.com>
11853
11854 * ginclude/stddef.h: Provide C++ safe offsetof.
11855
11856 2003-04-22 J"orn Rennecke <joern.rennecke@superh.com>
11857
11858 * function.c (purge_addressof_1): In (mem (addressof (reg))) case
11859 for reg notes, if there are no substitutions, just use a SUBREG.
11860
11861 2003-04-21 Mark Mitchell <mark@codesourcery.com>
11862
11863 * Makefile.in (calls.o): Depend on except.h.
11864 * calls.c: Include except.h.
11865 (emit_call_1): Call note_eh_region_may_contain_throw if
11866 appropriate.
11867 * except.c (eh_region): Add may_contain_throw.
11868 (expand_eh_region_end_cleanup): Do not include handler code when
11869 it cannot be reached.
11870 (note_eh_region_may_contain_throw): New function.
11871 * except.h (note_eh_region_may_contain_throw): New function.
11872
11873 2003-04-21 Mark Mitchell <mark@codesourcery.com>
11874
11875 * config/i386/winnt.c (i386_pe_mark_dllimport): Revert previous
11876 changes.
11877
11878 2003-04-21 Aldy Hernandez <aldyh@redhat.com>
11879
11880 * config/rs6000/rs6000.c (rs6000_override_options): No SPE means
11881 64-bit long doubles.
11882
11883 2003-04-21 Olivier Hainque <hainque@act-europe.fr>
11884
11885 * fold-const.c (fold, case PLUS_EXPR and case MULT_EXPR): Restore
11886 a number of conversions required for type consistency and previously
11887 stripped off by STRIP_NOPS.
11888
11889 * calls.c (expand_call): Prevent sibcall optimization for calls to
11890 nested subprograms.
11891
11892 * expmed.c (extract_bit_field): Reverse operands of && condition to
11893 prevent a potential division by zero in the previously first branch.
11894 * config/pa/pa.md (extv, extzv): FAIL if the bitfield length is zero.
11895
11896 2003-04-21 Joel Brobecker <brobecker@gnat.com>
11897
11898 * dwarf2out.c (is_ada, is_ada_subrange_type): New functions.
11899 (subrange_type_die): Likewise.
11900 (modified_type_die): Emit a subrange_type DIE for Ada subrange types.
11901 (is_c_family, is_cxx, is_java, is_fortran): Return bool and clean up.
11902
11903 2003-04-21 Nathan Sidwell <nathan@codesourcery.com>
11904
11905 Break out coverage routines to new file.
11906 * Makefile.in (COVERAGE_H): New variable
11907 (C_OBJS): Add coverage.o
11908 (coverage.o): New target.
11909 (profile.o, loop-init.o, sched-ebb.o, predict.o, tracer.o): Adjust
11910 dependencies.
11911 (GTFILES): Adjust.
11912 (gt-coverage.h): New target.
11913 (gt-profile.h): Remove.
11914 * profile.h: Remove. Move to ...
11915 * coverage.h: ... here. New. #include gcov-io.h.
11916 * gcov-io.h: Move function definitions to ...
11917 * gcov-io.c: ... here. New.
11918 * profile.c: Move coverage routines to coverage.c.
11919 (instrument_edges, get_exec_counts, branch_prob, init_branch_prob,
11920 end_branch_prob): Adjust.
11921 * coverage.c: New. Coverage routines from profile.c
11922 (coverage_counter_ref, coverage_init, coverage_finish,
11923 coverage_end_function, coverage_begin_output,
11924 coverage_counter_ref, get_coverage_counts): Define.
11925 * gcov-dump.c, gcov.c: #include gcov-io.c.
11926 * libgcov.c: Likewise. Adjust.
11927 * loop-init.c: Don't #include profile.h
11928 * tracer.c, predict.c, sched-ebb.c: Adjust #includes.
11929 * rtl.h: Add coverage prototypes.
11930 * toplev.c (compile_file): Init coverage, not branch_prob.
11931 Always call coverage_finish.
11932 (rest_of_compilation): Call coverage_end_function.
11933
11934 2003-04-21 Matt Kraai <kraai@alumni.cmu.edu>
11935
11936 * config/rs6000/rs6000.md (*movsf_softfloat): Add "h" <- "0" case.
11937
11938 2003-04-21 Neil Booth <neil@daikokuya.co.uk>
11939
11940 * c-ppoutput.c (cb_include): Don't take a cpp_token.
11941 * cppfiles.c: Don't undef strcmp.
11942 (find_include_file): Don't take a cpp_token. Check for empty
11943 file names.
11944 (_cpp_execute_include, _cpp_compare_file_date): Don't take a cpp_token.
11945 (cpp_push_include): Simplify.
11946 * cpphash.h (_cpp_execute_include, _cpp_compare_file_date): Update.
11947 * cpplib.c (glue_header_name): Return the file name, not a cpp_token.
11948 (parse_include): Similary. Don't check for zero-length filenames.
11949 (do_include_common, do_pragma_dependency): Update accordingly.
11950 * cpplib.h (struct cpp_callbacks): Change prototype of include.
11951
11952 2003-04-21 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
11953
11954 * doc/rtl.texi (RTX_UNCHANGING_P): Point to true_dependence for
11955 details of conflict handling.
11956
11957 * fold-const.c (extract_muldiv, case CONVERT_EXPR): Detect case
11958 when conversion overflows.
11959
11960 * stor-layout.c (layout_decl): Don't set DECL_SIZE_UNIT if already set.
11961
11962 * expr.c (store_constructor): Set RTX_UNCHANGING_P if readonly_field_p
11963 before clearing.
11964
11965 2003-04-21 Mark Mitchell <mark@codesourcery.com>
11966
11967 * config/i386/winnt.c (i386_pe_mark_dllimport): Make the new RTL
11968 have the same form as the old RTL.
11969
11970 2003-04-21 Andreas Jaeger <aj@suse.de>
11971
11972 * cppcharset.c (_cpp_valid_ucn): Cast field precision to int.
11973
11974 2003-04-20 Chris Lattner <sabre@nondot.org>
11975 Zack Weinberg <zack@codesourcery.com>
11976
11977 * c-common.h, c-semantics.c: Rename genrtl_decl_cleanup to
11978 genrtl_cleanup_stmt. Correct comment at head of
11979 genrtl_cleanup_stmt (no such thing as a DECL_CLEANUP).
11980
11981 * stmt.c (struct nesting): Kill n_function_calls.
11982 (expand_start_bindings): Don't set
11983 thisblock->data.block.n_function_calls.
11984 (expand_end_bindings): Compare function_call_count against 0.
11985 (expand_cleanups): Kill DONT_DO argument; all callers passed
11986 NULL_TREE. All callers updated to match.
11987
11988 2003-04-20 Zack Weinberg <zack@codesourcery.com>
11989
11990 * varasm.c (struct deferred_constant, defer_addressed_constants_flag)
11991 (defer_addressed_constants, output_deferred_addressed_constants): Kill.
11992 (output_constant_def): Remove code predicated on
11993 defer_addressed_constants_flag.
11994
11995 * output.h: Remove prototypes of deleted functions.
11996 * c-typeck.c (constructor_subconstants_deferred): Kill.
11997 (struct initializer_stack): Remove 'deferred' field.
11998 (start_init): Remove all references to the above.
11999 (finish_init): Likewise. Also remove never-executed call to
12000 output_deferred_addressed_constants. Pull assignment to
12001 defstr out of if expression.
12002
12003 2003-04-20 Neil Booth <neil@daikokuya.co.uk>
12004
12005 * cpphash.h (NOTE_ESC_NL, NOTE_ESC_SPACE_NL, NOTE_TRIGRAPH,
12006 NOTE_NEWLINE): Remove.
12007 * cpplex.c (_cpp_clean_line, _cpp_process_line_notes): Update
12008 to handle new form of line note type.
12009
12010 2003-04-20 Zack Weinberg <zack@codesourcery.com>
12011
12012 * target.h (encode_section_info): Add new argument carrying
12013 the RTL to be modified by the hook.
12014
12015 * varasm.c (make_decl_rtl, output_constant_def): Update calls
12016 to encode_section_info.
12017 (default_encode_section_info): Take and use RTL argument,
12018 don't use TREE_CST_RTL or DECL_RTL.
12019 * output.h: Update prototype of default_encode_section_info.
12020 * config/darwin.h (ASM_DECLARE_OBJECT_NAME)
12021 (ASM_DECLARE_FUNCTION_NAME, ASM_OUTPUT_ALIGNED_DECL_LOCAL):
12022 Update calls to encode_section_info.
12023
12024 * config/darwin.c, config/arm/arm.c, config/arm/pe.c
12025 * config/h8300/h8300.c, config/i386/winnt.c, config/m32r/m32r.c
12026 * config/m68hc11/m68hc11.c, config/m88k/m88k.c, config/mcore/mcore.c
12027 * config/mips/mips.c, config/mmix/mmix.c, config/pa/pa.c
12028 * config/romp/romp.c, config/rs6000/rs6000.c, config/s390/s390.c
12029 * config/v850/v850.c (TARGET_ENCODE_SECTION_INFO definitions):
12030 Take and use RTL argument, don't use TREE_CST_RTL or DECL_RTL,
12031 except for PE dllimport/dllexport. Update calls to
12032 default_encode_section_info.
12033
12034 * config/darwin-protos.h, config/arm/arm-protos.h, config/i386-protos.h:
12035 Update prototypes.
12036
12037 * doc/tm.texi (TARGET_ENCODE_SECTION_INFO): Update.
12038
12039 2003-04-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
12040
12041 PR/8705
12042 * pa.md (movccfp): New expander.
12043 (setccfp0, setccfp1): Rename to movccfp0 and movccfp1, respectively.
12044 Reverse fcmp conditions.
12045
12046 2003-04-20 Marek Michalkiewicz <marekm@amelek.gda.pl>
12047
12048 * config/avr/avr.md (*cmpqi_sign_extend): Handle negative values
12049 of operand 1 correctly.
12050
12051 2003-04-20 Nathan Sidwell <nathan@codesourcery.com>
12052
12053 * cpplex.c (_cpp_lex_direct): Set BOL for CPP_EOF tokens.
12054 * gcov.c (output_lines): Don't be so fussy about going past EOF.
12055
12056 2003-04-20 Neil Booth <neil@daikokuya.co.uk>
12057
12058 * Makefile.in (LIBCPP_OBJS): Add cppcharset.o.
12059 (cppcharset.o): New target.
12060 * c-lex.c (is_extended_char): Move to cppcharset.c.
12061 (utf8_extend_token): Delete.
12062 * cppcharset.c: New file.
12063 * cpphash.h (_cpp_valid_ucn): New.
12064 * cpplex.c (lex_identifier): Update prototype.
12065 (continues_identifier_p): Rename forms_identifier_p. Handle UCN
12066 escapes.
12067 (maybe_read_ucs): Rename maybe_read_ucn. Update to use code
12068 in cppcharset.c.
12069 (lex_number, lex_identifier, cpp_parse_escape): Update.
12070 (_cpp_lex_direct): Update to handle UCNs.
12071 (cpp_avoid_paste): Don't paste to form a UCN.
12072
12073 2003-04-19 Roger Sayle <roger@eyesopen.com>
12074
12075 * builtins.c (expand_builtin): Don't expand a pure or const
12076 built-in function if the result will be ignored and none of
12077 its arguments are volatile.
12078
12079 2003-04-19 Kean Johnston <jkj@sco.com>
12080
12081 * unwind-dw2.c (_Unwind_GetCFA): cast return to avoid warning
12082 * config.gcc: make SCO use dbxelf.h and elfos.h; only use one
12083 target fragment now: t-sco5; dont compile crti.o.
12084 * config/i386/sco5.h: major overhaul to remove all COFF remnants
12085 and to use elfos.h for most definitions.
12086 (BSS_SECTION_ASM_OP): set correct segment attributes.
12087 (PREFERED_DEBUGGING_TYPE): set to DWARF-2.
12088 (DWARF2_UNWIND_INFO): Always set to 1.
12089 (MD_STARTFILE_PREFIX): Make /usr/gnu/lib the default.
12090 (MD_STARTFILE_PREFIX_1): Define.
12091 (MD_EXEC_PREFIX): Adjust to /usr/gnu/bin if using GAS.
12092 (DEFAULT_LINKER): Define if not specified to configure.
12093 (CTORS_SECTION_ASM_OP): Remove COFF crud.
12094 (DTORS_SECTION_ASM_OP): Remove COFF crud.
12095 (WINT_TYPE): Define.
12096 (SDB_DEBUGGING_INFO): Remove.
12097 (EXTRA_SECTIONS): Likewise.
12098 (EXTRA_SECTION_FUNCTIONS): Likewise.
12099 (CTOR_LIST_BEGIN): Likewise.
12100 (CTOR_LIST_END): Likewise.
12101 (INIT_SECTION_FUNCTION): Likewise.
12102 (FINI_SECTION_FUNCTION): Likewise.
12103 (SUBTARGET_FRAME_POINTER_REQUIRED): Likewise.
12104 (LOCAL_LABEL_PREFIX): Likewise.
12105 (NON_SAVING_SETJMP): Likewise.
12106 (RETURN_POPS_ARGS): Likewise.
12107 (ASM_OUTPUT_SKIP): Likewise.
12108 (TARGET_ASM_NAMED_SECTION): Likewise.
12109 (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
12110 (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
12111 (ASM_OUTPUT_IDENT): Likewise.
12112 (ASM_OUTPUT_CASE_LABEL): Likewise.
12113 (ASM_OUTPUT_ASCII): Likewise.
12114 (ASM_OUTPUT_LIMITED_STRING): Likewise.
12115 (ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
12116 (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
12117 (ASM_GENERATE_INTERNAL_LABEL): Likewise.
12118 (ASM_FINISH_DECLARE_OBJECT): Likewise.
12119 (ASM_DECLARE_OBJECT_NAME): Likewise.
12120 (ASM_DECLARE_FUNCTION_SIZE): Likewise.
12121 (ASM_DECLARE_FUNCTION_NAME): Likewise.
12122 (ASM_DECLARE_RESULT): Likewise.
12123 (ASM_WEAKEN_LABEL): Likewise.
12124 (SUPPORTS_WEAK): Likewise.
12125 (APPLY_RESULT_SIZE): Likewise.
12126 (LPREFIX): Likewise.
12127 (ALIGN_ASM_OP): Likewise.
12128 (ASCII_DATA_ASM_OP): Likewise.
12129 (IDENT_ASM_OP): Likewise.
12130 (ASM_SHORT): Likewise.
12131 (ASM_LONG): Likewise.
12132 (TYPE_ASM_OP): Likewise.
12133 (SIZE_ASM_OP): Likewise.
12134 (STRING_ASM_OP): Likewise.
12135 (SKIP_ASM_OP): Likewise.
12136 (EH_FRAME_SECTION_ASM_OP): Likewise.
12137 (READONLY_DATA_SECTION_ASM_OP): Likewise.
12138 (INIT_SECTION_ASM_OP): Likewise.
12139 (FINI_SECTION_ASM_OP): Likewise.
12140 (TEXT_SECTION_ASM_OP): Likewise.
12141 (DATA_SECTION_ASM_OP): Likewise.
12142 (TYPE_OPERANT_FORMAT): Likewise.
12143 (ASM_SPEC): Remove COFF code.
12144 (STARTFILE_SPEC): Likewise. Always use crti.o; add -p and -pp support;
12145 cause -pg to emit an error; use pcrt1elf.o with -pp
12146 (ENDFILE_SPEC): Likewise.
12147 (TARGET_OS_CPP_BUILTINS): Add _SCO_DS_LL.
12148 (CPP_SPEC): Remove COFF crud; always look in /usr/gnu/include first.
12149 (LINK_SPEC): Remove COFF crud; use -E for environment switch not -R;
12150 add -z alt_resolve to support weak symbols the way GCC wants them.
12151 (LIB_SPEC): Use the profiler libraries in -p or -pp mode.
12152 (LIBGCC_SPEC): Dont use -lgcc in -G mode.
12153 (ASM_PREFERED_EH_DATA_FORMAT): Remove.
12154 * config/i386/t-sco5 (TARGET_LIBGCC2_CFLAGS): Remove.
12155 (CRTSTUFF_T_CFLAGS_S): Define.
12156 (MULTILIB_OPTIONS): Likewise.
12157 (MULTILIB_DIRNAMES): Likewise.
12158 (MULTILIB_MATCHES): Likewise.
12159 (MULTILIB_EXTRA_OPTS): Likewise.
12160 (LIBGCC): Likewise.
12161 (INSTALL_LIBGCC): Likewise.
12162 (crti.o): Remove.
12163 * config/i386/t-sco5gas: Remove.
12164 * doc/install.texi: Updated for new OpenServer instructions.
12165 * testsuite/gcc.dg/nest.c: Allow failure on SCO (-pg not supported)
12166
12167 2003-04-19 Kean Johnston <jkj@sco.com>
12168
12169 * fixinc/check.tpl: Allow user to over-ride diff program.
12170 * fixinc/inclhack.def: Removed extraneous #ifndef SVR5.
12171 (sco_math): Added test for SCO math header files.
12172 (sco_regset): Added check for conflicts with ieeefp.h.
12173 (svr4_disable_opt): Removed extraneous #ifdef SVR4.
12174 * fixinc/fixincl.x: Regenerated
12175 * fixinc/tests/base/math.h: Added sco_math tests.
12176 * fixinc/tests/base/string.h: New file.
12177 * fixinc/tests/base/sys/regset.h: New file.
12178
12179 2003-04-19 Neil Booth <neil@daikokuya.co.uk>
12180
12181 * cpphash.h (struct cpp_buffer): Remove backup_to.
12182 * cpplex.c (BACKUP, get_effective_char): Die.
12183 (_cpp_skip_block_comment): Assume '*' is location on entry.
12184 (continues_identifier_p): Respect -fno-dollars-in-identifiers.
12185 (IF_NEXT_IS): Update.
12186 (_cpp_lex_direct): Don't use backup_to; look ahead directly.
12187
12188 2003-04-19 Matt Kraai <kraai@alumni.cmu.edu>
12189
12190 * README.Portability: Move to a new section and obsolete K+R
12191 portability issues.
12192
12193 Sat Apr 19 14:56:17 CEST 2003 Jan Hubicka <jh@suse.cz>
12194
12195 * rtlanal.c (subreg_offset_representable_p): Fix call of
12196 subreg_lowpart.
12197
12198 2003-04-19 Neil Booth <neil@daikokuya.co.uk>
12199
12200 * cpphash.h (struct cpp_reader): New member warned_dollar.
12201 * cpplex.c (continues_identifier_p): New function.
12202 (parse_identifier, parse_number, parse_string): Rename lex_identifer,
12203 lex_number and lex_string, and simplify.
12204 (parse_slow, unescaped_terminator_p): Die.
12205 (_cpp_lex_direct): Update.
12206
12207 2003-04-19 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
12208
12209 * calls.c (expand_call): Provide init for old_stack_pointer_delta.
12210
12211 2003-04-19 Nathan Sidwell <nathan@codesourcery.com>
12212
12213 * doc/invoke.texi (-fprofile-arcs): Mention -lgcov, locking and
12214 fork behavior.
12215
12216 2003-04-19 Neil Booth <neil@daikokuya.co.uk>
12217
12218 * cppexp.c (eval_token): Permit true and false even if pedantic.
12219
12220 2003-04-19 Neil Booth <neil@daikokuya.co.uk>
12221
12222 * cpplex.c (skip_whitespace): Rearrange to avoid stage1 ICE.
12223
12224 2003-04-19 Neil Booth <neil@daikokuya.co.uk>
12225
12226 * cppfiles.c (ENABLE_VALGRIND_CHECKING, VALGRIND_DISCARD,
12227 MMAP_THRESHOLD, TEST_THRESHOLD, SHOULD_MMAP): Remove.
12228 (struct include_file): Remove fefcnt, mapped members.
12229 (open_file, stack_include_file, _cpp_pop_file_buffer): Disable caching.
12230 (read_include_file): Don't use mmap, terminate buffers in '\r'.
12231 (purge_cache): Don't use munmap.
12232 * cpphash.h (CPP_BUF_COLUMN): Update.
12233 (lexer_state): Remove lexing_comment.
12234 (struct _cpp_line_note): New.
12235 (struct cpp_buffer): New members cur_note, notes_used, notes_cap,
12236 next_line and need_line. Remove col_adjust and saved_flags.
12237 (_cpp_process_line_notes, _cpp_clean_line, _cpp_get_fresh_line,
12238 _cpp_skip_block_comment, scan_out_logical_line): New.
12239 (_cpp_init_mbchar): Remove.
12240 * cppinit.c (init_library): Remove call to _cpp_init_mbchar.
12241 (cpp_read_main_file): Set line to 1 earlier.
12242 (post_options): -traditional-cpp doesn't want trigraphs.
12243 * cpplex.c (MULTIBYTE_CHARS): Remove code predicated on this.
12244 (add_line_note, _cpp_clean_line, _cpp_process_line_notes,
12245 _cpp_get_fresh_line): New.
12246 (handle_newline, skip_escaped_newlines, trigraph_p,
12247 continue_after_nul, _cpp_init_mbchar): Remove.
12248 (get_effective_char): Update.
12249 (_cpp_skip_block_comment): Rename from skip_block_comment, simplify.
12250 (skip_line_comment): Simplify.
12251 (skip_whitespace, parse_identifier, parse_slow, parse_number,
12252 parse_string): Update.
12253 (cpp_lex_direct): Use clean lines and process line notes. Update.
12254 (cpp_interpret_charconst): No MULTIBYTE_CHARS.
12255 * cpplib.c (prepare_directive_trad): Call scan_out_logical_line
12256 directly.
12257 (_cpp_handle_directive): Don't set saved_flags.
12258 (run_directive, destringize_and_run, cpp_define, cpp_define_builtin,
12259 cpp_undef, handle_assertion, cpp_push_buffer): Update.
12260 (_cpp_pop_buffer): Free notes.
12261 * cppmacro.c (builtin_macro, paste_tokens): \n terminate buffer.
12262 * cpppch.c (cpp_read_state): \n terminate buffer.
12263 * cpptrad.c (skip_escaped_newlines, handle_newline): Remove.
12264 (copy_comment): Use _cpp_skip_block_comment.
12265 (skip_whitespace, lex_identifier, _cpp_read_logical_line_trad):
12266 Simplify.
12267 (_cpp_overlay_buffer, _cpp_remove_overlay, push_replacement_text,
12268 save_replacement_text): Update.
12269 (scan_out_logical_line): Update to use clean lines and process
12270 line notes.
12271 * fix-header.c (read_scan_file): Update.
12272
12273 2003-04-18 Douglas B Rupp <rupp@gnat.com>
12274
12275 * unwind-dw2-fde.c (__register_frame_info_bases): Check for
12276 null begin parameter (as well as pointer to null).
12277 (__deregister_frame_info_bases): Likewise.
12278
12279 2003-04-18 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
12280
12281 * function.c (purge_addressof_1): For ADDRESSOF, see if SUB is a
12282 hard or virtual register and copy into pseudo if replacement fails.
12283
12284 * cfgcleanup.c (flow_find_cross_jump): Use INSN_P, not active_insn_p.
12285
12286 * expmed.c (mask_rtx): Avoid undefined shifts for BITSIZE of 0.
12287
12288 2003-04-18 Olivier Hainque <hainque@act-europe.fr>
12289
12290 * calls.c (expand_call): Move special case for constructor calls
12291 to right place. Ensures constructor calls used to initialize
12292 arguments get a clean outgoing argument block for themselves.
12293 Move check for stack deallocation completeness until after last
12294 deallocation. Add stack_pointer_delta to set of state
12295 variables saved and restored along with current stack_level.
12296
12297 * integrate.c (expand_inline_function): Ensure non-const actuals
12298 don't end up const in the caller's flow after conversion to possibly
12299 const formal type.
12300
12301 2003-04-18 Vincent Celier <celier@gnat.com>
12302
12303 * dwarf2out.c (loc_descriptor_from_tree): Treat all *_MOD_EXPR
12304 and *_DIV_EXPR as TRUNC_*_EXPR.
12305
12306 2003-04-18 Mark Mitchell <mark@codesourcery.com>
12307
12308 * cfgrtl.c (try_redirect_by_replacing_jump): Create a basic block
12309 for orphaned jump tables.
12310
12311 2003-04-18 Kazu Hirata <kazu@cs.umass.edu>
12312
12313 * reload1.c: Revert my previous patch on 2002-04-17.
12314
12315 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12316
12317 * doc/contrib.texi (Contributors): Prefer "bug fix" over "bugfix".
12318 Add Segher Boessenkool.
12319
12320 2003-04-18 Alexander Sotirov <sluncho@mirizma.org>
12321
12322 PR c/9177
12323 * c-decl.c (c_expand_body): Don't garbage collect the function
12324 body if we are going to dump it later.
12325
12326 2003-04-18 Richard Henderson <rth@redhat.com>
12327
12328 * config/alpha/alpha.c (SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP): Remove.
12329 (alpha_end_function): Don't set them.
12330 (decl_in_text_section): Remove.
12331 (alpha_encode_section_info): Remove.
12332 (samegp_function_operand): Use SYMBOL_REF LOCAL_P and EXTERNAL_P.
12333 (direct_call_operand): Use SYMBOL_REF_DECL and compare actual
12334 sections, rather than decl_in_text_section results.
12335
12336 2003-04-18 Roger Sayle <roger@eyesopen.com>
12337
12338 * rtlanal.c (reg_overlap_mentioned_p): Handle ZERO_EXTRACT
12339 and SIGN_EXTRACT.
12340
12341 2003-04-18 Eric Botcazou <ebotcazou@libertysurf.fr>
12342
12343 PR optimization/7675
12344 * c-typeck.c (build_external_ref): Set the DECL_NONLOCAL flag
12345 on VAR_DECL, PARM_DECL and FUNCTION_DECL from within
12346 nested functions if they refer to declarations from parent functions.
12347 * stmt.c (expand_decl): Don't put automatic variables in registers
12348 if the DECL_NONLOCAL flag is set.
12349
12350 2003-04-18 Hans-Peter Nilsson <hp@bitrange.com>
12351
12352 * gcse.c (compute_ld_motion_mems): For MEM destinations, only
12353 consider those to be movable where the source matches
12354 want_to_gcse_p.
12355 (update_ld_motion_stores): In comment, refer to
12356 compute_ld_motion_mems for validity of replacement.
12357
12358 Fri Apr 18 01:28:51 CEST 2003 Jan Hubicka <jh@suse.cz>
12359
12360 * gcov-dump.c (tag_summary): Remove max_sum
12361 * gcov-io.h (gcov_summary, gcov_write_summary,
12362 gcov_read_summary): Kill max_sum.
12363 * libgcov.c (gcov_exit): Do one pass over the data. Make error
12364 message more verbose.
12365
12366 * emit-rtl.c (subreg_hard_regno): Check that register is
12367 representable.
12368
12369 * reload.c (reload_inner_reg_of_subreg): When register is not
12370 representable, reload the whole thing.
12371 (find_reloads): Likewsie.
12372 * rtlanal.c (subreg_representable_p): New function.
12373
12374 * profile.c (compute_branch_probabilities): Cleanup sanity checking;
12375 allow negative probabilities for edges from the call to exit.
12376 (branch_prob): Do not add fake edges for functions that may return
12377 twice.
12378
12379 2003-04-17 DJ Delorie <dj@redhat.com>
12380
12381 * toplev.c (target_options): Add value field.
12382 (set_target_switch): Handle target options with values.
12383 * doc/tm.texi: Document how fixed vs variable target
12384 options work.
12385 * config/alpha/alpha.h, config/arc/arc.h, config/avr/avr.h,
12386 config/c4x/c4x.h, config/cris/aout.h, config/cris/cris.h,
12387 config/d30v/d30v.h, config/dsp16xx/dsp16xx.h,
12388 config/frv/frv.h, config/i386/i386.h, config/ia64/ia64.h,
12389 config/m32r/m32r.h, config/m68hc11/m68hc11.h,
12390 config/m68k/m68k.h, config/m88k/m88k.h, config/mcore/mcore.h,
12391 config/mips/mips.h, config/mmix/mmix.h, config/pa/pa.h,
12392 config/rs6000/rs6000.h, config/rs6000/sysv4.h,
12393 config/s390/s390.h, config/sparc/sparc.h, config/v850/v850.h:
12394 Add value initializer to target options.
12395
12396 2003-04-07 Loren James Rittle <ljrittle@acm.org>
12397
12398 * cpppch.c (cpp_valid_state): Unconditionally initialize nl.
12399
12400 2003-04-17 Kazu Hirata <kazu@cs.umass.edu>
12401
12402 * reload1.c (move2add_last_cc0): New.
12403 (reload_cse_move2add): Detect implicit sets.
12404 (move2add_note_store): Notice a store into cc0.
12405
12406 2003-04-17 Roger Sayle <roger@eyesopen.com>
12407
12408 PR c/10375
12409 * c-decl.c (duplicate_decls): Preserve "const" and "noreturn"
12410 function attributes.
12411
12412 2003-04-17 Janis Johnson <janis187@us.ibm.com>
12413
12414 * doc/sourcebuild.texi (Test Suites): Document support for testing
12415 binary compatibility (moved from testsuite/README.compat).
12416
12417 2003-04-17 Richard Henderson <rth@redhat.com>
12418
12419 * config/ia64/ia64.c (ia64_in_small_data_p): Disallow strings.
12420
12421 2003-04-17 Simon Law <sfllaw@engmail.uwaterloo.ca>
12422
12423 * doc/include/gpl.texi: Fix double-spacing after "MA" to match
12424 the one provided by the FSF.
12425
12426 2003-04-17 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12427
12428 * doc/install.texi (Binaries): Update URL and list of platforms
12429 provided by ftp.thewrittenword.com.
12430
12431 2003-04-17 Richard Henderson <rth@redhat.com>
12432
12433 * config/xtensa/xtensa.c (xtensa_encode_section_info): Remove.
12434 (call_insn_operand): Use SYMBOL_REF_LOCAL_P.
12435 * config/xtensa/xtensa.md (call, call_value): Likewise.
12436
12437 2003-04-17 Richard Henderson <rth@redhat.com>
12438
12439 * config/v850/v850.c (print_operand): Use SYMBOL_REF_[ZST]DA.
12440 (print_operand_address): Likewise.
12441 (ep_memory_operand): Likewise.
12442 (special_symbolref_operand): Likewise.
12443 (v850_encode_data_area): Use SYMBOL_REF_FLAGS.
12444 (v850_encode_section_info): Call default_encode_section_info.
12445 (v850_strip_name_encoding): Remove.
12446 * config/v850/v850.h (EXTRA_CONSTRAINT): Use SYMBOL_REF_[ZST]DA.
12447 (ASM_OUTPUT_LABELREF): Remove.
12448 (ZDA_NAME_FLAG_CHAR, ZDA_NAME_P): Remove.
12449 (SDA_NAME_FLAG_CHAR, SDA_NAME_P): Remove.
12450 (TDA_NAME_FLAG_CHAR, TDA_NAME_P): Remove.
12451 (ENCODED_NAME_P): Remove.
12452 (SYMBOL_FLAG_ZDA, SYMBOL_REF_ZDA_P): New.
12453 (SYMBOL_FLAG_SDA, SYMBOL_REF_SDA_P): New.
12454 (SYMBOL_FLAG_TDA, SYMBOL_REF_TDA_P): New.
12455
12456 2003-04-17 Richard Henderson <rth@redhat.com>
12457
12458 * config/stormy16/stormy16.c (xstormy16_encode_section_info): Kill.
12459 * config/stormy16/stormy16.h (ASM_OUTPUT_SYMBOL_REF): Use
12460 SYMBOL_REF_FUNCTION_P.
12461
12462 2003-04-17 Richard Henderson <rth@redhat.com>
12463
12464 * config/sparc/sparc.c (sparc_encode_section_info): Remove.
12465 (data_segment_operand): Use SYMBOL_REF_FUNCTION_P.
12466 (text_segment_operand): Likewise.
12467
12468 2003-04-17 Richard Henderson <rth@redhat.com>
12469
12470 * config/sh/sh.c (gen_datalabel_ref): Don't add SH_DATALABEL_ENCODING.
12471 (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
12472 (legitimize_pic_address): Use SYMBOL_REF_LOCAL_P.
12473 (sh_encode_section_info): Remove.
12474 (sh_strip_name_encoding): Remove.
12475 * config/sh/sh.h (SH_DATALABEL_ENCODING): Remove.
12476 (DATALABEL_SYMNAME_P, STRIP_DATALABEL_ENCODING): Remove.
12477 (SH_TLS_ENCODING, TLS_SYMNAME_P, STRIP_TLS_ENCODING): Remove.
12478 (ASM_OUTPUT_LABELREF): Remove.
12479 (ASM_OUTPUT_SYMBOL_REF): Use SYMBOL_REF_FUNCTION_P.
12480 * config/sh/sh.md (*): Use SYMBOL_REF_LOCAL_P.
12481
12482 2003-04-17 Richard Henderson <rth@redhat.com>
12483
12484 * config/s390/s390.c (SYMBOL_FLAG_ALIGN1): New.
12485 (tls_model_chars): Remove.
12486 (larl_operand): Use SYMBOL_REF_FLAGS.
12487 (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
12488 (legitimize_pic_address): Use SYMBOL_REF_LOCAL_P.
12489 (s390_output_mi_thunk): Likewise.
12490 (s390_emit_prologue): Set SYMBOL_FLAG_LOCAL as needed.
12491 (s390_function_profiler): Likewise.
12492 (s390_encode_section_info): Use default_encode_section_info
12493 and SYMBOL_FLAG_ALIGN1.
12494 (s390_strip_name_encoding): Remove.
12495 * config/s390/s390.h (ASM_OUTPUT_LABELREF): Remove.
12496 * config/s390/s390.md (call, call_value): Use SYMBOL_REF_LOCAL_P.
12497 (builtin_setjmp_receiver): Set SYMBOL_FLAG_LOCAL as needed.
12498
12499 2003-04-17 Richard Henderson <rth@redhat.com>
12500
12501 * config/ns32k/ns32k.c (ns32k_encode_section_info): Remove.
12502 (global_symbolic_reference_mentioned_p): Use SYMBOL_REF_LOCAL_P.
12503 (print_operand_address): Likewise.
12504
12505 * config/ns32k/ns32k.h (CANNOT_CHANGE_MODE_CLASS): Add CLASS argument.
12506 * config/ns32k/ns32k.c (expand_block_move): Don't check
12507 flag_unroll_loops.
12508
12509 2003-04-17 Richard Henderson <rth@redhat.com>
12510
12511 * config/mcore/mcore.c (mcore_encode_section_info): Don't set
12512 SYMBOL_REF_FLAG.
12513
12514 2003-04-17 Richard Henderson <rth@redhat.com>
12515
12516 * rtl.h (SYMBOL_FLAG_MACH_DEP_SHIFT): New.
12517
12518 * config/m32r/m32r.c (SYMBOL_FLAG_MODEL_SHIFT): New.
12519 (SYMBOL_REF_MODEL): New.
12520 (LIT_NAME_P): Move from m32r.h.
12521 (m32r_select_section): Remove.
12522 (m32r_encode_section_info): Use SYMBOL_REF_FLAGS.
12523 (m32r_strip_name_encoding): Remove.
12524 (m32r_in_small_data_p): New.
12525 (small_data_operand): Use SYMBOL_REF_SMALL_P.
12526 (addr24_operand): Use SYMBOL_REF_MODEL.
12527 (call26_operand): Likewise.
12528 (addr32_operand): Tidy.
12529 (m32r_print_operand): Use HOST_WIDE_INT_PRINT_HEX.
12530 * config/m32r/m32r.h (RODATA_SECTION_ASM_OP): Remove.
12531 (SDATA_SECTION_ASM_OP, SBSS_SECTION_ASM_OP): Remove.
12532 (READONLY_DATA_SECTION_ASM_OP): Remove.
12533 (EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Remove.
12534 (SDATA_SECTION_FUNCTION, SBSS_SECTION_FUNCTION): Remove.
12535 (TARGET_ASM_SELECT_SECTION): Remove.
12536 (SDATA_FLAG_CHAR, MEDIUM_FLAG_CHAR, LARGE_FLAG_CHAR): Remove.
12537 (SDATA_NAME_P, SMALL_NAME_P, MEDIUM_NAME_P): Remove.
12538 (LARGE_NAME_P, ENCODED_NAME_P): Remove.
12539 (ASM_OUTPUT_LABELREF): Remove.
12540
12541 2003-04-17 Richard Henderson <rth@redhat.com>
12542
12543 * config/ip2k/ip2k.c (is_regfile_address): Use SYMBOL_REF_FUNCTION_P.
12544 (encode_section_info): Remove.
12545 * config/ip2k/ip2k-protos.h: Update.
12546
12547 2003-04-17 Richard Henderson <rth@redhat.com>
12548
12549 * varasm.c (default_encode_section_info): Don't set
12550 SYMBOL_FLAG_EXTERNAL if not TREE_PUBLIC.
12551 * config/i370/i370.c (i370_encode_section_info): Remove.
12552 * config/i370/i370.h (CONSTANT_ADDRESS_P): Use SYMBOL_REF_EXTERNAL_P.
12553 (PRINT_OPERAND, PRINT_OPERAND_ADDRESS): Likewise.
12554 * config/i370/i370.md (movsi): Likewise.
12555
12556 * config/i370/t-i370: Add missing backslash.
12557
12558 2003-04-17 Eric Botcazou <ebotcazou@libertysurf.fr>
12559
12560 * doc/invoke.texi (inline-limit): Fix pasto.
12561
12562 2003-04-17 Richard Henderson <rth@redhat.com>
12563
12564 * config/h8300/h8300.c (SYMBOL_FLAG_FUNCVEC_FUNCTION): New.
12565 (small_call_insn_operand): Use it.
12566 (SYMBOL_FLAG_EIGHTBIT_DATA): New.
12567 (h8300_eightbit_constant_address_p): Use it.
12568 (SYMBOL_FLAG_TINY_DATA): New.
12569 (h8300_tiny_constant_address_p): Use it.
12570 (h8300_encode_label, h8300_strip_name_encoding): Remove.
12571 (h8300_encode_section_info): Set SYMBOL_REF_FLAGS.
12572 * config/h8300/h8300.h (TINY_DATA_NAME_P): Remove.
12573 (ASM_OUTPUT_LABELREF): Remove.
12574
12575 2003-04-16 Richard Henderson <rth@redhat.com>
12576
12577 * config/frv/frv.c (symbol_ref_small_data_p): Remove. Replace
12578 all users with SYMBOL_REF_SMALL_P.
12579 (const_small_data_p): Use SYMBOL_REF_SMALL_P.
12580 (frv_encode_section_info): Remove.
12581 (frv_strip_name_encoding): Remove.
12582 (frv_in_small_data_p): Merge tests from encode_section_info.
12583 (frv_print_operand): Use '@' not SDATA_FLAG_CHAR.
12584 * config/frv/frv.h (SDATA_FLAG_CHAR): Remove.
12585 (SDATA_NAME_P): Remove.
12586 (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Use SIZE not SDATA_NAME_P.
12587 (ASM_OUTPUT_LABELREF): Remove.
12588 (PRINT_OPERAND_PUNCT_VALID_P): Use '@' not SDATA_FLAG_CHAR.
12589
12590 * config/frv/frv.c (frv_asm_out_constructor): New.
12591 (frv_asm_out_destructor): New.
12592 * config/frv/frv.h (CTORS_SECTION_ASM_OP): New.
12593 (DTORS_SECTION_ASM_OP): New.
12594 (ASM_OUTPUT_CONSTRUCTOR): Remove.
12595 (ASM_OUTPUT_DESTRUCTOR): Remove.
12596
12597 2003-04-16 Richard Henderson <rth@redhat.com>
12598
12599 * config/cris/cris.c (cris_gotless_symbol, cris_got_symbol): Use
12600 SYMBOL_REF_LOCAL_P; abort if not pic.
12601 (cris_encode_section_info): Remove.
12602
12603 2003-04-16 Richard Henderson <rth@redhat.com>
12604
12605 * config/c4x/c4x.c (c4x_encode_section_info): Remove.
12606 (c4x_T_constraint): Use SYMBOL_REF_FUNCTION_P.
12607
12608 * config/c4x/c4x.h (TARGET_CPU_CPP_BUILTINS): Declare
12609 flag_inline_trees.
12610
12611 2003-04-16 Richard Henderson <rth@redhat.com>
12612
12613 * config/avr/avr.c (avr_encode_section_info): Remove.
12614 (avr_insert_attributes): New.
12615 (print_operand_address): Use SYMBOL_REF_FUNCTION_P.
12616 (avr_assemble_integer): Likewise.
12617
12618 2003-04-16 Richard Henderson <rth@redhat.com>
12619
12620 * arc.c (arc_encode_section_info): Remove.
12621 (arc_assemble_integer): Use SYMBOL_REF_FUNCTION_P.
12622 (arc_print_operand, arc_print_operand_address): Likewise.
12623 * arc.h (EXTRA_CONSTRAINT): Likewise.
12624
12625 2003-04-16 Roger Sayle <roger@eyesopen.com>
12626
12627 * c-semantics.c (find_reachable_label): New function to find a
12628 potentially reachable label in an expression.
12629 (expand_unreachable_if_stmt): Similar to expand_if_stmt but
12630 assumes the start of the IF_STMT is unreachable (dead) code.
12631 (expand_unreachable_stmt): Similar to expand_stmt but assumes
12632 the start of the statement list is unreachable (dead) code.
12633 (genrtl_if_stmt): If the controlling expression of the IF
12634 is constant, use expand_unreachable_stmt for the THEN or ELSE
12635 clause as appropriate.
12636 (genrtl_switch_stmt): Use expand_unreachable_stmt to expand
12637 the body of a SWITCH statement.
12638 (expand_stmt): The code immediately following a "return",
12639 "break", "continue" or "goto" is unreachable.
12640 * Makefile.in (c-semantics.o): Depend upon tree-inline.h.
12641
12642 2003-04-16 Richard Henderson <rth@redhat.com>
12643
12644 * rtl.h (MEM_ALIAS_SET): Update documentation.
12645 * doc/rtl.texi (Special Accessors): New node.
12646 (SYMBOL_REF_FLAG): Note relationship with SYMBOL_REF_FLAGS.
12647
12648 2003-04-16 Alexandre Oliva <aoliva@redhat.com>
12649
12650 * reload1.c (reload_cse_noop_set_p): Return false if mode of
12651 SET_DEST is not the same as that returned by...
12652 * cselib.h (cselib_reg_set_mode): ... new function.
12653 * cselib.c (cselib_reg_set_mode): Define it.
12654 (REG_VALUES): Document semantics of first element as set mode.
12655 (cselib_subst_to_values): Skip first element if ELT is NULL.
12656 (cselib_lookup): Likewise. Insert past the first element.
12657 (cselib_invalidate_regno): NULLify first element.
12658 (cselib_record_set): Set first element.
12659
12660 2003-04-16 Olivier Hainque <hainque@act-europe.fr>
12661
12662 * tree.c (skip_simple_arithmetics_at, saved_expr_p): New functions.
12663 (save_expr): Replace loop by call to skip_simple_arithmetics_at.
12664 * tree.h: Add prototypes for the two new functions.
12665 * fold-const.c (fold_binary_op_with_conditional_arg): Replace test
12666 updates introduced in the previous revision by call to saved_expr_p.
12667 * stor-layout.c (put_pending_size): Use skip_simple_arithmetics_at.
12668
12669 * expr.c (store_field): Force usage of bitfield instructions when
12670 the field position requires it, whatever SLOW_UNALIGNED_ACCESS.
12671 (expand_expr, case BIT_FIELD_REF): likewise.
12672
12673 2003-04-16 Mark Mitchell <mark@codesourcery.com>
12674
12675 PR middle-end/8866
12676 * cfgtrl.c (try_redirect_by_replacing_jump): Do not delete
12677 jumptables.
12678
12679 2003-04-16 Richard Henderson <rth@redhat.com>
12680
12681 * config/ia64/ia64.c (sdata_symbolic_operand): Use
12682 SYMBOL_REF_SMALL_P and SYMBOL_REF_LOCAL_P.
12683 (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
12684 (function_operand): Use SYMBOL_REF_FUNCTION_P.
12685 (ia64_expand_load_address): Likewise.
12686 (ia64_assemble_integer): Likewise.
12687 (ia64_encode_section_info): Remove.
12688 (ia64_strip_name_encoding): Remove.
12689 * config/ia64/ia64.h (ENCODE_SECTION_INFO_CHAR): Remove.
12690 * config/ia64/sysv4.h (ASM_OUTPUT_LABELREF): Don't strip it.
12691
12692 2003-04-16 Richard Henderson <rth@redhat.com>
12693
12694 * config/alpha/alpha.c (SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP): New.
12695 (samegp_function_operand): Use SYMBOL_FLAG_SAMEGP.
12696 (direct_call_operand): Use SYMBOL_FLAG_NEAR.
12697 (local_symbolic_operand): Use SYMBOL_REF_LOCAL_P.
12698 (small_symbolic_operand): Use SYMBOL_REF_SMALL_P.
12699 (global_symbolic_operand): Similarly.
12700 (tls_symbolic_operand_1): Use SYMBOL_REF_TLS_MODEL.
12701 (tls_symbolic_operand_type): Likewise.
12702 (alpha_encode_section_info): Use default_encode_section_info.
12703 (alpha_strip_name_encoding): Remove.
12704 (get_tls_get_addr): Split out from ...
12705 (alpha_legitimize_address): ... here.
12706 (alpha_emit_xfloating_libcall): Use init_one_libfunc.
12707 (get_some_local_dynamic_name_1): Use SYMBOL_REF_TLS_MODEL.
12708 (alpha_initialize_trampoline): Use init_one_libfunc.
12709 (alpha_setup_incoming_varargs): Mark unused parameters.
12710 (alpha_initial_elimination_offset): Likewise.
12711 (alpha_end_function): Use SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP.
12712 (unicosmk_unique_section): Use default_strip_name_encoding.
12713 (unicosmk_ssib_name, unicosmk_output_externs): Likewise.
12714
12715 2003-04-16 Aldy Hernandez <aldyh@redhat.com>
12716
12717 * config.gcc: Add t-spe for eabispe.
12718
12719 * config/rs6000/t-spe: New.
12720
12721 2003-04-16 J"orn Rennecke <joern.rennecke@superh.com>
12722
12723 Re-apply this patch:
12724
12725 2002-05-16 Dale Johannesen <dalej@apple.com>
12726 * combine.c (cant_combine_insn_p): Reenable combinations
12727 involving hard regs unless CLASS_LIKELY_SPILLED_P.
12728
12729 2003-04-16 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
12730
12731 PR/10271
12732 * pa-protos.h (function_arg): Remove last argument.
12733 * pa.c (function_arg): Likewise. Use CUMULATIVE_ARGS struct instead.
12734 * pa.h (struct hppa_args): Add member incoming.
12735 (INIT_CUMULATIVE_ARGS, INIT_CUMULATIVE_INCOMING_ARGS): Initialize
12736 member incoming.
12737 (FUNCTION_ARG): Revise call to function_arg.
12738 (FUNCTION_INCOMING_ARG): Delete.
12739
12740 2003-04-15 Zack Weinberg <zack@codesourcery.com>
12741
12742 * configure.in: Unify the code which creates symlinks to a
12743 just-built as, ld, objdump, and nm with the code that detects
12744 their presence for purposes of feature tests.
12745 * configure: Regenerate.
12746
12747 2003-04-15 Zack Weinberg <zack@codesourcery.com>
12748
12749 * varasm.c (output_constant_def): Do not consult
12750 CONSTANT_AFTER_FUNCTION_P. Remove all code predicated on it.
12751 (after_function_constants, output_after_function_constants): Delete.
12752 * doc/tm.texi: Delete documentation of CONSTANT_AFTER_FUNCTION_P.
12753 * config/mips/mips-protos.h, config/mips/mips.c
12754 (mips16_constant_after_function_p): Delete.
12755 * config/mips/mips.h: Delete #if-0-ed definition of
12756 CONSTANT_AFTER_FUNCTION_P.
12757 * config/d30v/d30v.h, config/stormy16/stormy16.h: Remove
12758 mention of CONSTANT_AFTER_FUNCTION_P in comment.
12759
12760 2003-04-15 Geoffrey Keating <geoffk@apple.com>
12761
12762 * tree.c (next_decl_uid): Mark with GTY.
12763 (next_type_uid): Likewise.
12764
12765 2003-04-15 J"orn Rennecke <joern.rennecke@superh.com>
12766
12767 PR target/9594:
12768 * sh.c (barrier_align): Also recognize stuff_delay_slot as
12769 an indicator that a barrier was created by branch splitting.
12770
12771 2003-04-15 Mark Mitchell <mark@codesourcery.com>
12772
12773 * c-decl.c (implicitly_declare): Copy declarations that are going
12774 to be placed in a local scope.
12775
12776 2003-04-15 James A. Morrison <ja2morri@uwaterloo.ca>
12777
12778 * invoke.texi (Spec Files): Wrap if-exists-else example.
12779 (MCore): Remove duplicate @itemx entries and @opindex entries.
12780
12781 2003-04-15 Ulrich Weigand <uweigand@de.ibm.com>
12782
12783 * unwind.inc (_Unwind_Backtrace): New function.
12784 * unwind.h (_Unwind_Backtrace): Declare it.
12785 * libgcc-std.ver (_Unwind_Backtrace): Export it.
12786
12787 2003-04-14 Jason Merrill <jason@redhat.com>
12788
12789 PR middle-end/10336, c++/10401
12790 * jump.c (never_reached_warning): Also stop looking if we reach the
12791 beginning of the function.
12792
12793 2003-04-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12794
12795 PR target/10338
12796 PR bootstrap/10198
12797 PR bootstrap/10140
12798 * fixinc/gnu-regex.c (regerror): Use mempcpy not __mempcpy.
12799
12800 2003-04-15 J"orn Rennecke <joern.rennecke@superh.com>
12801
12802 * i386.md (abssf2_if+1): Make condition agree with abssf2_1 .
12803
12804 2003-04-15 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
12805
12806 * optabs.c (expand_binop): In multi-word add cases, ensure
12807 XTARGET is copied to TARGET if they are different.
12808
12809 2003-04-15 Olivier Hainque <hainque@act-europe.fr>
12810
12811 * except.c (resolve_fixup_regions): Avoid dereferencing null pointer
12812 to region, possible after integration of function with unreachable
12813 regions that were optimized away.
12814
12815 2003-04-15 Jakub Jelinek <jakub@redhat.com>
12816
12817 * config/rs6000/rs6000.h (EPILOGUE_USES): Use register 2,
12818 instead of TOC_REGISTER in epilogue in
12819 current_function_calls_eh_return functions.
12820
12821 2003-04-14 Mark Mitchell <mark@codesourcery.com>
12822
12823 * doc/extend.texi (Empty Structures): Correct description of G++'s
12824 handling of these structures.
12825
12826 * c-decl.c (grokdeclarator): Reject extern redeclarations of
12827 static variables.
12828
12829 2003-04-14 Janis Johnson <janis287@us.ibm.com>
12830
12831 * config/rs6000/rs6000.md (define_constants): Define constants for
12832 all UNSPEC usage, including new values for TLS support.
12833 (aux_truncdfsf2, fctiwz, movsi_got, movsi_got_internal,
12834 load_toc_aix_si, load_toc_aix_di, load_toc_v4_pic_si,
12835 load_toc_v4_PIC_1, load_toc_v4_PIC_1b, load_macho_picbase,
12836 macho_correct_pic, blockage, move_from_CR_ov_bit, movesi_from_cr,
12837 stack_tie, movsi_to_cr_one, movsi_to_cr, mtcrfsi, eh_set_lr_si,
12838 eh_set_lr_di): Use them.
12839 * rs6000.c: (mtcrf_operation, uses_TOC, rs6000_emit_prologue,
12840 rs6000_emit_epilogue) Use them.
12841
12842 * rtl.h (SYMBOL_REF_TLS_MODEL): Fix mask value.
12843
12844 2003-04-14 Neil Booth <neil@daikokuya.co.uk>
12845
12846 * Makefile.in (c-opts.o): Use custom action.
12847
12848 2003-04-14 Douglas B Rupp <rupp@gnat.com>
12849
12850 * ifcvt.c (noce_process_if_block): Fail on BLKmode move.
12851
12852 2003-04-14 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
12853
12854 * stor-layout.c (layout_type, case ARRAY_TYPE): Add missing code to
12855 handle "superflat arrays" in Ada.
12856
12857 * integrate.c (expand_inline_function): Don't inline if would
12858 lose /u on a BLKmode TARGET.
12859
12860 2003-04-14 Joel Brobecker <brobecker@gnat.com>
12861
12862 * dbxout.c (print_int_cst_bounds_in_octal_p): New function,
12863 extracted from dbxout_type.
12864 (dbxout_range_type): print large bounds in octal format.
12865 (dbxout_type): Replace extracted code by call to
12866 print_int_cst_bounds_in_octal_p.
12867
12868 * dwarf2out.c (gen_compile_unit_die): Emit DW_LANG_Ada95 instead
12869 of DW_LANG_Ada83 for Ada units.
12870
12871 2003-04-14 Olivier Hainque <hainque@act-europe.fr>
12872
12873 * explow.c (round_push): Use HOST_WIDE_INT instead of int for the
12874 temporary used to round CONST_INT sizes.
12875
12876 * tree.c (int_fits_type_p): Extract generic checks from the case
12877 of constant type bounds. Refine the checks against constant type
12878 bounds to allow for possible decisions against each of these bounds
12879 without requiring both bounds to be constant.
12880 (tree_int_cst_msb): Put back.
12881 * tree.h (tree_int_cst_msb): Likewise.
12882
12883 * global.c (global_conflicts): Prevent allocation of call clobbered
12884 hard regs to pseudos live across abnormal edges, as later passes are
12885 not ready to handle them.
12886
12887 * fold-const.c (fold): Reorder tests for conditional expressions.
12888
12889 * expr.c (highest_pow2_factor): Return unsigned.
12890 * expr.h (offset_address): Likewise.
12891 * emit-rtl.c (offset_address): POW2 argument now unsigned.
12892
12893 2003-04-14 Roger Sayle <roger@eyesopen.com>
12894
12895 * builtins.c (expand_builtin_strlen): Evaluate the lengths of
12896 string literals at compile-time.
12897
12898 2003-04-14 Roger Sayle <roger@eyesopen.com>
12899
12900 * fold-const.c (fold): Transform (c1 - x) cmp c2, where cmp is a
12901 comparison operation and c1/c2 are floating point constants into
12902 x swap(cmp) (c1 - c2).
12903
12904 2003-04-14 Vladimir Makarov <vmakarov@redhat.com>
12905
12906 * genautomata.c (output_translate_vect): Fix a typo in loop
12907 condition.
12908
12909 2003-04-14 Hans-Peter Nilsson <hp@axis.com>
12910
12911 PR target/10377
12912 * config/cris/cris.md ("*mov_sideqi", "*mov_sidehi")
12913 ("*mov_sidesi", "*mov_sideqi_mem", "*mov_sidehi_mem")
12914 ("*mov_sidesi_mem", "*clear_sidesi", "*clear_sidehi")
12915 ("*clear_sideqi", "*ext_sideqihi", "*ext_sideqisi")
12916 ("*ext_sidehisi", "*op_sideqi", "*op_sidehi", "*op_sidesi")
12917 ("*op_swap_sideqi", "*op_swap_sidehi", "*op_swap_sidesi")
12918 ("*extopqihi_side", "*extopqisi_side", "*extophisi_side")
12919 ("*extopqihi_swap_side", "*extopqisi_swap_side")
12920 ("*extophisi_swap_side", 8th, 9th, 10th, 11th, 14th peepholes):
12921 When next to constraint R, replace constraint i with n.
12922
12923 Mon Apr 14 16:18:37 CEST 2003 Jan Hubicka <jh@suse.cz>
12924
12925 PR opt/10024
12926 * cfgrtl.c (force_nonfallthru_and_redirect): Use unchecked_make_edge.
12927
12928 2003-04-14 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
12929
12930 * doc/contrib.texi (Contributors): Correct my entry.
12931
12932 2003-04-13 Roger Sayle <roger@eyesopen.com>
12933
12934 * tree.h (DECL_BUILT_IN_NONANSI): Remove.
12935 * c-common.c (builtin_function_2): Don't set DECL_BUILT_IN_NONANSI.
12936 * c-decl.c (duplicate_decls): Use invariant DECL_BUILT_IN_NONANSI
12937 implies DECL_BUILT_IN to simplify logic.
12938 * print-tree.c (print_node): Don't dump DECL_BUILT_IN_NONANSI.
12939
12940 2003-04-13 Roger Sayle <roger@eyesopen.com>
12941
12942 * builtin-types.def (BT_FN_STRING_CONST_STRING): New builtin type.
12943 (BT_FN_PTR_SIZE_SIZE): Likewise.
12944 * builtins.def (BUILT_IN_MALLOC, BUILT_IN_CALLOC, BUILT_IN_STRDUP):
12945 New built-in functions for malloc, calloc and strdup respectively.
12946 * calls.c (special_function_p): No need to handle malloc-like
12947 functions any longer. ECF_MALLOC is set via built-in attributes.
12948
12949 * c-decl.c (duplicate_decls): Preserve pure and malloc attributes.
12950
12951 * doc/extend.texi: Document these new built-in functions.
12952
12953 2003-04-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12954
12955 * builtins.c (expand_builtin_memcpy): Add `endp' argument, use it.
12956 (expand_builtin_stpcpy): New.
12957 (expand_builtin): Add BUILT_IN_MEMPCPY & BUILT_IN_STPCPY.
12958 * builtins.def: Add mempcpy & stpcpy support.
12959 * doc/extend.texi (mempcpy, stpcpy): Document new builtins.
12960
12961 2003-04-13 Nick Clifton <nickc@redhat.com>
12962
12963 * config/rs6000/rs6000.c: Replace occurrences of "GNU CC" with
12964 "GCC".
12965 * config/rs6000/40x.md, config/rs6000/603.md,
12966 config/rs6000/6xx.md, config/rs6000/7450.md, config/rs6000/7xx.md,
12967 config/rs6000/8540.md, config/rs6000/aix.h, config/rs6000/aix31.h,
12968 config/rs6000/aix3newas.h, config/rs6000/aix41.h,
12969 config/rs6000/aix43.h, config/rs6000/aix51.h,
12970 config/rs6000/aix52.h, config/rs6000/altivec-defs.h,
12971 config/rs6000/altivec.h, config/rs6000/altivec.md,
12972 config/rs6000/beos.h, config/rs6000/darwin.h,
12973 config/rs6000/eabi.h, config/rs6000/eabialtivec.h,
12974 config/rs6000/eabisim.h, config/rs6000/eabispe.h,
12975 config/rs6000/freebsd.h, config/rs6000/gnu.h,
12976 config/rs6000/host-darwin.c, config/rs6000/linux.h,
12977 config/rs6000/linux64.h, config/rs6000/linuxaltivec.h,
12978 config/rs6000/lynx.h, config/rs6000/mach.h, config/rs6000/mpc.md,
12979 config/rs6000/netbsd.h, config/rs6000/power4.md,
12980 config/rs6000/rios1.md, config/rs6000/rios2.md,
12981 config/rs6000/rs6000-c.c, config/rs6000/rs6000-modes.def,
12982 config/rs6000/rs6000-protos.h, config/rs6000/rs6000.c,
12983 config/rs6000/rs6000.h, config/rs6000/rs6000.md,
12984 config/rs6000/rs64.md, config/rs6000/rtems.h, config/rs6000/spe.h,
12985 config/rs6000/spe.md, config/rs6000/sysv4.h,
12986 config/rs6000/sysv4le.h, config/rs6000/vxworks.h,
12987 config/rs6000/windiss.h, config/rs6000/xcoff.h: Likewise.
12988
12989 2003-04-13 Nick Clifton <nickc@redhat.com>
12990
12991 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Delete
12992 support for -mcall-aix switch.
12993 * config/rs6000/eabiaix.h: Delete.
12994 * config/rs6000/rs6000.h (rs6000_abi): Remove ABI_AIX_NODESC.
12995 (RS6000_REG_SAVE, RS6000_SAVE_AREA, FP_ARGS_MAX_REG,
12996 RETURN_ADDRESS_OFFSET): Remove use of ABI_AIX_NODESC.
12997 * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Likewise.
12998 * config/rs6000/rs6000.c (print_operand, rs6000_stack_info,
12999 debug_stack_info, output_function_profiler,
13000 rs6000_trampoline_size, rs6000_initialise_trampoline): Likewise.
13001 * config/rs6000/rs6000.md (call, call_value, call_nonlocal_sysv,
13002 call_indirect_nonlocal_sysv, call_value_indirect_nonlocal_sysv,
13003 call_value_nonlocal_sysv, sibcall_value_nonlocal_sysv,
13004 sibcall_nonlocal_sysv, sibcall_value_local64): Likewise.
13005 * config/rs6000/t-ppcgas (MULTILIB_OPTIONS): Remove mcall-aix
13006 multilibs.
13007 (MULTILIB_DIRNAMES): Remove mcall-aix directories.
13008 (MULTILIB_EXCEPTIONS): Delete.
13009 (MULTILIB_MATCHES): Remove mcall-aix matches.
13010
13011 * doc/fragments.texi: Replace -mcall-aix example with an ARM
13012 one.
13013 * doc/install.texi: Delete powerpc-*-eabiaix target.
13014 * doc/invoke.texi: Remove documentation of mcall-aix switch.
13015 * doc/tm.texi: Remove mcall-aix from example CPP_SPEC.
13016 * config.gcc: Delete powerpc-*-eabiaix target.
13017
13018 2003-04-13 Kazu Hirata <kazu@cs.umass.edu>
13019
13020 * doc/invoke.texi: Fix typos.
13021 * doc/tm.texi: Likewise.
13022
13023 2003-04-12 Zack Weinberg <zack@codesourcery.com>
13024
13025 * c-typeck.c (digest_init, push_init_level): Use CONSTRUCTOR_ELTS.
13026
13027 2003-04-12 Zack Weinberg <zack@codesourcery.com>
13028
13029 * tree.c (build_constructor): New function.
13030 * tree.h: Prototype it.
13031
13032 * c-typeck.c (build_c_cast, pop_init_level)
13033 * profile.c (build_function_info_value, build_gcov_info_value)
13034 (create_profiler):
13035 Use build_constructor.
13036
13037 * builtins.c (expand_builtin_args_info): Remove #if 0 blocks.
13038
13039 * objc/objc-act.c (build_constructor):
13040 Rename objc_build_constructor. Use build_constructor.
13041 (build_objc_string_object, objc_add_static_instance)
13042 (init_def_list, init_objc_symtab, init_module_descriptor)
13043 (generate_static_references, build_selector_translation_table)
13044 (build_descriptor_table_initializer, generate_descriptor_table)
13045 (build_protocol_initializer, build_ivar_list_initializer)
13046 (generate_ivars_list, build_dispatch_table_initializer)
13047 (generate_dispatch_table, generate_protocol_list)
13048 (build_category_initializer, build_shared_structure_initializer):
13049 Update to match.
13050
13051 2003-04-12 Zack Weinberg <zack@codesourcery.com>
13052
13053 * intl.h: #define gcc_gettext_width to strlen when !ENABLE_NLS.
13054
13055 2003-04-12 Stephane Carrez <stcarrez@nerim.fr>
13056
13057 * config/m68hc11/m68hc11-protos.h
13058 (m68hc11_eq_compare_operator): Declare
13059 * config/m68hc11/m68hc11.h (PREDICATE_CODES): Register new predicate.
13060 * config/m68hc11/m68hc11.c (m68hc11_eq_compare_operator): New predicate
13061 (d_register_operand): Check the operand mode.
13062 (hard_addr_reg_operand): Likewise.
13063
13064 2003-04-12 Stephane Carrez <stcarrez@nerim.fr>
13065
13066 * config/m68hc11/m68hc11.md ("decrement_and_branch_until_zero"): New
13067 pattern for dbcc/ibcc generation for 68HC12.
13068 ("doloop_end"): New pattern.
13069 ("m68hc12_dbcc_dec_hi"): New pattern for dbeq/dbne.
13070 ("m68hc12_dbcc_inc_hi"): New pattern for ibeq/ibne.
13071 ("m68hc12_dbcc_dec_qi"): New pattern.
13072 ("m68hc12_dbcc_inc_qi"): New pattern.
13073 (split): Add split for the above when we can't use dbcc/ibcc due to
13074 reloading.
13075 (peephole2): Add peephole2 to generate the above when possible.
13076
13077 2003-04-12 Stephane Carrez <stcarrez@nerim.fr>
13078
13079 * config/m68hc11/m68hc11.md ("bitcmpqi" split): No need to test the
13080 mode of operand 0.
13081 (peephole2 optimize const load): Likewise for operand 2.
13082 ("*rotlhi3_with_carry"): Change pattern to a const 1 rotate which
13083 clobbers CC_REGNUM.
13084 ("*rotrhi3_with_carry"): Likewise.
13085 (ashift:DI 1 split): Update pattern to create the above rotate.
13086 (lshiftrt:DI 1 split): Likewise.
13087
13088 2003-04-12 Stephane Carrez <stcarrez@nerim.fr>
13089
13090 * config/m68hc11/m68hc11.md (SOFT_Z_REGNUM): New constant.
13091 ("tstqi_z_used" split): Use it.
13092 ("cmphi_z_used"): Likewise.
13093 ("bitcmpqi_z_used"): Likewise; also use SP_REGNUM constant.
13094 ("cmpqi_z_used"): Likewise.
13095
13096 2003-04-12 Mark Mitchell <mark@codesourcery.com>
13097
13098 PR c++/7910
13099 * config/i386/winnt.c (i386_pe_mark_dllimport): Fix thinko.
13100
13101 2003-04-12 Zack Weinberg <zack@codesourcery.com>
13102
13103 * configure.in: Check for wchar.h, mbstowcs, and wcswidth.
13104 * configure, config.in: Regenerate.
13105 * intl.c (gcc_gettext_width): New function.
13106 * intl.h: Prototype it.
13107
13108 2003-04-12 Stephane Carrez <stcarrez@nerim.fr>
13109
13110 * config/m68hc11/m68hc11.h (TARGET_SWITCHES): Fix -mnominmax option;
13111 recognize -mnorelax.
13112 (reg_class): Add Z_OR_S_REGS to represent soft registers with Z
13113 (REG_CLASS_NAMES): Add its name.
13114 (REG_CLASS_CONTENTS): Define its content.
13115
13116 2003-04-12 Stephane Carrez <stcarrez@nerim.fr>
13117
13118 * config/m68hc11/larith.asm (memcpy): Use ARG macro to access stack
13119 parameters so that offsets are valid for far definition.
13120 (__mulsi3): Likewise and use ret to return.
13121 (___adddi3, ___subdi3, ___notdi2, ): Don't use it to save the result.
13122
13123 2003-04-12 David Edelsohn <edelsohn@gnu.org>
13124
13125 * config/rs6000/rs6000.c (rs6000_hash_constant): Skip '0' fields.
13126
13127 2003-04-12 Alexandre Oliva <aoliva@redhat.com>
13128
13129 * mklibgcc.in (libgcc-stage-start): For every multilib directory
13130 containing a libgcc.a, move lib* to the corresponding stage dir.
13131
13132 * Makefile.in (stage1-start, stage2-start, stage3-start,
13133 stage4-start): Move $(SPECS) to specs in stage dir.
13134 (unstage1 unstage2 unstage3 unstage4): Move specs in stage dir
13135 back as $(SPECS).
13136
13137 * mklibgcc.in (libgcc-stage-start): Move into the stage directory
13138 object files from the non-libgcc/ multilib directories as well.
13139
13140 2003-04-11 Geoffrey Keating <geoffk@apple.com>
13141
13142 * profile.c (read_counts_file): Initialise 'checksum'.
13143
13144 * emit-rtl.c (gen_rtx): Really correct typo.
13145
13146 PR c++/9393
13147 * doc/invoke.texi (Debugging Options): Document -frandom-seed.
13148 * configure.in: Check for gettimeofday.
13149 * tree.c (flag_random_seed): Define.
13150 (default_flag_random_seed): New.
13151 (append_random_chars): Use flag_random_seed rather than trying
13152 to acquire randomness here.
13153 * tree.h (default_flag_random_seed): Declare.
13154 * toplev.c (display_help): Add -frandom-seed and -fstack-limit-*
13155 descriptions.
13156 (decode_f_option): Handle -frandom-seed.
13157 (print_switch_values): Call default_flag_random_seed.
13158 * flags.h (flag_random_seed): Declare.
13159 * configure: Regenerate.
13160 * config.in: Regenerate.
13161 * config/alpha/t-crtfm: Use -frandom-seed.
13162
13163 * doc/extend.texi (Empty Structures): New.
13164
13165 * c-pch.c: Include flags.h. Add comments to routines.
13166 (struct c_pch_validity): New.
13167 (get_ident): Update PCH file version number.
13168 (pch_init): Output current debugging type.
13169 (c_common_valid_pch): Check debugging type.
13170 * Makefile.in (c-pch.o): Update dependencies.
13171 * flags.h (debug_type_names): Declare.
13172 * toplev.c (debug_type_names): Move out of decode_g_option.
13173
13174 2003-04-11 Eric Christopher <echristo@redhat.com>
13175
13176 * emit-rtl.c (gen_rtx): Fix typos.
13177
13178 2003-04-11 Richard Henderson <rth@redhat.com>
13179
13180 * emit-rtl.c (gen_rtx): Zero '0' fields.
13181
13182 2003-04-11 Richard Henderson <rth@redhat.com>
13183
13184 PR c++/10202
13185 * expr.c (expand_expr): Use COMPLETE_OR_UNBOUND_ARRAY_TYPE_P
13186 not COMPLETE_TYPE_P for re-invoking layout_decl.
13187
13188 2003-04-11 Simon Law <sfllaw@engmail.uwaterloo.ca>
13189
13190 * doc/bugreport.texi: Fix paragraph breaking between sections
13191 in preparation for TeXinfo's paragraph indentation fixes.
13192 * doc/extend.texi: Ditto.
13193 * doc/invoke.texi: Ditto.
13194 * doc/objc.texi: Ditto.
13195 * doc/gcov.texi: Wrap 'gcov' in @command{}.
13196 * doc/invoke.texi (Darwin Options): Add a preamble.
13197
13198 2003-04-11 Richard Henderson <rth@redhat.com>
13199
13200 * config/i386/i386.c (tls_model_chars): Remove.
13201 (ix86_encode_section_info, ix86_strip_name_encoding): Remove.
13202 (local_symbolic_operand): Use SYMBOL_REF_LOCAL_P.
13203 (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
13204 (tls_symbolic_operand_1): Likewise.
13205 (legitimate_pic_address_disp_p): Use SYMBOL_REF_LOCAL_P.
13206 * config/i386/i386.h (TARGET_ENCODE_SECTION_INFO): Remove.
13207 (TARGET_STRIP_NAME_ENCODING, ASM_OUTPUT_LABELREF): Remove.
13208 * config/i386/winnt.c (i386_pe_encode_section_info): Replace
13209 bits "copied from i386.h" with default_encode_section_info.
13210
13211 2003-04-11 Richard Henderson <rth@redhat.com>
13212
13213 * rtl.def (SYMBOL_REF): Add two 0 fields.
13214 * gengtype.c (adjust_field_rtx_def): Handle them.
13215 * print-rtl.c (print_rtx): Print them.
13216 * rtl.h (SYMBOL_REF_DECL, SYMBOL_REF_FLAGS): New.
13217 (SYMBOL_FLAG_FUNCTION, SYMBOL_REF_FUNCTION_P): New.
13218 (SYMBOL_FLAG_LOCAL, SYMBOL_REF_LOCAL_P): New.
13219 (SYMBOL_FLAG_SMALL, SYMBOL_REF_SMALL_P): New.
13220 (SYMBOL_FLAG_TLS_SHIFT, SYMBOL_REF_TLS_MODEL): New.
13221 (SYMBOL_FLAG_EXTERNAL, SYMBOL_REF_EXTERNAL_P): New.
13222 (SYMBOL_FLAG_MACH_DEP): New.
13223 * optabs.c (init_one_libfunc): Zap fake SYMBOL_REF_DECL.
13224 * varasm.c (make_decl_rtl): Set SYMBOL_REF_DECL.
13225 (assemble_static_space): Set SYMBOL_REF_FLAGS.
13226 (assemble_trampoline_template): Likewise.
13227 (output_constant_def, force_const_mem): Likewise.
13228 (default_encode_section_info): New.
13229 * output.h: Declare it.
13230 * target-def.h (TARGET_ENCODE_SECTION_INFO): Use it.
13231
13232 2003-04-11 Richard Henderson <rth@redhat.com>
13233
13234 * libfuncs.h (LTI_setbits, LTI_gcov_flush, LTI_gcov_init): New.
13235 (setbits_libfunc, gcov_flush_libfunc, gcov_init_libfunc): New.
13236 * optabs.c (init_optabs): Initialize them.
13237 (init_libfuncs): Use init_one_libfunc.
13238 * calls.c (expand_call): Use gcov_flush_libfunc.
13239 * expr.c (store_constructor): Use setbits_libfunc.
13240 * function.c (expand_main_function): Use init_one_libfunc.
13241 * profile.c (create_profiler): Use gcov_init_libfunc and DECL_RTL.
13242
13243 2003-04-11 Mark Mitchell <mark@codesourcery.com>
13244
13245 * doc/c-tree.texi (Functions): Remove DECL_REAL_CONTEXT
13246 documentation; add DECL_FRIEND_CONTEXT.
13247
13248 2003-04-11 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
13249
13250 * doc/install.texi (hppa): Update links for HP-UX patches. Revise
13251 notes on linker selection and configuration for 64-bit HP-UX port.
13252 * doc/invoke.texi (hppa): Remove hppa text from description for
13253 -ffunction-sections and -fdata-sections. Document -static, -nolibdld
13254 and -threads options.
13255
13256 * pa-hpux10.h (LIB_SPEC): Add link options to resolve dependency of
13257 libc.a on libdld.sl when -static is specified and -nolibdld is not
13258 specified.
13259 * pa64-hpux.h (LIB_SPEC): Likewise.
13260 * pa-hpux11.h (LIB_SPEC): Likewise.
13261 (LINK_SPEC): Add __gcc_plt_call as an undefined symbol when -shared
13262 is not specified.
13263
13264 2003-04-11 Zack Weinberg <zack@codesourcery.com>
13265
13266 * config/darwin-c.c (darwin_pragma_unused): Use lookup_name,
13267 not IDENTIFIER_LOCAL_VALUE.
13268
13269 2003-04-11 Richard Henderson <rth@redhat.com>
13270
13271 PR c/10201
13272 * expr.c (expand_expr): Move DECL_RTL frobbing ...
13273 * stor-layout.c (layout_decl): ... here.
13274
13275 2003-04-11 James A. Morrison <ja2morri@uwaterloo.ca>
13276
13277 * doc/invoke.texi: Eliminate extra white-space caused by
13278 @gccoptlist{ on its own line.
13279 * doc/invoke.texi: Ensured there are two spaces between each option.
13280 * doc/invoke.texi: Re-wrapped option lines that were too wide.
13281 Added @gol to options that didn't have them.
13282
13283 2003-04-11 Nathan Sidwell <nathan@codesourcery.com>
13284
13285 * Makefile.in (loop-init.o): Do not depend on gcov-io.h,
13286 gcov-iov.h.
13287
13288 Simplify interface to gcov reading and writing.
13289 * gcov-io.h (gcov_file, gcov_position, gcov_length, gcov_buffer,
13290 gcov_alloc, gcov_modified, gcov_errored): Move into ...
13291 (struct gcov_var gcov_var): ... this static structure.
13292 (gcov_write_unsigned, gcov_write_counter, gcov_write_string):
13293 Return void.
13294 (gcov_read_unsigned, gcov_read_couter, gcov_read_string): Return
13295 read object.
13296 (gcov_read_bytes, gcov_write_bytes): Set error flag on error.
13297 (gcov_reserve_length): Remove.
13298 (gcov_write_tag): New.
13299 (gcov_write_length): Adjust.
13300 (gcov_read_summary, gcov_write_summary): Adjust.
13301 (gcov_eof, gcov_ok): Rename to ...
13302 (gcov_is_eof, gcov_is_error): ... here. Return error code.
13303 (gcov_save_position, gcov_resync): Rename to ...
13304 (gcov_position, gcov_seek): ... here.
13305 (gcov_skip, gcov_skip_string): Remove.
13306 (gcov_error): Remove.
13307 (gcov_open, gcov_close): Adjust.
13308 * gcov.c (find_source): Take const char *, copy it on allocation.
13309 (read_graph_file): Adjust.
13310 (read_count_file): Adjust.
13311 * libgcov.c (gcov_exit): Adjust.
13312 * gcov-dump.c (tag_function, tag_blocks, tag_arcs, tag_lines,
13313 tag_arc_counts, tag_summary): Return void. Adjust.
13314 (struct tag_format): Adjust proc member.
13315 (dump_file): Adjust gcov calls.
13316
13317 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
13318
13319 * Makefile.in (fixinc.sh): Pass BUILD_LIBERTY as LIBERTY to
13320 mkfixinc.sh.
13321 * fixinc/mkfixinc.sh (defs): Add LIBERTY.
13322 * configure.in (STMP_FIXINC, STMP_FIXPROTO): Don't disable on
13323 build != host sysrooted builds.
13324 * configure.in (SYSTEM_HEADER_DIR): Make sure it contains
13325 TARGET_SYSTEM_ROOT even on sysrooted natives.
13326 * configure: Rebuilt.
13327
13328 2003-04-10 Zack Weinberg <zack@codesourcery.com>
13329
13330 * c-decl.c (struct binding_level): Add shadowed_tags and
13331 function_body; remove this_block, tag_transparent, and
13332 subblocks_tag_transparent; update comments.
13333 (clear_binding_level, lookup_tag_reverse): Kill.
13334 (make_binding_level): Use ggc_alloc_cleared or memset.
13335 (lookup_tag): Remove struct binding_level* parameter. All
13336 callers changed. Just look at IDENTIFIER_TAG_VALUE, and
13337 current_binding_level->tags if asked for thislevel_only or if
13338 we might have to diagnose "struct foo; union foo;"
13339 (pushlevel): Ignore argument. Do not push another binding
13340 level on the transition from the parameters to the top level
13341 of the function body; just tweak the flags and proceed.
13342 (poplevel): Overhaul. Clear IDENTIFIER_TAG_VALUEs; on exiting
13343 a function body, separate the parameter list from the
13344 top-level local variables.
13345 (set_block): Do nothing.
13346 (pushtag): Set IDENTIFIER_TAG_VALUE and add an entry to
13347 shadowed_tags if necessary.
13348 (warn_if_shadowing): Nuke the special case for local shadowing
13349 parameter.
13350 (pushdecl): Do not create a shadow entry if we are replacing
13351 an older decl in the same binding level.
13352 (pushdecl_function_level): Tweak for new way of indicating
13353 function scope.
13354 (shadow_tag_warned): Use TYPE_NAME, not lookup_tag_reverse.
13355 (start_function): Don't set subblocks_tag_transparent.
13356 (finish_function): Fix up the binding_level stack for totally
13357 empty functions. Otherwise, don't call poplevel.
13358
13359 * c-common.c (shadow_warning): MANDATORY argument is no longer
13360 necessary. Always use plain warning.
13361 * c-common.h: Update to match.
13362
13363 * cfglayout.c (scope_to_insns_initialize): Clear block when we
13364 hit the FUNCTION_DECL.
13365 * function.c: Do not create cyclic tree structure.
13366
13367 2003-04-10 Zack Weinberg <zack@codesourcery.com>
13368
13369 * c-tree.h (struct lang_identifier): Replace global_value,
13370 local_value members with symbol_value, tag_value. Kill
13371 implicit_decl and limbo_value.
13372 (IDENTIFIER_GLOBAL_VALUE, IDENTIFIER_LOCAL_VALUE,
13373 IDENTIFIER_LIMBO_VALUE, IDENTIFIER_IMPLICIT_DECL,
13374 C_MISSING_PROTOTYPE_WARNED): Kill.
13375 (IDENTIFIER_SYMBOL_VALUE, IDENTIFIER_TAG_VALUE,
13376 C_DECL_IMPLICIT, C_DECL_ISNT_PROTOTYPE): New.
13377 (C_DECL_ANTICIPATED): Rename to C_DECL_INVISIBLE.
13378 (implicit_decl_warning, lookup_name_current_level,
13379 record_function_scope_shadow): Don't prototype.
13380 (pushdecl_function_level): Prototype.
13381
13382 * c-decl.c (truly_local_externals): New variable.
13383 (struct binding_level): Adjust commentary.
13384 (get_function_binding_level, clear_limbo_values,
13385 record_function_scope_shadow): Kill.
13386 (lookup_name_current_level, implicit_decl_warning): Are now static.
13387 (any_external_decl, record_external_decl): New static functions.
13388 (clone_underlying type): Split out of pushdecl.
13389 (c_print_identifier): Update to match changes to struct
13390 lang_identifier.
13391 (poplevel): Delete #if 0 block. Make externals invisible
13392 instead of clearing their IDENTIFIER_SYMBOL_VALUEs. Don't
13393 call clear_limbo_values. Refer to IDENTIFIER_SYMBOL_VALUE not
13394 IDENTIFIER_GLOBAL_VALUE or IDENTIFIER_LOCAL_VALUE.
13395 (duplicate-decls): For real parm decl after a forward decl,
13396 set TREE_ASM_WRITTEN here. Allow void foo(...) followed by
13397 foo(...) { } with only a warning. Say whether a previous
13398 declaration was implicit.
13399 (warn_if_shadowing): Now handles all shadowing, not just
13400 local-over-local. Clarify comments.
13401 (pushdecl): Rewritten. There is no longer a distinction
13402 between global and local symbol values; they're all
13403 IDENTIFIER_SYMBOL_VALUE. Call record_external_decl on all
13404 DECL_EXTERNAL decls, and use any_external_decl to check
13405 against previous externals. Kill #if 0 blocks. Don't
13406 tolerate error_mark_node being NULL.
13407 (pushdecl_top_level): Handle only those cases which
13408 Objective C (the only user) needs.
13409 (pushdecl_function_level): New function.
13410 (implicitly_declare): Create ordinary decls with
13411 C_DECL_IMPLICIT set. Recycle old decls, however they got
13412 created.
13413 (lookup_name): It's always IDENTIFIER_SYMBOL_VALUE. Return 0
13414 for C_DECL_INVISIBLE symbols.
13415 (lookup_name_current_level): Likewise. Use chain_member.
13416 (c_make_fname_decl): Don't muck with DECL_CONTEXT.
13417 Use pushdecl_function_level.
13418 (builtin_function): Use C_DECL_INVISIBLE.
13419 (start_function): Don't muck with IDENTIFIER_IMPLICIT_DECL.
13420 Use C_DECL_ISNT_PROTOTYPE and C_DECL_IMPLICIT.
13421 (store_parm_decls): It's IDENTIFIER_SYMBOL_VALUE now.
13422 (identifier_global_value): Same. Must scan
13423 global_binding_level in extremis.
13424
13425 * c-typeck.c (undeclared_variable): New static function, split
13426 from build_external_ref.
13427 (build_external_ref): Use DECL_CONTEXT, not
13428 IDENTIFIER_LOCAL_VALUE, to decide whether a local hides
13429 an instance variable. Restructure for clarity.
13430 * objc/objc-act.c: Use identifier_global_value, not
13431 IDENTIFIER_GLOBAL_VALUE.
13432
13433 2003-04-08 Jonathan Wakely <redi@gcc.gnu.org>
13434
13435 * doc/extend.texi (Template Instantiation): Refer to ISO standard,
13436 not Working Paper.
13437 * doc/invoke.texi (C++ Dialect Options): Same.
13438
13439 2003-04-10 Zack Weinberg <zack@codesourcery.com>
13440
13441 * tree.c (tree_operand_check_failed): New function.
13442 * tree.h (TREE_OPERAND_CHECK, TREE_OPERAND_CHECK_CODE,
13443 TREE_RTL_OPERAND_CHECK): New checking macros.
13444 (TREE_OPERAND, SAVE_EXPR_CONTEXT, SAVE_EXPR_RTL,
13445 RTL_EXPR_SEQUENCE, RTL_EXPR_RTL, WITH_CLEANUP_EXPR_RTL,
13446 CONSTRUCTOR_ELTS, LABELED_BLOCK_LABEL, LABELED_BLOCK_BODY,
13447 EXIT_BLOCK_RETURN, LOOP_EXPR_BODY, EXPR_WFL_NODE,
13448 EXPR_WFL_FILENAME_NODE, EXPR_WFL_FILENAME, TARGET_EXPR_SLOT,
13449 TARGET_EXPR_INITIAL, TARGET_EXPR_CLEANUP): Use the new
13450 checking macros.
13451
13452 Thu Apr 10 23:52:30 CEST 2003 Jan Hubicka <jh@suse.cz>
13453
13454 PR inline-asm/8803
13455 * function.c (instantate_virtual_regs): Verify that all ASM statements
13456 match after the virutal regs instantiation.
13457
13458 2003-04-10 Steve Ellcey <sje@cup.hp.com>
13459
13460 * ia64-protos.h (addp4_optimize_ok): New.
13461 * ia64.c (addp4_optimize_ok): New.
13462 * ia64.md (*ptr_extend_plus_1): Use addp4_optimize_ok.
13463 (*ptr_extend_plus_2): Ditto.
13464
13465 2003-04-10 Steve Ellcey <sje@cup.hp.com>
13466
13467 * expr.c (expand_assignment): Extend offset_rtx with convert_to_mode
13468 not with convert_memory_address.
13469 (store_constructor): Ditto, and same for copy_size_rtx.
13470 (expand_expr): Ditto.
13471
13472 2003-04-10 Douglas B Rupp <rupp@gnat.com>
13473
13474 * config/i386/i386.c (ix86_ms_bitfield_layout_p): Fix formatting.
13475
13476 2003-04-10 Bob Wilson <bob.wilson@acm.org>
13477
13478 * config/xtensa/lib2funcs.S (__xtensa_sync_caches): Flush data cache
13479 even if it is configured to be write-through.
13480
13481 2003-04-10 Ulrich Weigand <uweigand@de.ibm.com>
13482
13483 * config/s390/s390.c (larl_operand): Do not allow symbols
13484 marked with '@'.
13485 (s390_encode_section_info): Mark symbols with forced 1-byte
13486 alignment with '@'.
13487 (s390_strip_name_encoding): Strip '@'.
13488 (legitimize_pic_address): Handle symbols that are not valid
13489 LARL operands in 64-bit mode.
13490
13491 2003-04-10 Andrew Haley <aph@redhat.com>
13492
13493 * tree-inline.c (inlinable_function_p): Disable inlining for
13494 synchronized methods.
13495
13496 2003-04-09 Steven Bosscher <steven@gcc.gnu.org>
13497
13498 * c-common.h (lang_statement_code_p): Remove declaration.
13499 (statement_code_p): Ditto.
13500 (c_common_stmt_codes): Define; list of c-common statement codes.
13501 (statement_code_p): New extern declaration.
13502 (STATEMENT_CODE_P): Define.
13503 (INIT_STATEMENT_CODES): Define.
13504 * c-common.c (statement_code_p): Kill the function, declare
13505 as an array of bools instead.
13506 (lang_statement_code_p): Remove.
13507 (walk_stmt_tree): Use STATEMENT_CODE_P not statement_code_p.
13508 (c_safe_from_p): Ditto.
13509 * c-objc-common.c (c_objc_common_init): Use INIT_STATEMENT_CODES
13510 to initialize the statement_code_p array.
13511 * tree-inline.c (walk_tree): Use STATEMENT_CODE_P instead of
13512 statement_code_p.
13513 (copy_tree_r): Ditto.
13514 * cp/cp-tree.h (cp_stmt_codes): Define; list of C++ specific
13515 statement tree codes.
13516 * cp/lex.c (cxx_init): Add missing print line break. Use
13517 INIT_STATEMENT_CODES to initialize the statement_code_p array.
13518 * cp/parser.c (cp_parser_statement): Use STATEMENT_CODE_P
13519 instead of statement_code_p.
13520 * cp/pt.c (tsubst_expr): Ditto.
13521 * cp/tree.c (verify_stmt_tree_r): Ditto.
13522 (cp_statement_code_p): Remove.
13523 (init_tree): Don't set lang_statement_code_p, it's gone.
13524
13525 2003-04-09 Dan Nicolaescu <dann@ics.uci.edu>
13526 Zack Weinberg <zack@codesourcery.com>
13527
13528 * regrename.c (struct du_chain): Use a bitfield for reg_class.
13529 * cse.c (struct qty_table_elem, struct table_elt, struct set):
13530 Use bitfields for fields holding enum rtx_code or
13531 enum machine_mode values. Add comments explaining size choices.
13532
13533 2003-04-09 Alexandre Oliva <aoliva@redhat.com>
13534
13535 * config/fp-bit.c (unpack_d): Handle pair of doubles with
13536 different signs correctly.
13537
13538 2003-04-09 Vladimir Makarov <vmakarov@redhat.com>
13539
13540 * sched-deps.c (reg_pending_barrier_mode): New enumeration.
13541 (reg_pending_barrier): Make it of the enumeration type.
13542 (sched_analyze_2): Define the barrier as MOVE_BARRIER or
13543 TRUE_BARRIER.
13544 (sched_analyze): Ditto.
13545 (sched_analyze_insn): Ditto. Use anti-dependencies for
13546 MOVE_BARRIER and true-dependencies as TRUE_BARRIER.
13547 (init_deps_global): Initialize the barrier as NO_BARRIER.
13548
13549 2003-04-09 Vladimir Makarov <vmakarov@redhat.com>
13550
13551 * config/ia64/ia64.c (issue_nops_and_insn): Add new parameter.
13552 Check that asm insn starts on a new cycle. Add nops after asm
13553 insn to end bundle.
13554 (bundling): Move insn type evaluation from the loop. Call
13555 issue_nops_and_insn with the new parameter. Ignore changing
13556 position for nops after asm insn.
13557
13558 2003-04-09 Alexandre Oliva <aoliva@redhat.com>
13559
13560 * optabs.c: Comment that gen_add2_insn and others may actually
13561 return emitted insns, if the gen functions turn out to return
13562 emitted insns.
13563 * reload1.c (reload_cse_move2add): Cope with emitted insns from
13564 gen_add2_insn.
13565
13566 2003-04-09 Richard Henderson <rth@redhat.com>
13567
13568 * config/ia64/ia64.c (move_operand): Allow symbolic_operand,
13569 but not tls_symbolic_operand.
13570 (ia64_expand_load_address): Remove scratch operand.
13571 (ia64_expand_tls_address): Split out from ia64_expand_move.
13572 (ia64_expand_move): Split symbolics only after reload.
13573 (ia64_emit_cond_move): New.
13574 * config/ia64/ia64-protos.h: Update.
13575 * config/ia64/ia64.md (movsi_symbolic, movdi_symbolic): Remove.
13576 (symbolic splitter): Accept SImode operands too.
13577 (cmove splitter): Use ia64_emit_cond_move.
13578
13579 2003-04-09 Nick Clifton <nickc@redhat.com>
13580
13581 * doc/install.texi: Note that ARM toolchains need binutils 2.13 or
13582 newer.
13583 * config/arm/elf.h (SUBTARGET_ASM_FLOAT_SPEC): Pass -mfpu=softfpa
13584 instead of -mno-fpu.
13585 * config/arm/semi.h (ASM_SPEC): Likewise.
13586 * config/arm/xscale-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise,
13587 but only if -msoft-float is specified pass. Otherwise pass
13588 -mfpu=softvfp.
13589
13590 2003-04-09 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
13591
13592 * function.c (purge_addressof): Use free_INSN_LIST_node instead of
13593 free_EXPR_LIST_node.
13594
13595 2003-04-08 Roger Sayle <roger@eyesopen.com>
13596
13597 * fold-const.c (fold): Use "fold" following build in more places.
13598 Optimize sqrt(x)*sqrt(x) as x, pow(x,y)*pow(z,y) as pow(x*z,y),
13599 pow(x,y)*pow(x,z) as pow(x,y+z) and x/pow(y,z) as x*pow(y,-z).
13600
13601 2003-04-08 Roger Sayle <roger@eyesopen.com>
13602
13603 * builtins.c (fold_builtin): Constant fold expressions as x*0.5
13604 instead of x/2.0. Optimize sqrt(pow(x,y)) as pow(x,y*0.5),
13605 log(pow(x,y)) as y*log(x), pow(exp(x),y) as exp(x*y),
13606 pow(sqrt(x),y) as pow(x,y*0.5) and pow(pow(x,y),z) as pow(x,y*z).
13607 Delete function scope "fcode" variable to avoid shadowing.
13608
13609 2003-04-08 Kevin Buettner <kevinb@redhat.com>
13610
13611 * dwarf2out.c (DWARF_ARANGES_HEADER_SIZE, DWARF_ARANGES_PAD_SIZE):
13612 Take into account DWARF_INITIAL_LENGTH_SIZE.
13613
13614 2003-04-08 Hans-Peter Nilsson <hp@axis.com>
13615
13616 * reorg.c (fill_slots_from_thread): When considering changing the
13617 insn following a reg-to-reg copy insn to use the source reg of the
13618 copy, bail out if there's overlap between the registers.
13619
13620 2003-04-08 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
13621
13622 * function.c (postponed_insns): New.
13623 (purge_addressof_1): Postpone processing of insns if addressofs
13624 are not put into stack.
13625 (purge_addressof): Process postponed insns.
13626
13627 2003-04-08 J"orn Rennecke <joern.rennecke@superh.com>
13628
13629 * sh.h (NORMAL_MODE): If interrupt handler and TARGET_FMOVD,
13630 this is FP_MODE_DOUBLE .
13631 * sh.c (ra.h): #include.
13632 (push_regs): Add second parameter. Changed all callers.
13633 If necessary, set fpscr before saving floating point registers.
13634 (calc_live_regs): If interrupt handler and TARGET_FMOVD, always
13635 do saves / restores with SZ == 1.
13636 (sh_expand_prologue): If interrupt handler, don't use gen_toggle_sz.
13637 (sh_expand_epilogue): Likewise. For TARGET_FMOVD, if floating point
13638 registers are being restored, restore FPSCR only after restoring them.
13639
13640 2003-04-08 Aldy Hernandez <aldyh@redhat.com>
13641
13642 * config/rs6000/rs6000.c (rs6000_init_builtins): Set opaque types
13643 regardless of architecture.
13644 (spe_init_builtins): Change V2SI and V2SF types to opaque types.
13645
13646 2003-04-08 J"orn Rennecke <joern.rennecke@superh.com>
13647
13648 * sh.c (push_regs, calc_live_regs): Return int. Take single
13649 HARD_REG_SET * parameter. Changed all callers.
13650
13651 Tue Apr 8 11:12:07 CEST 2003 Jan Hubicka <jh@suse.cz>
13652
13653 * i386.c (legitimate_pic_address_disp_p): Do not accept PLUS in the
13654 GOTOFF operand.
13655 (legitimize_pic_address): Move plus outside the unspec.
13656 * i386.c (legitimate_constant_p): Check (CONST (PLUS (UNSPEC ...
13657 for validity.
13658
13659 2003-04-08 Nathan Sidwell <nathan@codesourcery.com>
13660
13661 * gcov-io.h (gcov_save_position): Remove __inline__ from
13662 declaration.
13663
13664 2003-04-07 Matt Kraai <kraai@alumni.cmu.edu>
13665
13666 * doc/install.texi: Use @command and @samp for single- and
13667 multi-word commands respectively.
13668 * doc/makefile.texi: Likewise.
13669 * doc/sourcebuild.texi: Likewise.
13670
13671 2003-04-07 Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
13672 Richard Henderson <rth@redhat.com>
13673
13674 PR c/9516
13675 * expr.c (safe_from_p): Rearrange to avoid deep recursion in
13676 favor of looping and tail recursion for TREE_LIST and binops.
13677
13678 2003-04-08 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
13679
13680 * loop.h (REGNO_FIRST_LUID, REGNO_LAST_LUID): Provide defaults
13681 for insns without luid.
13682
13683 2003-04-07 Glen Nakamura <glen@imodulo.com>
13684
13685 PR opt/8634
13686 * explow.c (maybe_set_unchanging): Don't flag non-static const
13687 aggregate type initializers with RTX_UNCHANGING_P.
13688
13689 2003-04-07 Richard Henderson <rth@redhat.com>
13690
13691 PR opt/8634
13692 * function.c (purge_addressof_1): Don't try arithmetics for
13693 unchanging memories.
13694
13695 2003-04-07 Janis Johnson <janis187@us.ibm.com>
13696
13697 * doc/sourcebuild.texi (Test Suites): Document testing support for
13698 gcov and profile-directed optimizations; describe gcc.misc-tests.
13699
13700 Mon Apr 7 22:19:59 CEST 2003 Jan Hubicka <jh@suse.cz>
13701
13702 PR target/10077
13703 * i386.md (movsi_1, movsi_nointerunit_1): Fix SSEMOV alternative.
13704
13705 2003-04-07 Eric Botcazou <ebotcazou@libertysurf.fr>
13706
13707 * doc/rtl.texi (Comparison operations): Update to
13708 record the allowed comparison modes.
13709
13710 2003-04-07 Aldy Hernandez <aldyh@redhat.com>
13711
13712 * config/rs6000/rs6000.c (rs6000_common_init_builtins): Rename all
13713 V2SI_type_node to opaque_V2SI_type_node. Rename all
13714 V2SF_type_node to opaque_V2SF_type_node.
13715 (rs6000_init_builtins): Define opaque_V2SI_type_node and
13716 opaque_V2SF_type_node.
13717 (is_ev64_opaque_type): The types opaque_V2SI_type_node and
13718 opaque_V2SF_type_node are opaque types.
13719
13720 2003-04-07 J"orn Rennecke <joern.rennecke@superh.com>
13721
13722 * gcse.c (replace_store_insn): Use single_set.
13723
13724 2003-04-07 Nathan Sidwell <nathan@codesourcery.com>
13725
13726 Change gcov file interface to single file at a time.
13727 * gcov-io.h: Replace IN_LIBGCC1 with IN_LIBGCOV. Use IN_GCOV.
13728 Convert to C89 prototypes.
13729 (gcov_file, gcov_length, gcov_position, gcov_buffer, gcov_alloc,
13730 gcov_error, gcov_modified): New static variables.
13731 (gcov_open, gcov_close, gcov_read_bytes, gcov_write_bytes): New
13732 functions.
13733 (gcov_write_unsigned, gcov_write_counter, gcov_write_string,
13734 gcov_read_unsigned, gcov_read_counter, gcov_read_string): Adjust.
13735 (gcov_read_summary, gcov_write_summary): Adjust.
13736 (gcov_save_position, gcov_reserve_length, gcov_write_length):
13737 Adjust.
13738 (gcov_resync, gcov_skip, gcov_skip_string): Adjust.
13739 (da_file_open, da_file_close, da_file_eof, da_file_error): Remove.
13740 (da_file_position, da_file_seek, da_file_write, da_file_read):
13741 Remove.
13742 (gcov_error, gcov_eof, gcov_ok, gcov_time): New functions.
13743 * gcov.c (gcov_type): Don't typedef here.
13744 (IN_GCOV): #define
13745 (read_graph_file, read_count_file): Adjust.
13746 * gcov-dump.c (gcov_type): Don't typedef here.
13747 (IN_GCOV): #define.
13748 (tag_function, tag_blocks, tag_arcs, tag_lines, tag_arc_counts):
13749 Remove FILE parameter, adjust.
13750 (struct tag_format): Adjust proc member.
13751 (dump_file): Adjust.
13752 * libgcov.c (IN_LIBGCOV): #define.
13753 (gcov_exit): Adjust.
13754 * loop-init.c: Don't #include gcov-io.h
13755 * profile.c (struct counts_entry): New structure to hold counter
13756 values.
13757 (struct section_reference, struct da_index_entry): Remove.
13758 (bbg_file, da_file): Remove.
13759 (htab_counts_index_hash, htab_counts_index_eq,
13760 htab_counts_index_del): Replace with ...
13761 (htab_counts_entry_hash, htab_counts_entry_eq,
13762 htab_counts_entry_del): ... these.
13763 (cleanup_counts_index, index_counts_file): Remove.
13764 (read_counts_file): New function.
13765 (get_exec_counts): Adjust.
13766 (compute_branch_probabilities): Don't free the exec counts here.
13767 (branch_prob): Adjust.
13768 (init_branch_prob): Adjust.
13769 (end_branch_prob): Adjust.
13770
13771 2003-04-07 Aldy Hernandez <aldyh@redhat.com>
13772
13773 * doc/invoke.texi (RS/6000 and PowerPC Options): Document
13774 -mfloat-gprs.
13775
13776 * config/rs6000/rs6000.c: Delete rs6000_fprs.
13777 Declare rs6000_float_gprs.
13778 Declare rs6000_float_gprs_string.
13779 (rs6000_parse_float_gprs_option): New.
13780 (rs6000_override_options): Genericize rs6000_parse_* calls to use
13781 rs6000_parse_yes_no_option.
13782 Change check for cpu=8540, to use TARGET_E500.
13783 (rs6000_parse_isel_option): Delete.
13784 (rs6000_parse_spe_option): Delete.
13785 (rs6000_parse_vrsave_option): Delete.
13786
13787 * config/rs6000/rs6000.h: Rename rs6000_fprs to rs6000_float_gprs.
13788 Define rs6000_float_gprs_string.
13789 (TARGET_OPTIONS): Add rs6000_float_gprs option.
13790
13791 * config/rs6000/eabi.h (TARGET_FPRS): Change to use rs6000_float_gprs.
13792
13793 * config/rs6000/eabispe.h: Set rs6000_float_gprs.
13794
13795 Mon Apr 7 14:36:24 CEST 2003 Jan Hubicka <jh@suse.cz>
13796
13797 PR opt/10024
13798 * cfglayout.c (cfg_layout_redirect_edge):
13799 Redirect any branch edges unified with the fallthru one.
13800 * cfgrtl.c (force_nonfallthru_and_redirect): Do not special
13801 case fallthru edges when called via cfglayout.c
13802
13803 2003-04-07 J"orn Rennecke <joern.rennecke@superh.com>
13804
13805 * c-typeck.c (output_init_element): Check for type == error_mark_node.
13806
13807 2003-04-07 Kazu Hirata <kazu@cs.umass.edu>
13808
13809 * config/h8300/h8300.md (*zero_extendqisi2_h8300hs): Always
13810 split.
13811 (a splitter): Do zero-extension via HImode.
13812
13813 2003-04-07 James A. Morrison <ja2morri@uwaterloo.ca>
13814
13815 * doc/invoke.texi: Eliminate extra white-space caused by
13816 @gccoptlist{ on its own line.
13817 * doc/invoke.texi: Ensured there are two spaces between each option.
13818 * doc/invoke.texi: Re-wrapped option lines that were too wide.
13819 Added @gol to options that didn't have them.
13820
13821 2003-04-07 James A Morrison <ja2morri@student.math.uwaterloo.ca>
13822
13823 * doc/extend.texi (Darwin Pragmas): Fix spelling of Mac OS.
13824
13825 2003-04-06 Zack Weinberg <zack@codesourcery.com>
13826
13827 * tree.c (tree_size): For all 'c' and 'x' nodes, look directly
13828 at the sizes of the relevant structures, rather than relying
13829 on TREE_CODE_LENGTH. Call lang_hooks.tree_size to get the
13830 sizes of any such we don't know about. Use
13831 lang_hooks.identifier_size for IDENTIFIER_NODE.
13832
13833 (initializer_zerop): Use CONSTRUCTOR_ELTS.
13834 * tree.def: Update commentary. Make fourth element of
13835 the definition for all 'c' and 'x' nodes zero.
13836
13837 * langhooks.h: New hook, tree_size / LANG_HOOKS_TREE_SIZE.
13838 * langhooks-def.h: Update to match.
13839 * langhooks.c: New default, lhd_tree_size.
13840
13841 * c-common.def (SRCLOC): Kill.
13842 * c-pretty-print.c (pp_c_postfix_expression [case SRCLOC]):
13843 Remove entirely - was already #if-ed out.
13844
13845
13846 2003-04-06 Zack Weinberg <zack@codesourcery.com>
13847
13848 * mklibgcc.in: Use a here document to avoid running afoul of
13849 shells that generate control-A from "echo \1".
13850
13851 2003-04-06 Aldy Hernandez <aldyh@redhat.com>
13852
13853 * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mspe
13854 option.
13855
13856 * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Set
13857 rs6000_spe.
13858
13859 * config/rs6000/eabi.h (TARGET_E500): Define.
13860
13861 * config/rs6000/rs6000.h (TARGET_E500): Define.
13862 (TARGET_OPTIONS): Add spe= option.
13863 Declare rs6000_spe and rs6000_spe_string extern.
13864
13865 * config/rs6000/rs6000.c (branch_positive_comparison_operator):
13866 Change TARGET_SPE to TARGET_E500.
13867 (ccr_bit): Change TARGET_SPE to TARGET_E500. Check for
13868 !TARGET_FPRS.
13869 (print_operand): Same.
13870 (rs6000_generate_compare): Same.
13871 (output_cbranch): Same.
13872 (rs6000_spe): Declare.
13873 (rs6000_spe_string): Declare.
13874 (rs6000_override_options): Call rs6000_parse_spe_option.
13875 (rs6000_parse_spe_option): New.
13876
13877 2003-04-06 Steven Bosscher <steven@gcc.gnu.org>
13878
13879 * hashtable.c (gcc_obstack_init): Delete this function
13880 and everything related to it.
13881 * hashtable.h: Remove prototype.
13882 * bitmap.c (bitmap_element_allocate): Cleanup redundant
13883 defines. Cleanup some unnecessary whitespace.
13884 * defaults.h (obstack_chunk_alloc): Redefine with
13885 appropriate casts for libiberty obstacks.
13886 (obstack_chunk_free): Ditto.
13887 (OBSTACK_CHUNK_SIZE): Define, default to 0.
13888 (gcc_obstack_init): Define as a call to _obstack_begin.
13889 * tree.c (print_obstack_statistics): Delete this unused
13890 function.
13891 * tree.h (obstack): Don't forward-declare.
13892 (print_obstack_statistics): Delete prototype.
13893 (print_obstack_name): Ditto.
13894 (gcc_obstack_init): Ditto.
13895 * rtl.h (gcc_obstack_init): Ditto.
13896 * java/jv-scan.c (gcc_obstack_init): Delete this
13897 function, its prototype and related defines.
13898 * java/jvgenmain.c (gcc_obstack_init): Delete this
13899 function, and related defines.
13900 * java/parse-scan.y (obstack_chunk_alloc): Don't define.
13901 (obstack_chunk_free): Ditto
13902
13903 2003-04-06 Geoffrey Keating <geoffk@apple.com>
13904
13905 * dbxout.c (dbxout_handle_pch): Move prototype out from
13906 #if defined DBX_DEBUGGING_INFO.
13907
13908 2003-04-05 Nathan Sidwell <nathan@codesourcery.com>
13909
13910 * gcov.c (struct arc_info): Replace local_span with cycle.
13911 (struct block_info): Replace u.span with u.cycle. Add is_call_return.
13912 (solve_flow_graph): Set is_call_return.
13913 (add_line_counts): Adjust. In block mode, blocks attach to last line.
13914 (accumulate_line_counts): Find graph cycles, not spanning tree.
13915 (output_branch_count): Adjust.
13916 (output_lines): Adjust.
13917 * doc/gcov.texi: Update.
13918
13919 2003-04-06 Kazu Hirata <kazu@cs.umass.edu>
13920
13921 * config/h8300/h8300.md (*zero_extendqisi2_h8300hs): Change
13922 the second alternative to "#".
13923
13924 2003-04-05 Kazu Hirata <kazu@cs.umass.edu>
13925
13926 * config/h8300/h8300.c (single_one_operand): Use GET_MODE_MASK.
13927 (single_zero_operand): Likewise.
13928
13929 2003-04-05 Daniel Berlin <dberlin@dberlin.org>
13930
13931 * Makefile.in (df.o): Depend on alloc-pool.h, not obstack.h.
13932 * df.c: Include alloc-pool.h, not obstack.h.
13933 (df_ref_obstack): Remove.
13934 (df_ref_pool, df_link_pool): Add pools.
13935 (df_alloc): Init the new pools.
13936 (df_free): And free them.
13937 (df_link_create): Use the pools.
13938 (df_ref_create): Ditto.
13939
13940 2003-04-05 Kazu Hirata <kazu@cs.umass.edu>
13941
13942 * simplify-rtx.c: Fix formatting.
13943
13944 2003-04-05 Andrew Pinski <apinski@apple.com>
13945
13946 * config/rs6000/rs6000.c (addrs_ok_for_quad_peep): Allow addr2
13947 reg with reg1 == reg2 and offset1 = -8.
13948
13949 2003-04-05 David Edelsohn <edelsohn@gnu.org>
13950
13951 * config/rs6000/rs6000.c (rs6000_rtx_costs): Halve Power4
13952 multiply costs. Correct Power4 divide costs.
13953 * config/rs6000/power4.md: Restore multiply and FP latency.
13954
13955 2003-04-05 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
13956
13957 * alias.c (find_base_term): Export.
13958 * rtl.h (find_base_term): Declare.
13959 * gcse.c (find_moveable_store): Test for flag_non_call_exceptions
13960 instead of flag_exceptions. Move test for parameter passing ...
13961 (store_killed_in_insn): ... here.
13962
13963 2003-04-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13964
13965 PR bootstrap/10267
13966 * doc/install.texi (*-*-solaris2): /bin/ksh is not just recommended
13967 for configuring.
13968
13969 2003-04-04 Geoffrey Keating <geoffk@apple.com>
13970
13971 * dbxout.c (scope_labelno): Add GTY.
13972 (have_used_extensions): Add GTY.
13973 (source_label_number): Add GTY.
13974 (lastfile): Add GTY.
13975 (lastfile_is_base): New.
13976 (base_input_file): New.
13977 (dbxout_handle_pch): New.
13978 (dbx_debug_hooks): Add handle_pch.
13979 (xcoff_debug_hooks): Likewise.
13980 (dbxout_function_end): Remove scope_labelno.
13981 (dbxout_init): Set base_input_file.
13982 (dbxout_handle_pch): New.
13983 (dbxout_source_file): Honour lastfile_is_base.
13984 * dwarfout.c (dwarf_debug_hooks): Add dummy handle_pch.
13985 * sdbout.c (sdb_debug_hooks): Add dummy handle_pch.
13986 * vmsdbgout.c (vmsdbg_debug_hooks): Add dummy handle_pch.
13987 * dwarf2out.c (dwarf2_debug_hooks): Add dummy handle_pch.
13988 * debug.c (do_nothing_debug_hooks): Add dummy handle_pch.
13989 * debug.h (struct gcc_debug_hooks): Add handle_pch.
13990 * c-pch.c (pch_init): Don't call start_source_file, but do call
13991 handle_pch.
13992 (c_common_write_pch): Call handle_pch.
13993 (c_common_read_pch): Don't call start_source_file,
13994 or end_source_file.
13995
13996 Fri Apr 4 17:43:52 2003 Olivier Hainque <hainque@act-europe.fr>
13997
13998 * emit-rtl.c (get_mem_attrs): Adjust alignment tests determining
13999 use of default attributes to agree MEM_ALIGN macro.
14000
14001 Fri Apr 4 17:33:24 2003 Joel Brobecker <brobecker@gnat.com>
14002
14003 * dbxout.c (dbxout_type): When printing type index of range type
14004 whose bounds are printed in octal format, print type of parent type if
14005 it exists so enumerated type descriptions are not transformed
14006 into unsigned types.
14007
14008 2003-04-04 Kazu Hirata <kazu@cs.umass.edu>
14009
14010 * config/h8300/h8300-protos.h: Add a prototype for
14011 compute_a_shift_cc.
14012 * config/h8300/h8300.c (shift_one): Update the CC status.
14013 (shift_two): Likewise.
14014 (output_a_shift_cc): Set cc_inline and cc_special.
14015 (compute_a_shift_cc): New.
14016 * config/h8300/h8300.md (shift insns): Use compute_a_shift_cc.
14017
14018 2003-04-04 Richard Henderson <rth@redhat.com>
14019
14020 * cse.c (fold_rtx): Fix 03-30 change; do check insn non-null.
14021
14022 2003-04-04 Loren James Rittle <ljrittle@acm.org>
14023
14024 * fixinc/inclhack.def (bsd_stdio_attrs_conflict): New.
14025 * fixinc/fixincl.x: Rebuilt.
14026 * fixinc/tests/base/stdio.h: Regenerated.
14027
14028 2003-04-04 Nathan Sidwell <nathan@codesourcery.com>
14029
14030 * gcov.c (accumulate_line_counts): Fix span tree merge bug.
14031
14032 Fri Apr 4 15:58:52 2003 J"orn Rennecke <joern.rennecke@superh.com>
14033
14034 * sh.h (ACTUAL_NORMAL_MODE): New macro, broken out of
14035 (NORMAL_MODE).
14036 * sh.c (fpscr_set_from_mem): Use ACTUAL_NORMAL_MODE.
14037
14038 2003-04-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
14039
14040 * doc/contrib.texi (Contributors): Add entries for Wolfgang
14041 Bangerth, DJ Delorie, Christian Ehrhardt, Christopher Faylor,
14042 Nathanael Nerode, Diego Novillo, Hartmut Penner, Volker Reichelt,
14043 Danny Smith, and Ulrich Weigand.
14044 Update Kriang Lerdsuwanakij and fix a typo in Janis Johnson's
14045 entry.
14046
14047 2003-04-04 Nick Clifton <nickc@redhat.com>
14048
14049 * config/sparc/sol2-bi.h: Revert previous delta.
14050 * config/sparc/sol2-gas-bi.h (AS_SPARC64_FLAG): Prepend -TSO
14051
14052 2003-04-04 Nick Clifton <nickc@redhat.com>
14053
14054 * config/v850/v850.c (expand_prologue): Only use register save
14055 helper functions if long calls are not being used.
14056 Add a clobber of r11 id using long calls.
14057 (pattern_is_ok_for_prologue): Account for the extra clobber.
14058 (construct_save_jarl): Likewise.
14059 * config/v850/v850.md (prolog pattern): Do not use this pattern
14060 for v850e's.
14061
14062 2003-04-04 Andreas Schwab <schwab@suse.de>
14063
14064 * stor-layout.c (layout_decl): Avoid syntax error in last change
14065 when PCC_BITFIELD_TYPE_MATTERS is defined but not
14066 EMPTY_FIELD_BOUNDARY.
14067
14068 2003-04-03 Jason Merrill <jason@redhat.com>
14069
14070 PR c/10175
14071 * jump.c (never_reached_warning): Revert patch of 2002-11-02.
14072 Look backwards for a line note.
14073
14074 2003-04-03 Neil Booth <neil@daikokuya.co.uk>
14075
14076 * fix-header.c (read_scan_file): Defer switch processing.
14077
14078 2003-04-03 Matt Austern <austern@apple.com>
14079
14080 * cpppch.c (reset_ht): Remove.
14081 (cpp_read_state): Remove loop to reset hashtable identifiers.
14082 * ggc-common.c (gt_pch_save): Add call to gt_pch_fixup_stringpool
14083 after pch file is written.
14084 * ggc.h (gt_pch_fixup_stringpool): Declare.
14085 * stringpool.c (ht_copy_and_clear): Define. Callback. Copy
14086 hashnode's value to another hashtable, then clear the original.
14087 (saved_ident_hash): Define.
14088 (gt_pch_save_stringpool): Create saved_ident_hash, use it to
14089 store definitions in ident_hash, and clear ident_hash.
14090 (gt_pch_fixup_stringpool): Define. Restore definitions from
14091 saved_ident_hash to ident_hash, then destroy saved_ident_hash.
14092
14093 Thu Apr 3 22:27:40 CEST 2003 Jan Hubicka <jh@suse.cz>
14094
14095 * cfgrtl.c (update_bb_for_insn): Do not set block for barriers.
14096
14097 2003-04-03 Eric Botcazou <ebotcazou@libertysurf.fr>
14098
14099 PR optimization/10157
14100 * gcse.c (can_copy_p): Rename it to can_copy.
14101 (can_copy_init_p): Remove.
14102 (compute_can_copy): Use can_copy instead of can_copy_p.
14103 (can_copy_p): New exported function. Call compute_can_copy.
14104 (hash_scan_set): Use it.
14105 (gcse_main): Don't call compute_can_copy.
14106 (bypass_jumps): Don't call compute_can_copy.
14107 * rtl.h (can_copy_p): Declare.
14108 * loop.c (scan_loop): Don't move the source and add a reg-to-reg
14109 copy if the mode doesn't support copy operations.
14110
14111 2003-04-03 Jason Merrill <jason@redhat.com>
14112
14113 * Makefile.in (unstrap): Also remove stage_last.
14114
14115 * dwarf2out.c (lookup_filename): Don't check for "<internal>".
14116 (dwarf2out_source_line): Don't do anything if line==0.
14117
14118 * stor-layout.c (do_type_align): New fn, split out from...
14119 (layout_decl): ...here. Do all alignment calculations for
14120 FIELD_DECLs here.
14121 (update_alignment_for_field): Not here.
14122 (start_record_layout, debug_rli): Remove unpadded_align.
14123 * tree.h (struct record_layout_info_s): Remove unpadded_align.
14124 * c-decl.c (finish_enum): Don't set DECL_SIZE, DECL_ALIGN
14125 or DECL_MODE on the CONST_DECLs.
14126 (finish_struct): Don't mess with DECL_ALIGN.
14127
14128 Thu Apr 3 18:57:19 CEST 2003 Jan Hubicka <jh@suse.cz>
14129
14130 * i386.c (print_operand): Do not bypass output_addr_const at flag_pic.
14131
14132 Thu Apr 3 17:08:09 2003 J"orn Rennecke <joern.rennecke@superh.com>
14133
14134 * sh.c (sh_function_ok_for_sibcall): Return 0 if the current
14135 function is an interrupt handler.
14136
14137 * sh.c (sh_expand_epilogue): Avoid clash of temp register for
14138 restoring target registers with EH_RETURN_STACKADJ_RTX; use
14139 multiple registers in round-robin fashion.
14140
14141 2003-04-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14142
14143 * gengtype-lex.l (IWORD): Add CHAR_BITFIELD.
14144 * system.h (CHAR_BITFIELD): New.
14145
14146 2003-04-03 Kazu Hirata <kazu@cs.umass.edu>
14147
14148 * config/h8300/h8300.md (a peephole2): Generalize to accept GT
14149 and LE.
14150 (another peephole2): Likewise.
14151
14152 2003-04-03 Nick Clifton <nickc@redhat.com>
14153
14154 * config/sparc/sol2-bi.h (ASM_CPU64_DEFAULT_SPEC): Add -TSO.
14155 (DEF_ARCH64_SPEC): Likewise.
14156
14157 Thu Apr 3 09:53:40 CEST 2003 Jan Hubicka <jh@suse.cz>
14158
14159 * i386.c (constant_address_p): Use legitimate_constant_p.
14160 (legitimate_address_p): Do not use CONSTANT_ADDRESS_P.
14161
14162 2003-04-02 Kazu Hirata <kazu@cs.umass.edu>
14163
14164 * config/h8300/h8300-protos.h: Add a prototype for
14165 gtle_operator.
14166 * config/h8300/h8300.c (gtle_operator): New.
14167 * config/h8300/h8300.h (PREDICATE_CODES): Add an entry for
14168 gtle_operator.
14169 * config/h8300/h8300.md (a peephole2): Generalize to accept GT
14170 and LE.
14171
14172 2003-04-02 Richard Henderson <rth@redhat.com>
14173
14174 * libgcc-std.ver (_Unwind_GetCFA): New.
14175 * unwind-dw2.c (_Unwind_GetCFA): New.
14176 * unwind-libunwind.c (_Unwind_GetCFA): New.
14177 * unwind-sjlj.c (_Unwind_GetCFA): New.
14178 * unwind.h: Declare it.
14179
14180 Thu Apr 3 00:31:21 CEST 2003 Jan Hubicka <jh@suse.cz>
14181
14182 PR inline-asm/8088
14183 * i386.c (ix86_hard_regno_mode_ok): Return 0 for MMX/SSE registers
14184 when MMX/SSE is not available.
14185
14186 2003-04-02 Mike Stump <mrs@apple.com>
14187
14188 * doc/install.texi (Specific): Update pointers to apple.com.
14189
14190 Thu Apr 3 00:18:49 CEST 2003 Jan Hubicka <jh@suse.cz>
14191
14192 * i386.c (override_options): Disable red zone by default on i386.
14193 (compute_frame_layout, ix86_force_to_memory, ix86_free_from_memory):
14194 Do not test TARGET_64BIT together with TARGET_RED_ZONE
14195
14196 2003-04-02 Kazu Hirata <kazu@cs.umass.edu>
14197
14198 * config/h8300/h8300.md (a peephole2): Tighten the condition.
14199
14200 2003-04-02 Richard Henderson <rth@redhat.com>
14201
14202 * longlong.h (umul_ppmm) [alpha]: Use __builtin_alpha_umulh.
14203
14204 2003-04-02 Kazu Hirata <kazu@cs.umass.edu>
14205
14206 * config/h8300/h8300.md (a peephole2): New.
14207
14208 2003-04-02 Richard Henderson <rth@redhat.com>
14209
14210 * except.c (sjlj_find_directly_reachable_regions): Recognize when
14211 must-not-throw region has been deleted.
14212
14213 2003-04-02 Richard Henderson <rth@redhat.com>
14214
14215 * dwarf2out.c (output_call_frame_info): Ignore fde->nothrow as an
14216 optimization when flag_exceptions not enabled.
14217
14218 2003-04-02 Vladimir Makarov <vmakarov@redhat.com>
14219
14220 * config/rs6000/rs6000.c
14221 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Redefine the
14222 macros.
14223 (rs6000_issue_rate): Add case for 8540.
14224 (rs6000_use_sched_lookahead): New function.
14225
14226 * config/rs6000/8540.md: Rename SIU units into SU ones and MIU
14227 units into MU ones.
14228 (ppc8540_branch, ppc8540_cr_logical): Add one cycle in the
14229 reservation before retirement.
14230 (ppc8540_multiply, ppc8540_load, ppc8540_store,
14231 ppc8540_simple_float, ppc8540_vector_load, ppc8540_vector_store):
14232 Remove additional cycle in the reservation before retirement.
14233 (ppc8540_mfcr, ppc8540_mtcrf, ppc8540_mtjmpr): Add missed
14234 reservation of ppc8540_issue.
14235
14236 2003-04-02 Andreas Schwab <schwab@suse.de>
14237
14238 * real.c (decode_ieee_single): Fix decoding of SNaN bit.
14239
14240 2003-04-01 Richard Henderson <rth@redhat.com>
14241
14242 * except.c (convert_from_eh_region_ranges_1): Smash REG_EH_REGION
14243 notes for nothrow calls if flag_forced_unwind_exceptions.
14244 (build_post_landing_pads): Mind flag_forced_unwind_exceptions.
14245 (sjlj_find_directly_reachable_regions): Likewise.
14246 (reachable_handlers): Likewise.
14247 (can_throw_external): Likewise.
14248 (collect_one_action_chain): Record cleanups after catch-all and
14249 must-not-throw if flag_forced_unwind_exceptions.
14250 * flags.h (flag_forced_unwind_exceptions): Declare.
14251 * toplev.c (flag_forced_unwind_exceptions): New.
14252 (lang_independent_options): Add it.
14253 * doc/invoke.text: Add it.
14254
14255 2003-04-01 David Mosberger <davidm@hpl.hp.com>
14256
14257 * config/ia64/crti.asm: Clean up trailing whitespace.
14258 Remove trailing hashes (#) from identifiers.
14259
14260 * config/ia64/crtn.asm: Ditto.
14261
14262 * config/ia64/crtend.asm: Remove trailing hashes (#) from
14263 identifiers.
14264 (__do_global_ctors_aux): Align to 32-byte boundary. Add unwind
14265 directives. Drop explicit bundling---it just makes the code
14266 harder to read. Don't save/restore gp needlessly.
14267
14268 * config/ia64/crtbegin.asm: Remove trailing hashes (#) from
14269 identifiers (they're only needed if the identifier would clash
14270 with a register name otherwise).
14271 (__do_global_dtors_aux): Align to 32-byte boundary. Add unwind
14272 directives. Drop explicit bundling---it just makes the code
14273 harder to read.
14274 (__do_jv_register_classes): Ditto.
14275 (.fini_array): Remove "progbits" (newer
14276 assemblers don't like wrong section-types).
14277 (.init_array): Ditto.
14278
14279 2003-04-01 Roger Sayle <roger@eyesopen.com>
14280
14281 PR fortran/9974
14282 * gcse.c (reg_killed_on_edge): New function to test whether the
14283 given reg is overwritten by any instruction queued on an edge.
14284 (bypass_block): Ignore substitutions killed on incoming edges.
14285 Don't bypass outgoing edges that have queued instructions.
14286
14287 2003-04-01 Alexandre Oliva <aoliva@redhat.com>
14288
14289 * real.h (EXP_BITS): Make room for...
14290 (struct real_value): ... added canonical bit.
14291 (struct real_format): Added pnan.
14292 (mips_single_format, mips_double_format, mips_extended_format,
14293 mips_quad_format): New.
14294 * real.c: Copy p to pnan in all formats.
14295 (get_canonical_qnan, get_canonical_snan): Set canonical bit.
14296 (real_nan): Use pnan to compute significand's shift.
14297 (real_identical): Disregard significand in canonical
14298 NaNs.
14299 (real_hash): Likewise. Take signalling into account.
14300 (encode_ieee_single, encode_ieee_double, encode_ieee_quad):
14301 Disregard significand bits in canonical NaNs. Set all bits of
14302 canonical NaN if !qnan_msb_set.
14303 (encode_ibm_extended, decode_ibm_extended): Likewise. Use
14304 qnan_msb_set to tell the base double format.
14305 (ibm_extended_format): Use 53 as pnan.
14306 (mips_single_format, mips_double_format, mips_extended_format,
14307 mips_quad_format): Copied from the corresponding ieee/ibm
14308 formats, with qnan_msb_set false.
14309 * config/mips/iris6.h (MIPS_TFMODE_FORMAT): Use mips_extended_format.
14310 * config/mips/linux64.h (MIPS_TFMODE_FORMAT): Use mips_quad_format.
14311 * config/mips/mips.c (override_options): Use mips_single_format
14312 and mips_double_format. Default TFmode to mips_quad_format.
14313 * config/mips/t-linux64 (tp-bit.c): Define QUIET_NAN_NEGATED.
14314 * config/mips/t-irix6: Likewise.
14315 * config/mips/t-mips (fp-bit.c, dp-bit.c): Likewise.
14316 * config/fp-bit.c (pack_d, unpack_d): Obey it.
14317
14318 2003-04-01 Geoffrey Keating <geoffk@apple.com>
14319
14320 * unwind-dw2-fde-darwin.c (DESTRUCTOR_MAY_BE_CALLED_LIVE): New.
14321 (live_image_destructor): Reset image to initial state.
14322 (examine_objects): Set DESTRUCTOR_MAY_BE_CALLED_LIVE.
14323
14324 2003-04-01 Eric Botcazou <ebotcazou@libertysurf.fr>
14325
14326 * config/sparc/sparc.c (input_operand): Accept bare
14327 CONSTANT_P_RTX operands.
14328
14329 2003-04-01 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
14330
14331 * gcse.c (struct ls_expr): Added pattern_regs field.
14332 (ldst_entry): Initialize it.
14333 (extract_mentioned_regs, extract_mentioned_regs_helper): New.
14334 (store_ops_ok): Use regs precomputed by them.
14335 (find_loads, store_killed_in_insn, load_kills_store): Change return
14336 type to bool.
14337 (store_killed_before, store_killed_after): Take position of register
14338 set in account.
14339 (reg_set_info): Store position of the setter.
14340 (gcse_main): Enable store motion.
14341 (mems_conflict_for_gcse_p): Enable load motion of non-symbol mems.
14342 (pre_insert_copy_insn, update_ld_motion_stores, insert_store): Prevent rtl
14343 sharing.
14344 (simple_mem): Enable store motion of non-symbol mems.
14345 (regvec): Type changed.
14346 (LAST_AVAIL_CHECK_FAILURE): New.
14347 (compute_store_table_current_insn): New.
14348 (build_store_vectors): Computation of availability and anticipatability
14349 moved ...
14350 (compute_store_table, find_moveable_store): ... here.
14351 (delete_store): Remove senseless comment.
14352 (store_motion): Reorganize.
14353
14354 2003-04-01 Kevin Buettner <kevinb@redhat.com>
14355
14356 * config/mips/mips.c (override_options): Provide mappings for
14357 HI_REGNUM and LO_REGNUM.
14358 * config/mips/mips.h (MD_DBX_FIRST): Define.
14359
14360 2003-04-01 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14361
14362 * combine.c (merge_outer_ops): Fix typo.
14363
14364 * varasm.c (make_decl_one_only): Revert 2003-03-09 patch.
14365
14366 2003-04-01 David Edelsohn <edelsohn@gnu.org>
14367
14368 * config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
14369 power4.md,rios1.md,rios2.md,rs64.md}: Change mult_compare to
14370 imul_compare. Add lmul_compare.
14371 * config/rs6000/power4.md: Bump some latencies. Model extra cycle
14372 in second pair of dispatch slots. Model stores more accurately.
14373 Tweak multiply model. Add bypasses for CR instructions dependent
14374 on complicated compares.
14375 * config/rs6000/rs6000.md (mulsi3): Name imul_compare patterns.
14376 (muldi3): Add lmul_compare patterns.
14377 * config/rs6000/rs6000.c (rs6000_variable_issue): Move FPLOAD_UX
14378 and FPSTORE_UX to split instructions and add COMPARE,
14379 DELAYED_COMPARE, IMUL_COMPARE, LMUL_COMPARE, IDIV, LDIV.
14380 (rs6000_adjust_cost): Add IMUL_COMPARE and LMUL_COMPARE.
14381 (rs6000_rtx_costs): Separate POWER4 multiply case.
14382
14383 2003-04-01 Ulrich Weigand <uweigand@de.ibm.com>
14384
14385 * config/s390/s390.c (s390_fixup_clobbered_return_reg):
14386 Do nothing if __builtin_return_address was not used.
14387
14388 Tue Apr 1 18:18:23 CEST 2003 Jan Hubicka <jh@suse.cz>
14389
14390 * i386.md (test patterns): Allow memory operand in operand1.
14391
14392 2003-02-31 Aldy Hernandez <aldyh@redhat.com>
14393
14394 * testsuite/gcc.c-torture/execute/simd-3.c: New.
14395
14396 * expr.c (expand_expr): Handle VECTOR_CST.
14397 (const_vector_from_tree): New.
14398
14399 * varasm.c (output_constant): Handle VECTOR_CST.
14400
14401 * c-typeck.c (digest_init): Build a vector constant from a
14402 VECTOR_TYPE.
14403
14404 * config/rs6000/rs6000.c: Remove prototype for
14405 easy_vector_constant.
14406 (easy_vector_constant): Add mode parameter. Rewrite to handle
14407 more easy constants.
14408 (rs6000_emit_move): Pass mode to easy_vector_constant.
14409 Call emit_easy_vector_insn for SPE V2SI vector constant moves.
14410 (emit_easy_vector_insn): New.
14411 (easy_vector_same): New.
14412 (EASY_VECTOR_15): New macro.
14413 (EASY_VECTOR_15_ADD_SELF): New macro.
14414 (bdesc_2arg): Rename to xorv2si3.
14415 (easy_vector_constant_add_self): New.
14416 (input_operand): Allow vector constants.
14417
14418 * config/rs6000/rs6000.h (PREDICATE_CODES): Add
14419 easy_vector_constant, easy_vector_constant_add_self.
14420 (EXTRA_CONSTRAINT): Add 'W'.
14421
14422 * config/rs6000/rs6000-protos.h: Add prototype for
14423 easy_vector_constant, emit_easy_vector_insn.
14424
14425 * config/rs6000/altivec.md (xorv8hi3): New.
14426 (xorv16qi3): New.
14427 Remove all _const0 patterns.
14428 (movv4si_internal): Rewrite to use code. Add vector constant to
14429 vector alternative. Add splitter.
14430 (movv8hi_internal): Same.
14431 (movv16qi_internal): Same.
14432 (movv4sf_internal): Same.
14433 Change the unspecs for vspltis* to use constants.
14434
14435 * config/rs6000/spe.md ("xorv4hi3"): New.
14436 ("spe_evxor"): Rename to xorv2si3.
14437 ("xorv1di3"): New.
14438 Remove all _const0 patterns.
14439 (movv2si_internal): Rewrite to use code. Add vector constant to
14440 alternatives. Add splitter.
14441 (movv4hi_internal): Add vector constant to alternatives.
14442 (movv1di_internal): Same.
14443 (movv2sf_internal): Same.
14444
14445 2003-03-31 Mark Mitchell <mark@codesourcery.com>
14446
14447 PR c/9936
14448 * c-decl.c (grokdeclarator): Clear SAVE_EXPR_CONTEXT for
14449 variably-sized arrays in parameters.
14450 (set_save_expr_context): New function.
14451 (c_expand_body): Use it, via walk_tree.
14452
14453 2003-03-31 Eric Christopher <echristo@redhat.com>
14454
14455 * combine.c (can_combine_p): Allow ZERO_EXTRACT and STRICT_LOW_PART.
14456 (combinable_i3pat): Remove call to expand_field_assignment and
14457 #if 0'd code.
14458
14459 2003-03-31 Mark Mitchell <mark@codesourcery.com>
14460
14461 PR c++/10278
14462 * c-common.c (finish_label_address_expr): Handle the
14463 error_mark_node.
14464
14465 2003-03-31 Richard Henderson <rth@redhat.com>
14466
14467 * real.c (real_identical): Reorg so as to not compare
14468 signalling for normals.
14469
14470 2003-03-31 Stephane Carrez <stcarrez@nerim.fr>
14471
14472 * config/m68hc11/m68hc11.c (hard_reg_operand): Check the mode.
14473
14474 2003-03-31 Stephane Carrez <stcarrez@nerim.fr>
14475
14476 * config/m68hc11/m68hc11.c (m68hc11_gen_movhi): Don't rely on REG_WAS_0
14477 notes as they are boggus.
14478 (m68hc11_gen_movqi): Likewise.
14479
14480 2003-03-31 Stephane Carrez <stcarrez@nerim.fr>
14481
14482 * config/m68hc11/m68hc11.c (expand_prologue): For an interrupt handler
14483 save the soft registers after the frame pointer so that gdb can unwind
14484 the frame more easily.
14485 (expand_epilogue): Likewise in opposite order; allow to use X register
14486 as scratch if the return value is by reference.
14487
14488 2003-03-31 Jason Merrill <jason@redhat.com>
14489
14490 PR java/10145
14491 * stor-layout.c (update_alignment_for_field): Respect
14492 DECL_USER_ALIGN for zero-length bitfields, too.
14493 * c-decl.c (finish_struct): Don't set DECL_ALIGN for normal
14494 fields.
14495
14496 2003-03-31 Matt Austern <austern@apple.com>
14497
14498 * cpppch.c (struct cpp_savedstate): Add defs and n_defs members.
14499 (count_defs): Keep track of number of defs as well as total size.
14500 (write_defs): Put every definition in cpp_savedstate's defs array.
14501 (comp_hashnode): Define. Comparison function for qsort.
14502 (cpp_write_pch_deps): Sort definitions before writing them.
14503 (struct ht_node_list): Define. Like cpp_savedstate but simpler.
14504 (collect_ht_nodes): Define.
14505 (cpp_valid_state): When verifying that undefined identifiers in
14506 the pch file are still undefined, read a sorted list of undefined
14507 identifiers, collect all defined identifiers into a sorted list,
14508 and walk through both lists to make sure there's no match.
14509
14510 2003-03-31 Kazu Hirata <kazu@cs.umass.edu>
14511
14512 * config/h8300/h8300.md (a peephole2): New.
14513
14514 2003-03-31 Michael Matz <matz@suse.de>
14515
14516 * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Change 1 into 0.
14517
14518 2003-03-31 Segher Boessenkool <segher@koffie.nl>
14519
14520 PR target/10177
14521 * config/rs6000/rs6000.h (HARD_REGNO_RENAME_OK): New.
14522 * config/rs6000/rs6000.c (compute_vrsave_mask): Don't mark
14523 all call-clobbered registers as used.
14524
14525 2003-03-31 Michael Matz <matz@suse.de>
14526
14527 * cppexp.c (cpp_classify_number): Accept '.' after "0x".
14528 * testsuite/gcc.dg/cpp/c99-hexfloat-3.c: New file.
14529
14530 2003-03-31 Nathan Sidwell <nathan@codesourcery.com>
14531
14532 * gcov.c: Add -a & -u options.
14533 (struct arc_info): Add local_span, is_call_non_return,
14534 is_nonlocal_return, is_unconditional flags, remove is_call flag.
14535 (struct block_info): Add flags, is_call_site, is_nonlocal_return
14536 members. Make encodings a union with span member.
14537 (struct function_info): Add blocks_executed, line, src, line_next
14538 members.
14539 (struct coverage_info): Make branches a union with blocks member.
14540 (struct source_info): Add functions member.
14541 (object_summary, program_count): New global variables.
14542 (flag_all_blocks, flag_unconditional): New flags.
14543 (find_source, output_branch_count): New functions.
14544 (print_usage): Adjust.
14545 (options): Adjust.
14546 (process_args): Adjust.
14547 (read_graph_file) <GCOV_TAG_FUNCTION>: Adjust.
14548 <GCOV_TAG_BLOCKS>: Read flags.
14549 <GCOV_TAG_LINES>: Adjust.
14550 (read_count_file): Process SUMMARY tags.
14551 (solve_flow_graph): Set is_unconditional and clear is_call_site
14552 appropriately.
14553 (add_branch_counts): Adjust. Don't count unconditional branches.
14554 (add_line_counts): Deal with all-blocks mode, accumulate block
14555 coverage.
14556 (accumulate_line_counts): Adjust, generate local spanning tree for
14557 all-blocks mode.
14558 (output_lines): Adjust.
14559 * profile.c (branch_prob): Alter GCOV_FUNCTION_TAG record.
14560 * doc/gcov.texi: Document.
14561
14562 2003-03-31 Kazu Hirata <kazu@cs.umass.edu>
14563
14564 * config/h8300/h8300.md: Organize peephole2's that transform
14565 (compare (reg:HI) (const_int)).
14566
14567 2003-03-31 Roger Sayle <roger@eyesopen.com>
14568
14569 * emit-rtl.c (dconstm2, dconsthalf): New real constants.
14570 (init_emit_once): Initialize dconstm2 and dconsthalf here.
14571 * real.h (dconstm2, dconsthalf): Add prototypes here.
14572 * real.c (real_sqrt): Use dconsthalf rather than local copy.
14573 * builtins.c (fold_builtin): When optimizing sqrt(exp(x)) as
14574 exp(x/2.0) remember to fold the division if possible.
14575 Fold sin(0.0) as 0.0, cos(0.0) as 1.0, pow(x,1.0) as x,
14576 pow(x,-1.0) as 1.0/x, pow(x,2.0) as x*x, pow(x,-2.0) as
14577 1.0/(x*x) and pow(x,0.5) as sqrt(x).
14578
14579 2003-03-31 Kazu Hirata <kazu@cs.umass.edu>
14580
14581 * config/h8300/h8300.md (a new peephole2): New.
14582
14583 2003-03-31 Richard Sandiford <rsandifo@redhat.com>
14584
14585 * gcse.c (simple_mem): Return false for floating-point accesses
14586 if flag_float_store is true.
14587
14588 2003-03-30 Roger Sayle <roger@eyesopen.com>
14589
14590 * gcse.c (gcse_constant_p): New function to identify constants
14591 suitable for constant propagation, including COMPARE with two
14592 integer constant arguments.
14593 (hash_scan_set): Use gcse_constant_p.
14594 (find_avail_set): Likewise.
14595 (cprop_insn): Likewise.
14596 (do_local_cprop): Likewise.
14597 (find_implicit_sets): Likewise.
14598 (find_bypass_set): Likewise.
14599
14600 2003-03-30 Matt Kraai <kraai@alumni.cmu.edu>
14601
14602 * except.h: Remove definition of varray_type.
14603
14604 2003-03-30 Richard Henderson <rth@redhat.com>
14605
14606 PR opt/10011, opt/10252:
14607 * toplev.c (rest_of_compilation): Run purge_builtin_constant_p
14608 before post-gcse cse pass.
14609
14610 2003-03-30 Roger Sayle <roger@eyesopen.com>
14611
14612 * dojump.c (do_jump): Copy SUBREGs into a pseudo for comparison.
14613
14614 2003-03-30 DJ Delorie <dj@redhat.com>
14615
14616 * profile.c (instrument_edges): Make sure any newly created
14617 jump insns have correct jump label info.
14618
14619 2003-03-30 Richard Henderson <rth@redhat.com>
14620
14621 * cfgbuild.c (make_edges): Use tablejump_p.
14622 * cfgcleanup.c (label_is_jump_target_p): Likewise.
14623 * cfglayout.c (cfg_layout_can_duplicate_bb_p): Likewise.
14624 * cfgrtl.c (flow_delete_block_noexpunge): Likewise.
14625 (try_redirect_by_replacing_jump): Likewise.
14626 (redirect_edge_and_branch): Likewise.
14627 * cse.c (fold_rtx): Likewise.
14628 * jump.c (delete_related_insns): Likewise.
14629 * rtlanal.c (get_jump_table_offset): Likewise.
14630 * ssa-ccp.c (ssa_ccp_df_delete_unreachable_insns): Likewise.
14631
14632 2003-03-30 Gabriel Dos Reis <gdr@integrable-solutions.net>
14633
14634 * Makefile.in (STRICT_WARN): Don't warn for ISO C constructs.
14635 (STRICT2_WARN): Likewise.
14636
14637 2003-03-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14638
14639 PR other/6955
14640 * collect2.c (collect_wait): Use WCOREDUMP and fix output message.
14641 * system.h (WCOREDUMP, WCOREFLG): Define if necessary.
14642
14643 2003-03-30 Richard Henderson <rth@redhat.com>
14644
14645 PR c/10083
14646 * config/alpha/alpha.md (umuldi3_highpart): Change to expander;
14647 don't zero_extend const inputs.
14648
14649 2003-03-30 Kazu Hirata <kazu@cs.umass.edu>
14650
14651 * reload1.c (reload_cse_move2add): Fix a comment typo.
14652
14653 2003-03-30 Kazu Hirata <kazu@cs.umass.edu>
14654
14655 * config/h8300/h8300.md (a peephole2): Remove useless code.
14656
14657 2003-03-29 Kazu Hirata <kazu@cs.umass.edu>
14658
14659 * config/h8300/h8300.md (*iorsi3_and_ashift): New.
14660 (*iorsi3_and_lshiftrt): Likewise.
14661 (*iorsi3_zero_extract): Likewise.
14662
14663 2003-03-29 Kazu Hirata <kazu@cs.umass.edu>
14664
14665 * config/h8300/h8300.md (*insv_si_8_8): New.
14666 (*insv_si_8_8_lshiftrt_8): Likewise.
14667 (a peephole2): Likewise.
14668
14669 2003-03-29 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
14670
14671 * doc/contrib.texi: Add Eric Botcazou and Roger Sayle.
14672 Uniformly use bugfix instead of bug fix.
14673
14674 2003-03-29 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
14675
14676 PR doc/895
14677 * ONEWS: Remove those items that already appear in the EGCS
14678 release notes on our web pages.
14679
14680 2003-03-29 Alan Modra <amodra@bigpond.net.au>
14681
14682 * config/rs6000/rs6000.h (FUNCTION_VALUE_REGNO_P): Respect
14683 TARGET_HARD_FLOAT. Reformat.
14684 (FUNCTION_ARG_REGNO_P): Likewise, and remove unneeded casts.
14685
14686 2003-03-28 Albert Chin-A-Young <china@thewrittenword.com>
14687
14688 * gcc/fixinc/inclhack.def: Update solaris_mutex_init_1 to
14689 work on Solaris 2.5.1.
14690
14691 2003-03-28 Kazu Hirata <kazu@cs.umass.edu>
14692
14693 * config/h8300/h8300.md (*addsi3_and_r_1): Put under plus:SI
14694 section of h8300.md
14695 (*addsi3_and_nor_r_1): Likewise.
14696
14697 2003-03-29 Ulrich Weigand <uweigand@de.ibm.com>
14698
14699 * config/s390/s390.c (s390_emit_prologoue): Make sure backchain is
14700 set up before any trapping memory access if flag_non_call_exceptions.
14701
14702 2003-03-29 Alan Modra <amodra@bigpond.net.au>
14703
14704 * reload1.c (reload_as_needed): Allow a USE in asm reloads.
14705
14706 * loop.c: (find_mem_in_note_1, find_mem_in_note): Comment.
14707
14708 2003-03-28 Nathanael Nerode <neroden@gcc.gnu.org>
14709
14710 * configure.in: Clarify comments.
14711 * configure: Regenerate.
14712
14713 2003-03-28 Ulrich Weigand <uweigand@de.ibm.com>
14714
14715 * config/s390/s390.md ("literal_pool_31"): Output pool anchor
14716 label even if pool empty when generating PIC.
14717 ("literal_pool_31", "literal_pool_64"): Coding style cleanup.
14718
14719 2003-03-28 Kazu Hirata <kazu@cs.umass.edu>,
14720 Dhananjay Deshpande <dhananjayd@kpit.com>
14721
14722 PR target/10205
14723 * config/h8300/h8300.c (h8300_initial_elimination_offset):
14724 Correct the offset computation when TARGET_NORMAL.
14725
14726 2003-03-28 Eric Botcazou <ebotcazou@libertysurf.fr>
14727
14728 PR target/10067
14729 * config/sparc/sparc.md (jump pattern): Correct order
14730 when issuing the annuling marker.
14731
14732 2003-03-28 Eric Botcazou <ebotcazou@libertysurf.fr>
14733
14734 PR c/8281
14735 * config/sparc/sparc.md (movdi_insn_sp32_v9): Remove 'f-f' alternative.
14736 (movdi reg/reg split): Match only on sparc32, and v9 when int regs.
14737
14738 2003-03-28 Alan Modra <amodra@bigpond.net.au>
14739
14740 * config/alpha/elf.h (ASM_OUTPUT_ALIGNED_BSS): Remove unnecessary
14741 globalize_label.
14742 * config/arm/unknown-elf.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
14743 * config/i960/i960.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
14744 * config/m32r/m32r.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
14745 * config/mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
14746 * config/mips/linux.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
14747 * config/sparc/sparc.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
14748 * config/v850/v850.c (v850_output_aligned_bss): Likewise.
14749
14750 2003-03-28 Alan Modra <amodra@bigpond.net.au>
14751
14752 * loop.c: (find_mem_in_note_1, find_mem_in_note): New functions.
14753 (replace_loop_mems): Add "written" param. Remove invalid REG_EQUAL
14754 notes after hoisting.
14755 (load_mems): Adjust replace_loop_mems call.
14756
14757 2003-03-28 Eric Botcazou <ebotcazou@libertysurf.fr>
14758 Richard Henderson <rth@redhat.com>
14759
14760 PR target/10114 and PR target/10084
14761 * dwarf2out.c (mem_loc_descriptor): Handle LO_SUM.
14762
14763 2003-03-27 Richard Henderson <rth@redhat.com>
14764
14765 * config/alpha/alpha.md (adddi_er_high_l): Valid only after reload.
14766
14767 2003-03-27 Roger Sayle <roger@eyesopen.com>
14768
14769 * fold-const.c (fold_inf_compare): New function to simplify FP
14770 comparisons against +Infinity or -Infinity.
14771 (fold): Optimize floating point comparisons against Infs and NaNs.
14772
14773 2003-03-27 Janis Johnson <janis187@us.ibm.com>
14774
14775 * libgcov.c: Provide only dummy functions if libc is not available.
14776
14777 2003-03-27 Richard Henderson <rth@redhat.com>
14778
14779 * real.h (struct real_value): Add signalling.
14780 (EXP_BITS): Decrement.
14781 * real.c (get_canonical_qnan): Don't set MSB-1.
14782 (get_canonical_snan): Likewise. Set signalling.
14783 (real_identical): Compare signalling.
14784 (round_for_format): Remove force-one-bit on code.
14785 (real_nan): Likewise. Set signalling.
14786 (encode_ieee_single): Add force-one-bit code; honor signalling.
14787 (encode_ieee_double, encode_ieee_extended, encode_ieee_quad): Likewise.
14788 (decode_ieee_single): Set signalling.
14789 (decode_ieee_double, decode_ieee_extended, decode_ieee_quad): Likewise.
14790
14791 2003-03-27 Olivier Hainque <hainque@act-europe.fr>
14792
14793 PR ada/9953
14794 * ada/Makefile.in (gnatlib configuration for HPUX): Split
14795 the general section for HPUX into specific sections for
14796 HPUX 10 and HPUX 11. Fix the setting of TGT_LIB in the HPUX
14797 11 case.
14798
14799 2003-03-27 Glen Nakamura <glen@imodulo.com>
14800
14801 PR opt/10087
14802 * loop.c (loop_givs_reduce): Skip bivs with duplicate locations
14803 while incrementing giv.
14804 (record_biv): Check for duplicate biv locations and
14805 set (struct induction *) v->same if found.
14806
14807 2003-03-27 David Mosberger <davidm@hpl.hp.com>
14808
14809 * unwind-libunwind.c (uw_frame_state_for): Adjust for libunwind
14810 v0.9 API change: replace read of UNW_REG_HANDLER with
14811 unw_get_proc_info().
14812 (_Unwind_GetLanguageSpecificData): Replace read of UNW_REG_LSDA
14813 with unw_get_proc_info().
14814 (_Unwind_GetRegionStart): Replace UNW_REG_PROC_START with
14815 unw_get_proc_info().
14816
14817 2003-03-27 Vladimir Makarov <vmakarov@redhat.com>
14818
14819 * config/rs6000/8540.md: Use presence_set instead of absence_set.
14820
14821 2003-03-26 Richard Henderson <rth@redhat.com>
14822
14823 * c-decl.c (finish_function): Always defer if DECL_DECLARED_INLINE_P.
14824
14825 2003-03-26 Roger Sayle <roger@eyesopen.com>
14826
14827 PR bootstrap/10051, PR bootstrap/10169.
14828 * mips-tfile.c (init_file): Don't provide a static initializer.
14829 (initialize_init_file): Initialize the contents of init_file.
14830 (add_file): Call initialize_init_file if not already initialized.
14831
14832 2003-03-26 Ulrich Weigand <uweigand@de.ibm.com>
14833
14834 * config/s390/s390.c (s390_optimize_prolog): Do not save/restore
14835 registers used for global asm variables.
14836 (s390_frame_info, s390_arg_frame_offset): Likewise.
14837 (s390_emit_prologue, s390_emit_epilogue): Likewise.
14838
14839 2003-03-26 Vladimir Makarov <vmakarov@redhat.com>
14840
14841 * config/rs6000/8540.md: New file.
14842
14843 * config/rs6000/{40x.md, 603.md, 6xx.md, 7450.md, 7xx.md, mpc.md,
14844 power4.md, rios1.md, rios2.md, rs64.md}: Add mult_compare to
14845 reservations for imul.
14846
14847 * config/rs6000/rs6000.md: Include 8540.md. Change
14848 delayed_compare onto mult_compare for insns generating
14849 multiplication.
14850 (mult_compare, fpsimple, brinc, vecdiv, veccmpsimple, vecfdiv):
14851 New type attribute values.
14852
14853 * config/rs6000/spe.md (*negsf2_gp, *abssf2_gpr): Use type
14854 fpsimple instead of fp.
14855 (*divsf3_gpr): Use type vecfdiv instead of fp.
14856 (spe_evfsabs, spe_evfsnabs, spe_evfsneg): Use type vecsimple
14857 instead of vecfloat.
14858 (spe_evfsdive): Use type vecfdiv instead of vecfloat.
14859 (spe_brinc): Use type brinc instead of veccomplex.
14860 (spe_evaddw, spe_evaddiw): Use type vecsimple instead of
14861 veccomplex.
14862 (spe_evdivws, spe_evdivwu): Use type vecdiv instead of veccomplex.
14863 (*movv2si_internal, *movv1di_internal, *movv4hi_internal,
14864 *movv2sf_internal): Define type attribute values for all
14865 alternatives.
14866 (cmpsfeq_gpr, cmpsfgt_gpr, cmpsflt_gpr): Use type veccmp instead
14867 of fpcompare.
14868 (tstsfeq_gpr, tstsfgt_gpr, tstsflt_gpr): Use type veccmpsimple
14869 instead of fpcompare.
14870
14871 2003-03-26 David Edelsohn <edelsohn@gnu.org>
14872
14873 * config/rs6000/power4.md: Allow delay between dispatch and
14874 function units for simple instructions. Correct store units.
14875 Allow branch to occupy as many dispatch slots as necessary.
14876
14877 2003-03-26 Jakub Jelinek <jakub@redhat.com>
14878
14879 * config/ia64/ia64.c (ia64_expand_op_and_fetch): Fix comment.
14880 (ia64_expand_compare_and_swap): Use always DImode ar.ccv,
14881 zero extend old to it.
14882 * config/ia64/ia64.md (cmpxchg_acq_si): Remove mode from ccv
14883 operand.
14884
14885 2003-03-26 Eric Botcazou <ebotcazou@libertysurf.fr>
14886
14887 PR target/7784
14888 * reload.c (find_reloads_address): Handle
14889 (PLUS (PLUS (REG) (REG)) (CONST_INT)) form for
14890 all base registers.
14891
14892 2003-03-25 Marcelo Abreu <mmabreu@inf.ufrgs.br>
14893
14894 PR other/10203
14895 * version.c: Reference the GCC web site in the URL.
14896
14897 2003-03-26 Alan Modra <amodra@bigpond.net.au>
14898
14899 * c-incpath.c (add_standard_paths): Add both "translated" and
14900 non-translated header paths.
14901
14902 2003-03-25 Loren James Rittle <ljrittle@acm.org>
14903
14904 * doc/install.texi (*-*-freebsd*): Update with known status.
14905
14906 2003-03-21 Jason Merrill <jason@redhat.com>
14907
14908 PR optimization/10171
14909 * unroll.c (unroll_loop): Don't delete the jump at the end unless
14910 we also delete a jump at the beginning.
14911
14912 2003-03-25 Stephane Carrez <stcarrez@nerim.fr>
14913
14914 * doc/contrib.texi (Contributors): Mention self as 68HC11/68HC12
14915 contributor.
14916
14917 Tue Mar 25 20:35:51 CET 2003 Jan Hubicka <jh@suse.cz>
14918
14919 * i386.c (ix86_rtx_costs): For -fpic and x86-64 local symbolic
14920 constants are not expensive.
14921
14922 Mon Mar 24 20:03:03 CET 2003 Jan Hubicka <jh@suse.cz>
14923
14924 PR opt/10056
14925 * cfglayout.c (fixup_reorder_chain): Fix dealing with the conditional
14926 jump jumping to the next instruction.
14927 * cfgrtl.c (force_nonfallthru_and_redirect): Likewise.
14928
14929 2003-03-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
14930
14931 * doc/passes.texi (Passes): Properly document that we do not
14932 perform jump2 any longer; remove command-line option -dJ.
14933
14934 2003-03-25 Eric Botcazou <ebotcazou@libertysurf.fr>
14935
14936 PR optimization/8746
14937 * config/i386/i386.md (and promoting splitters): Disable HImode to
14938 SImode promoting when the sign bit matters and is not preserved, or
14939 when TARGET_FAST_PREFIX is true. Disable promoting when optimizing
14940 for size.
14941
14942 2003-03-24 Kazu Hirata <kazu@cs.umass.edu>
14943
14944 * config/h8300/h8300.md (a peephole2): Extend to support loads
14945 in QImode and HImode.
14946
14947 2003-03-24 Stephane Carrez <stcarrez@nerim.fr>
14948
14949 * config/m68hc11/t-m68hc11-gas (LIB1ASMFUNCS): Add _call_far and
14950 _return_far
14951 (MULTILIB_OPTIONS): Don't multilib on -mlong-calls.
14952 (MULTILIB_EXCEPTIONS): Likewise.
14953 * config/m68hc11/m68hc11.md ("call"): Support far calls for 68HC11
14954 by calling some board support routine.
14955 ("call_value"): Likewise.
14956 ("*return_void"): Likewise for return.
14957 ("*return_16bit"): Likewise.
14958 ("*return_32bit"): Likewise.
14959 * config/m68hc11/m68hc11.h (ASM_DECLARE_FUNCTION_NAME): Generate .far
14960 for 68HC11 too.
14961 (DWARF2_ADDR_SIZE): Use 4 so that addresses can
14962 * config/m68hc11/m68hc11.c (m68hc11_override_options): Accept
14963 -mlong-calls for 68HC11.
14964 * config/m68hc11/larith.asm (declare_near): New macro.
14965 (__premain, ___negsi2, ___one_cmplsi2, ___ashlsi3): Use it.
14966 (___ashrsi3, ___lshrsi3, ___lshrhi3, ___lshlhi3): Likewise.
14967 (___rotrhi3, ___rotlhi3, ___ashrhi3, ___ashrqi3): Likewise.
14968 (___lshlqi3, __divmodhi4, ___mulqi3, ___mulhi3): Likewise.
14969 (__mulhi32): Likewise.
14970 (ret): Update macro for 68HC11.
14971 (__far_trampoline): Implement for 68HC11.
14972 (__call_a16, __call_a32, __return_void, __return_16): New support
14973 routines for 68HC11 memory bank switching calling support.
14974 (__return_32): Likewise.
14975
14976 2003-03-24 Neil Booth <neil@daikokuya.co.uk>
14977
14978 * toplev.c (independent_decode_option): Don't skip a 'Y' prefix.
14979
14980 2003-03-24 Janis Johnson <janis187@us.ibm.com>
14981
14982 * doc/install.texi (Testing): Mention test result links from build
14983 status pages.
14984
14985 2003-03-24 Mark Mitchell <mark@codesourcery.com>
14986
14987 * function.c (put_var_into_stack): Change bool parameter to int.
14988 (gen_mem_addressof): Likewise.
14989 * rtl.h (gen_mem_addressof): Likewise.
14990 * tree.h (put_var_into_stack): Likewise.
14991 * config/alpha/alpha.c (alpha_gp_save_rtx): Adjust call to
14992 gen_mem_addressof or put_var_into_stack.
14993 * config/c4x/c4x.c (c4x_expand_builtin): Likewise.
14994 * config/ia64/ia64.c (spill_tfmode_operand): Likewise.
14995
14996 2003-03-24 Kazu Hirata <kazu@cs.umass.edu>
14997
14998 * config/h8300/h8300.md (a peephole2): New.
14999
15000 2003-03-24 Jakub Jelinek <jakub@redhat.com>
15001
15002 * dojump.c (do_jump): Handle UNSAVE_EXPR specially.
15003
15004 2003-03-24 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
15005
15006 * doc/contrib.texi (Contributors): Update Janis Johnson.
15007
15008 2003-03-23 Eric Botcazou <ebotcazou@libertysurf.fr>
15009
15010 PR target/10072
15011 * combine.c (simplify_if_then_else): Check that the mode
15012 has MODE_INT class before applying the (OP Z (mult COND C2))
15013 transformation.
15014
15015 2003-03-23 Eric Botcazou <ebotcazou@libertysurf.fr>
15016
15017 PR optimization/9414
15018 * config/sparc/sparc.md (widening peepholes): Use
15019 widen_memory_access instead of change_address.
15020
15021 2003-03-23 Mark Mitchell <mark@codesourcery.com>
15022
15023 PR c++/7086
15024 * c-typeck.c (c_mark_addressable): Adjust calls to
15025 put_var_into_stack.
15026 * expr.c (expand_expr): Likewise.
15027 * function.c (put_var_into_stack): Add rescan parameter. Do not
15028 call fixup_var_refs when rescan is false.
15029 (gen_mem_addressof): Likewise.
15030 (assign_parms): Adjust calls to put_var_into_stack.
15031 (setjmp_protect): Likewise.
15032 (setjmp_protect_args): Likewise.
15033 * rtl.h (gen_mem_addressof): Change prototype.
15034 * stmt.c (expand_decl): Adjust calls to put_var_into_stack.
15035 * tree.h (put_var_into_stack): Change prototype.
15036
15037 2003-03-23 Arpad Beszedes <beszedes@cc.u-szeged.hu>
15038
15039 PR middle-end/9967
15040 * builtins.c (expand_builtin_fputs): When optimizing for size,
15041 don't transform fputs into fwrite.
15042
15043 2003-03-23 Glen Nakamura <glen@imodulo.com>
15044
15045 PR c/8224
15046 * fold-const.c (extract_muldiv_1): Don't pass through type conversions
15047 when signedness changes for division or modulus.
15048
15049 2003-03-24 Alan Modra <amodra@bigpond.net.au>
15050
15051 * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_BSS): Remove unnecessary
15052 globalize_label.
15053
15054 2003-03-23 Roger Sayle <roger@eyesopen.com>
15055
15056 PR c/10178
15057 * stmt.c (expand_end_case_type): Check for overflow in range when
15058 determining whether to use a bit-test implementation.
15059
15060 2003-03-23 Richard Henderson <rth@redhat.com>
15061
15062 * cfgcleanup.c (try_optimize_cfg): Allow merging of tablejumps
15063 before flow2.
15064 * cfgrtl.c (try_redirect_by_replacing_jump): Similarly.
15065
15066 2003-03-23 Richard Henderson <rth@redhat.com>
15067
15068 PR opt/10116
15069 * ifcvt.c (find_if_block): Disallow tablejump insns outgoing
15070 from then_bb or else_bb after flow2.
15071
15072 2003-03-23 Zack Weinberg <zack@codesourcery.com>
15073
15074 * configure.in: Check whether it is necessary to link against
15075 libm to use ldexp.
15076 * configure: Regenerate.
15077 * Makefile.in: Add LDEXP_LIB substitution variable.
15078
15079 2003-03-23 Kazu Hirata <kazu@cs.umass.edu>
15080
15081 * config/h8300/h8300.md: Fix comment typos.
15082
15083 2003-03-22 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
15084
15085 * pa.c (output_cbranch): Fix typo in comment.
15086
15087 2003-03-22 Richard Henderson <rth@redhat.com>
15088
15089 * cfgcleanup.c (insns_match_p): Do not do EQUIV substitution
15090 after reload.
15091
15092 2003-03-22 DJ Delorie <dj at redhat dot com>,
15093 Bruce Korb <bkorb at gnu dot org>
15094
15095 * fixinc/inclhack.def (solaris_mutex_init_1): New; Fix
15096 buggy Solaris 2.6 mutex/cond initializers.
15097 (solaris_mutex_init): Rename to solaris_mutex_init_2.
15098 * fixinc/fixincl.x: Regenerate.
15099 * fixinc/tests/base/pthread.h: Update.
15100 * fixinc/fixincl.c(initialize): be explicit about the default case
15101 and indicate verbose level when being very, very verbose.
15102 * fixinc/check.tpl(VERBOSE): provide a means for passing the value in
15103
15104 2003-03-22 Andreas Jaeger <aj@suse.de>
15105
15106 * config/i386/i386.c (ix86_init_machine_status): Return value.
15107
15108 2003-03-22 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
15109
15110 * pa.c (output_cbranch, output_bb, output_bvb): Output nop for
15111 conditional branch to the following instruction. Use next_real_insn
15112 instead of next_active_insn.
15113 (output_dbra, output_movb, jump_in_call_delay): Use next_real_insn
15114 instead of next_active_insn.
15115
15116 2003-03-22 Ulrich Weigand <uweigand@de.ibm.com>
15117
15118 * config/s390/s390.md ("movti", "*movdi_31", "*movdf_31"): Use 'o'
15119 instead of 'm' constraint in forced-split alternatives.
15120 ("*adddi3_31", "*subdi3_31"): Likewise. Also, pass 0 instead of 1 as
15121 VALIDATE_ADDRESS parameter to operand_subword.
15122
15123 2003-03-22 Kazu Hirata <kazu@cs.umass.edu>
15124
15125 * config/h8300/h8300.c (notice_update_cc): Correctly handle
15126 the case where the set destination is STRICT_LOW_PART.
15127
15128 2003-03-22 Svein E. Seldal <Svein.Seldal@solidas.com>
15129
15130 * config/c4x/t-c4x (INSTALL_LIBGCC): Make gcc recognize a c33 as a
15131 c30 instead of a c40 processor.
15132
15133 2003-03-22 Alan Modra <amodra@bigpond.net.au>
15134
15135 * combine.c (simplify_comparison <AND>): Use gen_int_mode. Tidy.
15136
15137 2003-03-21 Zack Weinberg <zack@codesourcery.com>
15138
15139 * c-common.c: Include intl.h.
15140 (shadow_warning): Rewrite to allow better diagnostic translations.
15141 * c-common.h: Update prototype of shadow_warning. Declare sw_kind enum.
15142 * c-decl.c (warn_if_shadowing): Update calls to shadow_warning;
15143 use it throughout.
15144 * Makefile.in (c-common.o): Add intl.h.
15145
15146 2003-03-21 Nathanael Nerode <neroden@gcc.gnu.org>
15147
15148 * config.gcc: Remove 'float_format'.
15149
15150 * fixproto: Define NULL and size_t in generated stdlib.h and
15151 unistd.h. Kill unused required_stdlib_h, required_unistd_h.
15152 Rearrange file generation loop for readability. Generate time.h,
15153 string.h if missing.
15154 * tsystem.h: Include <string.h>, <time.h> unconditionally.
15155 * config.gcc: Blow away POSIX defines.
15156
15157 2003-03-22 Stephane Carrez <stcarrez@nerim.fr>
15158
15159 * config/m68hc11/m68hc11.md ("call_value"): Fix trap check.
15160
15161 2003-03-22 Stephane Carrez <stcarrez@nerim.fr>
15162
15163 * config/m68hc11/m68hc11.h (ASM_DECLARE_FUNCTION_NAME): Fix typo in
15164 writing .interrupt command.
15165 * config/m68hc11/m68hc11.md ("call"): Look at the symbol to see
15166 if it's a far or near function.
15167 ("call_value"): Likewise.
15168 * config/m68hc11/m68hc11.c (m68hc11_attribute_table): Add far and
15169 near attributes.
15170 (m68hc11_handle_fntype_attribute): Accept attributes on methods.
15171 (m68hc11_override_options): Ignore -mlong-calls for 68HC11.
15172 (m68hc11_initial_elimination_offset): Set current_function_far
15173 according to attributes.
15174 (expand_prologue): Likewise.
15175 (trap_handler_symbol): New global to keep track of trap handlers.
15176 (m68hc11_encode_section_info): Mark symbol as far if needed; set
15177 trap symbol.
15178 (m68hc11_is_far_symbol): New function.
15179 (m68hc11_is_trap_symbol): New function.
15180 * config/m68hc11/m68hc11-protos.h (m68hc11_is_far_symbol): Declare.
15181 (m68hc11_is_trap_symbol): Declare.
15182
15183 2003-03-21 Jan Hubicka <jh@suse.cz>
15184
15185 * i386.c (ix86_compute_frame_layout): Recompute fast prologues
15186 only when amount of saved regs changed.
15187 (ix86_init_machine_status): Initialize use_fast_prologue_epilgoue_nregs.
15188 * i386.h (machine_function): New fields use_fast_prologue_epilgoue_nregs.
15189
15190 2003-03-21 Jan Hubicka <jh@suse.cz>
15191
15192 PR inline-asm/7916
15193 * function.c (instantiate_virtual_regs_lossage): New function.
15194 (instantiate_virtual_regs_1): Use it.
15195 (instantiate_virtual_regs): Do not continue in substition when insn has
15196 been deleted.
15197
15198 2003-03-21 Kazu Hirata <kazu@cs.umass.edu>
15199
15200 * combine.c (make_field_assignment): Fix a warning.
15201
15202 2003-03-21 Kazu Hirata <kazu@cs.umass.edu>
15203
15204 * config/h8300/h8300.md (*insv_si_1_n_lshiftrt_16): New.
15205
15206 2003-03-21 Dale Johannesen <dalej@apple.com>
15207
15208 * config/rs6000/rs6000.h (REG_ALLOC_ORDER): Increase
15209 priority for R2 on Darwin.
15210 (HARD_REGNO_MODE_OK): Don't accept R31 for DFmode.
15211
15212 2003-03-21 Kazu Hirata <kazu@cs.umass.edu>
15213
15214 * combine.c (make_field_assignment): Remove unnecessary AND
15215 when storing into zero_extract.
15216
15217 2003-03-21 Zack Weinberg <zack@codesourcery.com>
15218
15219 * aclocal.m4 (gcc_AC_EXAMINE_OBJECT, gcc_AC_C_FLOAT_FORMAT): Delete.
15220 * configure.in: Don't call gcc_AC_C_FLOAT_FORMAT.
15221 * defaults.h: Remove reference to HOST_FLOAT_WORDS_BIG_ENDIAN
15222 in comment.
15223
15224 2003-03-21 DJ Delorie <dj@redhat.com>
15225
15226 * optabs.c (init_integral_libfuncs): Make sure we init at least up
15227 to "long long" size words.
15228
15229 2003-03-21 Ulrich Weigand <uweigand@de.ibm.com>
15230
15231 * config/s390/s390.h: Do not include fixdfdi.h on s390x.
15232 (TARGET_64BIT): Define as compile-time constant when IN_LIBGCC2.
15233 (MIN_UNITS_PER_WORD): Do not define when IN_LIBGCC2.
15234
15235 2003-03-21 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
15236
15237 PR doc-bug/9813
15238 * doc/extend.texi: Move misplaced paragraph about underscores in
15239 variables in macros.
15240
15241 2003-03-21 Eric Botcazou <ebotcazou@libertysurf.fr>
15242 Richard Henderson <rth@redhat.com>
15243
15244 PR optimization/8366
15245 * config/sparc/sparc.h: (SYMBOLIC_CONST): New macro.
15246 (GO_IF_LEGITIMATE_ADDRESS): Use it. Reject the form
15247 PIC+SYMBOLIC_CONST in other modes than Pmode.
15248 (GO_IF_MODE_DEPENDENT_ADDRESS): Use it. Mark
15249 the form PIC+SYMBOLIC_CONST as mode dependent.
15250
15251 2003-03-21 DJ Delorie <dj@redhat.com>
15252
15253 * config/stormy16/stormy16.c (xstormy16_expand_arith): Make
15254 sure we always emit at least one insn.
15255
15256 2003-03-21 Christopher Faylor <cgf@redhat.com>
15257
15258 * config.gcc (i[34567]86-*-cygwin*): Use new common makefile
15259 stub t-cygming. Use common target header cygming.h. Add extra
15260 c_target_obj and cxx_target_obj file. Default cygwin to posix
15261 threading. Enforce i386 as float format.
15262 (i[34567]86-*-mingw*): Use new common makefile stub t-cygming.
15263 Remove cygwin.h as target header. Use common target header
15264 cygming.h Enforce i386 as float format. Correct typo.
15265 * config/i386/cygming.h: New file, containing definitions
15266 common to mingw32 and cygwin.
15267 * config/i386/cygwin.h: Remove definitions common to cygwin and
15268 mingw. Simplify special spec logic. Define "wrappers" around
15269 certain include path defines to accommodate -mno-cygwin.
15270 Remove some #if 0'ed code.
15271 (STANDARD_INCLUDE_DIR) Always define when not cross-compiling.
15272 (LINK_SPEC): Don't use cyg search prefix when -mno-cygwin.
15273 (GCC_DRIVER_HOST_INITIALIZATION): Define as call to mingw_scan.
15274 * config/i386/mingw32.h: Remove definitions common to cygwin and
15275 mingw.
15276 (EXTRA_OS_CPP_BUILTINS): Adjust.
15277 (TARGET_VERSION): Define.
15278 * config/i386/crtdll.h (EXTRA_OS_CPP_BUILTINS): Override
15279 mingw32.h definitions.
15280 (LIBGCC_SPEC): Add libmingwex.a as in mingw32.h.
15281 * config/i386/t-cygwin (EXTRA_GCC_OBJS): Define as cygwin1.o.
15282 Add compilation rules for cygwin1.o cygwin2.o.
15283 * config/i386/cygwin1.c: New file.
15284 * config/i386/cygwin2.c: New file.
15285 * config/i386/t-cygming: New makefile stub.
15286
15287 2003-03-20 Richard Henderson <rth@redhat.com>
15288
15289 * fold-const.c (extract_muldiv_1): Revert changing order of
15290 operands in case MULT_EXPR of 2003-02-16 patch.
15291
15292 2003-03-20 Daniel Berlin <dberlin@dberlin.org>
15293 Merge changes from new-regalloc-branch
15294
15295 From Michael Matz <matz@suse.de>
15296 * df.c (df_ref_record_1): Move init of loc to safe point.
15297 Only recurse on interesting things in parallels.
15298 Handle CLASS_CANNOT_CHANGE_MODE smarter.
15299 (df_uses_record): Ditto.
15300
15301 * df.h (DF_REF_MEM_OK): New enum member, used to mark ref's which
15302 it's already okay to use memory operands in (IE doesn't require
15303 adding another insn or anything).
15304
15305 2003-03-20 Richard Henderson <rth@redhat.com>
15306
15307 PR middle-end/6348
15308 * explow.c (allocate_dynamic_stack_space): Handle STACK_SIZE_MODE
15309 different from word_mode.
15310
15311 2003-03-20 Kazu Hirata <kazu@cs.umass.edu>
15312
15313 * config/h8300/h8300.md (*insv_si_1_n_lshiftrt): Restrict the
15314 source operand to those that can be extracted with bld.
15315
15316 2003-03-20 Richard Earnshaw <rearnsha@arm.com>
15317
15318 PR 10066
15319 * arm.md (UNSPEC_PIC_BASE): New constant.
15320 (pic_add_dot_plus_four): Wrap with unspec.
15321 (pic_add_dot_plus_eight): Likewise.
15322
15323 2003-03-20 Kazu Hirata <kazu@cs.umass.edu>
15324
15325 * config/h8300/h8300.md (*insv_si_1_n): New.
15326 (*insv_si_1_n_lshiftrt): Likewise.
15327
15328 2003-03-20 Roger Sayle <roger@eyesopen.com>
15329
15330 * fold-const.c (fold_mathfn_compare): New function to simplify
15331 comparisons against built-in math functions. Fold comparisons
15332 of sqrt against constants.
15333 (fold): Call fold_mathfn_compare when appropriate.
15334
15335 2003-03-20 Richard Earnshaw <rearnsha@arm.com>
15336
15337 * ifcvt.c (find_if_case_1): If we add a new bb, update the dominance
15338 information.
15339
15340 2003-03-20 Per Bothner <pbothner@apple.com>
15341
15342 Various cleanups to help compile server.
15343
15344 * cppinit.c (cpp_create_reader): Take extra hash_table* argument,
15345 and pass that to _cpp_init_hashtable.
15346 (cpp_read_main_file): Drop hash_table* argument; don't call
15347 _cpp_init_hashtable.
15348 * cpplib.h: Update declarations to match.
15349 * c-opts.c (c_common_init_options): Pass ident_hash to
15350 cpp_create_reader.
15351 (c_common_post_options): Don't pass ident_hash to cpp_read_main_file.
15352 * fix-header.c (read_scan_file): Likewise pass NULL table to
15353 cpp_create_reader rather than cpp_read_main_file.
15354
15355 * cppfiles.c (cpp_rename_file): Generalized and renamed
15356 to cpp_change_file.
15357 * cpplib.h: Update declaration to match.
15358 * c-opts.c (push_command_line_line, finish_options): Change
15359 cpp_rename_file calls to cpp_change_file.
15360
15361 * line-map.c (add_line_map): Allow leaving the outermost file.
15362 Allowing entering an outermost-file after the initial time.
15363
15364 * toplev.c (pop_srcloc): Allow popping from initial file.
15365
15366 2003-03-20 Kazu Hirata <kazu at cs dot umass dot edu>
15367
15368 * fold-const.c (fold): Fold A - (A & B) into ~B & A.
15369
15370 2003-03-20 Kazu Hirata <kazu@cs.umass.edu>
15371
15372 * config/h8300/h8300.md (a peephole2): New.
15373
15374 2003-03-20 Kazu Hirata <kazu@cs.umass.edu>
15375
15376 * config/h8300/h8300.md (*addsi3_and_r_1): New.
15377 (*addsi3_and_not_r_1): Likewise.
15378
15379 2003-03-19 Loren James Rittle <ljrittle@acm.org>
15380
15381 * Makefile.in (STRICT2_WARN): Add @WERROR@.
15382 (GCC_WARN_CFLAGS): Remove $(WERROR).
15383 (fixinc.sh-warn): New.
15384 * ada/Make-lang.in (ada-warn): Add $(WERROR).
15385 * cp/Make-lang.in (cp-warn): Add $(WERROR).
15386 * f/Make-lang.in (f-warn): Add $(WERROR).
15387 * java/Make-lang.in (java-warn): Add $(WERROR).
15388 * treelang/Make-lang.in (treelang-warn): Add $(WERROR).
15389
15390 2003-03-19 Nathanael Nerode <neroden@gcc.gnu.org>
15391
15392 * c-common.h (c_dump_tree), c-dump.c (c_dump_tree),
15393 langhooks-def.h (lhd_tree_dump_dump_tree),
15394 langhooks.c (lhd_tree_dump_dump_tree), langhooks.h (*dump_tree):
15395 Change return type from 'int' to 'bool'. Replace 0 and 1 with
15396 true and false in return statements.
15397
15398 2003-03-19 Kevin Buettner <kevinb@redhat.com>
15399
15400 * dwarf2out.c (DWARF_INITIAL_LENGTH_SIZE): Define.
15401 (DWARF_COMPILE_UNIT_HEADER_SIZE): Take into account
15402 DWARF_INITIAL_LENGTH_SIZE.
15403 (output_compilation_unit_header, output_pubnames, output_aranges)
15404 (output_line_info): Output 0xffffffff escape value for 64-bit
15405 DWARF extension.
15406 * config/mips/iris6.h (DWARF_INITIAL_LENGTH_SIZE): Define.
15407
15408 2003-03-19 Ulrich Weigand <uweigand@de.ibm.com>
15409
15410 * config/s390/s390.c (s390_preferred_reload_class): Do not
15411 force constants to the pool unless necessary.
15412 (s390_decompose_address): Prefer to use pointer as base,
15413 not index register.
15414 * config/s390/s390.md ("*tsthiCCT_only"): Remove '?' from
15415 Q alternative.
15416 ("*movdi_64", "*movsi", "movhi", "movqi_64", "movqi",
15417 "*movdf_64", "*movsf"): Add '?' to Q->Q alternatives.
15418 ("*extractqi", "*extracthi", "*zero_extendhisi2_31",
15419 "*zero_extendqisi2_31", "*zero_extendqihi2_31",
15420 "*adddi3_31", "*subdi3_31"): Do not set "type" attribute.
15421
15422 2003-03-19 Jan Hubicka <jh@suse.cz>
15423
15424 * i386.h (machine_function): New fields use_fast_prologue_epilogue.
15425 * i386.c (use_fast_prologue_epilogue): Remove.
15426 (ix86_frame): New field save_regs-using_mov;
15427 (ix86_compute_frame_layout): Decide on fast prologues;
15428 allocate saved registers in red zone.
15429 (ix86_expand_epilogue, ix86_expand_prolgoues): Obey new parameters.
15430
15431 2003-03-19 Nick Clifton <nickc@redhat.com>
15432
15433 * config/mcore/mcore.h (CPP_SPEC): Remove trailing semi-colon.
15434
15435 2003-03-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
15436
15437 PR 10062
15438 * config/pa/pa-hpux.h (TARGET_HPUX_UNWIND_LIBRARY): Redefine.
15439 * pa-protos.h (output_lbranch): New prototype.
15440 * pa.c (compute_frame_size): Change size of the frame marker on the
15441 64-bit ports to 48 bytes.
15442 (pa_output_function_prologue): Document why SAVE_SP is set.
15443 (hppa_expand_prologue): Save previous stack pointer into frame marker
15444 on targets which use the hpux unwind library.
15445 (output_cbranch): Use output_lbranch.
15446 (output_lbranch): New function to output long unconditional branches.
15447 * pa.h (TARGET_HPUX_UNWIND_LIBRARY): Define.
15448 (STACK_POINTER_OFFSET): Update offset for 48-byte frame marker on
15449 64-bit ports.
15450 * pa.md (jump): Use output_lbranch.
15451 (allocate_stack): New expander for dynamic stack allocation.
15452
15453 2003-03-19 Alan Modra <amodra@bigpond.net.au>
15454
15455 * config/rs6000/rs6000.c (rs6000_stack_info): Only require a frame
15456 when debugging on XCOFF targets. Delete "abi" temp.
15457
15458 PR target/10073
15459 * combine.c (force_to_mode <NOT>): Use gen_int_mode.
15460
15461 2003-03-18 Jakub Jelinek <jakub@redhat.com>
15462
15463 * config/s390/s390.c (s390_output_dwarf_dtprel): New.
15464 * config/s390/s390-protos.h (s390_output_dwarf_dtprel): New proto.
15465 * config/s390/s390.h (ASM_OUTPUT_DWARF_DTPREL): Define.
15466
15467 * config/ia64/ia64.c (ia64_output_dwarf_dtprel): New.
15468 * config/ia64/ia64-protos.h (ia64_output_dwarf_dtprel): New proto.
15469 * config/ia64/ia64.h (ASM_OUTPUT_DWARF_DTPREL): Define.
15470
15471 2003-03-18 Geoffrey Keating <geoffk@apple.com>
15472
15473 * config/rs6000/rs6000.c (rs6000_emit_prologue): Don't clone
15474 the result of machopic_function_base_name.
15475 * config/darwin.c (machopic_function_base_name): Use a gc-allocated
15476 string rather than a static array.
15477
15478 * Makefile.in (emit-rtl.o): Add gt-emit-rtl.h to dependencies.
15479
15480 * gengtype.c: Include rtl.h.
15481 (enum rtx_code): Don't define.
15482 (rtx_format): Make declaration match rtl.h.
15483 (rtx_next_new): Rename from rtx_next to avoid conflict. Change all
15484 users.
15485 (adjust_field_rtx_def): Describe strings in NOTE_LINE_NUMBER notes.
15486 * Makefile.in (gengtype.o): Update dependencies.
15487
15488 2003-03-18 Andreas Schwab <schwab@suse.de>
15489
15490 * config/m68k/m68k.md (iordi3): Fix setting low half to -1. From
15491 martin@blom.org.
15492
15493 2003-03-18 Geoffrey Keating <geoffk@apple.com>
15494
15495 * function.c (next_block_index): Mark with GTY.
15496
15497 * config/rs6000/rs6000.md (macho_correct_pic): Correct pattern.
15498
15499 2003-03-18 Richard Henderson <rth@redhat.com>
15500
15501 * config/ia64/ia64.md (UNSPECV_SETJMP_RECEIVER): New.
15502 (builtin_setjmp_receiver): Delay call to ia64_reload_gp
15503 until after reload.
15504
15505 2003-03-18 Richard Henderson <rth@redhat.com>
15506
15507 * builtins.c (expand_builtin_unop): New target_mode operand;
15508 use it to convert the result to the correct mode.
15509 (expand_builtin): Update all callers.
15510
15511 2003-03-18 Ulrich Weigand <uweigand@de.ibm.com>
15512
15513 * config/s390/s390.md ("movti", "movhi", "movqi"): Add "type" attribute.
15514
15515 2003-03-18 Jan Hubicka <jh@suse.cz>
15516
15517 * i386.md: Fix previous commit that mistakely applied the patch
15518 twice.
15519
15520 * alias.c (rtx_equal_for_memref_p): Assume that X and Y has been
15521 canonicalized.
15522 (memrefs_conflict_p): Likewise.
15523 (addr_side_effect_eval): Canonicalize the constructed address.
15524
15525 2003-03-18 Jan Hubicka <jh@suse.cz>
15526
15527 * i386.md (cvtts?2si peep2): New.
15528
15529 2003-03-18 Kazu Hirata <kazu@cs.umass.edu>
15530
15531 * config/h8300/h8300.md (*iorsi3_two_qi_zext): New.
15532
15533 2003-03-18 Andreas Schwab <schwab@suse.de>
15534
15535 * dwarf2out.c (output_file_names): Cast size_t to unsigned long
15536 for format.
15537
15538 2003-03-17 Jason Merrill <jason@redhat.com>
15539
15540 PR c++/10091
15541 * expr.c (expand_expr) [ADDR_EXPR]: Disallow taking the address of
15542 an unaligned member of TREE_ADDRESSABLE type.
15543
15544 2003-03-18 Alan Modra <amodra@bigpond.net.au>
15545
15546 * config/rs6000/linux64.h (MASK_PROFILE_KERNEL): Define.
15547 (TARGET_PROFILE_KERNEL): Define.
15548 (SUBTARGET_SWITCHES): Handle -mprofile-kernel.
15549 (PROFILE_BEFORE_PROLOGUE): Don't define.
15550 (PROFILE_KERNEL): Remove hacks.
15551 * config/rs6000/rs6000.c (TARGET_PROFILE_KERNEL): Define default.
15552 (rs6000_stack_info): No need to save lr if just for profiling when
15553 TARGET_PROFILE_KERNEL.
15554 (output_profile_hook): Output nothing when TARGET_PROFILE_KERNEL.
15555 (output_function_profiler): Localize label generation. Emit code
15556 for kernel profiling.
15557
15558 2003-03-17 Kazu Hirata <kazu@cs.umass.edu>
15559
15560 * config/h8300/h8300-protos.h: Add a prototype for
15561 byte_accesses_mergeable_p.
15562 * config/h8300/h8300.c (byte_accesses_mergeable_p): New.
15563 * config/h8300/h8300.md (*iorhi3_two_qi_mem): Likewise.
15564 (a splitter): Likewise.
15565 (*iorsi3_ashift_16_ashift_24): Likewise.
15566 (*iorsi3_ashift_16_ashift_24_mem): Likewise.
15567
15568 2003-03-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15569
15570 * dwarf2asm.h: Delete obsolete comment.
15571 (dw2_asm_output_data, dw2_asm_output_delta, dw2_asm_output_offset,
15572 dw2_asm_output_pcrel, dw2_asm_output_addr,
15573 dw2_asm_output_addr_rtx, dw2_asm_output_encoded_addr_rtx,
15574 dw2_asm_output_nstring, dw2_asm_output_data_uleb128,
15575 dw2_asm_output_data_sleb128, dw2_asm_output_delta_uleb128,
15576 dw2_asm_output_delta_sleb128): Add ATTRIBUTE_NULL_PRINTF.
15577
15578 2003-03-17 Zack Weinberg <zack@codesourcery.com>
15579
15580 * c-tree.h (struct lang_identifier): Remove error_locus field.
15581 (IDENTIFIER_ERROR_LOCUS): Kill.
15582 (record_function_scope_shadow): New prototype.
15583 * c-typeck.c (build_external_ref): Don't complain if
15584 decl is error_mark_node. When not at file scope, bind the
15585 decl's local value to error_mark_node to suppress further
15586 warnings, instead of setting IDENTIFIER_ERROR_LOCUS.
15587
15588 * c-decl.c (get_function_binding_level): New static function.
15589 (record_function_scope_shadow): New exported function.
15590 (c_make_fname_decl): Use get_function_binding_level.
15591
15592 2003-03-17 Steve Ellcey <sje@cup.hp.com>
15593
15594 * stmt.c (tail_recursion_args): Call promote_mode to set
15595 unsignedp flag correctly before calling convert_move.
15596
15597 2003-03-17 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
15598
15599 * loop-unroll.c (decide_peel_completely,
15600 decide_unroll_constant_iterations, decide_unroll_stupid,
15601 decide_unroll_runtime_iterations, decide_peel_simple): Set
15602 loop->has_desc.
15603
15604 2003-03-17 Jan Hubicka <jh@suse.cz>
15605
15606 * ggc-common.c (ggc_mark_roots): Use htab_traverse_noresize.
15607
15608 2003-03-17 Olivier Hainque <hainque@act-europe.fr>
15609
15610 * function.c (assign_parms): For a struct value address passed as
15611 first argument, delay the function's result RTL setup code until
15612 after the emission of parameter conversions.
15613
15614 2003-03-17 Dave Love <fx@gnu.org>
15615 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
15616
15617 * config/alpha/osf.h (TARGET_OS_CPP_BUILTINS): Define __digital__,
15618 __arch64__ to match Compaq cc.
15619
15620 2003-03-17 Neil Booth <neil@daikokuya.co.uk>
15621
15622 * c-opts.c: Default TARGET_EBCDIC to 0 if not defined.
15623 (c_common_init): Set EBCDIC in cpp options.
15624 * cpplex.c (maybe_read_ucs, cpp_parse_escape): Use EBCDIC option,
15625 not conditional compilation.
15626 * cpplib.h (struct cpp_options): New entry EBCDIC.
15627
15628 2003-03-17 Neil Booth <neil@daikokuya.co.uk>
15629
15630 * fix-header.c (read_scan_file): Need to malloc arguments to add_path.
15631
15632 2003-03-17 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
15633
15634 * function.c (thread_prologue_and_epilogue_insns): Set delete_unused
15635 argument to 0 for redirect_jump.
15636
15637 2003-03-16 Mark Mitchell <mark@codesourcery.com>
15638
15639 PR c++/8805
15640 * except.c (eh_region_u_cleanup): Add prev_try.
15641 (expand_eh_region_end_cleanup): Set it.
15642 (reachable_handlers): Use it to skip over cleanup blocks.
15643
15644 2003-03-17 Andreas Jaeger <aj@suse.de>
15645
15646 * Makefile.in (TAGS): Remove obsolete handling of =*.[chy].
15647
15648 2003-03-17 Alan Modra <amodra@bigpond.net.au>
15649
15650 * config/rs6000/linux64.h (TARGET_64BIT): Redefine.
15651 (TARGET_RELOCATABLE, TARGET_EABI, TARGET_PROTOTYPE): Likewise.
15652 (SUBTARGET_SWITCHES, SUBTARGET_OPTIONS): Likewise.
15653 (SUBTARGET_OVERRIDE_OPTIONS, CPP_SYSV_SPEC): Likewise.
15654
15655 2003-03-16 Richard Henderson <rth@redhat.com>
15656
15657 * simplify-rtx (simplify_binary_operation): Don't abort for
15658 SS_PLUS, US_PLUS, SS_MINUS, US_MINUS.
15659
15660 2003-03-16 Richard Henderson <rth@redhat.com>
15661
15662 * config/i386/i386.md (movstrictqi, movstrictqi_1): Check
15663 optimize_size as well.
15664
15665 2003-03-16 Stephane Carrez <stcarrez@nerim.fr>
15666
15667 * config/m68hc11/m68hc11.c (print_operand): Handle 'b' modifier
15668 for D register to specify the low part of it, aka B.
15669 (m68hc11_gen_movhi): Use REG_WAS_0 note and increment or decrement
15670 the register if we are loading 1 or -1 to it; avoid using temp
15671 register when moving X/Y to Y/X.
15672 (m68hc11_gen_movqi): Likewise.
15673 (m68hc11_check_z_replacement): Fix last insn setting for compare case.
15674
15675 2003-03-14 Mark Mitchell <mark@codesourcery.com>
15676
15677 PR optimization/9016
15678 * config/i386/i386.c (ix86_expand_move): Force more CONST_DOUBLEs
15679 into the constant pool.
15680
15681 2003-03-16 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
15682
15683 PR target/9164
15684 * tree.c (get_narrower): For extensions with unchanged bit number,
15685 return the unsignedness of the outer mode.
15686
15687 2003-03-16 Roger Sayle <roger@eyesopen.com>
15688
15689 * c-typeck.c (build_component_ref): Turn "for" into "do .. while"
15690 to avoid "may be used uninitialized" warning on ia64-hpux.
15691 * config/ia64/ia64-c.c: Include "tm_p.h" for function prototypes.
15692
15693 2003-03-16 Andreas Jaeger <aj@suse.de>
15694
15695 * configure.in: Improve check for memcheck.h.
15696 * configure: Regenerated.
15697
15698 2003-03-16 Neil Booth <neil@daikokuya.co.uk>
15699
15700 * doc/cppopts.texi: Remove documentation of -A-.
15701
15702 2003-03-15 Zack Weinberg <zack@codesourcery.com>
15703
15704 * doc/libgcc.texi: Remove @tie.
15705
15706 2003-03-15 Josef Zlomek <zlomekj@suse.cz>
15707
15708 * rtl.h (subrtx_p): Renamed to rtx_referenced_p.
15709 (rtx_pair): Added new element update_label_nuses, renamed to
15710 replace_label_data.
15711 * cfgcleanup.c (outgoing_edges_match, try_crossjump_to_edge): Use
15712 replace_label_data instead of rtx_pair.
15713 * loop.c (load_mems): Likewise.
15714 * rtlanal.c (replace_label): Replace label in pool constants and in
15715 INSN_LIST (in REG_LABEL note).
15716 (subrtx_p): Renamed to rtx_referenced_p.
15717 (subrtx_p_1): Renamed to rtx_referenced_p_1, compare the interior of
15718 LABEL_REF with CODE_LABEL, traverse constants from pool.
15719
15720 2003-03-15 Aldy Hernandez <aldyh@redhat.com>
15721 Zack Weinberg <zack@codesourcery.com>
15722
15723 * Makefile.in (TEXI_GCCINT_FILES): Add libgcc.texi.
15724 * doc/libgcc.texi: New file.
15725 * doc/interface.texi: Delete paragraph about libgcc interface.
15726 * doc/gccint.texi: Add libgcc menu entry and @include libgcc.texi.
15727
15728 2003-03-15 Jason Merrill <jason@redhat.com>
15729
15730 PR debug/9039
15731 * dwarf2out.c (gen_decl_die): Ignore frontend tree codes.
15732
15733 PR debug/6387
15734 * dwarf2out.c (dwarf2out_decl): If we're at -g1, just stick nested
15735 function DIEs at toplevel.
15736 (decls_for_scope): At -g1, don't descend into subblocks.
15737
15738 2003-03-15 Ulrich Weigand <uweigand@de.ibm.com>
15739
15740 * varasm.c (struct rtx_const): Change type of un.addr member
15741 to struct holding an additional 'symbol' member.
15742 (decode_rtx_const): Re-enable optimization to count SYMBOL_REFs
15743 with equal string addresses as equal.
15744 (simplify_subtraction): Adapt to struct rtx_const change.
15745
15746 2003-03-15 Neil Booth <neil@daikokuya.co.uk>
15747
15748 * fix-header.c (read_scan_file): Read main file before handling -D.
15749
15750 2003-03-15 Roger Sayle <roger@eyesopen.com>
15751
15752 * c-cppbuiltin.c (builtin_define_with_value_n): Fix whitespace.
15753 * c-typeck.c (c_tree_expr_nonnegative_p): Likewise.
15754 * cfgbuild.c (find_many_sub_basic_blocks): Likewise.
15755 (find_sub_basic_blocks): Likewise.
15756 * cgraphunit.c (cgraph_expand_functions): Likewise.
15757 * dwarf2out.c (prune_unused_types): Likewise.
15758 * expr.c (store_field): Likewise.
15759 * genextract.c (print_path): Likewise.
15760 * haifa-sched.c (schedule_insn): Likewise.
15761 * lcm.c (compute_antinout_edge): Likewise.
15762 * loop-unroll.c (decide_peel_once_rolling): Likewise.
15763 * ra-colorize.c (ra_colorize_free_all): Likewise.
15764 * ra-debug.c (dump_igraph): Likewise.
15765 (debug_hard_reg_set): Likewise.
15766 * reg-stack.c (reg_to_stack): Likewise.
15767 * rtlanal.c (refers_to_regno_p): Likewise.
15768 * tracer.c (layout_superblocks): Likewise.
15769
15770 2003-03-15 Neil Booth <neil@daikokuya.co.uk>
15771
15772 * fix-header.c (read_scan_file): Fix thinko.
15773
15774 2003-03-15 Glen Nakamura <glen@imodulo.com>
15775
15776 * reload1.c (choose_reload_regs): Use && instead of ||
15777 with REG_CANNOT_CHANGE_MODE_P condition.
15778
15779 2003-03-15 Neil Booth <neil@daikokuya.co.uk>
15780
15781 * Makefile.in: Update.
15782 * c-common.h (cb_register_builtins): Rename c_cpp_builtins.
15783 * c-lex.c (init_c_lex): Register builtins hook is dead.
15784 * c-opts.c (COMMAND_LINE_OPTIONS, missing_arg): Handle -A, -D and -U.
15785 (c_common_decode_option): Don't call cpp_handle_option.
15786 Handle -A, -D and -U.
15787 (handle_deferred_opts): Simplify.
15788 (finish_options): Define builtins and command line macros.
15789 * c-ppoutput.c (init_pp_output): Register builtins hook is dead.
15790 * cppinit.c: Don't include intl.h.
15791 (init_builtins): Rename cpp_init_builtins. No hook to call.
15792 (init_library): Don't need to sort options.
15793 (cpp_create_reader): Don't set pending.
15794 (cpp_destroy): Don't free pending.
15795 (struct pending_option, cl_directive_handler, struct cpp_pending,
15796 APPEND, free_chain, new_pending_directive, parse_option, opt_comp,
15797 cpp_finish_options, COMMAND_LINE_OPTIONS, DEF_OPT, struct cl_option,
15798 cl_options, cpp_handle_option): Remove.
15799 * cpplib.h (struct cpp_pending, register_builtins, cpp_handle_option,
15800 cpp_finish_options): Remove.
15801 (cpp_init_builtins): New.
15802 * fix-header.c (read_scan_file): Update to handle -D. Fix
15803 handling of -I. Replace call to cpp_finish_options.
15804
15805 2003-03-15 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
15806
15807 PR optimization/9387
15808 * function.c (thread_prologue_and_epilogue_insns): Use redirect_jump
15809 for conditional returns.
15810
15811 2003-03-14 Jason Merrill <jason@redhat.com>
15812
15813 PR optimization/6871
15814 * varasm.c (assemble_variable): Leave constant zeroes in .rodata.
15815
15816 2003-03-14 Neil Booth <neil@daikokuya.co.uk>
15817
15818 * c-opts.c (finish_options): New.
15819 (COMMAND_LINE_OPTIONS, c_common_decode_option): Add -imacros.
15820 (missing_arg): Handle OPT_include and OPT_imacros.
15821 (c_common_init, c_common_parse_file): Use finish_options.
15822 (handle_deferred_opts): Update.
15823 * cppinit.c (struct cpp_pending): Remove imacros_head and imacros_tail.
15824 (cpp_finish_options): Don't handle -imacros here.
15825 (no_fil): Remove.
15826 (COMMAND_LINE_OPTIONS, cpp_handle_option): Don't handle -imacros.
15827
15828 2003-03-14 Jakub Jelinek <jakub@redhat.com>
15829
15830 * config/rs6000/rs6000.c (rs6000_emit_load_toc_table): Don't call
15831 rs6000_maybe_dead if !fromprolog.
15832
15833 2003-03-14 Neil Booth <neil@daikokuya.co.uk>
15834
15835 * Makefile.in: Update.
15836 * c-common.h (fe_file_change, pp_file_change): New.
15837 * c-lex.c (init_c_lex): Don't set cb_file_change.
15838 (c_common_parse_file): Move to c-opts.c.
15839 (cb_file_change): Rename fe_file_change.
15840 * c-opts.c: Include debug.h.
15841 (warn_unused_macros, include_cursor): New.
15842 (push_command_line_include, cb_file_change): New.
15843 (COMMAND_LINE_OPTIONS): Handle -include.
15844 (c_common_decode_option): Use local warn_unused_macros.
15845 Handle OPT_include.
15846 (c_common_post_options): Set file change callback.
15847 (handle_deferred_opts): Skip -include. Don't free the array.
15848 (c_common_init): Call cpp_finish_options here, and push an
15849 initial -include file.
15850 * c-ppoutput.c (cb_file_change): Rename pp_file_change.
15851 (preprocess_file): Don't call cpp_finish_options.
15852 (init_pp_output): Don't set the file change callback.
15853 (pp_file_change): Return if no line commands or no output.
15854 * cpphash.h (next_include_file, first_unused_line): Remove.
15855 * cppinit.c (include_head, include_tail): Remove.
15856 (cpp_destroy): Don't free -include chain.
15857 (cpp_finish_options): Don't handle -include, or worry about
15858 -Wunused-macros.
15859 (_cpp_maybe_push_include_file): Remove.
15860 (COMMAND_LINE_OPTIONS, cpp_handle_option): Don't handle -include.
15861 * cpplib.c (_cpp_pop_buffer): Don't handle -include.
15862 * cppmacro.c (_cpp_warn_if_unused_macro, _cpp_create_definition):
15863 Used flag is set based upon the state of the warn_unused_macros
15864 flag, and so use of first_unused_line is unnecessary.
15865
15866 2003-03-13 Jan Hubicka <jh@suse.cz>
15867
15868 * cselib.c (clear_table): Do not take argument; always clear just
15869 used slots.
15870 (cselib_process_insn): Update call of clear_table
15871 (cselib_init): Do not call clear_table.
15872 (cselib_finish): Clear table.
15873
15874 * cse.c (count_reg_usage): Do not check side_effects_p.
15875 * rtlanal.c (set_noop_p): Check side_effects_p only when set looks
15876 like noop.
15877 (find_reg_equal_equiv_note): Do not use find_reg_note.
15878
15879 2003-03-14 Richard Henderson <rth@redhat.com>
15880
15881 PR target/9700
15882 * config/alpha/alpha.c (alpha_va_start): Account for
15883 current_function_pretend_args_size in the AP offset.
15884
15885 * config/alpha/alpha.h (SETUP_INCOMING_VARARGS): Move out of line.
15886 (INITIAL_ELIMINATION_OFFSET): Move out of line.
15887 * config/alpha/alpha.c (alpha_setup_incoming_varargs): New.
15888 (alpha_initial_elimination_offset) New.
15889 * config/alpha/alpha-protos.h: Update.
15890
15891 2003-03-14 Jakub Jelinek <jakub@redhat.com>
15892
15893 * stmt.c (expand_start_case): Call emit_queue ().
15894
15895 2003-03-14 Chris Demetriou <cgd@broadcom.com>
15896 Alexandre Oliva <aoliva@redhat.com>
15897
15898 * config/mips/mips.h (FUNCTION_PROFILER): _mcount() doesn't pop 2
15899 words in new abis.
15900
15901 2003-03-14 Eric Botcazou <ebotcazou@libertysurf.fr>
15902
15903 PR optimization/8396
15904 * tree-inline.c (initialize_inlined_parameters): Make sure the value
15905 of read-only constant arguments is passed with the right type.
15906
15907 2003-03-14 Steven Bosscher <steven@gcc.gnu.org>
15908
15909 * doc/extend.texi (Function Names): Make the example compilable.
15910
15911 2003-03-13 David Edelsohn <edelsohn@gnu.org>
15912
15913 * config/rs6000/rs6000.c (processor_target_table): Really allow
15914 GP optional instructions on Power4.
15915
15916 2003-03-13 Roger Sayle <roger@eyesopen.com>
15917
15918 * calls.c (flags_from_decl_or_type): Factor and remove redundant
15919 conditional tests.
15920
15921 2003-03-13 Mike Stump <mrs@apple.com>
15922
15923 * ggc-page.c (struct page_entry): Remove varray.h header.
15924 Add index_by_depth field.
15925 Remove save_in_use_p field.
15926 (struct globals): Add depth_in_use, depth_max, by_depth_in_use,
15927 by_depth_max, by_depth, and save_in_use fields.
15928 (INITIAL_PTE_COUNT): Add.
15929 (save_in_use_p_i): Add.
15930 (save_in_use_p): Add.
15931 (adjust_depth): Add.
15932 (move_ptes_to_front): Add.
15933 (push_depth): Add.
15934 (push_by_depth): Add.
15935 (prefetch): Add.
15936 (free_page): Add support for and use faster data structures.
15937 (ggc_alloc): Likewise.
15938 (init_ggc): Likewise.
15939 (ggc_recalculate_in_use_p): Likewise.
15940 (ggc_pop_context): Likewise.
15941 (clear_marks): Likewise.
15942 (ggc_pch_read): Likewise.
15943 * Makefile.in (ggc-page.o): Remove varray.h.
15944
15945 2003-03-13 Nathanael Nerode <neroden@gcc.gnu.org>
15946
15947 * ChangeLog: Rotated last year's entries to...
15948 * ChangeLog.8: New.
15949
15950 * config/ia64/fde-glibc.c, config/ia64/freebsd.h,
15951 config/ia64/hpux.h, config/ia64/hpux_longdouble.h,
15952 config/ia64/ia64-c.c, config/ia64/ia64-modes.def,
15953 config/ia64/ia64-protos.h, config/ia64/ia64.c,
15954 config/ia64/ia64.h, config/ia64/ia64.md,
15955 config/ia64/itanium1.md, config/ia64/itanium2.md,
15956 config/ia64/quadlib.c, config/ia64/unwind-ia64.c,
15957 config/ia64/unwind-ia64.h: It's GCC, not GNU CC.
15958
15959 2003-03-13 Aldy Hernandez <aldyh@redhat.com>
15960
15961 * config/rs6000/rs6000.c (rs6000_dwarf_register_span):
15962 Differentiate endianness.
15963 (s6000_override_options): Use cpu type instead of TARGET_SPE.
15964
15965 2003-03-13 Nick Clifton <nickc@redhat.com>
15966
15967 * config/arm/arm.c (print_multi_reg): Do not generate a type 2
15968 LDM instructions with writeback enabled.
15969 (output_return_instruction): Likewise.
15970
15971 * config/arm/pe.h (FIXED_REGISTERS): Remove definition.
15972 (CALL_USED_REGISTERS): Remove definition.
15973 (SUBTARGET_CONDITIONAL_REGISTER_USAGE): Define.
15974
15975 2003-03-13 Alan Modra <amodra@bigpond.net.au>
15976
15977 * config/rs6000/rs6000.c (rs6000_flag_pic): Delete.
15978 (rs6000_xcoff_encode_section_info): #ifdef TARGET_XCOFF.
15979 (rs6000_binds_local_p, TARGET_BINDS_LOCAL_P): #if TARGET_MACHO.
15980 (rs6000_override_options): Don't clear flag_pic for ABI_AIX.
15981 (rs6000_legitimize_address): Formatting.
15982 (rs6000_emit_move): Likewise.
15983 (rs6000_return_addr): Test ABI_AIX as well as flag_pic.
15984 (rs6000_emit_prologue <save_LR_around_toc_setup>): Likewise.
15985 (rs6000_elf_select_section): Comment reason for shlib being
15986 set for ABI_AIX.
15987 (rs6000_elf_unique_section): Likewise.
15988 (rs6000_elf_encode_section_info): Test !TARGET_AIX as well as ABI_AIX.
15989 * config/rs6000/rs6000.h (LEGITIMATE_LO_SUM_ADDRESS_P): Test ABI_AIX
15990 as well as flag_pic.
15991 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Likewise.
15992 (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
15993 * config/rs6000/linux64.h (TARGET_ENCODE_SECTION_INFO): Don't define.
15994
15995 2003-03-13 Richard Henderson <rth@redhat.com>
15996
15997 * emit-rtl.c (try_split): Handle 1-1 splits of call insns properly.
15998
15999 * config/ia64/ia64.c (TARGET_FUNCTION_OK_FOR_SIBCALL): New.
16000 (ia64_gp_save_reg): Remove.
16001 (struct ia64_frame_info): Move to the beginning of the file;
16002 add reg_save_gp.
16003 (ia64_expand_call): Rearrange for new call patterns.
16004 (ia64_reload_gp): New.
16005 (ia64_split_call): New.
16006 (ia64_compute_frame_size): Allocate reg_save_gp.
16007 (ia64_expand_prologue): Save reg_save_gp.
16008 (ia64_expand_epilogue): Don't restore gp.
16009 (ia64_hard_regno_rename_ok): Remove R4 hack.
16010 (ia64_function_ok_for_sibcall): New.
16011 (ia64_output_mi_thunk): Set reload_completed, no_new_pseudos;
16012 call try_split on sibcall pattern.
16013 * config/ia64/ia64-protos.h: Update.
16014 * config/ia64/ia64.md (call_nogp, call_value_nogp, sibcall_nogp):
16015 Rename from nopic versions. Confiscate 2nd argument to call as
16016 a marker.
16017 (call_pic, call_value_pic, sibcall_pic): Remove.
16018 (call_gp, call_value_gp, sibcall_gp): New.
16019 (builtin_setjmp_setup): Remove.
16020 (builtin_setjmp_receiver): Call ia64_reload_gp.
16021
16022 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
16023
16024 * config/dsp16xx/dsp16xx-protos.h, config/dsp16xx/dsp16xx.c,
16025 config/dsp16xx/dsp16xx.h, config/dsp16xx/dsp16xx.md: Replace
16026 "GNU CC" with "GCC".
16027
16028 * config/c4x/c4x-c.c, config/c4x/c4x-modes.def,
16029 config/c4x/c4x-protos.h, config/c4x/c4x.c, config/c4x/c4x.h,
16030 config/c4x/c4x.md, config/c4x/libgcc.S, config/c4x/rtems.h:
16031 GCC, not GNU CC.
16032
16033 * genattrtab.h, hosthooks-def.h, hosthooks.h, langhooks-def.h,
16034 langhooks.h, tree-inline.h: Replace "GNU CC" with "GCC".
16035
16036 * c-pch.c, dummy-conditions.c, genautomata.c, genconditions.c,
16037 langhooks.c, tree-inline.c, unwind-dw2-fde-darwin.c,
16038 unwind-dw2-fde-glibc.c, unwind-libunwind.c, vmsdbgout.c: Replace
16039 "GNU CC" with "GCC".
16040
16041 * config/v850/lib1funcs.asm, config/v850/rtems.h,
16042 config/v850/v850-c.c, config/v850/v850-protos.h,
16043 config/v850/v850.c, config/v850/v850.h, config/v850/v850.md:
16044 GCC, not GNU CC.
16045
16046 * config/vax/bsd.h, config/vax/elf.h, config/vax/netbsd-elf.h,
16047 config/vax/netbsd.h, config/vax/openbsd.h, config/vax/openbsd1.h,
16048 config/vax/ultrix.h, config/vax/vax-protos.h, config/vax/vax.c,
16049 config/vax/vax.h, config/vax/vax.md, config/vax/vaxv.h: GCC, not
16050 GNU CC.
16051
16052 2003-03-12 Benjamin Kosnik <bkoz@redhat.com>
16053
16054 * cpppch.c (cpp_valid_state): Use DL_WARNING_SYSHDR, not DL_WARNING.
16055
16056 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
16057
16058 * fixinc/fixinc.interix: Remove dead code (most of it).
16059 * fixinc/fixinc.dgux: Remove.
16060
16061 * ginclude/float.h, ginclude/iso646.h, ginclude/stdarg.h,
16062 ginclude/stdbool.h, ginclude/stddef.h: GCC, not GNU CC.
16063
16064 2003-03-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
16065
16066 * pa.c (pa_init_builtins): Fix warning.
16067
16068 2003-03-12 Steve Ellcey <sje@cup.hp.com>
16069
16070 * config/ia64/ia64.h (ASM_OUTPUT_XDATA_CHAR): Remove.
16071 (ASM_OUTPUT_XDATA_SHORT): Remove.
16072 (ASM_OUTPUT_XDATA_INT): Remove.
16073 (ASM_OUTPUT_XDATA_DOUBLE_INT): Remove.
16074 (ASM_OUTPUT_ADDR_DIFF_ELT): Handled 32 bit address diffs.
16075 (ASM_PREFERRED_EH_DATA_FORMAT): Handle 32 bit EH pointers.
16076 (CASE_VECTOR_MODE): Handle 32 bit pointers in case statement.
16077
16078 2003-03-12 Andrew Lewycky <andrew@mxc.ca>
16079
16080 PR c++/7050
16081 * expr.c (store_expr): Don't attempt to store void-typed trees,
16082 just evaluate them for side effects.
16083
16084 2003-03-12 Neil Booth <neil@daikokuya.co.uk>
16085
16086 * cppfiles.c (cpp_rename_file, cpp_push_include): New.
16087 * cppinit.c (push_include): Move with changes to cppfiles.c.
16088 (cpp_read_main_file): Mark named operators here...
16089 (cpp_finish_options): ...not here. Update.
16090 (_cpp_maybe_push_include_file): Update.
16091 * cpplib.h (cpp_push_include, cpp_rename_file): New.
16092
16093 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
16094
16095 * aclocal.m4: Introduce gcc_GAS_VERSION_GTE_IFELSE,
16096 _gcc_COMPUTE_GAS_VERSION.
16097 * configure.in: Use them.
16098 * configure: Regenerate.
16099
16100 2003-03-12 Bob Wilson <bob.wilson@acm.org>
16101
16102 * config/xtensa/xtensa.md (adddi3): Don't clobber source operand used
16103 to detect carry.
16104 (subdi3): Reorder emitted instructions.
16105
16106 2003-03-12 Andreas Jaeger <aj@suse.de>
16107
16108 * config/i386/netbsd64.h (TARGET_OS_CPP_BUILTINS): Remove call to
16109 NETBSD_OS_CPP_BUILTINS_LP64.
16110
16111 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
16112
16113 * Makefile.in: Eliminate all.indirect. Update and clean up comments.
16114 Rearrange. Reorganize.
16115 * configure.in: Rearrange.
16116 * configure: Regenerate.
16117
16118 2003-03-12 Andreas Jaeger <aj@suse.de>
16119
16120 * c-cppbuiltin.c (cb_register_builtins): Define LP64 builtins for
16121 LP64 targets.
16122
16123 * doc/cpp.texi (Common Predefined Macros): Document __LP64__ and
16124 _LP64.
16125
16126 * config/ia64/ia64.h (TARGET_CPU_CPP_BUILTINS): Do not define
16127 _LP64 macros here.
16128 * config/pa/pa.h (TARGET_CPU_CPP_BUILTINS): Likewise.
16129
16130 * config/alpha/netbsd.h (TARGET_OS_CPP_BUILTINS): Remove call to
16131 NETBSD_OS_CPP_BUILTINS_LP64.
16132 * config/sh/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Likewise.
16133 * config/sparc/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Likewise.
16134
16135 * config/netbsd.h (NETBSD_OS_CPP_BUILTINS_LP64): Remove.
16136
16137 2003-03-12 Jan Hubicka <jh@suse.cz>
16138
16139 * i386.c (ix86_setup_incoming_varargs): Set stack_alignment_needed to 128.
16140
16141 2003-03-12 Daniel Jacobowitz <drow@mvista.com>
16142
16143 Fix PR target/9797 and PR c/9853.
16144 * stmt.c (expand_decl_init): Call push_temp_slots () and
16145 pop_temp_slots ().
16146
16147 2003-03-12 J"orn Rennecke <joern.rennecke@superh.com>
16148
16149 * sh.c: Include basic-block.h.
16150 (sh_output_mi_thunk, emit_load_ptr): New functions.
16151 (TARGET_ASM_OUTPUT_MI_THUNK, TARGET_ASM_CAN_OUTPUT_MI_THUNK): Redefine.
16152
16153 2003-03-12 Nick Clifton <nickc@redhat.com>
16154
16155 * config/arm/pe.h (FIXED_REGISTERS): Add Maverick registers.
16156 (CALL_USED_REGISTERS): Likewise.
16157 * config/arm/arm.h (FIRST_PSEUDO_REGISTER): Update comment
16158 describing how this value is calculated.
16159
16160 2003-03-12 Hans-Peter Nilsson <hp@bitrange.com>
16161
16162 * configure.in (rlim_t): Define to long if no valid definition
16163 found in sys/resource.h.
16164 * config.in, configure: Regenerate.
16165
16166 2003-03-12 Neil Booth <neil@daikokuya.co.uk>
16167
16168 * config/mcore/mcore-elf.h (CPP_PREDEFINES): Replace with
16169 TARGET_OS_CPP_BUILTINS.
16170 * config/mcore/mcore-pe.h: Similarly.
16171 * config/mcore/mcore.h: Replace CPP_PREDEFINES and part of
16172 CPP_SPEC with TARGET_CPU_CPP_BUILTINS.
16173
16174 2003-03-12 Eric Botcazou <ebotcazou@libertysurf.fr>
16175
16176 PR c/9928
16177 * c-decl.c (duplicate_decls): Discard the initializer of the new decl
16178 only if it is a VAR_DECL.
16179
16180 2003-03-12 Eric Botcazou <ebotcazou@libertysurf.fr>
16181
16182 PR optimization/9888
16183 * config/i386/i386.md (jcc_1): Fix range.
16184 (jcc_2): Likewise.
16185 (jump): LIkewise.
16186 (doloop_end_internal): Likewise.
16187
16188 2003-03-12 Danny Smith <dannysmith@users.sourceforge.net>
16189
16190 * config/i386/winnt.c (DLL_IMPORT_PREFIX): New define.
16191 Use throughout instead of DLL_IMPORT_EXPORT_PREFIX and "e."
16192 (DLL_EXPORT_PREFIX): New define. Use throughout instead of
16193 DLL_IMPORT_EXPORT_PREFIX and "i."
16194 (i386_pe_dllexport_name_p): Here.
16195 (i386_pe_dllimport_name_p): Here.
16196 (i386_pe_mark_dllexport): Here. Remove DLL_IMPORT_PREFIX,
16197 not 9 chars when getting identifier name.
16198 (i386_pe_mark_dllimport): Here.
16199 (i386_pe_encode_section_info): Here. Remove DLL_IMPORT_PREFIX,
16200 not 9 chars when getting identifier name. Correct comment.
16201 (i386_pe_strip_name_encoding): Here. Add comments for different
16202 cases.
16203 (gen_fastcall_suffix): Break down xmalloc() argument to
16204 components.
16205 (gen_stdcall_suffix): Likewise.
16206 Update copyright year.
16207
16208 2003-03-12 Eric Botcazou <ebotcazou@libertysurf.fr>
16209
16210 PR optimization/9888
16211 * config/i386/i386.md (movsi_1): Remove special alternatives
16212 for %eax register.
16213 (movsi_1_nointernunit): Likewise.
16214 (movhi_1): Likewise.
16215 * config/i386/i386.c (memory_address_length): Do not use
16216 short displacement when there is no base.
16217 (ix86_attr_length_address_default): Handle LEA instructions.
16218
16219 2003-03-12 Neil Booth <neil@daikokuya.co.uk>
16220
16221 * c-cppbuiltin.c (builtin_define_std): Make non-static.
16222
16223 2003-03-11 Loren James Rittle <ljrittle@acm.org>
16224
16225 * config/freebsd-spec.h (FBSD_CPP_PREDEFINES): Remove.
16226 (FBSD_TARGET_OS_CPP_BUILTINS): New port-specific macro.
16227 (FBSD_TARGET_CPU_CPP_BUILTINS): New port-specific macro.
16228 * config/freebsd.h (CPP_PREDEFINES): Remove.
16229 (TARGET_OS_CPP_BUILTINS): New.
16230 * config/alpha/freebsd.h: Use overridden FBSD_TARGET_CPU_CPP_BUILTINS
16231 instead of TARGET_OS_CPP_BUILTINS.
16232 * config/sparc/freebsd.h (CPP_PREDEFINES): Remove.
16233
16234 2003-03-11 Geoffrey Keating <geoffk@apple.com>
16235
16236 * c-cppbuiltin.c (builtin_define_std): Add ATTRIBUTE_UNUSED.
16237
16238 2003-03-11 Aldy Hernandez <aldyh@redhat.com>
16239
16240 * config/rs6000/rs6000.c (rs6000_stack_info): Remove
16241 insn_chain_scanned. Use insn_chain_scanned_p in machine_function.
16242
16243 * config/rs6000/rs6000.h (machine_function): Add insn_chain_scanned_p.
16244
16245 2003-03-11 Alexandre Oliva <aoliva@redhat.com>
16246
16247 * toplev.c (independent_decode_option): Return success for --help,
16248 --target-help and --version.
16249
16250 2003-03-11 Alexandre Oliva <aoliva@redhat.com>
16251
16252 * config/mips/linux64.h (DRIVER_SELF_SPECS): Add endian_spec.
16253 Default to -mips3 on -mabi=64. Don't add -mips* flag if -march is
16254 specified.
16255 (SUBTARGET_ASM_SPEC): Remove -mips*-adding code obviated by
16256 DRIVER_SELF_SPECS.
16257 (LINK_SPEC): Let endian options affect the linker emulation name.
16258
16259 2003-03-11 J"orn Rennecke <joern.rennecke@superh.com>
16260
16261 * sh.md (reload_inqi): Fix mode for source in second set.
16262
16263 2003-03-11 Jan Hubicka <jh@suse.cz>
16264
16265 * cselib.c (cselib_invalidate_mem_1): Move too ...
16266 (cselib_invalidate_mem): ... here; use new list
16267 (dummy_val, first_containing_mem): New static variables.
16268 (clear_table): Initialize first_containing_mem.
16269 (discard_useless_values): Compact the containing_mem list.
16270 (add_mem_for_addr): Add to the list.
16271 * cselib.h (cselib_val): Add next_containing_mem.
16272
16273 2003-03-11 Aldy Hernandez <aldyh@redhat.com>
16274
16275 * config/rs6000/rs6000.c (rs6000_override_options): Disable string
16276 instructions for e500.
16277
16278 2003-03-11 Neil Booth <neil@daikokuya.co.uk>
16279
16280 * Makefile.in: Update.
16281 * c-cppbuiltin.c: Include tm_p.h.
16282
16283 2003-03-11 Aldy Hernandez <aldyh@redhat.com>
16284
16285 * doc/tm.texi (Frame Registers): Document DWARF_REG_TO_UNWIND_COLUMN.
16286
16287 * unwind-dw2.c (DWARF_REG_TO_UNWIND_COLUMN): Define.
16288 (_Unwind_GetGR): Use DWARF_REG_TO_UNWIND_COLUMN.
16289 (_Unwind_SetGR): Same.
16290 (_Unwind_GetGRPtr): New.
16291 (_Unwind_SetGRPtr): New.
16292 (uw_update_context_1): Use accesor functions instead of accessing
16293 context->reg[] directly.
16294 (uw_install_context_1): Same.
16295 (execute_cfa_program): Same.
16296 (__frame_state_for): Same.
16297
16298 * config/rs6000/rs6000.c (spe_synthesize_frame_save): Use 1200 as
16299 the synthetic register offset.
16300
16301 * config/rs6000/rs6000.h (DWARF_REG_TO_UNWIND_COLUMN): New.
16302
16303 2003-03-11 Hans-Peter Nilsson <hp@axis.com>
16304
16305 * config/cris/cris.md: Remove lingering EGCS reference.
16306 ("*extopqihi_side_biap"): For HI operation, match
16307 cris_additive_operand_extend_operator, not
16308 cris_operand_extend_operator. Adjust condition.
16309 ("*extopqihi_side", "*extopqihi"): Ditto.
16310 ("*extopqisi_side_biap"): Correct operand numbers in condition.
16311 ("*extophisi_side_biap", "*extopqisi_swap_side_biap"): Ditto.
16312 ("*extophisi_swap_side_biap", "*extopqisi_swap"): Ditto.
16313 ("*extophisi_swap"): Ditto.
16314 ("*extopqihi_swap_side_biap"): For HI operation, match a simple
16315 PLUS, not cris_operand_extend_operator. Adjust condition and
16316 output template.
16317 ("*extopqihi_swap_side", "*extopqihi_swap"): Ditto.
16318 * config/cris/cris.h (PREDICATE_CODES): Add
16319 cris_additive_operand_extend_operator.
16320 * config/cris/cris.c (cris_additive_operand_extend_operator):
16321 New predicate.
16322
16323 2003-03-11 Hartmut Penner <hpenner@de.ibm.com>
16324
16325 * df.c (read_modify_subreg_p): Change from static to global.
16326 * df.h (read_modify_subreg_p): Add prototype.
16327 * sched-deps.c (sched_analyze_1): Generate true dependency for
16328 strict_low_part, certain subregs and zero/sign_extract.
16329
16330 2003-03-11 Neil Booth <neil@daikokuya.co.uk>
16331
16332 * Makefile.in: Update.
16333 * c-common.c: Don't include real.h or except.h.
16334 (REGISTER_PREFIX): Remove.
16335 (builtin_define_std, builtin_define_with_value,
16336 builtin_define_with_int_value, builtin_define_with_hex_fp_value,
16337 builtin_define_type_max, builtin_define_type_precision,
16338 builtin_define_float_constants): Move to c-cppbuiltin.c.
16339 (c_stddef_cpp_builtins): New.
16340 * c-common.h (builtin_define_with_value, c_stddef_cpp_builtins): New.
16341 * c-cppbuiltin.c: New, extracted from c-common.c.
16342 (define__GNUC__): New.
16343 * cppspec.c (lang_specific_driver): Remove support of -no-gcc.
16344 * gcc.c: Remove support of %v1, %v2 and %v3 specs.
16345 (cpp_unique_options): Don't support no-gcc.
16346 (do_spec_1): Remove support of version specs.
16347 * doc/invoke.texi: Remove documentation of %v1, %v2 and %v3.
16348 * doc/passes.texi: Update.
16349 * doc/tm.texi: Update.
16350
16351 2003-03-10 Aldy Hernandez <aldyh@redhat.com>
16352
16353 * dwarf2out.c (multiple_reg_loc_descriptor): Fix thinko.
16354
16355 2003-03-10 Andrew Pinski <apinski@apple.com>
16356
16357 * config/darwin.c (machopic_function_base_name): If dynamic-no-pic
16358 is on should not get here.
16359 (machopic_indirect_data_reference): If dynamic-no-pic is on just
16360 generate high/low parts of the address.
16361 (machopic_legitimize_pic_address): Change MACHOPIC_PURE to
16362 MACHOPIC_INDIRECT. Dynamic-no-pic uses 0 as the pic base. Generate
16363 symbol and labels with a new reg. Dynamic-no-pic does not have a
16364 pic_offset_table_rtx.
16365 (machopic_select_section): Change references of flag_pic to
16366 MACHOPIC_INDIRECT.
16367 (machopic_asm_out_destructor): Likewise.
16368 * config/darwin.h (ASM_DECLARE_UNRESOLVED_REFERENCE): Change
16369 reference of flag_pic to MACHOPIC_INDIRECT.
16370 (MACHO_DYNAMIC_NO_PIC_P): Define as TARGET_DYNAMIC_NO_PIC.
16371 (MACHOPIC_INDIRECT): Is also true when dynamic-no-pic is on.
16372 (MACHOPIC_JUST_INDIRECT): Is also true when dynamic-no-pic is on.
16373 (MACHOPIC_PURE): Is not pure when dynamic-no-pic is on.
16374 * config/i386/darwin.h (MASK_MACHO_DYNAMIC_NO_PIC): Define as
16375 0 for right now as dynamic-no-pic is not implemented on Darwin/ia32.
16376 * config/rs6000/darwin.h (MASK_MACHO_DYNAMIC_NO_PIC): Define.
16377 (TARGET_DYNAMIC_NO_PIC): Define.
16378 (SUBTARGET_SWITCHES): Define, have sub-target switches for
16379 dynamic-no-pic.
16380 (SUBTARGET_OVERRIDE_OPTIONS): Move check for -fpic from
16381 rs6000_override_options to here. Dynamic-no-pic overrides
16382 pic.
16383 (CC1_SPEC): Change from not static then pic to not static and not
16384 dynamic-no-pic then pic.
16385 * config/rs6000/rs6000.c (rs6000_override_options): Move the
16386 check for -fpic and DARWIN_ABI to config/rs6000/darwin.h
16387 (rs6000_legitimize_reload_address): Add case for loading floating in
16388 dynamic-no-pic.
16389 (rs6000_emit_move): Add case for dynamic-no-pic. Change reference
16390 of flag_pic to MACHOPIC_INDIRECT.
16391 (secondary_reload_class): Conditional change the reference of
16392 flag_pic to MACHOPIC_INDIRECT.
16393 (rs6000_output_mi_thunk): Change reference of flag_pic to
16394 MACHOPIC_INDIRECT.
16395 (output_profile_hook): Likewise.
16396 (machopic_output_stub): Non-pure (dynamic-no-pic) is now supported.
16397 * config/rs6000/rs6000.md (movdf_low): Add the case for
16398 MACHO_DYNAMIC_NO_PIC_P.
16399 (call): Change references for flag_pic in TARGET_MACHO to
16400 MACHOPIC_INDIRECT.
16401 (SUBTARGET_OVERRIDE_OPTIONS): Add case where -fpic is on and
16402 -mdynamic-no-pic is on. Also move case for -fpic from rs6000.c.
16403 * doc/invoke.texi (-mdynamic-no-pic): Document.
16404
16405 2003-03-10 Devang Patel <dpatel@apple.com>
16406
16407 PR c++/9394
16408 * gcc.c (DEFAULT_SWITCH_TAKES_ARG): Remove.
16409 (DEFAULT_WORD_SWITCH_TAKES_ARG): Remove.
16410 * gcc.h (DEFAULT_SWITCH_TAKES_ARG): Add.
16411 (DEFAULT_WORD_SWITCH_TAKES_ARG): Add.
16412 * cppspec.c (DEFAULT_SWITCH_TAKES_ARG): Remove.
16413 (DEFAULT_WORD_SWITCH_TAKES_ARG): Remove.
16414
16415 2003-03-10 Steven Bosscher <s.bosscher@student.tudelft.nl>
16416
16417 PR optimization/7189
16418 * toplev.c (rest_of_compilation): Move
16419 check_function_return_warnings up to just after
16420 delete_unreachable_blocks.
16421
16422 2003-03-10 Stephane Carrez <stcarrez@nerim.fr>
16423
16424 * config/m68hc11/m68hc11.h (HARD_REGNO_RENAME_OK): Define.
16425 * config/m68hc11/m68hc11-protos.h (m68hc11_hard_regno_rename_ok):
16426 Declare.
16427 * config/m68hc11/m68hc11.c (m68hc11_hard_regno_rename_ok): New function
16428 for reg rename optimization to avoid using Z and Y registers.
16429
16430 2003-03-10 Stephane Carrez <stcarrez@nerim.fr>
16431
16432 * config/m68hc11/m68hc11.md ("*addhi3_68hc12"): Accept any constant
16433 when adding to X and Y since leax/leay are fast.
16434 ("*addhi3"): Accept 'I' constraint when adding to address register.
16435 ("rotlhi3"): Operand 1 must be a register_operand.
16436 (peephole2): New peephole to optimize some adds.
16437 * config/m68hc11/m68hc11.h (CONST_OK_FOR_LETTER_P): Use 'I' constraint
16438 to represent -2 .. 2 small integer range.
16439
16440 2003-03-10 Stephane Carrez <stcarrez@nerim.fr>
16441
16442 * config/m68hc11/m68hc11.c (m68hc11_gen_rotate): Set carry before
16443 each 16-bit rotation.
16444
16445 2003-03-10 Zack Weinberg <zack@codesourcery.com>
16446
16447 * c-opts.c (add_prefixed_path): Don't use concat. When
16448 prefixing with cpp_GCC_INCLUDE_DIR, copy only the first
16449 cpp_GCC_INCLUDE_DIR_len characters.
16450
16451 2003-03-10 Segher Boessenkool <segher@koffie.nl>
16452
16453 * testsuite/gcc.dg/altivec-9.c: New file.
16454
16455 * config/rs6000/rs6000.c (altivec_frame_fixup): Remove.
16456 (rs6000_emit_prologue): Use rs6000_frame_related instead.
16457
16458 2003-03-10 Aldy Hernandez <aldyh@redhat.com>
16459
16460 * config/rs6000/spe.h: Define __ev64_*64__ to use single element
16461 vectors.
16462 (__ev_convert_u64): Remove macro. Define as inline.
16463 (__ev_convert_s64): Same.
16464
16465 2003-03-10 Aldy Hernandez <aldyh@redhat.com>
16466
16467 * config/rs6000/rs6000.h (DWARF_FRAME_REGISTERS): Define.
16468 (rs6000_stack_t): Add spe_64bit_regs_used.
16469
16470 * config/rs6000/rs6000.c (rs6000_stack_info): Calculate
16471 spe_64bit_regs_used, and use it to determine the size of the
16472 frame.
16473 (spe_func_has_64bit_regs_p): New.
16474 (spe_synthesize_frame_save): New.
16475 (rs6000_frame_related): Handle SPE synthetic registers.
16476 (rs6000_emit_prologue): Only save in 64-bits if the function used
16477 any registers in 64-bit mode.
16478 (rs6000_emit_epilogue): Same, but for restore.
16479
16480 2003-03-10 Richard Earnshaw <rearnsha@arm.com>
16481
16482 * arm.h (enum floating_point_type): Delete. Replace with...
16483 (enum fputype): ... new.
16484 (FPUTYPE_DEFAULT): Renamed from FP_DEFAULT. Values reworked.
16485 * linux-elf.h (FPUTYPE_DEFAULT): Likewise.
16486 * arm.md (attr fpu): Reworked for new underlying enum values.
16487 * arm.c (arm_fpu_arch): Now enum fputype.
16488 (arm_fpu_tune): Renamed from arm_fpu. Now enum fputype.
16489 (arm_override_options, arm_output_epilogue, arm_expand_prologue):
16490 Update uses of arm_fpu_arch and arm_fpu_tune.
16491
16492 2003-03-10 Josef Zlomek <zlomekj@suse.cz>
16493
16494 * cfgcleanup.c (outgoing_edges_match): Compare the jump tables.
16495 (try_crossjump_to_edge): Replace refereces to one jump table by
16496 references to identical jump table.
16497 * loop.c (load_mems): Moved setting the JUMP_LABEL to replace_label.
16498 (replace_label): Moved to rtlanal.c.
16499 (struct rtx_pair): Moved to rtl.h.
16500 * rtl.h (struct rtx_pair): Moved from loop.c.
16501 (replace_label): New extern function.
16502 (subrtx_p): New extern function.
16503 (tablejump_p): New extern function.
16504 * rtlanal.c (replace_label): Moved from loop.c.
16505 (subrtx_p_1): New static function.
16506 (subrtx_p): New function.
16507 (tablejump_p): New function.
16508
16509 2003-03-10 Jan Hubicka <jh@suse.cz>
16510
16511 * cfgcleanup.c (try_optimize_cfg): Fix thinko in previous patch.
16512
16513 * cfgcleanup.c (merge_blocks): Return where to iterate next.
16514 (try_optimize_cfg): Use return value of merge_blocks
16515
16516 2003-03-10 Michael Matz <matz@suse.de>
16517
16518 * cfg.c (unchecked_make_edge): New.
16519 (cached_make_edge): Use it.
16520 * basic-block.h (unchecked_make_edge): Declare.
16521 * cfglayout.c (cfg_layout_duplicate_bb): Use it.
16522
16523 2003-03-10 Richard Earnshaw <rearnsha@arm.com>
16524
16525 * fpa.md: New file. Move all patterns relating to FPA co-processor
16526 to here...
16527 * arm.md: ... from here.
16528 (cirrus.md, fpa.md): Include at end of description.
16529 (divsf3, divdf3, modsf3, movdf3, sqrtsf2, sqrtdf2): New expands.
16530 (pic_load_addr_based): Remove register constraint from expander.
16531 (seq, sne, sgt, sle, slt, sge, sgeu, sleu, sgtu, sltu, sunordered)
16532 (sordered, sungt, sunle, sunge, sunlt): Likewise.
16533 (eh_epilogue, tablejump): Likewise.
16534
16535 2003-03-09 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
16536
16537 * tree.c (substitute_in_expr, case 'e'): Only make recursive call
16538 on operands if it has a PLACEHOLDER_EXPR.
16539
16540 2003-03-09 David Edelsohn <edelsohn@gnu.org>
16541 Mostafa Hagog
16542
16543 * config/rs6000/rs6000.md (movsi_update1): Add TARGET_UPDATE final
16544 condition.
16545
16546 2003-03-09 Neil Booth <neil@daikokuya.co.uk>
16547
16548 * config/frv/frv.h: Use TARGET_CPU_CPP_BUILTINS, not CPP_PREDEFINES.
16549 * config/ip2k/ip2k.h: Similarly.
16550 * config/m32r/m32r.h: Similarly.
16551 * config/m68hc11/m68hc11.h: Similarly.
16552 * config/mn10200/mn10200.h: Similarly.
16553 * config/mn10300/mn10300.h: Similarly.
16554 * config/pdp11/pdp11.h: Similarly.
16555 * config/v850/v850.h: Similarly.
16556 * config/rs6000/vxworks.h: Similarly for TARGET_OS_CPP_BUILTINS.
16557 * config/v850/retms.h: Similarly for TARGET_OS_CPP_BUILTINS.
16558 * config/mips/iris3.h: Remove #if 0 block.
16559
16560 2003-03-09 Roger Sayle <roger@eyesopen.com>
16561 Joern Rennecke <joern.rennecke@superh.com>
16562
16563 * gcc.c (do_spec_1) ['{']: Revert 2003-02-24 patch. Don't handle
16564 pending argument upon return from handle_braces here.
16565 (do_spec_2): Instead handle it upon return from do_spec_1 here.
16566
16567 2003-03-09 Roger Sayle <roger@eyesopen.com>
16568 Joern Rennecke <joern.rennecke@superh.com>
16569
16570 * gcc.c (do_spec_1) ['{']: Revert 2003-02-24 patch. Don't handle
16571 pending argument upon return from handle_braces here.
16572 (do_spec_2): Instead handle it upon return from do_spec_1 here.
16573
16574 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
16575
16576 * varasm.c (make_decl_one_only): Use declare_weak().
16577
16578 2003-03-09 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
16579
16580 PR middle-end/9986
16581 * c-common.c (c_common_nodes_and_builtins): Initialize target builtins
16582 after the common builtins.
16583 * pa-hpux.h (DONT_HAVE_FPUTC_UNLOCKED): Define.
16584 * pa.c (TARGET_INIT_BUILTINS): Define.
16585 (pa_init_builtins): New function.
16586
16587 * pa.md (call, call_value, sibcall, sibcall_value): When sufficient
16588 space has been allocated for the outgoing arguments, set the arg
16589 pointer for a call emitted after virtuals have been instantiated
16590 using the stack pointer offset, otherwise abort.
16591
16592 2003-03-09 DJ Delorie <dj@redhat.com>
16593
16594 * config/stormy16/stormy16.h (DWARF_LINE_MIN_INSTR_LENGTH): Revert.
16595
16596 2003-03-09 Richard Earnshaw <rearnsha@arm.com>
16597
16598 * arm.md (fix_truncsfsi2, fix_truncdfsi2, arm_fix_truncsfsi2)
16599 (arm_fix_truncdfsi2): Add missing fix in floating point mode before
16600 conversion to integer.
16601 * cirrus.md (cirrus_truncsfsi2, cirrus_truncdfsi2): Likewise.
16602
16603 2003-03-09 Roger Sayle <roger@eyesopen.com>
16604
16605 * builtins.def: Fix typo and improve grammar.
16606 * loop-unroll.c (decide_peel_completely): Tidy log message.
16607
16608 2003-03-09 Kazu Hirata <kazu@cs.umass.edu>
16609
16610 * config/h8300/h8300.md (*tstsi_upper_bit): New.
16611 (*iorsi3_e2f): Likewise.
16612
16613 2003-03-08 Kazu Hirata <kazu@cs.umass.edu>
16614
16615 * config/h8300/h8300.c (h8300_and_costs): Return the number of
16616 assembly instructions needed.
16617 (h8300_shift_costs): Likewise.
16618
16619 2003-03-09 Hans-Peter Nilsson <hp@bitrange.com>
16620
16621 * config/cris/aout.h (ENDFILE_SPEC): Undef.
16622
16623 * optabs.c (gen_move_insn): Move logic for synthesizing MODE_CC
16624 moves from here ...
16625 * expr.c (emit_move_insn_1): ... to here.
16626
16627 * config/cris/aout.h (CRIS_CPP_SUBTARGET_SPEC): Move -D__AOUT__ to...
16628 (TARGET_OS_CPP_BUILTINS): New macro.
16629 * config/cris/cris.h (CRIS_CPP_SUBTARGET_SPEC): Move -D__ELF__ to...
16630 (TARGET_OS_CPP_BUILTINS): New macro.
16631 (CPP_PREDEFINES): Don't define. Move old definitions and...
16632 (CPP_SPEC): ...move -D__CRIS_ABI_version=2 to...
16633 (TARGET_CPU_CPP_BUILTINS): New macro.
16634 * config/cris/linux.h (CRIS_CPP_SUBTARGET_SPEC): Move constant
16635 definitions and the optional __PIC__, __pic__ and
16636 __NO_UNDERSCORES__ definitions to...
16637 (TARGET_OS_CPP_BUILTINS): New macro.
16638
16639 * flags.h (flag_leading_underscore): Declare.
16640
16641 * c-opts.c (c_common_post_options): On fopen failure, return
16642 false, not NULL.
16643
16644 2003-03-08 Hans-Peter Nilsson <hp@bitrange.com>
16645
16646 * config/cris/cris_abi_symbol.c: #include tconfig.h and tm.h, not
16647 config.h.
16648 * config/cris/cris.h (HAVE_GAS_HIDDEN): Don't define here.
16649 * config/cris/aout.h (HAVE_GAS_HIDDEN): Undef.
16650
16651 2003-03-08 Neil Booth <neil@daikokuya.co.uk>
16652
16653 * config/sh/rtemself.h (TARGET_OS_CPP_BUILTINS): Use instead of
16654 CPP_PREDEFINES.
16655 * config/sh/rtems.h (TARGET_OS_CPP_BUILTINS): Use instead of
16656 CPP_PREDEFINES.
16657
16658 2003-03-08 Neil Booth <neil@daikokuya.co.uk>
16659
16660 * c-common.h (c_common_init, c_common_post_options): Update.
16661 * c-objc-common.c (c_objc_common_init): Update for new prototype.
16662 * c-opts.c (saved_lineno): New.
16663 (c_common_post_options, c_common_init): Update prototypes,
16664 move call to cpp_read_main_file from latter to former.
16665 * c-tree.h (c_ojbc_common_init): Update.
16666 * langhooks-def.h (lhd_post_options): New.
16667 (LANG_HOOKS_INIT, LANG_HOOKS_POST_OPTIONS): Update.
16668 * langhooks.c (lhd_post_options): New.
16669 * langhooks.h (struct lang_hooks): Update post_options and init hooks.
16670 * toplev.c (no_backend): New.
16671 (process_options): Call post_options hook and set main_input_filename
16672 and input_filename here.
16673 (lang_dependent_init, do_compile): post_options hook moved to
16674 process_options.
16675 * objc/objc-act.c (objc_init): Update prototype.
16676 * objc/objc-act.h (objc_init): Update prototype.
16677
16678 2003-03-08 Roger Sayle <roger@eyesopen.com>
16679
16680 * emit-rtl.c (gen_lowpart): Don't attempt to load a part of
16681 a complex or vector type, using a load in the original mode.
16682
16683 2003-03-08 Jan Hubicka <jh@suse.cz>
16684
16685 * Makefile.in (cgraph.o): Depend on gt-cgraph.h and varray.h.
16686 * gt-cgraph.h: New GC file.
16687 * cgraph.c (known_fns): New static variable.
16688 (cgraph_node): Add the decl into varray.
16689
16690 2003-03-08 Hans-Peter Nilsson <hp@bitrange.com>
16691
16692 * config/mmix/mmix.md ("*movcc_expanded"): Add missing alternatives.
16693
16694 2003-03-08 Richard Earnshaw <rearnsha@arm.com>
16695
16696 * arm.c (fpa_rhs_operand, fpa_add_operand, const_double_rtx_ok_for_fpa)
16697 (neg_const_double_ok_for_fpa, output_mov_long_double_fpa_from_arm)
16698 (output_mov_long_double_arm_from_fpa, output_mov_double_fpa_from_arm)
16699 (output_mov_double_arm_from_fpa): Renamed to use fpa instead of fpu.
16700 All callers changed.
16701 * arm.md, arm.h, arm-protos.h: Updated.
16702
16703 * arm.h (enum reg_class FPA_REGS): Renamed from FPU_REGS.
16704 (CLASS_MAX_NREGS, REGISTER_MOVE_COST, REG_CLASS_FROM_LETTER): Updated.
16705 * arm.c (arm_regno_class, f_register_operand): Updated.
16706
16707 2003-03-08 Hans-Peter Nilsson <hp@bitrange.com>
16708
16709 * config/cris/cris.h: Remove EGCS references.
16710 (CPP_SPEC): Remove "-$".
16711 (INIT_CUMULATIVE_ARGS): Adjust parameter name to FNDECL.
16712
16713 2003-03-08 Neil Booth <neil@daikokuya.co.uk>
16714
16715 * config/stormy16/stormy16.h (TARGET_CPU_CPP_BUILTINS): Use in
16716 preference to CPP_PREDEFINES.
16717
16718 2003-03-08 Neil Booth <neil@daikokuya.co.uk>
16719
16720 * cppinit.c (cpp_finish_options): Set first_unused_line to -1.
16721
16722 2003-03-08 Kazu Hirata <kazu@cs.umass.edu>
16723
16724 * config/h8300/h8300.md (*extzv_16_8): New.
16725
16726 2003-03-08 Jan Hubicka <jh@suse.cz>
16727
16728 * c-decl.c: (finish_function): Update call of tree_inlinable_function_p.
16729 * cgraph.h: (cgraph_local_info): Add can_inline_once
16730 (cgraph_global_info): Add inline_once.
16731 (cgraph_node): Add previous.
16732 (cgraph_remove_node): New.
16733 * cgraphunit.c (cgraph_mark_functions_to_inline_once): New static
16734 function.
16735 (cgraph_optimize): Call it.
16736 (cgraph_finalize_function): Set inlinable flags.
16737 (cgraph_finalize_compilation_unit): Actually remove the reclaimed nodes.
16738 (cgraph_mark_functions_to_output): Use new inlining heuristics flags.
16739 (cgraph_expand_function): Likewise.
16740 * cgraph.c
16741 (cgraph_node): Put nodes into doubly linked chain.
16742 (cgraph_remove_node): New function.
16743 * flags.h (flag_inline_functions_called_once): Declare.
16744 * tree-inline.c: Include cgraph.h
16745 (inlinable_functions_p): Add extra argument to bypass limits.
16746 (expand_call_inline): Obey cgraph flag.
16747 * tree-inline.h (tree_inlinable_function_p): Update prototype.
16748
16749 2003-03-08 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
16750
16751 * gcse.c (bypass_block, bypass_conditional_jumps): Do not create
16752 irreducible loops.
16753
16754 * loop-unroll.c (unroll_loop_runtime_iterations): Update irreducible
16755 loops info correctly.
16756
16757 2003-03-08 Eric Botcazou <ebotcazou@libertysurf.fr>
16758
16759 PR middle-end/7796
16760 * unroll.c (calculate_giv_inc): Handle constants being
16761 loaded with LSHIFTRT.
16762
16763 2003-03-07 David Edelsohn <edelsohn@gnu.org>
16764
16765 * config/rs6000/rs6000.c (processor_target_table): Do not disable
16766 GP optional instructions on Power3, Power4, 620, and 630.
16767
16768 2003-03-07 Kazu Hirata <kazu@cs.umass.edu>
16769
16770 * calls.c: Fix comment formatting.
16771 * cfgloopanal.c: Likewise.
16772 * cfgloopmanip.c: Likewise.
16773 * combine.c: Likewise.
16774 * dwarf2out.c: Likewise.
16775 * ggc-common.c: Likewise.
16776 * langhooks.c: Likewise.
16777 * loop-unroll.c: Likewise.
16778 * loop.c: Likewise.
16779 * ra-build.c: Likewise.
16780 * sbitmap.c: Likewise.
16781 * toplev.c: Likewise.
16782
16783 2003-03-07 James E Wilson <wilson@tuliptree.org>
16784
16785 * config/sh/sh.h (HARD_REGNO_NREGS): Round up the XD register count.
16786
16787 2003-03-07 Geoffrey Keating <geoffk@apple.com>
16788
16789 * objc/lang-specs.h (objective-c-header): Use .gch not .pch;
16790 support -no-integrated-cpp.
16791
16792 * c-pch.c (get_ident): Use c_language_kind and flag_objc rather
16793 than langhooks.name.
16794
16795 2003-03-07 Michael Matz <matz@suse.de>
16796
16797 * df.h (enum df_ref_flags.DF_REF_STRIPPED): New.
16798 (DF_FOR_REGALLOC): New.
16799 * df.c (df_ref_record): Set DF_REF_STRIPPED.
16800 (read_modify_subreg_p): Simplify.
16801 (df_def_record_1, df_uses_record): Set DF_REF_MODE_CHANGE more often.
16802 Use DF_FOR_REGALLOC.
16803 * ra.h (struct web): New member subreg_stripped.
16804 (invalid_mode_change_regs): Declare.
16805 * ra.c (invalid_mode_change_regs): New.
16806 (init_ra): Initialize it.
16807 * ra-build.c (init_one_web_common, remember_web_was_spilled): Use it.
16808 Use CANNOT_CHANGE_MODE_CLASS as ifdef guard.
16809 (reinit_one_web, parts_to_web_1): Deal with subreg_stripped.
16810 * ra-colorize.c (colorize_one_web): Use invalid_mode_change_regs.
16811 Use CANNOT_CHANGE_MODE_CLASS as ifdef guard.
16812
16813 2003-03-07 Richard Earnshaw <rearnsha@arm.com>
16814
16815 * arm.md (addsf3, adddf3, subsf3, subdf3, mulsf3, muldf3, negsf2)
16816 (negdf2, abssi2, abssf2, absdf2, floatsisf2, floatsidf2)
16817 (fix_truncsfsi2, fix_truncdfsi2, truncdfsf2): Moved back into main
16818 machine description file from ...
16819 * cirrus.md: ... here.
16820
16821 2003-03-06 Kazu Hirata <kazu@cs.umass.edu>
16822
16823 * config/h8300/h8300.md (a peephole2): Don't use
16824 reg_overlap_mentioned_p.
16825
16826 2003-03-06 Geoffrey Keating <geoffk@apple.com>
16827
16828 * c-pch.c: Include langhooks.h.
16829 (IDENT_LENGTH): New.
16830 (get_ident): New.
16831 (pch_ident): Delete.
16832 (pch_init): Use get_ident, IDENT_LENGTH.
16833 (c_common_valid_pch): Likewise. Also, use actual language
16834 in warning message.
16835 * Makefile.in (c-pch.o): Add langhooks.h to dependencies.
16836
16837 * objc/config-lang.in (gtfiles): Add objc-act.c. Remove duplicate
16838 c-parse.in.
16839 * objc/Make-lang.in (objc/objc-act.o): Add dependency on
16840 gt-objc-objc-act.h.
16841 (gt-objc-objc-act.h): New rule.
16842 * objc/lang-specs.h: Support PCH.
16843 * objc/objc-act.c: Include gt-objc-objc-act.h.
16844 (objc_add_static_instance): Move num_static_inst out, mark for PCH.
16845 (build_selector_reference_decl): Move idx out, mark for PCH.
16846 (build_class_reference_decl): Likewise.
16847 (build_objc_string_decl): Move *_idx out, mark for PCH.
16848 (build_tmp_function_decl): Move xxx out, mark for PCH.
16849
16850 2003-03-06 Dale Johannesen <dalej@apple.com>
16851
16852 * config/rs6000/rs6000.c (rs6000_binds_local_p): Consider
16853 global functions for inlining on Darwin.
16854
16855 2003-03-06 Vladimir Makarov <vmakarov@redhat.com>
16856
16857 * haifa-sched.c (schedule_block): Don't call reorder when sorting
16858 is prohibited.
16859
16860 2003-03-06 Neil Booth <neil@daikokuya.co.uk>
16861
16862 * Makefile.in (c-ppoutput.o): Update.
16863 * c-common.h (init_pp_output): New.
16864 (preprocess_file): Update.
16865 * c-lex.c (init_c_lex): Move mbchar initialization to cpplib.
16866 Register builtins.
16867 * c-opts.c (c_common_init): Call init_pp_output if preprocessing.
16868 Make call to cpp_read_main_file common to whether preprocessing
16869 or not. Don't register builtins.
16870 * c-ppoutput.c: Include c-pragma.h.
16871 (setup_callbacks): Rename init_pp_output.
16872 (preprocess_file): No longer setup callbacks or call
16873 cpp_read_main_file.
16874 * cpphash.h (_cpp_init_mbchar): New.
16875 * cppinit.c (init_library): Call _cpp_init_mbchar.
16876 * cpplex.c (_cpp_init_mbchar): New.
16877
16878 2003-03-06 Roger Sayle <roger@eyesopen.com>
16879
16880 * emit-rtl.c (gen_lowpart): When requesting the low-part of a
16881 MEM, try loading the MEM into a register and taking the low-part
16882 of that, to help CSE see the use of the MEM in its true mode.
16883
16884 2003-03-05 Tom Tromey <tromey@redhat.com>
16885
16886 * config/stormy16/stormy16.h (DWARF_LINE_MIN_INSTR_LENGTH):
16887 Define.
16888
16889 2003-03-05 Nick Clifton <nickc@cambridge.redhat.com>
16890
16891 * config/stormy16/stormy16.md ("*eqbranchsi"): Remove '+' on
16892 operand 2.
16893 ("*ineqbranchsi"): Likewise.
16894
16895 2003-03-05 Andrew Haley <aph@cambridge.redhat.com>
16896
16897 * config/stormy16/stormy16.c (xstormy16_expand_prologue): Delete
16898 mem_fake_push_rtx. Instead construct a SEQUENCE to show the
16899 register store followed by a stack increment.
16900
16901 2003-03-05 Chris Moller <cmoller@redhat.com>
16902
16903 * config/stormy16/stormy16.c (REG_NEEDS_SAVE): added a term
16904 to inhibit saving CARRY_REGS.
16905
16906 * config/stormy16/stormy16.c (xs_hi_general_operand):
16907 added predicate to detect and error-out on out-of-range
16908 const_ints for movhi.
16909 * config/stormy16/stormy16.md (movhi): use
16910 xs_hi_general_operand.
16911
16912 * config/stormy16/stormy16.c (xstormy16_expand_prologue):
16913 added a check for local vbl size overflow.
16914 * config/stormy16/stormy16.c (xs_hi_nonmemory_operand):
16915 added predicate to detect and error-out on out-of-range
16916 const_ints for addhi and subhi.
16917 * config/stormy16/stormy16.md (addhi3, addchi4, addchi5,
16918 subhi3, subchi4, subchi5): used xs_hi_nonmemory_operand.
16919
16920 * config/stormy16/stormy16.c (xstormy16_legitimate_address_p):
16921 add a term to accept PRE_MODIFY addresses.
16922 * config/stormy16/stormy16.c (xstormy16_expand_move):
16923 add code to expand PRE_MODIFY addresses to an add followed
16924 by a move.
16925
16926 2003-03-06 Jason Merrill <jason@redhat.com>
16927
16928 * tree-inline.c (inlinable_function_p): Revert earlier change
16929 pending investigation.
16930
16931 2003-03-06 Kazu Hirata <kazu@cs.umass.edu>
16932
16933 * config/h8300/h8300.md (a new peephole2): New.
16934
16935 2003-03-06 Jan Hubicka <jh@suse.cz>
16936
16937 * cgraph.c (cgraph_node): Do not confuse nested functions and methods.
16938
16939 2003-03-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
16940
16941 * dwarf2out.c (size_of_die): Compute size of external reference to
16942 die correctly.
16943
16944 2003-03-06 Hans-Peter Nilsson <hp@bitrange.com>
16945
16946 * config/mmix/mmix.md ("*movcc_expanded"): New pattern.
16947 ("movcc", "movcc_uns", "movcc_fp", "movcc_fpeq", "movcc_fun"): New
16948 expanders.
16949
16950 2003-03-05 Roger Sayle <roger@eyesopen.com>
16951
16952 * expr.h (lang_expand_expr): Delete obsolete prototype.
16953
16954 2003-03-05 Kazu Hirata <kazu@cs.umass.edu>
16955
16956 * emit-rtl.c (gen_highpart_mode): Fix a comment typo.
16957
16958 2003-03-05 Kazu Hirata <kazu@cs.umass.edu>
16959
16960 * config/h8300/h8300.md (a peephole2): Generalize to
16961 accept a memory operand.
16962
16963 2003-03-05 Olivier Hainque <hainque@act-europe.fr>
16964
16965 * config/alpha/alpha.h (PRINT_OPERAND_PUNCT_VALID_P): Add '+'.
16966 * config/alpha/alpha.c (print_operand, case '+'): New.
16967 * config/alpha/alpha.md (call_osf_1_noreturn): Document and use.
16968 (call_value_osf_1_noreturn): Likewise.
16969
16970 2003-03-05 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
16971
16972 * stmt.c (fixup_gotos): Change meaning of DONT_JUMP_IN.
16973 (expand_end_bindings): Likewise.
16974
16975 2003-03-05 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
16976
16977 * pa.md (return_external_pic): Add !TARGET_PA_20 to constraint.
16978 (epilogue): Don't generate return_external_pic when emitting PA 2.0
16979 code.
16980
16981 2003-03-05 Aldy Hernandez <aldyh@redhat.com>
16982
16983 * doc/tm.texi: Document TARGET_DWARF_REGISTER_SPAN.
16984
16985 * config/rs6000/rs6000.c (rs6000_dwarf_register_span): New.
16986
16987 * hooks.c (hook_rtx_rtx_null): New.
16988
16989 * hooks.h (hook_rtx_rtx_null): Protoize.
16990
16991 * target-def.h (TARGET_DWARF_REGISTER_SPAN): New macro.
16992 (TARGET_INITIALIZER): Add TARGET_DWARF_REGISTER_SPAN.
16993
16994 * target.h (struct gcc_target): Add dwarf_register_span.
16995
16996 * dwarf2out.c (multiple_reg_loc_descriptor): New.
16997 (one_reg_loc_descriptor): New.
16998 (reg_loc_descriptor): Add support for values that span more than
16999 one register.
17000
17001 2003-03-05 Jan Hubicka <jh@suse.cz>
17002
17003 * Makefile.in (calls.o, toplev.o alias.o): Depend on cgraph.h
17004 * alias.c: Include cgraph.h
17005 (mark_constant_function): Use cgraph_rtl_info.
17006 * calls.c: Include cgraph.h
17007 (flags_from_decl_or_type): Use cgraph_rtl_info to find pure and const
17008 calls.
17009 (expand_call): Use cgraph_rtl_info to set preferred stack boundary.
17010 * cgraph.c (cgraph_rtl_info): New function.
17011 * cgraph.h (cgraph_rtl_info): Declare
17012 (cgraph_rtl_info): Likewise.
17013 * function.h (struct function): Add recursive_call_emit.
17014 * toplev.c: Include cgraph.h.
17015 (rest_of_compilation): Set preferred_incoming_stack_boundary.
17016
17017 2003-03-05 Kazu Hirata <kazu@cs.umass.edu>
17018
17019 * config/h8300/h8300.c (output_simode_bld): Clear the
17020 destination first if possible.
17021 * config/h8300/h8300.md (extzv_1_r_h8300hs): Add an
17022 alternative.
17023 (extzv_1_r_inv_h8300hs): Likewise.
17024
17025 2003-03-05 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
17026
17027 * basic-block.h (EDGE_IRREDUCIBLE_LOOP, EDGE_ALL_FLAGS): New.
17028 * cfg.c (dump_edge_info): Add EDGE_IRREDUCIBLE_LOOP flag dump.
17029 * cfgloop.c (flow_loop_free): Made global.
17030 (establish_preds): New static function.
17031 (flow_loop_tree_node_add): Handle subloops of added loop correctly.
17032 (get_loop_exit_edges): New.
17033 (verify_loop_structure): Verify EDGE_IRREDUCIBLE_LOOP flags.
17034 * cfgloop.h (flow_loop_free, get_loop_exit_edges, unloop): Declare.
17035 * cfgloopanal.c (mark_irreducible_loops): Mark edges in irreducible
17036 loops.
17037 * cfgloopmanip.c (loop_delete_branch_edge): Allow to test for
17038 removability of an edge.
17039 (fix_irreducible_loops): New static function.
17040 (find_path, remove_path): Add ability to remove enclosing loops.
17041 (unloop): New.
17042 (copy_bbs, duplicate_loop_to_header_edge): Use EDGE_IRREDUCIBLE_LOOP
17043 flags.
17044 * cfgrtl.c (verify_flow_info): Handle EDGE_IRREDUCIBLE_LOOP flag.
17045 * loop-unroll.c (peel_loops_completely): Do not duplicate loop if
17046 not neccessary.
17047 (decide_peel_completely, peel_loops_completely): Allow complete peeling
17048 of non-duplicable once rolling loops.
17049 * loop-unswitch.c (unswitch_loop): Update EDGE_IRREDUCIBLE_LOOP flags.
17050
17051 2003-03-05 J"orn Rennecke <joern.rennecke@superh.com>
17052
17053 * sh.h (OVERRIDE_OPTIONS): For TARGET_SHMEDIA, the minimum value
17054 for align_jumps is 4.
17055
17056 (SECONDARY_INPUT_RELOAD_CLASS): If reloading a PLUS into FPUL,
17057 use GENERAL_REGS.
17058
17059 2003-03-05 Stephane Carrez <stcarrez@nerim.fr>
17060
17061 * config/m68hc11/m68hc11.h (PAD_VARARGS_DOWN): Define and return
17062 according to va_arg type.
17063 (EXPAND_BUILTIN_VA_ARG): Remove.
17064 * config/m68hc11/m68hc11.c (m68hc11_va_arg): Remove.
17065 * config/m68hc11/m68hc11-protos.h (m68hc11_va_arg): Remove.
17066
17067 2003-03-05 David Edelsohn <edelsohn@gnu.org>
17068
17069 * config/rs6000/rs6000.c (rs6000_variable_issue): Remove unnecessary
17070 else clauses.
17071
17072 2003-03-05 Michael Matz <matz@suse.de>
17073
17074 * i386/i386.c (ix86_save_reg): Also test
17075 current_function_uses_const_pool.
17076
17077 2003-03-05 Michael Matz <matz@suse.de>
17078
17079 * unwind.h: Add the GPL exception.
17080 * Makefile.in (USER_H): Add unwind.h.
17081
17082 2003-03-05 Eric Botcazou <ebotcazou@libertysurf.fr>
17083
17084 PR c/9799
17085 * c-typeck.c (push_init_level): Add sanity check.
17086
17087 2003-03-05 Jan Hubicka <jh@suse.cz>
17088
17089 * toplev.c (rest_of_compilation): Deffer RTL compilation only when
17090 RTL inlining is done.
17091
17092 * cgraphunit.c (cgraph_mark_local_functions): New local function.
17093 (cgraph_optimize): Mark local functions.
17094 * i386-protos.h (init_cumulative_args): Update prototype.
17095 * i386.c (init_cumulative_args): Use register passing convention for
17096 local functions.
17097
17098 * cgraph.c (cgraph_global_info_ready): New global variable
17099 (cgraph_local_info, cgraph_global_info): New functions.
17100 * cgraph.h (struct cgraph_local_info, cgraph_global_info): New
17101 structures.
17102 (cgraph_local_info, cgraph_global_info, cgraph_global_info_ready):
17103 Declare.
17104 * cgraphunit.c (cgraph_finalize_function): Set inline_many.
17105 (cgraph_mark_functions_to_output): Use inline_many.
17106 (cgraph_expand_function): Free DECL_SAVED_TREE uncondtionally.
17107 (cgraph_expand_functions): Expand inline functions last.
17108 (cgraph_optimize): Do not emit uneeded functions.
17109
17110 2003-03-04 Steve Ellcey <sje@cup.hp.com>
17111
17112 * expr.c (convert_modes): Check for legal hard register.
17113
17114 2003-03-04 Tom Tromey <tromey@redhat.com>
17115
17116 * doc/sourcebuild.texi (Front End Directory): Document tags.
17117 * configure: Rebuilt.
17118 * configure.in (target_list): Added tags.
17119 * Makefile.in (TAGS): Depend on lang.clean. Include subdirectory
17120 TAGS files by reference.
17121 * objc/Make-lang.in (objc.tags): New target.
17122
17123 2003-03-04 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
17124
17125 * gcov-io.h (gcov_save_position, gcov_reserve_length, gcov_resync,
17126 gcov_skip, gcov_skip_string, gcov_write_unsigned, gcov_write_counter,
17127 gcov_write_string, gcov_read_unsigned, gcov_read_counter,
17128 gcov_read_string, gcov_write_length): Modified to enable reading/
17129 writing of whole .da file just once.
17130 (da_file_open, da_file_close, da_file_eof, da_file_error,
17131 da_file_position, da_file_seek, da_file_write, da_file_read): New
17132 functions.
17133 (actual_da_file, actual_da_file_position, actual_da_file_length,
17134 actual_da_file_buffer, actual_da_file_buffer_size): New static
17135 functions.
17136 * libgcov.c (gcov_exit): Modified to read/write the whole .da file at
17137 just once.
17138
17139
17140 2003-03-04 Andreas Schwab <schwab@suse.de>
17141
17142 * config/m68k/m68k.c (m68k_output_function_prologue): Fix CFA
17143 offset without frame pointer.
17144
17145 2003-03-04 Steve Ellcey <sje@cup.hp.com>
17146
17147 * expr.c (expand_expr): Call promote_mode to set unsignedp.
17148
17149 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
17150
17151 * configure.in: Don't always define TARGET_SYSTEM_ROOT.
17152 * configure: Regenerated.
17153 * gcc.c: Check whether TARGET_SYSTEM_ROOT is defined.
17154
17155 2003-03-04 Andreas Jaeger <aj@suse.de>
17156
17157 * configure.in: Check for <memcheck.h>.
17158 * configure: Regenerated.
17159
17160 * config.in: Define HAVE_MEMCHECK_H.
17161
17162 * ggc-common.c: Use <memcheck.h> if available instead of
17163 <valgrind.h>.
17164 * ggc-page.c: Likewise.
17165 * cppfiles.c: Likewise.
17166
17167 2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
17168
17169 * config/h8300/h8300.md (*extzv_8_8): Fix cc and lengths.
17170
17171 2003-03-04 Eric Botcazou <ebotcazou@libertysurf.fr>
17172
17173 PR c/9262
17174 * c-typeck.c (do_case): Attach the first case label to the SWITCH_BODY.
17175 (c_finish_case): Rechain the next statements to the SWITCH_STMT.
17176
17177 2003-03-04 Jan Hubicka <jh@suse.cz>
17178
17179 * doc/invoke.texi: Document that unit-at-a-time is enabled for -O3
17180 * toplev.c (parse_options_and_default_flags): Enable flag_unit_at_a_time
17181 for -O3.
17182
17183 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
17184
17185 * configure.in: Delete three unused variables. Move a variable
17186 definition closer to its use. Simplify use_collect2 logic. Start to
17187 organize. Simplify tests for in-tree gas and ld.
17188 * configure: Regenerate.
17189
17190 2003-03-04 Neil Booth <neil@daikokuya.co.uk>
17191
17192 * Makefile.in: Update.
17193 * c-common.c (flag_no_line_commands, flag_no_output,
17194 flag_dump_macros, flag_dump_includes): New.
17195 * c-common.h (flag_no_line_commands, flag_no_output,
17196 flag_dump_macros, flag_dump_includes, preprocess_file): New.
17197 (init_c_lex): Update prototype.
17198 * c-lex.c (init_c_lex): Update prototype; move some code to
17199 c_common_init.
17200 * c-opts.c (preprocess_file): Subsume into c_common_init.
17201 (c_common_decode_option): Update flags.
17202 (c_common_init): Move code from preprocess_file and init_c_lex.
17203 (sanitize_cpp_opts): Update.
17204 * c-ppoutput.c: New, cppmain.c almost verbatim.
17205 * cpphash.h (struct printer): Remove.
17206 (struct cpp_reader): Remove print.
17207 * cpplib.h (dump_none, dump_only, dump_names, dump_definitions,
17208 cpp_preprocess_file): Remove.
17209 (struct cpp_options): Remove no_output, no_line_commands, dump_macros
17210 and dump_includes.
17211 * cppmain.c: Remove.
17212 * doc/passes.texi: Update.
17213
17214 2003-03-04 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
17215
17216 * function.c (STACK_ALIGNMENT_NEEDED): New macro. Default to 1.
17217 (assign_stack_local_1): Perform overall stack alignment only when
17218 STACK_ALIGNMENT_NEEDED is nonzero.
17219 * doc/tm.texi (STACK_ALIGNMENT_NEEDED): Document.
17220
17221 * pa.c (compute_frame_size): Rename fsize to size. Account for
17222 alignment to a word boundary before general register save block. Only
17223 account for double-word alignment before floating point register save
17224 block if one or more are saved. Don't allocate space for %r3 when
17225 frame pointer is needed.
17226 (hppa_expand_prologue): Include alignment to word boundary in local
17227 frame size.
17228 * pa.h (STARTING_FRAME_OFFSET): Define to 8 on both 32 and 64-bit ports.
17229 (STACK_ALIGNMENT_NEEDED): Define.
17230
17231 2003-03-04 Kevin Buettner <kevinb@redhat.com>
17232
17233 * dwarf2out.c (rtl_for_decl_location): Don't return NULL_RTX for
17234 global register variables.
17235
17236 2003-03-04 Alexandre Oliva <aoliva@redhat.com>
17237
17238 * reload.c (reload_adjust_reg_for_mode): New function.
17239 (subst_reloads): Call it.
17240 (operands_match_p): Adjust registers using HARD_REGNO_NREGS.
17241 * reload.h (reload_adjust_reg_for_mode): Declare.
17242 * reload1.c (emit_input_reload_insns, emit_output_reload_insns):
17243 Call it.
17244
17245 2003-03-03 James E Wilson <wilson@tuliptree.org>
17246
17247 * optabs.c (add_equal_note): Delete SUBREG_REG use.
17248 Fixes PR c/7872.
17249
17250 2003-03-03 Kazu Hirata <kazu@cs.umass.edu>
17251
17252 * config/h8300/h8300.md (*ixorsi3_ashift_16): New.
17253 (*ixorsi3_lshiftrt_16): New.
17254 (*iorsi3_ashift_16): Remove.
17255
17256 2003-03-03 Kazu Hirata <kazu@cs.umass.edu>
17257
17258 * config/h8300/h8300.md (*extzv_8_8): Use '?' to simplify the
17259 pattern.
17260
17261 2003-03-03 Geoffrey Keating <geoffk@apple.com>
17262
17263 * doc/install.texi (Specific): Update entry for powerpc-darwin.
17264
17265 2003-03-03 Richard Henderson <rth@redhat.com>
17266
17267 * config/ia64/ia64.h (HAVE_AS_LTOFFX_LDXMOV_RELOCS): Default to 0.
17268
17269 2003-03-03 David Edelsohn <edelsohn@gnu.org>
17270
17271 * config/rs6000/rs6000.c (rs6000_multipass_dfa_lookahead): Delete.
17272 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Delete.
17273 (rs6000_variable_issue): Do not return negative value.
17274 (rs6000_issue_rate): Uniformly set issue rate to 1 for first
17275 scheduling pass.
17276
17277 2003-03-03 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
17278
17279 * dwarf2out.c (dwarf2out_finish): Swap order of break_out_includes and
17280 prune_unused_types calls.
17281
17282 2003-03-03 Jason Merrill <jason@redhat.com>
17283
17284 * tree-inline.c (find_builtin_longjmp_call): Save and restore
17285 lineno and input_filename.
17286 (find_alloca_call): Likewise.
17287 (inlinable_function_p): Run the langhook earlier.
17288
17289 * calls.c (compute_argument_addresses): Give the new MEMs a
17290 minimum alignment of PARM_BOUNDARY.
17291
17292 2003-03-03 J"orn Rennecke <joern.rennecke@superh.com>
17293
17294 * config/sh/sh.h (EXTRA_SPECS): Add subtarget_asm_relax_spec and
17295 subtarget_asm_isa_spec.
17296 (SUBTARGET_ASM_RELAX_SPEC, SUBTARGET_ASM_ISA_SPEC): Define.
17297 (ASM_SPEC): Define as SH_ASM_SPEC.
17298 (SH_ASM_SPEC): New; take the role of ASM_SPEC, but safe from svr4.h.
17299 Use subtarget_asm_relax_spec and subtarget_asm_isa_spec.
17300 * config/sh/elf.h (ASM_SPEC): Use SH_ASM_SPEC.
17301 (SUBTARGET_ASM_ISA_SPEC): Undef / define.
17302
17303 * sh.h (OVERRIDE_OPTIONS): Set default values for align_loops
17304 and align_jumps if not set.
17305 Force align_jumps to be at least 2.
17306 When relaxing, force align_functions to be at least the maximum of
17307 align_loops, align_jumps and 4.
17308 * sh.c (find_barrier, barrier_align): Honour align_jumps_log.
17309 (sh_loop_align): Honour align_loops_log.
17310
17311 * sh.md (length attribute): Use prev_nonnote_insn instead of PREV_INSN
17312 to check for indirect_jump_scratch.
17313 (indirect_jump_scratch): Add second set.
17314 * sh.c (output_far_jump): Use prev_nonnote_insn instead of PREV_INSN
17315 when looking for indirect_jump_scratch.
17316 Extract scratch register taking new structure of indirect_jump_scratch
17317 into account.
17318 (gen_block_redirect): Set INSN_SCOPE for indirect_jump_scratch.
17319
17320 2003-03-03 Jan Hubicka <jh@suse.cz>
17321
17322 * calls.c (rtx_for_function_call): Take the address as an argument
17323 (expand_call): Do not modify the expression.
17324
17325 * toplev.c (rest_of_compilation): Avoid cfg_cleanup calls when not
17326 optimizing.
17327
17328 2003-03-03 Kazu Hirata <kazu@cs.umass.edu>
17329
17330 * config/h8300/h8300.md (*ixorsi3_zext_hi): Restrict to
17331 TARGET_H8300H and TARGET_H8300S.
17332
17333 2003-03-03 Kazu Hirata <kazu@cs.umass.edu>
17334
17335 * config/h8300/h8300.md (a peephole2): New.
17336
17337 2003-03-03 Kazu Hirata <kazu@cs.umass.edu>
17338
17339 * config/h8300/h8300.md (*extzv_8_8): Use shorter code when
17340 operands[0] and operands[1] are different.
17341
17342 2003-03-03 Kazu Hirata <kazu@cs.umass.edu>
17343
17344 * reload1.c (reload_cse_move2add): Remove variable success.
17345
17346 2003-03-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17347
17348 * ggc-common.c (ggc_rlimit_bound): Cast RLIM_INFINITY to avoid
17349 warnings.
17350
17351 2003-03-02 Richard Henderson <rth@redhat.com>
17352
17353 * configure.in (HAVE_AS_LTOFFX_LDXMOV_RELOCS): New ia64 test.
17354 * config.in, configure: Rebuild.
17355 * config/ia64/ia64.c (ia64_ld_address_bypass_p): Accept lo_sum.
17356 * config/ia64/ia64.md (load_symptr): Use high/lo_sum for the
17357 paired ldtoffx and ldxmov annotations.
17358 (load_symptr_internal1): Remove.
17359 (load_symptr_high, load_symptr_low): New.
17360
17361 2003-03-02 Neil Booth <neil@daikokuya.co.uk>
17362
17363 * c-incpath.c (add_path): Fix sysp assignment.
17364
17365 2003-03-02 Kurt Garloff <garloff@suse.de>
17366
17367 * params.def: Introduce parameter max-inline-insns-rtl for
17368 a separate limit for the RTL inliner.
17369 * params.h: Likewise.
17370 * integrate.c (function_cannot_inline_p): Use it.
17371 * toplev.c (decode_f_option): Set multiple parameters
17372 controlling inlining with -finline-limit.
17373 * params.def: Fix orthographic and typographic errors.
17374 * doc/invoke.texi: Document parameters controlling inlining
17375 and the way -finline-limit sets multiple of them.
17376
17377 * tree.h (struct tree_decl): Introduce inlined_function_flag,
17378 recording whether the function became eligible for inlining
17379 by a compiler flag rather than the declaration.
17380 Provide DID_INLINE_FUNC macro to access it.
17381 * c-decl.c (grokdeclarator): Set DID_INLINE_FUNC.
17382 * cp/decl.c (grokfndecl): Likewise.
17383 * toplev.c (rest_of_compilation): Likewise.
17384 * cp/optimize (maybe_clone_body): Copy DID_INLINE_FUNC.
17385 * print-tree.c (print_node): Report it.
17386 * params.def: Introduce new max-inline-insns-auto limit.
17387 * params.h: Likewise.
17388 * tree-inline.c (inlinable_function_p): Apply it to functions
17389 with DID_INLINE_FUNC set.
17390 * toplev.c (decode_f_option): Initialize it from -finline-limit
17391 value.
17392 * doc/invoke.texi: Document new parameter.
17393
17394 2003-03-02 Geoffrey Keating <geoffk@apple.com>
17395
17396 * fix-header.c (read_scan_file): Don't reference simplify_path.
17397
17398 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
17399
17400 * config/m68hc11/m68hc11.c (m68hc11_override_options): Don't enable
17401 min/max instructions by default as may result in reload errors.
17402
17403 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
17404
17405 * config/m68hc11/m68hc11.md ("mulqi3"): Allow address register to
17406 avoid reload problems; define split for it.
17407
17408 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
17409
17410 * config/m68hc11/m68hc11.c (m68hc11_shift_operator): New function.
17411 * config/m68hc11/m68hc11-protos.h (m68hc11_shift_operator): Declare.
17412 * config/m68hc11/m68hc11.h (PREDICATE_CODES): Register.
17413 * config/m68hc11/m68hc11.md ("rotrhi3", "rotlhi3"): New patterns for
17414 rotatert and rotate.
17415 ("rotrhi3_const", "rotlhi3_const"): Rename of old 'rotrhi3' insns.
17416 ("*rotrhi3", "*rotlhi3"): New insn pattern for non-const rotatert.
17417 ("*rotrhi3_addr"): New split for shift insns on address register.
17418 ("*lshrhi3", "*ashrhi3", "*ashlhi3_2"): Use new split.
17419 * config/m68hc11/larith.asm (___rotlhi3): New asm function.
17420 (___rotrhi3): Likewise.
17421 * config/m68hc11/t-m68hc11-gas (LIB1ASMFUNCS): Build them.
17422
17423 2003-03-02 Neil Booth <neil@daikokuya.co.uk>
17424
17425 * toplev.c (aux_base_name): Moved from toplev.h.
17426 (filename): Constify.
17427 (lang_dependent_init): Don't duplicate name.
17428 (process_options): Set aux_base_name here, not...
17429 (do_compile): ...here. Change protoype.
17430 (toplev_main): Move some code from do_compile.
17431 * toplev.h: Remove aux_base_name.
17432
17433 2003-03-02 Kazu Hirata <kazu@cs.umass.edu>
17434
17435 * config/h8300/h8300-protos.h: Add a prototype for
17436 iorxor_operator.
17437 * config/h8300/h8300.c (print_operand): Handle 'c'.
17438 (iorxor_operator): New.
17439 * config/h8300/h8300.h (PREDICATE_CODES): Add iorxor_operator.
17440 * config/h8300/h8300.md (*iorhi3_zext): Remove.
17441 (*iorsi3_zexthi): Likewise.
17442 (*iorsi3_zextsi): Likewise.
17443 (*xorhi3_zextqi): Likewise.
17444 (*xorsi3_zexthi): Likewise.
17445 (*xorsi3_zextsi): Likewise.
17446 (*ixorhi3_zext): New.
17447 (*ixorsi3_zext_qi): Likewise.
17448 (*ixorsi3_zext_hi): Likewise.
17449
17450 2003-03-02 Neil Booth <neil@daikokuya.co.uk>
17451
17452 * c-incpath.c (remove_component_p, simplify_path): Move back to
17453 cppfiles.c.
17454 (remove_duplicates): Use cpp_simplify_path.
17455 * c-incpath.h (simplify_path): Remove.
17456 * c-lex.c: Don't include c-incpath.h.
17457 (init_c_lex): Remove simplify_path.
17458 * cppfiles.c (remove_component_p, cpp_simplify_path): Restore.
17459 (find_or_create_entry, validate_pch): Revert.
17460
17461 2003-03-02 Ashif Harji <asharji@uwaterloo.ca>
17462
17463 * gcc.c (default_compilers): Add -no-integrated-cpp flag to invoke
17464 an external cpp during compilation.
17465 (option_map): Likewise.
17466 * objc/lang-specs.h (default_compilers): Similarly.
17467 * doc/invoke.texi: Document -no-integrated-cpp flag.
17468
17469 2003-03-02 Kazu Hirata <kazu@cs.umass.edu>
17470
17471 * config/h8300/h8300.md (zero_extendqisi2): Change to an
17472 expander.
17473 (*zero_extendqisi2_h8300): New.
17474 (*zero_extendqisi2_h8300hs): New.
17475 (two splitters): New.
17476
17477 2003-03-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17478
17479 * fp-bit.h (float_to_usi): Fix condition wrapping prototype.
17480
17481 2003-03-01 Kazu Hirata <kazu@cs.umass.edu>
17482
17483 * config/h8300/h8300.md (a peephole2): Remove dead code.
17484
17485 2003-03-01 Roger Sayle <roger@eyesopen.com>
17486
17487 PR c++/9367
17488 * builtin-types.def (DEF_FUNCTION_TYPE_VAR_3): New macro.
17489 (BT_FN_INT_CONST_STRING_VALIST_ARG,
17490 BT_FN_INT_STRING_CONST_STRING_VALIST_ARG,
17491 BT_FN_INT_CONST_STRING_CONST_STRING_VALIST_ARG,
17492 BT_FN_INT_STRING_SIZE_CONST_STRING_VALIST_ARG,
17493 BT_FN_INT_STRING_CONST_STRING_VAR,
17494 BT_FN_INT_CONST_STRING_CONST_STRING_VAR,
17495 BT_FN_INT_STRING_SIZE_CONST_STRING_VAR): New built-in types.
17496 * builtin-attrs.def (ATTR_NONNULL_1, ATTR_NONNULL_2,
17497 ATTR_NONNULL_3): Also include the nothrow attribute.
17498 (sprintf, scanf, sscanf, vprintf, vsprintf, snprintf,
17499 vsnprintf, vscanf, vsscanf): Don't define attributes here.
17500 * builtins.def (putchar, puts): Make full C89 built-ins.
17501 (snprintf, sprintf, scanf, sscanf, vprintf, vscanf,
17502 vsscanf, vsnprintf, vsprintf): New built-ins.
17503 * c-common.c (c_common_nodes_and_builtins): Handle new macro
17504 DEF_FUNCTION_TYPE_VAR_3.
17505
17506 * doc/extend.texi: Document these new built-in functions.
17507
17508 2003-03-01 Kazu Hirata <kazu@cs.umass.edu>
17509
17510 * config/h8300/h8300.md (a peephole2): New.
17511
17512 2003-03-01 Richard Earnshaw <rearnsha@arm.com>
17513
17514 * predict.c (estimate_bb_frequencies): Correctly set
17515 real_values_initialized after initialization.
17516
17517 2003-03-01 Neil Booth <neil@daikokuya.co.uk>
17518
17519 * Makefile.in (C_AND_OBJC_OBJS, c-incpath.o, c-lex.o, LIBCPP_OBJS,
17520 cppinit.o, cppdefault.o, fix-header): Update.
17521 * c-incpath.c: New file.
17522 * c-incpath.h: New file.
17523 * c-lex.c: Include c-incpath.h.
17524 (init_c_lex): Register path simplifier.
17525 * c-opts.c: Include cppdefault.h and c-incpath.h.
17526 (TARGET_SYSTEM_ROOT, verbose, iprefix, sysroot, std_inc,
17527 std_cxx_inc, quote_chain_split, add_prefixed_path): New.
17528 (COMMAND_LINE_OPTIONS): Add more options from cpplib.
17529 (missing_arg, c_common_decode_option): Handle them.
17530 (c_common_post_options): Register include chains.
17531 (print_help): Update.
17532 * cppdefault.h (struct default include): Update.
17533 Move some macros to ...
17534 * cppdefault.c: ... here.
17535 (cpp_include_defaults): Add extra field add_sysroot.
17536 * cppfiles.c (include_file, search_from, find_or_create_entry,
17537 cpp_included, find_include_file, remap_filename): Update for
17538 renaming of search_path to cpp_path, and of the chain headers.
17539 (remove_component_p, _cpp_simplify_pathname): Move to c-incpath.c.
17540 * cpphash.h (struct search_path): Move to cpplib.h.
17541 (struct cpp_buffer, struct cpp_reader): Update.
17542 (_cpp_simplify_pathname): Remove.
17543 * cppinit.c: Don't include prefix.h and cppdefault.h.
17544 (INO_T_EQ, INO_T_COPY, path_include, append_include_chain,
17545 remove_dup_dir, remove_dup_nonsys_dirs, remove_dup_dirs,
17546 init_standard_includes, BRACKET, SYSTEM, AFTER, no_dir,
17547 no_pth, cpp_handle_options): Remove.
17548 (struct pending_option): Remove chain members.
17549 (cpp_destroy, cpp_read_main_file, COMMAND_LINE_OPTIONS,
17550 cpp_handle_option): Update.
17551 * cpplib.h (struct cpp_path, cpp_set_include_chains): New.
17552 (struct cpp_options): Remove quote_include, bracket_include,
17553 include_prefix, include_prefix_len, verbose, ignore_srcdir,
17554 no_standard_includes, no_standard_cplusplus_includes.
17555 (struct cpp_callbacks): Add simplify_path.
17556 (cpp_handle_options): Remove.
17557 * fix-header.c: Include c-incpath.h.
17558 (read_scan_file): Update to use c-incpath functionality.
17559 * doc/passes.texi: Update.
17560
17561 2003-03-01 Kazu Hirata <kazu@cs.umass.edu>
17562
17563 * config/h8300/h8300.c (bit_operand): Accept MEM only if it
17564 satisfies EXTRA_CONSTRAINT 'U'.
17565
17566 2003-03-01 Kazu Hirata <kazu@cs.umass.edu>
17567
17568 * config/h8300/h8300.md (*tst_extzv_bitqi_1_n): Take a scratch
17569 register.
17570 (*tst_extzv_memqi_1_n): Change to a splitter.
17571 (a peephole2): Update.
17572
17573 2003-03-01 Richard Earnshaw <rearnsha@arm.com>
17574
17575 * predict.c (estimate_bb_frequencies): Initialize the sreal
17576 constants once per compilation.
17577
17578 2003-02-28 Richard Henderson <rth@redhat.com>
17579
17580 * toplev.c (flag_eliminate_unused_debug_types): Enable by default.
17581
17582 2003-02-28 scott snyder <snyder@fnal.gov>
17583
17584 * flags.h: Add flag_eliminate_unused_debug_types.
17585 * toplev.c: Add flag_eliminate_unused_debug_types.
17586 (f_options): Add -feliminate-unused-debug-types.
17587 * dwarf2out.c (struct file_table): Add emitted member.
17588 (splice_child_die): Fix the parent pointer for the child being
17589 spliced.
17590 (lookup_filename): Maintain file_table.emitted array. Don't
17591 output .file directive here.
17592 (maybe_emit_file): (new)
17593 (init_file_table): Set up file_table.emitted.
17594 (dwarf2out_source_line): Use maybe_emit_file.
17595 (dwarf2out_start_source_file): Use maybe_emit_file.
17596 (dwarf2out_init): Use maybe_emit_file.
17597 (prune_unused_types_walk_attribs): (new)
17598 (prune_unused_types_mark): (new)
17599 (prune_unused_types_walk): (new)
17600 (prune_unused_types_prune): (new)
17601 (prune_unused_types): (new)
17602 (dwarf2out_finish): Call prune_unused_types if
17603 flag_eliminate_unused_debug_types is set.
17604 * doc/invoke.texi (Option Summary): Add
17605 -feliminate-unused-debug-types.
17606 (Debugging Options): Likewise.
17607
17608 2003-02-28 Geoffrey Keating <geoffk@apple.com>
17609
17610 * doc/invoke.texi: Change .pch to .gch.
17611 * cppfiles.c (open_file_pch): Likewise.
17612 * gcc.c (default_compilers): Likewise.
17613
17614 2003-02-28 Aldy Hernandez <aldyh@redhat.com>
17615
17616 * floatlib.c: Remove.
17617
17618 2003-02-28 Jason Merrill <jason@redhat.com>
17619
17620 * stor-layout.c (variable_size): Leave a "minus 1" outside the
17621 SAVE_EXPR.
17622
17623 2003-02-28 David Edelsohn <edelsohn@gnu.org>
17624
17625 * config/rs6000/power4.md: Add compare bypass.
17626
17627 2003-02-28 Jason Thorpe <thorpej@wasabisystems.com>
17628
17629 * config/netbsd.h: Update copyright years.
17630 (NETBSD_CPP_SPEC): Define _REENTRANT and _PTHREADS if
17631 -pthread is specified on the command line.
17632
17633 2003-02-28 Dale Johannesen <dalej@apple.com>
17634
17635 * loop.c (struct movable): Add insert_temp, shrink savemode.
17636 (scan_loop): Accept invariants that require copying; mark as
17637 insert_temp.
17638 (combine_movables): Don't combine insert_temp movables.
17639 (move_movables): Insert copies for insert_temp movables.
17640 Don't record the info based on regno for insert_temp's.
17641
17642 2003-02-28 Joel Sherrill <joel@OARcorp.com>
17643
17644 PR 9638/other
17645 * config/i386/i386.c (DEFAULT_PCC_STRUCT_RETURN): Ensure the
17646 this constant defaults to 1.
17647
17648 2003-02-28 Bob Wilson <bob.wilson@acm.org>
17649
17650 * config.gcc (xtensa-*-linux*): Add t-slibgcc-elf-ver to tmake_file.
17651
17652 2003-02-28 Richard Earnshaw <rearnsha@arm.com>
17653
17654 * arm.md (mulhisi3, mulhisi3addsi, mulhidi3adddi): Enable for any
17655 ARMv5e processor, not just for XScale. Instructions are predicable.
17656 (mulhisi3tb, mulhisi3bt, mulhisi3tt): New patterns for ARMv5e.
17657
17658 2003-02-28 Nick Clifton <nickc@redhat.com>
17659
17660 * config/arm/arm.c (note_invalid_constants): Change parameter type
17661 from bool to int.
17662
17663 2003-02-28 Kazu Hirata <kazu@cs.umass.edu>
17664
17665 * config/h8300/h8300.md (*tst_extzv_bitqi_1_n): Accept the
17666 test of bit 7.
17667 (*tst_extzv_memqi_1_n): Likewise.
17668 (a peephole2): New.
17669
17670 2003-02-28 Richard Sandiford <rsandifo@redhat.com>
17671
17672 * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Wrap in
17673 #ifndef __mips16.
17674
17675 2003-02-28 Jan Hubicka <jh@suse.cz>
17676
17677 * combine.c (gen_lowpart_for_combine): Update handling of
17678 subregs_of_mode
17679 * flow.c (life_analysis, mark_used_regs): Likewise.
17680 * regclass.c (subregs_of_mode): Turn into single bitmap.
17681 (cannot_change-mode_set_regs, invalid_mode_change_p): Update
17682 dealing with subregs_of_mode
17683 * regs.h (subregs_of_mode): Update prototype.
17684
17685 2003-02-28 Josef Zlomek <zlomekj@suse.cz>
17686
17687 * emit-rtl.c (set_reg_attrs_for_parm): New function.
17688 * rtl.h (set_reg_attrs_for_parm): New exported function.
17689 * function.c (assign_parms): Use set_reg_attrs_for_parm instead of
17690 set_reg_attrs_from_mem.
17691
17692 2003-02-27 Roger Sayle <roger@eyesopen.com>
17693 Zack Weinberg <zack@codesourcery.com>
17694
17695 * gcc.c (do_spec_1): Treat %U like %u for unique associations.
17696
17697 2003-02-27 Kazu Hirata <kazu@cs.umass.edu>
17698
17699 * reload1.c (sext_for_mode): Remove.
17700 (reload_cse_move2add): Use trunc_int_for_mode instead of
17701 sext_for_mode.
17702 (move2add_note_store): Likewise.
17703 Reset register information if we see a set in non-integer
17704 mode.
17705
17706 2003-02-27 David Edelsohn <edelsohn@gnu.org>
17707
17708 * config/rs6000/aix43.h (ASM_SPEC): Only emit -mppc64 if no -mcpu
17709 option.
17710 (ASM_CPU_SPEC): Use -m620 for Power3, Power4, 620, 630.
17711 * config/rs6000/aix51.h: Same.
17712 * config/rs6000/aix52.h: Same.
17713 * config/rs6000/power4.md: Additional VMX bypasses.
17714
17715 2003-02-27 Geert Bosch <bosch@gnat.com>
17716
17717 * toplev.c (print_version): Add indentation for GGC heuristics and
17718 output after printing version information.
17719
17720 2003-02-27 James E Wilson <wilson@tuliptree.org>
17721
17722 * combine.c (simplify_comparison): Require integral mode when
17723 permuting SUBREG with AND.
17724
17725 2003-02-27 Steve Ellcey <sje@cup.hp.com>
17726
17727 * config/ia64/hpux.h (STARTFILE_PREFIX_SPEC): Remove.
17728
17729 2003-02-27 Nick Clifton <nickc@redhat.com>
17730
17731 * config/arm/arm.md (extendsfdf2): Add pattern accidentally
17732 deleted when cirrus instructions were added.
17733
17734 2003-02-27 Jason Thorpe <thorpej@wasabisystems.com>
17735
17736 * config.gcc (*-*-netbsd[2-9]*, *-*-netbsdelf[2-9]*): Enable
17737 POSIX thread support by default.
17738
17739 2003-02-27 Roger Sayle <roger@eyesopen.com>
17740
17741 * config/i386/cygwin.h: Don't include any other files directly.
17742 * config/i386/mingw32.h: Don't include cygwin.h directly.
17743 * config.gcc (cygwin, mingw32, uwin): Instead make these files
17744 explicit in the tm_files variable.
17745
17746 2003-02-27 Alan Modra <amodra@bigpond.net.au>
17747
17748 * config/rs6000/rs6000.md: Add TI constant splitter.
17749
17750 2003-02-26 Alexandre Oliva <aoliva@redhat.com>
17751
17752 * builtins.c (purge_builtin_constant_p): Handle subreg of
17753 constant_p_rtx too.
17754
17755 * function.c (assign_stack_local_1): Truncate constant added to
17756 frame_pointer_rtx or virtual_stack_vars_rtx for Pmode.
17757
17758 2003-02-26 David Edelsohn <edelsohn@gnu.org>
17759
17760 * config.gcc: Add power4 to PowerPC with_cpu list.
17761
17762 2003-02-26 Jan Hubicka <jh@suse.cz>
17763
17764 * objc-act.c: (mark_referenced_methods): Fix compilation problem.
17765
17766 2003-02-26 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
17767
17768 * gcov-dump.c (print_prefix): Fix signedness warning.
17769 * gcov-io.h (struct counter_section, struct counter_section_data): New.
17770 (struct function_info): n_arc_counts field removed, n_counter_sections,
17771 counter_sections fields added.
17772 (struct gcov_info): arc_counts, n_arc_counts fields removed,
17773 n_counter_sections, counter_sections fields added.
17774 * libgcov.c (gcov_exit, __gcov_flush): Add support for multiple
17775 profile sections.
17776 * profile.h (MAX_COUNTER_SECTIONS): New.
17777 (struct section_info): New.
17778 (struct profile_info): count_instrumented_edges,
17779 count_edges_instrumented_now fields removed, n_sections, section_info
17780 fields added.
17781 (find_counters_section): Declare.
17782 * profile.c (struct function_list): count_edges field removed,
17783 n_counter_sections, counter_sections fields added.
17784 (set_purpose, label_for_tag, build_counter_section_fields,
17785 build_counter_section_value, build_counter_section_data_fields,
17786 build_counter_section_data_value, build_function_info_fields,
17787 build_function_info_value, build_gcov_info_fields,
17788 build_gcov_info_value): New static functions.
17789 (find_counters_section): New function.
17790 (instrument_edges, get_exec_counts, compute_branch_probabilities,
17791 branch_prob, create_profiler): Modified to support multiple profile
17792 sections.
17793
17794 2003-02-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
17795
17796 * pa.c (compute_frame_size): Don't assume PREFERRED_STACK_BOUNDARY
17797 is 8 * STACK_BOUNDARY.
17798 * pa.h (PREFERRED_STACK_BOUNDARY): Change to 128 on 64-bit port.
17799
17800 2003-02-26 Michael Matz <matz@suse.de>
17801
17802 * ra-colorize.c (merge_moves): Fix list handling.
17803
17804 2003-02-26 Nick Clifton <nickc@redhat.com>
17805
17806 * config/arm/arm.c (is_load_address): Rename to...
17807 (arm_memory_load_p) ... this and make it check for SUBREGs and
17808 constant loads that will be converted into loads from the
17809 minipool.
17810 (is_cirrus_insn): Rename to ...
17811 (arm_cirrus_insn_p): ... this, for consistency. Replace test
17812 of CIRRUS_NO with CIRRUS_NOT.
17813 (cirrus_reorg): Use renamed functions.
17814 (note_invalid_constants): Change from a void function to bool.
17815 Add an extra parameter, saying whether the fixups should be
17816 pushed. Return true if fixups are needed.
17817 (arm_reorg): Use renamed functions. Use INSN_P. Replace test
17818 of CIRRUS_NO with CIRRUS_NOT.
17819 * config/arm/arm.h (FLOAT_WORDS_BIG_ENDIAN): Mention that
17820 other floating point co-processors can also affect this.
17821 * config/arm/arm.md ("type" attribute): Add mav_farith and
17822 mav_dmult. Replace references to "cirrus_type" attribute with
17823 "type".
17824 * config/arm/cirrus.md ("cirrus_fpu" attribute): Delete.
17825 ("cirrus_type" attribute): Delete - use "type" instead.
17826 ("cirrus" attribute): Replace 'no' with 'not' and 'yes' with
17827 'normal'.
17828
17829 2003-02-25 Jan Hubicka <jh@suse.cz>
17830
17831 * objc-act.c: Include cgraph.h
17832 (mark_referenced_methods): New function.
17833 (objc_init): Call it.
17834 * objc-lang.c (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Set.
17835
17836 * c-decl.c (finish_function): Honor can_defer_p even in unit-at-a-time
17837 mode.
17838
17839 * optabs.c (expand_fix): Do not widen the input operand.
17840
17841 * expr.c (emit_group_store): Fix crash when converting single
17842 register into complex register.
17843
17844 * Makefile.in (jump.o, regclass.o, alias.o): Add dependency on timevar.h
17845 * alias.c: Include timevar.h
17846 (init_alias_analysis): Set timevar
17847 * jump.c: Include timevar.h
17848 (rebuild_jump_labels): Set timevar
17849 * regcalss.c: Include timevar.h
17850 (reg_scan): Set timevar
17851 * timevar.def (TV_ALIAS_ANALYSIS, TV_REG_SCAN, TV_REBUILD_JUMP): New
17852
17853 2003-02-26 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
17854
17855 * cse.c (count_reg_usage): Fix handling of REG_EQUAL notes.
17856
17857 * Makefile.in (loop-unroll.o): New.
17858 * cfgloop.h (UAP_PEEL, UAP_UNROLL, UAP_UNROLL_ALL): New.
17859 (unroll_and_peel_loops): Declare.
17860 * alias.c (init_alias_analysis): Flag_unroll_loops renamed to
17861 flag_old_unroll_loops.
17862 * loop.c (loop_invariant_p): Ditto.
17863 * unroll.c (unroll_loop): Flag_unroll_all_loops renamed to
17864 flag_old_unroll_all_loops.
17865 * flags.h (flag_unroll_loops): Renamed to flag_old_unroll_loops.
17866 (flag_unroll_all_loops): Renamed to flag_old_unroll_all_loops.
17867 * params.def (PARAM_MAX_UNROLLED_INSNS): Default value changed.
17868 (PARAM_MAX_AVERAGE_UNROLLED_INSNS, PARAM_MAX_UNROLL_TIMES,
17869 PARAM_MAX_PEELED_INSNS, PARAM_MAX_PEEL_TIMES,
17870 PARAM_MAX_COMPLETELY_PEELED_INSNS, PARAM_MAX_COMPLETELY_PEEL_TIMES,
17871 PARAM_MAX_ONCE_PEELED_INSNS): New.
17872 * toplev.h (flag_old_unroll_loops, flag_old_unroll_all_loops): New.
17873 (flag_unroll_loops, flag_unroll_all_loops): Used for new unroller
17874 instead of old one.
17875 (flag_peel_loops): New.
17876 (lang_independent_options): The new flags added.
17877 (rest_of_compilation): Call new unroller.
17878 (process_options): Setup flags for coexistence of old and new unroller.
17879 * doc/invoke.texi: Document new options.
17880 * doc/passes.texi: Document new unroller pass.
17881
17882 2003-02-26 David Billinghurst <David.Billinghurst@riotinto.com>
17883
17884 * fixinc/fixincl.x: Regenerate
17885
17886 2003-02-26 Josef Zlomek <zlomekj@suse.cz>
17887
17888 * function.c (assign_parms): Set reg_attrs for parameters passed in
17889 registers.
17890
17891 2003-02-26 Alan Modra <amodra@bigpond.net.au>
17892
17893 PR target/9681
17894 * tlink.c (scan_linker_output): Drop leading '.' from symbol names.
17895
17896 2003-02-25 David Edelsohn <edelsohn@gnu.org>
17897
17898 * config/rs6000/xcoff.h (ASM_FILE_START): Do not emit machine
17899 pseudo-op.
17900
17901 2003-02-25 Roger Sayle <roger@eyesopen.com>
17902
17903 * combine.c (combine_simplify_rtx, simplfy_comparison): Use CC0_P.
17904 * cse.c (invalidate_skipped_set): Likewise.
17905 * integrate.c (subst_constants): Likewise.
17906 * jump.c (reversed_comparison_code_parts): Likewise.
17907 * loop.c (canonicalize_condition): Likewise.
17908 * simplify-rtx.c (simplify_relational_operation): Likewise.
17909
17910 2003-02-25 Roger Sayle <roger@eyesopen.com>
17911
17912 * builtins.def (DEF_LIB_ALWAYS_BUILTIN, DEF_UNUSED_BUILTIN): Delete.
17913 (abs, labs, fabs, fabsf, fabsl, abort, exit, _exit, _Exit): Use
17914 the appropriate macro to define built-in function.
17915 (fmod,fmodf,fmodl): New built-in functions.
17916
17917 * doc/extend.texi (fmod,fmodf,fmodl): Document new built-ins.
17918
17919 2003-02-25 Richard Henderson <rth@redhat.com>
17920
17921 * config/i386/i386.c (function_arg): Pass variable sized
17922 structures correctly on the stack.
17923
17924 2003-02-25 Kazu Hirata <kazu@cs.umass.edu>
17925
17926 * reload1.c (reload_cse_move2add): Use STRICT_LOW_PART if PLUS
17927 does not reduce the cost of SET.
17928
17929 2003-02-25 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
17930
17931 PR target/9732
17932 * config/rs6000/rs6000.c (first_reg_to_save): Handle
17933 PIC_OFFSET_TABLE_REGNUM for -fPIC too.
17934 (rs6000_emit_prologue): Likewise.
17935 (rs6000_emit_epilogue): Likewise.
17936 * config/rs6000/rs6000.h (CONDITIONAL_REGISTER_USAGE): Make
17937 PIC_OFFSET_TABLE_REGNUM a fixed register for -fPIC.
17938
17939 2003-02-25 Richard Henderson <rth@redhat.com>
17940
17941 * real.c (real_to_integer2): Force overflow result only for
17942 unsigned overflow.
17943
17944 2003-02-25 Kazu Hirata <kazu@cs.umass.edu>
17945
17946 * gcse.c (cprop_jump): Revert the 2003-02-23 change.
17947
17948 2003-02-25 Vladimir Makarov <vmakarov@toke.toronto.redhat.com>
17949 Richard Henderson <rth@redhat.com>
17950
17951 * sched-ebb.c (add_deps_for_risky_insns): Add the dependence when
17952 there is no similar load.
17953
17954 2003-02-25 Vladimir Makarov <vmakarov@redhat.com>
17955 Richard Henderson <rth@redhat.com>
17956
17957 * sched-int.h (INSN_TRAP_CLASS, WORST_CLASS): Move them from
17958 sched-rgn.c.
17959 (add_forward_dependence): New function prototype.
17960
17961 * sched-rgn.c (INSN_TRAP_CLASS, WORST_CLASS): Move them to
17962 sched-init.h.
17963 (CONST_BASED_ADDRESS_P, may_trap_exp, haifa_classify_insn): Move
17964 them to haifa-sched.c.
17965
17966 * haifa-sched.c (CONST_BASED_ADDRESS_P, may_trap_exp,
17967 haifa_classify_insn): Move them from sched-rgn.c.
17968
17969 * sched-deps.c (add_dependence): Return flag of creating a new
17970 entry.
17971 (add_forward_dependence): New function.
17972 (compute_forward_dependences): Use the function.
17973
17974 * sched-ebb.c (earliest_block_with_similiar_load): New function.
17975 (add_deps_for_risky_insns): New function.
17976 (schedule_ebb): Call the function.
17977
17978 2003-02-20 Aldy Hernandez <aldyh@redhat.com>
17979
17980 * doc/tm.texi: Document Rename TARGET_VECTOR_TYPES_COMPATIBLE to
17981 TARGET_VECTOR_OPAQUE_P. Document accordingly.
17982
17983 * testsuite/gcc.dg/20030218-1.c: Check that initialization of
17984 opaque types fail.
17985
17986 * c-typeck.c (comptypes): Change call to vector_types_compatible
17987 to vector_opaque_p.
17988 (convert_for_assignment): Call vector_opaque_p instead of
17989 vector_types_compatible.
17990 (really_start_incremental_init): Disallow initialization of opaque
17991 types.
17992
17993 * target-def.h: Remove TARGET_VECTOR_TYPES_COMPATIBLE.
17994 Define TARGET_VECTOR_OPAQUE_P.
17995 (TARGET_INITIALIZER): Same.
17996
17997 * target.h (struct gcc_target): Remove vector_types_compatible.
17998 Add vector_opaque_p.
17999
18000 * config/rs6000/rs6000.c (rs6000_spe_vector_types_compatible):
18001 Remove.
18002 (is_ev64_opaque_type): Check for TARGET_SPE and make sure type is
18003 a vector type. Change return type to bool.
18004 (TARGET_VECTOR_TYPES_COMPATIBLE): Remove.
18005 (TARGET_VECTOR_OPAQUE_P): Define.
18006
18007 * cp/parser.c (cp_parser_init_declarator): Call vector_opaque_p
18008 target hook.
18009 Include target.h.
18010 (cp_parser_init_declarator): Fix typo in function comments.
18011
18012 2003-02-25 Jan Hubicka <jh@suse.cz>
18013
18014 * Makefile.in (lcm.o): Add dependency on function.h
18015 * lcm.c (function.h): Include.
18016 * i386.c (machine_function, ix86_stack_locals,
18017 * ix86_save_varrargs_registers) : Move to
18018 ...
18019 * i386.h (machine_function, ix86_stack_locals,
18020 ix86_save_varrargs_registers): ... here; add optimize_mode_switching
18021 (ix86_optimize_mode_switching): New.
18022 * i386.md (fix patterns): Set ix86_optimize_mode_switching
18023
18024 2003-02-25 Nick Clifton <nickc@redhat.com>
18025
18026 * config/d30v/d30v.c (d30v_init_cumulative_args): Fix typo. Name
18027 of fourth arg is 'fndecl' not 'indirect'. Update comment
18028 describing the function's parameters.
18029
18030 2003-02-24 Jan Hubicka <jh@suse.cz>
18031
18032 * combine.c (simplify_shift_const): Fix previous patch.
18033
18034 2003-02-24 Jeff Law <law@redhat.com>
18035
18036 * i386.md (testdi_1_rex64): Discourage reload from using the %eax
18037 alternative.
18038 (testsi_1, testhi_1, testqi_1): Likewise.
18039
18040 2003-02-24 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
18041
18042 * config/alpha/osf.h (TARGET_OS_CPP_BUILTINS): Rename
18043 __EXTERN_PREFIX to __PRAGMA_EXTERN_PREFIX.
18044 * doc/extend.texi (Tru64 Pragmas): Reflect this.
18045
18046 * fixinc/inclhack.def (alpha___extern_prefix): Indicate #pragma
18047 extern_prefix support for Tru64 UNIX V5 <sys/stat.h>.
18048 * fixinc/fixincl.x: Regenerate.
18049 * fixinc/tests/base/sys/stat.h [ALPHA___EXTERN_PREFIX_CHECK]: New
18050 testcase.
18051 Fixes PR c/5059, c/6126, other/9671.
18052
18053 2003-02-24 Roger Sayle <roger@eyesopen.com>
18054
18055 * gcc.c (do_spec_1) ['{']: Handle pending argument upon return
18056 from handle_braces in "%{...}".
18057
18058 2003-02-24 Kaz Kojima <kkojima@gcc.gnu.org>
18059
18060 * config/sh/sh.c (TARGET_HAVE_TLS): Conditionally define.
18061 (prepare_move_operands): Handle TLS operands.
18062 (tls_symbolic_operand): New.
18063 (nonpic_symbol_mentioned_p): Handle TLS UNSPECs.
18064 (legitimize_pic_address): Do nothing for the TLS symbol.
18065 (sh_encode_section_info): Handle TLS case.
18066 (sh_strip_name_encoding): Drop TLS encoding.
18067 * config/sh/sh-protos.h (tls_symbolic_operand): Add prototype.
18068 * config/sh/sh.h (SH_TLS_ENCODING): Define.
18069 (TLS_SYMNAME_P, STRIP_TLS_ENCODING): Likewise.
18070 (ASM_OUTPUT_LABELREF): Drop TLS encoding.
18071 (OUTPUT_ADDR_CONST_EXTRA): Handle TLS UNSPECs.
18072 * config/sh/sh.md: Define TLS UNSPEC constants.
18073 (type): Add tls_load.
18074 ("tls_global_dynamic", "tls_local_dynamic"): New insns.
18075 ("sym2DTPOFF", "symDTPOFF2reg", "sym2GOTTPOFF"): New expanders.
18076 ("tls_initial_exec"): New insn.
18077 ("sym2TPOFF", "symTPOFF2reg"): New expanders.
18078 ("load_gbr"): New insn.
18079
18080 * configure.in (HAVE_AS_TLS): Add sh-*-* and sh[34]*-*-* cases.
18081 * configure: Regenerate.
18082
18083 2003-02-24 Alan Modra <amodra@bigpond.net.au>
18084
18085 PR 9297, PR 9722
18086 * calls.c (store_one_arg): Revert 1999-02-16 change. Revert
18087 2000-12-17 change. Pass EXPAND_STACK_PARM to expand_expr.
18088 * expr.h (enum expand_modifier): Define EXPAND_STACK_PARM.
18089 (enum block_op_methods): Reorder for better store_expr optimization.
18090 * expr.c (store_expr): Test bit 1 of "want_value" for call param
18091 stores, test bit 0 for original want_value meaning. Pass
18092 BLOCK_OP_CALL_PARM to emit_block_move when bit 1 set. Adjust
18093 recursive calls, and calls to expand_param.
18094 (expand_expr): Handle EXPAND_STACK_PARM modifier. When cse
18095 expected, set target to 0 rather than to subtarget. Formatting.
18096
18097 2003-02-23 Kazu Hirata <kazu@cs.umass.edu>
18098
18099 * gcse.c (cprop_jump): Use the REG_EQUAL note if available.
18100
18101 2003-02-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18102
18103 * doc/invoke.texi (ggc-min-expand, ggc-min-heapsize): Document
18104 new default behavior.
18105 * ggc-common.c: Include sys/resource.h.
18106 (ggc_rlimit_bound): New function.
18107 (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic): Update
18108 defaults to account for rlimits.
18109
18110 2003-02-22 Richard Henderson <rth@redhat.com>
18111
18112 * i386.c, i386.h (TUNEMASK): Rename from CPUMASK.
18113
18114 2003-02-22 Kelley Cook <kelley@dwhoops.info>
18115
18116 * i386.h, i386.c, i386.md (ix86_tune): Rename from ix86_cpu.
18117 (ix86_tune_string): Rename from ix86_cpu_string.
18118
18119 2003-02-22 Kelley Cook <kelleycook@comcast.net>
18120
18121 * config/i386/i386.c: Replace "mcpu" with "mtune".
18122 * config/i386/i386.h (TARGET_OPTIONS): Likewise.
18123 (CC1_CPU_SPEC): Likewise. New warning for "-mcpu".
18124 * doc/invoke.texi (i386 and x86-64 Options): Replace "mcpu"
18125 with "mtune". Note that "mcpu" is a deprecated synonym for "mtune".
18126
18127 2003-02-23 Andreas Schwab <schwab@suse.de>
18128
18129 * config.gcc: Delete references to m68k/t-linux and
18130 m68k/t-linux-aout.
18131 * config/m68k/t-linux, config/m68k/t-linux-aout: Removed.
18132
18133 2003-02-22 Jan Hubicka <jh@suse.cz>
18134
18135 * toplev.c (rest_of_compilation): Apply fotgotten hunk
18136 of track scheduling patch.
18137
18138 2003-02-22 Jan Hubicka <jh@suse.cz>
18139
18140 * config/linux.h (TARGET_HAS_F_SETLKW): Define.
18141 * config/alpha/linux.h (TARGET_HAS_F_SETLKW): Likewise
18142
18143 2003-02-22 Jan Hubicka <jh@suse.cz>
18144
18145 * c-decl.c (c_expand_body_1): Fix.
18146
18147 2003-02-22 Jan Hubicka <jh@suse.cz>
18148
18149 * expmed.c (expand_divmod): Undo sign extensions for unsigned operands
18150
18151 * cfgcleanup.c (try_forward_edges): Don't check loop structures
18152 when not optimizing.
18153 (cleanup_cfg): Do not iterate trought delete_trivially_dead_insns
18154 when not expensive.
18155 * toplev.c (rest_of_compilation): Duplicate loop headers only when
18156 optimizing; Delete trivially dead insns early; fix optimize check.
18157
18158 * Makefile.in (c-decl.o, c-objc-common.o, cgraph.o, tree-inline.o): Add
18159 dependency on cgraph.h
18160 * c-decl.c: Include cgraph.h
18161 (finish_function): Update call of tree_inlinable_function_p.
18162 * c-objc-common.c: Include cgraph.h
18163 * cgraph.h: New file.
18164 * cgraphunit.c: New file.
18165 * cgraph.c (cgraph_node, cgraph_edge): Move into cgraph.h
18166 (cgraph_nodes, cgraph_n_nodes): Globalize.
18167 (cgraph_finalize_function, cgraph_finalize_compilation_unit
18168 cgraph_create_edges, cgraph_optimize, cgraph_mark_needed_node):
18169 Move into cgraphunit.c
18170 * tree-inline.c: Include cgraph.h
18171 * tree-inline.c: Include cgraph.h
18172
18173 2003-02-22 Josef Zlomek <zlomekj@suse.cz>
18174
18175 * config/i386/i386.md: Use gen_lowpart instead of gen_rtx_REG
18176 for copying a register.
18177
18178 2003-02-22 Steven Bosscher <s.bosscher@student.tudelft.nl>
18179
18180 PR other/3782
18181 * toplev.c (process_options): If flag_detailed_statistics is set,
18182 then set time_report as well.
18183
18184 PR c/8828
18185 * jump.c (never_reached_warning): Don't fall through BARRRIER
18186 insns. Update comments to reflect what the function really does.
18187
18188 2003-02-21 Roger Sayle <roger@eyesopen.com>
18189
18190 * fold-const.c (omit_one_operand): No longer static.
18191 * tree.h (omit_one_operand): Prototype here.
18192 (div_and_round_double): Keep fold-const.c prototypes together.
18193 * builtins.c (builtin_mathfn_code): Handle binary built-in
18194 funtions, such as "pow" and "atan2".
18195 (fold_builtin): Optimize both pow(x,0.0) and pow(1.0,y) to 1.0.
18196 Simplify optimizations using "type" the builtin's return type.
18197
18198 2003-02-22 Hans-Peter Nilsson <hp@axis.com>
18199
18200 * config/cris/cris.c (cris_rtx_costs): Blockify dangling else.
18201 Fix functionalization typo.
18202
18203 * regmove.c (optimize_reg_copy_1): Do not replace a hard register
18204 in an asm.
18205
18206 2003-02-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18207
18208 * Makefile.in (ggc-common.o): Depend on $(PARAMS_H)
18209 * doc/invoke.texi (ggc-min-expand, ggc-min-heapsize): Update
18210 documentation.
18211 * ggc-common.c: Include params.h
18212 (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic,
18213 init_ggc_heuristics): New functions.
18214 * ggc.h (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic,
18215 init_ggc_heuristics): Prototype.
18216 * toplev.c (print_version): Output GGC heuristics.
18217 (parse_options_and_default_flags): Call init_ggc_heuristics.
18218
18219 2003-02-22 Jan Hubicka <jh@suse.cz>
18220
18221 * i386.c (def_builtin): Special case 64bit builtins.
18222 (MASK_SSE164, MASK_SSE264): New constants.
18223 (builtin_description): Add 64bit builtins.
18224 (ix86_init_mmx_sse_builtins): Likewise.
18225 * i386.h (enum ix86_builtins): Likewise.
18226 * i386.md (cvtss2siq, cvttss2siq, cvtsd2siq, cvttsd2siq, cvtsi2sdq,
18227 sse2_movq2dq_rex64, sse2_movsq2q_rex64): New.
18228 (sse2_movq2dq, sse2_movsq2q): Disable for 64bit.
18229 * mmintrin.h (_mm_cvtsi64x_si64, _mm_set_pi64x, _mm_cvtsi64_si64x): New.
18230 * xmmintrin.h (_mm_cvtss_si64x, _mm_cvttss_si64x, _mm_cvtsi64x_ss,
18231 _mm_set_epi64x, _mm_set1_epi64x, _mm_cvtsd_si64x, _mm_cvttsd_si64x,
18232 _mm_cvtsi64x_sd, _mm_cvtsi64x_si128, _mm_cvtsi128_si64x): New.
18233
18234 2003-02-22 Jan Hubicka <jh@suse.cz>
18235
18236 * i386.c (builtin_description): Add __builtin_ia32_paddq and
18237 __builtin_ia32_psubq. Fix __builtin_ia32_paddq128
18238 and __builtin_ia32_psubq128.
18239 * i386.h (IX86_BUILTIN_PADDQ, IX86_BUILTIN_PSUBQ): New.
18240 * i386.md (addv*, mmx_ior*, mmx_xoe*, mmx_and*): Add missing '%'.
18241 (mmx_adddi3, mmx_subdi3): New.
18242 * mmintrin.h (_mm_add_si64, _mm_sub_si64): New.
18243 * xmmintrin.h (_mm_movepi64_pi64): New.
18244 (_mm_add_epi64, _mm_sub_epi64): fix.
18245 (_mm_mul_pu16): Rename to...
18246 (_mm_mul_su32): ... this one.
18247
18248 * builtins.c (expand_builtin_expect): Do not predict
18249 flag_guess_branch_prob is not set.
18250 * c-semantics.c (expand_stmt): Likewise.
18251 * predict.c (predict_insn): Likewise.
18252 * stmt.c (expand_continue_loop): Likewise.
18253 * toplev.c (rest_of_compilation): Do not call
18254 note_prediction_to_br_prob and note_prediction_to_br_prob
18255 when not optimizing.
18256
18257 2003-02-21 Jan Hubicka <jh@suse.cz>
18258
18259 * cfgrtl.c (commit_edge_insertions): Call
18260 find_many_sub_basic_block only when some code has been emitted.
18261 (commit_edge_insertions_watch_calls): Bring into sync with
18262 commit_edge_insertions
18263
18264 2003-02-21 J"orn Rennecke <joern.rennecke@superh.com>
18265
18266 * sh.h (OVERRIDE_OPTIONS): Fix code that clears 'e' register class.
18267
18268 * sh.md (binary_sf_op): Use extra constant operand instead of
18269 negating constant operand 4.
18270 * sh.c (sh_expand_binop_v2sf): Supply it.
18271
18272 2003-02-21 Zack Weinberg <zack@codesourcery.com>
18273
18274 * cpphash.h (struct lexer_state): Add directive_wants_padding.
18275 * cpplib.c (_cpp_handle_directive): Set directive_wants_padding
18276 for directives of type INCL.
18277 (glue_header_name, parse_include): Use get_token_no_padding.
18278 * cppmacro.c (replace_args): If directive_wants_padding,
18279 provide padding tokens.
18280
18281 2003-02-21 Kazu Hirata <kazu@cs.umass.edu>
18282
18283 * config/h8300/h8300.md (a peephole2): New.
18284
18285 2003-02-21 Jan Hubicka <jh@suse.cz>
18286
18287 * cfgrtl.c (commit_one_edge_insertion): Only mark BB for splitting.
18288 (commit_edge_insertions): Call find_many_sub_basic_blocks
18289
18290 * reg-stack.c (convert_regs): Cleax aux for blocks.
18291
18292 2003-02-21 Jan Hubicka <jh@suse.cz>
18293
18294 * toplev.c (parse_options_and_default_flags): Undo accidental commit.
18295
18296 2003-02-21 Glen Nakamura <glen@imodulo.com>
18297
18298 PR optimization/8613
18299 * builtins.c (expand_builtin): Emit postincrements before expanding
18300 builtin functions.
18301
18302 2003-02-21 Ben Elliston <bje@redhat.com>
18303
18304 PR other/5634
18305 * doc/install.texi (Configuration): Explain using $HOME instead of
18306 the ~ metacharacter when referring to home directories.
18307
18308 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
18309
18310 * configure.in (TARGET_SYSTEM_ROOT): Set default to
18311 ${exec_prefix}/${target_alias}/sys-root. Match explicit
18312 '${exec_prefix}' (in addition to the expansion thereof) as
18313 relocatable.
18314 * configure: Rebuilt.
18315
18316 2003-02-20 Kazu Hirata <kazu@cs.umass.edu>
18317
18318 * config/h8300/h8300.md (addhi3_incdec): Change the name to
18319 *addhi3_incdec.
18320 (addsi3_incdec): Change the name to *addsi3_incdec.
18321
18322 2003-02-20 Roger Sayle <roger@eyesopen.com>
18323
18324 * explow.c (force_reg): Avoid useless REG_EQUAL notes.
18325
18326 2003-02-20 Toon Moene <toon@moene.indiv.nluug.nl>
18327
18328 PR fortran/9038
18329 * c-opts.c (sanitize_cpp_opts): Add Fortran front end
18330 options to be ignored.
18331 (c_common_decode_option): Ignore them when preprocessing.
18332
18333 2003-02-20 Jan Hubicka <jh@suse.cz>
18334
18335 * toplev.c (flag_sched2_use_superblocks, flag_sched2_use_traces): New
18336 global variables.
18337 (lang_independent_options): Add -fsched2-use-superblocks
18338 -fsced2-use-traces.
18339 (rest_of_compilation): Deal with it.
18340 * invoke.texi (-fsched2-use-traces, fsched2-use-superblocks): Declare.
18341 * flags.h (flag_sched2_use_superblocks, flag_sched2_use_traces):
18342 Declare.
18343 * rtl.h (reg_to_stack): Update prototype.
18344 * reg-stack.c (reg_to_stack): Return when something has changed;
18345 update liveness when executing after superblock scheduling.
18346
18347 * combine.c (simplify_shift_const): Simplify few special cases
18348 into constants.
18349
18350 2003-02-20 David Edelsohn <edelsohn@gnu.org>
18351
18352 * config/rs6000/rs6000.md: (attr "type"): Add fast_compare.
18353 (add.,subf.,neg.): Change attribute to fast_compare.
18354 All DFA descriptions updated.
18355
18356 2003-02-20 Nathan Sidwell <nathan@codesourcery.com>
18357
18358 Change base class access representation.
18359 * tree.h (TREE_VIA_PUBLIC, TREE_VIA_PROTECTED,
18360 TREE_VIA_PRIVATE): Remove.
18361 (BINFO_BASEACCESSES): New binfo elt.
18362 (BINFO_BASEACCESS): New accessor.
18363 (BINFO_ELTS): Increase.
18364 (TI_ACCESS_PUBLIC, TI_ACCESS_PROTECTED, TI_ACCESS_PRIVATE): New.
18365 (access_public_node, access_protected_node,
18366 access_private_node): New global nodes.
18367 * tree.c (build_common_tree_nodes_2): Initialize access nodes.
18368 * dbxout.c (dbxout_type): Adjust.
18369 * dwarf2out.c (gen_inheritance_die): Add access parameter.
18370 (gen_member_die): Adjust.
18371 * dwarfout.c (output_inheritance_die): ARG is array of two trees.
18372 (output_type): Adjust.
18373 * tree-dump.c (dequeue_and_dump): Adjust binfo dumping.
18374
18375 Change base class access representation. Share virtual base
18376 binfos.
18377 * cp/call.c (build_special_member_call): Remove binfo_for_vbase
18378 call.
18379 * cp/class.c (build_base_path): Likewise.
18380 (build_primary_vtable): Adjust BINFO_NEW_VTABLE_MARKED use.
18381 (build_secondary_vtable): Remove FOR_TYPE arg. Adjust.
18382 (make_new_vtable): Adjust.
18383 (force_canonical_binfo_r): Delete.
18384 (force_canonical_binfo): Delete.
18385 (mark_primary_virtual_base): Delete.
18386 (dfs_unshared_virtual_bases): Delete.
18387 (mark_primary_bases): Adjust.
18388 (maybe_warn_about_overly_private_class): Adjust.
18389 (dfs_base_derived_from): Delete.
18390 (base_derived_from): Follow the inheritance chain.
18391 (struct find_final_overrider_data): Add vpath member.
18392 (dfs_find_final_overrider): Adjust.
18393 (dfs_find_final_overrider_q, dfs_find_final_overrider_post): New.
18394 (find_final_overrider): Adjust.
18395 (update_vtable_entry_for_fn): Adjust.
18396 (modify_all_vtables): Adjust.
18397 (walk_subobject_offsets): Adjust.
18398 (layout_nonempty_base_or_field): Adjust.
18399 (layout_empty_base): Remove last parameter. Adjust.
18400 (build_base_field): Adjust.
18401 (build_base_fields): Adjust.
18402 (propagate_binfo_offsets): Remove last parameter. Adjust.
18403 (dfs_set_offset_for_unshared_vbases): Delete.
18404 (layout_virtual_bases): Adjust.
18405 (finish_struct_1): Adjust.
18406 (init_class_processing): Don't init access nodes.
18407 (dfs_get_primary_binfo): Delete.
18408 (get_primary_binfo): Adjust.
18409 (dump_class_hierarchy_r): Remove most derived arg, add IGO
18410 parameter. Adjust.
18411 (dump_class_hierarchy): Adjust.
18412 (finish_vtbls): Adjust.
18413 (get_original_base): Delete.
18414 (build_vtt_inits): Adjust.
18415 (dfs_build_secondary_vptr_vtt_inits): Adjust.
18416 (dfs_ctor_vtable_bases_queue_p): Adjust.
18417 (build_ctor_vtbl_group): Adjust.
18418 (dfs_accumulate_vtbl_inits): Adjust.
18419 (build_vtbl_initializer): Adjust.
18420 (build_vbase_offset_vtbl_entries): Adjust.
18421 (add_vcall_offset_vtbl_entries_1): Adjust.
18422 * cp/cp-tree.h (CPTI_ACCESS_*): Remove.
18423 (access_*_node): Remove.
18424 (CANONICAL_BINFO): Delete.
18425 (BINFO_UNSHARED_MARKED): Remove.
18426 (BINFO_MARKED): Set LANG_FLAG_0 directly.
18427 (SET_BINFO_MARKED, CLEAR_BINFO_MARKED): Delete.
18428 (BINFO_VTABLE_PATH_MARKED): Set LANG_FLAG_3 directly.
18429 (SET_BINFO_VTABLE_PATH_MARKED, CLEAR_BINFO_VTABLE_PATH_MARKED):
18430 Delete.
18431 (BINFO_NEW_VTABLE_MARKED): Set LANG_FLAG_4 directly.
18432 (SET_BINFO_NEW_VTABLE_MARKED): Adjust.
18433 (SET_BINFO_PUSHDECLS_MARKED, CLEAR_BINFO_PUSHDECLS_MARKED):
18434 Delete.
18435 (BINFO_DEPENDENT_BASE_P): New.
18436 (dfs_walk, dfs_walk_real): Queue function takes derived binfo and
18437 index.
18438 (markedp, unmarkedp): Adjust.
18439 (dfs_unmarked_real_bases_queue_p, dfs_marked_real_bases_queue_p,
18440 dfs_skip_vbases, marked_vtable_pathp, unmarked_vtable_pathp,
18441 find_vbase_instance, binfo_for_vbase): Delete.
18442 (copied_binfo, original_binfo): Declare.
18443 (finish_base_specifier): Add virtual_p arg.
18444 (unshare_base_binfos): Delete.
18445 (copy_base_binfos): Declare.
18446 (reverse_path): Delete.
18447 * cp/decl.c (xref_basetypes): Access and virtuality passed
18448 differently. Don't copy direct base binfos here. Call
18449 copy_base_binfos.
18450 * cp/init.c (dfs_initialize_vtbl_ptrs): Adjust.
18451 (initialize_vtbl_ptrs): Adjust.
18452 (expand_member_init): Adjust.
18453 * cp/parser.c (cp_parser_base_specifier): Adjust.
18454 * cp/pt.c (instantiate_class_template): Adjust.
18455 (get_template_base_recursive): Adjust.
18456 * cp/rtti.c (get_pseudo_ti_init): Adjust.
18457 (get_pseudo_ti_desc): Adjust.
18458 * cp/tree.c (unshare_base_binfos): Rename to ...
18459 (copy_base_binfos): ... here, reimplement.
18460 (make_binfo): Set BINFO_DEPENDENT_BASE_P.
18461 (reverse_path): Remove.
18462 * cp/typeck.c (get_delta_difference): Adjust error messages.
18463 * cp/semantics.c (finish_base_specifier): Add virtual arg, adjust.
18464 * cp/search.c (lookup_base_r): Adjust.
18465 (dynamic_cast_base_recurse): Adjust.
18466 (canonical_binfo): Remove.
18467 (dfs_canonical_queue): Remove.
18468 (dfs_assert_unmarked_p): Remove.
18469 (assert_canonical_unmarked): Remove.
18470 (shared_marked_p, shared_unmarked_p): Remove.
18471 (BINFO_ACCESS, SET_BINFO_ACCESS): Use TREE_PUBLIC & TREE_PRIVATE.
18472 (dfs_access_in_type): Adjust.
18473 (access_in_type): Adjust.
18474 (dfs_accessible_queue_p): Adjust.
18475 (dfs_accessible_p): Adjust.
18476 (is_subobject_of_p_1, is_subobject_of_p): Remove.
18477 (struct lookup_field_info): Remove from_dep_base_p field.
18478 (lookup_field_queue_p): Adjust, test BINFO_DEPENDENT_BASE_P.
18479 (lookup_field_r): Remove dependent base code.
18480 (lookup_member): Likewise.
18481 (dfs_walk, dfs_walk_real): Add access arg to queue fn.
18482 (dfs_unmarked_real_bases_queue_p): Remove.
18483 (dfs_marked_real_bases_queue_p): Remove.
18484 (dfs_skip_vbases): Remove.
18485 (dfs_get_pure_virtuals): Adjust.
18486 (markedp, unmarkedp): Adjust.
18487 (marked_vtable_pathp, unmarked_vtable_pathp): Remove.
18488 (marked_pushdecls_p, unmarked_pushdecls_p): Adjust.
18489 (dfs_unmark): Adjust.
18490 (dfs_get_vbase_types):Remove.
18491 (dfs_build_inheritance_graph_order): Remove.
18492 (get_vbase_types): Remove
18493 (dfs_find_vbase_instance): Remove.
18494 (find_vbase_instance): Remove.
18495 (dfs_debug_unmarkedp): Adjust.
18496 (dependent_base_p): Remove.
18497 (dfs_push_type_decls): Adjust.
18498 (dfs_push_decls): Adjust.
18499 (dfs_no_overlap_yet): Adjust.
18500 (copied_binfo): New function.
18501 (original_binfo): New function.
18502 (binfo_for_vbase): Remove.
18503
18504 Change base class access representation.
18505 * java/class.c (set_super_info): Don't set TREE_VIA_PUBLIC.
18506 (add_interface_do): Likewise.
18507
18508 2003-02-20 David Edelsohn <edelsohn@gnu.org>
18509
18510 * config/rs6000/sysv4.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Define.
18511 * config/rs6000/power4.md (power4-store,power4-vecstore): New
18512 insn reservations.
18513 (power4-fpstore): Compact.
18514
18515 2003-02-20 Kazu Hirata <kazu@cs.umass.edu>
18516
18517 * config/h8300/h8300.md (*iorsi3_w): New.
18518
18519 2003-02-20 Josef Zlomek <zlomekj@suse.cz>
18520
18521 * combine.c (distribute_notes): Kill REG_EXEC_COUNT.
18522 * rtl.c (reg_note_name): Likewise.
18523 * rtl.h (enum reg_note): Likewise.
18524 * doc/invoke.texi: Likewise.
18525 * doc/rtl.texi: Likewise.
18526
18527 2003-02-20 Josef Zlomek <zlomekj@suse.cz>
18528
18529 * bb-reorder.c (find_traces_1_round): Fix comment typo.
18530
18531 2003-02-19 Roger Sayle <roger@eyesopen.com>
18532
18533 * fold-const.c (fold_real_zero_addition_p): Don't fold a zero
18534 addition in the presence of signaling NaNs.
18535
18536 2003-02-19 Krister Walfridsson <cato@df.lth.se>
18537
18538 * tm.texi (INIT_CUMULATIVE_ARGS): Fix typo.
18539
18540 2003-02-19 Kazu Hirata <kazu@cs.umass.edu>
18541
18542 * config/h8300/h8300.c (output_logical_op): Optimize or.l when
18543 ORing with 0xffff??00 with the highest bit of the ?? part set.
18544 (compute_logical_op_length): Update.
18545 (compute_logical_op_cc): Likewise.
18546
18547 2003-02-19 Josef Zlomek <zlomekj@suse.cz>
18548
18549 * bb-reorder.c (find_traces_1_round): Fixed condition for small
18550 destination block with multiple predecessors.
18551 (connect_traces): Check whether the block is a start of trace.
18552
18553 2003-02-19 Jan Hubicka <jh@suse.cz>
18554
18555 * calls.c (expand_call): Update call of INIT_CUMULATIVE_ARGS
18556 * function.c (assign_params): Likewise.
18557 * arm-protos.h (arm_init_cumulative_args): Update prototype.
18558 * arm.c (arm_init_cumulative_args): Update function.
18559 * arm.h (INIT_CUMULATIVE_ARGS): Update.
18560 * avr-protos.h (init_cumulative_args): Update prototype.
18561 * avr.c (init_cumulative_args): Update function.
18562 * avr.h (INIT_CUMULATIVE_ARGS): Update.
18563 * d30v-protos.h (d30v_init_cumulative_args): Update prototype.
18564 * d30v.c (d30v_init_cumulative_args): Update function.
18565 * d30v.h (INIT_CUMULATIVE_ARGS): Update.
18566 * frv-protos.h (frv_init_cumulative_args): Update prototype.
18567 * frv.c (frv_init_cumulative_args): Update function.
18568 * frv.h (INIT_CUMULATIVE_ARGS): Update.
18569 * mips.c (mips_expand_prolgue): Update call of INIT_CUMULATIVE_ARGS.
18570 * pa.h (INIT_CUMULATIVE_ARGS): Update.
18571 * sparc-protos.h (init_cumulative_args): Update prototype.
18572 * sparc.c (init_cumulative_args): Update function.
18573 * sparc.h (INIT_CUMULATIVE_ARGS): Update.
18574 * tm.texi (INIT_CUMULATIVE_ARGS): Update documentation.
18575
18576 2003-02-19 Kazu Hirata <kazu@cs.umass.edu>
18577
18578 * config/h8300/h8300.md (*iorsi3_two_qi_sext): New.
18579 (*ashiftsi_sextqi_7): Likewise.
18580
18581 2003-02-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
18582
18583 * config/mips/iris6.h (TARGET_OS_CPP_BUILTINS): Define __c99 for
18584 ISO C99 and C++.
18585
18586 * fixinc/inclhack.def (irix___restrict): Don't change __restrict
18587 for C++ on IRIX 6.5.1[89].
18588 * fixinc/tests/base/internal/sgimacros.h: New file.
18589
18590 * fixinc/inclhack.def (irix_wcsftime): Use XPG5 variant for C99.
18591 * fixinc/tests/base/internal/wchar_core.h: New file.
18592
18593 * fixinc/inclhack.def (irix_socklen_t): Fix broken IRIX 6.5.1[78]
18594 socklen_t definition.
18595 * fixinc/fixincl.x: Regenerate.
18596 * fixinc/tests/base/sys/socket.h: New file.
18597 Fixes PR libgcj/9652.
18598
18599 2003-02-19 Jan Hubicka <jh@suse.cz>
18600
18601 * i386.md (movsfcc_1, movdfcc_1): Fix constrains.
18602
18603 2003-02-19 David Edelsohn <edelsohn@gnu.org>
18604
18605 * config/rs6000/rs6000.c (rs6000_override_options): Initialize
18606 align_jumps_max_skip and align_loops_max_skip.
18607
18608 2003-02-19 Thierry Moreau <thierry.moreau@connotech.com>
18609
18610 * config/rs6000/rs6000.c (rs6000_encode_section_info): Do not
18611 test size if named section.
18612
18613 2003-02-19 Daniel Jacobowitz <drow@mvista.com>
18614
18615 * expr.c (expand_expr): Use gen_int_mode for the argument
18616 to gen_rtx_MULT.
18617
18618 2003-02-19 Jan Hubicka <jh@suse.cz>
18619
18620 * i386.md (cosxf2): Fix conditional.
18621
18622 2003-02-19 Kazu Hirata <kazu@cs.umass.edu>
18623
18624 * config/h8300/h8300.md (extendqisi2): Change to an expander.
18625 (*extendqisi2_h8300): New.
18626 (*extendqisi2_h8300hs): Likewise.
18627
18628 2003-02-19 Kazu Hirata <kazu@cs.umass.edu>
18629
18630 * config/h8300/h8300-protos.h: Update the prototype for
18631 split_adds_subs. Remove the prototypes for
18632 const_int_le_2_operand and const_int_le_6_operand.
18633 * config/h8300/h8300.c (split_adds_sub): Don't output inc/dec.
18634 (const_int_le_2_operand): Remove.
18635 (const_int_le_6_operand): Likewise.
18636 * config/h8300/h8300.h (PREDICATE_CODES): Remove the entries
18637 for const_int_le_2_operand and const_int_le_6_operand.
18638 * config/h8300/h8300.md: Update all uses of split_adds_subs.
18639 (a peephole2): New.
18640
18641 2003-02-18 Jan Hubicka <jh@suse.cz>
18642
18643 * cgraph.c (NPREDECESORC, SET_NPREDECESORS): Kill.
18644 (cgraph_expand_function): Rewrite.
18645
18646 2003-02-18 Matt Austern <austern@apple.com>
18647
18648 * toplev.c, langhooks.c, langhooks-def.h: Move
18649 write_global_declarations from toplev.c to langhooks.c.
18650
18651 2003-02-18 Kazu Hirata <kazu@cs.umass.edu>
18652
18653 * config/h8300/h8300.c (general_operand_src): Always check
18654 MODE.
18655 (general_operand_dst): Likewise.
18656
18657 2003-02-18 Roger Sayle <roger@eyesopen.com>
18658
18659 * convert.c (convert_to_real): Also optimize (float)log(x) into
18660 logf(x) where x is a float, i.e. also handle BUILT_IN_LOG{,L}.
18661
18662 2003-02-18 Kaz Kojima <kkojima@gcc.gnu.org>
18663
18664 * config/sh/sh.c (unspec_caller_rtx_p): New.
18665 (sh_cannot_copy_insn_p): New.
18666 (TARGET_CANNOT_COPY_INSN_P): New.
18667
18668 2003-02-18 Richard Henderson <rth@redhat.com>
18669
18670 * c-common.c (handle_used_attribute): Accept static data too.
18671
18672 2003-02-18 Nick Clifton <nickc@redhat.com>
18673 Aldy Hernandez <aldyh@redhat.com>
18674
18675 * testsuite/gcc.dg/20030218-1.c: New.
18676
18677 * doc/tm.texi: Document TARGET_VECTOR_TYPES_COMPATIBLE.
18678
18679 * target-def.h (TARGET_INITIALIZER): Add
18680 TARGET_VECTOR_TYPES_COMPATIBLE.
18681 (TARGET_VECTOR_TYPES_COMPATIBLE): New macro.
18682
18683 * target.h (struct gcc_target): Add field vector_types_compatible.
18684
18685 * c-typeck.c (comptypes): Take into account
18686 TARGET_VECTOR_TYPES_COMPATIBLE.
18687 (convert_for_assignment): Same.
18688
18689 * config/rs6000/rs6000.c (is_ev64_opaque_type): New.
18690 (rs6000_spe_vector_types_compatible): New.
18691 (TARGET_VECTOR_TYPES_COMPATIBLE): Define.
18692
18693 2003-02-19 Andreas Schwab <schwab@suse.de>
18694
18695 * Makefile.in (toplev.o): Depend on $(LANGHOOKS_DEF_H).
18696 * toplev.c: Include langhooks-def.h.
18697
18698 2003-02-18 Chris Demetriou <cgd@broadcom.com>
18699
18700 * config/mips/mips.h (enum processor_type): Sort entries
18701 alphabetically.
18702 * config/mips/mips.md (define_attr cpu): Sync with processor_type
18703 enum values, including adding entries that were missing.
18704
18705 2003-02-18 J"orn Rennecke <joern.rennecke@superh.com>
18706
18707 * sh.c (calc_live_regs): Also check GET_CODE when checking if
18708 initial value for PR_REG is still the PR_REG register.
18709
18710 2003-02-18 Jim Wilson <wilson@redhat.com>
18711
18712 * config/ia64/ia64.md (floatdidf2, floatdisf2): Add %, before second
18713 instruction in output template.
18714 (bsp_value): Change output template from string to C code, add %,
18715 before actual instruction.
18716 (flushrs): Mark as not predicable.
18717
18718 2003-02-18 Krister Walfridsson <cato@df.lth.se>
18719
18720 * inclhack.def (netbsd_bogus_semicolon): New fix.
18721 * fixincl.x: Rebuilt.
18722 * tests/base/ctype.h: Update.
18723
18724 2003-02-18 Roger Sayle <roger@eyesopen.com>
18725
18726 * fold-const.c (negate_expr_p): New function to determine whether
18727 an expression can be negated cheaply.
18728 (fold) [MINUS_EXPR]: Use it to determine whether to transform
18729 -A - B into -B - A for floating point types.
18730
18731 2003-02-18 Roger Sayle <roger@eyesopen.com>
18732
18733 * sbitmap.c (sbitmap_resize): New function.
18734 * sbitmap.h (sbitmap_resize): Prototype here.
18735 * recog.c (split_all_insns): Use sbitmap_resize.
18736
18737 2003-02-18 Kazu Hirata <kazu@cs.umass.edu>
18738
18739 * config/h8300/h8300.md (*zero_extendhisi2_h8300): Fix the
18740 insn length.
18741 (extendqisi2): Likewise.
18742 (*extendhisi2_h8300): Likewise.
18743
18744 2003-02-18 Matt Austern <austern@apple.com>
18745
18746 * langhooks.h, langhooks-def.h: introduce new langhook,
18747 final_write_globals, with write_global_declarations as default.
18748 * toplev.c: Move invocation of wrapup_global_declarations from
18749 compile_file to new function, write_global_declarations. Change
18750 compile_file to use final_write_globals hook. Change
18751 wrapup_global_declarations so writing to DECL_DEFER_OUTPUT is
18752 conditional.
18753
18754 2003-02-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
18755
18756 * pa.md: Correct and enhance comment.
18757
18758 2003-02-18 Geoffrey Keating <geoffk@apple.com>
18759
18760 * gcc.c (validate_switches): Don't scan past closing '}'.
18761
18762 2003-02-18 Ben Elliston <bje@redhat.com>
18763
18764 PR c++/1607
18765 * doc/extend.texi (Function Attributes): Document the effect of
18766 the C++ "this" parameter on the counting of arguments for the
18767 "format" and "format_arg" attributes.
18768
18769 2003-02-17 Aldy Hernandez <aldyh@redhat.com>
18770
18771 * config/rs6000/spe.h (__ev_stdd): Cast 2nd arg.
18772 (__ev_stdw): Same.
18773 (__ev_stdh): Same.
18774
18775 2003-02-17 Jan Hubicka <jh@suse.cz>
18776
18777 * recog.c (split_all_insns): Fix memory overflow.
18778
18779 2003-02-17 Kazu Hirata <kazu@cs.umass.edu>
18780
18781 * config/h8300/h8300.md (cmpqi): Remove mode from compare.
18782 (cmphi): Likewise.
18783 (*cmphi_h8300): Likewise.
18784 (*cmphi_h8300hs): Likewise.
18785 (cmpsi): Likewise.
18786 (7 peephole2): Likewise.
18787
18788 2003-02-16 Jan Hubicka <jh@suse.cz>
18789
18790 * c-typeck.c (build_c_cast): Fold constant variables into
18791 initial values.
18792
18793 2003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
18794
18795 * doc/install.texi (Specific): Fix link for m68k-att-sysv.
18796 (Binaries): Ditto for Sinix/Reliant Unix.
18797
18798 2003-02-16 Richard Earnshaw <rearnsha@arm.com>
18799
18800 * arm.c (arm_reload_in_hi): Ensure that the scratch register does
18801 not overlap the final result register.
18802
18803 2003-02-16 Arend Bayer <arend.bayer@web.de>
18804 Richard Henderson <rth@redhat.com>
18805
18806 PR c/8068
18807 * fold-const.c (extract_muldiv_1): Rename from extract_muldiv;
18808 rearrange mult arguments for less recursion.
18809 (extract_muldiv): New. Prevent runaway recursion.
18810
18811 2003-02-16 Danny Smith <dannysmith@users.sourceforge.net>
18812
18813 * config/i386/cygwin.h (TARGET_SUBTARGET_DEFAULT): Set
18814 MASK_ALIGN_DOUBLE.
18815
18816 2003-02-15 Roger Sayle <roger@eyesopen.com>
18817
18818 * config/i386/i386.c (x86_ext_80387_constants): Use 80387 insns
18819 to load mathematical constants on K6, Athlon, Pentium 4 and PPro.
18820 (ext_80387_constants_table): Global table of 80387 special constants
18821 guarded by ext_80387_constants_init flag when not initialized.
18822 (init_ext_80387_constants): New function to initialize this table.
18823 (standard_80387_constant_p): Extend to recognize extra 80387
18824 constants, in XFmode, on processors where this is a win.
18825 (standard_80387_constant_opcode): New function to return the
18826 opcode associated with standard_80387_constant_p.
18827 (standard_80387_constant_rtx): New function to return the XFmode
18828 CONST_DOUBLE associated with standard_80387_constant_p.
18829 (ix86_rtx_costs): Give the new constants the same cost as 1.0.
18830
18831 * config/i386/i386-protos.h (standard_80387_constant_opcode):
18832 Prototype here.
18833 (standard_80387_constant_rtx): Likewise.
18834
18835 * config/i386/i386.md (*movsf1, *movsf1_nointerunit, *movdf_nointeger,
18836 *movdf_integer, *movxf_nointeger, *movtf_nointeger, *movxf_integer,
18837 *movtf_integer): Simplify using new standard_80387_constant_opcode.
18838
18839 2003-02-15 Geoffrey Keating <geoffk@apple.com>
18840
18841 * doc/invoke.texi (Optimize Options): Correct @option syntax.
18842
18843 2003-02-15 Richard Henderson <rth@redhat.com>
18844
18845 * Makefile.in (cfglayout.o): Depend on TARGET_H.
18846 * cfglayout.c: Include target.h.
18847 (cfg_layout_can_duplicate_bb_p): Check targetm.cannot_copy_insn_p.
18848 * target-def.h (TARGET_CANNOT_COPY_INSN_P): New.
18849 * target.h (struct gcc_target): Add cannot_copy_insn_p.
18850
18851 * config/alpha/alpha.c (alpha_cannot_copy_insn_p): New.
18852 (TARGET_CANNOT_COPY_INSN_P): New.
18853 (override_options): Revert 2003-02-08 hack.
18854
18855 2003-02-15 Richard Henderson <rth@redhat.com>
18856
18857 * gcse.c (bypass_block): Use BLOCK_FOR_INSN for resolving LABEL_REFs.
18858 (bypass_conditional_jumps): Accept computed_jump_p insns as well.
18859
18860 2003-02-15 David Edelsohn <edelsohn@gnu.org>
18861
18862 * config/rs6000/rs6000.h (processor_type): Add PPC440.
18863 * config/rs6000/rs6000.c (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
18864 TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
18865 TARGET_SCHED_VARIABLE_ISSUE): Define.
18866 (rs6000_use_dfa_pipeline_interface): New function.
18867 (rs6000_multipass_dfa_lookahead): New Function.
18868 (rs6000_variable_issue): New function.
18869 (rs6000_adjust_cost): Add CMP and DELAYED_CR types.
18870 (rs6000_issue_rate): Add PPC440.
18871 * config/rs6000/rs6000.md (unspec list): Correct typo.
18872 (attr "type"): Add load_ext, load_ext_u, load_ext_ux, load_u,
18873 store_ux, store_u, fpload_ux, fpload_u, fpstore_ux, fpstore_u,
18874 cmp, delayed_cr, mfcr, mtcr.
18875 (automata_option): Set "ndfa".
18876 (extendMMNN2): Update attributes.
18877 (movcc_internal1): Discourage move to non-cr0. Update
18878 attributes.
18879 (movMM_update): Update attributes.
18880 (cmpMM_internal): Update attributes.
18881 (sCC CR materialization): Update attributes.
18882 (branch patterns): Do not discourage non-cr0.
18883 (cr logical patterns): Prefer destructive register allocation.
18884 Update attributes.
18885 (movesi_from_cr): Update attribute.
18886 (mtcrf_operation): Update attribute.
18887 (mtcrfsi): Update attribute.
18888 * config/rs6000/40x.md: New file.
18889 * config/rs6000/603.md: New file.
18890 * config/rs6000/6xx.md: New file.
18891 * config/rs6000/7450.md: New file.
18892 * config/rs6000/7xx.md: New file.
18893 * config/rs6000/mpc.md: New file.
18894 * config/rs6000/power4.md: New file.
18895 * config/rs6000/rios1.md: New file.
18896 * config/rs6000/rios2.md: New file.
18897 * config/rs6000/rs64.md: New file.
18898 [Some DFA descriptions based on work by Michael Hayes]
18899
18900 2003-02-15 Richard Henderson <rth@redhat.com>
18901
18902 * bb-reorder.c (find_traces_1_round): Don't connect easy to copy
18903 successors with multiple predecessors.
18904 (connect_traces): Try harder to copy traces of length 1.
18905
18906 * function.h (struct function): Add computed_goto_common_label,
18907 computed_goto_common_reg.
18908 * function.c (free_after_compilation): Zap them.
18909 * stmt.c (expand_computed_goto): Use them to produce one
18910 indirect branch per function.
18911
18912 2003-02-15 Richard Henderson <rth@redhat.com>
18913
18914 * cfgcleanup.c: Include params.h.
18915 (try_crossjump_bb): Use PARAM_MAX_CROSSJUMP_EDGES. Fix test for
18916 too many outgoing edges from a block.
18917 * Makefile.in (cfgcleanup.o): Depend on PARAMS_H.
18918 * params.def (max-crossjump-edges): New.
18919 * doc/invoke.texi: Document it.
18920
18921 2003-02-15 Richard Henderson <rth@redhat.com>
18922
18923 * recog.c (split_all_insns): Include new blocks in life update;
18924 do a global life update.
18925
18926 2003-02-15 Danny Smith <dannysmith@users.sourceforge.net>
18927
18928 * config/i386/mingw32.h (LIBGCC_SPEC): Add libmingwex.a.
18929 Update copyright.
18930 * config/i386/cygwin.h (LIBGCC_SPEC): Add libmingwex.a for
18931 -mno-cygwin case.
18932
18933 2003-02-14 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
18934
18935 PR optimization/7702
18936 * reload1.c (reload_cse_simplify_set): Honor
18937 CANNOT_CHANGE_MODE_CLASS.
18938
18939 2003-02-14 Alexandre Oliva <aoliva@redhat.com>
18940
18941 * config/mn10300/mn10300.c (mn10300_wide_const_load_uses_clr): New
18942 function.
18943 * config/mn10300/mn10300-protos.h: Declare it.
18944 * config/mn10300/mn10300.md (movdi, movdf): Use it to compute
18945 attribute cc of instructions that may use clr.
18946
18947 2003-02-14 Kazu Hirata <kazu@cs.umass.edu>
18948
18949 * simplify-rtx.c (simplify_binary_operation): Simplify ~y when
18950 (x - (x & y)) is found.
18951
18952 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
18953
18954 * configure.in: Fix typo.
18955 * configure: Regenerate.
18956
18957 2003-02-14 Kazu Hirata <kazu@cs.umass.edu>
18958
18959 * config/h8300/h8300.md (*iorsi2_and_1_lshiftrt_1): New.
18960
18961 2003-02-13 Adam Nemet <anemet@lnxw.com>
18962
18963 PR opt/2391
18964 * combine.c: Fix spelling in comment.
18965 (cached_nonzero_bits): New function.
18966 (cached_num_sign_bit_copies): New function.
18967 (nonzero_bits_with_known): New macro.
18968 (num_sign_bit_copies_with_known): New macro.
18969 (nonzero_bits1): Rename from nonzero_bits. Add three new
18970 arguments. Change calls from nonzero_bits to
18971 nonzero_bits_with_known.
18972 (num_sign_bit_copies1): Rename from num_sign_bit_copies. Add
18973 three new arguments. Change calls from num_sign_bit_copies to
18974 num_sign_bit_copies_with_known.
18975 (nonzero_bits): New macro.
18976 (num_sign_bit_copies): New macro.
18977 (update_table_tick): Don't traverse identical subexpression more
18978 than once.
18979 (get_last_value_validate): Likewise.
18980
18981 2003-02-13 Zack Weinberg <zack@codesourcery.com>
18982
18983 * emit-rtl.c (init_emit): Use ggc_alloc for regno_reg_rtx.
18984 * function.h (struct emit_status): Length of regno_pointer_align
18985 and x_regno_reg_rtx as seen by gengtype is only x_reg_rtx_no,
18986 not regno_pointer_align_length (i.e. length actually used, not
18987 length as allocated)
18988
18989 * config/i386/i386.c (struct stack_local_entry): New.
18990 (struct machine_function): Replace huge array with alist.
18991 (assign_386_stack_local): Change to match.
18992
18993 2003-02-13 John David Anglin <dave.anglin@nrc-crnc.gc.ca>
18994
18995 * inclhack.def (hpux_long_double): Tighten select and add bypass
18996 regexp.
18997 * fixincl.x: Rebuilt.
18998
18999 2003-02-13 Josef Zlomek <zlomekj@suse.cz>
19000
19001 * cfgcleanup.c (outgoing_edges_match): When there is single outgoing
19002 edge and block ends with a jump insn it must be simple jump.
19003
19004 2003-02-13 Daniel Jacobowitz <drow@mvista.com>
19005
19006 * Makefile.in (PREPROCESSOR_DEFINES): Add
19007 @TARGET_SYSTEM_ROOT_DEFINE@.
19008 * configure.in (PREFIX_INCLUDE_DIR): Don't define if $with_sysroot
19009 is specified or if building a cross compiler.
19010 (TARGET_SYSTEM_ROOT_DEFINE): Add TARGET_SYSTEM_ROOT_RELOCATABLE
19011 if the sysroot is under $exec_prefix.
19012 * configure: Regenerated.
19013 * cppdefault.h: Use native include paths if TARGET_SYSTEM_ROOT is
19014 defined.
19015 (struct default_include): Add add_sysroot field.
19016 (cpp_SYSROOT): Declare.
19017 * cppdefault.c (cpp_include_defaults): Fill in add_sysroot
19018 field.
19019 (cpp_SYSROOT): New variable.
19020 * cppinit.c (cpp_create_reader): Initialize
19021 CPP_OPTION (pfile, sysroot).
19022 (init_standard_includes): Handle add_sysroot. Do not
19023 add unrelocated copies of relocated directories.
19024 (COMMAND_LINE_OPTIONS): Add -isysroot.
19025 (cpp_handle_option): Handle -isysroot.
19026 * cpplib.h (struct cpp_options): Add sysroot member.
19027 * gcc.c (The Specs Language): Update description of %I.
19028 (target_system_root_changed): New variable.
19029 (process_command): Conditionalize make_relative_prefix call
19030 on !VMS and TARGET_SYSTEM_ROOT_RELOCATABLE. Set
19031 target_system_root_changed.
19032 (do_spec_1): Add -isysroot to %I.
19033 * doc/invoke.texi (Spec Files): Update description of %I.
19034 * doc/install.texi (--with-sysroot): Update comment about
19035 relocation.
19036
19037 2003-02-13 Kazu Hirata <kazu@cs.umass.edu>
19038
19039 * config/h8300/h8300.md (a peephole2): New.
19040
19041 2003-02-13 Robert Lipe <robertlipe@usa.net>
19042 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
19043
19044 * doc/install.texi (Specific): Update three SCO-related URLs.
19045
19046 2003-02-13 Andreas Schwab <schwab@suse.de>
19047
19048 * cgraph.c (SET_NPREDECESORS): Add intermediate cast to size_t.
19049 Parenthesize properly.
19050 (NPREDECESORS): Parenthesize properly.
19051
19052 2003-02-13 Gabriel Dos Reis <gdr@integrable-solutions.net>
19053
19054 * timevar.h (POP_TIMEVAR_AND_RETURN): New macro.
19055
19056 2003-02-12 Roger Sayle <roger@eyesopen.com>
19057
19058 * config/i386/i386.md (UNSPEC_FPATAN): New UNSPEC constant.
19059 (atan2sf3, atan2df3, atan2xf3, atan2tf3): New patterns.
19060
19061 * reg-stack.c (subst_stack_regs_pat): Add support for binary
19062 UNSPEC instructions (e.g. "fpatan").
19063
19064 2003-02-12 Mike Stump <mrs@apple.com>
19065
19066 * varray.c (element_size): Remove.
19067 (uses_ggc): Remove.
19068 (element): Add.
19069 (varray_init): Use new interface.
19070 (varray_grow): Use new interface.
19071 (varray_clear): Use new interface.
19072
19073 2003-02-12 Aldy Hernandez <aldyh@redhat.com>
19074
19075 * config/rs6000/spe.h: Add casts to the arguments of the following
19076 macros: evfsabs, evfsnabs, evfsneg, evfsadd, evfssub, evfsmul,
19077 evfsdiv, evfscfui, evfscfsi evfscfuf evfscfsf, evfsctui, evfsctsi,
19078 evfsctuf, evfsctsf, evfsctuiz, evfsctsiz, __ev_get_upper*,
19079 __ev_get_lower*, __ev_get_u32, __ev_get_s32, __ev_get_fs,
19080 __ev_get_u16, __ev_get_s16.
19081
19082 2003-02-12 Kazu Hirata <kazu@cs.umass.edu>
19083
19084 * config/h8300/h8300.md (a peephole2): New.
19085
19086 2003-02-12 Jan Hubicka <jh@suse.cz>
19087
19088 * Makefile.in (CRTSTUFF_CFLAGS): Add -fno-unit-at-a-time
19089 (OBJS): Add callgraph.o
19090 (callgraph.o): New.
19091 * c-decl.c (expand_body_1): Break out from ...
19092 (expand_body): This one; change calling convention
19093 (finish_function): Move some of expand_body logic here.
19094 (c_expand_deferred_function): Update call of expand_body
19095 (c_expand_stmt): Use c_expand_body_1.
19096 * c-lang.c (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Define.
19097 * c-objc-commin.c (c_objc_common_finish_file): Use callgraph code.
19098 * c-tree.h (c_expand_body): Declare.
19099 * callgraph.c: New file.
19100 * flags.h (flag_unit_at_a_time): Declare.
19101 * langhooks.h (LANG_HOOKS_CALLGRAPH_LOWER_FUNCTION,
19102 LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION,
19103 LANG_HOOKS_CALLGRAPH_INITIALIZER): New macros.
19104 * langhooks.h (struct lang_hooks_for_callgraph): New.
19105 (struct lang_hooks): Add callgraph field.
19106 * toplev.c (flag_unit_at_a_time): New.
19107 (lang_independent_options): Add flag_unit_at_a_time.
19108 (process_options): Disable unit-at-a-time mode for frontends not
19109 supporting callgraph.
19110 * tree-inline.c (typedef struct inline_data): Add "decl"
19111 (expand_call_inline): Update callgraph.
19112 (optimize_inline_calls): Set id.decl.
19113 * tree.h (cgraph_finalize_function, cgraph_finalize_compilation_unit,
19114 cgraph_create_edges, dump_cgraph, cgraph_optimize, cgraph_remove_call
19115 cgraph_calls_p): Declare.
19116 * invoke.texi (-funit-at-a-time): Document
19117
19118 2003-02-12 Aldy Hernandez <aldyh@redhat.com>
19119
19120 * config/rs6000/spe.h: Fix misc formatting.
19121 (__ev_create_ufix32_fs): Cast ev argument.
19122 (__ev_create_sfix32_fs): Same.
19123 (__ev_get_sfix32_fs_internal): Cast arguments to builtins.
19124 (__ev_get_ufix32_fs_internal): Same.
19125
19126 2003-02-12 Ranjit Mathew <rmathew@hotmail.com>
19127
19128 * doc/tm.texi (MODIFY_JNI_METHOD_CALL): Document.
19129 * config/i386/cygwin.h (MODIFY_JNI_METHOD_CALL): New macro.
19130
19131 2003-02-12 Zack Weinberg <zack@codesourcery.com>
19132
19133 * cpplib.c (do_include_common): Move warnings for
19134 #include_next and #import out to callers. Use early-return
19135 instead of nested ifs. Don't do check_eol here.
19136 (parse_include): Do check_eol here with the rest of the
19137 parsing stuff.
19138 (do_include_next, do_import): Now handle warnings.
19139
19140 2003-02-11 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
19141
19142 * doc/install.texi (Specific): Update AVR- and Darwin-related URLs.
19143
19144 2003-02-12 Jan Hubicka <jh@suse.cz>
19145
19146 * predict.c (estimate_probability): Fix roundoff error.
19147
19148 2003-02-12 Kazu Hirata <kazu@cs.umass.edu>
19149
19150 * config/h8300/h8300.md (a peephole2): Don't handle 65535.
19151 (two peephole2): New.
19152
19153 2003-02-12 Kazu Hirata <kazu@cs.umass.edu>
19154
19155 * config/h8300/h8300.md (several peephole2): Replace
19156 find_regno_note with peep2_reg_dead_p.
19157
19158 2003-02-11 Richard Henderson <rth@redhat.com>
19159
19160 * gcse.c (lookup_set): Remove unused argument PAT. Update
19161 both callers.
19162
19163 2003-02-11 Geoffrey Keating <geoffk@apple.com>
19164
19165 * diagnostic.c (real_abort): New.
19166 (diagnostic_report_diagnostic): Call real_abort on error.
19167 * diagnostic.h (diagnostic_abort_on_error): New.
19168 (struct diagnostic_context): Add abort_on_error field.
19169 * toplev.c (setup_core_dumping): New.
19170 (decode_d_option): Handle 'H' case.
19171 * doc/invoke.texi (Debugging Options): Document -dH.
19172
19173 2003-02-11 Nathanael Nerode <neroden@gcc.gnu.org>
19174
19175 * Makefile.in: Remove pointless setting of CXXFLAGS for dejagnu
19176 which refers to obsolete directories.
19177
19178 2003-02-11 Richard Henderson <rth@redhat.com>
19179
19180 * config/alpha/linux.h (TARGET_C99_FUNCTIONS): New.
19181
19182 2002-10-21 Jan Hubicka <jh@suse.cz>
19183
19184 * i386.c (contains_128bit_aligned_vector_p): New function.
19185 (ix86_function_arg_boundary): Properly align vector modes.
19186
19187 2003-02-11 Bob Wilson <bob.wilson@acm.org>
19188
19189 * config/xtensa/xtensa.md (set_frame_ptr): Change rtl to set reg a7.
19190 * config/xtensa/xtensa.c (xtensa_reorg): Search for UNSPECV_SET_FP
19191 as a SET pattern.
19192
19193 2003-02-11 Roger Sayle <roger@eyesopen.com>
19194
19195 * builtins.c: Fix failure caused by commiting wrong patch.
19196
19197 2003-02-11 Dale Johannesen <dalej@apple.com>
19198 * ra-build.c (compare_and_free_webs): Relax checking.
19199 * config/rs6000/darwin.h (HOT_TEXT_SECTION_NAME): Define.
19200 (UNLIKELY_EXECUTED_TEXT_SECTION_NAME): Define.
19201
19202 2003-02-11 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
19203
19204 PR optimization/9651
19205 * rtlanal.c (may_trap_p): Handle FIX.
19206
19207 2003-02-11 Dave Jones <davej@codemonkey.org.uk>
19208
19209 * config/i386/i386.c (override_options): Define c3-2 as a 686 with SSE.
19210 * doc/invoke.texi: Extra alias.
19211
19212 2003-02-11 Geoffrey Keating <geoffk@apple.com>
19213
19214 * config/rs6000/host-darwin.c: Fix comment.
19215
19216 2003-02-11 David Edelsohn <edelsohn@gnu.org>
19217
19218 * config/rs6000/rs6000.md (divmodsi4): Use register_operand
19219 predicate for mod result.
19220
19221 2003-02-11 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
19222
19223 * inclhack.def (hpux_long_double, hpux10_ctype_declarations1,
19224 hpux10_ctype_declarations2, hpux_ctype_macros): New hacks.
19225 * fixincl.x: Rebuilt.
19226 * tests/base/stdlib.h: Update.
19227 * tests/base/ctype.h: New file.
19228
19229 2003-02-11 Jan Hubicka <jh@suse.cz>
19230
19231 * emit-rtl.c (emit_copy_of_insn_after): Copy insn recog cache too.
19232
19233 2003-02-11 Richard Henderson <rth@redhat.com>
19234
19235 * config/i386/i386.c (ix86_expand_movstr): Fail if esi or edi
19236 appropriated as globals.
19237 (ix86_expand_clrstr): Similarly.
19238 * config/i386/i386.md (cmpstrsi): Similarly.
19239
19240 2003-02-11 Kazu Hirata <kazu@cs.umass.edu>
19241
19242 * config/h8300/h8300.md (a peephole2): Add a case of 255.
19243
19244 2003-02-11 Roger Sayle <roger@eyesopen.com>
19245
19246 * optabs.h (enum optab_index): Add new OTI_pow and OTI_atan2.
19247 (pow_optab, atan2_optab): Define corresponding macros.
19248 * optabs.c (init_optabs): Initialize pow_optab and atan2_optab.
19249 * genopinit.c (optabs): Implement pow_optab and atan2_optab
19250 using pow?f3 and atan2?f3 patterns.
19251 * builtins.c (expand_errno_check): New function to update errno
19252 if necessary, split out from expand_builtin_mathfn.
19253 (expand_builtin_mathfn): Use expand_errno_check.
19254 (expand_builtin_mathfn_2): New function to handle expanding binary
19255 math functions, reusing the code in expand_errno_check.
19256 (expand_builtin): Handle the pow and atan2 math built-ins,
19257 BUILT_IN_{POW,POWF,POWL,ATAN2,ATAN2F,ATAN2L} via the new function
19258 expand_builtin_mathfn_2.
19259
19260 * doc/md.texi: Document new pow?f3 and atan2?f3 patterns.
19261
19262 2003-02-11 Jan Hubicka <jh@suse.cz>
19263
19264 * combine.c (combine_simplify_rtx): Fix folding of
19265 nested float_truncates.
19266
19267 2003-02-11 Kazu Hirata <kazu@cs.umass.edu>
19268
19269 * config/h8300/h8300.md (a peephole2): Fix a typo.
19270
19271 2003-02-11 Richard Earnshaw <rearnsha@arm.com>
19272
19273 * arm.mc (return_address_mask): Use CC_REGNUM for the condition code
19274 register number.
19275
19276 2003-02-11 Kazu Hirata <kazu@cs.umass.edu>
19277
19278 * config/h8300/h8300-protos.h: Add a prototype for
19279 gtuleu_operator.
19280 * config/h8300/h8300.c (gtuleu_operator): New.
19281 * config/h8300/h8300.h (PREDICATE_CODES): Add gtuleu_operator.
19282 * config/h8300/h8300.md (a peephole2): New.
19283
19284 2003-02-11 Jan Hubicka <jh@suse.cz>
19285
19286 * sched-ebb.c (schedule_ebbs): Do not verify_flow_info.
19287
19288 2003-02-11 Jan Hubicka <jh@suse.cz>
19289
19290 * predict.c (choose_function_section): Choose sections correctly.
19291
19292 2003-02-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
19293
19294 * reload1.c (first_label_num): New.
19295 (reload): Index offsets_known_at and offsets_at using difference of
19296 label number and first label number. Don't use offset pointers.
19297 (set_label_offsets, set_initial_label_offsets): Likewise.
19298
19299 2003-02-10 Roger Sayle <roger@eyesopen.com>
19300
19301 * mips-tfile.c (init_file): Add missing initializers in the
19302 "#ifdef __alpha" case.
19303 (file_offset, max_file_offset): Declare as unsigned long.
19304 (write_varray): Cast to "unsigned long" in comparisons against
19305 either file_offset or max_file_offset.
19306 (write_object): Likewise.
19307 (read_seek): Likewise.
19308 (copy_object): Likewise. Declare "ifd" as int to match its use
19309 in add_ext_symbol, and avoid signed/unsigned conditional warning.
19310
19311 2003-02-10 Nick Clifton <nickc@redhat.com>
19312 Aldy Hernandez <aldyh@redhat.com>
19313
19314 * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Do not
19315 override options which have been specified on the command line.
19316
19317 2003-02-10 Kazu Hirata <kazu@cs.umass.edu>
19318
19319 * config/h8300/h8300.md (abssf2): New.
19320 (*abssf2_h8300): Likewise.
19321 (*abssf2_h8300hs): Likewise.
19322
19323 2003-02-10 Phil Edwards <pme@gcc.gnu.org>
19324
19325 * tree.c (build_tree_list): Fix parameter names in comment.
19326
19327 2003-02-10 Janis Johnson <janis187@us.ibm.com>
19328
19329 * config/rs6000/ppc64-fp.c: New file.
19330 * config/rs6000/t-linux64 (LIB2FUNCS_EXTRA): Add ppc64-fp.c.
19331
19332 2003-02-10 Josef Zlomek <zlomekj@suse.cz>
19333
19334 * Makefile.in (bb-reorder.o): Add dependency on $(FIBHEAP_H).
19335 * bb-reorder.c (make_reorder_chain): Deleted.
19336 (make_reorder_chain_1): Deleted.
19337 (find_traces): New function.
19338 (rotate_loop): New function.
19339 (mark_bb_visited): New function.
19340 (find_traces_1_round): New function.
19341 (copy_bb): New function.
19342 (bb_to_key): New function.
19343 (better_edge_p): New function.
19344 (connect_traces): New function.
19345 (copy_bb_p): New function.
19346 (get_uncond_jump_length): New function.
19347 (reorder_basic_blocks): Use new functions (Software Trace Cache).
19348 * cfgcleanup.c (outgoing_edges_match): Enable crossjumping across loop
19349 boundaries.
19350
19351 2003-02-10 Aldy Hernandez <aldyh@redhat.com>
19352
19353 * config/rs6000/rs6000.c (bdesc_2arg): Change spe_evxor to xorv2si3.
19354
19355 2003-02-09 Dan Nicolaescu <dann@ics.uci.edu>
19356
19357 * tree.h (struct tree_decl): Remove unused live_range_rtl field.
19358 (DECL_LIVE_RANGE_RTL): Remove.
19359
19360 2003-02-10 Nick Clifton <nickc@redhat.com>
19361
19362 * config/arm/aof.h, config/arm/aout.h, config/arm/arm-modes.def,
19363 config/arm/arm-protos.h, config/arm/arm.c, config/arm/arm.h,
19364 config/arm/arm.md, config/arm/cirrus.md, config/arm/coff.h,
19365 config/arm/conix-elf.h, config/arm/ecos-elf.h, config/arm/elf.h,
19366 config/arm/freebsd.h, config/arm/linux-elf.h,
19367 config/arm/linux-gas.h, config/arm/netbsd-elf.h,
19368 config/arm/netbsd.h, config/arm/pe.c, config/arm/pe.h,
19369 config/arm/rtems-elf.h, config/arm/semi.h, config/arm/semiaof.h,
19370 config/arm/strongarm-coff.h, config/arm/strongarm-elf.h,
19371 config/arm/strongarm-pe.h, config/arm/uclinux-elf.h,
19372 config/arm/unknown-elf-oabi.h, config/arm/unknown-elf.h,
19373 config/arm/xscale-elf.h: Replace occurances of "GNU CC" with "GCC"
19374 and reformat as appropriate.
19375
19376 2003-02-10 Kazu Hirata <kazu@cs.umass.edu>
19377
19378 * config/h8300/clzsi2.c: Remove.
19379 * config/h8300/ctzsi2.c: Likewise.
19380 * config/h8300/paritysi2.c: Likewise.
19381 * config/h8300/popcountsi2.c: Likewise.
19382 * config/h8300/t-h8300 (LIB2FUNCS_EXTRA): Remove clzsi2,
19383 ctzsi2, paritysi2, and popcountsi2.
19384
19385 2003-02-10 Eric Botcazou <ebotcazou@libertysurf.fr>
19386 Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
19387
19388 PR c/7741
19389 * c-decl.c (duplicate_decls): Discard the initializer of the
19390 new decl when the types are conflicting.
19391
19392 2003-02-10 Josef Zlomek <zlomekj@suse.cz>
19393
19394 * Makefile.in (sreal.o): Added.
19395 (predict.o): Depends on sreal.h instead of real.h.
19396 * sreal.c: New file.
19397 * sreal.h: New file.
19398 * predict.c: Use sreal.c instead of real.c.
19399
19400 2003-02-10 Nick Clifton <nickc@redhat.com>
19401
19402 * Contributed support for the Cirrus EP9312 "Maverick"
19403 floating point co-processor. Written by Aldy Hernandez
19404 <aldyh@redhat.com>.
19405 (config/arm/arm.c): Add Cirrus support.
19406 (config/arm/arm.h): Likewise.
19407 (config/arm/aout.h): Likewise.
19408 (config/arm/arm.md): Likewise.
19409 (config/arm/arm-protos.h): Likewise.
19410 (config.gcc): Likewise.
19411 (doc/invoke.texi): Describe new -mcpu value and new
19412 -mcirrus-fix-invalid-insns switch,
19413 (cirrus.md): New file.
19414
19415 2003-02-10 Jan Hubicka <jh@suse.cz>
19416
19417 * combine.c (combine_simplify_rtx): Simplify using
19418 (float_truncate (float x)) is (float x)
19419 (float_extend (float_extend x)) is (float_extend x).
19420
19421 2003-02-10 Alan Modra <amodra@bigpond.net.au>
19422
19423 * calls.c (try_to_integrate): Tidy stack_usage_map access.
19424 (emit_library_call_value_1): Likewise. Formatting.
19425 (store_one_arg): Likewise.
19426
19427 2003-02-09 Nick Clifton <nickc@redhat.com>
19428 Aldy Hernandez <aldyh@redhat.com>
19429
19430 * config/rs6000/spe.md: spe_evlhhesplat, spe_evlhhossplat,
19431 spe_evlhhousplat, spe_evlwhsplat, spe_evlwwsplat, spe_evldd,
19432 spe_evldh, spe_evldw, spe_evlwhe, spe_evlwhos, spe_evlwhou,
19433 spe_evstdd, spe_evstdh, spe_evstdw, spe_evstdwx, spe_evstwhe,
19434 spe_evstwho, spe_evstwwe, spe_evstwwo: Fix syntax to match newest
19435 docs. Add range test for immediate value.
19436
19437 2003-02-09 Aldy Hernandez <aldyh@redhat.com>
19438
19439 Rename spe_evxor to xorv2si3.
19440 (xorv4hi3): New.
19441 (xorv1di3): New.
19442
19443 2003-02-10 Glen Nakamura <glen@imodulo.com>
19444
19445 * doc/extend.texi (C++98 Thread-Local Edits): Add missing @item
19446 tag.
19447
19448 2003-02-10 Jan Hubicka <jh@suse.cz>
19449
19450 * i386.c (vector_move_operand): New predicate.
19451 (ix86_expand_vector_move): Be happy about 0.
19452 * i386.h (PREDICATE_CODES): Add sse-move_operand.
19453 * i386.md (mov*_internal): Add 'C' alternative.
19454
19455 2003-02-09 Jan Hubicka <jh@suse.cz>
19456
19457 * i386.md (floathi*): Deal with SSE.
19458
19459 2003-02-09 Jan Hubicka <jh@suse.cz>
19460
19461 * simplify-rtx.c (simplify_unary_operation,
19462 simplify_binary_operation): Deal with vector modes
19463 (simplify_ternary_operation): Deal with no-op VEC_MERGE.
19464
19465 2003-02-09 Richard Sandiford <rsandifo@redhat.com>
19466
19467 * toplev.c (rest_of_compilation): Recompute register usage after
19468 split_all_insns.
19469
19470 2003-02-09 Richard Henderson <rth@redhat.com>
19471
19472 * libgcc-std.ver (__clztf2): New.
19473 (__ctztf2, __popcounttf2, __paritytf2): New.
19474 * libgcc2.c (__clzSI2, __clzDI2, __ctzSI2, __ctzDI2, __popcountSI2,
19475 __popcountDI2, __paritySI2, __parityDI2): Use UWmode and UDWmode;
19476 adjust code to match the different type sizes.
19477 * libgcc2.h (__clzSI2, __ctzSI2, __popcountSI2, __paritySI2,
19478 __clzDI2, __ctzDI2, __popcountDI2, __parityDI2): New macros.
19479
19480 * optabs.c (init_integral_libfuncs): Don't hard-code SImode and
19481 TImode; select word_mode and twice that.
19482 (init_floating_libfuncs): Don't hard-code SFmode and TFmode;
19483 select the modes from float, double, and long double.
19484 (init_optabs): Remove duplicate initializations.
19485
19486 2003-02-09 Wolfgang Bangerth <bangerth@ticam.utexas.edu>
19487
19488 * doc/install.texi: Squeeze and streamline section on
19489 testing and regression checking.
19490
19491 2003-02-09 Jan Hubicka <jh@suse.cz>
19492
19493 * i386.md (ahi?v*3): Set third operand type to TImode.
19494 * i386.c (ix86_expand_binop_builtin): Extend operand when needed.
19495
19496 * simplify-rtx.c (simplify_subreg): Fix conversion from vector into
19497 integer mode.
19498
19499 * rtl.def (VEC_MERGE, VEC_SELECT, VEC_CONCAT, VEC_DUPLICATE):
19500 Change code so they are arithmetic expressions now.
19501 * simplify-rtx.c (simplify_unary_operation, simplify_binary_operation,
19502 simplify_ternary_operation): Deal with VEC_* expressions.
19503
19504 * i386.md (vmaskcmp, pinsrw, movd patterns): Fix RTL representation.
19505
19506 2003-02-08 Jan Hubicka <jh@suse.cz>
19507
19508 * cfgrtl.c (verify_flow_info): Use control_flow_insn_p.
19509 * reload1.c (fixup_abnormal_edges): Split basic blocks when EH edges
19510 possibly got duplicated.
19511
19512 2003-02-08 Richard Henderson <rth@redhat.com>
19513
19514 * config/alpha/alpha.c (override_options): Turn off explicit
19515 relocs until post-peep2 code duplication resolved.
19516
19517 2003-02-08 Kazu Hirata <kazu@cs.umass.edu>
19518
19519 * optabs.c (expand_unop): Widen clz properly when clz is done
19520 via libcall.
19521
19522 2003-02-08 Kazu Hirata <kazu@cs.umass.edu>
19523
19524 * config/h8300/clzsi2.c: Replace "GNU CC" with "GCC".
19525 * config/h8300/crti.asm: Likewise.
19526 * config/h8300/crtn.asm: Likewise.
19527 * config/h8300/ctzsi2.c: Likewise.
19528 * config/h8300/fixunssfsi.c: Likewise.
19529 * config/h8300/h8300-protos.h: Likewise.
19530 * config/h8300/h8300.c: Likewise.
19531 * config/h8300/h8300.h: Likewise.
19532 * config/h8300/h8300.md: Likewise.
19533 * config/h8300/paritysi2.c: Likewise.
19534 * config/h8300/popcountsi2.c: Likewise.
19535 * config/h8300/rtems.h: Likewise.
19536
19537 2003-02-08 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
19538
19539 * doc/invoke.texi: Documentation for my previous commit.
19540 * doc/passes.texi: Ditto.
19541
19542 2003-02-08 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
19543
19544 * cfgloop.h (fix_loop_placement, can_duplicate_loop_p,
19545 duplicate_loop_to_header_edge, loopify, remove_path, split_loop_bb):
19546 Declare.
19547 (DLTHE_FLAG_UPDATE_FREQ): New.
19548 * cfgloopmanip.c (duplicate_loop, duplicate_subloops, copy_loops_to,
19549 loop_redirect_edge, loop_delete_branch_edge, copy_bbs, remove_bbs,
19550 rpe_enum_p, find_branch, alp_enum_p, add_loop, fix_loop_placements,
19551 fix_bb_placement, fix_bb_placements, place_new_loop,
19552 scale_loop_frequencies, scale_bbs_frequencies, record_exit_edges):
19553 New static functions.
19554 (fix_loop_placement, can_duplicate_loop_p,
19555 duplicate_loop_to_header_edge, loopify, remove_path, split_loop_bb):
19556 New functions.
19557
19558 * cfgloop.h (loop_optimizer_init, loop_optimizer_finalize,
19559 unswitch_loops): Declare.
19560 * loop-init.c: New file.
19561 * loop-unswitch.c: New file.
19562 * Makefile.in (loop-init.o, loop-unswitch.o): New.
19563 * params.def (PARAM_MAX_UNSWITCH_INSNS, PARAM_MAX_UNSWITCH_LEVEL): New.
19564 * toplev.c (DFI_loop2): New dump.
19565 (flag_unswitch_loops): New.
19566 (lang_independent_options): Add it.
19567 (rest_of_compilation): Call new loop optimizer.
19568 (parse_options_and_default_flags): Turn flag_unswitch_loops on with -O3.
19569
19570 2003-02-08 Kazu Hirata <kazu@cs.umass.edu>
19571
19572 * config/h8300/clzsi2.c: New.
19573 * config/h8300/ctzsi2.c: Likewise.
19574 * config/h8300/paritysi2.c: Likewise.
19575 * config/h8300/popcountsi2.c: Likewise.
19576 * config/h8300/t-h8300 (LIB2FUNCS_EXTRA): Add above files.
19577
19578 2003-02-07 David Edelsohn <edelsohn@gnu.org>
19579
19580 * config/rs6000/rs6000.h (CLZ_DEFINED_VALUE_AT_ZERO): Define.
19581 * config/rs6000/rs6000.md (clzsi2): Rename from cntlzw2.
19582 (ctzsi2): New pattern.
19583 (ffssi2): Use clz instead of unspec.
19584 (clzdi2): Rename from cntlzd2.
19585 (ctzdi2): New pattern.
19586 (ffsdi2): Use clz instead of unspec.
19587
19588 2003-02-07 Loren James Rittle <ljrittle@acm.org>
19589
19590 * config/alpha/freebsd.h (LINK_SPEC): Weaken error to notice.
19591 * config/ia64/freebsd.h (LINK_SPEC): Likewise.
19592 * config/sparc/freebsd.h (LINK_SPEC): Likewise.
19593 * config/i386/freebsd.h (LINK_SPEC): Add clause to mirror other arches.
19594
19595 2003-02-07 Wolfgang Bangerth <bangerth@ticam.utexas.edu>
19596
19597 * doc/trouble.texi: Document pitfalls of two-stage name lookup.
19598
19599 2003-02-07 Richard Henderson <rth@redhat.com>
19600
19601 PR 9226
19602 * gcse.c (local_cprop_find_used_regs): New.
19603 (local_cprop_pass): Use it.
19604
19605 2003-02-07 Fred Fish <fnf@intrinsity.com>
19606
19607 * mips-tfile.c (parse_def): Parenthesize assignments to fix
19608 precedence bugs.
19609
19610 2003-02-07 Segher Boessenkool <segher@koffie.nl>
19611
19612 * genoutput.c (output_get_insn_name): Handle NOOP_MOVE_INSN_CODE.
19613
19614 2003-02-07 Roger Sayle <roger@eyesopen.com>
19615
19616 * builtin-types.def (BT_FN_FLOAT_FLOAT_FLOAT): New built-in type.
19617 (BT_FN_LONG_DOUBLE_LONG_DOUBLE_LONG_DOUBLE): Likewise.
19618 (BT_FN_DOUBLE_DOUBLE_DOUBLE): Likewise.
19619 * builtins.def: Define pow, powf, powl, atan2, atan2f and atan2l
19620 builtin functions (and their __builtin_* variants).
19621 * builtins.c (mathfn_built_in): Handle missing log{,f,l} cases.
19622 (expand_builtin): Don't expand log{,f,l}, pow{,f,l} or atan2{,f,l}
19623 when not optimizing.
19624
19625 * doc/extend.texi: Document new pow and atan2 builtins, and
19626 their float and long double variants. Realphabetize builtins.
19627
19628 2003-02-07 Jan Hubicka <jh@suse.cz>
19629
19630 * i386.md (sse2_nandv2di3): Fix.
19631
19632 2003-03-07 Danny Smith <dannysmith@users.sourceforge.net>
19633
19634 * config/i386/i386.h (MS_AGGREGATE_RETURN): New define.
19635 * config/i386/cygwin.h (MS_AGGREGATE_RETURN): Override default
19636 definition.
19637 * config/i386/i386.h (ix86_return_in_memory): Return aggregate
19638 types of up to 8 bytes via registers if MS_AGGREGATE_RETURN.
19639
19640 2003-02-07 Jan Hubicka <jh@suse.cz>
19641
19642 * i386.md (movdi_rex64_1): Fix mmx<->int move opcode.
19643
19644 2003-02-07 Daniel Berlin <dberlin@dberlin.org>
19645
19646 * cfg.c (dump_flow_info): Add back accidently deleted line.
19647
19648 2003-02-07 Andrey Petrov <petrov@netbsd.org>
19649
19650 * optabs.c (expand_float): Search wider integer modes first.
19651
19652 2003-02-07 Bob Wilson <bob.wilson@acm.org>
19653
19654 * config/xtensa/xtensa.h (LIBGCC2_WORDS_BIG_ENDIAN): Set this
19655 based on preprocessor flag.
19656
19657 2003-02-07 Roger Sayle <roger@eyesopen.com>
19658 Richard Henderson <rth@redhat.com>
19659
19660 * gcse.c (implicit_sets): New.
19661 (compute_hash_table_work): Include them in hash table.
19662 (find_implicit_sets, fis_get_condition): New.
19663 (one_cprop_pass): Allocate and free implicit_sets; call
19664 find_implicit_sets before building hash table.
19665
19666 2003-02-07 Jason Thorpe <thorpej@wasabisystems.com>
19667
19668 * config/t-netbsd (USER_H): Revert previous change.
19669
19670 2003-02-07 Gabor Greif <ggreif@lucent.com>
19671
19672 * doc/c-tree.texi (Namespaces): Fix typo.
19673
19674 2003-02-07 Jan Hubicka <jh@suse.cz>
19675
19676 * regrename.c (do_replace, find_oldest_value_reg,
19677 copyprop_hardreg_forward_1): Update register attributes.
19678
19679 2003-02-06 Vladimir Makarov <vmakarov@redhat.com>
19680
19681 * genautomata.c (VLA_PTR_CREATE, VLA_PTR_EXPAND, VLA_PTR_ADD,
19682 VLA_HWINT_CREATE, VLA_HWINT_EXPAND, VLA_HWINT_ADD): Use temporay
19683 variables starting with underscore.
19684 (struct unit_usage): New structure.
19685 (unit_usages, cycle_alt_unit_usages): New global variables.
19686 (check_unit_distribution_in_reserv): Remove it.
19687 (store_alt_unit_usage): New function.
19688 (check_regexp_units_distribution): Rewrite it.
19689
19690 2003-02-06 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
19691
19692 * config.gcc (hppa*-*-linux*): Set MASK_NO_SPACE_REGS in
19693 target_cpu_default.
19694 * pa.c (attr_length_call): Add 8 to call length (long indirect PA 1.X)
19695 if not MASK_NO_SPACE_REGS.
19696 (output_call): Adjust return pointer, don't load new space register
19697 into %sr0, and use %sr4 for call if TARGET_NO_SPACE_REGS is true.
19698 (pa_asm_output_mi_thunk): Don't load new space register into %sr0 if
19699 TARGET_NO_SPACE_REGS is true.
19700 * pa.md (return_external_pic): Add TARGET_NO_SPACE_REGS to insn
19701 conditions.
19702 (epilogue): Always use return_internal if TARGET_NO_SPACE_REGS is true.
19703 (interspace_jump): Add new pattern for when TARGET_NO_SPACE_REGS is
19704 true. Use bve when TARGET_64BIT is true.
19705
19706 2003-02-06 Richard Henderson <rth@redhat.com>
19707
19708 * combine.c (nonzero_bits): Fix double break.
19709
19710 2003-02-06 Eric Botcazou <ebotcazou@libertysurf.fr>
19711 Richard Henderson <rth@redhat.com>
19712
19713 PR c/9530
19714 * config/i386/i386.c (ix86_function_ok_for_sibcall): Forbid sibcalls
19715 from functions that return a float to functions that don't.
19716
19717 2003-02-06 Jan Hubicka <jh@suse.cz>
19718
19719 * i386.c (x86_inter_unit_moves): New variable.
19720 (ix86_secondary_memory_needed): Fix 64bit case, honor
19721 TARGET_INTER_UNIT_MOVES
19722 * i386.h (x86_inter_unit_moves): Declare.
19723 (TARGET_INTER_UNIT_MOVES): New macro.
19724 * i386.md (movsi_1): Cleanup constraints; disable
19725 when not doing inter-unit moves.
19726 (movsi_1_nointernunit): New.
19727 (movdi_1_rex64): Fix constraints; deal with SSE->GPR moves.
19728 (movdi_1_rex64_nointerunit): New.
19729 (mivsf_1): disable when not doing inter-unit moves.
19730 (movsf_1_nointerunit): New.
19731
19732 * basic-block.h (inside_basic_block_p): Declare.
19733 * cfgbuild.c (inside_basic_block_p): Make global.
19734 * haifa-sched.c (unlink_other_notes): Deal with NOT_INSN_BASIC_BLOCK.
19735 * scheudle-ebb.c (schedule_ebb): Return last basic block of trace;
19736 update CFG.
19737 (fix_basic_block_boundaries, add_missing_bbs): New.
19738 (rank): Use profile.
19739 (scheudle_ebbs): Rely on CFG; update coments.
19740
19741 2003-02-05 Geoffrey Keating <geoffk@apple.com>
19742
19743 * Makefile.in (host_hook_obj): New.
19744 (OBJS): Add $(host_hook_obj).
19745 (host_default.o): New rule.
19746 * config.gcc (host_hook_obj): New, default to host-default.o.
19747 (powerpc-*-darwin*): Use host-darwin.o.
19748 (out_host_hook_obj): New.
19749 * configure: Regenerate.
19750 * configure.in: Print information about out_host_hook_obj, substitute
19751 into output files.
19752 * host-default.c: New file.
19753 * hosthooks.h: New file.
19754 * toplev.c (general_init): Call host_hooks.extra_signals.
19755 * config/rs6000/host-darwin.c: New file.
19756 * config/rs6000/x-darwin: New file.
19757 * doc/hostconfig.texi: Add documentation for new host hook.
19758 Rearrange existing documentation.
19759
19760 2003-02-05 Roger Sayle <roger@eyesopen.com>
19761
19762 * dwarf2out.c (mem_loc_descriptor): Replace ASM_SIMPLIFY_DWARF_ADDR
19763 with *targetm.delegitimize_address.
19764 (rtl_for_decl_location): Likewise.
19765 * dwarfout.c (output_mem_loc_descriptor): Likewise. Include target.h.
19766 * Makefile.in (dwarf2out.c, dwarfout.c): Depend upon $(TARGET_H)
19767
19768 * config/i386/i386.h (ASM_SIMPLIFY_DWARF_ADDR): Remove definition.
19769 * config/i386/i386-protos.h (i386_simplify_dwarf_addr): Remove
19770 prototype.
19771 * config/i386/i386.c (ix86_delegitimize_address): Renamed from
19772 i386_simplify_dwarf_addr. Made static. Prototyped.
19773 (TARGET_DELEGITIMIZE_ADDRESS): Update definition from
19774 i386_simplify_dwarf_addr to ix86_delegitimize_address.
19775 (ix86_find_base_term): Likewise.
19776 (maybe_get_pool_constant): Likewise.
19777
19778 * config/s390/s390.h (ASM_SIMPLIFY_DWARF_ADDR): Remove definition.
19779 * config/s390/s390-protos.h (s390_simplify_dwarf_addr): Remove
19780 prototype.
19781 * config/s390/s390.c (s390_delegitimize_address): Renamed from
19782 s390_simplify_dwarf_addr. Made static. Prototyped.
19783 (TARGET_DELEGITIMIZE_ADDRESS): Define as s390_delegitimize_address.
19784
19785 2003-02-05 Richard Henderson <rth@redhat.com>
19786
19787 PR c/8602
19788 * integrate.c (output_inline_function): Reset input_filename
19789 and lineno from the decl before rest_of_compilation.
19790
19791 2003-02-05 Richard Henderson <rth@redhat.com>
19792
19793 * defaults.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
19794 (CTZ_DEFINED_VALUE_AT_ZERO): New.
19795 * doc/rtl.texi, doc/tm.texi: Document them.
19796
19797 * combine.c (nonzero_bits) [CLZ, CTZ]: Handle the definedness
19798 of the value at zero properly.
19799 * fold-const.c (tree_expr_nonnegative_p): Likewise.
19800 * simplify-rtx.c (simplify_unary_operation): Likewise.
19801
19802 * config/alpha/alpha.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
19803 (CTZ_DEFINED_VALUE_AT_ZERO): New.
19804
19805 * config/arm/arm.c (TARGET_INIT_BUILTINS): Remove.
19806 (TARGET_EXPAND_BUILTIN): Remove.
19807 (def_builtin, arm_init_builtins, arm_expand_builtin): Remove.
19808 * config/arm/arm.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
19809 (enum arm_builtins): Remove.
19810 * config/arm/arm.md (UNSPEC_CLZ): Remove.
19811 (clzsi2): Rename from clz; use clz instead of unspec.
19812 (ctzsi2): New.
19813 * config/arm/arm-protos.h: Update.
19814
19815 2003-02-05 Jan Hubicka <jh@suse.cz>
19816
19817 * i386-protos.h (x86_emit_floatuns): Declare.
19818 * i386.c (x86_emit_floatuns): New global function.
19819 * i386.md (floatunssisf2, floatunsdisf2,
19820 floatunsdidf2): New patterns.
19821
19822 2003-01-25 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
19823
19824 * cfgloopmanip.c (force_single_succ_latches): Fix missindentation.
19825
19826 2003-02-05 Hans Boehm <Hans.Boehm@hp.com>
19827
19828 * config/ia64/unwind-ia64.c: include coretypes.h, tm.h to get
19829 config/ia64/linux.h
19830
19831 2003-02-05 Roger Sayle <roger@eyesopen.com>
19832
19833 * cfgloop.h (flow_bb_inside_loop_p): Correct prototype again.
19834
19835 2003-02-05 Jakub Jelinek <jakub@redhat.com>
19836
19837 PR optimization/8555
19838 * config/i386/i386.md (sse_mov?fcc split): Handle op2 == op3 case
19839 instead of aborting.
19840
19841 2003-02-04 Richard Henderson <rth@redhat.com>
19842
19843 * config/i386/i386.md (UNSPEC_BSF): Remove.
19844 (ffssi2): Split into cmove and no_cmove insns and splitters;
19845 lose pentium float trick for now.
19846 (ffssi_1): Add * to name; use CTZ instead of UNSPEC.
19847 (ctzsi2, clzsi2, bsr): New.
19848
19849 2003-02-04 Richard Henderson <rth@redhat.com>
19850
19851 * config/ia64/ia64.c (rtx_needs_barrier): Handle POPCOUNT,
19852 UNSPEC_GETF_EXP; remove UNSPEC_POPCNT.
19853 * config/ia64/ia64.md (UNSPEC_POPCNT): Remove.
19854 (ffsdi2): Use popcount instead of unspec.
19855 (popcountdi2): Rename from *popcnt.
19856 (ctzdi2, clzdi2, getf_exp_tf): New.
19857
19858 2003-02-04 Kazu Hirata <kazu@cs.umass.edu>
19859
19860 * genconfig.c (main): Generate CC0_P.
19861 * rtl.h (CC0_P): Remove.
19862
19863 2003-02-04 Richard Henderson <rth@redhat.com>
19864
19865 * libgcc2.h, libgcc2.c (__ffsSI2): New.
19866 (__ffsDI2): Rename from __ffsdi2.
19867 * mklibgcc.in (lib2funcs): Add _ffssi2.
19868
19869 2003-02-04 Richard Henderson <rth@redhat.com>
19870
19871 * libgcc2.c (__paritysi2, __paritydi2): Replace last two reduction
19872 rounds with a "bit table" lookup.
19873
19874 2003-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19875
19876 * reload.c (find_reloads): Do not use the mode specified in the insn
19877 pattern as reload mode for address operands. Do not generate optional
19878 reloads for operands where a mandatory reload was already pushed.
19879
19880 2003-02-04 Richard Henderson <rth@redhat.com>
19881
19882 * longlong.h [alpha] (count_leading_zeros, count_trailing_zeros): Use
19883 builtins instead of inline assembly.
19884
19885 2003-02-04 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
19886
19887 PR c/9376
19888 * libgcc2.c (__subvdi3): Fix typo.
19889
19890 2003-02-04 Jan Hubicka <jh@suse.cz>
19891
19892 * i386.md (movti_rex64): Fix constraint.
19893
19894 2003-02-04 Jan Hubicka <jh@suse.cz>
19895
19896 * i386.md (vector push splitters): Fix typo in resolving conflict.
19897
19898 2003-02-04 Rodney Brown <rbrown64@csc.com.au>
19899
19900 * config/i386/i386.c (x86_function_profiler): Fix typo in format.
19901
19902 2003-02-04 Phil Edwards <pme@gcc.gnu.org>
19903
19904 * doc/install.texi (*-*-linux-gnu): Mention glibc requirements
19905 for recent libstdc++. Remove formatting cruft.
19906
19907 2003-02-04 Jakub Jelinek <jakub@redhat.com>
19908
19909 * dwarf2out.c (dwarf2out_finish): Add AT_comp_dir
19910 attribute even if input file name is absolute, but one of the
19911 includes is relative.
19912
19913 2003-02-04 Joseph S. Myers <jsm@polyomino.org.uk>
19914
19915 * doc/gcc.texi, doc/gccint.texi, doc/gcov.texi,
19916 doc/include/fdl.texi, doc/invoke.texi: Update to GFDL 1.2.
19917 * doc/install.texi: Update copyright dates. Update to GFDL 1.2.
19918
19919 2003-02-03 Richard Henderson <rth@redhat.com>
19920
19921 * libgcc2.c (__ffsdi2, __clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
19922 __popcountsi2, __popcountdi2, __paritysi2, __paritydi2): Change
19923 return type to "int". Shuffle declarations and undef int trap.
19924 * libgcc2.h: Remove their declarations.
19925 * optabs.c (expand_unop): Force outmode to int for bitops.
19926
19927 2003-02-03 Bob Wilson <bob.wilson@acm.org>
19928
19929 * config/xtensa/xtensa.c (order_regs_for_local_alloc): Order the
19930 coprocessor registers before floating-point registers.
19931 * config/xtensa/xtensa.h (REG_ALLOC_ORDER): Adjust register numbers
19932 to account for a previously removed register.
19933 (SPEC_REG_FIRST, SPEC_REG_LAST, SPEC_REG_NUM, COUNT_REGISTER_REGNUM):
19934 Delete unused macros.
19935
19936 2003-02-03 Jan Hubicka <jh@suse.cz>
19937
19938 * i386.c (ix86_expand_store_builtin): Always force op1 to register.
19939 (mov*_internal): Fix predicates; require one of operands to not be
19940 memory.
19941 (SSE?MMX move expanders): Fix predicates; force one of operands to
19942 register.
19943 (SSE/MMX push patterns): Reorganize; fix x86-64 code generation.
19944 (movups/movupd/movdqu patterns): Force one of operands to not be
19945 memory.
19946
19947 2003-02-03 Roger Sayle <roger@eyesopen.com>
19948
19949 * hooks.c (hook_rtx_rtx_identity): Generic hook function that
19950 takes a single rtx and returns it unmodified.
19951 * hooks.h (hook_rtx_rtx_identity): Prototype here.
19952 * target.h (struct gcc_target): Add "delegitimize_address"
19953 field to target structure.
19954 * target-def.h (TARGET_DELEGITIMIZE_ADDRESS): Provide default
19955 for delegitimize_address target using hook_rtx_rtx_identity.
19956 (TARGET_INITIALIZER): Initialize delegitimize_address field
19957 using TARGET_DELEGITIMIZE_ADDRESS macro.
19958 * simplify-rtx.c (avoid_constant_pool_reference): Handle float
19959 extensions of constant pool references. Use delegitimize_address
19960 to undo the obfuscation of "-fpic".
19961 * Makefile.in (simplify-rtx.o): Add dependency on target.h.
19962
19963 * config/i386/i386.c (TARGET_DELEGITIMIZE_ADDRESS): Define as
19964 i386_simplify_dwarf_addr.
19965 (ix86_find_base_term): Simplify using i386_simplify_dwarf_addr.
19966 (maybe_get_pool_constant): Likewise.
19967
19968 2003-02-03 Jan Hubicka <jh@suse.cz>
19969
19970 * i386.c (ix86_expand_int_movcc): Fix setcc sign bit case.
19971
19972 2003-02-03 Jan Hubicka <jh@suse.cz>
19973
19974 * regclass.c (cannot_change_mode_set_regs): Correct argument order.
19975
19976 2003-02-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
19977
19978 * mips/_tilib.c: Don't include tsystem.h or defaults.h. Don't
19979 define LIBGCC2_WORDS_BIG_ENDIAN. Include coretypes.h and tm.h.
19980
19981 2003-02-02 Andreas Schwab <schwab@suse.de>
19982
19983 * varasm.c (asm_output_aligned_bss): Declare as possibly unused.
19984
19985 2003-02-02 Richard Earnshaw <rearnsha@arm.com>
19986
19987 * arm.md (sibcall_epilogue): Set the "conds" to "clob".
19988 (epilogue_insns): Likewise.
19989
19990 2003-02-02 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
19991
19992 * doc/install.texi (hppa*-hp-hpux11*): Update installation notes.
19993
19994 2003-02-02 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
19995
19996 * pa-protos.h (attr_length_millicode_call): Remove second argument.
19997 (attr_length_indirect_call, attr_length_indirect_call,
19998 attr_length_save_restore_dltp): New prototypes.
19999 * pa.c (attr_length_millicode_call): Remove second argument. Check
20000 INSN_ADDRESSES_SET_P in distance calculation.
20001 (output_millicode_call): Check INSN_ADDRESSES_SET_P before using
20002 INSN_ADDRESSES.
20003 (attr_length_call): Check INSN_ADDRESSES_SET_P in distance calculation.
20004 (output_call): Check INSN_ADDRESSES_SET_P before using INSN_ADDRESSES.
20005 Call attr_length_call directly.
20006 (attr_length_indirect_call, output_indirect_call,
20007 attr_length_save_restore_dltp): New functions.
20008 * pa.md (attr_length_millicode_call): Drop second argument from all
20009 patterns.
20010 (return_internal_pic): Delete.
20011 (return_external_pic): Remove use of PIC register and pic operand and
20012 flag checks.
20013 (epilogue): Use return_internal for both normal and pic code.
20014 (call, call_value): Emit new 32-bit pic patterns for symref and
20015 indirect calls. Remove uses for arg pointer and pic register.
20016 (call_symref_pic, call_symref_pic_post_reload, call_reg_pic,
20017 call_reg_pic_post_reload, call_val_symref_pic,
20018 call_val_symref_pic_post_reload, call_val_reg_pic,
20019 call_val_reg_pic_post_reload): New pre and post reload insn patterns.
20020 Implement define_split and define_peephole2 patterns for pre reload
20021 patterns.
20022 (call_symref_64bit, call_internal_reg_64bit, call_value_symref_64bit,
20023 call_value_internal_reg_64bit): Shorten names.
20024 (all call patterns): Explicitly indicate registers used and clobbered.
20025 Use attr_length_indirect_call and attr_length_save_restore_dltp for
20026 attribute length calculation. Move code generation for indirect calls
20027 to output_indirect_call.
20028 (sibcall, sibcall_value): Don't restore PIC register.
20029 (exception_receiver, builtin_setjmp_receiver): Add blockage after PIC
20030 register retore.
20031
20032 2003-02-02 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
20033
20034 * doc/install.texi (Testing): Simplify and compress instructions
20035 concerning Dejagnu.
20036
20037 2003-02-01 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
20038
20039 * collect2.c (pexecute_pid): Rename to pid.
20040 (collect_wait, collect_execute, scan_prog_file, scan_libraries): Use
20041 pid.
20042
20043 2003-02-01 Geoffrey Keating <geoffk@apple.com>
20044
20045 * doc/extend.texi (Function Attributes): Remove documentation
20046 for PowerPC Windows NT function attributes..
20047
20048 2003-02-01 Daniel Jacobowitz <drow@mvista.com>
20049
20050 * dwarf2out.c (gen_type_die): Check for typedefs before calling
20051 for TYPE_MAIN_VARIANT.
20052
20053 2003-02-01 Richard Henderson <rth@redhat.com>
20054
20055 * libgcc2.c: Include auto-host.h.
20056 (ATTRIBUTE_HIDDEN): New.
20057 (__clz_tab): Don't declare here for clz and ctz.
20058 (__clzsi2, __clzdi2): Use count_leading_zeros.
20059 (__ctzsi2, __ctzdi2): Use count_trailing_zeros.
20060 (__popcount_tab): Mark ATTRIBUTE_HIDDEN.
20061 (__paritysi2, __paritydi2): Use shifts instead of __popcount_tab.
20062 * longlong.h (__clz_tab): Mark ATTRIBUTE_HIDDEN.
20063
20064 2003-02-01 Richard Henderson <rth@redhat.com>
20065
20066 * config/i386/i386.md (addsi_1_zext splitter): Add TARGET_64BIT
20067 to the conditional.
20068 (ashlsi3_1_zext splitter): Likewise.
20069
20070 2003-02-01 Richard Henderson <rth@redhat.com>
20071
20072 * optabs.c (expand_unop): Use word_mode for outmode of bit scaners.
20073 * libgcc2.c (__ffsdi2, __clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
20074 __popcountsi2, __popcountdi2, __paritysi2 __paritydi2): Change
20075 return type to Wtype.
20076
20077 * libgcc-std.ver (GCC_3.4): Fix inheritance.
20078
20079 * config/i386/i386.md (ffssi2): Use nonimmediate_operand for
20080 expander input constraint.
20081
20082 2003-02-01 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
20083
20084 * optabs.h (optab_index): Add OTI_clz, OTI_ctz, OTI_popcount and
20085 OTI_parity.
20086 (clz_optab, ctz_optab, popcount_optab, parity_optab): New.
20087 * optabs.c (widen_clz, expand_parity): New.
20088 (expand_unop): Handle clz and parity. Hardcode SImode as outmode
20089 for libcalls to clz, ctz, popcount, and parity.
20090 (init_optabs): Init clz_optab, ctz_optab, popcount_optab and
20091 parity_optab, and set up libfunc handlers.
20092 * libgcc2.c (__clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
20093 __popcountsi2, __popcountdi2, __paritysi2 __paritydi2,
20094 __popcount_tab): New.
20095 * libgcc2.h: Declare them.
20096 * libgcc-std.ver (GCC_3.4): Add new functions from libgcc2.c.
20097 * genopinit.c (optabs): Add clz_optab, ctz_optab, popcount_optab
20098 and parity_optab.
20099 * builtin-types.def (BT_FN_INT_LONG, BT_FN_INT_LONGLONG): New.
20100 * builtins.def (BUILT_IN_CLZ, BUILT_IN_CTZ, BUILT_IN_POPCOUNT,
20101 BUILT_IN_PARITY, BUILT_IN_FFSL, BUILT_IN_CLZL, BUILT_IN_CTZL,
20102 BUILT_IN_POPCOUNTL, BUILT_IN_PARITYL, BUILT_IN_FFSLL,
20103 BUILT_IN_CLZLL, BUILT_IN_CTZLL, BUILT_IN_POPCOUNTLL,
20104 BUILT_IN_PARITYLL): New.
20105 * builtins.c (expand_builtin_unop): Rename from expand_builtin_ffs
20106 and add optab argument.
20107 (expand_builtin): Expand BUILT_IN_{FFS,CLZ,POPCOUNT,PARITY}*.
20108 * tree.def (CLZ_EXPR, CTZ_EXPR, POPCOUNT_EXPR, PARITY_EXPR): New.
20109 * expr.c (expand_expr): Handle them.
20110 * fold-const.c (tree_expr_nonnegative_p): Likewise.
20111 * rtl.def (CLZ, CTZ, POPCOUNT, PARITY): New.
20112 * reload1.c (eliminate_regs): Handle them.
20113 (elimination_effects): Likewise.
20114 * function.c (instantiate_virtual_regs_1): Likewise
20115 * genattrtab.c (check_attr_value): Likewise.
20116 * simplify-rtx.c (simplify_unary_operation): Likewise.
20117 * c-common.c (c_common_truthvalue_conversion): Handle POPCOUNT_EXPR.
20118 * combine.c (combine_simplify_rtx): Handle POPCOUNT and PARITY.
20119 (nonzero_bits): Handle CLZ, CTZ, POPCOUNT and PARITY.
20120 * config/alpha/alpha.md (clzdi2, ctzdi2, popcountdi2): New.
20121 * config/arm/arm.c (arm_init_builtins): Rename __builtin_clz to
20122 __builtin_arm_clz.
20123 * Makefile.in (LIB2FUNCS_1, LIB2FUNCS_2): Move...
20124 * mklibgcc.in (lib2funcs): ...here and merge. Add new members.
20125 * doc/extend.texi (Other Builtins): Add new builtins.
20126 * doc/md.texi (Standard Names): Add new patterns.
20127
20128 2003-02-01 Ulrich Weigand <uweigand@de.ibm.com>
20129
20130 * reload.c: Revert 2003-01-31 change.
20131
20132 2003-02-01 Jan Hubicka <jh@suse.cz>
20133
20134 * combine.c (combine_simplify_rtx): Use reversed_comparison_code_parts.
20135
20136 2003-02-01 Richard Sandiford <rsandifo@redhat.com>
20137
20138 * flags.h (flag_volatile): Remove declaration.
20139 (flag_volatile_global, flag_volatile_static): Likewise.
20140 * c-typeck.c (build_indirect_ref): Don't check flag_volatile.
20141 * toplev.c (flag_volatile): Remove definition.
20142 (flag_volatile_global, flag_volatile_static): Likewise.
20143 (f_options): Remove corresponding entries here.
20144 * varasm.c (make_decl_rtl): Don't check flag_volatile_global
20145 or flag_volatile_static.
20146 * doc/invoke.texi: Remove documentation of -fvolatile,
20147 -fvolatile-global and -fvolatile-static.
20148
20149 2003-01-31 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
20150
20151 * pa.c (pa_output_function_prologue, pa_output_function_epilogue): Move
20152 updating of total_code_bytes from prologue to epilogue.
20153
20154 2003-01-31 Ulrich Weigand <uweigand@de.ibm.com>
20155
20156 * reload.c (find_reloads): Do not use the mode specified in the insn
20157 pattern as reload mode for address operands. Do not generate optional
20158 reloads for operands where a mandatory reload was already pushed.
20159 Generate optional reloads only in the final pass though find_reloads.
20160 (have_replacement_p): New function.
20161
20162 2003-01-31 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
20163
20164 * doc/install.texi (Testing): Remove a reference to our obsolete
20165 /testresults web pages and strip redundant information concerning
20166 test results.
20167 (Binaries): Refer to Microsoft Windows instead of listing all
20168 possible variants.
20169
20170 2003-02-01 Jan Hubicka <jh@suse.cz>
20171
20172 * loop.c (emit_prefetch_instructions): Do conversion at right place in
20173 RTL chain.
20174
20175 * combine.c (simplify_set): Reverse order of ragumetns to
20176 REG_CANNOT_CHANGE_MODE_P
20177 * df.c (df_def_record_1): Likewise.
20178 * recog.c (register_operand): Likewise.
20179 * simplify-rtx.c (simplify_subreg): Likewise.
20180 * hard-reg-set.h (REG_CANNOT_CHANGE_MODE_P): Update use of
20181 CANNOT_CHANGE_MODE_CLASS.
20182 * regclass.c (cannot_change_mode_set_regs, invalid_mode_change_p):
20183 Likewise.
20184 * reload.c (push_reload): Likewise.
20185 * alpha.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
20186 * ia64.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
20187 * mips.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
20188 * mips-protos.h (mips_cannot_change_mode_class): Update prototype.
20189 * mips.c (mips_cannot_change_mode_class): Update.
20190 * pa64-regs.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
20191 * rs6000.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
20192 * s390.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
20193 * sh.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
20194 * sh-protos.h (sh_cannot_change_mode_class): Update prototype.
20195 * sh.c (sh_cannot_change_mode_class): Update.
20196 * i386.h (CANNOT_CHANGE_MODE_CLASS): New.
20197 * tm.texi (CANNOT_CHANGE_MODE_CLASS): Update documentation.
20198
20199 2003-01-31 Geoffrey Keating <geoffk@apple.com>
20200
20201 * config/darwin.h (LINK_COMMAND_SPEC): Update for Nathan's recent
20202 change to LINK_COMMAND_SPEC in gcc.c.
20203
20204 2003-01-31 Jan Hubicka <jh@suse.cz>
20205
20206 PR c/9506
20207 * i386.c (override_options): Use DEFAULT_PCC_STRUCT_RETURN.
20208
20209 2003-01-31 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
20210
20211 * pa32-regs.h (REGNO_REG_CLASS, REG_CLASS_FROM_LETTER): Delete
20212 duplicated code.
20213
20214 2003-01-31 Nathan Sidwell <nathan@codesourcery.com>
20215
20216 * tree.h (TYPE_BINFO_SIZE, TYPE_BINFO_SIZE_UNIT): Remove.
20217 (BINFO_ELTS): New #define.
20218 * stor-layout.c (finalize_record_size): Don't set them.
20219 * cp/cp-tree.h (BINFO_SUBVTT_INDEX, BINFO_VPTR_INDEX,
20220 BINFO_PRIMARY_BASE_OF): Use BINFO_ELTS.
20221 (BINFO_LANG_ELTS): New #define.
20222 * cp/tree.c (make_binfo): Use BINFO_LANG_ELTS.
20223 * java/class.c (make_class): Use BINFO_ELTS.
20224 (set_super_info): Likewse.
20225 (add_interface_do): Likewise.
20226 * objc/objc-act.c (start_class): Use BINFO_ELTS.
20227
20228 2003-01-31 Danny Smith <dannysmith@users.sourceforge.net>
20229
20230 * timevar.c (getrusage): Don't ever declare if not HAVE_GETRUSAGE.
20231 (times): Don't ever declare if not HAVE_TIMES.
20232 (clock): Don't ever declare if not HAVE_CLOCK.
20233
20234 2003-01-30 Richard Henderson <rth@redhat.com>
20235
20236 * flow.c (update_life_info): Zap life info after cleanup_cfg.
20237 (regno_uninitialized): Use correct live at function entry set.
20238 (regno_clobbered_at_setjmp): Likewise.
20239
20240 * expr.c (store_expr): Promote all MEM intermediates to regs.
20241
20242 2003-01-30 Kazu Hirata <kazu@cs.umass.edu>
20243
20244 * config/arm/arm.c: Fix comment typos.
20245 * config/arm/arm.h: Likewise.
20246 * config/arm/netbsd-elf.h: Likewise.
20247 * config/arm/netbsd.h: Likewise.
20248
20249 2003-01-30 Geoffrey Keating <geoffk@apple.com>
20250
20251 * gengtype.c (struct walk_type_data): Add needs_cast_p.
20252 (walk_type): Set needs_cast_p in walk_type_data.
20253 (write_types_process_field): Supply casts when required to suppress
20254 warnings.
20255 (write_root): Cast gt_pch_n_S to suppress warning.
20256 * Makefile.in: Remove -Wno-error from gtype-desc.o and c-decl.o.
20257 * config/rs6000/rs6000.c (print_operand): Mask off high bits only
20258 when they might exist.
20259 * config/rs6000/t-rs6000: Remove -Wno-error from varasm.o,
20260 insn-conditions.o, and rs6000.o.
20261
20262 2003-01-30 Richard Henderson <rth@redhat.com>
20263
20264 * ggc-page.c (G.context_depth_allocations): New.
20265 (G.context_depth_collections): New.
20266 (alloc_page): Set G.context_depth_allocations.
20267 (ggc_collect): Set G.context_depth_collections.
20268 (ggc_push_context): Limit to HOST_BITS_PER_LONG contexts.
20269 (ggc_pop_context): Early exit for no allocations or collections.
20270
20271 2003-01-30 Richard Henderson <rth@redhat.com>
20272
20273 * tree-inline.c (walk_tree): Streamline duplicate hash table lookup.
20274
20275 2003-01-30 Richard Earnshaw <rearnsha@arm.com>
20276
20277 * arm.c (arm_compute_initial_elimination_offset): If optimizing for
20278 size, the link register is always saved if any other register is
20279 saved.
20280
20281 2003-01-30 Kazu Hirata <kazu@cs.umass.edu>
20282
20283 * config/h8300/h8300-protos.h: Update the prototype for
20284 compute_plussi_cc.
20285 (cpp_reader): Declare before it is used.
20286 * config/h8300/h8300.c (compute_plussi_cc): Change the return
20287 type to int.
20288 * config/h8300/h8300.md (monitor_prologue): Call abort() if we
20289 see an unknown H8 variant.
20290
20291 2003-01-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20292
20293 PR target/9316
20294 * config/rs6000/rtems.h: Add CPP_OS_DEFAULT_SPEC.
20295 * config/rs6000/sysv4.h: Add CPP_OS_RTEMS_SPEC.
20296 * config/rs6000/t-rtems: New file. multilib variants to match OS.
20297 * config.gcc (powerpc-*-rtems*): Use rs6000/t-rtems instead of
20298 rs6000/t-ppcgas so we get the desired multilibs.
20299
20300 2003-01-30 Nick Clifton <nickc@redhat.com>
20301
20302 * config/arm/arm.c (arm_output_epilogue): Update stack pointer
20303 when popping saved IP register off the stack.
20304
20305 2003-01-30 Kazu Hirata <kazu@cs.umass.edu>
20306
20307 * config/rs6000/aix43.h: Fix comment typos.
20308 * config/rs6000/aix51.h: Likewise.
20309 * config/rs6000/aix52.h: Likewise.
20310 * config/rs6000/altivec.h: Likewise.
20311 * config/rs6000/rs6000.c: Likewise.
20312 * config/rs6000/rs6000.h: Likewise.
20313 * config/rs6000/rs6000.md: Likewise.
20314 * config/rs6000/spe.md: Likewise.
20315
20316 2003-01-29 Mark Mitchell <mark@codesourcery.com>
20317
20318 * c-common.c (builtin_define_float_constants): Define
20319 __<TYPE>_HAS_INFINITY__ and __<TYPE>_HAS_QUIET_NAN__.
20320
20321 2003-01-30 Kazu Hirata <kazu@cs.umass.edu>
20322
20323 * config/sh/lib1funcs.asm: Fix comment typos.
20324 * config/sh/linux.h: Likewise.
20325 * config/sh/sh.c: Likewise.
20326 * config/sh/sh.md: Likewise.
20327
20328 2003-01-30 Loren James Rittle <ljrittle@acm.org>
20329
20330 * objc/Make-lang.in (objc-parse.y): Find c-parse.in in $(srcdir).
20331
20332 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
20333
20334 * config/fp-bit.h (__make_dp): Declare if TMODES.
20335
20336 2003-01-29 Kazu Hirata <kazu@cs.umass.edu>
20337
20338 * config/h8300/h8300.h (PREDICATE_CODES): Add entries for
20339 general_operand_src and general_operand_dst.
20340
20341 2003-01-29 David Edelsohn <edelsohn@gnu.org>
20342
20343 * config/rs6000/rs6000.c (function_arg_pass_by_reference):
20344 Return true for variable sized types.
20345 (rs6000_va_arg): Handle variable sized types passed by reference
20346 on non-SVR4 ABI.
20347
20348 2003-01-29 Richard Earnshaw <rearnsha@arm.com>
20349
20350 * arm.c (arm_legtimize_address): New function.
20351 * arm-protos.h (arm_legtimize_address): Add prototype.
20352 * arm.h (ARM_LEGITIMIZE_ADDRESS): Use arm_legitimize_address.
20353 (LEGITIMIZE_ADDRESS, THUMB_LEGITIMIZE_ADDRESS): Wrap with
20354 do ... while (0)
20355
20356 2003-01-29 Joel Sherrill <joel@OARcorp.com>
20357
20358 PR bootstrap/9296
20359 * gthr-rtems.h: Define __GTHREAD_MUTEX_INIT. Apparently no code
20360 depended on it being defined until now.
20361
20362 2003-01-29 Joel Sherrill <joel@OARcorp.com>
20363
20364 PR target/9295
20365 * config/mips/rtems.h: Predefine __USE_INIT_FINI__ so generic
20366 RTEMS code knows which C++ initialization style the toolset
20367 configuration is using.
20368
20369 2003-01-29 Joel Sherrill <joel@OARcorp.com>
20370
20371 PR bootstrap/9293
20372 * config/m68k/t-crtstuff: Replace spaces with tabs, add
20373 $(MULTILIB_CFLAGS) as compiler option and multilib crtbegin/end.o.
20374
20375 2003-01-29 Joel Sherrill <joel@OARcorp.com>
20376
20377 PR bootstrap/9292
20378 * config.gcc (hppa1.1-rtems): Did not include t-rtems nor enable
20379 RTEMS threads.
20380 * config/pa/rtems.h (LIB_SPEC): Use -N when linking.
20381
20382 2003-01-29 Nick Clifton <nickc@redhat.com>
20383
20384 * Makefile.in (c-parse.o): Locate source file in $(parsedir)
20385 not $(srcdir).
20386
20387 2003-01-29 Andrew Haley <aph@redhat.com>
20388
20389 * tree-inline.c (walk_tree): Add CHAR_TYPE.
20390
20391 2003-01-29 Jan Hubicka <jh@suse.cz>
20392
20393 * i386.md (subdi3_carry_rex64): Fix typo.
20394
20395 2003-01-28 Stan Shebs <shebs@apple.com>
20396
20397 * coretypes.h (cpp_reader): Forward declare struct.
20398 * c-pragma.h (cpp_reader): Remove forward declaration.
20399 * hashtable.h (cpp_reader): Likewise.
20400 * scan.h (cpp_reader): Likewise.
20401 * tree.h (cpp_reader): Likewise.
20402 * config/darwin-protos.h (cpp_reader): Likewise.
20403 * config/arm/arm-protos.h (cpp_reader): Likewise.
20404 * config/rs6000/rs6000-protos.h: Remove GCC_CPPLIB_H ifdef, use
20405 struct cpp_reader in prototypes.
20406
20407 2003-01-28 Christian Cornelssen <ccorn@cs.tu-berlin.de>
20408
20409 * doc/install.texi: Add documentation for installation into
20410 tooldirs and with DESTDIR.
20411
20412 2003-01-28 Richard Henderson <rth@redhat.com>
20413
20414 * config.gcc (ia64*-*-aix*): Remove.
20415 * config/ia64/aix.h, config/ia64/t-aix: Remove file.
20416 * config/ia64/unwind-aix.c: Remove file.
20417
20418 2003-01-28 Andreas Schwab <schwab@suse.de>
20419
20420 * config/m68k/m68k.md (tablejump+2): Don't sign extend an address
20421 register.
20422 * config/m68k/apollo68.h (ASM_RETURN_CASE_JUMP): Likewise.
20423 * config/m68k/coff.h (ASM_RETURN_CASE_JUMP): Likewise.
20424 * config/m68k/linux.h (ASM_RETURN_CASE_JUMP): Likewise.
20425 * config/m68k/m68kelf.h (ASM_RETURN_CASE_JUMP): Likewise.
20426 * config/m68k/mot3300.h (ASM_RETURN_CASE_JUMP): Likewise.
20427 * config/m68k/netbsd-elf.h (ASM_RETURN_CASE_JUMP): Likewise.
20428 * config/m68k/pbb.h (ASM_RETURN_CASE_JUMP): Likewise.
20429
20430 2003-01-28 Richard Sandiford <rsandifo@redhat.com>
20431
20432 * combine.c (nonzero_bits): Fix check for negative divide operands.
20433
20434 2003-01-28 Richard Henderson <rth@redhat.com>
20435
20436 * config/ia64/ia64.c (ia64_rwreloc_section_type_flags): New.
20437 * config/ia64/hpux.h (TARGET_SECTION_TYPE_FLAGS): New.
20438
20439 2003-01-28 Richard Henderson <rth@redhat.com>
20440
20441 * cse.c (find_best_addr): Kill !ADDRESS_COST code.
20442
20443 * config/cris/cris.c (cris_address_cost): Make static.
20444 (TARGET_RTX_COSTS, TARGET_ADDRESS_COST): New.
20445 * config/cris/cris.h (ADDRESS_COST): Remove.
20446 * config/cris/cris-protos.h: Update.
20447
20448 2003-01-23 Mike Stump <mrs@apple.com>
20449
20450 * regclass.c (init_reg_autoinc): New function.
20451 (regclass): Move initialization of forbidden_inc_dec_class from
20452 here...
20453 (init_regs): to here. Avoids reinitialization for each function,
20454 saving compilation time.
20455
20456 2003-01-28 Jason Merrill <jason@redhat.com>
20457
20458 * cpplib.h (struct cpp_options): Add warn_deprecated field.
20459 * cppinit.c (cpp_create_reader): Turn it on by default.
20460 * c-opts.c (c_common_decode_option): Set it.
20461 * cpplib.c (do_pragma_once): Only complain about #pragma once
20462 if warn_deprecated is set.
20463
20464 2003-01-28 Dale Johannesen <dalej@apple.com>
20465
20466 * emit-rtl.c (const_double_htab_hash): Use mode in the hash.
20467 * loop.c (scan_loop): Move movables on -Os rich-register targets.
20468 * config/rs6000/rs6000.md (sibcall*): Use match_operand for LR.
20469
20470 2003-01-28 Richard Henderson <rth@redhat.com>
20471
20472 * target.h (targetm.address_cost): New.
20473 * target-def.h (TARGET_ADDRESS_COST): New.
20474 (TARGET_RTX_COSTS): Uncomment. Oops.
20475 * cse.c (address_cost): Use new target hook.
20476 (default_address_cost): New.
20477 * output.h (default_address_cost): Declare.
20478 * hooks.c (hook_int_rtx_0): New.
20479 * hooks.h (hook_int_rtx_0): Declare.
20480 * loop.c (combine_givs_p): Remove if 0 code.
20481 * system.h (ADDRESS_COST): Poison.
20482
20483 * config/alpha/alpha.c, config/alpha/alpha.h, config/d30v/d30v.c,
20484 config/d30v/d30v.h, config/ia64/ia64.c, config/ia64/ia64.h,
20485 config/m32r/m32r.c, config/m32r/m32r.h, config/mcore/mcore.c,
20486 config/mcore/mcore.h, config/mmix/mmix.c, config/mmix/mmix.h,
20487 config/rs6000/rs6000.c, config/rs6000/rs6000.h, config/sparc/sparc.c,
20488 config/sparc/sparc.h, config/v850/v850.c, config/v850/v850.h,
20489 config/xtensa/xtensa.c, config/xtensa/xtensa.h
20490 (TARGET_ADDRESS_COST): Define as hook_int_rtx_0.
20491 (ADDRESS_COST): Remove.
20492
20493 * config/arc/arc-protos.h, config/arc/arc.c, config/arc/arc.h,
20494 config/avr/avr-protos.h, config/avr/avr.c, config/avr/avr.h,
20495 config/c4x/c4x-protos.h, config/c4x/c4x.c, config/c4x/c4x.h,
20496 config/dsp16xx/dsp16xx-protos.h, config/dsp16xx/dsp16xx.c,
20497 config/dsp16xx/dsp16xx.h, config/i386/i386-protos.h,
20498 config/i386/i386.c, config/i386/i386.h, config/i960/i960-protos.h,
20499 config/i960/i960.c, config/i960/i960.h, config/ip2k/ip2k-protos.h,
20500 config/ip2k/ip2k.c, config/ip2k/ip2k.h, config/mips/mips-protos.h,
20501 config/mips/mips.c, config/mips/mips.h,
20502 config/m68hc11/m68hc11-protos.h, config/m68hc11/m68hc11.c,
20503 config/m68hc11/m68hc11.h, config/ns32k/ns32k-protos.h,
20504 config/ns32k/ns32k.c, config/ns32k/ns32k.h, config/pa/pa-protos.h,
20505 config/pa/pa.c, config/pa/pa.h, config/s390/s390-protos.h,
20506 config/s390/s390.c, config/s390/s390.h, config/vax/vax-protos.h,
20507 config/vax/vax.c, config/vax/vax.h
20508 (foo_address_cost): Make static.
20509 (TARGET_ADDRESS_COST): New.
20510 (ADDRESS_COST): Remove.
20511
20512 * config/arm/arm.h, config/arm/arm.c, config/m88k/m88k.h,
20513 config/m88k/m88k.c, config/romp/romp.h, config/romp/romp.c,
20514 config/sh/sh.c, config/sh/sh.h, config/stormy16/stormy16.c,
20515 config/stormy16/stormy16.h
20516 (ADDRESS_COST): Move code ...
20517 (foo_address_cost): ... here.
20518 (TARGET_ADDRESS_COST): New.
20519
20520 * config/m32r/m32r.c (m32r_address_cost): Remove.
20521 * config/m32r/m32r-protos.h: Update.
20522
20523 * config/mmix/mmix.c (mmix_address_cost): Remove.
20524 * config/mmix/mmix-protos.h: Update.
20525
20526 * config/mn10300/mn10300.c (mn10300_address_cost_1): Rename from
20527 mn10300_address_cost; move unsig allocation ...
20528 (mn10300_address_cost): ... here.
20529 (TARGET_ADDRESS_COST): New.
20530 * config/mn10300/mn10300-protos.h: Update.
20531 * config/mn10300/mn10300.h (ADDRESS_COST): Remove.
20532
20533 * doc/tm.texi: Update.
20534
20535 2003-01-28 Vladimir Makarov <vmakarov@redhat.com>
20536
20537 * haifa-sched.c (schedule_insn): Return necessary cycle advance
20538 after issuing the insn.
20539 (rank_for_schedule): Make a insn with /S the highest priority
20540 insn.
20541 (move_insn): Ignore schedule groups. Clear SCHED_GROUP_P.
20542 (choose_ready): Check SCHED_GROUP_P.
20543 (schedule_block): Advance cycle after issuing insn if it is
20544 necessary. Don't reorder insns if there is an insn with /S.
20545 (set_priorities): Ignore schedule groups.
20546
20547 * sched-deps.c (remove_dependence, group_leader): Remove the
20548 functions.
20549 (add_dependence): Ignore schedule groups.
20550 (set_sched_group_p): Don't make copy of dependencies from previous
20551 insn of the schedule group. Add anti-dependency to the previous
20552 insn of the schedule group.
20553 (compute_forward_dependences): Ignore schedule groups.
20554
20555 * sched-ebb.c (init_ready_list): Ignore schedule groups.
20556
20557 * sched-rgn.c (init_ready_list): Ditto.
20558 (can_schedule_ready_p): Ditto.
20559
20560 2003-01-28 Vladimir Makarov <vmakarov@redhat.com>
20561
20562 * config/i386/i386.md (*movsi_1): Use movdqa to move one xmm
20563 register to another one.
20564
20565 2003-01-28 Richard Henderson <rth@redhat.com>
20566
20567 * calls.c (default_must_pass_in_stack): Fix typo in !type case.
20568
20569 2003-01-28 Roger Sayle <roger@eyesopen.com>
20570
20571 * cse.c (cse_insn): Avoid redundant REG_EQUAL notes.
20572
20573 2003-01-28 Richard Sandiford <rsandifo@redhat.com>
20574
20575 * config/sh/sh.h (CLASS_MAX_NREGS): If TARGET_SHMEDIA, and the given
20576 class contains a floating-point register, return the size of the
20577 mode in half words.
20578
20579 2003-01-28 Jan Hubicka <jh@suse.cz>
20580
20581 * i386.c (ix86_carry_flag_operator): New predicate.
20582 (fcmov_operator): Fix whitespace.
20583 (ix86_expand_carry_flag_compare): Deal with floating point.
20584 (ix86_expand_int_movcc): Deal with fp; update insn expansion
20585 (ix86_expand_int_addcc): Likewise.
20586 (ix86_expand_strlensi_unroll_1): likewsie.
20587 * i386.h (PREDICATE_CODES): Add ix86_carry_flag_operator.
20588 * i386.md (add?i_carry_rex64): Use new predicate.
20589 (sub?i3_carry_rex64): Likewise.
20590 (x86_mov?icc_0_m1*): Likewise.
20591
20592 2003-01-28 Andreas Schwab <schwab@suse.de>
20593
20594 * cfgloopmanip.c (create_preheader): Initialize src to avoid
20595 warning.
20596
20597 * expmed.c (emit_store_flag): Fix cast to avoid sign
20598 comparison warning.
20599
20600 * combine.c (force_to_mode): Add cast to fix warning when
20601 STORE_FLAG_VALUE is negative.
20602
20603 2003-01-27 Richard Henderson <rth@redhat.com>
20604
20605 * Makefile.in (cse.o): Depend on TARGET_H.
20606 * cse.c (rtx_cost): Use targetm.rtx_costs.
20607 * system.h (CONST_COSTS RTX_COSTS DEFAULT_RTX_COSTS): Poison.
20608 * doc/tm.texi: Update.
20609
20610 * target.h (targetm.rtx_costs): New.
20611 * target-def.h (TARGET_RTX_COSTS): New.
20612 * hooks.c (hook_bool_rtx_int_int_intp_false): New.
20613 * hooks.h: Update.
20614
20615 * config/alpha/alpha.c (alpha_rtx_cost_data): New.
20616 (alpha_rtx_costs, TARGET_RTX_COSTS): New.
20617 * config/alpha/alpha.h (PROCESSOR_MAX): New.
20618 (CONST_COSTS, RTX_COSTS): Remove.
20619
20620 * config/arc/arc.c, config/arc/arc.h, config/c4x/c4x.c,
20621 config/c4x/c4x.h, config/cris/cris.c, config/cris/cris.h,
20622 config/d30v/d30v.c, config/d30v/d30v.h, config/dsp16xx/dsp16xx.c,
20623 config/dsp16xx/dsp16xx.h, config/frv/frv.c, config/frv/frv.h,
20624 config/h8300/h8300.c, config/h8300/h8300.h, config/i370/i370.c,
20625 config/i370/i370.h, config/i386/i386.c, config/i386/i386.h,
20626 config/i960/i960.c, config/i960/i960.h, config/ia64/ia64.c,
20627 config/ia64/ia64.h, config/m32r/m32r.c, config/m32r/m32r.h,
20628 config/m68k/m68k.c, config/m68k/m68k.h, config/m88k/m88k.c,
20629 config/m88k/m88k.h, config/mcore/mcore.c, config/mcore/mcore.h,
20630 config/mips/mips.c, config/mips/mips.h, config/mn10200/mn10200.c,
20631 config/mn10200/mn10200.h, config/mn10300/mn10300.c,
20632 config/mn10300/mn10300.h, config/ns32k/ns32k.c, config/ns32k/ns32k.h,
20633 config/pa/pa.c, config/pa/pa.h, config/pdp11/pdp11.c,
20634 config/pdp11/pdp11.h, config/romp/romp.c, config/romp/romp.h,
20635 config/rs6000/rs6000.c, config/rs6000/rs6000.h, config/s390/s390.c,
20636 config/s390/s390.h, config/sh/sh.c, config/sh/sh.h,
20637 config/stormy16/stormy16.c, config/stormy16/stormy16.h,
20638 config/v850/v850.c, config/v850/v850.h,
20639 config/xtensa/xtensa.c, config/xtensa/xtensa.h
20640 (CONST_COSTS, RTX_COSTS): Move code ...
20641 (foo_rtx_costs, TARGET_RTX_COSTS): ... here.
20642
20643 * config/arm/arm.c (arm_rtx_costs_1): Rename from arm_rtx_costs.
20644 (arm_rtx_costs, TARGET_RTX_COSTS): New.
20645 * config/arm/arm-protos.h: Update.
20646 * config/arm/arm.h (DEFAULT_RTX_COSTS): Remove.
20647
20648 * config/avr/avr.h (CONST_COSTS): Move code ...
20649 * config/avr/avr.c (avr_rtx_costs): ... here.
20650 (default_rtx_costs): Make static.
20651 * config/avr/avr-protos.h: Update.
20652
20653 * config/h8300/h8300.c (const_costs): Make static.
20654 (h8300_and_costs, h8300_shift_costs): Likewise.
20655 * config/h8300/h8300-protos.h: Update.
20656
20657 * config/ip2k/ip2k.h (DEFAULT_RTX_COSTS): Remove.
20658 (CONST_COSTS): Move code ...
20659 * config/ip2k/ip2k.c (ip2k_rtx_costs): ... here. Rename from
20660 default_rtx_costs; update for signature change.
20661 * config/ip2k/ip2k-protos.h: Update.
20662
20663 * config/m68hc11/m68hc11.h (RTX_COSTS): Remove.
20664 (CONST_COSTS): Move code ...
20665 * config/m68hc11/m68hc11.c (m68hc11_rtx_costs): ... here.
20666 (TARGET_RTX_COSTS): New.
20667 (m68hc11_rtx_costs_1): Rename from m68hc11_rtx_costs; make static.
20668 * config/m68hc11/m68hc11-protos.h: Update.
20669
20670 * config/m68k/m68k.c (const_int_cost): Make static.
20671 * config/m68k/m68k-protos.h: Update.
20672
20673 * config/mcore/mcore.c (mcore_const_costs): Make static.
20674 (mcore_and_cost, mcore_ior_cost): Likewise.
20675 * config/mcore/mcore-protos.h: Update.
20676
20677 * config/mmix/mmix.c (mmix_rtx_costs, TARGET_RTX_COSTS): New.
20678 (mmix_rtx_cost_recalculated): Remove.
20679 * config/mmix/mmix.h (DEFAULT_RTX_COSTS): Remove.
20680 * config/mmix/mmix-protos.h: Update.
20681
20682 * config/sh/sh.c (shiftcosts): Make static.
20683 (addsubcosts, andcosts, multcosts): Likewise.
20684 * config/sh/sh-protos.h: Update.
20685
20686 * config/sparc/sparc.c (TARGET_RTX_COSTS): New.
20687 (sparc_rtx_costs): Make static; update for change in signature.
20688 * config/sparc/sparc.h (RTX_COSTS_CASES, RTX_COSTS): Remove.
20689 * config/sparc/sparc-protos.h: Update.
20690
20691 * config/v850/v850.c (const_costs): Make static.
20692 * config/v850/v850-protos.h: Update.
20693
20694 * config/vax/vax.h (RTX_COSTS): Remove.
20695 (CONST_COSTS): Move code ...
20696 * config/vax/vax.c (vax_rtx_costs_1): ... here; rename
20697 from vax_rtx_cost.
20698 (vax_rtx_costs, TARGET_RTX_COSTS): New.
20699
20700 2003-01-27 Richard Henderson <rth@redhat.com>
20701
20702 * config/vax/vax.h (ASM_OUTPUT_MI_THUNK): Remove. Really.
20703 * config/vax/vax-protos.h: Update. Really.
20704
20705 2003-01-28 Alexandre Oliva <aoliva@redhat.com>
20706
20707 * config/mips/mips.h (UNITS_PER_HWFPVALUE): Renamed from...
20708 (UNITS_PER_FPVALUE): Defined as the width of a long double, or
20709 zero if no hardware floating point.
20710 (LONG_DUBLE_TYPE_SIZE): Set to 128 on N32 and N64.
20711 (MAX_FIXED_MODE_SIZE): Define to LONG_DOUBLE_TYPE_SIZE.
20712 (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define.
20713 (BIGGEST_ALIGNMENT): Same as LONG_DOUBLE_TYPE_SIZE.
20714 (FUNCTION_VALUE_REGNO_P): Set for FP_RETURN+2 on N32 and N64.
20715 * config/mips/mips.c (mips_arg_info): Pass TFmode values in
20716 even FP registers on N32 and N64.
20717 (mips_setup_incoming_varargs): Use UNITS_PER_HWFPVALUE.
20718 (mips_va_start): Adjust alignment of ARG_POINTER_REGNUM.
20719 (mips_va_arg): Use UNITS_PER_HWFPVALUE. Impose additional
20720 even-register-like alignment to 128-bit arguments.
20721 (save_restore_insns): Use UNITS_PER_HWFPVALUE.
20722 (mips_function_value): Likewise. Return TFmode in $f0 and $f2
20723 on N32 or N64.
20724 * config/mips/_tilib.c (__negti2, __ashlti3, __lshrti3): New.
20725 * config/mips/t-iris6 (LIB2FUNCS_EXTRA): Add _tilib.c.
20726 (TPBIT): Set to tp-bit.c.
20727 (tp-bit.c): Create out of fp-bit.c.
20728
20729 2003-01-28 Gabriel Dos Reis <gdr@integrable-solutions.net>
20730
20731 * c-parse.in: Remove '%expect 32' directive in objc mode.
20732
20733 2003-01-27 Nathan Sidwell <nathan@codesourcery.com>
20734
20735 * Makefile.in (LIB2FUNCS_ST): Remove _gcov.
20736 (LIBGCOV): New variable.
20737 (libgcc.mk): Add LIBGCOV.
20738 (LIBGCC_DEPS): Add libgcov.c.
20739 (libgcov.a): New target.
20740 (clean): Remove libgcov.a.
20741 (install-libgcc): Do libgcov too.
20742 (stage1-start, stage2-start, stage3-start, stage4-start): Deal
20743 with libgcov.a.
20744 * libgcc2.c (L_gcov): Move into ...
20745 * libgcov.c: ... here. New file.
20746 * mklibgcc.in: Add libgcov rules.
20747 * gcc.c (LINK_COMMAND_SPEC): Add -lgcov when profiling.
20748
20749 * doc/invoke.texi (profile-arcs, test-coverage): Update and
20750 clarify.
20751
20752 * profile.c (index_counts_file): Remove duplicate check for open file.
20753
20754 2003-01-27 Jerry Quinn <jlquinn@optonline.net>
20755
20756 * gcc/doc/invoke.texi (Optimization Options): Group together
20757 optional and experimental flags. Move trapv and bounds-check
20758 out of this section. Group floating point flags together.
20759 (Code Gen Options): Move trapv and bounds-check to here.
20760
20761 2003-01-27 Josef Zlomek <zlomekj@suse.cz>
20762
20763 * gcse.c (constprop_register): Check NEXT_INSN (insn) != NULL.
20764
20765 2003-01-27 Richard Earnshaw <rearnsha@arm.com>
20766
20767 PR optimization/9090
20768 * function.c (purge_addressof_1): After pushing an addressed register
20769 onto the stack, simplify the result.
20770
20771 2003-01-27 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
20772
20773 * doc/extend.texi: Fix typo.
20774
20775 2003-01-27 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
20776
20777 * doc/cppopts.texi: Fix typo.
20778 * doc/objc.texi: Likewise.
20779 * doc/passes.texi: Likewise.
20780
20781 2003-01-27 Alexandre Oliva <aoliva@redhat.com>
20782
20783 * real.c (ibm_extended_format): Add 53 to minimum exponent.
20784 (encode_ibm_extended): Adjust.
20785
20786 2003-01-26 Gabriel Dos Reis <gdr@soliton.integrable-solutions.net>
20787
20788 * timevar.def (TV_OVERLOAD, TV_TEMPLATE_INSTANTIATION): New
20789 timevar_id enumerations.
20790
20791 2003-01-26 Kazu Hirata <kazu@cs.umass.edu>
20792
20793 * combine.c: Fix formatting.
20794
20795 2003-01-26 Kazu Hirata <kazu@cs.umass.edu>
20796
20797 * doc/gccint.texi: Update the copyright.
20798
20799 2003-01-26 Kazu Hirata <kazu@cs.umass.edu>
20800
20801 * doc/cpp.texi: Fix typos.
20802 * doc/extend.texi: Likewise.
20803 * doc/gty.texi: Likewise.
20804 * doc/install.texi: Likewise.
20805 * doc/passes.texi: Likewise.
20806 * doc/rtl.texi: Likewise.
20807 * doc/tm.texi: Likewise.
20808
20809 2003-01-26 Kazu Hirata <kazu@cs.umass.edu>
20810
20811 * config/ia64/fde-glibc.c: Fix comment typos.
20812 * config/ia64/hpux.h: Likewise.
20813 * config/ia64/ia64.c: Likewise.
20814 * config/ia64/ia64.h: Likewise.
20815 * config/ia64/unwind-ia64.c: Likewise.
20816
20817 2003-01-26 Kazu Hirata <kazu@cs.umass.edu>
20818
20819 * config/i386/i386-modes.def: Fix comment typos.
20820 * config/i386/i386.c: Likewise.
20821 * config/i386/i386.md: Likewise.
20822
20823 2003-01-26 Steven Bosscher <s.bosscher@student.tudelft.nl>
20824
20825 * config/avr/avr.h, config/cris/aout.h, config/elfos.h,
20826 config/i386/freebsd-aout.h, config/mips/iris6.h: Undefine
20827 ASM_FINISH_DECLARE_OBJECT before defining it.
20828 * toplev.c (rest_of_decl_compilation): Don't define
20829 ASM_FINISH_DECLARE_OBJECT. Only use it if it is defined.
20830 (rest_of_type_compilation): Don't ATTRIBUTE_UNUSED function
20831 parameters for DWARF2 targets because they _are_ used.
20832
20833 2003-01-26 Alexandre Oliva <aoliva@redhat.com>
20834
20835 * fp-bit.h: Define macros for TFmode floating-point constants
20836 in IBM-extended TFmode types.
20837 (TMODES): Define if __LDBL_MANT_DIG__ has the newly-supported
20838 widths.
20839 * config/fp-bit.c (pack_d, unpack_d): Support IBM-extended
20840 TFmode type.
20841
20842 * config/fp-bit.h: Define macros for TFmode floating-point
20843 constants in IEEE quad TFmode type. Declare functions according
20844 to L_ macros.
20845 (TMODES): Define if __LDBL_MANT_DIG__ is 113.
20846 (TFtype, TItype, UTItype): Define if TMODES is defined.
20847 (MAX_UDI_INT, MAX_DI_INT, BITS_PER_DI): Likewise.
20848 (F_T_BITOFF, D_T_BITOFF): Define.
20849 (IMPLICIT_1, IMPLICIT_2): Cast constants to types that are
20850 guaranteed to be wide enough.
20851 * config/fp-bit.c: Check for L_ macros for tf functions.
20852 (__thenan_tf): New.
20853 (nan): Adjust.
20854 (pack_d, unpack_d): Support IEEE 854 quad type.
20855 (_fpmul_parts): Support TFmode. Compute exponent adjustment
20856 from FRAC_NBITS, FRAC_BITS and NGARDS.
20857 (usi_to_float): Cast constants to be shifted to fractype
20858 instead of assuming long long is wide enough.
20859 (sf_to_tf, df_to_tf, __make_tp, tf_to_df, tf_to_sf): New.
20860
20861 2003-01-26 Andreas Jaeger <aj@suse.de>
20862
20863 * df.c: Remove prototype of unused function df_regno_rtl_debug.
20864
20865 2003-01-26 Alexandre Oliva <aoliva@redhat.com>
20866
20867 * Makefile.in (FPBIT_FUNCS): Added _sf_to_tf.
20868 (DBBIT_FUNCS): Added _df_to_tf.
20869 (TPBIT_FUNCS): New.
20870 (libgcc.mk): Pass TPBIT and TPBIT_FUNCS down.
20871 (LIBGCC_DEPS): Added TPBIT.
20872 * mklibgcc.in: Support TPBIT and TPBIT_FUNCS.
20873
20874 * optabs.c (expand_binop) <add, sub>: Return xtarget if we haven't
20875 been able to move the result to target.
20876
20877 * expr.c (emit_group_store): Initialize dst with CONST0_RTX
20878 for the appropriate mode.
20879
20880 * calls.c (emit_library_call_value_1): Handle return values
20881 in a PARALLEL.
20882
20883 * rtl.c (get_mode_alignment): Moved to...
20884 * stor-layout.c: ... here.
20885
20886 * print-rtl.c (print_rtx): Don't print MEM details in
20887 GENERATOR_FILEs.
20888
20889 2003-01-26 Michael Hayes <mph@paradise.net.nz>
20890
20891 * df.h: Update comments, tidy formatting.
20892 (DF_FORWARD, DF_REVERSE, DF_UNION, DF_INTERSECTION): Rename from FORWARD,
20893 REVERSE, UNION, INTERSECTION. All uses updated.
20894 (OLD_DF_INTERFACE): Remove.
20895 (struct insn_info): Remove commented out insn field.
20896 * df.c: Update comments, tidy formatting.
20897 (df_def_table_realloc): Remove.
20898
20899
20900 2003-01-26 Alan Modra <amodra@bigpond.net.au>
20901
20902 * calls.c (save_fixed_argument_area): Tidy.
20903 (restore_fixed_argument_area): Tidy. Set alignment of stack_area.
20904 (expand_call): Comment typo fixes. Don't init low_to_save. Start
20905 call chain loop at 1 if !try_tail_call. Formatting.
20906 (emit_library_call_value_1): Don't init low_to_save or high_to_save.
20907 Use save_fixed_argument_area and restore_fixed_argument_area.
20908
20909 2003-01-26 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
20910
20911 * df.c (df_uses_record): Handle CC0.
20912
20913 2003-01-25 Ulrich Weigand <uweigand@de.ibm.com>
20914
20915 * reload.c (maybe_memory_address_p): New function.
20916 (find_reloads_address): Use it instead of memory_address_p.
20917
20918 2003-01-25 Kaz Kojima <kkojima@gcc.gnu.org>
20919
20920 * final.c (shorten_branches): Align the address of code label
20921 when computing initial lengths and addresses.
20922
20923 2003-01-25 Kazu Hirata <kazu@cs.umass.edu>
20924
20925 * config/m68hc11/m68hc11.md: Fix a comment typo.
20926
20927 2003-01-25 Andreas Jaeger <aj@suse.de>
20928
20929 * config/i386/i386.c (x86_output_mi_thunk): Correct test for
20930 TARGET_MACHO.
20931
20932 2003-01-25 Roger Sayle <roger@eyesopen.com>
20933
20934 * gcse.c (bypass_last_basic_block): New global variable.
20935 (bypass_block): Use redirect_edge_and_branch_force to redirect
20936 fall-through edges. Use bypass_last_basic_block to determine
20937 which blocks have valid PRE information.
20938 (bypass_conditional_jumps): Initialize bypass_last_basic_block.
20939
20940 2003-01-25 Jan Hubicka <jh@suse.cz>
20941
20942 * gcse.c (local_cprop_pass): Update reg_sets table when needed.
20943
20944 2003-01-25 Jan Hubicka <jh@suse.cz>
20945 Eric Botcazou <ebotcazou@libertysurf.fr>
20946 PR opt/8492
20947 * gcse.c (one_cprop_pass): Delete unreachable blocks.
20948
20949 2003-01-25 Richard Henderson <rth@redhat.com>
20950
20951 * config/ia64/ia64.c (ia64_rwreloc_select_rtx_section): Rename
20952 from ia64_aix_select_rtx_section.
20953 (ia64_rwreloc_select_section): Simlarly; use default*_1 function
20954 instead of saving and restoring flag_pic.
20955 (ia64_rwreloc_unique_section): Similarly.
20956 * config/ia64/aix.h (TARGET_ASM_SELECT_SECTION,
20957 TARGET_ASM_UNIQUE_SECTION, TARGET_ASM_SELECT_RTX_SECTION): Update.
20958 * config/ia64/hpux.h (TARGET_ASM_SELECT_SECTION,
20959 TARGET_ASM_UNIQUE_SECTION, TARGET_ASM_SELECT_RTX_SECTION): New.
20960
20961 2003-01-25 Kazu Hirata <kazu@cs.umass.edu>
20962
20963 * config/h8300/h8300.c (h8300_shift_needs_scratch_p): Update a
20964 comment.
20965
20966 2003-01-25 Richard Henderson <rth@redhat.com>
20967
20968 * config/m68k/m68k-none.h (ASM_SPEC): Adjust inter-option spacing.
20969
20970 2003-01-25 Kelley Cook <kelleycook@comcast.net>
20971
20972 * ggc-simple.c (debug_ggc_tree): Add PTR cast.
20973
20974 2003-01-25 Segher Boessenkool <segher@koffie.nl>
20975
20976 * bitmap.h (BITMAP_WORD): New typedef: fundamental storage
20977 type for bitmaps. Use unsigned long.
20978 (nBITMAP_WORD_BITS): New macro.
20979 (BITMAP_WORD_BITS): New macro.
20980 (rest of file): Use it.
20981 * bitmap.c: Use it.
20982
20983 2003-01-25 Richard Henderson <rth@redhat.com>
20984
20985 2002-02-19 Robert Lipe <robertlipe@usa.net>
20986 * config/i386/t-sco5gas: (CRTSTUFF_T_CFLAGS_S): Delete -mcoff.
20987
20988 2003-01-25 Roger Sayle <roger@eyesopen.com>
20989
20990 * builtins.c (purge_builtin_constant_p): Scan insn stream
20991 sequentially rather than by basic block.
20992 * function.c (purge_addressof): Simplify test with INSN_P.
20993
20994 2003-01-25 Kazu Hirata <kazu@cs.umass.edu>
20995
20996 * combine.c (simplify_comparison, case AND): Remove a redundant test.
20997
20998 2003-01-25 Roger Sayle <roger@eyesopen.com>
20999
21000 * function.h (struct function): New field calls_constant_p.
21001 (current_function_calls_constant_p): New macro for above.
21002 * function.c (prepare_function_start): Initialize calls_eh_return
21003 and calls_constant_p.
21004 * builtins.c (expand_builtin_constant_p): Set calls_constant_p.
21005 * toplev.c (rest_of_compilation): Only call purge_builtin_constant_p
21006 when the current_function_calls_constant_p.
21007 * integrate.c (expand_inline_function): Set calls_constant_p if
21008 the function being inlined has calls_constant_p set.
21009
21010 2003-01-25 Roger Sayle <roger@eyesopen.com>
21011
21012 * cse.c (fold_rtx): Instantiate CONSTANT_P_RTX to 0 when not
21013 optimizing, even if flag_gcse is true.
21014 * toplev.c (rest_of_compilation): purge_builtin_constant_p
21015 only needs to be called when "optimize > 0 && flag_gcse".
21016
21017 2003-01-25 Roger Sayle <roger@eyesopen.com>
21018
21019 * stmt.c (emit_case_bit_tests): New routine to implement suitable
21020 switch statements using the equivalent of "if ((1<<x) & cst) ... ".
21021 (case_bit_test_cmp): New comparison function for "qsort" to order
21022 case_bit_tests by decreasing number of destination nodes.
21023 (lshift_cheap_p): New function to determine if "1 << x" is cheap.
21024 (expand_end_case_type): Use emit_case_bit_tests to implement
21025 suitable switch statments.
21026 (CASE_USE_BIT_TESTS): New target macro to disable the above.
21027 * Makefile.in (stmt.o): Add dependency on optab.h.
21028 * doc/tm.texi (CASE_USE_BIT_TESTS): Document new target macro.
21029
21030 2003-01-23 Andreas Schwab <schwab@suse.de>
21031
21032 * config/ia64/crtend.asm [HAVE_INITFINI_ARRAY]: Make
21033 __do_global_ctors_aux hidden global and don't put it in
21034 .init_array.
21035 * config/ia64/crtbegin.asm [HAVE_INITFINI_ARRAY]: Put it here
21036 instead so that it comes first.
21037
21038 2003-01-25 Jan Hubicka <jh@suse.cz>
21039
21040 * df.c (read_modify_subreg_p): When osize == UNITS_PER_WORD,
21041 subreg is read/modify.
21042
21043 2003-01-25 Jan Hubicka <jh@suse.cz>
21044
21045 * i386.c (ix86_expand_movstr, ix86_expand_clrstr): Consistently
21046 do libcall for large blocks.
21047 * i386.md (comi patterns): Set type to ssecomi.
21048 (sse2_unpck?pd): Fix mode of vec_select.
21049
21050 * cse.c: Include except.h
21051 (cse_set_around_loop): Do not create new basic blocks.
21052 * Makefile.in (cse.o): Add dependnecy on except.h
21053
21054 2003-01-25 Jan Hubicka <jh@suse.cz>
21055
21056 * builtins.c (fold_trunc_transparent_mathfn): New function.
21057 (fold_builtin): Use it.
21058 * convert.c (convert_to_real): Re-enable code to convert
21059 math functions; add support for floor familly functions.
21060
21061 2003-01-25 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
21062
21063 * Makefile.in (cfgloop.o, cfgloopanal.o, cfgloopmanip.o): Add
21064 dependencies on coretypes.h and $(TM_H).
21065
21066 2003-01-25 Jan Hubicka <jh@suse.cz>
21067
21068 * builtins.c (fold_trunc_transparent_mathfn): Undo accidental commit.
21069
21070 2003-01-24 Stuart Hastings <stuart@apple.com>
21071
21072 * config/i386/i386.c (x86_output_mi_thunk): Add Darwin/x86 support.
21073
21074 2003-01-25 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
21075
21076 * config/c4x/c4x.md (UNSPEC_BU): New constants.
21077 (UNSPEC_RPTS, UNSPEC_LSH, UNSPEC_CMPHI, UNSPEC_RCPF): Likewise.
21078 (UNSPEC_RND, UNSPEC_RPTB_FILL, UNSPEC_LOADHF_INT): Likewise.
21079 (UNSPEC_STOREHF_INT, UNSPEC_RSQRF, UNSPEC_LOADQF_INT): Likewise.
21080 (UNSPEC_STOREQF_INT, UNSPEC_LDIV, UNSPEC_PUSH_ST): Likewise.
21081 (UNSPEC_POP_ST, UNSPEC_PUSH_DP, UNSPEC_POP_DP): Likewise.
21082 (UNSPEC_POPQI, UNSPEC_POPQF, UNSPEC_ANDN_ST): Likewise.
21083 (UNSPEC_RPTB_INIT, UNSPEC_TOIEEE, UNSPEC_FRIEEE): Likewise.
21084
21085 2003-01-24 Jan Hubicka <jh@suse.cz>
21086
21087 * emit-rtl.c (reg_attrs_htab): New static variable.
21088 (reg_attrs_htab_hash, reg_attrs_htab_eq, get_reg_attrs): New static
21089 functions.
21090 (reg_rtx): Do not maintain regno_decl.
21091 (gen_rtx_REG_offset, set_reg_attrs_from_mem, set_delc_rtx,
21092 set_mem_attrs_from_reg): New global function.
21093 (init_emit): Do not initialize regno_decl.
21094 (init_emit_once): initialize reg_attrs_htab.
21095 * final.c (alter_subreg): Do not replace REG by SUBREG.
21096 (gen_mem_expr_from_op): Improve output.
21097 (output_asm_operands): Likewise.
21098 * function.c (assign_params): Do not set REGNO_DECL.
21099 * function.h (struct function): Kill regno_decl.
21100 (REGNO_DECL): Kill.
21101 * gengtype.c (adjust_field_rtx_def): Handle new field of reg.
21102 * print_rtl.c (print_rtx): Output REG information.
21103 * regclass.c (reg_scan_mark_refs): Update attrs.
21104 * reload1.c (alter_reg): Likewise.
21105 * simplify_rtx.c (simplify_subreg): Likewise.
21106 * stmt.c (expand_decl): Likewise.
21107 * rtl.def (REG): Add new field.
21108 * rtl.h (struct reg_attrs): New.
21109 (rtunion_def): At rtreg.
21110 (X0MEMATTR): Add checking.
21111 (X0REGATTR, REG_ATTRS, REG_EXPR, REG_OFFSET): New macro.
21112 (set_reg_attrs_from_mem, set_mem_attrs_from_reg, gen_rtx_REG_offset):
21113 Declare.
21114 * tree.h (SET_DECL_RTL): Call set_decl_rtl.
21115
21116 2003-01-24 Bob Wilson <bob.wilson@acm.org>
21117
21118 * config/xtensa/xtensa.c: Remove unused include of machmode.h.
21119 (xtensa_emit_call, print_operand): Fix printf format strings
21120 to avoid compile warnings.
21121 (xtensa_function_prologue, xtensa_function_epilogue): Change type
21122 of "size" argument to HOST_WIDE_INT to fix compile warnings.
21123 * config/xtensa/xtensa-protos.h
21124 (xtensa_function_prologue, xtensa_function_epilogue): Ditto.
21125
21126 2003-01-24 Jan Hubicka <jh@suse.cz>
21127
21128 * builtins.c (DEF_BUILTIN): Accept 10 arguments.
21129 (implicit_built_in_decls): New global array.
21130 (mathfn_built_in): New global function.
21131 (fold_trunc_transparent_mathfn): New static function
21132 (expand_builtin_strstr, expand_bultin_strchr,
21133 expand_builtin_strpbrk, expand_builtin_strcpy,
21134 expand_builtin_strncpy, expand_bultin_strcmp,
21135 expand_bultin_strncat, expand_builtin_fputs): Use
21136 implicint_built_in_decls.
21137 (fold_builtin): Fold floor/trunc/round/ceil/nearbyint.
21138 * builtins.def: Fix comments.
21139 (DEF_GCC_BUILTIN, DEF_FALLBACK_BUILTIN, DEF_EXT_FALLBACK_BUILTIN,
21140 DEF_LIB_BUILTIN, DEF_LIB_ALWAYS_BUILTIN, DEF_EXT_LIB_BUILTIN,
21141 DEF_C99_BULTIN, DEF_FRONT_END_LIB_BUILTIN,
21142 DEF_EXT_FRONT_END_LIB_BUILTIN): Pass implicit as needed.
21143 (DEF_C99_C90RES_BULTIN): New.
21144 (*f, *l builtins): Update.
21145 * c-common.c (DEF_BUILTIN): Initialize implicit array.
21146 (c_expand_builtin_printf, c_expand_builtin_fprintf): Update.
21147 * convert.c (strip_float_extensions): New global function.
21148 * tree.h (DEF_BUILTIN): Accept 10 arguments.
21149 (implicit_built_in_decls, mathfn_built_in, strip_float_extension):
21150 Declare.
21151 * java/builtins.c (define_builtin): Handle implicit.
21152 (DEF_BUILTIN): Update.
21153 * tm.texi (TARGET_C99_FUNCTIONS): Document.
21154 * defaults.h (TARGET_C99_FUNCTIONS): Default to 0.
21155 * config/linux.h (TARGET_C99_FUNCTIONS): Default to 1
21156 when using glibc2.
21157
21158 2003-01-24 Bob Wilson <bob.wilson@acm.org>
21159
21160 * config.gcc (xtensa-*-elf*): Removed assignments to with_newlib,
21161 extra_parts, and fixincludes. Add xtensa/t-elf tmake_file.
21162 (xtensa-*-linux*): Add xtensa/t-linux tmake_file.
21163 * config/xtensa/crti.asm: New file.
21164 * config/xtensa/crtn.asm: New file.
21165 * config/xtensa/t-elf: New file.
21166 * config/xtensa/t-linux: New file.
21167 * config/xtensa/t-xtensa: Add rules for crti.o and crtn.o.
21168 Move various CFLAGS settings to new t-elf file.
21169
21170 2003-01-24 Richard Henderson <rth@redhat.com>
21171
21172 PR optimization/4382
21173 * tree-inline.c (find_builtin_longjmp_call_1): New.
21174 (find_builtin_longjmp_call): New.
21175 (inlinable_function_p): Use it.
21176
21177 2003-01-24 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
21178
21179 * config/i386/i386-protos.h (function_arg_pass_by_reference): Declare.
21180 * config/i386/i386.h (FUNCTION_ARG_PASS_BY_REFERENCE): Use it.
21181 * config/i386/i386.c (function_arg_pass_by_reference): New.
21182 (ix86_va_arg): Support arguments passed by reference.
21183
21184 2003-01-24 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
21185
21186 * cfgloopanal.c: New file.
21187 * cfgloopmanip.c: New file.
21188 * Makefile.in (cfgloopanal.o, cfgloopmanip.o): New.
21189 (toplev.o, loop.o, doloop.o, unroll.o, cfgloop.o, predict.o,
21190 cfglayout.o): Add dependency on cfgloop.h.
21191 (cfgloop.o): Add flags.h dependency.
21192 * basic-block.h (BB_IRREDUCIBLE_LOOP, BB_SUPERBLOCK): New flags.
21193 (VLS_EXPECT_PREHEADERS, VLS_EXPECT_SIMPLE_LATCHES): Removed.
21194 (struct loop, struct loops, flow_loops_find, flow_loops_update,
21195 flow_loops_free, flow_loops_dump, flow_loop_dump,
21196 flow_loop_scan, flow_loop_tree_node_add, flow_loop_tree_node_remove,
21197 LOOP_TREE,,LOOP_PRE_HEADER, LOOP_ENTRY_EDGES, LOOP_EXIT_EDGES,
21198 LOOP_ALL, flow_loop_outside_edge_p, flow_loop_nested_p,
21199 flow_bb_inside_loop_p, get_loop_body, loop_preheader_edge,
21200 loop_latch_edge, add_bb_to_loop, remove_bb_from_loops,
21201 find_common_loop, verify_loop_structure): Declarations moved to ...
21202 * cfgloop.h: New file.
21203 * bb-reorder.c (reorder_basic_blocks): Modified.
21204 * cfglayout.c: Include cfgloop.h.
21205 (cleanup_unconditional_jumps, cfg_layout_redirect_edge,
21206 cfg_layout_duplicate_bb, cfg_layout_initialize): Update loop structure.
21207 (break_superblocks): New static function.
21208 (cfg_layout_finalize): Use it.
21209 (cfg_layout_split_block): New function.
21210 * cfglayout.h (struct reorder_block_def): Add copy and duplicated
21211 fields.
21212 (cfg_layout_initialize, cfg_layout_redirect_edge): Declaration
21213 changed.
21214 (cfg_layout_split_block): Declare.
21215 * cfgloop.c: Include cfgloop.h and flags.h.
21216 (flow_loop_dump, flow_loops_free, flow_loop_exit_edges_find,
21217 get_loop_body): Avoid signed versus unsigned comparison warnings.
21218 (make_forwarder_block, flow_loops_find, loop_preheader_edge,
21219 loop_latch_edge): Modified.
21220 (verify_loop_structure): Modified to use flags stored in loop structure;
21221 check irreducible loops.
21222 (cancel_loop, cancel_loop_tree): New functions.
21223 (estimate_probability): Use loop analysis code for predictions.
21224 (estimate_loops_at_level): Avoid signed versus unsigned comparison
21225 warnings.
21226 * doloop.c: Include cfgloop.h.
21227 * loop.c: Include cfgloop.h.
21228 * predict.c: Include cfgloop.h.
21229 * toplev.c: Include cfgloop.h.
21230 * unroll.c: Include cfgloop.h.
21231 * tracer.c (tracer): Modified.
21232
21233 2003-01-24 Kazu Hirata <kazu@cs.umass.edu>
21234
21235 * config/h8300/h8300.c (get_shift_alg): Fix a typo.
21236
21237 2003-01-24 Ulrich Weigand <uweigand@de.ibm.com>
21238
21239 * configure.in (HAVE_AS_TLS): Add s390-*-* and s390x-*-* cases.
21240 * configure: Regenerate.
21241
21242 * config/s390/s390-protos.h (tls_symbolic_operand): Add prototype.
21243 (tls_symbolic_reference_mentioned_p): Add prototype.
21244 (s390_tls_get_offset): Add prototype.
21245 (emit_pic_move): Remove prototype, replace by ...
21246 (emit_symbolic_move): .. this new prototype.
21247
21248 * config/s390/s390.c (TARGET_HAVE_TLS): Conditionally define.
21249 (tls_model_chars): New global variable.
21250 (s390_encode_section_info): Encode TLS model.
21251 Use targetm.binds_local_p to check for local symbols.
21252 (s390_strip_name_encoding): New function.
21253 (TARGET_STRIP_NAME_ENCODING): Define.
21254
21255 (get_thread_pointer): New function.
21256 (legitimize_tls_address): New function.
21257 (legitimize_address): Call it.
21258 (emit_pic_move): Remove, replace by ...
21259 (emit_symbolic_move): ... this new function.
21260
21261 (larl_operand): Handle TLS operands.
21262 (legitimate_constant_p): Likewise.
21263 (s390_decompose_address): Likewise.
21264 (s390_cannot_force_const_mem): New function.
21265 (TARGET_CANNOT_FORCE_CONST_MEM): Define.
21266
21267 (s390_output_symbolic_const): Handle TLS unspecs.
21268 (print_operand): New code 'J'.
21269 (machine_function): Add struct member 'some_ld_name'.
21270 (get_some_local_dynamic_name, get_some_local_dynamic_name_1): New.
21271
21272 (enum s390_builtin): New type.
21273 (code_for_builtin_64, code_for_builtin_31): New global variables.
21274 (s390_init_builtins, s390_expand_builtin): New functions.
21275 (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN): Define.
21276
21277 * config/s390/s390.h (TLS_SYMBOLIC_CONST): New macro.
21278 (ASM_OUTPUT_LABELREF): Define.
21279 (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Handle TLS constants.
21280
21281 * config/s390/s390.md: Define TLS UNSPEC constants.
21282 ("movdi", "movsi"): Handle TLS operands.
21283 ("get_tp_64", "get_tp_31", "set_tp_64", "set_tp_31"): New insns.
21284 ("*tls_load_64", "*tls_load_31"): New insns.
21285 ("call_value_tls", "call_value_tls_exp"): New expanders.
21286 ("brasl_tls", "bras_tls", "basr_tls_64", "basr_tls_31",
21287 "bas_tls_64", "bas_tls_31"): New insns.
21288
21289 2003-01-24 Nathan Sidwell <nathan@codesourcery.com>
21290
21291 * config/rs6000/rs6000.c (rs6000_parse_abi_options): Make sure
21292 spe ABI is configured, if requested.
21293
21294 2003-01-24 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
21295
21296 * doc/passes.texi: Fix typo.
21297
21298 2003-01-24 Andreas Schwab <schwab@suse.de>
21299
21300 * stor-layout.c (excess_unit_span): Only define if used.
21301
21302 2003-01-24 Jerry Quinn <jlquinn@optonline.net>
21303
21304 * gcc/doc/invoke.texi (Optimization Options): List -O levels
21305 for each optimization flag.
21306
21307 2003-01-24 Kazu Hirata <kazu@cs.umass.edu>
21308
21309 * config/h8300/h8300.md (*andsi3_ashift_n_lower): New.
21310
21311 2003-01-24 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
21312
21313 * doc/bugreport.texi: Use @command instead of @code for commands.
21314 * doc/collect2.texi: Likewise.
21315 * doc/headerdirs.texi: Likewise.
21316 * doc/invoke.texi: Likewise.
21317 * doc/standards.texi: Likewise.
21318 * doc/tm.texi: Likewise.
21319 * doc/trouble.texi: Likewise.
21320
21321 2003-01-24 Nick Clifton <nickc@redhat.com>
21322
21323 * config/arm/arm.c (use_return_insn): Do not use a single return
21324 instruction for interrupt handelrs which have to create a stack
21325 frame.
21326 (arm_expand_prologue): Do not pre-bias the return address of
21327 interrupt handlers which create a stack frame.
21328
21329 2003-01-24 Nick Clifton <nickc@redhat.com>
21330
21331 * Add sh2e support:
21332
21333 2002-08-12 Alexandre Oliva <aoliva@redhat.com>
21334
21335 * config/sh/sh.c (output_branch) [TARGET_SH2E]: Handle
21336 med_cbranches. Fix logic in short_cbranches.
21337
21338 2002-04-03 Alexandre Oliva <aoliva@redhat.com>
21339
21340 * config/sh/sh.md (delay for cbranch): Don't annul delay
21341 slots on SH2e.
21342 * config/sh/sh.c (sh_insn_length_adjustment): Add 2 for
21343 cbranch with unfilled delay slot on SH2e.
21344 (output_branch): Fill with a nop the delay slot of a
21345 branch that required a delay slot but didn't get one.
21346
21347 2002-04-02 Alexandre Oliva <aoliva@redhat.com>
21348
21349 * doc/invoke.texi (SH options): Document -m2e.
21350 * config/sh/crt1.asm: Add __SH2E__ Next to __SH3E__.
21351 * config/sh/lib1funcs.asm: Likewise.
21352 * config/sh/sh.c: Replace all uses of TARGET_SH3E with SH2E.
21353 * config/sh/sh.h (CPP_SPEC): Define __SH2E__ for -m2e, and
21354 not __sh1__.
21355 (CONDITIONAL_REGISTER_USAGE): Don't disable FP regs from
21356 SH2E up.
21357 (SH3E_BIT): Renamed to...
21358 (SH_E_BIT): ... this. Replace all uses.
21359 (TARGET_SH2E): Define from SH_E_BIT and TARGET_SH2.
21360 Replace all uses of TARGET_SH3E with TARGET_SH2E.
21361 (TARGET_SWITCHES): Added 2e.
21362 (OVERRIDE_OPTIONS): Set sh_cpu for SH2E.
21363 (processor_type): Added PROCESSOR_SH2E.
21364 * config/sh/sh.md: Replace all uses of TARGET_SH3E with
21365 TARGET_SH2E, except in sqrtsf2_i.
21366 (attribute cpu): Added sh2e.
21367 * config/sh/t-sh (MULTILIB_OPTIONS): Replace m3e with m2e.
21368 (MULTILIB_MATCHES): Use m2e multilib for m3e.
21369 * config.gcc: Add sh2e target support.
21370
21371 2003-01-24 Phil Edwards <pme@gcc.gnu.org>
21372
21373 Rename -W to -Wextra.
21374 * c-decl.c: Update comments.
21375 * c-typeck.c: Likewise.
21376 * flags.h: Likewise.
21377 * function.c: Likewise.
21378 * stmt.c: Likewise.
21379 * toplev.c: Update comments.
21380 (W_options): Add 'extra'.
21381 (display_help): Remove '-W'.
21382 (decode_W_option): Special warn_uninitialized treatment in the case
21383 of -Wextra.
21384 * doc/invoke.texi: Update with new entries.
21385
21386 2003-01-23 Richard Henderson <rth@redhat.com>
21387
21388 * ifcvt.c (noce_process_if_block): Re-add check vs X being changed
21389 in no-else-block case. Add commentary.
21390
21391 2003-01-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21392
21393 * configure.in: Revert last change.
21394
21395 2003-01-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21396
21397 * configure.in: Don't include ansidecl.h in tconfig.h.
21398 * gcov-io.h (PARAMS, ATTRIBUTE_UNUSED): Define if IN_LIBGCC2.
21399 * unwind-dw2-fde.h (last_fde): Use __attribute__, not
21400 ATTRIBUTE_UNUSED.
21401
21402 * configure: Regenerate.
21403
21404 2003-01-23 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
21405
21406 PR java/6748
21407 * config/rs6000/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Don't destroy
21408 regs->nip. Fix rt_sigreturn frame layout. Add support for newer
21409 kernels.
21410
21411 2003-01-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21412
21413 * cpplex.c (cpp_interpret_charconst): Squelch warning with cast.
21414
21415 2003-01-23 Ulrich Weigand <uweigand@de.ibm.com>
21416
21417 * genattrtab.c (write_attr_get): Mark 'insn' paramter
21418 as ATTRIBUTE_UNUSED.
21419
21420 2003-01-23 Richard Earnshaw <rearnsha@arm.com>
21421
21422 * arm.c (thumb_base_register_rtx_p): New function.
21423 (thumb_index_register_rtx_p): New function.
21424 (thumb_legitimate_address_p): New function.
21425 (thumb_legitimate_offset_p): New function.
21426 * arm.h (REG_STRICT_P): Define according to setting of REG_OK_STRICT.
21427 (ARM_GO_IF_LEGITIMATE_ADDRESS): Use REG_STRICT_P to avoid duplicate
21428 definitions.
21429 (THUMB_GO_IF_LEGITIMATE_ADDRESS): Use thumb_legitimate_address_p.
21430 (THUMB_LEGITIMATE_OFFSET): Delte.
21431 (THUMB_LEGITIMIZE_RELOAD_ADDRESS): Use thumb_legitimate_offset.
21432 * arm-protos.h (thumb_legitimate_address_p): Add prototype.
21433 (thumb_legitimate_offset_p): Likewise.
21434
21435 2003-01-23 Andreas Schwab <schwab@suse.de>
21436
21437 * unwind.h (_Unwind_GetTextRelBase): Mark parameter as unused.
21438
21439 2003-01-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21440
21441 * fixinc/Makefile.in (FL_LIST): Revert last change.
21442
21443 2003-01-23 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
21444
21445 PR other/7341
21446 * invoke.texi (ftest-coverage): Fix broken cross-reference.
21447 Change @code to @command for gcov command.
21448
21449 * gcc.texi: Adjust title of gcov section.
21450 Adjust copyright.
21451 * gcov.texi: Likewise.
21452
21453 2003-01-22 Roger Sayle <roger@eyesopen.com>
21454
21455 PR optimization/8423
21456 * cse.c (fold_rtx): Only eliminate a CONSTANT_P_RTX to 1 when
21457 its argument is constant, or 0 if !flag_gcse.
21458 * simplify-rtx.c (simplify_rtx): Convert CONSTANT_P_RTX to 1
21459 if it's argument is constant.
21460 * gcse.c (want_to_gcse_p): Ignore CONSTANT_P_RTX nodes.
21461 (hash_scan_set): Don't record CONSTANT_P_RTX expressions.
21462 (do_local_cprop): Don't propagate CONSTANT_P_RTX constants.
21463 * builtins.c (purge_builtin_constant_p): New function to force
21464 instantiation of any remaining CONSTANT_P_RTX nodes.
21465 * rtl.h (purge_builtin_constant_p): Prototype here.
21466 * toplev.c (rest_of_compilation): Invoke purge_builtin_constant_p
21467 pass after GCSE and before loop.
21468 (flag_gcse): No longer static.
21469 * flags.h (flag_gcse): Prototype here.
21470
21471 2003-01-22 Ulrich Weigand <uweigand@de.ibm.com>
21472
21473 * config/s390/s390.h (HARD_REGNO_MODE_OK): Fix warning regression
21474 introduced by last change.
21475
21476 2003-01-22 Andreas Schwab <schwab@suse.de>
21477
21478 * ra-rewrite.c (rewrite_program2): Initialize bb to avoid warning.
21479
21480 2003-01-22 Kazu Hirata <kazu@cs.umass.edu>
21481
21482 * config/h8300/h8300.c (h8300_shift_needs_scratch_p): Don't
21483 request a scratch reg on H8S when the shift count is 8.
21484
21485 2003-01-22 Ulrich Weigand <uweigand@de.ibm.com>
21486
21487 * config/s390/s390-protos.h (preferred_la_operand_p):
21488 Remove second parameter.
21489 * config/s390/s390.c (preferred_la_operand_p): Likewise.
21490 * config/s390/s390.h (FRAME_REGNO_P, FRAME_REG_P): New macros.
21491 (HARD_REGNO_MODE_OK): Use FRAME_REGNO_P.
21492 * config/s390/s390.md ("*la_cc_64", "*la_cc_31", splitters): Remove.
21493 Add peepholes to transform ADD to LOAD ADDRESS.
21494
21495 2003-01-22 Richard Earnshaw <rearnsha@arm.com>
21496
21497 * arm.c (arm_address_register_rtx_p): New function.
21498 (arm_legitimate_address_p): New function.
21499 (arm_legitimate_index_p): New function.
21500 (legitimize_pic_address): Use arm_legitimate_index_p.
21501 * arm-protos.h (arm_legtimate_address_p): Add prototype.
21502 * arm.h (ARM_GO_IF_LEGITIMATE_INDEX): Delete.
21503 (ARM_GO_IF_LEGITIMATE_ADDRESS): Call arm_legitimate_address_p.
21504
21505 2003-01-22 Hartmut Penner <hpenner@de.ibm.com>
21506
21507 * config/s390/s390.md (floatdfdi2): Insn has type 'itof'.
21508 * config/s390/2064.md (define_bypass): Correct 'Load' and
21509 'Load-address' bypass values.
21510
21511 2003-01-22 Andreas Schwab <schwab@suse.de>
21512
21513 * config/ia64/t-ia64 (insn-attrtab.o-warn): Define as -Wno-error.
21514
21515 2003-01-21 Zack Weinberg <zack@codesourcery.com>
21516
21517 * genautomata.c (output_internal_insn_latency_func,
21518 output_print_reservation_func): Short circuit when there is no
21519 automaton to generate code for.
21520
21521 2003-01-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21522
21523 * Makefile.in (ssa-ccp.o): Depend on coretypes.h $(TM_H).
21524 (df.o): Delete duplicate dependency on coretypes.h $(TM_H).
21525
21526 2003-01-21 Geoffrey Keating <geoffk@apple.com>
21527
21528 * config/rs6000/rs6000.md: Remove warning.
21529 (builtin_setjmp_receiver): Likewise.
21530 * config/darwin.c (update_stubs): Slightly improve terrible hack
21531 with identifiers. Add comment pointing out problems with it.
21532 (update_non_lazy_ptrs): Likewise.
21533
21534 2003-01-21 Richard Henderson <rth@redhat.com>
21535
21536 * dwarf2out.c (lookup_filename): Fix printf format warning.
21537 * system.h (fread_unlocked, fwrite_unlocked): Undef.
21538
21539 * fixinc/Makefile.in (FL_LIST): Add $($@-warn) hook.
21540 (fixincl.o-warn, gnu-regex.o-warn): New.
21541 * fixinc/fixfixes.c (FIX_PROC_HEAD): Mark parameters unused.
21542 * fixinc/fixtests.c (TEST_FOR_FIX_PROC_HEAD): Likewise.
21543 * fixinc/fixincl.c (process): Fix printf format warning.
21544
21545 2003-01-21 Ulrich Weigand <uweigand@de.ibm.com>
21546
21547 * dwarf2out (output_file_names): Don't crash if called
21548 with empty file_table.
21549
21550 2003-01-21 Zack Weinberg <zack@codesourcery.com>
21551
21552 * genautomata.c (output_internal_insn_latency_func): Add
21553 missing break statement to generated code.
21554
21555 2003-01-21 Roger Sayle <roger@eyesopen.com>
21556
21557 * stmt.c (same_case_target_p): New function to determine whether
21558 two case labels branch to the same target. Split out from...
21559 (group_case_nodes): ... here. Use same_case_target_p instead.
21560 (strip_default_case_nodes): Remove explicit case nodes
21561 that branch to the default destination.
21562 (expand_end_case_type): Call strip_default_case_nodes after
21563 group_case_nodes, to simplify the case-list before we count it.
21564 Only generate table_label RTX when actually needed. Try to share
21565 thiscase->exit_label and thiscase->data.case_stmt.default_label
21566 when a switch has no explicit default case. Simplify test for
21567 constant index.
21568
21569 2003-01-21 Kazu Hirata <kazu@cs.umass.edu>
21570
21571 * config/h8300/h8300.md (*negsf2_h8300): Use \\t instead of
21572 \t.
21573 (*negsf2_h8300hs): Likewise.
21574 (*addsi3_lshiftrt_16_zexthi): Likewise.
21575 (*iorhi3_lshiftrt_8): Likewise.
21576
21577 2003-01-21 Ulrich Weigand <uweigand@de.ibm.com>
21578
21579 * dwarf2out.c (fde_table_in_use): Mark GTY.
21580 (dwarf2out_cfi_label_num): New variable, marked GTY.
21581 (dwarf2out_cfi_label): Use it instead of static label_num.
21582 * emit-rtl.c (label_num): Mark GTY.
21583
21584 2003-01-21 Kazu Hirata <kazu@cs.umass.edu>
21585
21586 * config/h8300/h8300.c (output_plussi): Support H8/300.
21587 (compute_plussi_length): Likewise.
21588 (compute_plussi_cc): Likewise.
21589 * config/h8300/h8300.md (addsi_h8300): Use output_plussi to
21590 output assembly instructions.
21591
21592 2003-01-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21593
21594 * calls.c (fix_unsafe_tree): Prototype.
21595
21596 * Makefile.in (GCC_WARN_CFLAGS): Add $(WERROR) $($@-warn)
21597 (gtype-desc.o-warn, c-decl.o-warn, varasm.o-warn, gcc.o-warn,
21598 insn-conditions.o-warn, out_object_file, gengtype-yacc.o-warn,
21599 c-parse.o-warn): Add -Wno-error.
21600 (STAGE2_FLAGS_TO_PASS): Add WERROR="@WERROR@".
21601
21602 * configure.in (--enable-werror): Add new flag.
21603 * doc/install.texi (--enable-werror): Document.
21604 * configure: Regenerate.
21605
21606 * objc/Make-lang.in (objc/objc-parse.o-warn): Add -Wno-error.
21607
21608 2003-01-21 Andreas Schwab <schwab@suse.de>
21609
21610 * genautomata.c (output_internal_insn_latency_func): Fix missing
21611 close paren in output.
21612
21613 2003-01-21 Zack Weinberg <zack@codesourcery.com>
21614
21615 * genautomata.c: Space savings in generated code:
21616 (output_dfa_insn_code_func): Split out the table-enlargement
21617 path to an out-of-line static function, dfa_insn_code_enlarge.
21618 (output_internal_insn_latency_func): Use a lookup table for the
21619 default latencies.
21620 (output_print_reservation_func): Use a lookup table for the
21621 strings.
21622
21623 2003-01-21 Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
21624
21625 PR opt/7507
21626 * calls.c (fix_unsafe_tree): Split out from ...
21627 (expand_call): ... here. Use it on the function address too.
21628
21629 2003-01-20 Richard Henderson <rth@redhat.com>
21630
21631 * expr.h (default_must_pass_in_stack): Move decl outside ifdef.
21632
21633 2003-01-20 Richard Henderson <rth@redhat.com>
21634
21635 PR opt/7154
21636 * stmt.c (expand_asm_operands): Validize memory operands.
21637
21638 2003-01-20 Richard Henderson <rth@redhat.com>
21639
21640 PR opt/8848
21641 * ifcvt.c (noce_process_if_block): Correct arguments to
21642 modified_between_p for no-else-block case.
21643
21644 2003-01-20 Kazu Hirata <kazu@cs.umass.edu>
21645
21646 * config/h8300/h8300.c (const_costs): Remove a warning.
21647 (output_plussi): Likewise.
21648 (compute_plussi_length): Likewise.
21649 (compute_plussi_cc): Likewise.
21650
21651 2003-01-20 Kazu Hirata <kazu@cs.umass.edu>
21652
21653 * config/h8300/h8300.md (addsi_h8300): Remove the last
21654 alternative.
21655
21656 2003-01-20 Kazu Hirata <kazu@cs.umass.edu>
21657
21658 * config/h8300/h8300.c (get_shift_alg): Remove redundant code.
21659
21660 2003-01-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21661
21662 * system.h (__NO_STRING_INLINES): Define.
21663
21664 2003-01-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
21665
21666 * ifcvt.c (noce_emit_store_flag): Don't emit store flag if mode of x
21667 is not a scalar int mode.
21668
21669 2003-01-20 Roger Sayle <roger@eyesopen.com>
21670
21671 * cse.c (cse_insn): Avoid RTL sharing when updating the RETVAL
21672 insn's notes following a substitution inside a libcall.
21673
21674 2003-01-20 Zack Weinberg <zack@codesourcery.com>
21675
21676 * configure.in: Check for system-provided 'uchar' type.
21677 * configure, config.in: Regenerate.
21678 * cpphash.h: Only typedef 'uchar' if the system doesn't.
21679
21680 2003-01-20 Richard Henderson <rth@redhat.com>
21681
21682 * expr.h (MUST_PASS_IN_STACK): Move implementation...
21683 * calls.c (default_must_pass_in_stack): ... here.
21684
21685 2003-01-20 Vladimir Makarov <vmakarov@redhat.com>
21686
21687 * genattrtab.h (INSN_ALTS_FUNC_NAME): Move it from genautomata.c.
21688
21689 * genautomata.c (INSN_ALTS_FUNC_NAME): Move it into genattrtab.h.
21690
21691 * genattr.c (main): Output default definition of AUTOMATON_ALTS.
21692 Wrap up definition of `insn_alts'.
21693
21694 * genattrtab.c (main): Wrap up `insn_alts'.
21695
21696 2003-01-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21697
21698 * collect2.c (ldgetname): Check HAVE_DECL_LDGETNAME before
21699 prototyping.
21700 * configure.in: Check for <ldfcn.h> and ldgetname() prototype.
21701
21702 * config.in, configure: Regenerate.
21703
21704 2003-01-20 Nick Clifton <nickc@redhat.com>
21705
21706 * config/arm/arm.md (sibcall_epilogue): Add an
21707 UNSPEC_PROLOGUE_USE to prevent the link register from being
21708 considered dead.
21709
21710 2003-01-20 Jan Hubicka <jh@suse.cz>
21711
21712 * i386.md (SSE cmov splitter): Handle memory operand in operand 5.
21713
21714 2003-01-20 Andreas Schwab <schwab@suse.de>
21715
21716 * system.h: Don't declare strsignal if the decl test hasn't been
21717 run yet.
21718
21719 2003-01-20 Kazu Hirata <kazu@cs.umass.edu>
21720
21721 * config/h8300/h8300.c (notice_update_cc): Don't assume that
21722 recog_data.operands[0] is always associated with cc0.
21723
21724 2003-01-19 David Edelsohn <edelsohn@gnu.org>
21725
21726 * collect2.c (ldgetname): Expand declaration to prototype.
21727 * read-rtl.c (atoll): Add prototype.
21728 * system.h (strsignal): Also declare if no declaration found.
21729
21730 2003-01-19 Alexandre Oliva <aoliva@redhat.com>
21731
21732 * config.gcc (mips64*-*-linux*): Added.
21733 * config/mips/linux64.h, config/mips/t-linux64: New file.
21734 * config/mips/iris6.h (MIPS_TFMODE_FORMAT): Define.
21735 * config/mips/mips.c (override_options): Use it.
21736 * config/mips/mips.h (TARGET_SWITCHES): Added...
21737 (SUBTARGET_TARGET_SWITCHES): New, empty by default.
21738 * Makefile.in (SPECS): New.
21739 (STAGESTUFF, specs, mostlyclean, install-common): Use it.
21740 * gcc.c (process_command): Move self-spec processing past spec
21741 file loading.
21742 * doc/tm.texi (DRIVER_SELF_SPECS): Document the change.
21743 * doc/fragments.texi (MULTILIB_EXTRA_OPTS): Document need for
21744 CRTSTUFF_T_CFLAGS.
21745 (SPECS): Document.
21746 * doc/invoke.texi (-mabi-fake-default): Document.
21747
21748 2003-01-19 Stephane Carrez <stcarrez@nerim.fr>
21749
21750 * config/m68hc11/m68hc11.c (stack_push_word, stack_pop_word,
21751 z_reg, z_reg_qi): Declare static and GTY().
21752 (da_reg): Remove.
21753 (create_regs_rtx): Don't create da_reg.
21754 ("gt-m68hc11.h"): Include for GTY roots.
21755 * config/m68hc11/m68hc11.h (ix_reg, iy_reg, d_reg): Declare extern
21756 and GTY() here.
21757 (m68hc11_compare_op0, m68hc11_compare_op1): Likewise.
21758 (m68hc11_soft_tmp_reg): Likewise.
21759 * config/m68hc11/m68hc11-protos.h: Remove above declarations.
21760
21761 2003-01-18 Kazu Hirata <kazu@cs.umass.edu>
21762
21763 * basic-block.h: Fix comment formatting.
21764 * calls.c: Likewise.
21765 * combine.c: Likewise.
21766 * convert.c: Likewise.
21767 * gcov.c: Likewise.
21768 * haifa-sched.c: Likewise.
21769 * libgcc2.c: Likewise.
21770 * loop.c: Likewise.
21771 * profile.c: Likewise.
21772 * system.h: Likewise.
21773
21774 2003-01-18 Roger Sayle <roger@eyesopen.com>
21775
21776 * config/pa/pa.md (muldi3): Avoid invalid sharing of SUBREG RTXs.
21777
21778 2003-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21779
21780 * ra-build.c (undef_to_size_word): Avoid `switch' warning.
21781
21782 2003-01-17 Dale Johannesen <dalej@apple.com>
21783
21784 * config/rs6000/rs6000.md (*floatsidf2_internal): Add earlyclobbers.
21785 (*floatunssidf2_internal): Ditto.
21786
21787 2003-01-17 Kazu Hirata <kazu@cs.umass.edu>
21788
21789 * alias.c: Fix comment typos.
21790 * basic-block.h: Likewise.
21791 * c-common.c: Likewise.
21792 * c-common.h: Likewise.
21793 * c-decl.c: Likewise.
21794 * c-opts.c: Likewise.
21795 * c-pragma.c: Likewise.
21796 * c-pretty-print.h: Likewise.
21797 * cfg.c: Likewise.
21798 * cfganal.c: Likewise.
21799 * cfgbuild.c: Likewise.
21800 * cfgcleanup.c: Likewise.
21801 * cfglayout.c: Likewise.
21802 * cfgrtl.c: Likewise.
21803 * convert.c: Likewise.
21804 * cpphash.h: Likewise.
21805 * cpplex.c: Likewise.
21806 * cpplib.h: Likewise.
21807 * df.h: Likewise.
21808 * diagnostic.c: Likewise.
21809 * diagnostic.h: Likewise.
21810 * dwarf2.h: Likewise.
21811
21812 2003-01-17 Stan Shebs <shebs@apple.com>
21813
21814 * config/darwin-protos.h: Forward-declare struct cpp_reader.
21815
21816 2003-01-17 Douglas B Rupp <rupp@gnat.com>
21817
21818 * config/alpha/alpha.c (alpha_need_linkage): Fix obvious
21819 mistake in last checkin.
21820
21821 2003-01-17 Kazu Hirata <kazu@cs.umass.edu>
21822
21823 * et-forest.c: Fix comment typos.
21824 * et-forest.h: Likewise.
21825 * except.c: Likewise.
21826 * expr.c: Likewise.
21827 * flags.h: Likewise.
21828 * flow.c: Likewise.
21829 * gcc.c: Likewise.
21830 * gcse.c: Likewise.
21831 * genattrtab.c: Likewise.
21832 * genautomata.c: Likewise.
21833 * gengtype.c: Likewise.
21834 * genrecog.c: Likewise.
21835 * global.c: Likewise.
21836 * gthr-rtems.h: Likewise.
21837
21838 2003-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21839
21840 * i386.c (x86_function_profiler): Fix format specifier.
21841
21842 2003-01-17 Richard Henderson <rth@redhat.com>
21843
21844 * gengtype.c (walk_type): Allow paramN_is.
21845
21846 2003-01-17 Nick Clifton <nickc@redhat.com>
21847
21848 * config/i960/t-960bare (i960-c.o): Add missing newline escape.
21849
21850 2003-01-16 Richard Henderson <rth@redhat.com>
21851
21852 * config/alpha/linux-elf.h (LIB_SPEC): Adjust inter-option spacing.
21853
21854 2003-01-16 Richard Henderson <rth@redhat.com>
21855
21856 * config/alpha/alpha.c (alpha_sr_alias_set): Mark GTY.
21857 (alpha_next_sequence_number): Likewise.
21858 (alpha_this_literal_sequence_number): Likewise.
21859 (alpha_this_gpdisp_sequence_number): Likewise.
21860 (struct alpha_funcs, alpha_funcs_num): Likewise.
21861 (struct alpha_links): Fix branch merge error.
21862 (alpha_need_linkage, alpha_use_linkage): Use GC for alpha_funcs.
21863
21864 2003-01-17 Alexandre Oliva <aoliva@redhat.com>
21865
21866 * config/mips/mips.h: Don't use #elif. Reported by Kaveh
21867 R. Ghazi.
21868
21869 2003-01-16 Kazu Hirata <kazu@cs.umass.edu>
21870
21871 * ifcvt.c: Fix comment typos.
21872 * lcm.c: Likewise.
21873 * libgcc2.c: Likewise.
21874 * local-alloc.c: Likewise.
21875 * loop.c: Likewise.
21876 * predict.c: Likewise.
21877 * ra-build.c: Likewise.
21878 * ra.c: Likewise.
21879 * ra-colorize.c: Likewise.
21880 * ra.h: Likewise.
21881 * ra-rewrite.c: Likewise.
21882 * regmove.c: Likewise.
21883 * reload.h: Likewise.
21884 * rtlanal.c: Likewise.
21885 * toplev.c: Likewise.
21886 * tree.h: Likewise.
21887 * unwind-dw2-fde-glibc.c: Likewise.
21888 * vmsdbgout.c: Likewise.
21889
21890 2003-01-16 Richard Henderson <rth@redhat.com>
21891
21892 * dwarf2out.c (struct file_table): Remove.
21893 (FILE_TABLE_INCREMENT): Remove.
21894 (file_table): Make a varray; mark for GC. Update all users.
21895 (file_table_last_lookup_index): Extract from struct file_table.
21896 (output_file_names): Fix unsigned compare warnings.
21897 (add_name_attribute): Remove inline marker.
21898 (add_comp_dir_attribute): Split out from gen_compile_unit_die.
21899 (lookup_filename): Don't manage size of file_table.
21900 (init_file_table): Allocate file_table with GC.
21901 (dwarf2out_init): Don't record main_input_filename here.
21902 (dwarf2out_finish): Do it here instead.
21903
21904 2003-01-16 Bruce Korb <bkorb@gnu.org>
21905
21906 * gcc/fixinc/inclhack.def(limits_ifndef): QNX needs a bypass, too.
21907
21908 2003-01-16 Kaz Kojima <kkojima@gcc.gnu.org>
21909
21910 * config/sh/sh.c (sh_initialize_trampoline): Emit rotrdi3_mextr
21911 instead of rotldi3_mextr.
21912
21913 2003-01-16 Vladimir Makarov <vmakarov@redhat.com>
21914
21915 * haifa-sched.c (move_insn): Restore moving all schedule group.
21916 (set_priorities): Restore taking SCHED_GROUP_P into account.
21917
21918 * sched-deps.c (add_dependence): Restore processing the last group
21919 insn.
21920 (remove_dependence, group_leader): Restore the functions.
21921 (set_sched_group_p): Restore adding dependencies from previous insn
21922 in the group.
21923 (compute_forward_dependences): Restore usage of group_leader.
21924
21925 * sched-ebb.c (init_ready_list): Restore taking SCHED_GROUP_P into
21926 account.
21927
21928 * sched-rgn.c (init_ready_list): Restore taking SCHED_GROUP_P into
21929 account.
21930 (can_schedule_ready_p): Ditto.
21931 (add_branch_dependences): Restore skipping over the group insns.
21932
21933 2003-01-16 Stephane Carrez <stcarrez@nerim.fr>
21934
21935 * config/m68hc11/m68hc11.c (m68hc11_check_z_replacement): Fix handling
21936 68HC12 pre/post inc/dec side effects.
21937
21938 2003-01-16 Stephane Carrez <stcarrez@nerim.fr>
21939
21940 * config/m68hc11/m68hc11.h (MASK_M6812): Define.
21941
21942 2003-01-16 J"orn Rennecke <amylaar@onetel.net.uk>
21943
21944 * sh.md (mshflo_w_x): Fix description of operation.
21945
21946 2003-01-16 Zack Weinberg <zack@codesourcery.com>
21947
21948 * config/rs6000/rs6000.h: Mention Altivec registers in
21949 commentary. Fix typo.
21950
21951 2003-01-16 David Edelsohn <edelsohn@gnu.org>
21952
21953 * config/rs6000/rs6000.md (movti_string): Remove clobber.
21954 * config/rs6000/rs6000.c (rs6000_emit_move, TImode): Explicitly
21955 generate PARALLEL with clobber for TARGET_POWER.
21956
21957 2003-01-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21958
21959 * ra-colorize.c (colorize_one_web): Initialize variable.
21960 * regmove.c (fixup_match_1): Likewise.
21961 * reload1.c (reload_as_needed): Likewise.
21962 * sdbout.c (SET_KNOWN_TYPE_TAG): Add cast.
21963
21964 2003-01-16 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
21965
21966 * cfgloop.c (flow_loops_find): Fix handling of abnormal edges.
21967
21968 2003-01-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21969
21970 * dbxout.c (lastfile, cwd): Fix `unused' warning.
21971 * dwarf2out.c (fde_table_in_use, current_funcdef_fde,
21972 dw_cfi_oprnd1_desc, dw_cfi_oprnd2_desc, next_die_offset,
21973 is_main_source, file_table, decl_die_table_in_use,
21974 abbrev_die_table_in_use, line_info_table_in_use,
21975 separate_line_info_table_in_use, pubname_table_in_use,
21976 arange_table_in_use, ranges_table_in_use,
21977 current_function_has_inlines): Likewise.
21978 * flow.c (life_analysis): Likewise.
21979 * genemit.c (gen_insn): Likewise.
21980 * protoize.c (cplus_suffix): Likewise.
21981
21982 * arm.c (ROUND_UP_WORD): Renamed from ROUND_UP.
21983 * arm.h (ROUND_UP_WORD): Likewise.
21984
21985 * arm.h (CONDITIONAL_REGISTER_USAGE): Avoid signed/unsigned
21986 warning.
21987 * emit-rtl.c (gen_rtx_REG, set_mem_attributes_minus_bitpos,
21988 init_emit_once): Likewise.
21989 * flow.c (mark_regs_live_at_end, calculate_global_regs_live):
21990 Likewise.
21991 * function.c (assign_stack_temp_for_type): Likewise.
21992 * loop.c (loop_invariant_p): Likewise.
21993 * recog.c (push_operand): Likewise.
21994 * regclass.c (init_reg_sets_1): Likewise.
21995 * reload.c (update_auto_inc_notes): Likewise.
21996 * reload1.c (reload_as_needed, emit_input_reload_insns): Likewise.
21997 * stmt.c (expand_asm_operands): Likewise.
21998 * stor-layout.c (start_record_layout): Likewise.
21999
22000 2003-01-16 Herman A.J. ten Brugge <hermantenbrugge@home.nl>
22001
22002 * config/c4x/c4x.md (epilogue): Correct last patch.
22003
22004 2003-01-15 Richard Henderson <rth@redhat.com>
22005
22006 * config/alpha/alpha.c (find_lo_sum_using_gp): Rename from find_lo_sum;
22007 also check that GP is being used.
22008 (alpha_find_lo_sum_using_gp): New.
22009 (alpha_does_function_need_gp): Use get_attr_usegp.
22010 * config/alpha/alpha-protos.h: Update.
22011 * config/alpha/alpha.md (attr usegp): New. Annotate patterns
22012 as needed.
22013
22014 2003-01-15 Roger Sayle <roger@eyesopen.com>
22015
22016 * gcse.c (one_cprop_pass): Change function arguments to take both
22017 cprop_jumps and bypass_jumps flags instead of just alter_jumps.
22018 (gcse_main): Update calls to one_cprop_pass, disabling bypassing.
22019 (bypass_jumps): New function to perform separate jump bypassing pass.
22020 * rtl.h (bypass_jumps): Add function prototype.
22021 * timevar.def (TV_BYPASS): New timing variable.
22022 * toplev.c (enum dump_file_index): Add new entry DFI_bypass.
22023 (dump_file): New entry for the bypass RTL dump file.
22024 (rest_of_compilation): Insert new jump bypassing optimization
22025 pass after loop.
22026 * doc/passes.texi: Document new pass.
22027
22028 2003-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
22029
22030 * som.h (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY, MAKE_DECL_ONE_ONLY,
22031 ASM_WEAKEN_LABEL, GTHREAD_USE_WEAK): Define.
22032 * pa.h (TARGET_SOM_SDEF): Define.
22033 * pa-hpux11.h (TARGET_SOM_SDEF): Define.
22034
22035 2003-01-16 Stephane Carrez <stcarrez@nerim.fr>
22036
22037 * config/m68hc11/m68hc11.c (expand_prologue): Use push/pop to
22038 allocate 4-bytes of locals on 68HC11.
22039 (expand_epilogue): Likewise.
22040 (m68hc11_memory_move_cost): Increase cost of HI/QI soft registers.
22041
22042 2003-01-15 Stephane Carrez <stcarrez@nerim.fr>
22043
22044 * config/m68hc11/m68hc11.h (ASM_SPEC): Handle -m68hcs12; Pass -mshort
22045 and -mshort-double to the assembler to specify the ABI.
22046 (LINK_SPEC): Likewise.
22047 (CPP_SPEC): Pass HCS12 specific define.
22048 (MASK_M68S12): New define.
22049 (TARGET_M68S12): Likewise.
22050 (TARGET_SWITCHES): New options -m68hcs12 and -m68S12.
22051 (TARGET_VERSION): Update.
22052 * config/m68hc11/m68hc12.h (CPP_SPEC): Pass HCS12 specific define.
22053 (LINK_SPEC): Update.
22054 (ASM_SPEC): Update.
22055 * config/m68hc11/m68hc11.c (m68hc11_asm_file_start): Update.
22056 * doc/invoke.texi (M68hc1x Options): Document -m68hcs12.
22057
22058 2003-01-15 Stephane Carrez <stcarrez@nerim.fr>
22059
22060 * config/m68hc11/m68hc11.md ("return"): Use emit_jump_insn to emit
22061 the return code.
22062
22063 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
22064
22065 * cfganal.c (set_edge_can_fallthru_flag): Clear the EDGE_CAN_FALLTHRU
22066 flag before setting it.
22067
22068 2003-01-15 Roger Sayle <roger@eyesopen.com>
22069
22070 * c-semantics.c (genrtl_while_stmt): Improve initial RTL generation
22071 when loop condition is known true, i.e. "while (1) { ... }".
22072 (genrtl_for_stmt): Similarly for "for" statements.
22073
22074 2003-01-15 Roger Sayle <roger@eyesopen.com>
22075
22076 * real.c (real_sqrt): Return a bool result indicating whether
22077 a floating point exception or trap should be raised.
22078 * real.h (real_sqrt): Update function prototype.
22079 * builtins.c (fold_builtin): Only fold non-trapping square
22080 roots unless we're ignoring errno and trapping math.
22081
22082 2003-01-15 John David Anglin <dave.anglin@nrc.gc.ca>
22083
22084 * expr.h (emit_conditional_add): Add PARAMS to declaration.
22085 * gengtype-lex.l (malloc, realloc): Move defines after include of
22086 system.h. Remove duplicate include of system.h.
22087
22088 2003-01-15 Roger Sayle <roger@eyesopen.com>
22089
22090 PR middle-end/9009
22091 * optabs.c (expand_unop): When manipulating the FP sign bit
22092 using integer operations, account for targets with different
22093 integer and FP word orders.
22094 (expand_abs): Likewise.
22095
22096 2003-01-15 David Edelsohn <edelsohn@gnu.org>
22097
22098 * config/rs6000/rs6000.c (rs6000_gen_section_name): Do not include
22099 file extension in section name.
22100
22101 2003-01-15 Richard Earnshaw <rearnsha@arm.com>
22102
22103 * flow.c (find_auto_inc): Also try to generate a PRE_MODIFY with
22104 constant offset.
22105
22106 2003-01-15 Richard Earnshaw <rearnsha@arm.com>
22107
22108 * arm.h (HAVE_PRE_MODIFY_DISP, HAVE_PRE_MODIFY_REG): Define.
22109 (HAVE_POST_MODIFY_DISP, HAVE_POST_MODIFY_REG): Define.
22110 (ARM_GO_IF_LEGITIMATE_ADDRESS): Handle pre/post-modify addresses.
22111 (ARM_PRINT_OPERAND_ADDRESS): Likewise.
22112
22113 2003-01-15 Jan Hubicka <jh@suse.cz>
22114
22115 PR f/9258
22116 * global.c (struct allocno): Add no_stack_reg.
22117 (global_conflicts): Set no_stack_reg.
22118 (find_reg): Use it.
22119
22120 * convert.c (convert_to_real): Fold - and abs only when profitable.
22121 * fold-const.c (fold): Fold truncates in - and abs.
22122
22123 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
22124
22125 Segher Boessenkool <segher@koffie.nl>
22126
22127 * predict.c (real_inv_br_prob_base): New variable.
22128 (propagate_freq): Use multiply by reciprocal instead of
22129 division. Don't divide by 1.0 at all.
22130 (estimate_bb_frequencies): Similar.
22131
22132 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
22133
22134 * configure.in (libgcc_visibility): Force disabled on IRIX 6 too.
22135 * configure: Rebuilt.
22136
22137 2003-01-15 Hartmut Penner <hpenner@de.ibm.com>
22138
22139 * config/s390/s390.c (s390_safe_attr_type): New function.
22140 (s390_use_dfa_pipeline_interface): New function, return true for z900.
22141 (s390_issue_rate): New function.
22142 (s390_agen_dep_p): New function.
22143 (addr_generation_dependency_p): Use 's390_safe_attr_type'.
22144 (s390_adjust_cost): Return 'cost' if new DFA is used.
22145 (s390_adjust_priority): Delete function.
22146 * config/s390/s390-protos.h: (s390_agen_dep_p): New prototype.
22147 * config/s390/s390.md (atype attribute): Attribute 'atype' default
22148 determined by 'op_type'.
22149 (type attribute): Added more type attributes.
22150 * config/s390/2064.md: New DFA description for z900 pipeline.
22151
22152 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
22153
22154 * config/i386/i386.c (ix86_expand_vector_move): Validize constant
22155 forced to memory. Fixes PR bootstrap/9036.
22156
22157 * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Define so as
22158 to set $gp before the call.
22159
22160 2003-01-14 Richard Henderson <rth@redhat.com>
22161
22162 * config/alpha/alpha.c (alpha_expand_mov): Use correct mode
22163 for force_const_mem.
22164
22165 2003-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
22166
22167 * genattr.c (main): Rearrange output to avoid prototype warning.
22168 * genautomata.c (transform_3): Fix ambiguous-else warning.
22169 * local-alloc.c (requires_inout): Add parentheses around
22170 assignment used as truth-value.
22171 * timevar.c: Move system includes above local includes. Include
22172 toplev.h
22173 * Makefile.in (timevar.o): Depend on toplev.h.
22174
22175 2003-01-14 Denis Chertykov <denisc@overta.ru>
22176
22177 * config/ip2k/ip2k.h (VALID_MACHINE_DECL_ATTRIBUTE): Remove.
22178 (VALID_MACHINE_TYPE_ATTRIBUTE): Remove.
22179
22180 * config/ip2k/ip2k.c (ip2k_attribute_table): New table of
22181 attributes.
22182 (TARGET_ATTRIBUTE_TABLE): New macro.
22183 (valid_machine_type_attribute): Remove.
22184 (valid_machine_decl_attribute): Remove.
22185 (ip2k_handle_progmem_attribute): New function.
22186 (ip2k_handle_fndecl_attribute): New function.
22187
22188 2003-01-10 Andrew Haley <aph@redhat.com>
22189
22190 * config/i386/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Rename
22191 registers to be in correct order. Add rip.
22192
22193 2003-01-14 Kazu Hirata <kazu@cs.umass.edu>
22194
22195 * config/h8300/h8300.md (*andsi3_lshiftrt_9_sb): New.
22196 (*iorsi3_and_lshiftrt_9_sb): Likewise.
22197
22198 2003-01-14 Jan Hubicka <jh@suse.cz>
22199
22200 * convert.c (strip_float_extensions): Look for narrowest type handling
22201 FP constants.
22202
22203 * fold-const.c (fold): Fold (double)float1 CMP (double)float2 into
22204 float1 CMP float2.
22205 * convert.c (strip_float_extensions): Make global.
22206 * tree.h (strip_float_extensions): Declare.
22207
22208 2003-01-14 Gabriel Dos Reis <gdr@integrable-solutions.net>
22209
22210 * timevar.def: define TV_NAME_LOOKUP.
22211 * timevar.c (timevar_pop): Be verbose when aborting.
22212
22213 2003-01-13 Andreas Schwab <schwab@suse.de>
22214
22215 * Makefile.in ($(parsedir)/gengtype-lex.c): Don't change to
22216 $(parsedir), just move the temporary file at the end.
22217 ($(parsedir)/gengtype-yacc.c): Likewise.
22218
22219 2003-01-13 Alexandre Oliva <aoliva@redhat.com>
22220
22221 * aclocal.m4 (gcc_AC_PROG_GNAT): Don't try to prepend
22222 ${ac_tool_prefix} to ADAC or CC. Protect them from word
22223 splitting.
22224 * configure: Rebuilt.
22225
22226 2003-01-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
22227
22228 * config/sparc/gmon-sol2.c (moncontrol, monstartup, _mcleanup,
22229 internal_mcount): Don't use PARAMS.
22230 (monstartup, _mcleanup, internal_mcount, moncontrol): Convert to
22231 ISO C style.
22232 (internal_mcount): Use __attribute__, not ATTRIBUTE_UNUSED.
22233
22234 2003-01-13 Andreas Schwab <schwab@suse.de>
22235
22236 * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Output type
22237 directive.
22238
22239 2003-01-13 Kazu Hirata <kazu@cs.umass.edu>
22240
22241 * config/h8300/h8300.md (*andsi3_lshift_n_sb): New.
22242 (*iorsi3_and_lshiftrt_n_sb): Likewise.
22243
22244 2003-01-12 Mark Mitchell <mark@codesourcery.com>
22245
22246 PR c++/9264
22247 * c-lex.c (c_lex): Set the token value to error_mark_node for
22248 invalid numeric constants.
22249
22250 2003-01-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
22251
22252 * c-pch.c (asm_file_startpos): Change to `long'.
22253 (pch_init): Use ftell, not ftello.
22254 (c_common_write_pch): Use ftell/fseek, not ftello/fseeko.
22255 Use `long' instead of `off_t'.
22256 (c_common_read_pch): Likewise.
22257 * ggc-common.c (gt_pch_save): Use long/ftell instead of
22258 off_t/ftello.
22259
22260 2003-01-12 Alan Modra <amodra@bigpond.net.au>
22261
22262 * expr.c (expand_expr <RDIV_EXPR>): Correct recursive call args.
22263
22264 2003-01-11 Richard Earnshaw (rearnsha@arm.com)
22265
22266 * arm-protos.h (struct cpp_reader): Add declaration.
22267
22268 2003-01-11 Jan Hubicka <jh@suse.cz>
22269
22270 PR target/9068
22271 * i386.c (output_fp_compare): Fix typo.
22272
22273 2003-01-10 David Edelsohn <edelsohn@gnu.org>
22274
22275 * config/rs6000/rs6000.c (common_mode_defined): Mark for PCH.
22276
22277 2003-01-10 Geoffrey Keating <geoffk@apple.com>
22278
22279 * Makefile.in (parsedir): New variable.
22280 (docobjdir): New variable.
22281 (c-parse.o, c-parse.c, c-parse.y, gengtype-lex.o, gengtype-yacc.o,
22282 gengtype-lex.c, gengtype-yacc.c): Use parsedir.
22283 (info, cpp.info, gcc.info, gccint.info, gccinstall.info,
22284 cppinternals.info, generated-manpages, gcov.1, cpp.1, gcc.1, gfdl.7,
22285 gpl.7, fsf-funding.7, maintainer-clean, install-info, install-man):
22286 Use docobjdir.
22287 * objc/Make-lang.in (objc/objc-parse.c, objc/objc-parse.y,
22288 objc.maintainer-clean): Use parsedir.
22289
22290 * varasm.c (struct constant_descriptor_rtx): Remove unused
22291 `label' field.
22292
22293 * toplev.c (documented_lang_options): Document -Winvalid-pch.
22294
22295 2003-01-10 Richard Henderson <rth@redhat.com>
22296
22297 * config/alpha/alpha.h (NO_PROFILE_COUNTERS): Set.
22298 (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Kill.
22299
22300 2003-01-10 Richard Henderson <rth@redhat.com>
22301
22302 * combine.c (make_compound_operation): Use SCALAR_INT_MODE_P,
22303 not INTEGRAL_MODE_P when widening extensions.
22304
22305 2003-01-10 Richard Henderson <rth@redhat.com>
22306
22307 * config/alpha/alpha.c (decl_has_samegp): True for !TREE_PUBLIC.
22308
22309 2003-01-10 Geoffrey Keating <geoffk@apple.com>
22310
22311 * ggc-page.c (ggc_collect): Avoid overflow computing
22312 min_expand.
22313
22314 * Makefile.in (RANLIB_FOR_TARGET): Use RANLIB when native.
22315 (RANLIB_TEST_FOR_TARGET): Delete. Don't pass down to sub-makes.
22316 Remove calls.
22317 * mklibgcc.in: Remove uses of RANLIB_TEST_FOR_TARGET.
22318
22319 2003-01-10 Jan Hubicka <jh@suse.cz>
22320
22321 * ifcvt.c (noce_try_addcc): Do not call emit_conditional_add
22322 with weird operands.
22323
22324 2003-01-10 Dale Johannesen <dalej@apple.com>
22325
22326 * calls.c (load_register_parameters): Add is_sibcall, sibcall_failure
22327 parameters. Call check_sibcall_argument_overlap if indicated.
22328 (check_sibcall_argument_overlap): Add mark_stored_args_map
22329 parameter. Don't mark parameter area as clobbered if not set.
22330 (expand_call): Adjust calls to above.
22331
22332 2003-01-10 Kelley Cook <kelleycook@comcast.net>
22333
22334 * configure.in (linker read-only and read-write section mixing):
22335 Squelch some assembler warnings.
22336 * configure: Likewise.
22337
22338 2003-01-10 Hartmut Penner <hpenner@de.ibm.com>
22339
22340 * doc/invoke.texi: Document -mtune, delete -mcpu
22341 option for S/390 and zSeries.
22342 * config/s390/s390.c (s390_tune_string) New variable.
22343 (s390_cpu_string) Delete variable.
22344 (override_options): Use s390_tune_string instead of
22345 s390_cpu_string.
22346 * config/s390/s390.h: (TARGET_OPTIONS) '-mtune' instead of '-mcpu'.
22347
22348 2003-01-10 Kazu Hirata <kazu@cs.umass.edu>
22349
22350 * config/h8300/h8300.md (*iorsi3_ashift_31): New.
22351
22352 2003-01-10 Josef Zlomek <zlomekj@suse.cz>
22353
22354 * jump.c (next_nonnote_insn_in_loop): New function.
22355 (copy_loop_headers): Use next_nonnote_insn_in_loop instead of
22356 next_nonnote_insn.
22357 (duplicate_loop_exit_test). Likewise.
22358
22359 2003-01-09 Geoffrey Keating <geoffk@apple.com>
22360
22361 Merge from pch-branch:
22362
22363 2003-01-06 Geoffrey Keating <geoffk@apple.com>
22364
22365 * ggc-page.c (ggc_pch_read): Update the statistics after a PCH
22366 load.
22367
22368 2002-12-24 Geoffrey Keating <geoffk@apple.com>
22369
22370 * cpplib.c (count_registered_pragmas): New function.
22371 (save_registered_pragmas): New function.
22372 (_cpp_save_pragma_names): New function.
22373 (restore_registered_pragmas): New function.
22374 (_cpp_restore_pragma_names): New function.
22375 * cpphash.h (_cpp_save_pragma_names): Prototype.
22376 (_cpp_restore_pragma_names): Likewise.
22377 * cpppch.c (struct save_macro_item): Split from save_macro_data.
22378 (struct save_macro_data): New field 'saved_pragmas'.
22379 (save_macros): Update for changes to struct save_macro_data.
22380 (cpp_prepare_state): Call _cpp_save_pragma_names, update
22381 for changes to struct save_macro_data.
22382 (cpp_read_state): Call _cpp_restore_pragma_names, update
22383 for changes to struct save_macro_data.
22384
22385 * cpppch.c (cpp_read_state): Restore the hashtable references
22386 in the cpp_reader.
22387
22388 * tree.h (built_in_decls): Mark for PCH.
22389
22390 * dbxout.c (lastfile): Don't mark for PCH.
22391
22392 * ggc.h: Document PCH calls into memory managers.
22393
22394 2002-12-18 Geoffrey Keating <geoffk@apple.com>
22395
22396 * doc/invoke.texi (Precompiled Headers): Document the
22397 directory form of PCH.
22398 * cppfiles.c (validate_pch): New function.
22399 (open_file_pch): Search suitably-named directories for PCH files.
22400
22401 2002-12-14 Geoffrey Keating <geoffk@apple.com>
22402
22403 * doc/gty.texi (GTY Options): Document chain_next, chain_prev,
22404 reorder options.
22405 (Type Information): Mention that the information is also
22406 used to implement PCH.
22407 * doc/passes.texi (Passes): Improve documentation of
22408 language-specific files.
22409
22410 2002-12-11 Geoffrey Keating <geoffk@apple.com>
22411
22412 * gengtype.c (struct write_types_data): Add reorder_note_routine field.
22413 (struct walk_type_data): Add reorder_fn field.
22414 (walk_type): Process 'reorder' option.
22415 (write_types_process_field): Reorder parameters to gt_pch_note_object,
22416 call reorder_note_routine.
22417 (write_func_for_structure): Reorder parameters to gt_pch_note_object.
22418 (ggc_wtd): Update for change to struct write_types_data.
22419 (pch_wtd): Likewise.
22420 * ggc.h (gt_pch_note_object): Reorder parameters.
22421 (gt_handle_reorder): New definition.
22422 (gt_pch_note_reorder): New prototype.
22423 * ggc-common.c (struct ptr_data): Add reorder_fn.
22424 (gt_pch_note_object): Reorder parameters.
22425 (gt_pch_note_reorder): New.
22426 (gt_pch_save): Call reorder_fn.
22427 * stringpool.c (gt_pch_n_S): Update for change to gt_pch_note_object.
22428
22429 * dbxout.c (cwd): Don't mark for PCH.
22430
22431 2002-12-09 Geoffrey Keating <geoffk@apple.com>
22432
22433 * gengtype.c (finish_root_table): Fix some warnings.
22434 (write_root): Handle TYPE_STRING.
22435 * ggc.h (gt_ggc_m_S): Add prototype.
22436 * stringpool.c (gt_ggc_m_S): New function.
22437
22438 2002-11-30 Geoffrey Keating <geoffk@apple.com>
22439
22440 * dwarf2out.c (dw2_string_counter): New.
22441 (AT_string_form): Use it.
22442 (same_dw_val_p): Update for removal of hashtable.h hash tables.
22443
22444 2002-11-22 Geoffrey Keating <geoffk@apple.com>
22445
22446 * dbxout.c: Include gt-dbxout.h.
22447 (lastfile): Mark for PCH/GGC.
22448 (cwd): Likewise.
22449 (struct typeinfo): Likewise.
22450 (typevec): Likewise.
22451 (typevec_len): Likewise.
22452 (next_type_number): Likewise.
22453 (struct dbx_file): Likewise.
22454 (current_file): Likewise.
22455 (next_file_number): Likewise.
22456 (dbxout_init): Allocate typevec, struct dbx_file with GGC.
22457 (dbxout_start_source_file): Allocate struct dbx_file with GGC.
22458 (dbxout_end_source_file): Don't free struct dbx_file.
22459 (dbxout_type): Use GGC to allocate typevec.
22460 * Makefile.in (dbxout.o): Depend on gt-dbxout.h, $(GGC_H).
22461 (GTFILES): Add dbxout.c.
22462 (gt-dbxout.h): New rule.
22463
22464 * Makefile.in (c-pch.o): Add debug.h as dependency.
22465 * c-pch.c: Include debug.h.
22466 (pch_init): Call start_source_file to keep nesting right.
22467 (c_common_read_pch): Add orig_name parameter. Call
22468 start_source_file debug hook. Call end_source_file debug hook.
22469 * c-common.h (c_common_read_pch): Update prototype.
22470 * cpplib.h (struct cpp_callbacks): Add fourth field to read_pch
22471 callback.
22472 * cppfiles.c (struct include_file): Add new field `header_name'.
22473 (find_or_create_entry): Default it to `name'.
22474 (open_file_pch): Set it to the original header file searched for.
22475 (stack_include_file): Don't stack an empty buffer, just handle
22476 PCH files immediately. Pass header_name field to read_pch callback.
22477
22478 2002-11-19 Geoffrey Keating <geoffk@apple.com>
22479
22480 * function.c (funcdef_no): Mark to be saved in a PCH.
22481
22482 2002-11-15 Geoffrey Keating <geoffk@apple.com>
22483
22484 * ggc-page.c (ggc_pch_read): Remove unused 'bmap_size'.
22485
22486 * cpppch.c (cpp_read_state): Correct size reallocated for 'defn'.
22487
22488 2002-11-14 Geoffrey Keating <geoffk@apple.com>
22489
22490 * optabs.h (code_to_optab): Add GTY marker.
22491
22492 2002-11-13 Geoffrey Keating <geoffk@apple.com>
22493
22494 * Makefile.in (GTFILES): Add cpplib.h.
22495 * c-common.h (struct c_common_identifier): Don't skip 'node' field.
22496 * c-decl.c (build_compound_literal): Don't use var_labelno.
22497 * cpplib.h (struct cpp_hashnode): Use gengtype to mark.
22498 * dwarf2asm.c (dw2_force_const_mem): Don't use const_labelno.
22499 * varasm.c (const_labelno): Use gengtype to mark.
22500 (var_labelno): Likewise.
22501 (in_section): Likewise.
22502 (in_named_name): Likewise.
22503 (struct in_named_entry): Likewise.
22504 (in_named_htab): Likewise.
22505 (set_named_section_flags): Use GGC to allocate struct in_named_entry.
22506 (init_varasm_once): Use GGC to allocate in_named_htab.
22507 * config/darwin.c (current_pic_label_num): Mark for PCH.
22508
22509 2002-11-11 Geoffrey Keating <geoffk@apple.com>
22510
22511 * ggc-simple.c (init_ggc_pch): New stub procedure.
22512 (ggc_pch_count_object): Likewise.
22513 (ggc_pch_total_size): Likewise.
22514 (ggc_pch_this_base): Likewise.
22515 (ggc_pch_alloc_object): Likewise.
22516 (ggc_pch_prepare_write): Likewise.
22517 (ggc_pch_write_object): Likewise
22518 (ggc_pch_finish): Likewise.
22519 (ggc_pch_read): Likewise.
22520
22521 2002-11-08 Geoffrey Keating <geoffk@apple.com>
22522
22523 * c-pch.c (c_common_write_pch): Write the macro definitions after
22524 the GCed data.
22525 (c_common_read_pch): Call cpp_prepare_state. Restore the macro
22526 definitions after the GCed data.
22527 * cpplib.c (save_macros): New.
22528 (reset_ht): New.
22529 (cpp_write_pch_deps): Split out of cpp_write_pch.
22530 (cpp_write_pch_state): Split out of cpp_write_pch.
22531 (cpp_write_pch): Delete.
22532 (struct save_macro_data): Delete.
22533 (cpp_prepare_state): New.
22534 (cpp_read_state): Erase and restore initial macro definitions.
22535 * cpplib.h (struct save_macro_data): Forward-declare.
22536 (cpp_write_pch_deps): Prototype.
22537 (cpp_write_pch_state): Prototype.
22538 (cpp_write_pch): Delete prototype.
22539 (cpp_prepare_state): Prototype.
22540 (cpp_read_state): Add fourth argument.
22541
22542 2002-11-04 Geoffrey Keating <geoffk@apple.com>
22543
22544 * gengtype.c (adjust_field_rtx_def): Don't use skip on valid fields.
22545 (write_array): Remove warning.
22546
22547 * gengtype.c (contains_scalar_p): New.
22548 (finish_root_table): Add the table to all languages, even if it's
22549 empty.
22550 (write_roots): Output gt_pch_scalar_rtab.
22551 * ggc-common.c (gt_pch_save): Write out scalars.
22552 (gt_pch_restore): Read scalars back.
22553
22554 * ggc-page.c (OBJECTS_IN_PAGE): New macro.
22555 (struct page_entry): Delete pch_page field.
22556 (ggc_recalculate_in_use_p): Use OBJECTS_IN_PAGE.
22557 (clear_marks): Likewise.
22558 (sweep_pages): Likewise.
22559 (poison_pages): Likewise.
22560 (ggc_print_statistics): Likewise.
22561 (ggc_pch_read): Don't free objects read from a PCH.
22562 Properly set up in_use_p and page_tails.
22563
22564 2002-10-25 Geoffrey Keating <geoffk@apple.com>
22565
22566 * gengtype.c (struct write_types_data): New.
22567 (struct walk_type_data): Make `cookie' const; add extra
22568 prev_val item; add `orig_s' field.
22569 (walk_type): Update prev_val[3].
22570 (write_types_process_field): New.
22571 (write_func_for_structure): Take write_types_data structure.
22572 (write_types): New.
22573 (ggc_wtd): New.
22574 (pch_wtd): New.
22575 (write_types_local_process_field): New.
22576 (gc_mark_process_field): Delete.
22577 (write_local_func_for_structure): New.
22578 (gc_mark_func_name): Delete.
22579 (write_gc_types): Delete.
22580 (write_local): New.
22581 (finish_root_table): Don't include 'ggc_' in PFX.
22582 (write_root): Rename from write_root. Fill pchw field of structures.
22583 (write_array): New.
22584 (write_roots): Rename from write_gc_roots. Split out to write_array.
22585 Update to changes to other routines. Write gt_pch_cache_rtab table.
22586 (main): Write PCH walking routines.
22587 * ggc-common.c: Include toplev.h, sys/mman.h.
22588 (ggc_mark_roots): For cache hashtables, also mark the hash table
22589 and the array of entries.
22590 (saving_htab): New.
22591 (struct ptr_data): New.
22592 (POINTER_HASH): New.
22593 (gt_pch_note_object): New.
22594 (saving_htab_hash): New.
22595 (saving_htab_eq): New.
22596 (struct traversal_state): New.
22597 (call_count): New.
22598 (call_alloc): New.
22599 (compare_ptr_data): New.
22600 (relocate_ptrs): New.
22601 (write_pch_globals): New.
22602 (struct mmap_info): New.
22603 (gt_pch_save): New.
22604 (gt_pch_restore): New.
22605 * ggc-page.c (ROUND_UP_VALUE): New.
22606 (ROUND_UP): New.
22607 (struct page_entry): Add field `pch_page'.
22608 (init_ggc): Use ROUND_UP.
22609 (struct ggc_pch_data): Declare.
22610 (init_ggc_pch): New.
22611 (ggc_pch_count_object): New.
22612 (ggc_pch_total_size): New.
22613 (ggc_pch_this_base): New.
22614 (ggc_pch_alloc_object): New.
22615 (ggc_pch_prepare_write): New.
22616 (ggc_pch_write_object): New.
22617 (ggc_pch_finish): New.
22618 (ggc_pch_read): New.
22619 * ggc.h (gt_pointer_operator): New.
22620 (gt_note_pointers): New.
22621 (gt_pch_note_object): New prototype.
22622 (gt_pointer_walker): New.
22623 (struct ggc_root_tab): Use gt_pointer_walker, add `pchw' field.
22624 (LAST_GGC_ROOT_TAB): Update.
22625 (gt_pch_cache_rtab): Declare.
22626 (gt_pch_scalar_rtab): Declare.
22627 (struct ggc_cache_tab): Use gt_pointer_walker, add `pchw' field.
22628 (LAST_GGC_CACHE_TAB): Update.
22629 (gt_pch_save_stringpool): Declare.
22630 (gt_pch_restore_stringpool): Declare.
22631 (gt_pch_p_S): Declare.
22632 (gt_pch_n_S): Declare.
22633 (struct ggc_pch_data): Forward-declare.
22634 (init_ggc_pch): Declare.
22635 (ggc_pch_count_object): Declare.
22636 (ggc_pch_total_size): Declare.
22637 (ggc_pch_this_base): Declare.
22638 (ggc_pch_alloc_object): Declare.
22639 (ggc_pch_prepare_write): Declare.
22640 (ggc_pch_write_object): Declare.
22641 (ggc_pch_finish): Declare.
22642 (ggc_pch_read): Declare.
22643 (gt_pch_save): Declare.
22644 (gt_pch_restore): Declare.
22645 * fold-const.c (size_int_type_wide): Allocate size_htab using GGC.
22646 * emit-rtl.c (init_emit_once): Allocate const_int_htab,
22647 const_double_htab, mem_attrs_htab using GGC.
22648 * c-pch.c: Include ggc.h.
22649 (pch_init): Allow reading PCH file back.
22650 (c_common_write_pch): Call gt_pch_save.
22651 (c_common_read_pch): Call gt_pch_restore.
22652 * c-parse.in (init_reswords): Delete now-untrue comment.
22653 Allocate ridpointers using GGC.
22654 * c-objc-common.c (c_objc_common_finish_file): Write PCH before
22655 calling expand_deferred_fns.
22656 * c-common.h (ridpointers): Mark for GTY machinery.
22657 * Makefile.in (stringpool.o): Update dependencies.
22658 (c-pch.o): Update dependencies.
22659 (ggc-common.o): Update dependencies.
22660 * stringpool.c: Include gt-stringpool.h.
22661 (gt_pch_p_S): New.
22662 (gt_pch_n_S): New.
22663 (struct string_pool_data): New.
22664 (spd): New.
22665 (gt_pch_save_stringpool): New.
22666 (gt_pch_restore_stringpool): New.
22667 * tree.c (init_ttree): Make type_hash_table allocated using GC.
22668
22669 2002-10-04 Geoffrey Keating <geoffk@apple.com>
22670
22671 * gengtype.c (adjust_field_rtx_def): Don't pass size_t to printf.
22672 (output_mangled_typename): Don't pass size_t to printf.
22673
22674 * tree.h (union tree_type_symtab): Add tag to `address' field.
22675 (union tree_decl_u2): Add tag to 'i' field.
22676 * varasm.c (union rtx_const_un): Add tags to all fields.
22677 * gengtype.c (struct walk_type_data): New.
22678 (output_escaped_param): Take struct walk_type_data parameter.
22679 (write_gc_structure_fields): Delete.
22680 (walk_type): New.
22681 (write_gc_marker_routine_for_structure): Delete.
22682 (write_func_for_structure): New.
22683 (gc_mark_process_field): New.
22684 (gc_mark_func_name): New.
22685 (gc_counter): Delete.
22686 (write_gc_types): Use write_func_for_structure.
22687 (write_gc_roots): Use walk_type.
22688
22689 2002-10-02 Geoffrey Keating <geoffk@apple.com>
22690
22691 * ggc-common.c (ggc_mark_roots): Delete 'x'.
22692 (ggc_splay_dont_free): Fix warning about unused 'x'.
22693 (ggc_print_common_statistics): Remove warnings.
22694
22695 2002-10-01 Mike Stump <mrs@apple.com>
22696
22697 * ggc-common.c (ggc_splay_alloc): Actually return the allocated area.
22698 * gengtype.c (write_gc_structure_fields): Handle param[digit]_is.
22699
22700 2002-09-01 Geoffrey Keating <geoffk@redhat.com>
22701 Catherine Moore <clm@redhat.com>
22702
22703 * Makefile (c-pch.o): Update dependencies.
22704 (LIBCPP_OBJS): Add cpppch.o.
22705 (cpppch.o): New.
22706 * c-common.c (c_common_init): Don't call pch_init here.
22707 * c-common.h (c_common_read_pch): Update prototype.
22708 * c-lex.c (c_common_parse_file): Call pch_init here.
22709 * c-opts.c (COMMAND_LINE_OPTIONS): Add -Winvalid-pch, -fpch-deps.
22710 (c_common_decode_option): Handle them.
22711 * c-pch.c: Include c-pragma.h.
22712 (save_asm_offset): Delete.
22713 (pch_init): Move contents of save_asm_offset into here, call
22714 cpp_save_state.
22715 (c_common_write_pch): Call cpp_write_pch.
22716 (c_common_valid_pch): Warn only when -Winvalid-pch. Call
22717 cpp_valid_state.
22718 (c_common_read_pch): Add NAME parameter. Call cpp_read_state.
22719 * cppfiles.c (stack_include_file): Update for change to
22720 parameters of cb.read_pch.
22721 * cpphash.h (struct cpp_reader): Add `savedstate' field.
22722 * cpplib.h (struct cpp_options): Add `warn_invalid_pch' and
22723 `restore_pch_deps' fields.
22724 (struct cpp_callbacks): Add NAME parameter to `read_pch'.
22725 (cpp_save_state): Prototype.
22726 (cpp_write_pch): Prototype.
22727 (cpp_valid_state): Prototype.
22728 (cpp_read_state): Prototype.
22729 * cpppch.c: New file.
22730 * flags.h (version_flag): Remove prototype.
22731 * mkdeps.c (deps_save): New.
22732 (deps_restore): New.
22733 * mkdeps.h (deps_save): Prototype.
22734 (deps_restore): Prototype.
22735 * toplev.c (late_init_hook): Delete.
22736 (version_flag): Make static again.
22737 (compile_file): Don't call late_init_hook.
22738 * toplev.h (late_init_hook): Delete.
22739 * doc/cppopts.texi: Document -fpch-deps.
22740 * doc/invoke.texi (Warning Options): Document -Winvalid-pch.
22741
22742 2002-08-27 Geoffrey Keating <geoffk@redhat.com>
22743
22744 * c-pch.c (c_common_write_pch): Rename from c_write_pch, change
22745 callers.
22746 (c_common_valid_pch): Rename from c_valid_pch, change callers.
22747 (c_common_read_pch): Rename from c_read_pch, change callers.
22748
22749 * c-opts.c (COMMAND_LINE_OPTIONS): Allow -output-pch= to have
22750 a space between it and its argument.
22751
22752 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
22753
22754 * c-pch.c: New file.
22755 * toplev.h (late_init_hook): Declare.
22756 * toplev.c (late_init_hook): Define.
22757 (version_flag): Make globally visible.
22758 (compile_file): Call late_init_hook.
22759 (init_asm_output): Make output file seekable.
22760 * gcc.c (default_compilers): Update c-header rule.
22761 * flags.h (version_flag): Declare.
22762 * cpplib.h (struct cpp_callbacks): Add 'valid_pch' and 'read_pch'
22763 fields.
22764 * cppfiles.c (struct include_file): Add 'pch' field.
22765 (INCLUDE_PCH_P): New.
22766 (open_file_pch): New.
22767 (stack_include_file): Handle PCH files specially.
22768 (find_include_file): Call open_file_pch instead of open_file.
22769 (_cpp_read_file): Explain why open_file is used instead of
22770 open_file_pch.
22771 * c-opts.c (c_common_decode_option): Correct OPT__output_pch case.
22772 * c-objc-common.c (c_objc_common_finish_file): Call c_write_pch.
22773 * c-lex.c (init_c_lex): Set valid_pch and read_pch fields
22774 in cpplib callbacks.
22775 * c-common.c (pch_file): Correct comment.
22776 (allow_pch): Define.
22777 (c_common_init): Call pch_init.
22778 * c-common.h (allow_pch): Declare.
22779 (pch_init): Declare.
22780 (c_valid_pch): Declare.
22781 (c_read_pch): Declare.
22782 (c_write_pch): Declare.
22783 * Makefile.in (c-pch.o): New.
22784 (C_AND_OBJC_OBJS): Add c-pch.o.
22785 * doc/invoke.texi (Precompiled Headers): Add index entries,
22786 complete truncated paragraph.
22787
22788 2002-08-17 Geoffrey Keating <geoffk@redhat.com>
22789
22790 * c-common.c: (pch_file): Define.
22791 * c-common.h (pch_file): Declare.
22792 * c-opts.c (COMMAND_LINE_OPTIONS): Add --output-pch=.
22793 (missing_arg): Require --output-pch= to have an argument.
22794 (c_common_decode_option): Handle --output-pch=.
22795 * gcc.c: Document new %V.
22796 (default_compilers): Handle compiling C header files.
22797 (do_spec_1): Implement %V.
22798 (main): Handle "gcc foo.h" without trying to run linker.
22799 * doc/invoke.texi (Invoking GCC): Add new menu item for PCH.
22800 (Overall Options): Document what the driver does with header files,
22801 document new -x option possibilities.
22802 (Invoking G++): More documentation for PCH.
22803 (Precompiled Headers): New.
22804
22805 2002-08-09 Geoffrey Keating <geoffk@redhat.com>
22806
22807 * ggc.h: Don't include varray.h. Rearrange functions to be more
22808 organized.
22809 (ggc_add_root): Delete.
22810 (ggc_mark_rtx): Delete.
22811 (ggc_mark_tree): Delete.
22812 (struct ggc_statistics): Remove contents.
22813 * ggc-common.c: Remove unneeded includes.
22814 (struct ggc_root): Delete.
22815 (roots): Delete.
22816 (ggc_add_root): Delete.
22817 (ggc_mark_roots): Don't mark `roots'. Call ggc_mark_stringpool.
22818 (ggc_print_common_statistics): Remove most of the contents.
22819 * Makefile.in (GGC_H): No longer uses varray.h.
22820 (ggc-common.o): Update dependencies.
22821 (c-parse.o): Add varray.h to dependencies.
22822 (c-common.o): Add varray.h.
22823 * stringpool.c (mark_ident): Use mangled name for tree marker routine.
22824 (mark_ident_hash): Rename to ggc_mark_stringpool.
22825 (init_stringpool): Don't use ggc_add_root.
22826 * c-parse.in: Include varray.h.
22827 * c-common.c: Include varray.h.
22828 * objc/Make-lang.in (objc-act.o): Add varray.h.
22829 * objc/objc-act.c: Include varray.h.
22830
22831 2002-07-25 Geoffrey Keating <geoffk@redhat.com>
22832
22833 * dwarf2out.c (dw_cfi_oprnd2_desc): Fix ISO-only function definition.
22834 (dw_cfi_oprnd1_desc): Likewise.
22835
22836 2002-07-17 Geoffrey Keating <geoffk@redhat.com>
22837
22838 * config/alpha/alpha.c (struct alpha_links): Use gengtype to mark;
22839 move out of ifdef.
22840 (alpha_links): Use gengtype to mark; move out of ifdef.
22841 (mark_alpha_links_node): Delete.
22842 (mark_alpha_links): Delete.
22843 (alpha_need_linkage): Use GGC to allocate splay tree, struct
22844 alpha_links, strings. Don't use ggc_add_root.
22845 * ggc-common.c (ggc_splay_alloc): New.
22846 (ggc_splay_dont_free): New.
22847 * ggc.h (ggc_mark_rtx): Update for changed name mangling.
22848 (ggc_mark_tree): Likewise.
22849 (splay_tree_new_ggc): New.
22850 (ggc_splay_alloc): Declare.
22851 (ggc_splay_dont_free): Declare.
22852 * dwarf2asm.c: Include gt-dwarf2asm.h.
22853 (mark_indirect_pool_entry): Delete.
22854 (mark_indirect_pool): Delete.
22855 (indirect_pool): Use gengtype to mark.
22856 (dw2_force_const_mem): Don't use ggc_add_root.
22857 * Makefile.in (dwarf2asm.o): Depend on gt-dwarf2asm.h.
22858 (GTFILES): Add SPLAY_TREE_H, dwarf2asm.c.
22859 (gt-dwarf2asm.h): Depend on s-gtype.
22860
22861 2002-07-08 Geoffrey Keating <geoffk@redhat.com>
22862
22863 * tree.h (union tree_type_symtab): Mark `die' field.
22864 * Makefile.in (dwarf2out.o): Update dependencies.
22865 * dwarf2out.c: Use GGC to allocate all structures. Convert to htab_t
22866 hash tables.
22867 (dw_cfi_oprnd1_desc): New function.
22868 (dw_cfi_oprnd2_desc): New function.
22869 (indirect_string_alloc): Delete.
22870 (debug_str_do_hash): New function.
22871 (debug_str_eq): New function.
22872 (mark_limbo_die_list): Delete.
22873 (dwarf2out_init): Don't call ggc_add_root.
22874
22875 2003-01-09 Vladimir Makarov <vmakarov@redhat.com>
22876
22877 The following changes are merged from itanium-sched-branch:
22878
22879 2003-01-08 David Edelsohn <edelsohn@gnu.org>
22880
22881 * doc/md.texi: Clarify assignment of units to automata description.
22882
22883 2003-01-08 Vladimir Makarov <vmakarov@redhat.com>
22884
22885 * genautomata.c (unit_decl): Remove members
22886 `the_same_automaton_unit' and
22887 `the_same_automaton_message_reported_p'.
22888 (process_unit_to_form_the_same_automaton_unit_lists,
22889 form_the_same_automaton_unit_lists_from_regexp,
22890 form_the_same_automaton_unit_lists, the_same_automaton_lists):
22891 Remove them.
22892 (annotation_message_reported_p): New global variable.
22893 (check_unit_distribution_in_reserv,
22894 check_regexp_units_distribution): New functions.
22895 (check_unit_distributions_to_automata): Rewrite it.
22896
22897 2003-01-04 Vladimir Makarov <vmakarov@redhat.com>
22898
22899 * genautomata.c (form_the_same_automaton_unit_lists_from_regexp):
22900 Use continue instead of break if cycle is too big.
22901
22902 2002-12-20 Vladimir Makarov <vmakarov@redhat.com>
22903
22904 * genautomata.c (check_unit_distributions_to_automata): Output at
22905 most one message for a unit.
22906 (process_unit_to_form_the_same_automaton_unit_lists): Check
22907 automaton of units instead of units themself.
22908
22909 * doc/md.texi: Describe the constraint about assigning unit to
22910 automata.
22911
22912 2002-12-20 Jan Hubicka <jH@suse.cz>
22913 Vladimir Makarov <vmakarov@redhat.com>
22914
22915 * genautomata.c (unit_decl): Add new members `min_occ_cycle_num'
22916 and `in_set_p'.
22917 (gen_cpu_unit): Initialize the new members.
22918 (process_regexp_cycles): Calculate minimal finish cycle too. Set
22919 up `min_occ_cycle_num'.
22920 (evaluate_max_reserv_cycles): Change the function call.
22921 (CLEAR_BIT): New macro.
22922 (states_union, state_shift): Use the mask.
22923 (initiate_excl_sets, form_reserv_sets_list): Set up `in_set_p'.
22924 (form_reservs_matter): New function.
22925 (make_automaton): Call the function and use the mask.
22926 (estimate_one_automaton_bound): Take `min_occ_cycle_num' into
22927 account.
22928
22929 2002-12-17 Vladimir Makarov <vmakarov@redhat.com>
22930
22931 * config/ia64/itanium2.md (lfetch): Change the insn reservation.
22932
22933 2002-12-17 Vladimir Makarov <vmakarov@redhat.com>
22934
22935 * config/ia64/ia64.c (bundling): Try to insert 2 nops for M insn
22936 for Itanium.
22937
22938 2002-12-17 Vladimir Makarov <vmakarov@redhat.com>
22939
22940 * config/ia64/ia64.c (ia64_override_options): Make itanium2 as
22941 default cpu.
22942
22943 2002-12-17 Vladimir Makarov <vmakarov@redhat.com>
22944 2002-10-31 Dale Johannesen <dalej@apple.com>
22945
22946 * haifa-sched.c (find_set_reg_weight): New function.
22947 (find_insn_reg_weight): Use the new function.
22948 (schedule_block): Do sorting ready queue always
22949 after insn issue.
22950
22951 2002-11-27 Vladimir Makarov <vmakarov@redhat.com>
22952
22953 * config/ia64/ia64.c (bundling): Use MFI template instead of MLX.
22954
22955 2002-11-19 Vladimir Makarov <vmakarov@redhat.com>
22956
22957 * haifa-sched.c (choice_entry): New structure.
22958 (choice_stack, cycle_issued_insns): New variables.
22959 (max_issue): Rewrite it.
22960 (choose_ready): Set up ready_try for unknown insns too.
22961 (schedule_block): Allocate and free choice_stack. Set up
22962 and modify cycle_issued_insns.
22963
22964 * config/ia64/ia64.c (issue_nops_and_insn): Combine insn issue
22965 with and without filling the bundle.
22966 (bundling): Combine calls of issue_nops_and_insn.
22967
22968 2002-10-17 Vladimir Makarov <vmakarov@redhat.com>
22969
22970 * config/ia64/itanium1.md: New file.
22971
22972 * config/ia64/itanium2.md: New file.
22973
22974 * config/ia64/ia64.md: Move DFA descriptions into the new files.
22975 Remove the old pipeline description.
22976
22977 * config/ia64/ia64.c (ia64_override_options): Add aliases of
22978 itanium processor names.
22979
22980 2002-10-16 Vladimir Makarov <vmakarov@redhat.com>
22981
22982 * config/ia64/ia64.c (bundling): Print states for Itanium2 too.
22983 (ia64_reorg): Set up queried unit codes for Itanium2 too.
22984
22985 * config/ia64/ia64.md: Add descriptions for Itanium2.
22986
22987 2002-10-08 Vladimir Makarov <vmakarov@redhat.com>
22988
22989 * config/ia64/ia64.h (processor_type): New enumeration.
22990 (ia64_tune, ia64_tune_string): New external declarations.
22991 (TARGET_OPTIONS): Add option `tune='.
22992
22993 * config/ia64/ia64.c (ia64_tune, ia64_tune_string): New global
22994 variables.
22995 (ia64_override_options): Set up `ia64_tune'.
22996 (ia64_sched_reorder2): Set up `clocks' only for Itanium.
22997 (ia64_dfa_new_cycle): Set up `add_cycles' only for Itanium.
22998 (bundling): Add nops for MM-insns only for Itanium.
22999 (ia64_reorg): Allocate and free `clocks' and `add_cycles' only for
23000 Itanium.
23001
23002 * config/ia64/ia64.md (cpu): New attribute.
23003 (DFA description): Enable it only for Itanium.
23004
23005 2002-10-08 Vladimir Makarov <vmakarov@redhat.com>
23006 Richard Henderson <rth@redhat.com>
23007
23008 * config/ia64/ia64.h (MASK_TUNE_STOP_BITS): Rename it to
23009 MASK_EARLY_STOP_BITS.
23010 (TARGET_TUNE_STOP_BITS): Rename it to TARGET_EARLY_STOP_BITS.
23011 (TARGET_SWITCHES): Rename option `tune-stop-bits' to
23012 `early-stop-bits'.
23013
23014 * config/ia64/ia64.c (ia64_dfa_new_cycle,
23015 final_emit_insn_group_barriers): Use TARGET_EARLY_STOP_BITS
23016 instead of TARGET_TUNE_STOP_BITS.
23017
23018 * doc/invoke.texi: Rename option `-mtune-stop-bits' to
23019 `-mearly-stop-bits'.
23020
23021 * config/ia64/ia64.c (automata_option "v"): Comment it.
23022
23023 2002-10-07 Vladimir Makarov <vmakarov@redhat.com>
23024
23025 * config/ia64/ia64.h (MASK_TUNE_STOP_BITS, TARGET_TUNE_STOP_BITS):
23026 New macros.
23027 (TARGET_SWITCHES): Add entries for the new option.
23028
23029 * config/ia64/ia64.c (dfa_stop_insn, last_scheduled_insn, rtx
23030 dfa_pre_cycle_insn, ia64_nop): Don't make them as roots for GC.
23031 (stops_p, stop_before_p, clocks_length, clocks, add_cycles): New
23032 global variables.
23033 (ia64_sched_reorder2): Set up `clocks'.
23034 (ia64_variable_issue): Set up `stops_p' and reset `stop_before_p'.
23035 (ia64_dfa_new_cycle): Set up add_cycle. Permit sorting ready
23036 queue when TARGET_TUNE_STOP_BITS.
23037 (bundling): Insert additional nops for MM-insns.
23038 (final_emit_insn_group_barriers): Add insertion of stop bits
23039 according `stops_p'.
23040 (ia64_reorg): Initiate the new varibales.
23041
23042 * doc/invoke.texi: Add description of option `-mtune-stop-bits'.
23043
23044 2002-10-02 Vladimir Makarov <vmakarov@redhat.com>
23045
23046 * haifa-sched.c (schedule_block): Modify INSN_TICK of depended
23047 insns at the end of block insn scheduling.
23048
23049 2002-09-30 Vladimir Makarov <vmakarov@redhat.com>
23050
23051 * sched-deps.c (remove_dependence, group_leader): Remove it.
23052 (add_dependence): Add dependence to group leader to.
23053 (set_sched_group_p): Add dependence to the first insn of the
23054 schedule group too.
23055 (sched_analyze_insn): Make dependence to jump as anti-dependence.
23056 Change true dependence by anti-dependence when
23057 `reg_pending_barrier'.
23058
23059 * sched-rgn.c (init_ready_list, can_schedule_ready_p,
23060 add_branch_dependences): Ignore schedule groups.
23061
23062 * sched-ebb.c (init_ready_list): Ditto.
23063
23064 * (move_insn, set_priorities): Ditto.
23065
23066 * config/ia64/ia64.c (ia64_sched_init): Check that schedule group
23067 flag is clear after reload.
23068 (adjust_cost): Change cost only for output dependencies.
23069
23070 * config/ia64/ia64.md: Add more insns into bypass for MM-insns.
23071
23072 2002-09-26 Vladimir Makarov <vmakarov@redhat.com>
23073
23074 * Makefile.in (sched-ebb.o): Add `$(TARGET_H)' to the entry.
23075
23076 * target.h (gcc_target): Add member
23077 `dependencies_evaluation_hook'.
23078
23079 * target-def.h (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK): New
23080 macro.
23081 (TARGET_SCHED): Add initiatialization of the new member.
23082
23083 * sched-ebb.c: Include `target.h'.
23084 (schedule_ebb): Call `dependencies_evaluation_hook'.
23085
23086 * sched-rgn.c (schedule_region): Call
23087 `dependencies_evaluation_hook'.
23088
23089 * config/ia64/ia64.c (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK):
23090 New macro.
23091 (ia64_dependencies_evaluation_hook): New function.
23092
23093 * doc/tm.texi (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK):
23094 Describe the new hook.
23095
23096 2002-09-25 Vladimir Makarov <vmakarov@redhat.com>
23097
23098 * target.h (gcc_target): Add members
23099 `first_cycle_multipass_dfa_lookahead_guard' and `dfa_new_cycle'.
23100
23101 * target-def.h (TARGET_SCHED_DFA_NEW_CYCLE,
23102 TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD): New
23103 macros.
23104 (TARGET_SCHED): Add initiatialization of the new members.
23105
23106 * haifa-sched.c (schedule_insn): Update last_clock_var for the 1st
23107 insn scheduling too.
23108 (choose_ready): Use `first_cycle_multipass_dfa_lookahead_guard' to
23109 initialize `ready_try'.
23110 (schedule_block): Use `dfa_new_cycle'. Sort `ready' only unless
23111 `dfa_new_cycle' says not to do it.
23112
23113 * config/ia64/ia64.md: Add DFA Itanium 1 description for insn
23114 bundling.
23115
23116 * config/ia64/ia64.h (CPU_UNITS_QUERY): New macro.
23117
23118 * config/ia64/ia64.c: Include `hashtab.h'.
23119 (ia64_first_cycle_multipass_dfa_lookahead_guard,
23120 ia64_dfa_new_cycle, final_emit_insn_group_barriers,
23121 ia64_dfa_sched_reorder, get_free_bundle_state, free_bundle_state,
23122 initiate_bundle_states, finish_bundle_states, bundle_state_hash,
23123 bundle_state_eq_p, insert_bundle_state,
23124 initiate_bundle_state_table, finish_bundle_state_table,
23125 try_issue_nops, try_issue_insn, issue_nops_and_insn, get_max_pos,
23126 get_template, get_next_important_insn, bundling): New functions.
23127 (ia64_internal_sched_reorder): Remove it.
23128 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD,
23129 TARGET_SCHED_DFA_NEW_CYCLE): New macros.
23130 (ia64_safe_itanium_requires_unit0): Remove it.
23131 (group_barrier_needed_p): Place group barrier right before a real
23132 insn.
23133 (bundle, ia64_packet, NR_PACKETS, type_names, packets, packets):
23134 Remove them.
23135 (bundle_name): New variable.
23136 (_0mii_, _0mmi_, _0mfi_, _0mmf_, _0bbb_, _0mbb_, _0mib_, _0mmb_,
23137 _0mfb_, _0mlx_, _1mii_, _1mmi_, _1mfi_, _1mmf_, _1bbb_, _1mbb_,
23138 _1mib_, _1mmb_, _1mfb_, _1mlx_, pos_1, pos_2, pos_3, pos_4, pos_5,
23139 pos_6, dfa_stop_insn, last_scheduled_insn, dfa_state_size,
23140 temp_dfa_state, prev_cycle_state): New global variables.
23141 (insn_matches_slot, maybe_rotate, finish_last_head,
23142 rotate_one_bundle, rotate_one_bundles, nop_cycles_until,
23143 cycle_end_fill_slots, packet_matches_p, get_split, find_best_insn,
23144 find_best_packet, itanium_reorder, dump_current_packet,
23145 schedule_stop, gen_nop_type, ia64_emit_nops): Remove them.
23146 (sched_data, sched_ready, sched_types): Remove them.
23147 (ia64_sched_init): Initiate only `last_scheduled_insn' and call
23148 `init_insn_group_barriers'.
23149 (ia64_sched_reorder, ia64_sched_reorder2): Call
23150 ia64_dfa_sched_reorder.
23151 (ia64_variable_issue): Rewrite it.
23152 (bundle_state): New structure.
23153 (index_to_bundle_states, bundle_states_num,
23154 allocated_bundle_states_chain, free_bundle_state_chain): New
23155 global variables.
23156 (ia64_sched_finish): Add stop bits and call `bundling' after the
23157 2nd insn scheduling.
23158 (ia64_use_dfa_pipeline_interface): Return zero always.
23159 (ia64_first_cycle_multipass_dfa_lookahead): Return 6 for the 2nd
23160 insn scheduling.
23161 (ia64_init_dfa_pre_cycle_insn): Initialize `dfa_state_size',
23162 `temp_dfa_state', `prev_cycle_state', and `dfa_stop_insn'.
23163 (ia64_reorg): Add bundling insns.
23164
23165 * doc/tm.texi
23166 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD,
23167 TARGET_SCHED_DFA_NEW_CYCLE): Describe the new hooks.
23168
23169 2002-09-23 Vladimir Makarov <vmakarov@redhat.com>
23170
23171 * config/ia64/ia64.md: Add Itanium1 DFA description.
23172 (itanium_class): Add `nop' and `pre_cycle'. Add
23173 define_function_unit for `nop'.
23174 (nop): Change attribute `itanium_class'.
23175 (pre_cycle): New define_insn.
23176
23177 * config/ia64/ia64-protos.h (bundling_p): New external variable.
23178 (ia64_st_address_bypass_p, ia64_ld_address_bypass_p,
23179 ia64_produce_address_p): New function prototypes.
23180
23181 * config/ia64/ia64.c (bundling_p): New global variable.
23182 (ia64_use_dfa_pipeline_interface,
23183 ia64_first_cycle_multipass_dfa_lookahead,
23184 ia64_init_dfa_pre_cycle_insn, ia64_dfa_pre_cycle_insn): New
23185 functions.
23186 (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
23187 TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
23188 TARGET_SCHED_INIT_DFA_PRE_CYCLE_INSN,
23189 TARGET_SCHED_DFA_PRE_CYCLE_INSN): New macros.
23190 (ia64_sched_init, ia64_sched_reorder, ia64_sched_reorder2,
23191 ia64_variable_issue, ia64_sched_finish): Do nothing before reload.
23192 (dfa_pre_cycle_insn): New variable.
23193
23194 2002-09-20 Vladimir Makarov <vmakarov@redhat.com>
23195
23196 * rtl.def (FINAL_PRESENCE_SET, FINAL_ABSENCE_SET): New
23197 constructions.
23198
23199 * genattrtab.h (gen_final_presence_set, gen_final_absence_set):
23200 New function prototypes.
23201
23202 * genattrtab.c (main): Process the new constructions.
23203
23204 * genautomata.c (gen_presence_absence_set,
23205 process_presence_absence_names, process_presence_absence_patterns,
23206 add_presence_absence, check_absence_pattern_sets): Add parameter
23207 `final_p'.
23208 (unit_decl): Add new members `final_presence_list' and
23209 `final_absence_list'.
23210 (unit_pattern_rel_decl): Add new member `final_p'.
23211 (gen_final_presence_set, gen_final_absence_set): New functions.
23212 (process_decls): Use member `final_p'.
23213 (temp_reserv): New global variable.
23214 (reserv_sets_are_intersected): Add processing `final_presence_set'
23215 and `final_absence_set'.
23216 (initiate_states): Allocate `temp_reserv'.
23217 (unit_final_presence_set_table, unit_final_absence_set_table): New
23218 gloabal variables.
23219 (initiate_presence_absence_pattern_sets): Initiate them.
23220 (NDFA_to_DFA): Fix typo.
23221 (output_description): Output `final_presence_set' and
23222 `final_absence_set'.
23223
23224 * doc/md.texi (final_presence_set, final_absence_set): Describe
23225 them.
23226
23227 2002-09-20 Vladimir Makarov <vmakarov@redhat.com>
23228
23229 * genautomata.c (transform_3): Process a missing case (nothing on
23230 unit place).
23231
23232 2002-09-20 Vladimir Makarov <vmakarov@redhat.com>
23233
23234 * rtl.def (DEFINE_QUERY_CPU_UNIT, AUTOMATA_OPTION): Change
23235 comments about queried units and the minimization.
23236
23237 * doc/md.texi: Ditto.
23238
23239 * genautomata.c (create_composed_state): Return nonzero if the new
23240 state has been created.
23241 (first_cycle_unit_presence): New function.
23242 (state_is_differed): Add new parameter. Use the new function.
23243 Take queried units into account.
23244 (partition_equiv_class): Pass additional parameter to
23245 `state_is_differed'.
23246 (merge_states): Process composed states too.
23247 (build_automaton, create_automata, output_min_issue_delay_table,
23248 output_tables, output_statistics): Output more information.
23249 (output_reserved_units_table): Use function
23250 `first_cycle_unit_presence'.
23251 (output_tables): Output table of queried units even if the
23252 minimization is switched on.
23253 (write_automata): Output code for querying units even if the
23254 minimization is switched on.
23255
23256 2002-09-19 Vladimir Makarov <vmakarov@redhat.com>
23257
23258 * rtl.def (PRESENCE_SET, ABSENCE_SET): Add comments about extended
23259 syntax of the constructions.
23260
23261 * doc/md.texi (PRESENCE_SET, ABSENCE_SET): Add description of
23262 extended syntax of the constructions.
23263
23264 * genautomata.c (unit_rel_decl): Rename it to
23265 `unit_pattern_rel_decl'.
23266 (pattern_set_el, pattern_reserv): New structures.
23267 (pattern_set_el_t, pattern_reserv_t): New types.
23268 (gen_presence_absence_set): New function.
23269 (process_presence_absence): Remove it.
23270 (process_presence_absence_names,
23271 process_presence_absence_patterns): New functions.
23272 (get_presence_absence_set): Remove it.
23273 (initiate_presence_absence_sets): Rename it on
23274 `initiate_presence_absence_pattern_sets'. Use new function
23275 `form_reserv_sets_list'.
23276 (form_reserv_sets_list, check_presence_pattern_sets,
23277 check_absence_pattern_sets, output_pattern_set_el_list): New
23278 functions.
23279 (unit_decl): Change types of members `presence_list' and
23280 `absence_list'.
23281 (unit_rel_decl): Rename member `names_num' to `all_names_num'.
23282 (decl): Change types of members `excl', `presence', and `absence'.
23283 (get_str_vect): Rename `par_flag' to `paren_p'. Add null element
23284 at the end of the vector.
23285 (gen_cpu_unit, gen_query_cpu_unit, gen_bypass, gen_excl_set,
23286 gen_automaton, gen_regexp_repeat, gen_regexp_allof,
23287 gen_regexp_oneof, gen_regexp_sequence): Use boolean values.
23288 (gen_presence_set, gen_absence_set): Use new function
23289 `gen_presence_absence_set'.
23290 (add_presence_absence): Process `pattern_list' instead of
23291 `source_list'.
23292 (process_decls): USe new functions
23293 `process_presence_absence_names' and
23294 `process_presence_absence_patterns'.
23295 (reserv_sets_are_intersected): Use new function
23296 `check_presence_pattern_sets'.
23297 (presence_set, absence_set): Remove them.
23298 (unit_presence_set_table, unit_absence_set_table): New global
23299 variables.
23300 (output_description): Use new function
23301 `output_pattern_set_el_list'.
23302 (generate): Use `initiate_presence_absence_pattern_sets'.
23303
23304 2002-09-18 Vladimir Makarov <vmakarov@redhat.com>
23305
23306 * genattr.c (main): Add output of prototype of new interface
23307 function `dfa_clean_insn_cache'.
23308
23309 * genautomata.c (output_dfa_clean_insn_cache_func): New function.
23310 (DFA_CLEAN_INSN_CACHE_FUNC_NAME): New macro.
23311 (output_dfa_start_func): Use function `dfa_clean_insn_cache' in
23312 the generated code.
23313 (write_automata): Call the new function.
23314
23315 2003-01-09 Jan Hubicka <jh@suse.cz>
23316
23317 * i386.md (unit, prefix_0f, memory attributes): Hanlde sseicvt
23318 correctly.
23319
23320 2003-01-09 Paolo Carlini <pcarlini@unitus.it>
23321
23322 * doc/tm.texi (EXTRA_ADDRESS_CONSTRAINT): Fix typo.
23323
23324 2003-01-09 J"orn Rennecke <joern.rennecke@superh.com>
23325
23326 * defaults.h (EXTRA_MEMORY_CONSTRAINT): Add STR argument.
23327 (EXTRA_ADDRESS_CONSTRAINT): Likewise.
23328 (CONSTRAINT_LEN): Provide default definition.
23329 (CONST_OK_FOR_CONSTRAINT_P): Likewise.
23330 (CONST_DOUBLE_OK_FOR_CONSTRAINT_P): Likewise.
23331 (EXTRA_CONSTRAINT_STR): Likewise.
23332 (REG_CLASS_FROM_CONSTRAINT): Define.
23333 * genoutput.c (check_constraint_len, constraint_len): New functions.
23334 (validate_insn_alternatives): Check CONSTRAINT_LEN for each
23335 constraint / modifier.
23336 (gen_insn): Call check_constraint_len.
23337 * local-alloc.c (block_alloc): Update to use new macros / pass
23338 second argument to EXTRA_{MEMORY,ADDRESS}_CONSTRAINT.
23339 * ra-build.c (handle_asm_insn): Likewise.
23340 * recog.c (asm_operand_ok, preprocess_constraints): Likewise.
23341 (constrain_operands, peep2_find_free_register): Likewise.
23342 * regclass.c (record_operand_costs, record_reg_classes): Likewise.
23343 * regmove.c (find_matches): Likewise.
23344 * reload.c (push_secondary_reload, find_reloads): Likewise.
23345 (alternative_allows_memconst): Likewise.
23346 * reload1.c (maybe_fix_stack_asms): Likewise.
23347 (reload_cse_simplify_operands): Likewise.
23348 * stmt.c (parse_output_constraint, parse_input_constraint): Likewise.
23349 * doc/tm.texi (CONSTRAINT_LEN, REG_CLASS_FROM_CONSTRAINT): Document.
23350 (CONST_OK_FOR_CONSTRAINT_P): Likewise.
23351 (CONST_DOUBLE_OK_FOR_CONSTRAINT_P, EXTRA_CONSTRAINT_STR): Likewise.
23352 (EXTRA_MEMORY_CONSTRAINT, EXTRA_ADDRESS_CONSTRAINT): Add STR argument.
23353 * config/s390/s390.h (EXTRA_MEMORY_CONSTRAINT): Likewise.
23354
23355 * sh.h (OVERRIDE_OPTIONS): Allow first scheduling pass for SH5.
23356
23357 2003-01-09 Kazu Hirata <kazu@cs.umass.edu>
23358
23359 * config/h8300/h8300.md (*extzv_1_r_h8300): Correct the insn
23360 length.
23361 (*extzv_1_r_h8300hs): Likewise.
23362 (*extzv_1_r_inv_h8300): Likewise.
23363 (*extzv_1_r_inv_h8300hs): Likewise.
23364
23365 2003-01-09 Kazu Hirata <kazu@cs.umass.edu>
23366
23367 * config/h8300/h8300.h (PREDICATE_CODES): New.
23368
23369 2003-01-09 Kazu Hirata <kazu@cs.umass.edu>
23370
23371 * config/h8300/h8300.md (*addsi3_upper): New.
23372 (*iorsi3_shift): Likewise.
23373 (two splitters): Likewise.
23374 (*addsi3_shift): Likewise.
23375 (two splitters): Likewise.
23376
23377 2003-01-09 Josef Zlomek <zlomj9am@artax.karlin.mff.cuni.cz>
23378
23379 * Makefile.in (optabs.o): Add dependency on basic-block.h.
23380 * basic-block.h (control_flow_insn_p): Fuction was exported.
23381 * cfgbuild.c (control_flow_insn_p): Fuction was made non-static.
23382 * optabs.c (emit_libcall_block): Emit REG_LIBCALL and REG_RETVAL
23383 notes only when the region is contained in a single basic block.
23384
23385 2003-01-09 Eric Botcazou <ebotcazou@libertysurf.fr>
23386
23387 PR inline-asm/8832
23388 * tree.h (expand_asm): New prototype.
23389 * stmt.c (expand_asm): Set the MEM_VOLATILE_P flag if instructed
23390 to do so.
23391 * c-semantics (genrtl_asm_stmt): Pass the RID_VOLATILE qualifier
23392 down to expand_asm.
23393 * c-typeck.c (simple_asm_stmt): Set the RID_VOLATILE qualifier.
23394 * rtlanal.c (volatile_insn_p) [ASM_INPUT]: Test the MEM_VOLATILE_P flag.
23395 (volatile_refs_p) [ASM_INPUT]: Likewise.
23396 (side_effects_p) [ASM_INPUT]: Likewise.
23397
23398 2003-01-09 Jan Hubicka <jh@suse.cz>
23399
23400 * i386.md (*mul*): FIx constraints; remove confused comment; fix
23401 athlon_decode attributes
23402 (imul/k8 optimization peep2s): New.
23403
23404 * athlon.md (athlon_ssecmp*): Handle ssecomi as well.
23405 * i386.md (type attribute): Add ssecomi.
23406 (unit, memory, prefix attributes): Handle ssecomi.
23407 (cvt?2? patterns): Fix athlon_decode attribute
23408 (comi patterns): Set attribute to ssecomi.
23409
23410 PR target/8343
23411 * m68k.md (umulsidi, mulsidi expanders): Use register operand.
23412
23413 2003-01-09 Richard Sandiford <rsandifo@redhat.com>
23414
23415 * config/mips/mips.h (PREDICATE_CODES): Add ADDRESSOF for predicates
23416 that match register_operands.
23417 * config/mips/mips.c (reg_or_0_operand, true_reg_or_0_operand): Make
23418 register_operand the default case.
23419
23420 2003-01-09 Eric Botcazou <ebotcazou@libertysurf.fr>
23421
23422 PR c/8032
23423 * c-typeck.c (process_init_element) [RECORD_TYPE]: For
23424 an empty element, do not advance the pointer to unfilled
23425 fields if there are pending initializers.
23426
23427 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
23428
23429 * Makefile.in (ORDINARY_FLAGS_TO_PASS): Also pass DESTDIR.
23430 (install-gcc-tooldir, install-cpp, installdirs,
23431 install-common, install-driver, install-info, install-man,
23432 install-headers, install-include-dir, install-headers-tar,
23433 install-headers-cpio, install-headers-cp, install-mkheaders,
23434 install-collect2, uninstall): Prepend $(DESTDIR) to
23435 destination paths in all (un)installation commands.
23436 (install-driver): Rewrite $(LN) commands to support DESTDIR
23437 with "ln" as well as with "ln -s".
23438 (installdirs): Simply use mkinstalldirs.
23439 (install-libgcc, install-multilib): Also pass DESTDIR.
23440 * mklibgcc.in: Prepend $(DESTDIR) to $(libsubdir) in the
23441 installation destination variable ldir.
23442 * config/alpha/t-osf4, config/arm/t-netbsd,
23443 config/ia64/t-hpux, config/mips/t-iris5-6,
23444 config/pa/t-hpux-shlib, config/rs6000/t-aix43,
23445 config/rs6000/t-aix52, config/t-slibgcc-elf-ver,
23446 config/t-slibgcc-sld: Prepend $$(DESTDIR) to $$(slibdir)
23447 in the definition of SHLIB_INSTALL.
23448 * config/arc/t-arc (install-multilib-arc): Prepend $(DESTDIR) to
23449 $(libsubdir) in the installation commands.
23450
23451 2003-01-08 Kaz Kojima <kkojima@gcc.gnu.org>
23452
23453 * config/sh/sh.h (CASE_VECTOR_MODE): Use SImode for a
23454 non-optimizing compile.
23455 (ASM_OUTPUT_ADDR_VEC_ELT): Use .long for a non-optimizing
23456 compile.
23457
23458 2003-01-08 Douglas B Rupp <rupp@gnat.com>
23459
23460 * config/i386/i386.c (ix86_attribute_table): Add new attributes
23461 ms_struct and gcc_struct.
23462 (ix86_handle_struct_attribute): New function.
23463 (ix86_ms_bitfield_layout_p): Update to take new attributes
23464 into account.
23465 * doc/extend.texi: Document new attributes.
23466 * testsuite/gcc.dg/bf-ms-attrib.c: New test.
23467
23468 2003-01-08 Danny Smith <dannysmith@users.sourceforge.net>
23469
23470 PR optimization/8750
23471 * config/i386/i386.c (ix86_expand_prologue): Don't allow
23472 scheduling pass to move insns across __alloca call.
23473
23474 2003-01-08 Dale Johannesen <dalej@apple.com>
23475
23476 * config/rs6000/rs6000.md: Replace *store_multiple_string
23477 with *stmsi[3-8].
23478
23479 2003-01-08 Jeff Sturm <jsturm@one-point.com>
23480
23481 PR target/9210
23482 * config/rs6000/rs6000.c (rs6000_elf_encode_section_info):
23483 Set SYMBOL_REF_FLAG on local data sym_ref.
23484
23485 2003-01-08 Dale Johannesen <dalej@apple.com>
23486
23487 * function.c (assign_parms): Don't set pretend_args_size if
23488 REG_PARM_STACK_SPACE.
23489 config/rs6000/rs6000.c (setup_incoming_varargs): Don't set
23490 pretend_args_size.
23491
23492 2003-01-08 Nathanael Nerode <neroden@gcc.gnu.org>
23493
23494 * gcc.hlp: Delete.
23495
23496 2003-01-09 Jan Hubicka <jh@suse.cz>
23497
23498 * i386.c (ix86_expand_int_addcc): Fix thinko.
23499
23500 2003-01-08 David Edelsohn <edelsohn@gnu.org>
23501
23502 * config/rs6000/rs6000.h (FUNCTION_MODE): Always use SImode.
23503 * config/rs6000/rs6000.c (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Redefine
23504 as hook_bool_tree_hwi_hwi_tree_true.
23505 (rs6000_emit_allocate_stack): Use TARGET_32BIT.
23506 (rs6000_emit_epilogue): Same.
23507 (rs6000_output_mi_thunk): Re-implement as RTL.
23508 * config/rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Call
23509 xcoffout_declare_function if any debugging enabled.
23510
23511 2003-01-08 Chris Demetriou <cgd@broadcom.com>
23512
23513 * config.gcc (mipsisa32r2-*-elf*, mipsisa32r2el-*-elf*): New
23514 targets, to support MIPS32 Release 2 (MIPS32R2) configurations.
23515 * config/mips/mips.h (enum processor_type): Rename
23516 PROCESSOR_R4KC to PROCESSOR_4KC, PROCESSOR_R5KC to
23517 PROCESSOR_5KC, and PROCESSOR_R20KC to PROCESSOR_20KC.
23518 Add PROCESSOR_M4K.
23519 (TARGET_MIPS4KC, TARGET_MIPS5KC): Update for the renaming.
23520 (ISA_MIPS32R2): New define.
23521 (GENERATE_MULT3_SI, ISA_HAS_CONDMOVE, ISA_HAS_8CC)
23522 (ISA_HAS_MADD_MSUB, ISA_HAS_CLZ_CLO)
23523 (ISA_HAS_PREFETCH): Add support for MIPS32R2.
23524 (MIPS_ISA_DEFAULT): Likewise. Also, fix indentation.
23525 (TARGET_CPU_CPP_BUILTINS): Add support for MIPS32R2. Add new
23526 predefine __mips_isa_rev for MIPS32, MIPS32R2, and MIPS64.
23527 (ISA_HAS_ROTR_SI): Add support for MIPS32R2, and avoid if
23528 compiling MIPS16 code.
23529 (ISA_HAS_ROTR_DI): Do not use if compiling MIPS16 code, and fix
23530 comment.
23531 (ISA_HAS_SEB_SEH): New define.
23532 (ASM_SPEC, LINK_SPEC): Pass -mips32r2 to assembler and linker.
23533 * config/mips/mips.c (mips_cpu_info_table): Adjust for enum
23534 processor_type value renaming. Add support for MIPS32R2.
23535 Clean up comments, and move "sb1" entry with other MIPS64 CPU
23536 entries.
23537 (override_options): Reimplement -mipsN option handling so that
23538 it will work correctly for -mips32r2. Avoid branch-likely
23539 instructions on MIPS32R2.
23540 * config/mips/mips.md (mulsi3_mult3): Add support for MIPS32R2.
23541 (extendhisi2): Use extendhisi2_hw if ISA_HAS_SEB_SEH.
23542 (extendqisi2): Use extendqisi2_hw if ISA_HAS_SEB_SEH.
23543 (extendhisi2_hw, extendqisi2_hw): New.
23544 * config/mips/netbsd.h (TARGET_CPU_CPP_BUILTINS): Add support
23545 for MIPS32R2. Add new predefine __mips_isa_rev for MIPS32,
23546 MIPS32R2, and MIPS64.
23547 (LINK_SPEC): Pass -mips32r2 to linker.
23548 * config/mips/t-isa3264: Built -mips32r2 multilibs.
23549 * doc/invoke.texi (MIPS Options): Add -mips32r2, add support
23550 for mips32r2 in the -march description. Alphabetically sort
23551 CPU names in the -march description. Add long-missed -mips32
23552 and -mips64 to MIPS option summary.
23553
23554 * config.gcc: Update copyright years to include 2003.
23555 * config/mips/mips.c: Likewise.
23556 * config/mips/mips.h: Likewise.
23557 * config/mips/mips.md: Likewise.
23558 * config/mips/netbsd.h: Likewise.
23559 * doc/invoke.texi: Likewise.
23560
23561 2003-01-08 Andreas Schwab <schwab@suse.de>
23562
23563 * aclocal.m4 (gcc_AC_INITFINI_ARRAY): Fix spelling of cache
23564 variable.
23565 * configure: Regenerated.
23566
23567 2003-01-08 Kazu Hirata <kazu@cs.umass.edu>
23568
23569 * config/h8300/h8300.c (output_logical_op): Replace byte/word
23570 extraction of det with b0, b1, w0, w2, etc.
23571 (compute_logical_op_length): Likewise.
23572 (compute_logical_op_cc): Likewise.
23573
23574 2003-01-08 Kazu Hirata <kazu@cs.umass.edu>
23575
23576 * config/h8300/h8300.h (CONSTANT_ADDRESS_P): Allow CONST and
23577 HIGH on all variants.
23578
23579 2003-01-08 Josef Zlomek <zlomj9am@artax.karlin.mff.cuni.cz>
23580
23581 * Makefile.in (PARTITION_H): New.
23582 (BASIC_BLOCK_H): Added hard-reg-set.h and $(PARTITION_H).
23583 * basic-block.h: Include hard-reg-set.h.
23584
23585 2003-01-08 Richard Earnshaw <rearnsha@arm.com>
23586
23587 * arm.h (ENABLE_XF_PATTERNS): Delete.
23588 * arm.md (addxf3, subxf3, mulxf3, divxf3, modxf3, negxf2, absxf2)
23589 (sqrtxf2, floatsixf2, fix_truncxfsi2, truncxfsf2, truncxfdf2)
23590 (extendsfxf2, extenddfxf2, movxf, cmpxf, cmpxf_insn)
23591 (cmpxf_trap): Delete.
23592 (movxf_hard_insn): Remove test of ENABLE_XF_PATTERNS.
23593
23594 2003-01-08 Jan Hubicka <jh@suse.cz>
23595
23596 * i386.md (adddi3_carry_rex64, subdi3_carry_rex64): Name pattern.
23597 (addhi3_carry, addqi3_carry, subhi3_carry, subqi3_carry): New patterns.
23598 (add??cc): New expanders.
23599 * i386.c (expand_int_addcc): New function.
23600 * i386-protos.h (expand_int_addcc): Declare.
23601
23602 * alias.c (memory_modified_1): New static function.
23603 (memory_modified): New static varaible.
23604 (memory_modified_in_insn_p): New global function.
23605 * rtl.h (memory_modified_in_insn_p): Declare.
23606 * rtlanal.c (modified_between_p, modified_in_p): Be smart about memory
23607 references.
23608
23609 * expr.h (emit_conditional_add): Declare.
23610
23611 2003-01-07 Janis Johnson <janis187@us.ibm.com>
23612
23613 PR other/8947
23614 * doc/invoke.texi (-malign-double): Explain that the option breaks
23615 binary compatibility.
23616
23617 2003-01-08 Andreas Schwab <schwab@suse.de>
23618
23619 * config.gcc (m68k-*-linux*): Don't set extra_parts and gnu_ld,
23620 should come from the generic *-*-linux* entry.
23621
23622 2003-01-07 Jan Hubicka <jh@suse.cz>
23623
23624 * cselib.c (cselib_current_insn_in_libcall): New static variable.
23625 (new_elt_loc_list, cselib_process_insn, cselib_init): Keep track on whether
23626 we are inside libcall.
23627 * cselib.h (elt_loc_list): Add in_libcall.
23628 * gcse.c (do_local_cprop): Do not copy propagate using insns
23629 in libcalls.
23630
23631 2003-01-07 David Edelsohn <edelsohn@gnu.org>
23632
23633 * doc/tm.texi (TARGET_SCHED_VARIABLE_ISSUE): CLOBBER and USE do
23634 not normally affect to issue rate.
23635
23636 2003-01-07 Jan Hubicka <jh@suse.cz>
23637
23638 * genopinit.c (optabs): Add addc_optab.
23639 * ifcvt.c (noce_try_store_flag): Rename to ...
23640 (noce_try_addcc): ... this one; handle generic conditional increment.
23641 (noce_process_if_block): Update noce_try_addcc call.
23642 * optabs.c (emit_conditional_add): New.
23643 (init_obtabs): Initialize addc_optab.
23644 * optabs.h (optab_index): Add OTI_addcc.
23645 (addcc_optab): New macro.
23646 * md.texi: Document addMcc
23647
23648 PR target/8322
23649 * i386.c (ix86_init_mmx_sse_builtins): Constify arguments of loads.
23650 * xmmintrin.h (_mm_load*_si128. _mm_store*_si128): Add casts.
23651 * xmmintrin.h (_mm_load*_si128. _mm_store*_si128): Add casts.
23652
23653 * reload1.c (delete_output_reload): Avoid repeated attempts
23654 to delete insn.
23655
23656 2003-01-07 Andreas Schwab <schwab@suse.de>
23657
23658 * configure.in: Restore CFLAGS before gcc_AC_INITFINI_ARRAY.
23659 Move --enable-initfini-array check ...
23660 * aclocal.m4 (gcc_AC_INITFINI_ARRAY): ... here. Define
23661 HAVE_INITFINI_ARRAY also when --enable-initfini-array is given.
23662 Don't AC_SUBST gcc_cv_initfinit_array. Use AC_TRY_RUN.
23663 * configure: Rebuild.
23664
23665 2003-01-07 Richard Henderson <rth@redhat.com>
23666
23667 * alias.c (find_base_value): Only use new_reg_base_value shortcut
23668 if the register is set once.
23669
23670 2003-01-07 Sylvain Pion <Sylvain.Pion@mpi-sb.mpg.de>
23671
23672 * config/i386/i386.c (ix86_init_mmx_sse_builtins):
23673 __builtin_ia32_ldmxcsr and __builtin_ia32_stmxcsr are SSE, not MXX.
23674 * config/i386/i386.md (ldmxcsr, stmxcsr): SSE, not MMX.
23675
23676 2003-01-07 Benjamin Kosnik <bkoz@redhat.com>
23677 Sunil Davasam <sunil.k.davasam@intel.com>
23678
23679 PR libstdc++/9076
23680 * unwind-dw2.c (execute_cfa_program): DW_CFA_undefined,
23681 DW_CFA_same_value, read next and ignore.
23682
23683 2003-01-07 Richard Henderson <rth@redhat.com>
23684
23685 * cfganal.c (flow_call_edges_add): Don't crash on noreturn call.
23686
23687 2003-01-07 Daniel Berlin <dberlin@dberlin.org>
23688
23689 * cfg.c: Include alloc-pool.h
23690 (edge_pool): New pool.
23691 (bb_pool): New pool.
23692 (first_deleted_edge): Remove.
23693 (first_deleted_block): Remove.
23694 (init_flow): Alloc/free the pools.
23695 (free_edge): Use pools.
23696 (alloc_block): Ditto.
23697 (expunge_block): Ditto.
23698 (cached_make_edge): Ditto.
23699
23700 * Makefile.in (cfg.o): Add alloc-pool.h dependency.
23701
23702 2003-01-07 Daniel Berlin <dberlin@dberlin.org>
23703
23704 * et-forest.c: Include alloc-pool.h.
23705 (struct et_forest): Add node_pool and occur_pool.
23706 (et_forest_create): Create the new pools.
23707 (et_forest_delete): Delete them.
23708 (et_forest_add_node): Allocate and free using pools.
23709 (et_forest_add_edge): Ditto.
23710 (et_forest_remove_node): Ditto.
23711 (et_forest_remove_edge): Ditto.
23712
23713 * Makefile.in (et-forest.o): Add alloc-pool.h dependency.
23714
23715 2003-01-07 Kazu Hirata <kazu@cs.umass.edu>
23716
23717 * config/h8300/h8300.c (output_logical_op): Simplify and
23718 optimize the handling of SImode.
23719 * config/h8300/h8300.c (compute_logical_op_length): Update
23720 accordingly.
23721 * config/h8300/h8300.c (compute_logical_op_cc): Likewise.
23722
23723 2003-01-07 Richard Sandiford <rsandifo@redhat.com>
23724
23725 * config/mips/mips.c (mips_va_arg): In the EABI code, apply the
23726 big-endian correction to indirect arguments too.
23727
23728 2003-01-06 Aldy Hernandez <aldyh@redhat.com>
23729
23730 Segher Boessenkool <segher@koffie.nl>
23731
23732 * config/rs6000/rs6000.c (rs6000_reg_names): Add missing registers.
23733 (alt_reg_names): Ditto, fix formatting.
23734 * config/rs6000/rs6000.h (DEBUG_REGISTER_NAMES): Fix formatting.
23735
23736 2003-01-06 Kazu Hirata <kazu@cs.umass.edu>
23737
23738 * config/h8300/h8300.c (final_prescan_insn): Constify uid.
23739 (output_logical_op): Constify intval and det.
23740 (compute_logical_length): Likewise.
23741 (compute_logical_cc): Likewise.
23742 (output_a_shift): Constify mask.
23743 (h8300_encode_label): Constify len.
23744
23745 2003-01-06 Kazu Hirata <kazu@cs.umass.edu>
23746
23747 * config/h8300/h8300.c (h8300_expand_prologue): Remove fsize.
23748 (h8300_expand_epilogue): Likewise.
23749
23750 2003-01-06 Aldy Hernandez <aldyh@redhat.com>
23751
23752 Segher Boessenkool <segher@koffie.nl>
23753
23754 * config/rs6000/altivec.md: Remove spaces from assembler
23755 instruction argument lists.
23756
23757 2003-01-07 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
23758
23759 * config/c4x/c4x.c (c4x_naked_function_p): Rename from
23760 c4x_assembler_function_p.
23761 (c4x_null_epilogue_p): Complement return value, all uses updated.
23762 (c4x_insert_attributes): Add naked.
23763 * config/c4x/c4x.md (c4x_null_epilogue_p): Changes uses.
23764 * doc/extend.texi: Update C4x function attributes.
23765
23766 2003-01-06 Richard Henderson <rth@redhat.com>
23767
23768 * config/alpha/alpha.c (alpha_encode_section_info): Adjust symbol_str
23769 properly when changing "local-ness".
23770 * config/alpha/alpha.md (movdi_er_high_g): Allow all symbols.
23771
23772 2003-01-06 Dale Johannesen <dalej@apple.com>
23773
23774 * config/darwin-protos.h: Add prototypes for new section functions.
23775
23776 2003-01-06 Chris Demetriou <cgd@broadcom.com>
23777
23778 * config.gcc (mipsisa32-*-elf*, mipsisa32el-*-elf*): Default ABI
23779 to EABI.
23780
23781 2003-01-06 Zack Weinberg <zack@codesourcery.com>
23782
23783 * hwint.h: If the current compiler has no 64-bit type at all,
23784 make HOST_WIDEST_INT 32 bits.
23785
23786 2003-01-06 Eric Christopher <echristo@redhat.com>
23787
23788 * config/mips/mips.md (movdf_internal2): Fix constraints.
23789
23790 2003-01-06 Kazu Hirata <kazu@cs.umass.edu>
23791
23792 * config/h8300/h8300.md (*twoshifts_l16_r1): New.
23793
23794 2003-01-06 Richard Sandiford <rsandifo@redhat.com>
23795
23796 * config/mips/mips.md (leadi): Use dla rather than la.
23797
23798 2003-01-06 Svein E. Seldal <Svein.Seldal@solidas.com>
23799
23800 * config/c4x/c4x.h: Updated specs for new gas format. Fixed bug
23801 in C33_FLAG. Added proper C33 support in ASM_FILE_START macro.
23802
23803 2003-01-06 Herman A.J. ten Brugge <hermantenbrugge@home.nl>
23804
23805 * config/c4x/c4x.h: Remove hwint.h include and HOST_WIDE_INT_PRINT_HEX
23806 redefinition.
23807
23808 2003-01-05 Kazu Hirata <kazu@cs.umass.edu>
23809
23810 * config/h8300/h8300.md (*extzv_8_23): New.
23811
23812 2003-01-05 John David Anglin <dave@hiauly1.hia.nrc.ca>
23813
23814 * pa64-hpux.h (JCR_SECTION_NAME): Define.
23815 (PA_INIT_FRAME_DUMMY_ASM_OP): Check EH_FRAME_SECTION_NAME instead of
23816 USE_EH_FRAME_REGISTRY when defining.
23817
23818 2003-01-05 Kazu Hirata <kazu@cs.umass.edu>
23819
23820 * config/h8300/h8300.c (output_a_shift): Do not output a
23821 variable shift.
23822 * config/h8300/h8300.md (two splitters): New.
23823
23824 2003-01-05 Richard Sandiford <rsandifo@redhat.com>
23825
23826 * config/mips/mips.md: Disable the movstrsi define_split.
23827
23828 2003-01-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
23829
23830 * alloc-pool.c: Don't include "libiberty.h".
23831 * config/sparc/gmon-sol2.c: Include <fcntl.h>.
23832 * convert.c (convert_to_real): Hide unused variable.
23833
23834 2003-01-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
23835
23836 * Makefile.in (gtyp-gen.h): Const-ify.
23837 * gcov-dump.c (tag_table): Likewise.
23838
23839 2003-01-04 Bruce Korb <bkorb@gnu.org>
23840
23841 * fixinc/fixfixes.c(wrap_fix): the wrapper guard must be a function
23842 of *both* the file name and the fix name.
23843
23844 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
23845
23846 * config.gcc (hppa*64*-*-hpux11*): Define extra_parts. Don't use
23847 collect2.
23848 * pa-hpux11.h (LDD_SUFFIX, PARSE_LDD_OUTPUT): Undefine.
23849 (HAS_INIT_SECTION, LD_INIT_SWITCH, LD_FINI_SWITCH): Define.
23850 * pa64-hpux.h (HP_INIT_ARRAY_SECTION_ASM_OP,
23851 GNU_INIT_ARRAY_SECTION_ASM_OP, HP_FINI_ARRAY_SECTION_ASM_OP,
23852 GNU_FINI_ARRAY_SECTION_ASM_OP): Define.
23853 (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Define when not using
23854 elfos.h.
23855 (EH_FRAME_IN_DATA_SECTION): Delete define.
23856 (HAS_INIT_SECTION, LD_INIT_SWITCH, LD_FINI_SWITCH): Undefine.
23857 (STARTFILE_SPEC): Use crtbegin.o.
23858 (ENDFILE_SPEC): Use crtend.o.
23859 (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP, CRT_CALL_STATIC_FUNCTION,
23860 SUPPORTS_INIT_PRIORITY, PA_CXA_FINALIZE_STUB, PA_INIT_FINI_HACK,
23861 PA_INIT_FRAME_DUMMY_ASM_OP, PA_JV_REGISTERCLASSES_STUB,
23862 DTOR_LIST_BEGIN): Define.
23863 * pa.c (TARGET_ASM_CONSTRUCTOR): Define.
23864 (pa_asm_out_constructor, pa_asm_out_destructor): New functions.
23865 * som.h (SUPPORTS_INIT_PRIORITY): Delete define.
23866
23867 2002-12-31 Larin Hennessy <larin@science.oregonstate.edu>
23868
23869 * fixinc/fixinc.svr4: Remove references to i860, Sony NewsOS, and spur.
23870 * fixinc/inclhack.def: Remove tests for Apple A/UX, ARM/RISCiX, DG/UX,
23871 m88k-*-sysv3*, Sony NewsOS. Remove references to i860.
23872 Cleanup handling of replacement text.
23873 * fixinc/mkfixinc.sh: Remove reference to i?86-*-osf1*
23874
23875 2003-01-04 Bruce Korb <bkorb@gnu.org>
23876
23877 * fixinc/tests/base/math.h: removed obsolete results
23878 * fixinc/tests/base/stdlib.h: ditto
23879 * fixinc/tests/base/sys/param.h: ditto
23880 * fixinc/tests/base/sys/stat.h: ditto
23881 * fixinc/tests/base/time.h: ditto
23882 * fixinc/tests/base/X11/Intrinsic.h: removed obsolete file
23883 * fixinc/tests/base/sys/byteorder.h: ditto
23884 * fixinc/inclhack.def: Remove superfluous backslashes
23885
23886 2003-01-04 Kazu Hirata <kazu@cs.umass.edu>
23887
23888 * config/h8300/h8300-protos.h: Add prototypes for
23889 the new functions defined below.
23890 * config/h8300/h8300.c (TARGET_ASM_FUNCTION_PROLOGUE): Do not
23891 define.
23892 (dosize): Emit RTL instead of assembly code.
23893 (push): Likewise.
23894 (pop): Likewise.
23895 (h8300_output_function_prologue): Remove.
23896 (h8300_expand_prologue): New.
23897 (h8300_expand_epilogue): New.
23898 (h8300_output_function_epilogue): Do only the reset of
23899 pragma_saveall.
23900 * config/h8300/h8300.md (push_h8300): New.
23901 (push_h8300hs): Likewise.
23902 (pop_h8300): Likewise.
23903 (pop_h8300hs): Likewise.
23904 (*stm_h8300s_2): Change the name to stm_h8300s_2.
23905 (*stm_h8300s_3): Change the name to stm_h8300s_3.
23906 (*stm_h8300s_4): Change the name to stm_h8300s_4.
23907 (*ldm_h8300s_2): New.
23908 (*ldm_h8300s_3): Likewise.
23909 (*ldm_h8300s_4): Likewise.
23910 (return): Likewise.
23911 (*return_1): Likewise.
23912 (prologue): Likewise.
23913 (epilogue): Likewise.
23914 (monitor_prologue): Likewise.
23915
23916 2003-01-03 Dale Johannesen <dalej@apple.com>
23917
23918 * config/darwin.h: (EXTRA_SECTIONS): Add machopic_symbol_stub1,
23919 machopic_picsymbol_stub1.
23920 (EXTRA_SECTION_FUNCTIONS): Ditto.
23921 * rs6000/rs6000.c: Update copyright.
23922 (machopic_output_stub): Use them. Remove an insn from stub code.
23923
23924 2003-01-02 Jason Merrill <jason@redhat.com>
23925
23926 * fold-const.c (fold) [COND_EXPR]: Avoid NOP_EXPRs better.
23927
23928 * integrate.c (copy_decl_for_inlining): Don't clear the rtl for
23929 static/external decls.
23930
23931 * c-common.c (finish_fname_decls): Put the DECL_STMTs inside the
23932 outermost scope.
23933 * c-decl.c (c_make_fname_decl): Push the decls there, too.
23934
23935 2003-01-03 Kazu Hirata <kazu@cs.umass.edu>
23936
23937 * config/h8300/h8300-protos.h: Add a prototype for
23938 h8300_current_function_interrupt_function_p.
23939 * config/h8300/h8300.c (interrupt_handler): Remove.
23940 (os_task): Likewise.
23941 (monitor): Likewise.
23942 (pragma_interrupt): New.
23943 (WORD_REG_USED): Use
23944 h8300_current_function_interrupt_function_p.
23945 (dosize): Likewise.
23946 (h8300_output_function_prologue): Likewise.
23947 Do not set interrupt_handler, os_task, monitor.
23948 (h8300_output_function_prologue): Use
23949 h8300_current_function_interrupt_function_p.
23950 Do not set interrupt_handler, os_task, monitor.
23951 (h8300_current_function_interrupt_function_p): New.
23952 (h8300_pr_interrupt): Set pragma_interrupt.
23953 (h8300_insert_attributes): Reset pragma_interrupt.
23954
23955 2003-01-03 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
23956
23957 * doc/install.texi (Configuration): Fix markup for reference to
23958 gcc/config.gcc.
23959
23960 2003-01-02 Kazu Hirata <kazu@cs.umass.edu>
23961
23962 * config/h8300/h8300.md (*iorhi3_zext): Relax the condition.
23963 (*iorhi3_two_qi): Likewise.
23964 (*iorsi3_zexthi): Likewise.
23965 (*xorhi3_zextqi): Likewise.
23966 (*xorsi3_zexthi): Likewise.
23967 (*xorsi3_zextqi): Likewise.
23968
23969 2003-01-02 Kazu Hirata <kazu@cs.umass.edu>
23970
23971 * config/h8300/h8300.c (stack_pointer_operand): New.
23972 (const_int_gt_2_operand): Likewise.
23973 (const_int_ge_8_operand): Likewise.
23974 * config/h8300/h8300.md (a splitter): Likewise.
23975 (a peephole2): Likewise.
23976 * config/h8300/h8300-protos.h: Add prototypes for the new
23977 functions above.
23978
23979 2003-01-02 Steven Bosscher <s.bosscher@student.tudelft.nl>
23980
23981 * objc/Make-lang.in, objc/config-lang.in, objc/lang-specs.h,
23982 objc/objc-act.h: Fix copyright years.
23983
23984 2003-01-02 Steven Bosscher <s.bosscher@student.tudelft.nl>
23985
23986 * doc/passes.texi: Fix documentation for -fssa-ccp
23987
23988 2003-01-02 Neil Booth <neil@daikokuya.co.uk>
23989
23990 * gccbug.in: Update for new categories.
23991
23992 2003-01-01 Kazu Hirata <kazu@cs.umass.edu>
23993
23994 * config/h8300/h8300.md: Reorder some patterns.
23995
23996 2003-01-01 Kazu Hirata <kazu@cs.umass.edu>
23997
23998 * config/h8300/h8300.c (output_logical_op): Fix a warning.
23999
24000 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
24001
24002 * config/darwin-protos.h, config/c4x/c4x-protos.h,
24003 config/cris/cris-protos.h, config/i370/i370-protos.h,
24004 config/i960/i960-protos.h, config/ia64/ia64-protos.h,
24005 config/v850/v850-protos.h: Use struct, and don't conditionally
24006 compile on GCC_C_PRAGMA_H.
24007
24008 2003-01-01 Kazu Hirata <kazu@cs.umass.edu>
24009
24010 * config/arm/arm-protos.h: Remove #ifdef GCC_C_PRAGMA_H.
24011 * config/h8300/h8300-protos.h: Likewise.
24012 * config/sh/sh-protos.h: Likewise.
24013
24014 2003-01-01 Kazu Hirata <kazu@cs.umass.edu>
24015
24016 * config/arm/arm-protos.h: Use struct cpp_reader instead of
24017 cpp_reader.
24018 * config/h8300/h8300-protos.h: Likewise.
24019 * config/sh/sh-protos.h: Likewise.
24020
24021 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
24022
24023 * config/arm/arm.c (arm_pr_long_calls, arm_pr_no_long_calls,
24024 arm_pr_long_calls_off): Use struct.
24025 * config/h8300/h8300.c (h8300_pr-interrupt, h8300_pr_saveall)
24026 : Similarly.
24027 Don't include cpplib.h.
24028 * config/sh/sh.c (sh_pr_interrupt, sh_pr_trapa,
24029 sh_pr_nosave_low_regs): Similarly.
24030
24031 2003-01-01 Kazu Hirata <kazu@cs.umass.edu>
24032
24033 * config/h8300/h8300.c: Include cpplib.h.
24034
24035 2003-01-01 Steven Bosscher <s.bosscher@student.tudelft.nl>
24036
24037 * objc/Make-lang.in, objc/config-lang.in, objc/lang-options.h,
24038 objc/lang-specs.h, objc/objc-act.c, objc/objc-act.h,
24039 objc/objc-lang.c, objc/objc-tree.def: Replace "GNU CC" with
24040 "GCC" in the copyright header.
24041
24042 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
24043
24044 * c-pragma.c (c_register_pragma): New.
24045 (init_pragma): Use it.
24046 * c-pragma.h (cpp_register_pragma): Don't declare.
24047 (c_register_pragma): New.
24048 * cpplib.h: Remove #ifdef GCC_C_PRAGMA_H.
24049 * config/darwin.h (REGISTER_TARGET_PRAGMAS): Update.
24050 * config/arm/arm.h (REGISTER_TARGET_PRAGMAS): Update.
24051 * config/c4x/c4x.h (REGISTER_TARGET_PRAGMAS): Update.
24052 * config/h8300/h8300.h (REGISTER_TARGET_PRAGMAS): Update.
24053 * config/i370/i370.h (REGISTER_TARGET_PRAGMAS): Update.
24054 * config/i960/i960.h (REGISTER_TARGET_PRAGMAS): Update.
24055 * config/ia64/hpux.h (REGISTER_TARGET_PRAGMAS): Update.
24056 * config/rs6000/rs6000.h (REGISTER_TARGET_PRAGMAS): Update.
24057 * config/sh/sh.h (REGISTER_TARGET_PRAGMAS): Update.
24058 * config/v850/v850.h (REGISTER_TARGET_PRAGMAS): Update.
24059 * doc/tm.texi (REGISTER_TARGET_PRAGMAS): Update
24060
24061 See ChangeLog.8 for earlier changes.
This page took 1.002053 seconds and 6 git commands to generate.