]> gcc.gnu.org Git - gcc.git/blob - gcc/ChangeLog
inclhack.def (avoid_bool_define, [...]): Bypass with __cplusplus, not "we must use...
[gcc.git] / gcc / ChangeLog
1 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
2
3 * fixinc/inclhack.def (avoid_bool_define, avoid_bool_type): Bypass
4 with __cplusplus, not "we must use the C++ compiler's type"
5 * fixinc/inclhack.def (void_null): Note that Interix needs this.
6 * fixinc/fixincl.x: Regenerate.
7
8 2003-07-14 Geoffrey Keating <geoffk@apple.com>
9
10 * unwind-dw2-fde-darwin.c (live_image_destructor): Get seen_objects
11 and unseen_objects from the global data before calling
12 __deregister_frame_info_bases.
13 (examine_objects): Insert objects into the seen_objects list,
14 not unseen_objects.
15 (_Unwind_Find_FDE): Always unlock the global object lists, even if
16 we couldn't allocate a data structure to put in it.
17
18 * objc/objc-act.h (CLASS_SUPER_NAME): Add a little typechecking.
19 (TYPE_PROTOCOL_LIST): Share use of type.context with C frontend.
20 (SET_TYPE_PROTOCOL_LIST): New.
21 * objc/objc-act.c (get_static_reference): Use SET_TYPE_PROTOCOL_LIST.
22 (get_object_reference): Likewise.
23
24 Mon Jul 14 23:14:28 CEST 2003 Jan Hubicka <jh@suse.cz>
25
26 * cfglayout.c (locator_file): Break out from ....
27 (insn_file): ... here.
28 (locator_line): Break out from ....
29 (insn_line): ... here.
30 * rtl.h (locator_file, locator_line): Declare.
31 (final_start_function): Set proper line/file info.
32
33 2003-07-14 Gabriel Dos Reis <gdr@integrable-solutions.net>
34
35 * c-pretty-print.c (pp_c_unary_expression): A CONVERT_EXPR is
36 handled by pp_c_cast_expression.
37
38 2003-07-14 Richard Sandiford <rsandifo@redhat.com>
39
40 * config/mips/mips.c (mips_expand_prologue): Use a single insn to
41 allocate 32768 bytes of stack. Use addition rather than subtraction
42 when a single insn is enough.
43 * config/mips/mips.md: Remove insns and splitters for subtracting
44 constants.
45 (subsi3): Only accept register operands.
46 (subsi3_internal): Likewise. Use for TARGET_MIPS16 as well.
47 (subdi3_internal_3, subsi3_internal_2): Likewise.
48 (casesi): Use expand_binop to subtract the lower bound.
49
50 2003-07-14 Richard Sandiford <rsandifo@redhat.com>
51
52 * config/mips/mips.c (mips_in_small_data_p): Don't handle
53 TARGET_MIPS16 specially.
54
55 2003-07-14 Richard Sandiford <rsandifo@redhat.com>
56
57 * config/mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Use
58 mips_output_aligned_bss.
59 * config/mips/linux.h: Likewise.
60 * config/mips/mips-protos.h (mips_output_aligned_bss): Declare.
61 * config/mips/mips.c (mips_output_aligned_bss): New function.
62
63 * config/mips/elf.h (DBX_DEBUGGING_INFO): Delete.
64 * config/mips/elf64.h: Likewise.
65
66 * config/mips/elf.h (ASM_DECLARE_OBJECT_NAME): Use
67 mips_declare_object_name.
68 (ASM_FINISH_DECLARE_OBJECT): Likewise mips_finish_declare_object.
69 * config/mips/elf64.h: As for elf.h.
70 * config/mips/iris6.h: Likewise.
71 * config/mips/linux.h (ASM_DECLARE_OBJECT_NAME): As for elf.h.
72 * config/mips/mips.h (ASM_DECLARE_OBJECT_NAME): Remove unnecessary
73 do...while (0) block.
74 * config/mips/mips-protos.h (mips_declare_object_name): Declare.
75 (mips_finish_declare_object): Declare.
76 * config/mips/mips.c (mips_declare_object_name): New function.
77 (mips_finish_declare_object): New function.
78
79 * config/mips/elf.h (SBSS_SECTION_ASM_OP): Delete.
80 * config/mips/linux.h: Likewise.
81
82 * config/mips/mips.c (inside_function): Delete.
83 (file_in_function_warning, ignore_line_number): Delete.
84 (mips_output_filename): Don't warn about changing filenames within
85 a function.
86 (mips_output_lineno): Update accordingly.
87 (mips_output_function_prologue): Don't reset the deleted variables.
88 * config/mips/mips.h (inside_function): Delete.
89 (file_in_function_warning, ignore_line_number): Delete.
90
91 * config/mips/elf.h (OBJECT_FORMAT_COFF, EXTENDED_COFF): Remove undefs.
92 * config/mips/elf64.h: Likewise.
93 * config/mips/openbsd.h: Likewise.
94 * config/mips/iris5.h (OBJECT_FORMAT_COFF): Remove undefs.
95 * config/mips/linux.h: Likewise.
96 * config/mips/mips.h (OBJECT_FORMAT_COFF, EXTENDED_COFF): Delete.
97 (CODE_MASK, MIPS_IS_STAB, MIPS_MARK_STAB, MIPS_UNMARK_STAB): Delete.
98
99 * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): Add mips/sdb.h
100 to the list of include files when using gas.
101 (mips*el-*-openbsd*, mips*-*-openbsd*): Add mips/sdb.h unconditionally.
102 * config/mips/elf.h: Remove #undef SDB_DEBUGGING_INFO.
103 * config/mips/elf64.h: Likewise.
104 * config/mips/iris5.h: Likewise.
105 * config/mips/linux.h: Likewise.
106 * config/mips/iris5gas.h (SDB_DEBUGGING_INFO): Remove definition.
107 * config/mips/mips.h (PREFERRED_DEBUGGING_TYPE): Likewise.
108 (SDB_DEBUGGING_INFO, sdb*, SDB_ALLOW_*, PUT_SDB*): Move to...
109 * config/mips/sdb.h: ...this new file.
110
111 2003-07-14 Douglas Rupp <rupp@gnat.com>
112
113 * fixinc/server.c (server_setup): Don't use non-POSIX NULL first
114 argument to getcwd; use fixed buffer instead.
115
116 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
117
118 * fixinc/mkfixinc.sh: Treat OpenBSD normally.
119 * fixinc/fixinc.wrap: Delete.
120
121 2003-07-14 Dan Nicolaescu <dann@ics.uci.edu>
122
123 * ggc-page.c (extra_order_size_table): Insns have 9 slots. Regs
124 don't have 2.
125
126 2003-07-14 Dan Nicolaescu <dann@ics.uci.edu>
127
128 * ggc-page.c (struct globals): Add new fields to keep track of the
129 total allocated memory and overhead.
130 (ggc_print_statistics): Print them.
131 (ggc_alloc): Keep track of the total allocated memory and the
132 overhead.
133
134 * tree.c (dump_tree_statistics): Increase spacing.
135 (enum tree_node_kind): Move to ...
136 * tree.h (enum tree_node_kind): ... here.
137 (tree_node_counts, tree_node_sizes): Declare.
138
139 2003-07-14 James A. Morrison <ja2morri@student.math.uwaterloo.ca>
140
141 * doc/include/texinfo.tex: Upgrade to texinfo 4.6.
142
143 2003-07-14 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
144
145 PR optimization/11440
146 * gcse.c (try_replace_reg): Don't attach notes to ZERO_EXTRACT or
147 SIGN_EXTRACT SETs.
148
149 2003-07-14 Alan Modra <amodra@bigpond.net.au>
150
151 * doc/tm.texi (BLOCK_REG_PADDING): Describe.
152 * expr.h (struct locate_and_pad_arg_data): Add where_pad.
153 (emit_group_load, emit_group_store): Adjust declarations.
154 Remove most occurrences of #ifdef TREE_CODE.
155 * expr.c (emit_group_load): Add "type" param, and use
156 BLOCK_REG_PADDING to determine need for a shift. Optimize non-
157 aligned accesses if !SLOW_UNALIGNED_ACCESS.
158 (emit_group_store): Likewise.
159 (emit_push_insn, expand_assignment, store_expr, expand_expr): Adjust
160 emit_group_load and emit_group_store calls.
161 * calls.c (store_unaligned_arguments_into_pseudos): Tidy. Use
162 BLOCK_REG_PADDING to determine whether we need endian_correction.
163 (load_register_parameters): Localize vars. Handle shifting of
164 small values to the correct end of regs. Adjust emit_group_load
165 call.
166 (expand_call, emit_library_call_value_1): Adjust emit_group_load
167 and emit_group_store calls.
168 * function.c (assign_parms): Set mem alignment for stack slots.
169 Adjust emit_group_store call. Store values at the "wrong" end
170 of regs to the stack. Use BLOCK_REG_PADDING.
171 (locate_and_pad_parm): Save where_pad.
172 (expand_function_end): Adjust emit_group_load call.
173 * stmt.c (expand_value_return): Adjust emit_group_load call.
174 * Makefile.in (calls.o): Depend on $(OPTABS_H).
175 * config/rs6000/linux64.h (TARGET_LITTLE_ENDIAN): Redefine as 0.
176 (AGGREGATE_PADDING_FIXED, AGGREGATES_PAD_UPWARD_ALWAYS): Define.
177 (MUST_PASS_IN_STACK): Define.
178 (BLOCK_REG_PADDING): Define.
179 * config/rs6000/rs6000.h (struct rs6000_args): Remove orig_nargs.
180 (PAD_VARARGS_DOWN): Define in terms of FUNCTION_ARG_PADDING.
181 * config/rs6000/rs6000.c (init_cumulative_args): Don't set orig_nargs.
182 (function_arg_padding): !AGGREGATE_PADDING_FIXED compatibility code.
183 Act on AGGREGATES_PAD_UPWARD_ALWAYS.
184
185 2003-07-13 Aaron W. LaFramboise <awlaframboise@aol.com>
186
187 * config/i386/gthr-win32.c (__GTHREAD_HIDE_WIN32API): Define to 1.
188
189 2003-07-13 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
190
191 * expr.c (expand_expr, case COMPONENT_REF): If reg, copy OP0 to MEM
192 both if OFFSET specified and if result BLKmode for ARRAY_RANGE_REF.
193
194 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
195
196 PR other/11123
197 * toplev.c: Don't cut off option names.
198
199 2003-07-13 Andreas Jaeger <aj@suse.de>
200
201 * c-decl.c (link_hash_hash): Avoid warning about casting pointer
202 to integer of different size.
203
204 2003-07-13 Kazu Hirata <kazu@cs.umass.edu>
205
206 * combine.c (simplify_comparison): Convert (ne (and (not X) 1) 0)
207 to (eq (and X 1) 0).
208
209 2003-07-13 Andreas Jaeger <aj@suse.de>
210
211 * config.gcc: Add pmmintrin.h for x86_64-*-*.
212
213 2003-07-13 Zack Weinberg <zack@codesourcery.com>
214
215 * Makefile.in (LIBCPP_DEPS): Remove coretypes.h and $(TM_H).
216 (hashtable.o, line-map.o, mkdeps.o): Likewise, from dependency
217 list. Move these all together down by cpplib.
218
219 * cpplib.h: Don't refer to MAX_WCHAR_TYPE_SIZE when determining
220 definition of CPPCHAR_SIGNED_T.
221
222 * cppcharset.c, cpperror.c, cppexp.c, cppfiles.c, cpphash.c, cppinit.c
223 * cpplex.c, cpplib.c, cppmacro.c, cpppch.c, cpptrad.c, hashtable.c
224 * line-map.c, mkdeps.c: Don't include coretypes.h or tm.h.
225
226 * cpphash.c (_cpp_init_hashtable): Don't use gcc_obstack_init.
227 * cppinit.c (cpp_create_reader): Likewise.
228
229 * cpphash.h (scan_out_logical_line): Rename _cpp_scan_out_logical_line.
230 * cpptrad.c: Likewise. All callers changed.
231 * cpplib.c: All callers changed.
232 * c-ppoutput.c: Replace 'uchar' with 'unsigned char' throughout.
233 * hashtable.h: Define GTY(x) to nothing here too.
234
235 2003-07-13 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
236
237 * stor-layout.c (compute_record_mode): Remove very obsolete test
238 that forces BLKmode for records with fields crossing word boundary.
239
240 2003-07-13 Zack Weinberg <zack@codesourcery.com>
241
242 * Makefile.in: Remove orphan reference to acconfig.h.
243
244 2003-07-13 Andreas Jaeger <aj@suse.de>
245
246 * cgraphunit.c: Convert prototypes to ISO C90.
247
248 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
249
250 * fixinc/inclhack.def (avoid_wchar_t_type): Use __cplusplus bypass
251 (for OpenBSD).
252 * fixinc/fixincl.x: Rebuild.
253
254 2003-07-12 Zack Weinberg <zack@codesourcery.com>
255
256 * configure.in: Always define HAVE_AS_GOTOFF_IN_DATA for
257 i?86-*-*. Use correct name of cache variable.
258 * configure: Regenerate.
259
260 2003-07-12 Kazu Hirata <kazu@cs.umass.edu>
261
262 * config/alpha/alpha.c: Fix comment typos.
263 * config/alpha/alpha.md: Likewise.
264 * config/arm/arm.c: Likewise.
265 * config/arm/arm.md: Likewise.
266 * config/arm/lib1funcs.asm: Likewise.
267 * config/avr/avr.md: Likewise.
268 * config/arm/README-interworking: Fix typos.
269
270 2003-07-12 Kazu Hirata <kazu@cs.umass.edu>
271
272 * c-format.c: Fix comment formatting.
273 * c-typeck.c: Likewise.
274 * coverage.c: Likewise.
275 * cppcharset.c: Likewise.
276 * cpplib.c: Likewise.
277 * dbxout.c: Likewise.
278 * gcov-io.h: Likewise.
279 * toplev.c: Likewise.
280
281 2003-07-12 Nathanael Nerode <neroden@gcc.gnu.org>
282
283 * fixinc/inclhack.def (alpha_sbrk): Note that OpenBSD needs this
284 fix.
285
286 2003-07-12 Zack Weinberg <zack@codesourcery.com>
287
288 * aclocal.m4 (gcc_AC_CHECK_TYPE): Clone of AC_CHECK_TYPE,
289 uses three-argument AC_DEFINE so no acconfig.h entries are
290 needed.
291 (_gcc_COMPUTE_GAS_VERSION): Also provide gcc_cv_gas_vers
292 which contains the GAS version number as a scaled integer.
293 (gcc_GAS_VERSION_GTE_IFELSE): Use gcc_cv_gas_vers. Add
294 ability to check for ELF assembler.
295 (gcc_GAS_CHECK_FEATURE): New macro.
296 * configure.in: Use gcc_AC_CHECK_TYPE. Rewrite all
297 assembler feature checks using gcc_GAS_CHECK_FEATURE.
298 Use three-argument AC_DEFINE everywhere.
299 * acconfig.h: Deleted.
300 * config.in, configure: Regenerate.
301
302 2003-07-12 Nathanael Nerode <neroden@gcc.gnu.org>
303
304 * fixinc/inclhack.def (struct_sockaddr): Avoid "fixing" sockaddr_in
305 (on OpenBSD).
306 * fixinc/fixincl.x: Regenerate.
307
308 * fixinc/inclhack.def (gnu_types): Improve comment.
309
310 2003-07-12 Andreas Jaeger <aj@suse.de>
311
312 * fp-test.c (main): Use ISO C90 prototype.
313
314 * version.c: Remove unneded include of ansidecl.h.
315
316 * cgraph.h: Convert prototypes to ISO C90.
317 * cgraph.c: Likewise.
318 * fix-header.c: Likewise.
319 * ra.h: Likewise.
320 * protoize.c: Likewise.
321
322 Sat Jul 12 06:09:38 CEST 2003 Jan Hubicka <jh@suse.cz>
323
324 * cgraphunit.c (cgraph_inlined_into, cgraph_inlined_calees): Fix
325 warning.
326
327 Sat Jul 12 03:06:01 CEST 2003 Jan Hubicka <jh@suse.cz>
328 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
329
330 * cgraph.c (cgraph_max_uid): New global variable.
331 (cgraph_node): Set uid field.
332 (create_edge): Keep inline flags consistent.
333 (dump_cgraph): Dump more info.
334 * cgraph.h (struct cgraph_local_info): Remove inline_many and
335 can_inline_once; add inlinable, disgread_inline_limits, and self_insn
336 (struct cgraph_global_info): Add insns, calls, cloned_times,
337 will_be_output.
338 (struct cgraph_node): Add uid.
339 (struct cgraph_edge): Add inline_call.
340 (cgraph_max_uid, cgraph_inline_p): Declare.
341 * cgraph.c: Include params.h and fibheap.h
342 (cgraph_mark_functions_to_inline_once): Kill.
343 (INSNS_PER_CALL): New constant.
344 (ncalls_inlined, nfunctions_inlined, initial_insns, overall_insns): New
345 static variables.
346 (cgraph_finalize_function): Do not analyze inlining.
347 (cgraph_finalize_compilation_unit): Set inlining attributes.
348 (cgraph_mark_functions_to_output): More consistency checks.
349 (cgraph_optimize_function): Set current_function_decl to NULL.
350 (cgraph_expand_function): Use new inline flags.
351 (cgraph_postorder): Expand from cgraph_expand_functions.
352 (INLINED_TIMES, SET_INLINED_TIMES): New macros.
353 (cgraph_inlined_into, cgraph_inlined_callees,
354 cgraph_estimate_size_after_inlining, cgraph_estimate_growth,
355 cgraph_mark_inline, cgraph_check_inline_limits,
356 cgraph_default_inline_p, cgraph_decide_inling_of_small_functions,
357 cgraph_decide_inlining, cgraph_inline_p): New functions.
358 * params.def (PARAM_LARGE_FUNCTION_INSNS, PARAM_LARGE_FUNCTION_GROWTH,
359 PARAM_INLINE_UNIT_GROWTH): New parameters.
360 * tree-inline.c (struct inline_data): New field current_decl.
361 (expand_call_inline): Avoid forward declarations; use
362 inlinable_function_p.
363 (optimize_inline_calls): Set id.current_decl.
364
365 2003-07-11 Andrew Pinski <pinskia@physics.uc.edu>
366
367 * configure.in: Remove wrongly added definition of
368 local_prefix.
369 * configure: Regenerate.
370
371 2003-07-11 Dan Nicolaescu <dann@ics.uci.edu>
372
373 * rtl.def (NOTE): Do not use padding.
374
375 2003-07-11 Dara Hazeghi <dhazeghi@yahoo.com>
376
377 * doc/install.tex: Update required binutils for i?86-*-linux*
378
379 2003-07-11 Richard Henderson <rth@redhat.com>
380
381 * Makefile.in (stage1_build): Force OBJS-onestep=OBJS.
382
383 2003-07-11 Mark Mitchell <mark@codesourcery.com>
384
385 * varasm.c (make_decl_rtl): Treat decls with a DECL_CONTEXT of
386 TRANSLATION_UNIT_DECL as top_level.
387
388 2003-07-11 Jakub Jelinek <jakub@redhat.com>
389
390 * optabs.c (prepare_cmp_insn): Try cmpmemM first if it exists,
391 then fall back to cmpstrM.
392 * builtins.c (expand_builtin_memcmp): Likewise.
393 * config/s390/s390-protos.h (s390_expand_cmpstr): Rename to...
394 (s390_expand_cmpmem): ... this.
395 * config/s390/s390.md (cmpmemdi, cmpmemsi, cmpmem_short_64,
396 cmpmem_short_31, cmpmem_long_64, cmpmem_long_31): Renamed
397 from cmpstr* patterns. Rename call to s390_expand_cmpstr
398 to s390_expand_cmpmem.
399 * config/s390/s390.c (s390_expand_cmpstr): Rename to...
400 (s390_expand_cmpstr): ... this. Rename cmpstr* instructions
401 to cmpmem*.
402 * config/i370/i370.md (cmpmemsi, cmpmemsi_1): Renamed from
403 cmpstr* patterns.
404 * doc/md.texi (cmpstrM): Describe as String compare insn, not
405 Block compare insn.
406 (cmpmemM): Add.
407
408 2003-07-11 Loren James Rittle <ljrittle@acm.org>
409
410 * config/i386/freebsd.h (SET_ASM_OP): Remove.
411 (SUBTARGET_OVERRIDE_OPTIONS): Handle TARGET_64BIT case.
412 (ASM_COMMENT_START, ASM_APP_ON, ASM_APP_OFF, DBX_REGISTER_NUMBER
413 MCOUNT_NAME, SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE_SIZE): Whitespace.
414
415 2003-07-11 Richard Henderson <rth@redhat.com>
416
417 * function.c (assign_parms): Don't recombine complex args if
418 fnargs is unchanged from orig_fnargs.
419 (split_complex_args): Return args without complex before copying.
420 Re-layout the modified parameters.
421
422 2003-07-11 J"orn Rennecke <joern.rennecke@superh.com>
423
424 * regclass.c (choose_hard_reg_mode): Add third argument.
425 Changed all callers.
426 * rtl.h (choose_hard_reg_mode): Update declaration.
427 * dwarf2out.c (expand_builtin_init_dwarf_reg_sizes):
428 Take HARD_REGNO_CALL_PART_CLOBBERED into account.
429
430 2003-07-11 Geoffrey Keating <geoffk@apple.com>
431
432 * c-decl.c (finish_decl): Handle 'used' here...
433 * cgraphunit.c (cgraph_finalize_function): ... and here ...
434 * c-common.c: (handle_used_attribute): ... not here.
435
436 * configure.in (onstep): Support --enable-intermodule.
437 * Makefile.in (OBJS-common): New.
438 (OBJS-md): New.
439 (OBJS-archive): New.
440 (OBJS): Build from OBJS-common, OBJS-md, OBJS-archive.
441 (OBJS-onestep): New.
442 (libbackend.a): Support @onestep@.
443 (libbackend.o): New.
444 * configure: Regenerate.
445
446 * c-common.h (c_reset_state): New prototype.
447 (c_parse_file): New prototype.
448 (finish_file): Move prototype from c-tree.h.
449 * c-decl.c: Include <hashtab.h>.
450 (builtin_decls): New.
451 (current_file_decl): New.
452 (duplicate_decls): Add extra parameter. Change all callers. Don't
453 output duplicate common symbols.
454 (link_hash_hash): New.
455 (link_hash_eq): New.
456 (poplevel): Handle popping of the top level.
457 (warn_if_shadowing): Handle TRANSLATION_UNIT_DECL.
458 (pushdecl): Set DECL_CONTEXT to TRANSLATION_UNIT_DECL if appropriate.
459 (pushdecl_top_level): Likewise.
460 (redeclaration_error_message): Handle TRANSLATION_UNIT_DECL.
461 (c_init_decl_processing): Create TRANSLATION_UNIT_DECL.
462 (finish_decl): Handle TRANSLATION_UNIT_DECL.
463 (merge_translation_unit_decls): New.
464 (c_write_global_declarations): New.
465 (c_reset_state): New.
466 (implicitly_declare): Handle TRANSLATION_UNIT_DECL.
467 * c-lang.c (LANG_HOOKS_WRITE_GLOBALS): New.
468 * c-objc-common.c (c_cannot_inline_tree_fn): Handle
469 TRANSLATION_UNIT_DECL.
470 (c_objc_common_finish_file): Call merge_translation_unit_decls.
471 * c-opts.c (in_fnames): Rename from in_fname.
472 (c_common_decode_option): Handle multiple input filenames.
473 (c_common_post_options): Likewise.
474 (c_common_parse_file): Likewise; also, call c_parse_file rather than
475 yyparse.
476 * c-parse.in: Move cleanup code to c_parse_file.
477 (free_parser_stacks): Move contents to c_parse_file.
478 (c_parse_file): New.
479 * c-tree.h (union lang_tree_node): Chain along TYPE_NEXT_VARIANT
480 for integer types.
481 (C_DECL_FILE_SCOPE): New.
482 (finish_file): Move prototype to c-common.h.
483 (merge_translation_unit_decls): New prototype.
484 (comptypes): Add extra parameter to prototype.
485 (c_write_global_declarations): New prototype.
486 * c-typeck.c (tagged_types_tu_compatible_p): New.
487 (function_types_compatible_p): Add extra parameter, change all callers.
488 (type_lists_compatible_p): Likewise.
489 (comptypes): Likewise.
490 (struct tagged_tu_seen): New.
491 (tagged_tu_seen_base): New.
492 (build_unary_op): Handle TRANSLATION_UNIT_DECL.
493 (c_mark_addressable): Remove #if 0 code.
494 * calls.c (special_function_p): Handle TRANSLATION_UNIT_DECL, add
495 comment explaining why it shouldn't have to.
496 * cgraph.h (struct cgraph_node): Add chain_next and chain_prev GTY
497 options.
498 * cppinit.c (cpp_read_next_file): New.
499 (cpp_read_main_file): Use it.
500 * cpplib.c (undefine_macros): New.
501 (cpp_undef_all): New.
502 * cpplib.h (cpp_read_next_file): Prototype.
503 (cpp_undef_all): Prototype.
504 * langhooks-def.h (write_global_declarations): Remove prototype.
505 * toplev.h (write_global_declarations): Add prototype.
506 * tree.c (decl_type_context): Use switch statement, handle
507 TRANSLATION_UNIT_DECL.
508 * tree.def: Update documentation for TRANSLATION_UNIT_DECL.
509 (TRANSLATION_UNIT_DECL): New kind of tree.
510 * tree.h: Update documentation for TRANSLATION_UNIT_DECL.
511 * Makefile.in (c-decl.o): Add $(HASHTAB_H) to dependencies.
512 * doc/invoke.texi: Make attempt to document new functionality.
513
514 2003-05-19 Per Bothner <bothner@apple.com>
515
516 * gcc.c (combine_inputs): New.
517 (process_command): Set combine_inputs.
518 (do_spec_1): Handle combine_inputs.
519 (main): Likewise.
520
521 2003-07-10 James E Wilson <wilson@tuliptree.org>
522
523 PR optimization/9745
524 * loop.c (loop_iv_add_mult_emit_before): Call loop_regs_update before
525 loop_insn_emit_before.
526 (loop_iv_add_mult_sink, loop_iv_add_mult_hoist): Likewise.
527
528 2003-07-10 Zack Weinberg <zack@codesourcery.com>
529
530 * cppcharset.c: Fix comment.
531 (iconv_close [!HAVE_ICONV]): #define to (void)0 to prevent warning.
532 (EILSEQ): #define to EINVAL if not already defined.
533 (convert_using_iconv): #if out when !HAVE_ICONV.
534 (init_iconv_desc): Handle !HAVE_ICONV here...
535 (cpp_init_iconv): ...not here.
536
537 2003-07-11 Neil Booth <neil@daikokuya.co.uk>
538
539 * common.opt: More --help messages.
540 * opts.c (print_help): Use puts().
541 * toplev.c (f_options): Remove help text.
542 (display_help): Don't dump f_options.
543
544 2003-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
545
546 * fixinc/mkfixinc.sh: Drop reference to unsupported alpha-*-interix*.
547 Move i?86-*-interix* to the don't-fix list.
548 * fixinc/fixinc.interix: Delete with extreme prejudice.
549
550 2003-07-10 Dara Hazeghi <dhazeghi@yahoo.com>
551
552 PR bootstrap/10758
553 * doc/install.texi: Document requirements for ia64-*-hpux* target.
554
555 2003-07-10 Roger Sayle <roger@eyesopen.com>
556
557 * config/ia64/hpux.h (TARGET_C99_FUNCTIONS): Define.
558
559 2003-07-10 Zack Weinberg <zack@codesourcery.com>
560
561 * cppcharset.c (one_utf8_to_cppchar, one_cppchar_to_utf8,
562 one_utf8_to_utf32, one_utf32_to_utf8, one_utf8_to_utf16,
563 one_utf16_to_utf8, conversion_loop, convert_utf8_utf16,
564 convert_utf8_utf32, convert_utf16_utf8, convert_utf32_utf8,
565 convert_no_conversion, convert_using_iconv): New functions.
566 (APPLY_CONVERSION): New macro.
567 (struct conversion, conversion_tab): New data structure.
568 (init_iconv_desc): Check conversion_tab for a custom conversion
569 primitive before trying to use iconv.
570 (convert_cset): Deleted.
571 (cpp_init_iconv): Use UTF- terminology, not UCS-.
572 (_cpp_destroy_iconv): Update to match.
573 (_cpp_valid_ucn): We don't need iconv to implement UCNs.
574 (convert_ucn): Use one_cppchar_to_utf8 and APPLY_CONVERSION.
575 (convert_escape, cpp_interpret_string): Use APPLY_CONVERSION.
576 (_cpp_interpret_string_notranslate): New function, moved here
577 from cpplib.c.
578
579 * cpphash.h (convert_f, struct cset_converter): New types.
580 (struct cpp_reader): narrow_cset_desc and wide_cset_desc
581 are now struct cset_converter, not bare iconv_t.
582 Update prototypes.
583 * cpplib.c (interpret_string_notranslate): Moved to cppcharset.c;
584 all callers changed.
585
586 2003-07-10 Kelley Cook <kelleycook@wideopenwest.com>
587
588 * Makefile.in (options.h): Depend on Makefile. Add move-if-change
589 to opts.sh command line.
590 * opts.sh: Write to temporary files with a move-if-change at the end.
591
592 2003-06-30 Denis Chertykov <denisc@overta.ru>
593 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
594
595 * combine.c (gen_binary): Handle the CLOBBER rtx and
596 don't build a binary operation with it.
597
598 2003-07-10 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
599
600 * gcse.c (load_kills_store, find_loads, store_killed_in_insn,
601 store_killed_after, store_killed_before): Keep track of the correct
602 dependency function to use.
603
604 2003-07-10 Steven Bosscher <steven@gcc.gnu.org>
605 * toplev.c (do_compile): Don't try to open dump files before
606 lang_dependent_init initializes dump_base_name.
607
608 2003-07-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
609
610 * config/arm/arm.c (arm_init_iwmmxt_builtins, arm_expand_builtin):
611 Use ARRAY_SIZE.
612 * config/frv/frv.c (frv_expand_builtin): Likewise.
613 * config/sh/sh.c (sh_media_init_builtins): Likewise.
614
615 2003-07-09 Mark Mitchell <mark@codesourcery.com>
616
617 PR c++/10032
618 * doc/invoke.texi (C++ Dialect Options): Change documentation of
619 -fpermissive.
620
621 2003-07-10 J"orn Rennecke <joern.rennecke@superh.com>
622
623 * tm.texi (RETURN_ADDR_OFFSET): Document.
624
625 2003-07-10 Nathan Sidwell <nathan@codesourcery.com>
626
627 * gcov-io.h: Update documentation.
628 (GCOV_UNSIGNED2STRING): New.
629 (GCOV_TAG_FUNCTION_LENGTH, GCOV_TAG_BLOCKS_LENGTH,
630 GCOV_TAG_ARCS_LENGTH, GCOV_TAG_COUNTER_LENGTH,
631 GCOV_TAG_SUMMARY_LENGTH): Adjust.
632 (GCOV_TAG_BLOCKS_NUM, GCOV_TAG_ARCS_NUM,
633 GCOV_TAG_COUNTER_NUM): New.
634 (GCOV_BLOCK_SIZE): Number of words.
635 (gcov_var): Adjust buffer type.
636 * gcov-io.c (gcov_write_bytes, gcov_read_bytes): Rename to ...
637 (gcov_write_words, gcov_read_words): ... here. Take a 4-byte word
638 count, not byte count.
639 (gcov_open): Adjust overread init.
640 (gcov_allocate, gcov_write_unsigned, gcov_write_counter,
641 gcov_write_string, gcov_write_tag, gcov_write_length,
642 gcov_write_tag_length): Adjust.
643 (gcov_read_unsigned, gcov_read_counter, gcov_read_string): Adjust.
644 (gcov_sync, gcov_seek): Adjust.
645 * gcov-dump.c (print_usage): Show gcc version only.
646 (dump_file): Use GCOV_UNSIGNED2STRING.
647 (tag_blocks, tag_arcs, tag_counters): Use GCOV_TAG_*_NUM macros.
648 * gcov.c (print_version): Show gcc version only.
649 (read_graph_file): Use GCOV_UNSIGNED2STRING. Use
650 GCOV_TAG_*_NUM macros.
651 (read_count_file): Use GCOV_UNSIGNED2STRING. Use
652 GCOV_TAG_COUNTER_LENGTH.
653 * coverage.c (read_counts_file): Use GCOV_UNSIGNED2STRING.
654 Use GCOV_TAG_COUNTER_NUM.
655 * libgcov.c (gcov_version): Use GCOV_UNSIGNED2STRING.
656 (__gcov_merge_single, __gcov_merge_delta): Use GCOV_CHECK.
657
658 2003-07-10 Andreas Schwab <schwab@suse.de>
659
660 * gcov-dump.c (dump_file): Fix missing address operator.
661
662 2003-07-10 Kazu Hirata <kazu@cs.umass.edu>
663
664 PR c/11449
665 * fold-const.c (sign_bit_p): Return EXP if VAL is the sign bit
666 of HOST_WIDE_INT.
667 (fold_single_bit_test): If sign_bit_p() fails, assume that the
668 bit being tested is not a sign bit.
669
670 2003-07-10 Kazu Hirata <kazu@cs.umass.edu>
671
672 * config/h8300/h8300.md (a peephole2): New.
673
674 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
675
676 2001-12-13 Alexandre Oliva <aoliva@redhat.com>
677 * config/mn10300/linux.h (LINK_SPEC): Rename the dynamic linker
678 from ld-linux.so.2 to ld.so.1.
679 2001-11-18 Alexandre Oliva <aoliva@redhat.com>
680 * config/mn10300/linux.h (LINK_SPEC): -lpthread, not -lthread.
681 * config/mn10300/linux.h (LINK_SPEC): Don't handle -Wl,-rpath
682 nor -Wl,-rpath-link.
683 (LIB_SPEC): Add -rpath-link if !static.
684 2001-08-22 Alexandre Oliva <aoliva@redhat.com>
685 * config/mn10300/mn10300.c (mn10300_protect_label): New
686 variable.
687 * config/mn10300/linux.h (PRINT_OPERAND,
688 PRINT_OPERAND_ADDRESS): Set it during their execution.
689 (ASM_OUTPUT_LABELREF): Output `+' before symbol name if
690 mn10300_protect_label is set.
691 * config/mn10300/linux.h (LINK_SPEC): Recognize -Wl,-rpath and
692 -Wl,-rpath-link.
693 (LIB_SPEC, STARTFILE_SPEC): Define.
694 2001-05-11 Alexandre Oliva <aoliva@redhat.com>
695 * config/mn10300/t-linux (dp-bit.c, fp-bit.c): Don't define
696 FLOAT_BIT_ORDER_MISMATCH.
697 2001-05-09 Alexandre Oliva <aoliva@redhat.com>
698 * config.gcc (am33_2.0-*-linux*): Added.
699 * config/mn10300/linux.h: New.
700 * config/mn10300/t-linux: New.
701
702 2003-07-10 Andreas Jaeger <aj@suse.de>
703
704 * fold-const.c: Properly wrap prototypes.
705
706 2003-07-09 Alexandre Oliva <aoliva@redhat.com>
707
708 2003-06-16 Alexandre Oliva <aoliva@redhat.com>
709 * config/mn10300/mn10300.c (mn10300_unspec_int_label_counter):
710 Moved from...
711 * config/mn10300/mn10300.md (GOTaddr2picreg): ... here.
712 * config/mn10300/mn10300.h: GTY-declare it.
713 2003-06-11 Alexandre Oliva <aoliva@redhat.com>
714 * config/mn10300/mn10300.c (mn10300_encode_section_info): Fix
715 prototype. Use incoming RTL argument.
716 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
717 * config/mn10300/mn10300.md (int_label): Move C statements...
718 (GOTaddr2picreg): ... here.
719 2002-08-15 Alexandre Oliva <aoliva@redhat.com>
720 * config/mn10300/mn10300.h (ENCODE_SECTION_INFO): Move...
721 * config/mn10300/mn10300.c (mn10300_encode_section_info):
722 ... here. New function.
723 (TARGET_ENCODE_SECTION_INFO): Define to it.
724 2001-11-04 Alexandre Oliva <aoliva@redhat.com>
725 * config/mn10300/mn10300.md (builtin_setjmp_receiver): Fix typo in
726 pattern name.
727 (mn10300_loadPC): Define as insn splittable after reload.
728 2001-05-13 Alexandre Oliva <aoliva@redhat.com>
729 * config/sh/mn10300.h (JUMP_TABLES_IN_TEXT_SECTION): Let them
730 be defined in .rodata even in PIC, now that the assembler
731 supports that.
732 2001-05-09 Alexandre Oliva <aoliva@redhat.com>
733 * config/mn10300/mn10300.h (GOT_SYMBOL_NAME): Don't let the
734 symbol take an underscore prefix.
735 2001-04-14 Alexandre Oliva <aoliva@redhat.com>
736 * config/mn10300/mn10300-protos.h (legitimate_pic_operand_p,
737 legitimize_pic_address): Declare.
738 * config/mn10300/mn10300.h (CONDITIONAL_REGISTER_USAGE): Mark
739 the PIC register as fixed.
740 (EXTRA_CONSTRAINT): Match UNSPEC_PLT and UNSPEC_PIC for 'S'.
741 (GO_IF_LEGITIMATE_ADDRESS): Require legitimate_pic_operand for
742 PIC.
743 (LEGITIMATE_PIC_OPERAND_P): Define.
744 (PIC_OFFSET_TABLE_REGNUM): Define.
745 (GOT_SYMBOL_NAME): Define.
746 (SYMBOLIC_CONST_P): Define.
747 (ENCODE_SECTION_INFO): Use SYMBOL_REF_FLAG to mark local
748 symbols.
749 (MN10300_GLOBAL_P): Test it.
750 (OUTPUT_ADDR_CONST_EXTRA): Handle PIC-related unspecs.
751 (JUMP_TABLES_IN_TEXT_SECTION): Enable for PIC.
752 * config/mn10300/mn10300.c (print_operand): Handle unspec.
753 (expand_prologue): Set PIC register.
754 (call_address_operand): Don't match SYMBOL_REFs in PIC.
755 (legitimize_address): Call legitimize_pic_address.
756 (legitimize_pic_address): New fn.
757 (legitimate_pic_operand_p): New fn.
758 * config/mn10300/mn10300.md (PIC_REG, SP_REG): New constants.
759 (UNSPEC_INT_LABEL, UNSPEC_PIC, UNSPEC_GOT, UNSPEC_GOTOFF,
760 UNSPEC_PLT): New constants.
761 (pop_pic_reg): New insn.
762 (movsi): Adjust non-PIC addresses.
763 (builtin_setjmp_receiver): Restore the PIC register.
764 (casesi): New insn.
765 (call): Adjust non-PIC addresses.
766 (int_label, GOTaddr2picreg): New expands.
767 (am33_loadPC): New insn.
768 (mn10300_loadPC): New expand.
769 (call_next_insn): New insn.
770 (add_GOT_to_pic_reg): New expand.
771 (symGOT2reg, symGOT2reg_i): New expands.
772 (symGOTOFF2reg, symGOTOFF2reg_i): New expands.
773 (sym2PIC, sym2PLT): New expands.
774
775 2003-07-09 Alexandre Oliva <aoliva@redhat.com>
776
777 * config/mn10300/mn10300.h (PREDICATE_CODES): Define.
778 2001-05-01 Alexandre Oliva <aoliva@redhat.com>
779 * config/mn10300/mn10300.md (sqrtsf2): flag_fast_math was renamed
780 to flag_unsafe_math_optimizations.
781 2001-04-14 Alexandre Oliva <aoliva@redhat.com>
782 * config/mn10300/mn10300.c (expand_prologue): Mark
783 FP-register-saving insns as frame-related.
784 2001-02-13 Alexandre Oliva <aoliva@redhat.com>
785 * config/mn10300/mn10300.c
786 (mn10300_get_live_callee_saved_regs): Don't search past
787 LAST_EXTENDED_REGNUM.
788 (mn10300_gen_multiple_store, store_multiple_operation): Likewise.
789 * config/mn10300/mn10300.md: Remove excessive line breaks from
790 `@' output patterns that were accounted as additional
791 alternatives.
792 * config/mn10300/mn10300.md, config/mn10300/mn10300.c:
793 Re-introduce changes accidentally removed in Richard Sandiford's
794 2000-12-05's patch.
795 * config/mn10300/t-mn10300 (MULTILIB_OPTIONS, MULTILIB_DIRNAMES):
796 Re-instate am33-2 lost in merge from net GCC.
797 2000-08-26 Alexandre Oliva <aoliva@redhat.com>
798 * config/mn10300/mn10300.h (DBX_REGISTER_NUMBER): Added
799 floating-point registers.
800 2000-08-07 Alexandre Oliva <aoliva@redhat.com>
801 * config/mn10300/mn10300.md (movdf): Revert some am33-specific
802 pessimizations that had gone in on 2000-05-08.
803 2000-06-28 Graham Stott <grahams@cygnus.co.uk>
804 * config/mn10300/mn10300.h (REG_CLASS_CONTENTS): Fix typo.
805 2000-06-22 Graham Stott <grahams@cygnus.co.uk>
806 * config/mn10300/mn10300.md (movqi): Use nonimmediate_operand for
807 operand 0.
808 * (movhi): Likewise.
809 * (movsi): Likewise.
810 * (movsf): Likewise.
811 * (movdi): Likewise.
812 * (movdf): Likewise.
813 Wed May 24 13:16:09 2000 Alexandre Oliva <aoliva@cygnus.com>
814 * config/mn10300/mn10300.c (fp_regs_to_save): New function.
815 (can_use_return_insn, initial_offset): Add fp_regs_to_save.
816 (expand_prologue, expand_epilogue): Save and restore FP regs.
817 2000-05-20 Alexandre Oliva <aoliva@cygnus.com>
818 * config/mn10300/mn10300.md (movdi, movdf): 64-bit clean-up.
819 2000-05-13 Alexandre Oliva <aoliva@cygnus.com>
820 * config/mn10300/mn10300.md (abssf2, negsf2, rsqrtsf2, addsf3,
821 subsf3, mulsf3, divsf3, fmaddsf4, fmsubsf4, fnmaddsf4, fnmsubsf4):
822 Do not clobber cc0.
823 2000-05-12 Alexandre Oliva <aoliva@cygnus.com>
824 * config/mn10300/mn10300.md (abssf2, negsf2, rsqrtsf2):
825 Discourage the two-argument, longer opcodes.
826 (addsf3, subsf3, mulsf3, divsf3): Likewise for three-argument
827 ones.
828 * config/mn10300/mn10300.h (struct mn10300_cc_status_mdep): New.
829 (CC_STATUS_MDEP, CC_STATUS_MDEP_INIT): Define.
830 * config/mn10300/mn10300.md (cmpsf): New pattern.
831 (branch): Test mdep.fpCC and output fbCC.
832 * config/mn10300/mn10300.c (print_operand): Output conditions.
833 (notice_cc_update): Recognize fcmp and set mdep.fpCC.
834 2000-05-10 Alexandre Oliva <aoliva@cygnus.com>
835 * config/mn10300/mn10300.md (movsf, movdf, addsf3, subsf3,
836 mulsf3, divsf3): Use the `F' constraint for FP values.
837 * config/mn10300/mn10300.c (const_1f_operand): New function.
838 * config/mn10300/mn10300-protos.h (const_1f_operand): Declare.
839 * config/mn10300/mn10300.md (sqrtsf2): New expand.
840 (rsqrtsf2): New insn.
841 2000-05-09 Alexandre Oliva <aoliva@cygnus.com>
842 * config/mn10300/mn10300.md (movdf): Oops, I missed it in my
843 previous check-in.
844 2000-05-08 Alexandre Oliva <aoliva@cygnus.com>
845 * config/mn10300/mn10300.md (abssf2, negdf2): On
846 TARGET_AM33_2, expand to...
847 (abssf2_am33_2, negdf2_am33_2): New insns.
848 (addsf3, subsf3, mulsf3, divsf3): Likewise.
849 (fmaddsf4, fmsubsf4, fnmaddsf4, fnmsubsf4): Likewise.
850 * config/mn10300/mn10300.md (movqi, movhi, movsi, movsf,
851 movdi, movdf): Added FP regs.
852 * invoke.texi (-mam33-2, -mno-am33-2): Document.
853 2000-04-29 Alexandre Oliva <aoliva@cygnus.com>
854 * config/mn10300/mn10300.h (FIRST_FP_REGNUM, LAST_FP_REGNUM):
855 New macros.
856 (REGNO_AM33_2_FP_P): Renamed to...
857 (REGNO_FP_P): Redefine in terms of FIRST_* and LAST_*.
858 (CONDITIONAL_REGISTER_USAGE, REGNO_REG_CLASS): Likewise.
859 2000-04-27 Alexandre Oliva <aoliva@cygnus.com>
860 * config/mn10300/mn10300.h (REG_CLASS_CONTENTS): Remove FP
861 regs from GENERAL_REGS.
862 2000-04-27 Alexandre Oliva <aoliva@cygnus.com>
863 * config/mn10300/mn10300.h (REGNO_AM33_2_FP_P): New macro.
864 * config/mn10300/mn10300.c (mn10300_address_cost): Added FP_REGS.
865 * config/mn10300/mn10300.h (REGISTER_MOVE_COST): Added FP_REGS.
866 2000-04-23 Alexandre Oliva <aoliva@cygnus.com>
867 * config/mn10300/mn10300.h (CLASS_CANNOT_CHANGE_SIZE): Defined
868 as FP_REGS.
869 2000-04-21 Alexandre Oliva <aoliva@cygnus.com>
870 * config/mn10300/mn10300.h (OK_FOR_Q): New macro.
871 (EXTRA_CONSTRAINT): Added OK_FOR_Q.
872 * config/mn10300/mn10300.c (secondary_reload_class): Adjust.
873 * config/mn10300/mn10300.c (print_operand): Support `D' for doubles.
874 * config/mn10300/mn10300.h (FIRST_PSEUDO_REGISTER): Adjust.
875 (FIXED_REGISTERS, CALL_USED_REGISTERS, REG_ALLOC_ORDER): Added
876 AM33/2.0 floating-point registers.
877 (CONDITIONAL_REGISTER_USAGE): Adjust.
878 (enum reg_class, REG_CLASS_NAMES): Added FP_REGS and FP_ACC_REGS.
879 (REG_CLASS_CONTENTS, REGNO_REG_CLASS): Adjust.
880 (REG_CLASS_FROM_LETTER): Added `f' and `A'.
881 (REGISTER_NAMES, ADDITIONAL_REGISTER_NAMES): Adjust.
882 * config/mn10300/t-mn10300 (MULTILIB_OPTIONS): Added am33-2.
883 (MULTILIB_DIRNAMES): Likewise.
884 * config/mn10300/mn10300.h (CPP_SPEC): Define `__AM33__=2' and
885 `__AM33_2__' when `-mam33-2' is given.
886 (TARGET_AM33_2): Define.
887 (TARGET_SWITCHES): Adjust.
888 * config/mn10300/mn10300.c (asm_file_start): Print `.am33_2'
889 when appropriate.
890
891 2003-07-09 Matt Kraai <kraai@alumni.cmu.edu>
892
893 * doc/install.texi: Add missing @.
894
895 2003-07-09 Bob Wilson <bob.wilson@acm.org>
896
897 * config/xtensa/xtensa.h (CRT_CALL_STATIC_FUNCTION): Define.
898
899 2003-07-09 Aldy Hernandez <aldyh@redhat.com>
900
901 PR/11144
902 * config/i386/i386.c (ix86_function_arg_boundary): Remove abort.
903
904 2003-07-09 Nathanael Nerode <neroden@gcc.gnu.org>
905
906 PR bootstrap/11043
907 * config/arc/t-arc: Replace bogus references to "x-crtinit.o",
908 "x-crtfini.o" with "crtinit.o", "crtfini.o".
909
910 * fixinc/inclhack.def (limits_ifndefs): Add select test.
911 * fixinc/fixincl.x: Rebuild.
912
913 * fixinc/inclhack.def (math_exception): Improve bypass and comment.
914 * fixinc/fixincl.x: Rebuild.
915
916 2003-07-09 Hans-Peter Nilsson <hp@bitrange.com>
917
918 * doc/install.texi (Configuration): Document the valgrind option
919 to --enable-checking.
920
921 Wed Jul 9 16:16:30 CEST 2003 Jan Hubicka <jh@suse.cz>
922
923 * objc-lang.c (LANG_HOOKS_TREE_INLINING_ESTIMATE_NUM_INSNS): New.
924
925 2003-07-09 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
926
927 * c-lex.c (cb_ident): Cast cstr.text to const char *.
928
929 2003-07-09 Nathan Sidwell <nathan@codesourcery.com>
930
931 * gcov-io.h: Update documentation.
932 (GCOV_GRAPH_SUFFIX, GCOV_GRAPH_MAGIC): Rename to GCOV_NOTE_SUFFIX,
933 GCOV_NOTE_MAGIC.
934 (GCOV_DATA_SUFFIX, GCOV_NOTE_SUFFIX): Update.
935 (GCOV_DATA_MAGIC, GCOV_NOTE_MAGIC): Make non-palindromic.
936 (struct gcov_var): Change buffer's type. Add endian flag.
937 (gcov_open): Remove mode in libgcov.
938 (gcov_magic): Prototype.
939 * gcov-io.c (from_file): New.
940 (gcov_open): Clear endian flag.
941 (gcov_magic): New.
942 (gcov_write_bytes, gcov_read_bytes): Return gcov_unsigned_t
943 pointers.
944 (gcov_write_unsigned, gcov_write_counter, gcov_write_string,
945 gcov_write_tag, gcov_write_length, gcov_write_tag_length): Update.
946 (gcov_read_unsigned, gcov_read_counter, gcov_read_string): Update.
947 * gcov-iov.c (main): Correct cast.
948 * coverage.c (read_counts_file): Use gcov_magic. Remove endianness
949 conversion.
950 (gcov_begin_output): Use GCOV_NOTE_MAGIC.
951 (coverage_init): Use GCOV_NOTE_SUFFIX.
952 * libgcov.c (gcov_version_mismatch): Remove endianness conversion.
953 Rename to gcov_version, and return flag.
954 (gcov_exit): Use gcov_version.
955 (__gcov_init): Use gcov_version.
956 * Makefile.in (coverageexts): Update.
957 * gcov.c (print_version): Remove endianness conversion.
958 (create_file_names): Use GCOV_NOTE_SUFFIX.
959 (read_graph_file): Use gcov_magic.
960 (read_count_file): Likewise.
961 * gcov-dump.c (dump_file): Remove endianness conversion, use
962 gcov_magic.
963
964 2003-07-09 Nathan Sidwell <nathan@codesourcery.com>
965
966 * configure.in (BUILD_PREFIX, BUILD_PREFIX_1): Set if enable
967 coverage is on.
968 * configure: Regenerated.
969 * Makefile.in (ALL_CFLAGS): Correct its comment.
970
971 2003-07-08 Mark Mitchell <mark@codesourcery.com>
972
973 * fold-const.c (make_range): Do not access operand 1 for a
974 zero-operand operator.
975
976 2003-07-09 Neil Booth <neil@daikokuya.co.uk>
977
978 * toplev.c (warn_dummy, W_options): Die.
979 (display_help): Don't print W_options.
980 * common.opt: Add W_options help from toplev.c.
981
982 2003-07-09 Andreas Jaeger <aj@suse.de>
983
984 * opts.c (wrap_help): Only pass int arguments as arguments to
985 printf's '*' modifier. Change argument of function.
986
987 2003-07-08 Matt Kraai <kraai@alumni.cmu.edu>
988
989 * doc/invoke.texi: Fix misspelling of "@item".
990
991 2003-07-08 Kazu Hirata <kazu@cs.umass.edu>
992
993 * config/i386/i386.md: Remove an old comment about
994 NOTICE_UPDATE_CC.
995
996 Wed Jul 9 03:00:10 CEST 2003 Jan Hubicka <jh@suse.cz>
997
998 * cgraph.c (cgraph_node_name): New function.
999 (dump_cgraph): Use it.
1000 * cgraph.h (cgraph_dump_file): Declare.
1001 (cgraph_node_name): Declare.
1002 * cgraphunit.c: Include timevar.h
1003 (cgraph_finalize_compilation_unit): Use timevar; reorganize dumps.
1004 (cgraph_optimize_function): Use TV_INTEGRATION.
1005 (cgraph_mark_local_functions): reorganize dumps.
1006 (cgraph_mark_functions_to_inline_once): Likewise.
1007 (cgraph_optimize): Likewise; use timevar.
1008 * timevar.def (TV_CGRAPH, TV_CGRAPHOPT): New.
1009 * toplev.c (dump_file_index): Add DFI_cgraph.
1010 (dump_file_info): Likewise.
1011 (cgraph_dump_file): New global variable.
1012 (do_compile): Open and close cgraph dump.
1013 * invoke.texi (-d): Document new flag; renumber.
1014
1015 2003-07-08 Roger Sayle <roger@eyesopen.com>
1016
1017 PR c/11370
1018 * calls.c (emit_call_1): Don't bother popping the arguments off of
1019 the stack after a noreturn function call; The adjustment is dead.
1020 (expand_call): Likewise.
1021
1022 2003-07-08 Geoffrey Keating <geoffk@apple.com>
1023
1024 * expr.c (MOVE_MAX_PIECES): Move from here...
1025 * defaults.h (MOVE_MAX_PIECES): ... to here.
1026
1027 2003-07-08 Matt Kraai <kraai@alumni.cmu.edu>
1028
1029 * Makefile.in (stage1-start): Handle an empty SUBDIRS.
1030
1031 2003-07-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1032
1033 * genattr.c (internal_dfa_insn_code): Don't prototype.
1034 * genattrtab.c (attr_desc): Add `static_p' field.
1035 (expand_units): Make blockage range and ready cost functions
1036 static.
1037 (write_attr_get): Don't add extern prototypes in C file. Mark
1038 static functions as appropriate.
1039 (find_attr, make_internal_attr): Initialize static_p.
1040 * genattrtab.h (ATTR_STATIC): New macro.
1041 * genautomata.c (output_internal_reset_func): Mark output function
1042 as inline.
1043 (make_internal_dfa_insn_code_attr): Mark output function as static.
1044
1045 2003-07-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1046
1047 * genattrtab.h: Add new macros for attr `special' flags.
1048 * genattrtab.c (attr_desc): Reorder/resize fields better.
1049 Use attr `special' macros in all calls to make_internal_attr.
1050 * genautomata.c: Likewise.
1051
1052 Wed Jul 9 02:25:39 CEST 2003 Jan Hubicka <jh@suse.cz>
1053
1054 * c-common.c (c_estimate_num_insns_1): New static function.
1055 (c_estimate_num_insns): New global function.
1056 * c-common.h (DECL_NUM_STMTS): Rename to...
1057 (DECL_ESTIMATED_INSNS): ... this.
1058 (c_estimate_num_insns): Declare.
1059 * c-decl.c (duplicate_decls): Use DECL_ESTIMATED_INSNS.
1060 * c-lang.c (LANG_HOOKS_TREE_INLINING_ESTIMATE_NUM_INSNS): New.
1061 * c-semantics.c (add_stmt): Do not account statements.
1062 * langhooks-def.h (LANG_HOOKS_TREE_INLINING_ESTIMATE_NUM_INSNS):
1063 New.
1064 * langhooks.h (lang_hooks_for_tree_inlining): Add
1065 estimate_num_insns
1066 * params.def (max-inline-insns-auto, max-inline-insns-auto): set
1067 to 100.
1068 (max-inline-insns): set to 300.
1069 (min-inline-insns): set to 10.
1070 * tree-inline.c (struct inline_data): Rename inlined_stmts to
1071 inlined-insns.
1072 (INSNS_PER_STMT): Kill.
1073 (inlinable_function_p): Compute and store body size.
1074 (expand_call_inline): Likewise.
1075 (optimize_inline_calls): Likewise.
1076
1077 2003-07-08 James E Wilson <wilson@tuliptree.org>
1078
1079 PR target/10021
1080 * emit-rtl.c (set_mem_attribute_minus_bitpos): When handle ARRAY_REF,
1081 loop over new variable t2 instead of t.
1082
1083 2003-07-08 Danny Smith <dannysmith@users.sourceforge.net>
1084
1085 PR bootstrap/11455
1086 * config/i386/winnt.c: Replace use of error(), warning() with
1087 error_with_decl(), warning_with_decl(), throughout.
1088
1089 2003-07-08 Neil Booth <neil@daikokuya.co.uk>
1090
1091 * opts.c (wrap_help): Use unsigned int, not size_t.
1092
1093 2003-07-08 Stephane Carrez <stcarrez@nerim.fr>
1094
1095 * config/m68hc11/m68hc11.h (HAVE_AS_DWARF2_DEBUG_LINE): Don't define
1096 as .file/.loc directives are incompatible with linker relaxation.
1097
1098 2003-07-08 Zack Weinberg <zack@codesourcery.com>
1099
1100 * Makefile.in (fixinc.sh): Remove gnu-regex.[ch] from dependencies.
1101 * fixinc/Makefile.in: Remove all references to gnu-regex.[och].
1102 * fixinc/fixfixes.c, fixinc/fixincl.c, fixinc/fixlib.c
1103 * fixinc/fixtests.c: Use xregexec not regexec, xregcomp not regcomp.
1104 * fixinc/fixlib.h: Include xregex.h not gnu-regex.h.
1105 * fixinc/inclhack.def (hpux10_cpp_pow_inline, hpux11_cpp_pow_inline):
1106 Escape { and } characters which are not part of range expressions.
1107 * fixinc/fixincl.x: Regenerate.
1108 * fixinc/gnu-regex.c, fixinc/gnu-regex.h: Delete file.
1109
1110 2003-07-08 Steven Bosscher <steven@gcc.gnu.org>
1111
1112 PR c/1687
1113 * tree-inline.c (find_alloca_call): Use
1114 walk_tree_without_duplicates, instead of walk_tree.
1115 (find_builtin_longjmp_call): Likewise.
1116 * c-objc-common.c (c_cannot_inline_fn): Likewise.
1117 * c-semantics.c (find_reachable_label): Likewise.
1118
1119 2003-07-08 Jakub Jelinek <jakub@redhat.com>
1120
1121 PR c/11420
1122 * config/i386/i386.c (ix86_check_movabs): New function.
1123 * config/i386/i386-protos.h (ix86_check_movabs): New prototype.
1124 * config/i386/i386.md (movabs[shqd]i_1_rex64): Kill broken alternative.
1125 (movabs[shqd]i_[12]_rex64): Add ix86_check_movabs check to conditions.
1126
1127 2003-07-08 Chris Demetriou <cgd@broadcom.com>
1128
1129 * Makefile.in (install-po): Cope with empty CATALOGS.
1130
1131 2003-07-08 Richard Sandiford <rsandifo@redhat.com>
1132
1133 * config/mips/elf64.h (TARGET_ASM_UNIQUE_SECTION): Delete.
1134 (EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Delete.
1135 (SECTION_FUNCTION_TEMPLATE): Delete.
1136 * config/mips/elf.h: As for elf64.h.
1137 (ASM_OUTPUT_ALIGNED_BSS): Use named_section rather than sbss_section.
1138 * config/mips/linux.h: As for elf.h
1139 * config/mips/iris6gld.h (TARGET_ASM_UNIQUE_SECTION): Delete.
1140 * config/mips/iris6.h (EXTRA_SECTIONS): Delete.
1141 (EXTRA_SECTION_FUNCTIONS): Remove sdata_section. Remove the handling
1142 of in_sdata from current_section_name and current_section_flags.
1143 * config/mips/iris6gld.h (TARGET_ASM_UNIQUE_SECTION): Delete.
1144 * config/mips/mips.h (sdata_section, sbss_section): Remove prototypes.
1145 (MASK_GP_OPT, TARGET_GP_OPT): Delete.
1146 (MASK_NO_FUSED_MADD): Use MASK_GP_OPT's old value.
1147 (TARGET_SWITCHES): Neuter gpOPT, gpopt, no-gpOPT and no-gpopt.
1148 (SMALL_DATA_SECTION, EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Remove.
1149 * config/mips/mips.c (TARGET_IN_SMALL_DATA_P): Override.
1150 (TARGET_SECTION_TYPE_FLAGS): Override if TARGET_IRIX6.
1151 (mips_classify_symbol): Use SYMBOL_REF_SMALL_P.
1152 (override_options): Remove setting of MASK_GPOPT.
1153 (mips_output_external): Use mips_in_small_data_p to check whether a
1154 symbol needs an .extern directive. Don't emit such directives for
1155 TARGET_EXPLICIT_RELOCS.
1156 (mips_declare_object): Update accordingly.
1157 (mips_select_rtx_section): Call named_section rather than
1158 SMALL_DATA_SECTION.
1159 (mips_select_section): Use default_elf_section_section for everything
1160 except .text string constants.
1161 (mips_in_small_data_p): New function.
1162 (mips_encode_section_info): Remove small data handling.
1163 (mips_unique_section): Delete.
1164 (iris6_section_type_flags): New function.
1165 * doc/tm.texi: Remove documentation of -mgpopt and -mhalf-pic.
1166
1167 2003-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1168
1169 PR Target/11453
1170 * pa.md: Disparage all mtsar constraints.
1171 (extzv, extv, insv): Don't fail on length of {32|64}.
1172
1173 2003-07-08 Zack Weinberg <zack@codesourcery.com>
1174
1175 * system.h: Poison MAP_CHARACTER.
1176 * config/i370/i370-protos.h (mvs_map_char): Delete.
1177 * config/i370/i370.c (ascebc, ebcasc, mvs_map_char): Delete.
1178 * config/i370/i370.h (MAP_CHARACTER): Delete definition.
1179 (ASM_OUTPUT_ASCII): Don't use MAP_CHARACTER.
1180
1181 2003-07-08 Danny Smith <dannysmith@users.sourceforge.net>
1182
1183 * toplev.c (randomize): Correct call to time().
1184
1185 2003-07-08 Jakub Jelinek <jakub@redhat.com>
1186
1187 * unroll.c (reg_dead_after_loop): Check for reg in REG_EQUAL and
1188 REG_EQUIV notes as well.
1189
1190 2003-07-08 Kazu Hirata <kazu@cs.umass.edu>
1191
1192 * doc/md.texi: Fix the description of addmodecc.
1193
1194 2003-07-07 Zack Weinberg <zack@codesourcery.com>
1195
1196 * Makefile.in (top_builddir): Set to "..", not ".".
1197 (INTLLIBS, INTLDEPS): Delete.
1198 (LIBINTL, LIBINTL_DEP, LIBICONV_DEP): New variables to be substituted.
1199 (LIBDEPS): Add $(LIBICONV_DEP).
1200 (LIBS): Take out $(INTLLIBS), add $(LIBINTL) and $(LIBICONV).
1201 (INCLUDES): Replace -I../intl with @INCINTL@.
1202 ($(top_builddir)/intl/libintl.a): Delete rule.
1203 (stage2-start, stage3-start, stage4-start, stageprofile-start,
1204 stagefeedback-start): Use $$ for variable to be evaluated by
1205 shell, not make.
1206 * acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT,
1207 HAVE_LC_MESSAGES, HAVE_STPCPY): Delete.
1208 * aclocal.m4: sinclude ../config/progtest.m4. Add
1209 contents of lcmessage.m4 from gettext distro.
1210 * configure.in: Check for wchar.h and setlocale. Set
1211 LIBICONV_DEP to the empty string and substitute it.
1212 Call AM_LC_MESSAGES. Delete AC_ARG_ENABLE for --enable-nls;
1213 this is handled elsewhere. Use ZW_GNU_GETTEXT_SISTER_DIR,
1214 not CY_GNU_GETTEXT. Clear $LIBICONV if its text is included
1215 in $LIBINTL, to avoid linking it twice.
1216 * configure, config.in: Regenerate.
1217
1218 2003-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
1219
1220 * fixinc/mkfixinc.sh: Remove winnt support.
1221 * fixinc/fixinc.winnt: Delete with extreme prejudice.
1222
1223 2003-07-08 Neil Booth <neil@daikokuya.co.uk>
1224
1225 * Makefile.in: Update.
1226 * c-opts.c (c_common_handle_option): opt_text now contains the '-'.
1227 * c.opt: Update documentation.
1228 * common.opt: Add some help text.
1229 * opts.c: Include intl.h.
1230 (wrap_help, print_help): New.
1231 (find_opt, handle_option, common_handle_option): opt_text now
1232 contains the '-'. Use print_help to output help.
1233 * opts.h (struct cl_option): New member "help".
1234 * opts.sh: Update to handle help text output and to prepend
1235 options with '-'.
1236 * toplev.c (display_help): Remove some help text.
1237
1238 2003-07-07 David Edelsohn <edelsohn@gnu.org>
1239 Fariborz Jahanian <fjahanian@apple.com>
1240
1241 * configure.in: Test for PowerPC mfcr field support in assembler.
1242 * config.in, configure: Regenderated.
1243
1244 * config/rs6000/power4.md: Add mfcrf reservation.
1245 * config/rs6000/rs6000-protos.h (mfcr_operation): Declare.
1246 * config/rs6000/rs6000.c (mfcr_operation): Define.
1247 (print_operand): Add 'Q' case for mfcrf.
1248 * config/rs6000/rs6000.h (TARGET_MFCRF): New.
1249 * config/rs6000/rs6000.md (attribute "type"): Add mfcrf.
1250 (movcc_internal1): Emit optional field operand for mfcr and set
1251 "type" attribute appropriately.
1252 (mfcr SCC): Likewise.
1253 (movesi_from_cr_one): New.
1254
1255 2003-07-07 Roger Sayle <roger@eyesopen.com>
1256
1257 * config/i386/i386.md: Correct check-in of incorrect version.
1258
1259 2003-07-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1260
1261 * bitmap.c (debug_bitmap_file): Merge uses of HOST_PTR_PRINTF with
1262 adjacent stdio calls.
1263 * c-decl.c (c_print_identifier): Likewise.
1264 * mips-tfile.c (write_varray, write_object, allocate_cluster): Likewise.
1265 * print-rtl.c (print_rtx): Likewise.
1266 * print-tree.c (print_node_brief, print_node): Likewise.
1267 * system.h (HOST_PTR_PRINTF): Ensure we have a literal string.
1268
1269 * configure.in (AC_COMPILE_CHECK_SIZEOF): Check for `void *'.
1270 * config.in, configure: Regenerated.
1271
1272 2003-07-07 Roger Sayle <roger@eyesopen.com>
1273
1274 PR target/10979
1275 * config/i386/i386.md (atan2df3, atan2sf3, atan2xf3, atan2tf3):
1276 Changed to define_expand patterns that copy operand[1] to prevent
1277 it from being clobbered before emitting an atan2?f3_1 insn.
1278 (atan2df3_1, atan2sf3_1, atan2xf_1, atan2tf3_1): New define_insn
1279 patterns that actually specify the behaviour of x87's FPATAN.
1280
1281 2003-07-07 Jakub Jelinek <jakub@redhat.com>
1282
1283 * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Remove bogus
1284 clearing of SYMBOL_FLAG_LOCAL bit.
1285 If vcall_offset fits into signed 16-bit immediate, use
1286 one instruction for both addition and load.
1287
1288 2003-07-07 Neil Booth <neil@daikokuya.co.uk>
1289
1290 * opts.c (common_handle_option): Correct handling of the
1291 -falign- switches that do and don't take an argument.
1292
1293 2003-07-07 Kazu Hirata <kazu@cs.umass.edu>
1294
1295 * config/h8300/h8300.md (pushqi1_h8300hs): Revert my patch
1296 today.
1297 (pushhi1_h8300hs): Likewise.
1298
1299 2003-07-07 Andreas Jaeger <aj@suse.de>
1300
1301 * genextract.c: Convert remaining prototypes to ISO C90.
1302
1303 * cpplex.c (_cpp_free_buff): Convert prototype to ISO C90.
1304 * fold-const.c (fold_single_bit_test): Likewise.
1305 * diagnostic.c (default_diagnostic_finalizer): Likewise.
1306 * cfgrtl.c (rtl_redirect_edge_and_branch): Likewise.
1307
1308 * gengtype.c (write_array): Generate ISO C90 prototypes.
1309
1310 * genflags.c (gen_proto): Generate ISO C90 prototypes.
1311
1312 2003-07-07 Roger Sayle <roger@eyesopen.com>
1313
1314 PR optimization/11059
1315 * expr.c (can_store_by_pieces): Return true if length is zero.
1316 (store_by_pieces): If length is zero and endp is two, abort,
1317 othwerise, if length is zero and endp is not two, return "to".
1318 (clear_by_pieces): Do nothing if length is zero.
1319 (clear_storage): Do nothing if length is zero.
1320 (store_constructor): Simplify code when size is zero, or the
1321 target has already been cleared. This avoids emitting a
1322 blockage instruction when initializing empty structures.
1323
1324 2003-07-07 Andreas Jaeger <aj@suse.de>
1325
1326 * mips-tfile.c: Convert prototypes to ISO C90.
1327 * mips-tdump.c: Convert prototypes to ISO C90.
1328
1329 2003-07-07 Nathan Sidwell <nathan@codesourcery.com>
1330
1331 * rtl.h (emit_line_note): Take a location_t.
1332 (emit_line_note_force): Remove.
1333 (set_file_and_line_for_statement): Take a location_t.
1334 * tree.g (emit_line_note): Take a location_t.
1335 * emit-rtl.c (emit_line_note): Take a location_t.
1336 (emit_line_note_force): Remove.
1337 * function.c (init_function_start): Adjust emit_line_note call.
1338 (expand_function_end): Use force_next_line_note, not
1339 emit_line_note_force.
1340 * c-parse.in (maybe_type_qual): Adjust emit_line_note calls.
1341 * c-semantics.c (genrtl_do_pushlevel, genrtl_goto_stmt,
1342 genrtl_expr_stmt_value, genrtl_decl_stmt, genrtl_if_stmt,
1343 genrtl_while_stmt, genrtl_do_stmt_1, genrtl_return_stmt,
1344 genrtl_for_stmt, genrtl_break_stmt, genrtl_continue_stmt,
1345 genrtl_continue_stmt, genrtl_switch_stmt,
1346 genrtl_asm_stmt): Likewise.
1347 * expr.c (expand_expr): Likewise.
1348 * integrate.c (expand_inline_function): Likewise.
1349 * stmt.c (set_file_and_line_for_stmt): Take a location_t.
1350 (expand_decl_init): Adjust emit_line_note call.
1351
1352 2003-07-07 Dale Johannesen <dalej@apple.com>
1353
1354 * config/rs6000/darwin-tramp.asm: Fix trampolines. PR 10900.
1355
1356 2003-07-07 Andreas Jaeger <aj@suse.de>
1357
1358 * config/i386/i386-protos.h: Convert prototypes to ISO C90.
1359 * config/i386/i386.c: Likewise.
1360
1361 2003-07-07 Kazu Hirata <kazu@cs.umass.edu>
1362
1363 * config/h8300/h8300.md: Use gen_int_mode instead of
1364 GEN_INT (trunc_int_for_mode (...)).
1365
1366 2003-07-07 Kazu Hirata <kazu@cs.umass.edu>
1367
1368 * config/h8300/h8300.md (pushqi1_h8300hs): Optimize by pushing
1369 2 bytes and then subtract 2 from the stack pointer.
1370 (pushhi1_h8300hs): Likewise.
1371
1372 2003-07-07 Nathan Sidwell <nathan@codesourcery.com>
1373
1374 * configure.in (enable_coverage): Remove -DSELF_COVERAGE, add
1375 -frandom-seed.
1376 * configure: Regenerated.
1377 * Makefile.in: Remove extraneous comment.
1378 * toplev.c (randomize): Protect against potential multiple calls.
1379 * doc/invoke.texi (-frandom-seed): Document use for in coverage
1380 files.
1381
1382 2003-07-07 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1383 Eric Botcazou <ebotcazou@libertysurf.fr>
1384
1385 PR optimization/11198
1386 * alias.c (objects_must_conflict_p): Return 1 if the types have
1387 the same alias set, not if the alias sets only conflict.
1388
1389 2003-07-07 Andrew Pinski <pinskia@physics.uc.edu>
1390
1391 * cppcharset.c (ICONV_CONST): Define iff !HAVE_ICONV.
1392 (convert_cset): Change inbuf to type ICONV_CONST char.
1393 * Makefile.in (LIBS): Add LIBICONV.
1394
1395 * doc/invoke.texi (-falign-functions): Document that
1396 when n is zero then a machine-dependent default is used.
1397 (-falign-labels): Document that when n is zero then a
1398 machine-dependent default is used and that -falign-labels =1
1399 is equivalent to -fno-align-labels.
1400 (-falign-loops): Likewise.
1401 (-falign-jumps): Likewise.
1402
1403 2003-07-06 Art Haas <ahaas@airmail.net>
1404
1405 * f/global.c (ffeglobal_type_string_): Fix obsolete GCC array
1406 initializer syntax.
1407
1408 2003-07-06 James E Wilson <wilson@tuliptree.org>
1409
1410 PR optimization/9812
1411 * rtl.h (mem_for_const_double): Delete prototype.
1412 * varasm.c (mem_for_const_double): Delete function.
1413 * config/m68k/hp320.h, config/m68k/linux.h, config/m68k/m68kelf.h,
1414 config/m68k/m68kv4.h, config/m68k/netbsd-elf.h
1415 (LEGITIMATE_PIC_OPERAND_P): Delete duplicate definitions.
1416 * config/m68k/m68k.h (LEGITIMATE_CONSTANT_P): Disallow XFmode.
1417 (LEGITIMATE_PIC_OPERAND_P): Delete CONST_DOUBLE tests.
1418 * config/m68k/m68k.md (movxf): Add reload_in_progress guard. Add
1419 comment about confused support for XFmode constants.
1420
1421 Mon Jul 7 02:03:56 CEST 2003 Jan Hubicka <jh@suse.cz>
1422
1423 * cfglayout.c (fixup_reorder_chain): Call delete_dead_jumptables.
1424
1425 2003-07-06 Kazu Hirata <kazu@cs.umass.edu>
1426
1427 * config/h8300/h8300.c: Fix comment typos.
1428 * config/h8300/h8300.md: Likewise.
1429 * config/i386/athlon.md: Likewise.
1430 * config/i386/i386.c: Likewise.
1431 * config/i386/pentium.md: Likewise.
1432 * config/ia64/ia64.c: Likewise.
1433 * config/ia64/itanium1.md: Likewise.
1434 * config/ia64/itanium2.md: Likewise.
1435 * config/m32r/m32r.md: Likewise.
1436 * config/m68hc11/m68hc11.c: Likewise.
1437 * config/mcore/mcore.c: Likewise.
1438 * config/mips/sr71k.md: Likewise.
1439 * config/mips/t-iris5-as: Likewise.
1440 * config/mmix/mmix.h: Likewise.
1441 * config/ns32k/ns32k.h: Likewise.
1442 * config/ns32k/NOTES: Fix a typo.
1443
1444 2003-07-06 Andreas Jaeger <aj@suse.de>
1445
1446 * stmt.c: Convert remaining prototypes to ISO C90.
1447 * cfglayout.c: Likewise.
1448 * dbxout.c: Likewise.
1449 * gcc.c: Likewise.
1450 * genemit.c: Likewise.
1451
1452 * basic-block.h: Convert prototypes to ISO C90.
1453 * c-parse.in: Likewise.
1454 * c-pragma.h: Likewise.
1455 * c-typeck.c: Likewise.
1456 * cfghooks.h: Likewise.
1457 * cfgloopanal.c: Likewise.
1458 * dbxout.h: Likewise.
1459 * debug.h: Likewise.
1460 * dwarf2asm.h: Likewise.
1461 * gcov.c: Likewise.
1462 * gengtype-lex.l: Likewise.
1463 * sched-int.h: Likewise.
1464 * timevar.c: Likewise.
1465
1466 2003-07-06 Neil Booth <neil@daikokuya.co.uk>
1467
1468 * c-common.h (c_comon_handle_filename,
1469 c_common_missing_arguement): New.
1470 * c-lang.c (LANG_HOOKS_HANDLE_FILENAME,
1471 LANG_HOOKS_MISSING_ARGUMENT): New.
1472 * c-opts.c (missing_arg): Rename c_common_missing_argument,
1473 update to be an appropriate langhook.
1474 (c_common_handle_option): Don't handle filenames.
1475 (c_common_handle_filename): New.
1476 * hooks.c (hook_void_constcharptr,
1477 hook_bool_constcharptr_size_t_false): New.
1478 * hooks.h (hook_void_constcharptr,
1479 hook_bool_constcharptr_size_t_false): New.
1480 * langhooks-def.h (LANG_HOOKS_HANDLE_FILENAME,
1481 LANG_HOOKS_MISSING_ARGUMENT): New.
1482 (LANG_HOOKS_INITIALIZER): Update.
1483 * langhooks.h (struct lang_hooks): Add handle_filename and
1484 missing_argument.
1485 * opts.c (handle_option): Don't handle filenames here, but ...
1486 (handle_options): ... here.
1487 (common_handle_option): Don't handle missing arguments here.
1488 * objc/objc-lang.c (LANG_HOOKS_HANDLE_FILENAME,
1489 LANG_HOOKS_MISSING_ARGUMENT): New.
1490
1491 2003-07-06 Neil Booth <neil@daikokuya.co.uk>
1492
1493 * Makfile.in: Remove traces of mbchar.
1494 * c-parse.in (MULTIBYTE_CHARS): Remove.
1495 * config.in (MULTIBYTE_CHARS): Remove.
1496 * configure: Remove --enable-mbchar.
1497 * configure.in: Remove --enable-mbchar.
1498 * mbchar.c, mbchar.h: Remove.
1499 * system.h: Poison MULTIBYTE_CHARS.
1500 * config/linux-aout.h (MULTIBYTE_CHARS): Remove.
1501 * config/linux.h (MULTIBYTE_CHARS): Remove.
1502 * config/svr4.h (MULTIBYTE_CHARS): Remove.
1503 * config/sparc/linux.h (MULTIBYTE_CHARS): Remove.
1504
1505 2003-07-06 Andreas Jaeger <aj@suse.de>
1506
1507 * varray.c (varray_check_failed): Fix typo.
1508
1509 * unroll.c: Convert prototypes to ISO C90.
1510 * varasm.c: Likewise.
1511 * varray.c: Likewise.
1512 * varray.h: Likewise.
1513 * vmsdbgout.c: Likewise.
1514 * xcoffout.c: Likewise.
1515 * xcoffout.h: Likewise.
1516
1517 2003-07-06 Nathan Sidwell <nathan@codesourcery.com>
1518
1519 * gcov-io.h: Add a local time stamp.
1520 (struct gcov_info): Add stamp field.
1521 (gcov_truncate): New.
1522 * coverage.c (read_counts_file): Skip the stamp.
1523 (coverage_begin_output): Write the stamp.
1524 (build_gcov_info): Declare and init the stamp.
1525 (coverage_finish): Only unlink data file, if stamp is zero.
1526 * gcov-dump.c (dump_file): Dump the stamp.
1527 * gcov.c (bbg_stamp): New.
1528 (release_structures): Clear bbg_stamp.
1529 (read_graph_file): Read stamp.
1530 (read_count_file): Check stamp.
1531 * libgcov.c (gcov_exit): Check stamp and truncate if needed.
1532
1533 2003-07-06 Nathan Sidwell <nathan@codesourcery.com>
1534
1535 * tree.h (default_flag_random_seed): Remove.
1536 * toplev.h (local_tick): Declare.
1537 * tree.c (flag_random_seed, default_flag_random_seed): Move to
1538 toplev.c.
1539 (append_random_chars): Don't call default_flag_random_seed.
1540 * toplev.c (flag_random_seed): Define here. Set local_tick.
1541 (local_tick): Define.
1542 (randomize): New, moved from tree.c.
1543 (print_switch_values): Adjust.
1544 (toplev_main): Call randomize.
1545
1546 2003-07-06 Nathan Sidwell <nathan@codesourcery.com>
1547
1548 * tree.h (crc32_string): Declare.
1549 * tree.c (append_random_chars): Remove.
1550 (crc32_string): New.
1551 (get_file_function_name_long): Use crc32_string here.
1552
1553 2003-07-06 Andreas Jaeger <aj@suse.de>
1554
1555 * gcc.c: Convert prototypes to ISO C90.
1556 * gcc.h: Likewise.
1557 * gcov-dump.c: Likewise.
1558 * gcov-iov.c: Likewise.
1559 * gcse.c: Likewise.
1560 * genattrtab.h: Likewise.
1561 * ggc.h: Likewise.
1562 * global.c: Likewise.
1563 * graph.c: Likewise.
1564 * graph.h: Likewise.
1565 * hosthooks.h: Likewise.
1566 * hooks.h: Likewise.
1567 * hooks.c: Likewise.
1568 * hashtable.h: Likewise.
1569 * hashtable.c: Likewise.
1570 * haifa-sched.c: Likewise.
1571 * integrate.h: Likewise.
1572 * integrate.c: Likewise.
1573 * input.h: Likewise.
1574 * ifcvt.c: Likewise.
1575 * jump.c: Likewise.
1576 * langhooks-def.h: Likewise. Add extern to prototypes.
1577 * langhooks.c: Likewise.
1578 * langhooks.h: Likewise.
1579 * lcm.c: Likewise.
1580 * local-alloc.c: Likewise.
1581 * loop-init.c: Likewise.
1582 * loop-unroll.c: Likewise.
1583 * loop-unswitch.c: Likewise.
1584 * loop.c: Likewise.
1585 * loop.h: Likewise. Add extern to prototypes.
1586 * machmode.h: Likewise.
1587 * main.c: Likewise.
1588 * mbchar.c: Likewise.
1589 * mbchar.h: Likewise.
1590 * mkdeps.c: Likewise.
1591 * mkdeps.h: Likewise.
1592 * optabs.c: Likewise.
1593 * optabs.h: Likewise.
1594 * output.h: Likewise.
1595 * gccspec.c: Likwise.
1596 * postreload.c: Likewise.
1597 * prefix.c: Likewise.
1598 * prefix.h: Likewise.
1599 * print-rtl.c: Likewise.
1600 * print-tree.c: Likewise.
1601 * profile.c: Likewise.
1602 * read-rtl.c: Likewise.
1603 * real.c: Likewise.
1604 * real.h: Likewise.
1605 * recog.c: Likewise.
1606 * recog.h: Likewise.
1607 * reg-stack.c: Likewise.
1608 * regclass.c: Likewise.
1609 * regmove.c: Likewise.
1610 * regrename.c: Likewise.
1611 * regs.h: Likewise.
1612 * reload.c: Likewise.
1613 * reload.h: Likewise.
1614 * reload1.c: Likewise.
1615 * reorg.c: Likewise.
1616 * resource.c: Likewise.
1617 * resource.h: Likewise.
1618 * rtl-error.c: Likewise.
1619 * rtl.c: Likewise.
1620 * rtl.h: Likewise.
1621 * rtlanal.c: Likewise.
1622 * sbitmap.c: Likewise.
1623 * sbitmap.h: Likewise.
1624 * scan-decls.c: Likewise.
1625 * scan.c: Likewise.
1626 * sched-deps.c: Likewise.
1627 * sched-ebb.c: Likewise.
1628 * sched-int.h: Likewise.
1629 * sched-rgn.c: Likewise.
1630 * sched-vis.c: Likewise.
1631 * sibcall.c: Likewise.
1632 * simplify-rtx.c: Likewise.
1633 * sreal.c: Likewise.
1634 * sreal.h: Likewise.
1635 * ssa-ccp.c: Likewise.
1636 * ssa-dce.c: Likewise.
1637 * ssa.c: Likewise.
1638 * ssa.h: Likewise.
1639 * stack.h: Likewise.
1640 * stmt.c: Likewise.
1641 * stor-layout.c: Likewise.
1642 * stringpool.c: Likewise.
1643 * target.h: Likewise.
1644 * timevar.c: Likewise.
1645 * timevar.h: Likewise.
1646 * tlink.c: Likewise.
1647 * tracer.c: Likewise.
1648 * tree-inline.c: Likewise.
1649 * tree-inline.h: Likewise.
1650 * tree.c: Likewise.
1651 * tree.h: Likewise.
1652
1653 2003-07-05 Kazu Hirata <kazu@cs.umass.edu>
1654
1655 * combine.c (nonzero_bits1): Fix a warning.
1656
1657 2003-07-05 Kazu Hirata <kazu@cs.umass.edu>
1658
1659 * config/h8300/h8300.c (compute_mov_length): Correct the
1660 length of loading CONST0_RTX (SFmode).
1661
1662 2003-07-05 Nathan Sidwell <nathan@codesourcery.com>
1663
1664 * toplev.c (output_clean_symbol_name): Remove.
1665 * toplev.h (output_clean_symbol_name): Remove.
1666 * config/alpha/alpha.c (unicosmk_output_module_name): Use
1667 lbasename & clean_symbol_name.
1668
1669 2003-07-05 Kazu Hirata <kazu@cs.umass.edu>
1670
1671 * ggc.h: Follow spelling conventions.
1672 * config/i386/i386.c: Likewise.
1673 * config/i386/winnt.c: Likewise.
1674 * config/rs6000/rs6000.c: Likewise.
1675
1676 2003-07-05 Kazu Hirata <kazu@cs.umass.edu>
1677
1678 * bt-load.c: Fix comment typos.
1679 * c-incpath.c: Likewise.
1680 * cfg.c: Likewise.
1681 * cfgcleanup.c: Likewise.
1682 * cfgloop.h: Likewise.
1683 * cfgloopmanip.c: Likewise.
1684 * cfgrtl.c: Likewise.
1685 * diagnostic.h: Likewise.
1686 * dwarfout.c: Likewise.
1687 * emit-rtl.c: Likewise.
1688 * et-forest.c: Likewise.
1689 * et-forest.h: Likewise.
1690 * expr.c: Likewise.
1691 * gcse.c: Likewise.
1692 * genattr.c: Likewise.
1693 * jump.c: Likewise.
1694 * langhooks.h: Likewise.
1695 * local-alloc.c: Likewise.
1696 * loop-unroll.c: Likewise.
1697 * loop-unswitch.c: Likewise.
1698 * ra-build.c: Likewise.
1699 * regclass.c: Likewise.
1700 * regmove.c: Likewise.
1701 * rtl.def: Likewise.
1702 * rtlanal.c: Likewise.
1703 * sched-ebb.c: Likewise.
1704 * sched-rgn.c: Likewise.
1705 * simplify-rtx.c: Likewise.
1706 * ssa.c: Likewise.
1707 * tracer.c: Likewise.
1708 * tree.c: Likewise.
1709
1710 2003-07-05 Zack Weinberg <zack@codesourcery.com>
1711
1712 * cppcharset.c: Use the correct return type for the fallback iconv
1713 macro.
1714
1715 Sat Jul 5 16:18:53 CEST 2003 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
1716
1717 Blame to Jan Hubicka <jh@suse.cz>
1718 * cfglayout.c (record_effective_endpoints): Split insns before
1719 first basic block correctly.
1720
1721 2003-07-05 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1722
1723 * expr.c (expand_expr, case COMPONENT_REF): When seeing if should use
1724 bitfield operations, use STRICT_ALIGNMENT, not SLOW_UNALIGNED_ACCESS
1725 if EXPAND_CONST_ADDRESS or EXPAND_INITIALIZER.
1726
1727 2003-07-05 Andreas Jaeger <aj@suse.de>
1728
1729 * genattrtab.c (write_attr_get): Revert part of last patch to
1730 always write out a prototype.
1731
1732 * genemit.c (gen_split): Readd lost unused attributes in last
1733 patch.
1734
1735 2003-07-05 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
1736
1737 * cfgloopmanip.c (force_single_succ_latches): Force latch to be
1738 different from header.
1739
1740 2003-07-05 Andreas Schwab <schwab@suse.de>
1741
1742 * config/m68k/m68k.c: Remove code protected by CRDS.
1743 * config/m68k/m68k.md: Likewise.
1744
1745 2003-07-05 Neil Booth <neil@daikokuya.co.uk>
1746
1747 PR driver/11417
1748 * c-opts.c (permit_fortran_options): New.
1749 (c_common_init_options): Accept fortran front end options if
1750 it looks like we might be preprocessing Fortran.
1751 (c_common_handle_option): Don't reject switch if permit_fotran_options.
1752
1753 2003-07-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1754
1755 * genattr.c (internal_dfa_insn_code): Output prototype.
1756 * genattrtab.c: Don't output unnecessary decls, output in ISO C.
1757 * genautomata.c: Likewise.
1758 * genconditions.c: Likewise.
1759 * genemit.c: Likewise.
1760 * genextract.c: Likewise.
1761 * gengenrtl.c: Likewise.
1762 * gengtype.c: Likewise.
1763 * genopinit.c: Likewise.
1764 * genoutput.c: Likewise.
1765 * genpeep.c: Likewise.
1766 * genrecog.c: Likewise.
1767
1768 2003-07-04 Zack Weinberg <zack@codesourcery.com>
1769
1770 * cpplib.h (CPP_AT_NAME, CPP_OBJC_STRING): New token types.
1771 (struct cpp_options): Add narrow_charset, wide_charset,
1772 bytes_big_endian fields. Remove EBCDIC field.
1773 (cpp_init_iconv, cpp_interpret_string): New external interfaces.
1774
1775 * cpphash.h: Include <iconv.h> if we have it, otherwise
1776 provide a dummy definition of iconv_t.
1777 (struct cpp_reader): Add narrow_cset_desc and wide_cset_desc fields.
1778 (_cpp_valid_ucn): Update prototype.
1779 (_cpp_destroy_iconv): New prototype.
1780
1781 * doc/cpp.texi: Document character set handling.
1782 * doc/cppopts.texi: Document -fexec-charset= and -fexec-wide-charset=.
1783 * doc/extend.texi: Delete entire section on multiline strings.
1784 Rewrite section on __FUNCTION__ etc now that these are
1785 variables in C.
1786
1787 * cppucnid.tab, cppucnid.pl: New files.
1788 * cppucnid.h: New generated file.
1789 * cppcharset.c: Include cppucnid.h. Lots of commentary added.
1790 (iconv_open, iconv, iconv_close): Provide dummy definitions
1791 if !HAVE_ICONV.
1792 (SOURCE_CHARSET, struct strbuf, init_iconv_desc, cpp_init_iconv,
1793 _cpp_destroy_iconv, convert_cset, width_to_mask, convert_ucn,
1794 emit_numeric_escape, convert_hex, convert_oct, convert_escape,
1795 cpp_interpret_string, narrow_str_to_charconst,
1796 wide_str_to_charconst): New.
1797 (ucn_valid_in_identifier): Use a binary search through the
1798 ucnranges table defined in cppucnid.h, not a long chain of if
1799 statements.
1800 (_cpp_valid_ucn): Add a limit pointer. Downgrade "universal
1801 character names are only valid in C++ and C99" to a warning.
1802 Issue the "meaning of \[uU] is different in traditional C"
1803 warning here. Take care not to let iconv see an invalid UCS
1804 value if we get a malformed UCN. Issue an error if we don't
1805 have iconv.
1806 (cpp_interpret_charconst): Moved here from cpplex.c. Use
1807 cpp_interpret_string to do the heavy lifting.
1808
1809 * cppinit.c (cpp_create_reader): Initialize bytes_big_endian,
1810 narrow_charset, wide_charset fields of options structure.
1811 (cpp_destroy): Call _cpp_destroy_iconv.
1812 * cpplex.c (forms_identifier_p): Adjust call to _cpp_valid_ucn.
1813 (maybe_read_ucn, hex_digit_value, cpp_parse_escape): Delete.
1814 (cpp_interpret_charconst): Moved to cppcharset.c.
1815 * cpplib.c (dequote_string): Delete.
1816 (interpret_string_notranslate): New.
1817 (do_line, do_linemarker): Use interpret_string_notranslate.
1818
1819 * Makefile.in (cppcharset.o): Depend on cppucnid.h.
1820
1821 * c-common.c (fname_string, combine_strings): Delete.
1822 * c-common.h (fname_string, combine_strings): Delete prototypes.
1823 * c-lex.c (ignore_escape_flag): Delete.
1824 (cb_ident): Use cpp_interpret_string, not lex_string.
1825 (get_nonpadding_token): New function.
1826 (c_lex): Handle Objective-C @-prefixed identifiers and strings here.
1827 Adjust calls to lex_string. Don't write *value twice.
1828 (lex_string): Now handles string constant concatenation.
1829 Most of the work handed off to cpp_interpret_string.
1830 Call fix_string_type here.
1831 * c-parse.in (STRING_FUNC_NAME, VAR_FUNC_NAME): Replace with
1832 FUNC_NAME, throughout.
1833 (OBJC_STRING): New token type.
1834 (primary:STRING): No need to call fix_string_type here.
1835 (primary:objc_string): Make that OBJC_STRING.
1836 (objc_string nonterminal): Delete.
1837 (yylexname): Delete code to handle fake string constants.
1838 (yylexstring): Delete entirely.
1839 (_yylex): Handle CPP_AT_NAME and CPP_OBJC_STRING. No need
1840 to handle CPP_ATSIGN.
1841
1842 * c.opt (-fexec-charset=, -fwide-exec-charset=): New options.
1843 * c-opts.c (missing_arg, c_common_handle_option): Handle
1844 OPT_fexec_charset_ and OPT_fwide_exec_charset_.
1845 (c_common_init): Set cpp_opts->bytes_big_endian, not
1846 cpp_opts->EBCDIC. Call cpp_init_iconv.
1847 (print_help): Document -fexec-charset= and -fexec-wide-charset=.
1848 (TARGET_EBCDIC): Delete default definition.
1849
1850 * objc/objc-act.c (build_objc_string_object): No need to
1851 handle string constant concatenation.
1852
1853 2003-07-04 Kazu Hirata <kazu@cs.umass.edu>
1854
1855 * doc/install.texi: Fix typos.
1856 * doc/invoke.texi: Likewise.
1857 * doc/tm.texi: Likewise.
1858
1859 2003-07-04 Kazu Hirata <kazu@cs.umass.edu>
1860
1861 * config/pa/fptr.c: Fix comment typos.
1862 * config/pa/pa-64.h: Likewise.
1863 * config/pa/pa.c: Likewise.
1864 * config/pa/pa.h: Likewise.
1865 * config/rs6000/603.md: Likewise.
1866 * config/rs6000/7xx.md: Likewise.
1867 * config/rs6000/darwin.h: Likewise.
1868 * config/rs6000/freebsd.h: Likewise.
1869 * config/rs6000/rs6000.c: Likewise.
1870 * config/rs6000/rs6000.md: Likewise.
1871 * config/rs6000/spe.h: Likewise.
1872
1873 2003-07-04 Ulrich Weigand <uweigand@de.ibm.com>
1874
1875 * config/s390/2064.md: Change GNU CC to GCC.
1876 * config/s390/2084.md: Likewise.
1877 * config/s390/fixdfdi.h: Likewise.
1878 * config/s390/linux.h: Likewise.
1879 * config/s390/s390-modes.def: Likewise.
1880 * config/s390/s390-protos.h: Likewise.
1881 * config/s390/s390.c: Likewise.
1882 * config/s390/s390.h: Likewise.
1883 * config/s390/s390.md: Likewise.
1884 * config/s390/s390x.h: Likewise.
1885
1886 2003-07-04 Jeff Law <law@redhat.com>
1887
1888 PR c/11428
1889 * expr.c (do_store_flag): Pass in the correct result type
1890 when calling fold_single_bit_test.
1891 * fold-const.c (fold_single_bit_test): Use result_type for the
1892 result when folding a sign bit test.
1893
1894 2003-07-04 Neil Booth <neil@daikokuya.co.uk>
1895
1896 * opts.c (common_handle_options): Negate sense of -falign- switches.
1897
1898 2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
1899
1900 * Makefile.in: Replace PWD with PWD_COMMAND.
1901
1902 2003-07-04 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
1903
1904 * cfgloopanal.c (count_strange_loop_iterations): New static function.
1905 (constant_iterations, count_loop_iterations, simple_loop_exit_p):
1906 Handle strange loops.
1907
1908 2003-07-04 Toon Moene <toon@moene.indiv.nluug.nl>
1909
1910 * install.texi: Even the g77 manpage is derived from
1911 the full g77 manual.
1912
1913 2003-07-04 Zack Weinberg <zack@codesourcery.com>
1914
1915 * ABOUT-NLS: Delete.
1916 * intl: Delete entire directory.
1917 * aclocal.m4: Include ../config/gettext.m4. Delete
1918 AC_ISC_POSIX, AM_LANGINFO_CODESET, jm_GLIBC21, AM_LC_MESSAGES,
1919 AM_PATH_PROG_WITH_TEST, AM_WITH_NLS, and AM_GNU_GETTEXT.
1920 * configure.in: Use CY_GNU_GETTEXT, not AM_GNU_GETTEXT.
1921 Remove intl/Makefile from all_outputs.
1922 * configure, config.in: Regenerate.
1923 * Makefile.in: Expunge all references to intl subdirectory.
1924 Add -I../intl to INCLUDES.
1925 * intl.h: Include libintl.h if and only if ENABLE_NLS is defined.
1926
1927 2003-07-04 Roger Sayle <roger@eyesopen.com>
1928
1929 * config/rs6000/aix51.h (TARGET_C99_FUNCTIONS): Define.
1930 * config/rs6000/aix52.h (TARGET_C99_FUNCTIONS): Likewise.
1931
1932 2003-07-04 Danny Smith <dannysmith@users.sourceforge.net>
1933
1934 PR c++/5287, PR c++/7910, PR c++/11021
1935 * config/i386/winnt.c (ix86_handle_dll_attribute): Don't add
1936 dllimport attribute if function is defined at declaration, but
1937 report error instead. Likewise for dllimport'd variable
1938 definitions. Set implicit TREE_PUBLIC for dllimport'd variables
1939 declared within functions, Report error if dllimport or dllexport
1940 symbol is not global.
1941 (i386_pe_dllimport_p): Ignore dllimport attribute of functions
1942 if defined after declaration or if inlined. Don't allow definition
1943 of static data members of C++ classes. Don't dllimport virtual
1944 methods.
1945 (i386_pe_mark_dllexport): Warn about inconsistent dll attributes.
1946 (i386_pe_mark_dllimport): Remove unnecessary checks.
1947 (i386_pe_encode_section_info): Warn if the dllimport attribute
1948 and symbol prefix have been instantiated and then overridden.
1949
1950 * doc/extend.texi: Document dllimport and dllexport attributes.
1951
1952 * config/i386/winnt.c (i386_pe_output_labelref): Fix indents.
1953
1954 2003-07-03 Uwe Stieber <uwe@kaos-group.de>
1955
1956 * config/kaos.h (CPP_PREDEFINES): Delete.
1957 (TARGET_OS_CPP_BUILTINS): New.
1958
1959 2003-07-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1960
1961 * c-aux-info.c: Include toplev.h after c-tree.h.
1962 * c-common.c: Likewise.
1963 (GCC_DIAG_STYLE): Undef.
1964 * c-semantics.c (GCC_DIAG_STYLE): Define.
1965 * c-tree.h (GCC_DIAG_STYLE): Likewise.
1966 * diagnostic.h (inform): Move prototype to toplev.h.
1967 * jump.c: Include diagnostic.h before toplev.h.
1968 * toplev.h (GCC_DIAG_STYLE, ATTRIBUTE_GCC_DIAG): Define.
1969 (warning, error, fatal_error, pedwarn, sorry, inform,
1970 error_for_asm, warning_for_asm): Mark with ATTRIBUTE_GCC_CXXDIAG.
1971
1972 2003-07-03 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
1973
1974 * cfglayout.c (cfg_layout_duplicate_bb): Do not update frequencies
1975 at all if edge is not specified.
1976 (can_copy_bbs_p, copy_bbs): New.
1977 * cfglayout.h (can_copy_bbs_p, copy_bbs): Declare.
1978 * cfgloop.c (get_loop_body): Comment more precisely.
1979 * cfgloopmanip.c (copy_bbs, record_exit_edges): Removed.
1980 (scale_bbs_frequencies): Fix comment typo.
1981 (can_duplicate_loop_p): Use can_copy_bbs_p.
1982 (duplicate_loop_to_header_edge): Simplify by using copy_bbs.
1983
1984 2003-07-03 Devang Patel <dpatel@apple.com>
1985
1986 * c-opts.c (c_common_parse_file): Remove extra
1987 debug_hooks->start_source_file call.
1988
1989 2003-07-03 Roger Sayle <roger@eyesopen.com>
1990
1991 * real.c (real_trunc, real_floor, real_ceil): New functions
1992 to implement trunc, floor and ceil respectively.
1993 * real.h (real_trunc, real_floor, real_ceil): Prototype here.
1994 * builtins.c (integer_valued_real_p): New function to test if
1995 a floating point expression has an integer valued result.
1996 (fold_trunc_transparent_mathfn): Optimize foo(foo(x)) as
1997 foo(x) where foo is an integer rounding function. Similarly,
1998 optimize foo(bar(x)) as bar(x), and foo((double)(int)x) as
1999 (double)(int)x when both foo and bar are integer rounding
2000 functions and we don't need to honor errno.
2001 (fold_builtin_trunc, fold_builtin_floor, fold_builtin_ceil):
2002 New functions to fold trunc, floor and ceil.
2003 (fold_builtin): Use fold_builtin_trunc to fold BUILT_IN_TRUNC*,
2004 fold_builtin_floor to fold BUILT_IN_FLOOR* and fold_builtin_ceil
2005 to fold BUILT_IN_CEIL*.
2006 * fold-const.c (tree_expr_nonnegative_p): Handle FLOAT_EXPR and
2007 the remaining integer rounding functions.
2008
2009 2003-07-03 Eric Botcazou <ebotcazou@libertysurf.fr>
2010
2011 * config/sparc/sparc.c (function_arg_partial_nregs): Use
2012 SPARC_INT_ARG_MAX to determine where to split unnamed
2013 complex FP arguments.
2014
2015 Thu Jul 3 20:36:47 CEST 2003 Jan Hubicka <jh@suse.cz>
2016
2017 * basic-block.h (create_basic_block, merge_blocks_nomove): Kill.
2018 * cfgcleanup.c (merge_blocks): Rename to merge_blocks_move.
2019 (merge_blocks_move_predecessor_nojumps,
2020 merge_blocks_move_successor_nojumps): Use merge_blocks.
2021 (try_optimize_cfg): Use merge_blocks_move.
2022 * cfgrtl.c (create_basic_block): Rename to rtl_create_basic_block.
2023 (merge_blocks_nomove): Rename to rtl_merge_blocks.
2024 (cfg_layout_create_basic_block): New.
2025 (rtl_can_merge_blocks): New.
2026 (cfg_layout_split_block): Do not alloc aux by hand.
2027 * cfghooks.h (cfg_hooks): Add create_basic_block, can_merge_blocks_p,
2028 merge_blocks.
2029 (create_basic_block, can_merge_blocks_p, merge_blocks): New macros.
2030 * cfglayout.c (cfg_layout_duplicate_bb): Do not allocate aux by hand.
2031 * cfgloopmanip.c (loop_split_edge_with): Likewise.
2032 * ifcvt.c (merge_if_block): Use merge_blocks_nomove.
2033
2034 * basic-block.h (basic_block_def): Add field 'rbi'.
2035 * bb-reorder.c (find_traces, rotate_loop, mark_bb_visited,
2036 find_traces_1_round, copy_bb, connect_traces): Update use of rbi.
2037 * cfg.c (entry_exit_blocks): Add new field.
2038 * cfglayout.c: Include alloc-pool.h;
2039 (cfg_layout_pool): New.
2040 (record_effective_endpoints, fixup_reorder_chain,
2041 fixup_fallthru_exit_predecessor, cfg_layout_duplicate_bb): Update use
2042 of rbi.
2043 (cfg_layout_initialize_rbi): New function.
2044 (cfg_layout_initialize): Use it.
2045 (cfg_layout_finalize): Clear rbi fields.
2046 * cfglayout.h (RBI): Kill.
2047 (cfg_layout_initialize_rbi): Declare.
2048 * cfgloopmanip.c (copy_bbs): Use rbi.
2049 (record_exit_edges): Likewise.
2050 (duplicate_loop_to_header_edge): Likewise.
2051 * cfgrtl.c (cfg_layout_create_basic_block): Use
2052 cfg_layout_initialize_rbi.
2053 (cfg_layout_split_block): Use rbi.
2054 (cfg_layout_delete_block): Likewise.
2055 * loop-init.c (loop_optimizer_finalize): Likewise.
2056 * loop-unswitch.c (unswitch_loop): Likewise.
2057 * tracer.c (seen, tail_duplicate, layout_superblocks): Likewise.
2058
2059 * cfgrtl.c: Update comments.
2060 (try_redirect_by_replacing_jump): New argument.
2061 (redirect_branch_edge): Break out from ...
2062 (rtl_redirect_edge_and_branch): ... this one.
2063 (update_cfg_after_block_merging): Break out from ...
2064 (rtl_merge_blocks): ... this one.
2065 (cfg_layout_split_edge): New.
2066 (cfg_layout_merge_blocks): New.
2067 (cfg_layout_can_merge_blocks_p): New.
2068 (cfg_layout_redirect_edge_and_branch): Reorganize.
2069 (cfg_layout_rtl_cfg_hooks): Fill in.
2070 (cfg_layout_delete_block): Kill barriers.
2071 * cfganal.c (can_fallthru): Deal with exit blocks
2072 * cfglayout.c (cfg_layout_function_header): New function
2073 (record_effective_endpoints): Record function header.
2074 (fixup_reorder_chain): Fixup dead jumptables; place header
2075
2076 * basic-block.h (CLEANUP_CFGLAYOUT): New flag.
2077 * bb-reorder.c (cfg_layout_initialize): Update call.
2078 * cfgcleanup.c (try_optimize_cfg): Supress optimizations of fallthru
2079 edges in cfglayout mode.
2080 * cfglayout.c (cleanup_unconditional_jumps): Kill.
2081 (cfg_layout_initialize): Kill agrument loops; use cfgcleanup.
2082 * cfglayout.h (cfg_layout_initialize): Update prototype.
2083 * cfgloop.h (CP_INSIDE_CFGLAYOUT): Kill.
2084 * cfgloopmanip.c (loop_split_edge_with): Use split_edge.
2085 * flow.c (propagate_block): Do not crash when basic block ends
2086 by first insn in the chain.
2087 * loop-init.c (loop_optimizer_init): First enter cfglayout mode; later
2088 do loop discovery.
2089 * tracer.c (tracer): Update call of cfg_layout_initialize.
2090
2091 2003-07-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2092
2093 * Makefile.in: Use dependency variables in lieu of explicit
2094 files throughout.
2095
2096 2003-07-03 Steven Bosscher <steven@gcc.gnu.org>
2097
2098 * rtl.h (ECF_*, flags_from_decl_or_type): Move from here...
2099 * tree.h: ...to here.
2100
2101 2003-07-03 Kazu Hirata <kazu@cs.umass.edu>
2102
2103 * config/s390/2064.md: Fix comment typos.
2104 * config/s390/2084.md: Likewise.
2105 * config/s390/s390.c: Likewise.
2106 * config/s390/s390.md: Likewise.
2107 * config/sh/sh.c: Likewise.
2108 * config/sh/sh.h: Likewise.
2109 * config/sh/sh.md: Likewise.
2110 * config/sparc/sparc.c: Likewise.
2111 * config/sparc/sparc.h: Likewise.
2112 * config/sparc/sparc.md: Likewise.
2113 * config/stormy16/stormy16.c: Likewise.
2114 * config/stormy16/stormy16.h: Likewise.
2115 * config/stormy16/stormy-abi: Fix a typo.
2116
2117 2003-07-03 Kelley Cook <kelleycook@wideopenwest.org>
2118
2119 * Makefile.in (ifcvt.o): Depend on OPTABS_H.
2120
2121 2003-07-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2122
2123 * config/mips/mips.h (save_argv): Delete.
2124
2125 2003-07-03 Roger Sayle <roger@eyesopen.com>
2126
2127 PR target/10700
2128 * fold-const.c (extract_muldiv_1): There's nothing that can be done
2129 if the expression is a SAVE_EXPR.
2130
2131 2003-07-03 Kazu Hirata <kazu@cs.umass.edu>
2132
2133 * config/m32r/m32r.c: Fix comment typos.
2134 * config/m68hc11/m68hc11.c: Likewise.
2135 * config/m68hc11/m68hc11.h: Likewise.
2136 * config/m68k/m68k.c: Likewise.
2137 * config/mcore/mcore.c: Likewise.
2138 * config/mcore/mcore.h: Likewise.
2139 * config/mcore/mcore.md: Likewise.
2140 * config/mips/mips.c: Likewise.
2141 * config/mips/mips.h: Likewise.
2142 * config/mips/mips.md: Likewise.
2143 * config/mips/netbsd.h: Likewise.
2144 * config/mn10300/mn10300.c: Likewise.
2145
2146 2003-07-03 Andreas Schwab <schwab@suse.de>
2147
2148 * dbxout.c (pending_bincls): Move decl down inside
2149 DBX_DEBUGGING_INFO || XCOFF_DEBUGGING_INFO section.
2150
2151 2003-07-02 Nathan Sidwell <nathan@codesourcery.com>
2152
2153 * rtl.h (NOTE_DATA): Refer to whole union.
2154 * emit-rtl.c (emit_note): Use memset to clear NOTE_DATA.
2155
2156 2003-07-03 Eric Botcazou <ebotcazou@libertysurf.fr>
2157
2158 PR optimization/11381
2159 * simplify-rtx.c (simplify_relational_operation): Check that
2160 two equal operands have no side-effects before simplifying
2161 the comparison.
2162
2163 2003-07-02 Jeff Law <law@redhat.com>
2164
2165 * expr.c (do_store_flag): Remove special case folding for
2166 single bit tests. Instead call back into the commonized folder
2167 routine.
2168 * fold-const.c (fold_single_bit_test): New function, mostly
2169 extracted from do_store_flag, with an additional case extracted
2170 from fold.
2171 (fold): Call fold_single_bit_test appropriately.
2172 * tree.h (fold_single_bit_test): Prototype.
2173
2174 2003-07-02 Zack Weinberg <zack@codesourcery.com>
2175
2176 * system.h: Include filenames.h.
2177 (IS_DIR_SEPARATOR, IS_ABSOLUTE_PATHNAME): Don't define.
2178 (DIR_SEPARATOR, DIR_SEPARATOR_2): If not already defined,
2179 define based on HAVE_DOS_BASED_FILE_SYSTEM.
2180 * config/i386/xm-cygwin.h, config/i386/xm-djgpp.h
2181 * config/i386/xm-mingw32.h: Don't define
2182 HAVE_DOS_BASED_FILE_SYSTEM,
2183 DIR_SEPARATOR, or DIR_SEPARATOR_2.
2184 * doc/hostconfig.texi: Update to match.
2185
2186 * cppfiles.c, gcc.c, gensupport.c, protoize.c,
2187 config/i386/cygwin.h:
2188 Use IS_ABSOLUTE_PATH throughout.
2189 * gcc.c (DIR_UP): Delete, unused.
2190 * protoize.c (IS_SAME_PATH): Define in terms of
2191 FILENAME_CMP.
2192 (is_abspath): Delete.
2193
2194 2003-07-02 Kazu Hirata <kazu@cs.umass.edu>
2195
2196 * config/i386/emmintrin.h: Fix comment typos.
2197 * config/i386/i386.c: Likewise.
2198 * config/i386/i386.h: Likewise.
2199 * config/i386/sco5.h: Likewise.
2200 * config/ia64/ia64.c: Likewise.
2201 * config/ia64/itanium2.md: Likewise.
2202
2203 2003-07-02 H.J. Lu <hongjiu.lu@intel.com>
2204
2205 * dbxout.c (pending_bincls): Replace DBX_USE_BINCLS with
2206 DBX_USE_BINCL.
2207 (emit_bincl_stab): Same.
2208 (emit_pending_bincls): Same.
2209
2210 2003-07-02 Kazu Hirata <kazu@cs.umass.edu>
2211
2212 * config/h8300/h8300.c (compute_mov_length): Fix the length of
2213 loading CONST0_RTX (SFmode).
2214 * config/h8300/h8300.h (CONST_DOUBLE_OK_FOR_LETTER_P): Change
2215 'G' to CONST0_RTX (SFmode).
2216 * config/h8300/h8300.md (movsf_h8300): Change the first
2217 constraint to 'G'.
2218 (movsf_h8300h): Likewise.
2219
2220 2003-07-02 Neil Booth <neil@daikokuya.co.uk>
2221
2222 * c-common.h (c_common_init_options): New prototype.
2223 * c-opts.c (deferred_size): Remove.
2224 (defer_opt): Array is now pre-allocated.
2225 (c_common_init_options): Pre-allocate deferred_opts. Make
2226 lang_flags unsigned.
2227 (push_command_line_options): Free deferred_opts.
2228 * hooks.c (hook_uint_uint_constcharptrptr_0): New.
2229 * hooks.h (hook_uint_uint_constcharptrptr_0): New.
2230 * langhooks-def.h (LANG_HOOKS_INIT_OPTIONS): Update.
2231 * langhooks.h (struct lang_hooks): New prototype for init_options.
2232 * main.c (main): Cast argv.
2233 * opts.c (handle_option, handle_options): Update prototypes.
2234 (decode_options): save_argc, save_argv are not global. Constify.
2235 * opts.h (decode_options): New prototype.
2236 * toplev.c (general_init): New protoype.
2237 (save_argv): Make static.
2238 (save_argc): Remove.
2239 (print_switch_values, general_init): Constify.
2240 (toplev_main): Save argv.
2241 * toplev.h (toplev_main): Update prototype.
2242 (save_argc, save_argv): Remove.
2243
2244 2003-07-02 David Edelsohn <edelsohn@gnu.org>
2245
2246 * dbxout.c (pending_bincls): Guard with DBX_USE_BINCLS.
2247 (emit_bincl_stab): Same.
2248 (emit_pending_bincls): Same.
2249
2250 2003-07-02 Nathan Sidwell <nathan@codesourcery.com>
2251
2252 PR c++/11072
2253 * ginclude/stddef.h (offsetof): Remove cast to 'char &'. Explain why.
2254
2255 2003-07-02 Andreas Schwab <schwab@suse.de>
2256
2257 * dbxout.c (pending_bincls): Only define if DBX_DEBUGGING_INFO.
2258
2259 2003-07-02 Eric Botcazou <ebotcazou@libertysurf.fr>
2260
2261 PR optimization/11210
2262 * expr.c (handled_component_p) [NOP_EXPR]: Add ??? note
2263 about the behaviour with regard to bitfields.
2264 * fold-const (decode_field_reference): Record outermost type in
2265 case the expression is a NOP. Strip all NOPs. Set the signedness
2266 to that of the outermost type (if any) when the bitsize is equal
2267 to the size of the type.
2268
2269 2003-07-02 Richard Sandiford <rsandifo@redhat.com>
2270
2271 * config/mips/mips.md (addsi3): Remove workaround for adds of -32768.
2272 (addsi3_internal, adddi3, adddi3_internal_2): Likewise.
2273 (adddi3_internal_3, addsi3_internal_2): Likewise.
2274
2275 2003-07-02 Richard Sandiford <rsandifo@redhat.com>
2276
2277 * config/mips/mips.c (machine_function): Add new fields:
2278 ignore_hazard_length_p and all_noreorder_p.
2279 (mips_flag_delayed_branch): New variable.
2280 (override_options): Treat '/' as an operand punctuation character.
2281 Set up mips_flag_delayed_branch.
2282 (print_operand): Handle '/'.
2283 (mips_output_function_prologue): Put the whole function in
2284 .set noreorder and .set nomacro if all_noreorder_p is true.
2285 (mips_output_function_epilogue): End the noreorder/nomacro sequence.
2286 (mips16_optimize_gp): Remove "first insn" parameter.
2287 (mips16_lay_out_constants): New function, split out from mips_reorg.
2288 (mips_avoid_hazard, mips_avoid_hazards): New functions.
2289 (mips_reorg): For mips16 code, call mips16_lay_out_constant
2290 and (optionally) mips16_optimize. If TARGET_EXPLICIT_RELOCS,
2291 do delayed-branch scheduling followed by hazard detection.
2292 (mips_adjust_insn_length): Only account for hazards if
2293 !ignore_hazard_length_p.
2294 (mips_output_load_label): Add a nop to the o32 sequence if
2295 the target suffers from load delays.
2296 (mips_output_conditional_branch): Add %/ to the end of branches.
2297 (mips_output_division): Fill the branch delay slot with %#.
2298 * config/mips/mips.md: Remove redundant '%*' from mips16 branch
2299 instructions. End all other %* branches with %/.
2300 (ffssi2, ffsdi2): Fix lengths.
2301 (truncdisi2, truncdihi2, truncdiqi2): Add store attributes.
2302 (fix_truncdfsi2_macro): Turn off .set nomacro if appropriate.
2303 (fix_truncsfsi2_macro): Likewise.
2304 (mov_lwl): Set hazard to "none".
2305 (ashldi3_internal): Fill the branch delay slot with %#.
2306 (ashrdi3_internal, lshrdi3_internal): Likewise.
2307 (exception_receiver): Explicitly set $28.
2308 (hazard_nop): New pattern.
2309
2310 Wed Jul 2 08:12:36 CEST 2003 Jan Hubicka <jh@suse.cz>
2311
2312 * cgraphunit.c (cgraph_finalize_unit): Set current_function_decl
2313 before calling tree_inlinable_function_p.
2314
2315 2003-07-02 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2316
2317 * fixinc/inclhack.def (irix_stdio_va_list): Apply to IRIX 6.5
2318 <internal/stdio_core.h> too.
2319 (stdio_va_list): Apply to IRIX 6.5 <internal/stdio_core.h> and
2320 <internal/wchar_core.h> too.
2321 Substitute va_list uses in inline definition.
2322 * fixinc/fixincl.x: Regenerate.
2323
2324 2003-07-02 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2325
2326 * config/mips/iris5.h (SET_FILE_NUMBER): Moved here from iris3.h.
2327 Undef before redefinition.
2328 (LABEL_AFTER_LOC): Likewise.
2329 (DEFAULT_SIGNED_CHAR): Likewise.
2330 (ASM_OUTPUT_ASCII): Moved here from iris4.h.
2331 Fix IRIX spelling.
2332
2333 * config/mips/iris3.h: Remove, unused.
2334 * config/mips/iris4.h: Likewise.
2335
2336 * config/mips/mips.h (STACK_ARGS_ADJUST): Remove, unused.
2337
2338 * config/mips/iris5.h (TARGET_DEFAULT): Move ...
2339 * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): ... here to
2340 target_cpu_default.
2341
2342 * config/mips/iris5.h: Move explicit includes ...
2343 * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): ... here.
2344
2345 * config/mips/iris6.h (MIPS_ISA_DEFAULT, MIPS_ABI_DEFAULT): Move ...
2346 * config.gcc (mips-sgi-irix6*, mips-sgi-irix5cross64): ... here to
2347 tm_defines.
2348
2349 * config/mips/iris6.h (TARGET_DEFAULT): Move ...
2350 * config.gcc (mips-sgi-irix6*, mips-sgi-irix5cross64): ... here to
2351 target_cpu_default.
2352
2353 * config/mips/iris6.h: Fix IRIX spelling.
2354 (MULTILIB_DEFAULTS): Undef before redefinition.
2355
2356 * config/mips/iris6.h: Move explicit includes ...
2357 * config.gcc (mips-sgi-irix6*, mips-sgi-irix5cross64): ... here.
2358
2359 Wed Jul 2 02:16:48 CEST 2003 Jan Hubicka <jh@suse.cz>
2360
2361 * cgraph.c (cgraph_mark_needed_node, cgraph_varpool_mark_needed_node,
2362 cgraph_varpool_finalize_decl, cgraph_varpool_assemble_pending_decls):
2363 Use next_needed field instead of aux to maintain the queue.
2364 * cgraph.h (cgraph_node): Add next_needed.
2365 (cgraph_varpool_node): Add next_needed; remove aux.
2366 * cgraphunit.c (cgraph_finalize_compilation_unit): Use next_needed.
2367
2368 Wed Jul 2 02:12:51 CEST 2003 Jan Hubicka <jh@suse.cz>
2369
2370 * cgraphunit.c (cgraph_finalize_function): Set finalized.
2371 (cgraph_finalize_function): Do not examine inlinablility.
2372 (cgraph_finalize_compilation_unit): Do it here.
2373 * cgraph.h (cgraph_local_info): Add finalized field.
2374
2375 2003-07-02 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2376
2377 * ggc-common.c (gt_pch_save): Cast MAP_FAILED to void *.
2378 (gt_pch_restore): Likewise.
2379
2380 2003-07-01 Kazu Hirata <kazu@cs.umass.edu>
2381
2382 * config/alpha/alpha.c: Fix comment typos.
2383 * config/alpha/elf.h: Likewise.
2384 * config/arm/arm.c: Likewise.
2385 * config/arm/arm.h: Likewise.
2386 * config/arm/arm.md: Likewise.
2387 * config/arm/t-arm-coff: Likewise.
2388 * config/arm/t-strongarm-pe: Likewise.
2389 * config/arm/xscale-elf.h: Likewise.
2390 * config/avr/avr.h: Likewise.
2391
2392 2003-07-01 Jeff Law <law@redhat.com>
2393
2394 * stmt.c (any_pending_cleanups): Remove another redundant test.
2395
2396 2003-07-01 David Edelsohn <edelsohn@gnu.org>
2397 J"orn Rennecke <joern.rennecke@superh.com>
2398
2399 * config/rs6000/rs6000.md (ctr{s,d}i_internal?): Add earlyclobber
2400 for MEM case.
2401
2402 2003-07-01 Devang Patel <dpatel@apple.com>
2403
2404 * dbxout.c (DBXOUT_DECR_NESTING): Emit pending bincls, if required.
2405 (binclstatus): New.
2406 (struct dbx_file): New members - bincl_status, pending_bincl_name and
2407 prev.
2408 (pending_bincls): New.
2409 (dbxout_init): Initialize new dbx_file members.
2410 (dbxout_start_source_file): Same.
2411 (emit_bincl_stab): New function.
2412 (emit_pending_bincls): Same.
2413 (emit_pending_bincls_if_required): Same.
2414 (dbxout_end_source_file): Emit EINCL stab only if BINCL is already
2415 processed.
2416 (dbxout_begin_block): Emit pending BINCL stabs.
2417 (dbxout_end_block): Same.
2418 (dbxout_function_decl): Same.
2419 (dbxout_continue): Same.
2420 (dbxout_type): Same.
2421 (dbxout_class_name_qualifiers): Same.
2422 (dbxout_symbol): Same.
2423 (dbxout_symbol_location): Same.
2424 (dbxout_parms): Same.
2425
2426 2003-07-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2427
2428 * c-semantics.c (genrtl_case_label): Fix format specifier bug.
2429 * cfgrtl.c (rtl_verify_flow_info_1): Likewise.
2430
2431 2003-07-01 Andreas Jaeger <aj@suse.de>
2432
2433 * fold-const.c: Convert prototypes to ISO C90.
2434 * function.c: Likewise.
2435 * function.h: Likewise.
2436
2437 2003-07-01 Kazu Hirata <kazu@cs.umass.edu>
2438
2439 * doc/contrib.texi: Fix typos.
2440 * doc/invoke.texi: Likewise.
2441 * doc/passes.texi: Likewise.
2442 * doc/sourcebuild.texi: Likewise.
2443 * doc/tm.texi: Likewise.
2444
2445 2003-07-01 Kazu Hirata <kazu@cs.umass.edu>
2446
2447 * basic-block.h: Fix comment typos.
2448 * bb-reorder.c: Likewise.
2449 * c-format.c: Likewise.
2450 * cfgcleanup.c: Likewise.
2451 * cfghooks.h: Likewise.
2452 * cfgloop.c: Likewise.
2453 * cfgloopmanip.c: Likewise.
2454 * cfgrtl.c: Likewise.
2455 * cgraph.h: Likewise.
2456 * cgraphunit.c: Likewise.
2457 * combine.c: Likewise.
2458 * convert.c: Likewise.
2459 * dbxout.c: Likewise.
2460 * df.c: Likewise.
2461 * df.h: Likewise.
2462 * diagnostic.c: Likewise.
2463 * dwarf2out.c: Likewise.
2464 * et-forest.h: Likewise.
2465 * flow.c: Likewise.
2466 * fold-const.c: Likewise.
2467 * function.h: Likewise.
2468 * gcov-io.h: Likewise.
2469 * gcov.c: Likewise.
2470 * gcse.c: Likewise.
2471 * genautomata.c: Likewise.
2472 * ggc-common.c: Likewise.
2473 * ggc-page.c: Likewise.
2474 * loop-unroll.c: Likewise.
2475 * loop-unswitch.c: Likewise.
2476 * loop.c: Likewise.
2477 * mips-tfile.c: Likewise.
2478 * optabs.c: Likewise.
2479 * ra-build.c: Likewise.
2480 * ra-colorize.c: Likewise.
2481 * ra-rewrite.c: Likewise.
2482 * ra.h: Likewise.
2483 * regmove.c: Likewise.
2484 * reload.c: Likewise.
2485 * rtlanal.c: Likewise.
2486 * sched-ebb.c: Likewise.
2487 * sched-int.h: Likewise.
2488 * sched-vis.c: Likewise.
2489 * sreal.c: Likewise.
2490 * ssa-ccp.c: Likewise.
2491 * ssa.c: Likewise.
2492 * toplev.c: Likewise.
2493 * tree-inline.c: Likewise.
2494 * value-prof.c: Likewise.
2495 * value-prof.h: Likewise.
2496
2497 2003-07-01 Nathan Sidwell <nathan@codesourcery.com>
2498
2499 * rtl.h (emit_line_note_after): Remove.
2500 (emit_note_copy_after, emit_note_copy): New.
2501 * emit-rtl.c (reorder_insns_with_line_notes): Replace
2502 emit_line_note_after with emit_note_copy_after.
2503 (emit_insn_after_with_line_notes): Likewise.
2504 (emit_line_note_after): Kill.
2505 (emit_note_copy_after): New.
2506 (emit_note_copy): New.
2507 * function.c (emit_return_into_block): Use emit_note_copy_after.
2508 (thread_prologue_and_epilogue_insns): Likewise.
2509 * integrate.c (expand_inline_function): Use emit_note_copy.
2510 (copy_insn_list): Likewise.
2511 * unroll.c (copy_loop_body): Likewise.
2512 * cfglayout.c (duplicate_insn_chain): Likewise.
2513
2514 2003-07-01 Nathan Sidwell <nathan@codesourcery.com>
2515
2516 * c-tree.h (define_label): Replace filename and lineno arguments
2517 with a location_t.
2518 * c-decl.c (poplevel): Adjust define_label call.
2519 (pop_label_level): Likewise.
2520 (define_label): Replace filename and lineno arguments with a
2521 location_t.
2522 (store_parm_decls): Use DECL_SOURCE_LOCATION.
2523 * c-parse.in (label): Adjust define_label call.
2524
2525 2003-07-01 Neil Booth <neil@daikokuya.co.uk>
2526
2527 * config/sol2.h, config/alpha/alpha.h, config/alpha/linux.h,
2528 config/i386/i386-interix.h, config/ia64/hpux.h, config/mips/iris6.h,
2529 config/mips/linux.h, config/mips/mips.h, config/pa/pa-hpux.h,
2530 config/pa/pa-hpux10.h, config/pa/pa-hpux11.h, config/pa/pa-pro-end.h,
2531 config/pa/pa.h, config/pa/rtems.h: Use c_dialect_ macros.
2532
2533 2003-07-01 Andreas Jaeger <aj@suse.de>
2534
2535 * final.c: Convert prototypes to ISO C90.
2536 * flow.c: Likewise.
2537 * flags.h: Likewise.
2538 * gcov-io.c: Likewise.
2539 * gcov-io.h: Likewise.
2540
2541 2003-06-30 Bruno Haible <bruno@clisp.org>
2542
2543 PR middle-end/6578
2544 * libgcc2.c (__subvsi3): Remove simplification that would not work
2545 when subtracting -0x80000000.
2546 (__subvdi3): Remove simplification that would return a wrong result.
2547 (__mulvsi3): Fix overflow check.
2548 (__absvdi2): Fix simplification that would return a wrong result.
2549 (__mulvdi3): Fix overflow check.
2550
2551 2003-06-30 Jeff Law <law@redhat.com>
2552
2553 * stmt.c (any_pending_cleanups): Lose argument THIS_CONTOUR, it
2554 was always passed in the value '1'. Simplify body appropriately.
2555 * tree.h (any_pending_cleanups): Corresponding changes.
2556 * calls.c: (expand_call): Corresponding changes.
2557
2558 2003-06-30 Kazu Hirata <kazu@cs.umass.edu>
2559
2560 * combine.c (distribute_notes): Don't bother REG_WAS_0.
2561 * cse.c (cse_insn): Likewise.
2562 * final.c (final_scan_insn): Likewise.
2563 * jump.c (duplicate_loop_exit_test): Likewise.
2564 * rtl.c (reg_note_name): Remove REG_WAS_0.
2565 * rtl.h (REG_WAS_0): Remove.
2566 * unroll.c (final_reg_note_copy): Don't bother REG_WAS_0.
2567 * config/avr/avr.c (output_movqi): Don't use reg_was_0.
2568 (output_movhi): Likewise.
2569 (output_movsisf): Likewise.
2570 (reg_was_0): Remove.
2571 * config/m68hc11/m68hc11.c (m68hc11_gen_movhi): Don't use
2572 REG_WAS_0.
2573 (m68hc11_gen_movqi): Likewise.
2574 * config/vax/vax-protos.h: Remove the prototype for
2575 reg_was_0_p.
2576 * config/vax/vax.c (follows_p): Remove.
2577 (reg_was_0_p): Likewise.
2578 * config/vax/vax.md (movsi): Don't use reg_was_0_p.
2579 (movhi): Likewise.
2580 (movqi): Likewise.
2581 * doc/rtl.texi (REG_WAS_0): Remove.
2582
2583 2003-06-30 Mark Mitchell <mark@codesourcery.com>
2584
2585 * config/rs6000/spe.h (__ev_set_spefscr_frmc): Set the flag.
2586
2587 2003-06-30 Bob Wilson <bob.wilson@acm.org>
2588
2589 * config/xtensa/lib1funcs.asm: Use "xtensa-config.h" from
2590 top-level include directory.
2591 * config/xtensa/lib2funcs.S: Likewise.
2592 * config/xtensa/xtensa.h: Likewise.
2593 * config/xtensa/xtensa-config.h: Remove.
2594 * doc/install.texi: Update location of "xtensa-config.h" header.
2595
2596 2003-06-30 Ulrich Weigand <uweigand@de.ibm.com>
2597
2598 * config/s390/s390.c (s390_extra_constraint): New function.
2599 * config/s390/s390-protos.h (s390_extra_constraint): Declare it.
2600 * config/s390/s390.h (EXTRA_CONSTRAINT): Use it.
2601 * config/s390/s390.c (q_constraint): Remove.
2602 * config/s390/s390-protos.h (q_constraint): Likewise.
2603 * config/s390/s390.h (EXTRA_MEMORY_CONSTRAINT): Add 'R', 'S', 'T'.
2604 (EXTRA_ADDRESS_CONSTRAINT): Define.
2605
2606 * config/s390/s390.c (larl_operand): Refuse out-of-range operands.
2607 (DISP_IN_RANGE, s390_short_displacement): New.
2608 (legitimate_reload_operand_p): Support long displacements.
2609 (s390_decompose_address): Likewise.
2610 (legitimize_pic_address): Likewise.
2611 (legitimize_address): Likewise.
2612 (s390_fixup_clobbered_return_reg): Likewise.
2613 (s390_emit_prologue, s390_emit_epilogue): Likewise.
2614 (s390_output_mi_thunk): Likewise.
2615
2616 * config/s390/s390.md (attr "op_type"): Add "RXY", "RSY", "SIY".
2617 (attr "atype", attr "length"): Add defaults for new op_types.
2618 (all insns): Change op_type attribute where appropriate.
2619
2620 ("*movdi_lay", "*movsi_lay", "*extendqidi2", "*extendqisi2"): New insns.
2621 ("*tmqi_ext", "*tmdi_mem", "*tmsi_mem", "*tmhi_mem", *tmqi_mem",
2622 "*tstsi", "*tstsi_cconly", "*tsthiCCT", "*tsthiCCT_cconly",
2623 "*tsthi", "*tsthi_cconly", "*tstqiCCT", "*tstqiCCT_cconly",
2624 "*tstqi", "*tstqi_cconly", "*cmpsi_ccs_sign", "*cmpsi_ccs",
2625 "*cmpsi_ccu", "*cmphi_ccu", "*cmpqi_ccu", "*cli",
2626 "movti", "*movdi_64", "*movdi_31", "*movsi", "movhi", "movqi_64",
2627 "movqi", "*movstrictqi", "*movstricthi", "movstrictsi",
2628 "*movdf_64", "*movdf_31", "*movsf",
2629 "*load_multiple_si", "*store_multiple_di",
2630 "*sethighqisi", "*sethighhisi", "*sethighqidi_31", "*extendhisi2",
2631 "*la_64", "*la_31", "*la_31_and", "force_la_31",
2632 "*addsi3_carry1_cc", *addsi3_carry1_cconly",
2633 "*addsi3_carry2_cc", *addsi3_carry2_cconly",
2634 "*addsi3_cc", "*addsi3_cconly", "*addsi3_cconly2",
2635 "*addsi3_sign", "*addsi3_sub", "addsi3",
2636 "*subsi3_borrow_cc", "*subsi3_borrow_cconly", "*subsi3_cc",
2637 "*subsi3_cconly", "*subsi3_sign", "*subsi3_sub", "subsi3",
2638 "mulsi3"
2639 "*andsi3_cc", "*andsi3_cconly", "andsi3",
2640 "*andqi3_ss", "*andqi3_ss_inv",
2641 "*iorsi3_cc", "*iorsi3_cconly", "iorsi3",
2642 "*iorqi3_ss", "*iorqi3_ss_inv",
2643 "*xorsi3_cc", "*xorsi3_cconly", "xorsi3",
2644 "*xorqi3_ss", "*xorqi3_ss_inv",
2645 "*tls_load_31"): Add alternatives for long-displacement instructions.
2646
2647 ("*cmpdf_ccs", "*cmpdf_ccs_ibm", "*cmpsf_ccs", "*cmpsf_ccs_ibm",
2648 "*load_multiple_di", "*store_multiple_di",
2649 "*sethighqidi_64", "*zero_extendhisi2_31",
2650 "truncdfsf2_ibm", "extendsfdf2_ieee", "extendsfdf2_ibm",
2651 "adddf3", "*adddf3", "*adddf3_ibm",
2652 "addsf3", "*addsf3", "*addsf3_ibm",
2653 "subdf3", "*subdf3", "*subdf3_ibm",
2654 "subsf3", "*subsf3", "*subsf3_ibm",
2655 "mulsi_6432", "divmoddisi3",
2656 "muldf3", "*muldf3", "*muldf3_ibm",
2657 "mulsf3", "*mulsf3", "*mulsf3_ibm",
2658 "divdf3", "*divdf3", "*divdf3_ibm",
2659 "divsf3", "div*sf3", "*divsf3_ibm",
2660 "sqrtdf2", "sqrtsf2",
2661 "*cjump_long", "*icjump_long", "indirect_jump", "casesi_jump",
2662 "*doloop_si_long", "*doloop_di_long", "bas_64", "bas_31",
2663 "bas_r_64", "bas_r_31", "bas_tls_31", "bas_tls_64"): Adapt memory
2664 and address constraints for instructions that do not accept long
2665 displacements.
2666
2667 2003-06-30 Hartmut Penner <hpenner@de.ibm.com>
2668 Ulrich Weigand <uweigand@de.ibm.com>
2669
2670 * config/s390/2084.md: New file.
2671 * config/s390/s390.md: Include it.
2672 * config/s390/s390.c (s390_adjust_priority): New function.
2673 (TARGET_SCHED_ADJUST_PRIORITY): Define.
2674 (s390_first_cycle_multipass_dfa_lookahead): New function.
2675 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Define.
2676 (s390_sched_reorder2): New function.
2677 (TARGET_SCHED_REORDER2): Define.
2678 (s390_adjust_cost): Support PROCESSOR_2084_Z990 cpu type.
2679 (s390_issue_rate): Likewise.
2680
2681 Mon Jun 30 23:47:33 CEST 2003 Jan Hubicka <jh@suse.cz>
2682
2683 * Makefile.in (GTFILES): Add cgraph.h.
2684 * cgraph.c (known_decls): Remove.
2685 (cgraph_hash, cgraph_nodes, cgraph_nodes_queue,
2686 cgraph_varpool_hash, cgraph_varpool_nodes_queue): GTYize.
2687 (cgraph_node): Do not allocate known_decls; use polutate hashtable.
2688 (cgraph_varpool_node): Likewise; add next pointer.
2689 (cgraph_varpool_nodes): New static variable.
2690 * cgraph.h (cgraph_local_info, cgraph_global_info, cgraph_rtl_info,
2691 cgraph_node, cgraph_edge, cgraph_varpool_node, cgraph_nodes, cgraph_n_nodes,
2692 cgraph_varpool_n_nodes, cgraph_varpool_nodes_queue): GTYize.
2693 * gengtype.c (open_base_files): Include cgraph.h
2694
2695 2003-06-30 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
2696
2697 * Changelog: Remove ">>>>>>>" from previous change.
2698
2699 2003-06-30 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
2700
2701 * config/cris/cris.c: Fix spelling for "testcase".
2702 * config/cris/cris.h: Likewise.
2703 * config/cris/cris.md: Likewise.
2704 * config/mmix/crti.asm: Likewise.
2705 * config/mmix/mmix.h: Likewise.
2706 * config/mmix/mmix.md: Likewise.
2707
2708 2003-06-30 Kazu Hirata <kazu@cs.umass.edu>
2709
2710 * config/h8300/h8300.h (LEGITIMATE_CONSTANT_P): Make it always
2711 1.
2712
2713 2003-06-30 Ulrich Weigand <uweigand@de.ibm.com>
2714
2715 * config.gcc [s390*-*-*]: Support --with-arch, --with-tune, and
2716 --with-mode configure options.
2717 * config/s390/s390.h (OPTION_DEFAULT_SPECS): Define.
2718 (DRIVER_SELF_SPECS): Define.
2719 * config/s390/linux.h (ASM_SPEC): Pass architecture mode and cpu
2720 architecture to assembler.
2721 (LINK_SPEC): Merge 31-bit and 64-bit variants.
2722 (LINK_ARCH31_SPEC, LINK_ARCH64_SPEC, EXTRA_SPECS): Remove.
2723 * config/s390/s390.c (override_options): New default rules for
2724 architecture mode and cpu architecture selection.
2725 * doc/invoke.texi (-mesa, -mzarch, -march, -mtune): Document
2726 new default rules.
2727
2728 * config/s390/s390.h (enum processor_type): Add PROCESSOR_2084_Z990.
2729 * config/s390/s390.md (attr "cpu"): Add "z990" processor type.
2730 * config/s390/s390.c (override_options): Add "z990" to
2731 processor_alias_table.
2732 * doc/invoke.texi (-march): Document "z990" processor type.
2733
2734 * config/s390/s390.c (s390_tune_flags, s390_arch_flags): New variables.
2735 * config/s390/s390.h (s390_tune_flags, s390_arch_flags): Declare.
2736 (enum processor_flags, TARGET_CPU_IEEE_FLOAT, TARGET_CPU_ZARCH,
2737 TARGET_CPU_LONG_DISPLACEMENT, TARGET_LONG_DISPLACEMENT): New.
2738 * config/s390/s390.c (override_options): Replace enum pta_flags by
2739 enum processor_flags. Fill in s390_tune_flags and s390_arch_flags.
2740
2741 * config/s390/s390.c (s390_cpu): Rename to ...
2742 (s390_tune): ... this.
2743 * config/s390/s390.h (s390_cpu, s390_tune): Likewise.
2744 * config/s390/s390.c (s390_issue_rate, override_options): Likewise.
2745 * config/s390/s390.md (attr "cpu"): Likewise.
2746
2747 2003-06-30 Neil Booth <neil@daikokuya.co.uk>
2748
2749 * c-common.c (enum c_language_kind, flag_objc): Remove.
2750 (fix_string_type, check_case_value, c_common_nodes_and_builtins,
2751 c_add_case_label, finish_label_addr_expr, boolean_increment):
2752 Use c_dialect_ macros.
2753 * c-common.h (enum c_language_kind): Extend.
2754 (c_dialect_cxx, c_dialect_objc): New.
2755 (flag_objc): Remove.
2756 (c_common_init_options): Update prototype.
2757 * c-cppbuiltin.c (define__GNUC__, c_cpp_builtins): Use c_dialect_
2758 macros.
2759 * c-decl.c (finsih_decl, grokfield, finish_struct): Use c_dialect_
2760 macros.
2761 * c-format.c (C_STD_VER, C_STD_NAME): Similarly.
2762 * c-lang.c (c_init_options): Remove.
2763 (c_language): Define.
2764 (LANG_HOOKS_INIT_OPTIONS): Use common hook.
2765 * c-lex.c (lex_charconst): Use c_dialect_ macros.
2766 * c-opts.c (lang_flags): Make function-local.
2767 (c_common_init_options): Use c_dialect_ macros. Handle
2768 C++ diagnostic requirements.
2769 (c_common_handle_option, c_common_post_options): Use flag_cxx.
2770 * c-parse.in (init_reswords): Use c_dialect_objc ().
2771 * c-pch.c (get_ident): Use c_language.
2772 * c-pretty-print.c (pp_c_bool_literal): Use c_dialect_ macros.
2773 * c-typeck.c (comptypes, build_c_cast): Similarly.
2774 * objc/objc-lang.c (c_language): Define.
2775 (LANG_HOOKS_INIT_OPTIONS): Use common hook.
2776 (objc_init_options): Remove.
2777
2778 2003-06-30 Kazu Hirata <kazu@cs.umass.edu>
2779
2780 * config/alpha/alpha.h (FUNCTION_ARG_PADDING): Remove.
2781 * config/alpha/unicosmk.h: Don't #undef FUNCTION_ARG_PADDING.
2782
2783 2003-06-30 Wolfgang Bangerth <bangerth@dealii.org>
2784
2785 * doc/sourcebuild.texi: Don't reference gnats.html any more.
2786
2787 2003-06-30 Kazu Hirata <kazu@cs.umass.edu>
2788
2789 * config/h8300/h8300.c (compute_mov_length): Fix length of
2790 mov:SF on H8/300.
2791
2792 2003-06-30 Nick Clifton <nickc@redhat.com>
2793
2794 * config/arm/arm.h (BIGGEST_FIELD_ALIGNMENT): Make defintion
2795 constant.
2796
2797 Mon Jun 30 15:36:29 CEST 2003 Jan Hubicka <jh@suse.cz>
2798
2799 (fyl2x_sfxf3, fyl2x_dfxf3, fscale_sfxf3, fscale_dfxf3): Fix condition.
2800
2801 2003-06-30 Hartmut Penner <hpenner@de.ibm.com>
2802
2803 * config/rs6000/rs6000.c (rs6000_split_altivec_in_gprs): New function.
2804 (altivec_in_gprs_p): New function.
2805
2806 * config/rs6000/rs6000-protos (rs6000_split_altivec_in_gprs): New
2807 prototype.
2808 (altivec_in_gprs_p): New prototype.
2809
2810 * config/rs6000/altivec.md (*movv4si_internal): Change
2811 multi-assembler alternative to '#'. Add postreload splitter to
2812 handle this cases.
2813 (*movv4hi_internal): Likewise.
2814 (*movv4qi_internal): Likewise.
2815 (*movv4sf_internal): Likewise.
2816
2817 2003-06-30 Jason Merrill <jason@redhat.com>
2818
2819 * defaults.h (PUSH_ARGS_REVERSED): Define default here.
2820 * calls.c: Not here.
2821
2822 2003-06-30 Ben Elliston <bje@wasabisystems.com>
2823
2824 * config/arm/arm.c (arm_rtx_costs): Remove #if 0 block.
2825 (bad_signed_byte_operand): Likewise.
2826 (arm_output_epilogue): Likewise.
2827 (arm_final_prescan_insn): Likewise.
2828
2829 2003-06-30 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2830
2831 * cfgrtl.c (mark_killed_regs): Cast HARD_REGNO_NREGS to int.
2832
2833 2003-06-30 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2834
2835 * c-pch.c (c_common_write_pch): Flush asm_out_file to allow for
2836 subsequent writes.
2837
2838 Mon Jun 30 10:03:02 CEST 2003 Jan Hubicka <jh@suse.cz>
2839
2840 * cfgrtl.c (verify_flow_info): Accept degenerated condjumps
2841 in cfglayout mode.
2842
2843 Mon Jun 30 09:52:39 CEST 2003 Jan Hubicka <jh@suse.cz>
2844
2845 * i386.c (standard_80387_constant_p): Accept TFmode constants too.
2846 (init_ext_80387_constants): Likewise.
2847 (standard_80387_constant_rtx): Likewise.
2848 * i386.md (atanxf): Disable for TARGET_128BIT_LONG_LONG
2849 (atantf): Disable for !TARGET_128BIT_LONG_LONG
2850 (fyl2x_sfxf3, fyl2x_dfxf3): Accept TFmode operands.
2851 (fyl2x_xfxf3, fyl2x_tfxf3): Enable/disable as needed.
2852 (fscale_sfxf3, fscale_dfxf3): Accept TFmode operands.
2853 (fscale_xfxf3, fscale_tfxf3): Enable/disable as needed.
2854 (frndinttf2): New.
2855 (f2xm1tf2): New.
2856 (exp?f2): Use expsf2_tf when needed.
2857 (exp?f2_tf): New.
2858 (exptf): New.
2859
2860 2003-06-29 Uwe Stieber <uwe@kaos-group.de>
2861
2862 * config.gcc (sh*-*-kaos*): Put tm_file setting in separate case
2863 statement from tmake_file set.
2864
2865 2003-06-29 James E Wilson <wilson@tuliptree.org>
2866
2867 * reload.c (find_reloads): Change push_reloads to push_reload in
2868 comment.
2869 * reload1.c (eliminate_regs): Likewise.
2870 (dump_needs): Delete prototype for deleted function.
2871
2872 2003-06-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2873
2874 * builtin-attrs.def (gcc_diag, gcc_cdiag, gcc_cxxdiag): New
2875 format attributes.
2876 * c-format.c (enum format_type): Add gcc_diag_format_type,
2877 gcc_cdiag_format_type, and gcc_cxxdiag_format_type.
2878 (gcc_diag_length_specs, gcc_cdiag_length_specs,
2879 gcc_cxxdiag_length_specs, gcc_diag_flag_pairs,
2880 gcc_cdiag_flag_pairs, gcc_cxxdiag_flag_pairs, gcc_diag_flag_specs,
2881 gcc_cdiag_flag_specs, gcc_cxxdiag_flag_specs, gcc_diag_char_table,
2882 gcc_cdiag_char_table, gcc_cxxdiag_char_table): New.
2883 (format_types_orig): Add new data.
2884 (find_char_info_specifier_index, init_dynamic_diag_info): New
2885 functions.
2886 (handle_format_attribute): Update to handle new format attributes.
2887
2888 2003-06-29 Dara Hazeghi <dhazeghi@yahoo.com>
2889
2890 * doc/install.texi: Remove install documentation for obsoleted targets
2891 i?86-*-sco, i?86-*-sco3.2v4, powerpcle-*-pe, powerpcle-*-winnt,
2892 arm-*-aof.
2893 Update information about IA64 toolchain, AIX make requirements,
2894 and binutils for m68k-*-hpux and *-*-linuxaout targets.
2895
2896 Mon Jun 30 00:50:43 CEST 2003 Jan Hubicka <jh@suse.cz>
2897
2898 * regmove.c (regmove_optimize): Don't try to make src and dst match
2899 when they are in different modes.
2900
2901 Sun Jun 29 23:06:32 CEST 2003 Jan Hubicka <jh@suse.cz>
2902
2903 * builtins.c (expand_builtin_mathfn, expand_builtin_mathfn_2): Avoid
2904 busy work when builtin is not supported by the backend.
2905
2906 2003-06-29 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
2907
2908 * loop.c (count_one_set): Fix detection of registers set in more
2909 than one basic block.
2910
2911 2003-06-29 Andreas Jaeger <aj@suse.de>
2912
2913 * target-def.h: Remove usage of OBJECT_FORMAT_ROSE.
2914 * system.h: Poison OBJ_FORMAT_ROSE.
2915 * doc/tm.texi (Macros for Initialization): Remove documentatin of
2916 OBJECT_FORMAT_ROSE.
2917 * config/rs6000/lynx.h: Remove undef of OBJECT_FORMAT_ROSE.
2918 * collect2.c: Remove usage of OBJECT_FORMAT_ROSE.
2919
2920 2003-06-29 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2921
2922 * pa.c (update_total_code_bytes): New function.
2923 (last_address): Number of bytes output for a function and its
2924 associated thunks.
2925 (compute_frame_size): Use BITS_PER_UNIT.
2926 (pa_output_function_epilogue): Compute last_address. Use
2927 update_total_code_bytes.
2928 (output_lbranch): Handle long branch on portable runtime.
2929 (attr_length_millicode_call, attr_length_call,
2930 attr_length_indirect_call): Only use total_code_bytes for calls in
2931 the text section.
2932 (output_call): Only use an indirect call sequence when the target is
2933 not local.
2934 (pa_asm_output_mi_thunk): Handle updating of total_code_bytes. Improve
2935 test to determine when an IA-relative branch can be used. Add various
2936 long branch sequences. Avoid using an indirect branch on all ports
2937 except SOM.
2938
2939 2003-06-29 Ulrich Weigand <uweigand@de.ibm.com>
2940
2941 * expr.c (clear_by_pieces): Fix prototype.
2942
2943 2003-06-29 Andreas Jaeger <aj@suse.de>
2944
2945 * cse.c: Convert prototypes to ISO C90.
2946 * cselib.c: Likewise.
2947 * cselib.h: Likewise.
2948 * dbxout.c: Likewise.
2949 * debug.c: Likewise.
2950 * df.c: Likewise.
2951 * df.h: Likewise.
2952 * dojump.c: Likewise.
2953 * doloop.c: Likewise.
2954 * dominance.c: Likewise.
2955 * dwarf2asm.c: Likewise.
2956 * dwarf2out.c: Likewise.
2957 * dwarf2out.h: Likewise.
2958 * dwarfout.c: Likewise.
2959 * except.c: Likewise.
2960 * except.h: Likewise.
2961 * emit-rtl.c: Likewise.
2962 * et-forest.c: Likewise.
2963 * et-forest.h: Likewise.
2964 * except.c: Likewise.
2965 * explow.c: Likewise.
2966 * expmed.c: Likewise.
2967 * expr.c: Likewise.
2968 * expr.h: Likewise.
2969
2970 2003-06-29 Kazu Hirata <kazu@cs.umass.edu>
2971
2972 * alloc-pool.c: Fix comment formatting.
2973 * bitmap.c: Likewise.
2974 * bitmap.h: Likewise.
2975 * bt-load.c: Likewise.
2976 * builtins.c: Likewise.
2977 * caller-save.c: Likewise.
2978 * cfganal.c: Likewise.
2979 * cfgrtl.c: Likewise.
2980 * collect2.c: Likewise.
2981 * cse.c: Likewise.
2982 * df.c: Likewise.
2983 * diagnostic.c: Likewise.
2984 * dwarf2out.c: Likewise.
2985 * dwarfout.c: Likewise.
2986 * expmed.c: Likewise.
2987 * final.c: Likewise.
2988 * flags.h: Likewise.
2989 * fold-const.c: Likewise.
2990 * gcc.c: Likewise.
2991 * gcov-io.h: Likewise.
2992 * gcov.c: Likewise.
2993 * genattrtab.c: Likewise.
2994 * genautomata.c: Likewise.
2995 * libgcov.c: Likewise.
2996 * mips-tfile.c: Likewise.
2997 * optabs.c: Likewise.
2998 * prefix.c: Likewise.
2999 * rtlanal.c: Likewise.
3000 * stmt.c: Likewise.
3001 * stor-layout.c: Likewise.
3002 * toplev.c: Likewise.
3003 * varasm.c: Likewise.
3004 * vmsdbgout.c: Likewise.
3005
3006 2003-06-29 Kazu Hirata <kazu@cs.umass.edu>
3007
3008 * expr.c (emit_single_push_insn): If padding is needed
3009 downward, adjust the stack pointer first, and then store the
3010 data into the stack location using an offset.
3011
3012 2003-06-29 Andreas Jaeger <aj@suse.de>
3013
3014 * collect2.h: Convert prototypes to ISO C90.
3015 * collect2.c: Likewise.
3016 * conflict.c: Likewise.
3017 * coverage.c: Likewise.
3018 * convert.h: Likewise.
3019 * convert.c: Likewise.
3020
3021 2003-06-29 Nathan Sidwell <nathan@codesourcery.com>
3022
3023 * c-decl.c (c_init_decl_processing): Use a location_t. Set input
3024 filename to <internal>.
3025 * tree.c (make_node): Just copy the current location.
3026
3027 2003-06-29 Eric Botcazou <ebotcazou@libertysurf.fr>
3028
3029 PR optimization/11210
3030 * fold-const (decode_field_reference): Revert 2003-06-26 patch.
3031
3032 2003-06-29 Neil Booth <neil@daikokuya.co.uk>
3033
3034 * toplev.c (flag_dummy): Remove.
3035 (f_options): Restore flag pointers.
3036
3037 2003-06-29 David Edelsohn <edelsohn@gnu.org>
3038
3039 * config/rs6000/rs6000.c (processor_target_table): Add 970.
3040 * config.gcc: Add 970.
3041
3042 2003-06-29 Kazu Hirata <kazu@cs.umass.edu>
3043
3044 * dwarf2out.c (add_AT_string): Replace ggc_alloc_string (X,
3045 -1) with ggc_strdup.
3046 * stmt.c (expand_asm_operands): Likewise.
3047 * config/rs6000/rs6000.md (builtin_setjmp_receiver): Likewise.
3048
3049 2003-06-28 Kazu Hirata <kazu@cs.umass.edu>
3050
3051 * config/ip2k/ip2k.c (ip2k_reorg): Use INSN_P instead of its
3052 definition.
3053
3054 2003-06-29 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3055
3056 * opts.c: Include insn-attr.h.
3057 * Makefile.in (opts.o): Depend on INSN_ATTR_H.
3058
3059 2003-06-27 J"orn Rennecke <joern.rennecke@superh.com>
3060
3061 * flow.c (propagate_one_insn): Use proper test for a register
3062 being part of the return value.
3063
3064 2003-06-28 Kazu Hirata <kazu@cs.umass.edu>
3065
3066 * config/avr/avr.c: Fix a comment typo.
3067
3068 2003-06-28 Kazu Hirata <kazu@cs.umass.edu>
3069
3070 * config/avr/avr-protos.h: Replace avr_simplify_comparision_p
3071 with avr_simplify_comparison_p.
3072 * config/avr/avr.c: Likewise.
3073
3074 2003-06-28 Kazu Hirata <kazu@cs.umass.edu>
3075
3076 * builtins.c: Follow spelling conventions.
3077 * cgraph.c: Likewise.
3078 * cpplex.c: Likewise.
3079 * config/arm/arm.c: Likewise.
3080 * config/arm/iwmmxt.md: Likewise.
3081 * config/c4x/c4x-modes.def: Likewise.
3082 * config/c4x/c4x.c: Likewise.
3083 * config/c4x/c4x.h: Likewise.
3084 * config/c4x/c4x.md: Likewise.
3085 * config/i386/i386-interix.h: Likewise.
3086 * config/mips/mips.h: Likewise.
3087
3088 2003-06-28 Neil Booth <neil@daikokuya.co.uk>
3089
3090 * config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Predicate
3091 __mc68020__ on TARGET_68020.
3092
3093 2003-06-28 Kazu Hirata <kazu@cs.umass.edu>
3094
3095 * config/h8300/h8300.c: Fix a comment typo.
3096
3097 2003-06-28 Nathan Sidwell <nathan@codesourcery.com>
3098
3099 * c-parse.in (yylexstring): Use a location_t.
3100
3101 * diagnostic.h (diagnostic_set_info): Replace file and lineno
3102 parameters with a location_t.
3103 * diagnostic.c (diagnostic_set_info): Replace file and lineno
3104 parameters with a location_t.
3105 (inform, warning, pedwarn, error, sorry, fatal_error,
3106 internal_error, warning_with_decl, pedwarn_with_decl,
3107 error_with_decl): Adjust.
3108 * c-error.c (pedwarn_c99): Adjust.
3109 * c-format.c (status_warning): Adjust.
3110 * rtl-error.c (file_and_line_for_asm): Rename to ...
3111 (location_for_asm): Return a location_t.
3112 (diagnostic_for_asm): Adjust.
3113
3114 2003-06-28 Neil Booth <neil@daikokuya.co.uk>
3115
3116 * cpptrad.c (skip_macro_block_comment): New.
3117 (copy_comment): Use it if appropriate.
3118
3119 2003-06-28 Kazu Hirata <kazu@cs.umass.edu>
3120
3121 * gcse.c (compute_ld_motion_mems): Use INSN_P instead of its
3122 definition.
3123 (store_killed_in_insn): Likewise.
3124 * print-rtl.c (print_rtx): Likewise.
3125 * config/frv/frv.c (frv_final_prescan_insn): Likewise.
3126 * config/m68hc11/m68hc11.c (dead_register_here): Likewise.
3127 (m68hc11_reassign_regs): Likewise.
3128 (m68hc11_reorg): Likewise.
3129
3130 2003-06-28 Gabriel Dos Reis <gdr@integrable-solutions.net>
3131
3132 * diagnostic.c (output_integer_with_precision): New macro.
3133 (output_format): Use it. Handle more format specifiers.
3134 (output_long_decimal): Remove.
3135 (output_unsigned_decimal): Likewise.
3136 (output_long_unsigned_decimal): Likewise.
3137 (output_octal): Likewise.
3138 (output_long_octal): Likewise.
3139 (output_hexadecimal): Likewise.
3140 (output_long_hexadecimal): Likewise.
3141 (output_long_long_decimal): Likewise.
3142
3143 2003-06-28 Andreas Schwab <schwab@suse.de>
3144
3145 * config/ia64/ia64.md: Follow recent emit_note API change.
3146
3147 2003-06-28 Nathan Sidwell <nathan@codesourcery.com>
3148
3149 * c-parse.in (%union): Replace filename & lineno with location.
3150 (save_filename, save_lineno): Remove.
3151 (save_location): New.
3152 (fndef, old_style_parm_decls_1, lineno_datadecl, lineno_decl,
3153 nested_function, notype_nested_function, if_prefix, lineno_stmt,
3154 lineno_label, label): Adjust.
3155
3156 2003-06-28 Jakub Jelinek <jakub@redhat.com>
3157
3158 * builtins.c (c_strlen): Add only_value argument.
3159 Handle COND_EXPR and COMPOUND_EXPR.
3160 (expand_builtin_strlen): Optimize also strlen (i++ ? "foo" : "bar").
3161 Adjust c_strlen callers.
3162 (expand_builtin_strcpy, expand_builtin_strncpy,
3163 expand_builtin_strcmp, expand_builtin_strncmp,
3164 expand_builtin_fputs, expand_builtin_sprintf,
3165 fold_builtin): Adjust c_strlen callers.
3166
3167 2003-06-28 Josef Zlomek <zlomekj@suse.cz>
3168
3169 * bb-reorder.c (find_traces_1_round): Do not send basic block
3170 to next round when we are in the last round.
3171
3172 2003-06-28 Neil Booth <neil@daikokuya.co.uk>
3173
3174 * Makefile.in: Update.
3175 * opts.c: Include tm_p.h.
3176 (handle_options): Make static.
3177 (decode_options): Copied from toplev.c.
3178 * opts.h (decode_options): New.
3179 * toplev.c (parse_options_and_default_flags): Move most to opts.c,
3180 some to...
3181 (general_init): ...here.
3182 (toplev_main): Use decode_options instead.
3183 * toplev.h (save_argc, save_argv): New.
3184
3185 2003-06-28 Kazu Hirata <kazu@cs.umass.edu>
3186
3187 * explow.c (find_next_ref): Remove.
3188 * rtl.h: Remove the prototype for find_next_ref.
3189
3190 2003-06-27 Roger Sayle <roger@eyesopen.com>
3191
3192 * config/alpha/alpha.md (anonymous define_split): Adjust emit_note
3193 call to match recent API change.
3194
3195 2003-06-27 Zack Weinberg <zack@codesourcery.com>
3196
3197 * dbxout.c (flag_debug_only_used_symbols): Delete redundant
3198 declaration.
3199
3200 * c-format.c (check_format_string, get_constant)
3201 * cfgrtl.c (rtl_split_edge):
3202 Mark the definition static, matching the forward declaration.
3203
3204 2003-06-27 Gunther Nikl <gni@gecko.de>
3205
3206 * unwind-c.c (PERSONALITY_FUNCTION): Delete duplicate define.
3207
3208 PR target/11014
3209 * config/m68k/m68k.c (m68k_output_mi_thunk): Use correct assembly
3210 syntax for MIT / MOTOROLA.
3211
3212 PR other/10240
3213 * configure.in: Removed $(XCFLAGS) from BUILD_CFLAGS for build != host.
3214 * configure: Rebuilt.
3215
3216 2003-06-27 Chris Demetriou <cgd@broadcom.com>
3217
3218 * config/mips/mips.c (mips_build_va_list): Make padding in
3219 va_list structure explicit to avoid -Wpadded warnings.
3220
3221 2003-06-27 Ulrich Weigand <uweigand@de.ibm.com>
3222
3223 * config/s390/s390.h (SECONDARY_OUTPUT_RELOAD_CLASS): Define.
3224 * config/s390/s390.c (s390_secondary_output_reload_class): New function.
3225 * config/s390/s390-protos.h (s390_secondary_output_reload_class):
3226 Declare it.
3227 * config/s390/s390.md ("reload_outti", "reload_outdi",
3228 "reload_outdf"): New expanders.
3229
3230 * config/s390/s390.md ("movti" + splitters): Handle non-offsettable
3231 memory operands as source.
3232 ("movdi" + splitters): Likewise.
3233 ("movdf" + splitters): Likewise.
3234 * config/s390/s390.c (s390_split_ok_p): New function.
3235 * config/s390/s390-protos.h (s390_split_ok_p): Declare it.
3236
3237 2003-06-27 Kazu Hirata <kazu@cs.umass.edu>
3238
3239 * combine.c (force_to_mode): Replace the equality comparison
3240 of INTVALs with a pointer equality comparison.
3241 (simplify_comparison): Likewise.
3242
3243 2003-06-27 Kazu Hirata <kazu@cs.umass.edu>
3244
3245 * jump.c (rtx_renumbered_equal_p): Replace an expression that
3246 is known to be 0 with 0.
3247
3248 2003-06-27 Kazu Hirata <kazu@cs.umass.edu>
3249
3250 * gcse.c (expr_equiv_p): Replace expressions that are known to
3251 be 0 with 0.
3252
3253 2003-06-27 Kazu Hirata <kazu@cs.umass.edu>
3254
3255 * cse.c (fold_rtx): Replace the equality comparison of INTVALs
3256 with a pointer equality comparison.
3257
3258 2003-06-27 Kazu Hirata <kazu@cs.umass.edu>
3259
3260 * rtlanal.c (reg_mentioned_p): Return 0 earlier if REG and IN
3261 are known to be not equivalent.
3262
3263 2003-06-27 Richard Henderson <rth@redhat.com>
3264
3265 * config/alpha/alpha.c (function_arg): Don't pass small aggregates
3266 in floating point registers. Validate that we don't receive complex
3267 values here. Use #elif.
3268 (return_in_memory, function_value): New.
3269 (alpha_va_arg): Handle complex values as two arguments.
3270 * config/alpha/alpha.h (RETURN_IN_MEMORY): Use return_in_memory.
3271 (FUNCTION_VALUE, LIBCALL_VALUE): Use function_value.
3272 (SPLIT_COMPLEX_ARGS): New.
3273 * config/alpha/alpha-protos.h: Update.
3274
3275 2003-06-27 Ulrich Weigand <uweigand@de.ibm.com>
3276
3277 * ggc-page.c (inverse_table): Change type of mult to size_t.
3278 (compute_inverse): Compute inverse using size_t, not unsigned int.
3279 Compute inverse also for sizes larger than half a machine page.
3280
3281 Fri Jun 27 18:36:12 CEST 2003 Jan Hubicka <jh@suse.cz>
3282
3283 * toplev.c (rest_of_decl_compilation): Only varpoolize argument
3284 when called before cgraph_optimize.
3285
3286 2003-06-27 Zack Weinberg <zack@codesourcery.com>
3287
3288 * config/darwin.h, config/elfos.h, config/i960/i960-coff.h
3289 * config/m68k/coff.h: ASM_FILE_START_FILE_DIRECTIVE should
3290 be TARGET_ASM_FILE_START_FILE_DIRECTIVE.
3291
3292 Fri Jun 27 17:41:16 CEST 2003 Jan Hubicka <jh@suse.cz>
3293
3294 * cgraph.c (cgraph_node, cgraph_varpool_node): Avoid re-initializing
3295 of known_decls.
3296
3297 2003-06-27 Hans-Peter Nilsson <hp@axis.com>
3298
3299 * defaults.h (REGISTER_MOVE_COST): Define default here.
3300 * regclass.c: Don't define default REGISTER_MOVE_COST here.
3301 * reload.c, reload1.c: Ditto.
3302
3303 2003-06-27 Richard Earnshaw <rearnsha@arm.com>
3304
3305 * flags.h: Really install previous change.
3306
3307 2003-06-27 Nathan Sidwell <nathan@codesourcery.com>
3308
3309 * rtl.h (emit_note): Remove FILE parameter.
3310 * emit-rtl.c (emit_line_note): Adjust emit_note call.
3311 (emit_note): Remove FILE parameter. Adjust.
3312 * builtins.c (expand_builtin_expect): Adjust emit_note call.
3313 * c-semantics.c (genrtl_scope_stmt): Likewise.
3314 (expand_stmt): Likewise.
3315 * cfglayout.c (reemit_insn_block_notes): Likewise.
3316 (duplicate_insn_chain): Likewise.
3317 * except.c (expand_eh_region_start, expand_eh_region_end,
3318 sjlj_emit_function_enter): Likewise.
3319 * explow.c (probe_stack_range): Likewise.
3320 * expr.c (emit_block_move_via_loop): Likewise.
3321 * function.c (init_function_start, expand_function_start,
3322 expand_function_end, thread_prologue_and_epilogue_insns): Likewise.
3323 * integrate.c (expand_inline_function, copy_insn_list): Likewise.
3324 * reg-stack.c (compensate_edge): Likewise.
3325 * reload1.c (reload): Likewise.
3326 * rtlanal.c (hoist_insn_to_edge): Likewise.
3327 * stmt.c (expand_fixup, expand_start_loop, expand_start_null_loop,
3328 expand_loop_continue_here, expand_end_loop, expand_continue_loop,
3329 expand_exit_loop_top_cond, expand_value_return,
3330 expand_start_bindings_and_block, expand_end_bindings,
3331 expand_decl_cleanup, expand_start_case): Likewise.
3332 * unroll.c (copy_loop_body
3333 * config/alpha/alpha.c (alpha_output_mi_thunk_osf): Likewise.
3334 * config/ia64/ia64.c (ia64_output_mi_thunk): Likewise.
3335 * config/rs6000/rs6000.c (rs6000_emit_eh_toc_restore,
3336 rs6000_emit_allocate_stack, rs6000_output_function_prologue,
3337 rs6000_output_function_epilogue, rs6000_output_mi_thunk): Likewise.
3338 * config/sh/sh.c (sh_output_mi_thunk): Likewise.
3339 * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
3340
3341 2003-06-27 Nathan Sidwell <nathan@codesourcery.com>
3342
3343 * c-tree.h (grokfield): Remove unused filename and line parameters.
3344 * c-decl.c (grokfield): Remove unused filename and line parameters.
3345 * c-parse.in (component_decl): Adjust field grokking rules, adjust
3346 grokfield calls.
3347 (component_declarator): Likewise.
3348 (component_notype_declarator): Likewise.
3349 * objc/objc-act.c (build_module_descriptor): Adjust grokfield
3350 calls.
3351 (build_protocol_template, build_method_prototype_list_template,
3352 build_method_prototype_template, build_category_template,
3353 build_selector_template, build_class_template,
3354 build_super_template, build_ivar_template,
3355 build_ivar_list_template, build_method_list_template,
3356 build_method_template, add_instance_variable): Likewise.
3357
3358 2003-06-27 Kazu Hirata <kazu@cs.umass.edu>
3359
3360 * stmt.c (do_jump_if_equal): Return 0 earlier if OP1 and
3361 OP2 are known to be not equivalent.
3362
3363 2003-06-26 Devang Patel <dpatel@apple.com>
3364
3365 * final.c (debug_flush_symbol_queue): New function.
3366 (debug_queue_symbol): New function.
3367 (debug_free_queue): New function.
3368 (debug_nesting): New variable.
3369 (symbol_queue): New variable.
3370 (symbol_queue_index): Same.
3371 (symbol_queue_size): Same.
3372 * debug.h (debug_flush_symbol_queue): New.
3373 (debug_queue_symbol): New.
3374 (debug_free_queue): New.
3375 (debug_nesting): New.
3376 (symbol_queue_index): New.
3377 * dbxout.c (DBXOUT_DECR_NESTING): New macro.
3378 (DBXOUT_DECR_NESTING_AND_RETURN): New macro.
3379 (dbxout_init): Delay symbol output.
3380 (dbxout_global_decl): Save, set and reset TREE_USED bit around
3381 dbxout_symbol() call.
3382 (dbxout_begin_function): Same.
3383 (dbxout_finish): Free symbol queue.
3384 (dbxout_type): Put appropriate symbols in queue.
3385 (dbxout_symbol): Put info for symbol's type in queue.
3386 Decrement/Increment nesting counts flush symbol queue appropriately.
3387 (dbxout_parms): Increment dbxout nesting.
3388 (dbxout_reg_parms): Same.
3389 * flags.h (flag_debug_only_used_symbols): New.
3390 * toplev.c (flag_debug_only_used_symbols): New variable.
3391 (lang_independent_options): Add entries for new option
3392 -feliminate-unused-debug-symbols.
3393 * common.opt: Add entry for -feliminate-unused-debug-symbols.
3394 * opts.c (common_handle_options): Same.
3395 * config/rs6000/darwin.h (CC1_SPEC): Interpret -gused as
3396 -feliminate-unused-debug-symbols.
3397 * doc/invoke.texi (Debugging Options): Document
3398 -feliminate-unused-debug-symbols.
3399
3400 2003-06-26 Roger Sayle <roger@eyesopen.com>
3401 Jakub Jelinek <jakub@redhat.com>
3402
3403 * builtins.c (expand_builtin_sprintf): Use c_getstr and strlen to
3404 obtain the format string instead of using TREE_STRING_POINTER and
3405 TREE_STRING_LENGTH. Only optimize sprintf(dst,"%s",src) when the
3406 return value is unused or the length of src is a known constant.
3407
3408 2003-06-26 Richard Henderson <rth@redhat.com>
3409
3410 * config/ia64/ia64.h (REGISTER_NAMES): R0 is really AP.
3411
3412 2003-06-26 Richard Henderson <rth@redhat.com>
3413
3414 * config/ia64/ia64.c (ia64_expand_call): Don't add ar.pfs for sibcalls.
3415 (ia64_split_call): Only load descriptor for GP register inputs.
3416 (ia64_expand_epilogue): Check current_frame_info.mask not
3417 current_function_is_leaf to restore ar.pfs.
3418
3419 2003-06-26 Richard Henderson <rth@redhat.com>
3420
3421 * emit-rtl.c (try_split): Append to new CALL_INSN_FUNCTION_USAGE
3422 instead of replacing it.
3423
3424 2003-06-26 Richard Henderson <rth@redhat.com>
3425
3426 * flow.c (propagate_one_insn): Kill function return value
3427 registers across tail calls.
3428
3429 * flow.c (propagate_one_insn): Preserve live-at-end registers
3430 across tail calls.
3431
3432 2003-06-26 J"orn Rennecke <joern.rennecke@superh.com>
3433
3434 * reload.c (can_reload_into): New function.
3435 (push_reload): Use it.
3436
3437 2003-06-26 Kazu Hirata <kazu@cs.umass.edu>
3438
3439 * config/h8300/h8300.c (compute_a_rotate_length): Fix the
3440 references to the amount of a rotation.
3441
3442 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
3443
3444 * config/sh/coff.h: Don't include dbxcoff.h.
3445 * config.gcc: List it here.
3446
3447 2003-06-26 Kazu Hirata <kazu@cs.umass.edu>
3448
3449 * postreload.c (reload_cse_simplify_set): Call cselib_lookup
3450 earlier. Don't check if SRC is a constant.
3451
3452 2003-06-26 Kazu Hirata <kazu@cs.umass.edu>
3453
3454 * Makefile.in (OBJS): Add postreload.o.
3455 Remove cselib.h from the dependency list for reload1.o.
3456 Add a dependency list for postreload.o.
3457 * reload.h: Change the comment for the prototype of
3458 reload_cse_regs.
3459 * reload1.c: Don't include cselib.h.
3460 (reload_cse_regs): Move to postreload.c
3461 (reload_cse_regs_1): Likewise.
3462 (reload_cse_noop_set_p): Likewise.
3463 (reload_cse_simplify_set): Likewise.
3464 (reload_cse_simplify_operands): Likewise.
3465 (RELOAD_COMBINE_MAX_USES): Likewise.
3466 (reload_combine_ruid): Likewise.
3467 (LABEL_LIVE): Likewise.
3468 (reload_combine): Likewise.
3469 (reload_combine_note_use): Likewise.
3470 (reload_combine_note_store): Likewise.
3471 (reg_set_luid): Likewise.
3472 (reg_offset): Likewise.
3473 (reg_base_reg): Likewise.
3474 (reg_mode): Likewise.
3475 (move2add_luid): Likewise.
3476 (move2add_last_label_luid): Likewise.
3477 (MODES_OK_FOR_MOVE2ADD): Likewise.
3478 (reload_cse_move2add): Likewise.
3479 (move2add_note_store): Likewise.
3480 (reload_cse_simplify): Likewise.
3481 * postreload.c: New.
3482
3483 2003-06-26 Kazu Hirata <kazu@cs.umass.edu>
3484
3485 * config/avr/avr.c (final_prescan_insn): Remove support for
3486 -mrtl.
3487 * config/avr/avr.h (MASK_RTL_DUMP): Remove.
3488 (TARGET_RTL_DUMP): Likewise.
3489 (TARGET_SWITCHES): Remove -mrtl.
3490
3491 2003-06-26 Kazu Hirata <kazu@cs.umass.edu>
3492
3493 * config/h8300/h8300-protos.h: Change emit_a_rotate to
3494 output_a_rotate. Add a prototype for compute_a_rotate_length.
3495 * config/h8300/h8300.c (emit_a_rotate): Change to
3496 output_a_rotate.
3497 (compute_a_rotate_length): New.
3498 (h8300_adjust_insn_length): Remove.
3499 * config/h8300/h8300.h (ADJUST_INSN_LENGTH): Remove.
3500 * config/h8300/h8300.md (adjust_length): Remove.
3501 (*rotlqi3_1): Use output_a_rotate and compute_a_rotate_length.
3502 (*rotlhi3_1): Likewise.
3503 (*rotlsi3_1): Likewise.
3504
3505 2003-06-26 Roger Sayle <roger@eyesopen.com>
3506 Richard Henderson <rth@redhat.com>
3507
3508 * builtins.c (expand_builtin_mathfn): Always stabilize the argument
3509 list against re-evaluation. If expand_unop fails, call expand_call
3510 with the stabilized argument list rather than return NULL_RTX.
3511 (expand_builtin_mathfn2): Likewise, always stabilize the argument
3512 list, and call expand_call ourselves if expand_binop fails.
3513
3514 2003-06-26 Eric Botcazou <ebotcazou@libertysurf.fr>
3515
3516 PR optimization/11210
3517 * fold-const (decode_field_reference): Strip only NOPs that
3518 don't affect the sign.
3519
3520 2003-06-26 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
3521
3522 * gcc/config/sh/sh.md (push_fpscr): Enable for TARGET_SH2E.
3523 (pop_fpscr, fpu_switch): Likewise.
3524
3525 2003-06-26 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
3526
3527 * value-prof.c: New.
3528 * value-prof.h: New.
3529 * Makefile.in (value-prof.o): New.
3530 (LIBGCOV): Add _gcov_merge_single and _gcov_merge_delta
3531 (profile.o): Add value-prof.h and tree.h dependency.
3532 * flags.h (flag_profile_values): Declare.
3533 * gcov-io.h (GCOV_COUNTERS, GCOV_COUNTER_NAMES, GCOV_MERGE_FUNCTIONS):
3534 Add new counters.
3535 (GCOV_COUNTER_V_INTERVAL, GCOV_COUNTER_V_POW2, GCOV_COUNTER_V_SINGLE,
3536 GCOV_COUNTER_V_DELTA): New counter sections.
3537 (__gcov_merge_single, __gcov_merge_delta): Declare.
3538 * flow.c (mark_used_regs): Set subregs_of_mode only when the
3539 structure is initialized.
3540 * libgcov.c (__gcov_merge_single, __gcov_merge_delta): New functions.
3541 * profile.c: Include value-prof.h and tree.h.
3542 (gen_interval_profiler, gen_pow2_profiler, gen_one_value_profiler,
3543 gen_const_delta_profiler, instrument_values): New static functions.
3544 (get_exec_counts): Fix comment.
3545 (branch_prob): Invoke instrument_values.
3546 * toplev.c (flag_profile_values): New flag.
3547 * doc/invoke.texi (-fprofile-values): Document.
3548
3549 2003-06-26 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
3550
3551 * Makefile.in (cfgrtl.o): Add expr.h dependency.
3552 * cfgrtl.c: Include expr.h.
3553 (mark_killed_regs, safe_insert_insn_on_edge): New
3554 functions.
3555 * config/i386/i386.h (AVOID_CCMODE_COPIES): Define.
3556 * basic-block.h (safe_insert_insn_on_edge): Declare.
3557
3558 2003-06-26 Neil Booth <neil@daikokuya.co.uk>
3559
3560 * c-opts.c (missing_arg): Make non-static.
3561 (c_common_handle_option): Don't check for missing arguments.
3562 * opts.c (handle_option): Check for missing arguments.
3563
3564 2003-06-26 David Edelsohn <edelsohn@gnu.org>
3565
3566 * config/rs6000/power4.md (power4-veccomplex): Correct latency.
3567
3568 2003-06-25 Loren James Rittle <ljrittle@acm.org>
3569
3570 * configure.in (ld_vers): Portability [sed].
3571 * configure: Regenerate with autoconf213.
3572
3573 2003-06-25 H.J. Lu <hongjiu.lu@intel.com>
3574
3575 * doc/extend.texi: Document new builtin functions for Intel
3576 Prescott New Intrunctions.
3577
3578 * doc/invoke.texi: Document new command-line options, -mpni and
3579 -mno-pni, for Intel Prescott New Intrunctions.
3580
3581 * config.gcc (extra_headers): Add pmmintrin.h for i[34567]86-*-*.
3582
3583 * config/i386/i386.c (override_options): Turn on MASK_SSE2
3584 for -mpni. Turn on MASK_SSE for -msse2.
3585 (bdesc_2arg): Add PNI builtins with 2 args.
3586 (bdesc_1arg): Add PNI builtins with 1 arg.
3587 (ix86_init_mmx_sse_builtins): Handle PNI builtins.
3588 (ix86_expand_builtin): Likewise.
3589
3590 * config/i386/i386.h (MASK_3DNOW, MASK_3DNOW_A,
3591 MASK_128BIT_LONG_DOUBLE, MASK_64BIT, MASK_MS_BITFIELD_LAYOUT,
3592 MASK_TLS_DIRECT_SEG_REFS): Renumbered.
3593 (TARGET_PNI): New.
3594 (TARGET_SWITCHES): Don't enable MASK_SSE for -msse2 here. Add
3595 -mpni and -mno-pni.
3596 (TARGET_CPU_CPP_BUILTINS): Defined __PNI__ for PNI.
3597 (ix86_builtins): Add PNI builtins.
3598 (config/i386/i386.md): Add PNI patterns.
3599
3600 * config/i386/pmmintrin.h: New file.
3601
3602 2003-06-25 Kazu Hirata <kazu@cs.umass.edu>
3603
3604 * config/h8300/h8300.md (call): Fix the insn lengths.
3605 (call_value): Likewise.
3606
3607 Thu Jun 26 00:13:35 CEST 2003 Jan Hubicka <jh@suse.cz>
3608
3609 * c-common.c (handle_used_attribute): Use mark_referenced.
3610 * varasm.c (mark_referenced): Break out from ...
3611 (assemble_name): ... here.
3612 * tree.h (mark_referenced): Declare.
3613
3614 2003-06-25 Wolfgang Bangerth <bangerth@dealii.org>
3615
3616 * gccbug.in: Add PCH to list of categories.
3617
3618 2003-06-25 Martin Schaffner <schaffner@gmx.li>
3619
3620 * cppfiles.c: Clarify comments.
3621 * cpphash.h: Likewise.
3622 * cpplib.h: Likewise.
3623 * cppmacro.c: Likewise.
3624 * mkdeps.h: Likewise.
3625
3626 2003-06-25 Neil Booth <neil@daikokuya.co.uk>
3627
3628 * c-opts.c (complain_wrong_lang, write_langs): Remove.
3629 (c_common_handle_option): Complaints about wrong language are
3630 handled in opts.c now.
3631 * opts.c (complain_wrong_lang, write_langs, handle_options): New.
3632 (find_opt): Fix thinko.
3633 (handle_option): Update prototype. Complain about switches for
3634 a different front end.
3635 * opts.h (lang_names, handle_options): New.
3636 (handle_option): Remove.
3637 * opts.sh: Write out language names array.
3638 * toplev.c (parse_options_and_default_flags): Use handle_options.
3639
3640 2003-06-25 H.J. Lu <hongjiu.lu@intel.com>
3641
3642 * config/i386/i386.c (MASK_SSE1): Removed.
3643 (MASK_SSE164): Removed.
3644 (MASK_SSE264): Removed.
3645 (bdesc_2arg): Replace MASK_SSE1 with MASK_SSE. Replace
3646 MASK_SSE164 with MASK_SSE | MASK_64BIT. Replace MASK_SSE264
3647 with MASK_SSE2 | MASK_64BIT.
3648 (bdesc_1arg): Likewise.
3649 (ix86_init_mmx_sse_builtins): Likewise.
3650
3651 * config/i386/i386.h (TARGET_SSE): Remove MASK_SSE2.
3652 (TARGET_SWITCHES): Enable both MASK_SSE and MASK_SSE2 for
3653 -msse2.
3654
3655 2003-06-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3656
3657 * hwint.h (HOST_WIDE_INT_PRINT, HOST_WIDE_INT_PRINT_C): New macros.
3658 (HOST_WIDE_INT_PRINT_DEC_SPACE,
3659 HOST_WIDE_INT_PRINT_UNSIGNED_SPACE,
3660 HOST_WIDEST_INT_PRINT_DEC_SPACE,
3661 HOST_WIDEST_INT_PRINT_UNSIGNED_SPACE): Delete.
3662 (HOST_WIDE_INT_PRINT_DEC, HOST_WIDE_INT_PRINT_DEC_C,
3663 HOST_WIDE_INT_PRINT_UNSIGNED, HOST_WIDE_INT_PRINT_HEX): Define in
3664 terms of HOST_WIDE_INT_PRINT and possibly HOST_WIDE_INT_PRINT_C.
3665
3666 * final.c (asm_fprintf): Use HOST_WIDE_INT_PRINT.
3667 * ra-debug.c (dump_static_insn_cost): Likewise.
3668
3669 2003-06-26 Nick Clifton <nickc@redhat.com>
3670
3671 * config/arm/arm.h (BIGGEST_FIELD_ALIGNMENT): Define instead
3672 of ADJUST_FIELD_ALIGN if IN_TARGET_LIBS.
3673 Replace occurances of '???' with 'XXX' incase they are
3674 mistaken for trigraphs.
3675 (THUMB_PRINT_OPERAND_ADDRESS): abort if a compound address
3676 does not have a register for the first operand.
3677
3678 2003-06-25 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
3679
3680 * config/sh/sh.c (sh_register_move_cost):
3681 Add case for moving between MAC_REGS.
3682
3683 2003-06-25 Zack Weinberg <zack@codesourcery.com>
3684
3685 PR 10178
3686 * langhooks.h (struct lang_hooks): Add no_body_blocks bool.
3687 * langhooks-def.h (LANG_HOOKS_NO_BODY_BLOCKS): New; default false.
3688 * c-lang.c, objc/objc-lang.c: Override LANG_HOOKS_NO_BODY_BLOCKS
3689 to true.
3690 * stmt.c (is_body_block): If lang_hooks.no_body_blocks, always
3691 return 0.
3692
3693 2003-06-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3694
3695 * Makefile.in (bt-load.o): Depend on $(TM_P_H).
3696 * bt-load.c: Include "tm_p.h".
3697
3698 2003-06-25 Kazu Hirata <kazu@cs.umass.edu>
3699
3700 * config/h8300/h8300.c (compute_mov_length): Adjust for the
3701 new optimization.
3702 * config/h8300/h8300.md (*movsi_h8300): Optimize the load of
3703 an SImode constant whose upper and lower are the same.
3704
3705 Wed Jun 25 11:31:59 CEST 2003 Jan Hubicka <jh@suse.cz>
3706
3707 * varasm.c (assemble_name): Mark needed variables even when
3708 global info is ready.
3709
3710 2003-06-24 Jerry Quinn <jlquinn@optonline.net>
3711
3712 PR other/11280
3713 * gcc/doc/invoke.texi (Optimization Options): Remove -Os from
3714 -freorder-functions description.
3715
3716 2003-06-25 Josef Zlomek <zlomekj@suse.cz>
3717
3718 * dwarf2out.c (gen_field_die): Return if type of decl is error mark.
3719
3720 2003-06-25 Neil Booth <neil@daikokuya.co.uk>
3721
3722 * opts.c (common_handle_option): Add missing break;s.
3723
3724 2003-06-24 Kazu Hirata <kazu@cs.umass.edu>
3725
3726 * config/h8300/h8300-protos.h: Add a prototype for
3727 compute_mov_length.
3728 * config/h8300/h8300.c (compute_mov_length): New.
3729 * config/h8300/h8300.md (*movqi_h8300): Use it.
3730 (*movqi_h8300hs): Likewise.
3731 (movstrictqi): Likewise.
3732 (*movhi_h8300): Likewise.
3733 (*movhi_h8300hs): Likewise.
3734 (movstricthi): Likewise.
3735 (*movsi_h8300): Likewise.
3736 (*movsf_h8300): Likewise.
3737 (*movsi_h8300hs): Likewise.
3738 (*movsf_h8300hs): Likewise.
3739
3740 2003-06-24 Kazu Hirata <kazu@cs.umass.edu>
3741
3742 * jump.c (next_nondeleted_insn): Remove.
3743 * rtl.h: Remove the prototype for next_nondeleted_insn.
3744
3745 2003-06-24 Roger Sayle <roger@eyesopen.com>
3746
3747 PR optimization/11311
3748 * builtins.c (powi_cost): Fix typo. The number of multiplications
3749 required is the number to reduce the argument, result, plus the
3750 cost of calculating the residual, val [not n, the original value].
3751
3752 2003-06-24 Roger Sayle <roger@eyesopen.com>
3753
3754 * config/alpha/osf5.h (TARGET_C99_FUNCTIONS): Define.
3755
3756 2003-06-24 Richard Henderson <rth@redhat.com>
3757 (blame to: Loren James Rittle <ljrittle@acm.org>)
3758
3759 * real.h (ieee_extended_intel_96_round_53_format): New.
3760 * real.c (ieee_extended_intel_96_round_53_format): New.
3761 * config/i386/freebsd.h (SUBTARGET_OVERRIDE_OPTIONS): Use it
3762 for XFmode and TFmode.
3763
3764 2003-06-24 Kazu Hirata <kazu@cs.umass.edu>
3765
3766 * config/h8300/h8300.md (4 anonymous patterns): Give internal
3767 names.
3768 (movsi_h8300): Change the name to *movsi_h8300.
3769 (movsi_h8300hs): Change the name to *movsi_h8300hs.
3770 (movsf_h8300): Change the name to *movsf_h8300.
3771 (movsf_h8300hs): Change the name to *movsf_h8300hs.
3772
3773 2003-06-24 Jakub Jelinek <jakub@redhat.com>
3774
3775 * builtins.c (expand_builtin_strcpy): Don't evaluate side-effects in
3776 src twice.
3777
3778 2003-06-24 J"orn Rennecke <joern.rennecke@superh.com>
3779
3780 Back out these patches:
3781 2003-06-02 J"orn Rennecke <joern.rennecke@superh.com>
3782 * sh.h (OLD_ARG_MODE): New macro.
3783 (FUNCTION_ARG_ADVANCE, FUNCTION_ARG_PASS_BY_REFERENCE): Use it.
3784 (FUNCTION_ARG_1): Break out of:
3785 (FUNCTION_ARG). Use OLD_ARG_MODE.
3786 2003-06-06 J"orn Rennecke <joern.rennecke@superh.com>
3787 * sh.h (FUNCTION_ARG_1): Consistently use NEW_MODE for the mode
3788 of the generated register.
3789
3790 * sh.h (FUNCTION_ARG_SCmode_WART): Define.
3791 (FUNCTION_ARG): Unless FUNCTION_ARG_SCmode_WART is defined and
3792 an even number of floating point regs are in use, use the same
3793 sequence of argument passing registers for SCmode as would be
3794 used for two SFmode values.
3795 * sh.c (sh_va_arg): If FUNCTION_ARG_SCmode_WART is defined,
3796 swap real / imaginary parts in incoming SCmode values passed
3797 in registers.
3798
3799 2003-06-24 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
3800
3801 PR target/11260
3802 * config/alpha/alpha.md (sqrtdf2): Fix operand substitution.
3803
3804 Tue Jun 24 18:49:33 CEST 2003 Jan Hubicka <jh@suse.cz>
3805
3806 * Makefile.in (cgraph.o): Depend on output.h, not depend on
3807 tree-inline.h
3808 * cgraph.c: Do not include tree-inline.h; include output.h
3809 (known_fns): Rename to ...
3810 (known_decls): ... this one; update all uses.
3811 (cgraph_varpool_hash): New static variable.
3812 (cgraph_varpool_n_nodes, cgraph_varpool_nodes_queue): New global
3813 variables.
3814 (cgraph_varpool_hash_node, eq_cgraph_varpool_node, cgraph_varpool_node,
3815 cgraph_varpool_node_for_identifier, cgraph_varpool_mark_needed_node,
3816 cgraph_varpool_finalize_decl, cgraph_varpool_assemble_pending_decls):
3817 New functions.
3818 * cgraph.h (cgraph_varpool_node): New structure.
3819 (cgraph_varpool_n_nodes, cgraph_varpool_nodes_queue): Declare.
3820 (cgraph_varpool_node, cgraph_varpool_node_for_identifier,
3821 cgraph_varpool_finalize_decl, cgraph_varpool_mark_needed_node,
3822 cgraph_varpool_asemble_pending_decls): Declare.
3823 * cgraphunit.c (record_call_1): Notice variable references.
3824 (cgraph_finalize_compilation_unit): Assemble pending variables.
3825 * toplev.c (wrapup_global_declarations): Use varpool.
3826 (compile_file): Assemble pending declarations.
3827 (rest_of_decl_compilation): Use varpool in unit-at-a-time mode.
3828 * varasm.c (assemble_name): Notice varpool references.
3829
3830 Tue Jun 24 13:52:11 CEST 2003 Jan Hubicka <jh@suse.cz>
3831
3832 * langhooks-def.h (LANG_HOOKS_PREPARE_ASSEMBLE_VARIABLE): New macro.
3833 * langhooks.h (lang_hooks_for_decls): Add prepare_assemble_variable.
3834 * varasm.c (assemble_variable): Call prepare_assemble_variable.
3835
3836 2003-06-23 Roger Sayle <roger@eyesopen.com>
3837
3838 * builtins.c (expand_builtin): Use expand_builtin_pow to expand
3839 calls for pow, powf, powl and their __builtin_ variants.
3840 (expand_builtin_pow): If the second argument is a constant
3841 integer and compiling with -ffast-math, use expand_powi to
3842 generate RTL if powi_cost is less than POWI_MAX_MULTS.
3843 (powi_cost): New function to return the number of multiplications
3844 necessary to evaluate an Nth power, for integer constant N.
3845 (expand_powi): New function to expand the RTL for evaluating
3846 the Nth power of a floating point value, for integer constant N.
3847
3848 * doc/tm.texi (POWI_MAX_MULTS): Document new target macro.
3849
3850 Mon Jun 23 23:07:35 CEST 2003 Jan Hubicka <jh@suse.cz>
3851
3852 * cgraph.c (cgraph_nodes_queue): Declare.
3853 (eq_node): Take identifier as p2.
3854 (cgraph_node): Update htab_find_slot_with_hash call.
3855 (cgraph_node_for_identifier): New.
3856 (cgraph_mark_needed_node): Move here from cgraphunit.c.
3857 * cgraph.h (cgraph_nodes_queue): Declare.
3858 (cgraph_node_for_identifier): Declare.
3859 * cgraphunit.c (cgraph_finalize_function): Collect entry points here
3860 instead of in cgraph_finalize_compilation_unit; constructors and
3861 destructors are entry points.
3862 (cgraph_finalize_compilation_unit): Reorganize debug outout;
3863 examine nested functions after lowerng; call collect_functions hook.
3864 (cgraph_mark_local_functions): DECL_COMDAT functions are not local.
3865 (cgraph_finalize_compilation_unit): Do not collect entry points.
3866 * varasm.c: Include cgraph.h
3867 (assemble_name): Mark referenced identifier as needed.
3868
3869 * cgraphunit.c (record_call_1): Use get_callee_fndecl.
3870
3871 2003-06-23 Jakub Jelinek <jakub@redhat.com>
3872
3873 * config/i386/i386.c (x86_output_mi_thunk): Don't pass MEM to %P0,
3874 just SYMBOL_REF.
3875 * config/s390/s390.c (s390_output_mi_thunk): Avoid .plt in -m31
3876 mode, as it requires pic register loaded.
3877
3878 * varasm.c (resolve_unique_section): Remove prototype. No longer
3879 static.
3880 * tree.h (resolve_unique_section): New prototype.
3881
3882 2003-06-23 Andreas Schwab <schwab@suse.de>
3883
3884 PR debug/9905
3885 * dwarf2out.c (loc_descriptor_from_tree): Handle MODIFY_EXPR by
3886 recursing through first argument.
3887
3888 2003-06-23 Kazu Hirata <kazu@cs.umass.edu>
3889
3890 * ChangeLog.1: Fix a typo.
3891 * cfgrtl.c: Fix comment typos.
3892 * dwarf2out.c: Likewise.
3893 * expmed.c: Likewise.
3894 * genrecog.c: Likewise.
3895 * jump.c: Likewise.
3896 * rtlanal.c: Likewise.
3897 * ssa-dce.c: Likewise.
3898 * toplev.c: Likewise.
3899
3900 2003-06-23 Kazu Hirata <kazu@cs.umass.edu>
3901
3902 * doc/extend.texi: Fix typos.
3903 * doc/md.texi: Likewise.
3904 * doc/tm.texi: Likewise.
3905
3906 2003-06-23 Kazu Hirata <kazu@cs.umass.edu>
3907
3908 * basic-block.h: Fix comment formatting.
3909 * bt-load.c: Likewise.
3910 * builtins.c: Likewise.
3911 * c-common.c: Likewise.
3912 * c-common.h: Likewise.
3913 * c-format.c: Likewise.
3914 * coverage.c: Likewise.
3915 * cpplib.h: Likewise.
3916 * cpppch.c: Likewise.
3917 * dbxout.c: Likewise.
3918 * diagnostic.c: Likewise.
3919 * dwarf2out.c: Likewise.
3920 * expr.c: Likewise.
3921 * fold-const.c: Likewise.
3922 * function.c: Likewise.
3923 * gcc.c: Likewise.
3924 * gcov-io.c: Likewise.
3925 * gcov-io.h: Likewise.
3926 * gcov.c: Likewise.
3927 * profile.c: Likewise.
3928 * real.h: Likewise.
3929 * sched-deps.c: Likewise.
3930
3931 2003-06-23 Roger Sayle <roger@eyesopen.com>
3932 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3933
3934 * doc/contrib.texi (Contributors): Add a note on testing and
3935 remove duplicates from testers list.
3936
3937 2003-06-23 Nick Clifton <nickc@redhat.com>
3938
3939 * read-rtl.c (read_braced_string): Check for EOF. If
3940 encountered issue an error message.
3941
3942 2003-06-23 Kazu Hirata <kazu@cs.umass.edu>
3943
3944 * doc/invoke.texi: Document dump options, dT and dW.
3945
3946 2003-06-23 Kazu Hirata <kazu@cs.umass.edu>
3947
3948 * genrecog.c (pred_table): Remove the entry for
3949 mode_independent_operand.
3950 * recog.c (next_insns_test_no_inequality): Remove.
3951 (mode_independent_operand): Likewise.
3952 * recog.h: Remove the prototype for mode_independent_operand.
3953
3954 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
3955
3956 * config/h8300/h8300.c (output_simode_bld): Use rotxl.l to
3957 store into bit 0.
3958 * config/h8300/h8300.md (*extzv_1_r_h8300hs): Change cc of the
3959 second alternative to set_znv.
3960 (*extzv_1_r_inv_h8300hs): Likewise.
3961
3962 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
3963
3964 * configure.in (in_tree_gas): Find out here whether GAS is ELF,
3965 set in_tree_gas_is_elf accordingly.
3966 (in_tree_ld): Find out whether LD emulation is ELF, set
3967 in_tree_ld_is_elf accordingly.
3968 (gcc_cv_as_subsections, gcc_cv_as_hidden, gcc_cv_as_leb128)
3969 (gcc_cv_as_eh_frame, gcc_cv_as_shf_merge)
3970 (gcc_cv_as_dwarf2_debug_line, gcc_cv_as_gdwarf2_flag)
3971 (gcc_cv_as_gstabs_flag): Use $in_tree_gas_is_elf instead of
3972 grepping gas/Makefile.
3973 (gcc_cv_ld_ro_rw_mix, gcc_cv_ld_eh_frame_hdr, gcc_cv_ld_pie): Use
3974 $in_tree_ld_is_elf instead of grepping ld/Makefile.
3975 * configure: Regenerate.
3976
3977 2003-06-22 Roger Sayle <roger@eyesopen.com>
3978
3979 * builtins.c (expand_builtin_mathfn_2): Use tree_cons to build
3980 up the stabilized argument list, not build_tree_list.
3981 (expand_builtin_strcpy): Construct new argument list manually
3982 instead of using chainon to modify the original argument list.
3983 (expand_builtin_stpcpy): Construct new argument list manually
3984 instead of using copy_list and chainon.
3985 (expand_builtin_sprintf): New function. Optimize calls to
3986 sprintf when the format is "%s" or doesn't contain a '%'.
3987 (expand_builtin): Expand BUILT_IN_SPRINTF using the new function
3988 expand_builtin_sprintf.
3989
3990 2003-06-22 Andreas Schwab <schwab@suse.de>
3991
3992 * function.c (set_insn_locators): Mark as unused.
3993
3994 2003-06-22 Neil Booth <neil@daikokuya.co.uk>
3995
3996 * common.opt: Add -finline-limit.
3997 * opts.c (common_handle_options): Handle it.
3998 * opts.sh: Temporary kludge for -finline-limit.
3999 * toplev.c (decode_f_option, independent_decode_option): Die.
4000 (parse_options_and_default_flags): No independent_decode_option.
4001
4002 2003-06-22 Andreas Jaeger <aj@suse.de>
4003
4004 * calls.c (emit_call_1): Readd lost ATTRIBUTE_UNUSED.
4005
4006 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
4007
4008 * doc/invoke.texi: Document dumps, .btl, .cfg, and .bypass.
4009
4010 2003-06-22 Andreas Schwab <schwab@suse.de>
4011
4012 * doc/invoke.texi: Remove leading `-' from options in index.
4013
4014 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
4015
4016 * bt-load.c: Follow spelling conventions.
4017
4018 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
4019
4020 * expr.c (emit_move_insn_1): Fix a comment typo.
4021
4022 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
4023
4024 * doc/invoke.texi: Alphabetize dump options.
4025
4026 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
4027
4028 * doc/invoke.texi: Remove a duplicate -dk.
4029
4030 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
4031
4032 * doc/invoke.texi: Update dump file names.
4033
4034 2003-06-22 Zack Weinberg <zack@codesourcery.com>
4035
4036 * config/i370/i370.c, config/i370/i370.h: Use HOST_CHARSET_ASCII
4037 and HOST_CHARSET_EBCDIC, not HC_ASCII and HC_EBCDIC.
4038
4039 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
4040
4041 * doc/rtl.texi: Fix the @findex for pre_modify.
4042
4043 2003-06-22 Andreas Jaeger <aj@suse.de>
4044
4045 * caller-save.c: Convert to ISO C90.
4046 * calls.c: Likewise.
4047 * cfg.c: Likewise.
4048 * cfganal.c: Likewise.
4049 * cfgbuild.c: Likewise.
4050 * cfgcleanup.c: Likewise.
4051 * cfghooks.c: Likewise.
4052 * cfglayout.c: Likewise.
4053 * cfglayout.h: Likewise.
4054 * cfgloop.c: Likewise.
4055 * cfgloop.h: Likewise.
4056 * cfgloopanal.c: Likewise.
4057 * cfgloopmainip.c: Likewise.
4058 * cfgrtl.c: Likewise.
4059
4060 2003-06-22 Richard Earnshaw <rearnsha@arm.com>
4061
4062 * arm.h (BIGGEST_ALIGNMENT): Use TARGET_REALLY_IWMMXT for selecting
4063 64-bit alignment.
4064
4065 2003-06-22 Richard Earnshaw <rearnsha@arm.com>
4066
4067 * arm.md (all call_value patterns): Remove register constraints on
4068 value operand.
4069
4070 2003-06-22 Neil Booth <neil@daikokuya.co.uk>
4071
4072 * common.opt: More -f switches.
4073 * opts.c (common_handle_options): Handle them.
4074 * toplev.c (time_report): Make extern.
4075 (f_options): USe flag_dummy.
4076 (decode_f_option): No need to use f_options now.
4077 * toplev.h (flag_cprop_registers, flag_ssa, flag_ssa_ccp,
4078 flag_ssa_dce, time_report, flag_new_regalloc): Make extern.
4079
4080 2003-06-22 Andreas Jaeger <aj@suse.de>
4081
4082 * c-lex.c: Convert to ISO C90.
4083 * c-objc-common.c: Likewise.
4084 * c-opts.c: Likewise.
4085 * c-pch.c: Likewise.
4086 * c-ppoutput.c: Likewise.
4087 * c-pragma.h: Likewise.
4088 * c-pretty-print.c: Likewise.
4089 * c-pretty-print.h: Likewise.
4090 * c-semantics.c: Likewise.
4091 * c-tree.h: Likewise.
4092 * c-typeck.c: Likewise.
4093
4094 * c-lang.c: Convert to ISO C90.
4095
4096 2003-06-22 Neil Booth <neil@daikokuya.co.uk>
4097
4098 * opts.c (find_opt): Fix to always guarantee a find of a
4099 switch with joined parameter.
4100 * opts.h (struct cl_option): New member back_chain.
4101 * opts.sh: Update to calculate and add back_chain member.
4102
4103 2003-06-22 Gabriel Dos Reis <gdr@integrable-solutions.net>
4104
4105 * diagnostic.h (output_host_wide_integer): Declare.
4106 * diagnostic.c (output_long_long_decicaml): New function.
4107 (output_host_wide_integer): Likewise.
4108 (output_format): Use them. Handle "%ll" and "%w".
4109
4110 2003-06-21 Jason Thorpe <thorpej@wasabisystems.com>
4111
4112 * config.gcc (*-*-netbsd*): Add t-libgcc-pic to tmake_file.
4113
4114 2003-06-21 Zack Weinberg <zack@codesourcery.com>
4115
4116 * aclocal.m4 (gcc_AC_C_CHARSET): Delete.
4117 * configure.in: Don't use gcc_AC_C_CHARSET.
4118 * configure, config.in: Regenerate.
4119 * config/i370/i370.c, config/i370/i370.h: Use
4120 (HOST_CHARSET == HC_EBCDIC) or (HOST_CHARSET == HC_ASCII)
4121 instead of HOST_EBCDIC or !HOST_EBCDIC. Clarify comments a tad.
4122
4123 2003-06-21 Neil Booth <neil@daikokuya.co.uk>
4124
4125 * Makefile.in: Update.
4126 * common.opt: New switches.
4127 * opts.c: Include diagnostic.h.
4128 (common_handle_option): Handle new switches.
4129 * toplev.c (flag_loop_optimize, flag_crossjumping, flag_if_conversion,
4130 flag_if_conversion2, flag_delete_null_pointer_checks,
4131 flag_rerun_cse_after_loop): Make extern.
4132 (flag_dummy): New.
4133 (f_options): Update to use flag_dummy for moved options.
4134 (decode_f_option): Some switches moved to opts.c.
4135 * toplev.h (flag_loop_optimize, flag_crossjumping, flag_if_conversion,
4136 flag_if_conversion2, flag_delete_null_pointer_checks,
4137 flag_rerun_cse_after_loop, flag_keep_static_consts, flag_peel_loops,
4138 flag_tracer, flag_thread_jumps, flag_unroll_loops,
4139 flag_unroll_all_loops, flag_unswitch_loops): New.
4140
4141 Sat Jun 21 13:41:00 CEST 2003 Jan Hubicka <jh@suse.cz>
4142
4143 * i386.c (ix86_va_arg): Fix allocation of temporary slot.
4144
4145 2003-06-20 Kazu Hirata <kazu@cs.umass.edu>
4146
4147 * config/h8300/h8300-protos.h: Add a prototype for
4148 same_cmp_preceding_p.
4149 * config/h8300/h8300.c (same_cmp_preceding): New.
4150 * config/h8300/h8300.md: Extend peephole2's that transform
4151 compare:SI into shorter sequences so that they can deal with
4152 signed comparisons.
4153
4154 2003-06-21 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4155
4156 * doc/contrib.texi (Contributors): Use Windows instead of Win32.
4157
4158 Update Andreas Jaeger's entry.
4159
4160 Merge the two entries of Kaveh Ghazi, David Edelsohn, and
4161 Loren J. Rittle.
4162
4163 2003-06-21 Nathanael Nerode <neroden@gcc.gnu.org>
4164
4165 * mkconfig.sh: Add multiple inclusion guards to generated headers.
4166
4167 2003-06-20 Neil Booth <neil@daikokuya.co.uk>
4168
4169 * c-decl.c (store_parm_decls): Make saved_warn_shadow boolean.
4170 * common.opt: Add remaining -W options and -g.
4171 * diagnostic.c (warnings_are_errors): Remove.
4172 * flags.h: Make most warning flags boolean.
4173 * opts.c (common_handle_option): Handle remaining -W options, and -g.
4174 Move many warning flags from toplev.c, making them boolean.
4175 * toplev.c: Remove many warning flags.
4176 (decode_W_option): Remove.
4177 (decode_g_option): Make extern. Error on unknown switch.
4178 (lang_independent_W_options): Use warn_dummy.
4179 (independent_decode_option): Just handle -f switches now.
4180 * toplev.h (decode_g_option): New.
4181
4182 2003-06-20 Aldy Hernandez <aldyh@redhat.com>
4183
4184 PR/11092
4185 * config/rs6000/rs6000.h (LEGITIMATE_CONSTANT_P): Adjust for
4186 vectors.
4187
4188 2003-06-20 Kelley Cook <kelleycook@wideopenwest.com>
4189
4190 * opts.sh: Tweak awk script for portability.
4191
4192 2003-06-20 Mark Mitchell <mark@codesourcery.com>
4193
4194 PR c++/10888
4195 * tree-inline.c (expand_call_inline): Do not warn about failing to
4196 inline functions declared in system headers.
4197 * doc/invoke.texi (-Winline): Expand on documentation.
4198
4199 2003-06-20 Richard Henderson <rth@redhat.com>
4200
4201 * config/alpha/alpha.c (alpha_file_start): Disable
4202 file_start_file_directive for ELF and not MDEBUG.
4203
4204 2003-06-20 J"orn Rennecke <joern.rennecke@superh.com>
4205
4206 * sh.h (ROUND_TYPE_ALIGN): Remove.
4207
4208 2003-06-20 Richard Henderson <rth@redhat.com>
4209
4210 * hooks.c (hook_int_void_no_regs): Rename from
4211 hook_reg_class_void_no_regs; change return type.
4212 * hooks.h: Update.
4213 * target-def.h (TARGET_BRANCH_TARGET_REGISTER_CLASS): Update.
4214 * target.h (branch_target_register_class): Change return type to int.
4215 Add documentation.
4216 * config/sh/sh.c (sh_target_reg_class): Change return type.
4217 * doc/tm.texi (TARGET_BRANCH_TARGET_REGISTER_CLASS): Likewise.
4218
4219 2003-06-20 Andreas Tobler <toa@pop.agri.ch>
4220
4221 * c-format.c: Change _Bool to bool reverting part of the last
4222 patch.
4223
4224 2003-06-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4225
4226 * som.h (ASM_OUTPUT_SOURCE_LINE): Use targetm.strip_name_encoding to
4227 strip name encoding.
4228
4229 2003-06-20 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4230
4231 * configure.in (gcc_cv_as_gstabs_flag): Disable if assembler warns.
4232 * configure: Regenerate.
4233 Fixes PR driver/9362.
4234
4235 2003-06-20 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4236
4237 * config/alpha/alpha.c (alpha_file_start): Fix typo.
4238
4239 2003-06-20 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4240
4241 * config/mips/mips.h (PUT_SDB_FUNCTION_END): Pass 0 as third arg
4242 to ASM_OUTPUT_SOURCE_LINE.
4243
4244 2003-06-20 Daniel Egger <degger@fhm.edu>
4245 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4246
4247 * doc/install.texi (Building): Correct and improve statement
4248 about parallel builds.
4249
4250 2003-06-20 Andreas Jaeger <aj@suse.de>
4251
4252 * c-common.c: Change _Bool to bool reverting part of the last
4253 patch.
4254
4255 2003-06-20 Nathan Sidwell <nathan@codesourcery.com>
4256
4257 * tree.h (expand_function_end): Remove all parameters.
4258 * function.c (expand_function_end): Remove all parameters.
4259 Use input_location. Never expand_end_bindings.
4260 * c-decl.c (c_expand_body_1): Adjust expand_function_end call.
4261 * coverage.c (create_coverage): Likewise.
4262
4263 2003-06-20 Nick Clifton <nickc@redhat.com>
4264
4265 * doc/extend.texi (ARM Built-in Functions): New node. Document
4266 ARM builtin functions for iWMMXt support.
4267
4268 2003-06-20 Eric Botcazou <ebotcazou@libertysurf.fr>
4269
4270 * doc/install.texi (--with-gnu-as): Mention SPARC/Solaris and
4271 SPARC64/Solaris as platforms where --with-gnu-as makes a difference.
4272 (--with-as): Add @anchor.
4273 (--with-gnu-ld): Fix typo.
4274 (--with-ld): Add @uref to --with-as.
4275
4276 2003-06-19 Zack Weinberg <zack@codesourcery.com>
4277
4278 * doc/tm.texi: Uniformly use @defmac for macros, rather than
4279 @table items. Minor formatting and editorial corrections.
4280
4281 2003-06-20 Neil Booth <neil@daikokuya.co.uk>
4282
4283 * line-map.c, line-map.h: Convert to ISO prototypes.
4284
4285 2003-06-20 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
4286
4287 * gcse.c (store_killed_in_insn): Fix.
4288
4289 2003-06-19 Zack Weinberg <zack@codesourcery.com>
4290
4291 * target.h (asm_out.file_start, file_start_app_off,
4292 file_start_file_directive): New hooks.
4293 * target-def.h (TARGET_ASM_FILE_START_FILE_DIRECTIVE,
4294 TARGET_ASM_FILE_START_APP_OFF, TARGET_ASM_FILE_START):
4295 New hook-definition macros.
4296 * doc/tm.texi: Document new hooks; remove docs of ASM_FILE_START.
4297 * varasm.c (default_file_start): New.
4298 * output.h: Prototype it.
4299 * toplev.c (init_asm_output): Use targetm.asm_out.file_start.
4300 * system.h: Poison ASM_FILE_START.
4301
4302 * config/alpha/alpha.c (alpha_write_verstamp): Delete.
4303 (alpha_file_start): New, define if !TARGET_ABI_UNICOSMK.
4304 (unicosmk_asm_file_start): Rename unicosmk_file_start,
4305 make static, take no arguments.
4306 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_END,
4307 TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set as appropriate.
4308 * config/alpha/unicosmk.h: Don't define ASM_FILE_START nor
4309 TARGET_ASM_FILE_END. Remove reference to ASM_FILE_START in
4310 comment.
4311 * config/arc/arc.c (arc_asm_file_start): Rename
4312 arc_file_start, take no arguments, make static.
4313 (TARGET_ASM_FILE_START): Set it.
4314 * config/arm/arm.c (aof_file_start): New static function.
4315 (TARGET_ASM_FILE_START): Set it, when appropriate.
4316 * config/arm/coff.h, config/arm/elf.h:
4317 Set TARGET_ASM_FILE_START_APP_OFF to true.
4318 * config/avr/avr.c (asm_file_start): Rename avr_file_start,
4319 take no arguments, make static.
4320 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE):
4321 Set them.
4322 * config/c4x/c4x.c (c4x_file_start): New static function.
4323 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE):
4324 Set them.
4325 * config/cris/cris.c (cris_file_start): New static function.
4326 (TARGET_ASM_FILE_START): Set it.
4327 * config/dsp16xx/dsp16xx.c (coff_dsp16xx_file_start): Rename
4328 dsp16xx_file_start, make static.
4329 (luxworks_dsp16xx_file_start): Delete.
4330 (TARGET_ASM_FILE_START): Set it.
4331 * config/h8300/h8300.c (asm_file_start): Rename
4332 h8300_file_start, make static, take no arguments.
4333 (TARGET_ASM_FILE_START): Set it.
4334 * config/i370/i370.c (i370_file_start): New static function.
4335 (TARGET_ASM_FILE_START): Set it.
4336 * config/i386/i386.c (x86_file_start): New static function.
4337 (TARGET_ASM_FILE_START): Set it.
4338 * config/i386/i386.h (X86_FILE_START_VERSION_DIRECTIVE,
4339 X86_FILE_START_FLTUSED): New macros, default to false.
4340 * config/i386/i386-interix.h: Override X86_FILE_START_FLTUSED to 1.
4341 * config/i386/sysv4.h, config/i386/sco5.h: Override
4342 X86_FILE_START_VERSION_DIRECTIVE to true.
4343 * config/ia64/ia64.c (ia64_file_start): New static function.
4344 (TARGET_ASM_FILE_START): Set it.
4345 (emit_safe_across_calls): Take no arguments.
4346 * config/ia64/ia64.md: Update to match.
4347 * config/m32r/m32r.c (m32r_asm_file_start): Rename
4348 m32r_file_start, make static, take no arguments.
4349 (TARGET_ASM_FILE_START): Set it.
4350 * config/m68hc11/m68hc11.c (m68hc11_asm_file_start): Rename
4351 m68hc11_file_start, make static, take no arguments.
4352 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
4353 (print_options): Delete.
4354 * config/m68k/m68k.c (m68k_hp320_file_start): New static function.
4355 (TARGET_ASM_FILE_START_APP_OFF): Set.
4356 * config/m68k/hp320.h: Set TARGET_ASM_FILE_START to
4357 m68k_hp320_file_start.
4358 * config/mips/mips.c (iris6_asm_file_start, mips_asm_file_start):
4359 Make static, take no arguments.
4360 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
4361 * config/mmix/mmix.c (mmix_asm_file_start): Rename
4362 mmix_file_start, make static, take no arguments.
4363 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
4364 * config/mn10300/mn10300.c (asm_file_start): Rename
4365 mn10300_file_start, make static, take no arguments.
4366 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
4367 * config/ns32k/ns32k.c (TARGET_ASM_FILE_START_APP_OFF): Set.
4368 * config/pa/pa.c (pa_file_start_level, pa_file_start_space,
4369 pa_file_start_file, pa_file_start_mcount, pa_elf_file_start,
4370 pa_som_file_start, pa_linux_file_start, pa_hpux64_gas_file_start,
4371 pa_hpux64_hpas_file_start): New static functions.
4372 * config/pa/elf.h: Set TARGET_ASM_FILE_START to pa_elf_file_start.
4373 * config/pa/pa-linux.h: Set TARGET_ASM_FILE_START to
4374 pa_linux_file_start.
4375 * config/pa/pa64-hpux.h: Set TARGET_ASM_FILE_START to
4376 pa_hpux64_gas_file_start or pa_hpux64_hpas_file_start, as
4377 appropriate.
4378 * config/pa/som.h: Set TARGET_ASM_FILE_START to pa_som_file_start.
4379 * config/rs6000/rs6000.c: Include xcoffout.h when TARGET_XCOFF.
4380 (rs6000_file_start): Make static, take no arguments. Reset
4381 default_cpu under certain conditions.
4382 (rs6000_xcoff_file_start): New function.
4383 * config/rs6000/rs6000.h (TARGET_ASM_FILE_START): Set.
4384 * config/rs6000/xcoff.h (TARGET_ASM_FILE_START,
4385 TARGET_ASM_FILE_START_FILE_DIRECTIVE): Override.
4386 * config/sh/sh.c (output_file_start): Rename
4387 sh_file_start, make static, take no arguments. Merge in old
4388 code from sh/elf.h's ASM_FILE_START, conditioned on TARGET_ELF.
4389 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
4390 * config/sh/sh.c (TARGET_ELF): Define to 0.
4391 * config/sh/elf.h (TARGET_ELF): Redefine to 1.
4392 * config/v850/v850.c (asm_file_start): Delete.
4393 (TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
4394 * config/vax/vax.c (vax_file_start): New static function.
4395 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_APP_OFF): Set.
4396
4397 * config/darwin.h: Override ASM_FILE_START_FILE_DIRECTIVE to false.
4398 * config/elfos.h, config/svr3.h, config/arm/elf.h, config/arm/pe.h
4399 * config/i386/att.h, config/i386/gas.h, config/i386/linux.h
4400 * config/i386/sysv4.h, config/i386/sco5.h, config/i960/i960-coff.h
4401 * config/m68k/coff.h, config/m68k/hp320.h, config/mcore/mcore-pe.h
4402 * config/vax/vaxv.h: Set ASM_FILE_START_FILE_DIRECTIVE to true.
4403
4404 * config/darwin.h, config/elfos.h, config/alpha/elf.h
4405 * config/alpha/openbsd.h, config/alpha/osf.h, config/alpha/vms.h
4406 * config/arc/arc.h, config/arm/aof.h, config/arm/aout.h
4407 * config/arm/coff.h, config/arm/elf.h, config/arm/pe.h
4408 * config/avr/avr.h, config/c4x/c4x.h, config/cris/cris.h
4409 * config/dsp16xx/dsp16xx.h, config/h8300/elf.h, config/h8300/h8300.h
4410 * config/i370/i370.h, config/i386/att.h, config/i386/gas.h
4411 * config/i386/i386-interix.h, config/i386/linux.h, config/i386/sysv4.h
4412 * config/i386/sco5.h, config/i960/i960-coff.h, config/i960/i960.h
4413 * config/ia64/ia64.h, config/ia64/sysv4.h, config/m32r/m32r.h
4414 * config/m68hc11/m68hc11.h, config/m68k/coff.h, config/m68k/m68k.h
4415 * config/mcore/mcore-pe.h, config/mips/iris6.h, config/mips/mips.h
4416 * config/mmix/mmix.h, config/mn10300/mn10300.h, config/ns32k/ns32k.h
4417 * config/pa/elf.h, config/pa/pa-linux.h, config/pa/pa64-hpux.h
4418 * config/pa/som.h, config/pdp11/pdp11.h, config/rs6000/linux64.h
4419 * config/rs6000/lynx.h, config/rs6000/xcoff.h, config/sh/elf.h
4420 * config/sh/sh.h, config/sparc/sparc.h, config/v850/v850.h
4421 * config/vax/vax.h, config/vax/vaxv.h: Don't (re)define ASM_FILE_START.
4422
4423 * config/alpha/alpha-protos.h, config/arc/arc-protos.h
4424 * config/avr/avr-protos.h, config/dsp16xx/dsp16xx-protos.h
4425 * config/h8300/h8300-protos.h, config/ia64/ia64-protos.h
4426 * config/m32r/m32r-protos.h, config/m68hc11/m68hc11-protos.h
4427 * config/mips/mips-protos.h, config/mmix/mmix-protos.h
4428 * config/mn10300/mn10300-protos.h, config/rs6000/rs6000-protos.h
4429 * config/sh/sh-protos.h, config/v850/v850-protos.h: Update.
4430
4431 * xcoffout.h, config/rs6000/aix.h, config/rs6000/xcoff.h:
4432 Remove reference to ASM_FILE_START in comment.
4433 * config/arm/aof.h, config/arm/aout.h, config/arm/freebsd.h
4434 * config/arm/linux-gas.h, config/arm/netbsd-elf.h
4435 * config/arm/netbsd.h: Delete definition of ARM_OS_NAME.
4436
4437 2003-06-19 Graeme Peterson <gp@qnx.com>
4438
4439 * gcc.c (target_sysroot_suffix, target_sysroot_hdrs_suffix,
4440 SYSROOT_SUFFIX_SPEC, SYSROOT_HEADERS_SUFFIX_SPEC, sysroot_suffix_spec,
4441 sysroot_hdrs_suffix_spec): New.
4442 (static_specs): Initialize new variables.
4443 (add_sysroot_suffix_prefix, do_spec_1, main): Use new variables.
4444 * doc/tm.texi (SYSROOT_SUFFIX_SPEC, SYSROOT_HEADERS_SUFFIX_SPEC):
4445 New macros.
4446
4447 2003-06-19 Andreas Jaeger <aj@suse.de>
4448
4449 * c-aux-info.c: Convert to ISO C90.
4450 * c-pragma.c: Likewise.
4451 * c-common.c: Likewise.
4452 * c-common.h: Likewise.
4453 * c-convert.c: Likewise.
4454 * c-cppbuiltin.c: Likewise.
4455 * c-dump.c: Likewise.
4456 * c-decl.c: Likewise
4457 * c-format.c: Likewise.
4458 * c-incpath.c: Likewise.
4459 * c-incpath.h: Likewise.
4460
4461 2003-06-19 Roger Sayle <roger@eyesopen.com>
4462
4463 * builtins.c (expand_errno_check): Assume that flag_errno_math
4464 and HONOR_NANS have been tested before calling here. Only try
4465 to set errno ourselves if the decl can't throw an exception.
4466 (expand_builtin_mathfn): Move the code to stabilize the arg
4467 after the main switch, so that that its only done when needed.
4468 BUILT_IN_SQRT{,F,L} doesn't set errno if its arg is nonnegative.
4469 Don't modify the original expr when stabilizing the argument.
4470 (expand_builtin_mathfn_2): Likewise, move the code to stabilize
4471 the args after the main switch, and don't modify the orginal exp.
4472
4473 2003-06-19 Aldy Hernandez <aldyh@redhat.com>
4474
4475 * expr.c (const_vector_from_tree): Initialize remaining elements
4476 to 0.
4477
4478 2003-06-19 Aldy Hernandez <aldyh@redhat.com>
4479
4480 * config/rs6000/spe.md ("spe_evfscfsi"): Change operand types.
4481 Change "fix" to "float".
4482
4483 2003-06-19 Andreas Jaeger <aj@suse.de>
4484
4485 * c-tree.h: Remove declaration of poplevel.
4486
4487 * tree.h: Remove declaration of approx_sqrt.
4488
4489 * c-lex.c: Remove redundant declaration of asm_out_file.
4490
4491 * flags.h: Remove declaration of warn_unknown_pragma and
4492 main_input_filename.
4493
4494 * rtl.h: Remove functions from fold-const.c since they're already
4495 declared in tree.h.
4496
4497 * regs.h: Remove redundant declaration of reg_names.
4498
4499 * bt-load.c (migrate_btr_defs): Correct printf arguments.
4500
4501 * protoize.c: Fix breakage from last patch.
4502
4503 2003-06-19 J"orn Rennecke <joern.rennecke@superh.com>
4504
4505 * hooks.h (hook_reg_class_void_no_regs): Only declare if tm.h
4506 has been included.
4507
4508 2003-06-18 James A Morrison <ja2morri@student.math.uwaterloo.ca>
4509
4510 * config/sparc/sparc.c: Update copyright year.
4511
4512 2003-06-19 David Edelsohn <edelsohn@gnu.org>
4513
4514 * config/rs6000/rs6000.c (init_cumulative_args): Limit CALL_LIBCALL
4515 to ABI_V4.
4516
4517 2003-06-18 Joseph S. Myers <jsm@polyomino.org.uk>
4518
4519 PR bootstrap/4068
4520 * config/i386/liunx.h: Don't include sys/ucontext.h for glibc 2.0.
4521
4522 2003-06-19 Kazu Hirata <kazu@cs.umass.edu>
4523
4524 * config/h8300/h8300.c (TARGET_INITIALIZER and friends): Move
4525 to the end of the file. Remove unnecessary prototypes.
4526
4527 2003-06-19 Hans-Peter Nilsson <hp@axis.com>
4528
4529 * bt-load.c (migrate_btr_def) [INSN_SCHEDULING]: Conditionalize
4530 calls to insn_default_latency and result_ready_cost. Initialize
4531 def_latency to 1.
4532
4533 2003-06-18 Richard Henderson <rth@redhat.com>
4534
4535 * config/ia64/unwind-ia64.c (_Unwind_GetCFA): New.
4536 (_Unwind_FindEnclosingFunction): Implement.
4537
4538 2003-06-18 Kazu Hirata <kazu@cs.umass.edu>
4539
4540 * toplev.c (rest_of_handle_sched): Hide the entire function if
4541 INSN_SCHEDULING is not defined.
4542 (rest_of_compilation): Call rest_of_handle_sched() only when
4543 INSN_SCHEDULING is defined.
4544
4545 2003-06-18 Stephen Clarke <stephen.clarke@superh.com>
4546 J"orn Rennecke <joern.rennecke@superh.com>
4547
4548 * bt-load.c: New file.
4549 * Makefile.in (OBJS): Include bt-load.o
4550 (bt-load.o): Add dependencies.
4551 * flags.h (flag_branch_target_load_optimize): Declare.
4552 (flag_branch_target_load_optimize2): Likewise.
4553 * hooks.c (hook_reg_class_void_no_regs): New function.
4554 (hook_bool_bool_false): Likewise.
4555 * hooks.h (hook_reg_class_void_no_regs, hook_bool_bool_false): Declare.
4556 * rtl.h (branch_target_load_optimize): Declare.
4557 * target-def.h (TARGET_BRANCH_TARGET_REGISTER_CLASS): Define.
4558 (TARGET_BRANCH_TARGET_REGISTER_CALLEE_SAVED): Likewise.
4559 (TARGET_INITIALIZER): Include these.
4560 * target.h (struct gcc_target): Add branch_target_register_class
4561 and branch_target_register_callee_saved members.
4562 * toplev.c (enum dump_file_index): Add DFI_branch_target_load
4563 (dump_file) Add "tars" entry.
4564 (flag_branch_target_load_optimize): New variable.
4565 (flag_branch_target_load_optimize2): Likewise.
4566 (lang_independent_options): Add entries for new options.
4567 (rest_of_compilation): Call branch_target_load_optimize.
4568 * doc/tm.texi (TARGET_BRANCH_TARGET_REGISTER_CLASS): Document.
4569 (TARGET_BRANCH_TARGET_REGISTER_CALLEE_SAVED): Likewise.
4570 * doc/invoke.texi: Document -fbranch-target-load-optimize and
4571 -fbranch-target-load-optimize2.
4572 * rtl.h (epilogue_completed): Declare.
4573 * recog.c (epilogue_completed): New variable.
4574 * toplev.c (rest_of_compilation): Set it.
4575 * flow.c (mark_regs_live_at_end): Use it.
4576 * config/ia64/ia64.c (ia64_output_mi_thunk): Set it.
4577 * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Likewise.
4578 * config/sh/sh.c (sh_output_mi_thunk): Likewise.
4579 * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
4580
4581 * sh.c (shmedia_space_reserved_for_target_registers): New variable.
4582 (sh_target_reg_class): New function.
4583 (sh_optimize_target_register_callee_saved): Likwise.
4584 (shmedia_target_regs_stack_space): Likewise.
4585 (shmedia_reserve_space_for_target_registers_p): Likewise.
4586 (shmedia_target_regs_stack_adjust): Likewise.
4587 (TARGET_BRANCH_TARGET_REGISTER_CLASS): Override.
4588 (TARGET_BRANCH_TARGET_REGISTER_CALLEE_SAVED): Likewise.
4589 (calc_live_regs): If flag_branch_target_load_optimize2 and
4590 TARGET_SAVE_ALL_TARGET_REGS is enabled, and we have space reserved
4591 for target registers, make sure that we save all target registers.
4592 (sh_expand_prologue, sh_expand_epilogue): Take target register
4593 optimizations into account. Collapse stack adjustments if that
4594 is beneficial.
4595 (initial_elimination_offset): Reserve space for target registers
4596 if necessary.
4597 * sh.h (SAVE_ALL_TR_BIT, TARGET_SAVE_ALL_TARGET_REGS): Define.
4598 (OPTIMIZATION_OPTIONS): Enable flag_branch_target_load_optimize.
4599
4600 2003-06-18 Nick Clifton <nickc@redhat.com>
4601
4602 * config.gcc: Add an extra_header for ARM targets.
4603 Support configuring with --with-cpu=iwmmxt.
4604 * doc/invoke.texi: Document new value for -mcpu= ARM switch.
4605 * config/arm/aof.h (REGISTER_NAMES): Add iwmmxt register
4606 names. Fix formatting.
4607 * config/arm/aout.h (REGISTER_NAMES): Add iwmmxt register
4608 names.
4609 * config/arm/arm-protos.h (arm_emit_vector_const): New
4610 prototype.
4611 (arm_output_load_gr): New prototype.
4612 * config/arm/arm.c (extra_reg_names1): Delete.
4613 (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN, FL_IWMMXT,
4614 * arch_is_iwmmxt): Define.
4615 (all_cores, all_architecture): Add entry for iwmmxt.
4616 (arm_override_options): Add support for iwmmxt.
4617 (use_return_insn, arm_function_arg, arm_legitimate_index_p,
4618 arm_print_value, arm_rtx_costs_1, output_move_double,
4619 arm_compute_save_reg_mask, arm_output_epilogue,
4620 arm_get_frame_size, arm_expand_prologue, arm_print_operand,
4621 arm_assemble_integer, arm_hard_regno_ok, arm_regno_class):
4622 Likewise.
4623 (arm_init_cumulative_args): Count iwmmxt registers.
4624 (arm_function_ok_for_sibcall): Return false of sibcall_blocked
4625 has been set.
4626 (struct minipool_node): Add fix_size field.
4627 (add_minipool_forward_ref): Add support for 8-byte aligning of
4628 the pool.
4629 (add_minipool_backward_ref, add_minipool_offsets,
4630 dump_minipool, push_minipool_fix): Likewise.
4631 (struct builtin_description): New struct.
4632 (builtin_description): New array of iwmmxt builtin functions.
4633 (arm_init_iwmmxt_builtins): New function.
4634 (arm_init_builtins): New function.
4635 (safe_vector_operand): New function.
4636 (arm_expand_binop_builtin): New function.
4637 (arm_expand_unop_builtin): New function.
4638 (arm_expand_builtin): New function.
4639 (arm_emit_vector_const): New function.
4640 (arm_output_load_gr): New function.
4641 * config/arm/arm.h (TARGET_CPU_iwmmxt, TARGET_IWMMXT,
4642 TARGET_REALLY_IWMMXT, arm_arch_iwmmxt, IWMMXT_ALIGNMENT,
4643 TYPE_NEEDS_IWMMXT_ALIGNMENT, ADJUST_FIELD_ALIGN,
4644 DATA_ALIGNMENT, LOCAL_ALIGNMENT, VECTOR_MODE_SUPPORTED_P): Define.
4645 (BIGGEST_ALIGNMENT): Set to 64 if ATPCS support is enabled.
4646 (CPP_CPU_ARCH_SPEC): Add entries for iwmmxt.
4647 (FIXED_REGISTERS, CALL_USED_REGISTERS, REG_ALLOC_ORDER,
4648 reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS,
4649 REG_CLASS_FOR_LETTER): Add iwmmxt registers.
4650 (SUBTARGET_CONDITIONAL_REGISTER_USAGE): Disable iwmmxt
4651 registers unless the iwmmxt target is selected.
4652 (FIRST_IWMMXT_GR_REGNUM, LAST_IWMMXT_GR_REGNUM,
4653 FIRST_IWMMXT_REGNUM, LAST_IWMMXT_REGNUM, IS_IWMMXT_REGNUM,
4654 IS_IWMMXT_GR_REGNUM): Define.
4655 (FIRST_PSEUDO_REGISTER): Bump to 63.
4656 (struct machine_function): Add sibcall_blocked field.
4657 (Struct CUMULATIVE_ARGS): Add iwmmxt_nregs, named_count and
4658 nargs fields.
4659 (enum arm_builtins): New enum list.
4660 * config/arm/arm.md (UNSPEC_WSHUFH, UNSPEC_WACC,
4661 UNSPEC_TMOVMSK, UNSPEC_WSAD, UNSPEC_WSADZ, UNSPEC_WMACS,
4662 UNSPEC_WMACU, UNSPEC_WMACSZ, UNSPEC_WMACUZ, UNSPEC_CLRDI,
4663 UNSPEC_WMADDS, UNSPEC_WMADDU): New unspecs.
4664 (VUNSPEC_TMRC, VUNSPEC_TMCR, VUNSPEC_ALIGN8, VUNSPEC_WCMP_EQ,
4665 VUNSPEC_WCMP_GTU, VUNSPEC_WCMP_GT): New vunspecs.
4666 (movv2si, movv4hi, movv8qi): New expands for vector moves.
4667 Include iwmmxt.md.
4668 * config/arm/t-xscale-elf (MULTILIB_OPITONS): Add iwmmxt
4669 multilib.
4670 (MULTILIB_DIRNAMES, MULTILIB_REDUNDANT_DIRS): Likewise.
4671 * config/arm/mmintrin.h: New ARM specific header file.
4672 * config/arm/iwmmx.md: New iWMMXt specific machine patterns.
4673
4674 2003-06-18 J"orn Rennecke <joern.rennecke@superh.com>
4675
4676 * toplev.c (Remaining -d letters summary): Update.
4677
4678 2003-06-18 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4679
4680 * config/rs6000/rs6000.c (init_cumulative_args): Add and handle LIBCALL
4681 argument.
4682 (function_arg): Handle CALL_LIBCALL flag.
4683 * config/rs6000/rs6000-protos.h (init_cumulative_args): Update
4684 prototype.
4685 * config/rs6000/rs6000.h (CALL_LIBCALL): New macro.
4686 (INIT_CUMULATIVE_LIBCALL_ARGS): New macro.
4687 (INIT_CUMULATIVE_ARGS): Add LIBCALL argument.
4688 (INIT_CUMULATIVE_INCOMING_ARGS): Likewise.
4689
4690 2003-06-18 Neil Booth <neil@daikokuya.co.uk>
4691
4692 * Makefile.in: Update.
4693 * common.opt: New options.
4694 * opts.c (maybe_warn_unused_parameter, set_Wextra, handle_param,
4695 set_Wunused): New.
4696 (common_handle_option): Handle new options.
4697 * toplev.c (set_target_switch): Export.
4698 (set_Wextra, set_Wunused, maybe_warn_unused_parameter): Move to opts.c.
4699 (decode_W_option): -Wunused and -Wextra handled in opts.c now.
4700 (independent_decode_option): More options handled in opts.c now.
4701 Change prototype.
4702 * toplev.h (set_target_switch): New.
4703
4704 2003-06-17 Robert Abeles <rabeles@archaelogic.com>
4705
4706 PR debug/4252
4707 * c-opts.c (c_common_handle_option): Pass -fdump argument suffix
4708 to dump_switch_p().
4709 * tree-dump.c (dump_switch_p): Remove redundant 'dump-' prefix
4710 from static strings in dump_files.
4711
4712 2003-06-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4713
4714 * system.h (ANSI_PROTOTYPES, PTR_CONST, LONG_DOUBLE, VPARAMS,
4715 VA_OPEN, VA_FIXEDARG, VA_CLOSE, VA_START): undef and poison these
4716 libiberty macros.
4717
4718 2003-06-17 Jason Merrill <jason@redhat.com>
4719
4720 PR c++/10929
4721 * tree-inline.c (expand_call_inline): Don't warn about failing to
4722 inline a function which was made inline by -finline-functions.
4723
4724 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
4725
4726 * config/h8300/h8300-protos.h: Update to ISO C.
4727 * config/h8300/h8300.c: Likewise.
4728 * config/h8300/h8300.h: Likewise.
4729 * config/h8300/h8300.md: Likewise.
4730
4731 2003-06-16 Nathanael Nerode <neroden@gcc.gnu.org>
4732
4733 * configure.in: Replace BUILD_CC references with CC_FOR_BUILD.
4734 * configure: Regenerate.
4735 * Makefile.in: Replace BUILD_CC references with CC_FOR_BUILD.
4736
4737 2003-06-17 Ranjit Mathew <rmathew@hotmail.com>
4738
4739 * install.texi (Testing): Add information on how to run Java
4740 runtime tests separately.
4741
4742 2003-06-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4743
4744 * config/mips/mips.md (trap): Use break 0 when !TARGET_GAS.
4745
4746 * config/mips/iris6-o32.h (MIPS_ISA_DEFAULT): Remove.
4747 (MIPS_CPU_STRING_DEFAULT): Redefine to mips2.
4748
4749 2003-06-17 Christopher Faylor <cgf@redhat.com>
4750
4751 * doc/install.texi: Add msvc rebuild caveat.
4752
4753 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
4754
4755 * config/sh/coff.h: Replace Hitachi with Renesas.
4756 * config/sh/elf.h: Likewise.
4757 * config/sh/embed-elf.h: Likewise.
4758 * config/sh/lib1funcs.asm: Likewise.
4759 * config/sh/sh-protos.h: Likewise.
4760 * config/sh/sh.c: Likewise.
4761 * config/sh/sh.h: Likewise.
4762 * config/sh/sh.md: Likewise.
4763
4764 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
4765
4766 * ChangeLog.3: Fix comment typos.
4767 * ChangeLog.6: Likewise.
4768 * config/d30v/d30v.c: Likewise.
4769 * config/h8300/h8300.md: Likewise.
4770 * config/m32r/m32r.md: Likewise.
4771 * config/mips/mips.c: Likewise.
4772 * config/mips/mips.md: Likewise.
4773 * config/ns32k/NOTES: Likewise.
4774
4775 2003-06-17 Ranjit Mathew <rmathew@hotmail.com>
4776 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4777
4778 * doc/sourcebuild.texi (libgcj Tests): Simplify instructions on how
4779 to run Java runtime tests separately.
4780
4781 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
4782
4783 * config/h8300/h8300-protos.h: Update a comment.
4784
4785 2003-06-17 J"orn Rennecke <joern.rennecke@superh.com>
4786
4787 * sh.h (ROUND_TYPE_ALIGN, LOCAL_ALIGNMENT): Complex modes
4788 are aligned like integral modes.
4789 (SH5_WOULD_BE_PARTIAL_NREGS): Also test for CDImode and DCmode.
4790
4791 * sh.h (EXTRA_CONSTRAINT_Csy): Allow PIC_DIRECT_ADDR_P.
4792 (LEGITIMATE_PIC_OPERAND_P): Allow LABEL_REF.
4793 * sh.md (*pt): Remove.
4794
4795 * sh.h (REG_ALLOC_ORDER): Avoid squandering call-saved registers.
4796
4797 * sh.md (return_media_rte): New pattern.
4798 (return_media): Use it.
4799
4800 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
4801
4802 * doc/contrib.texi: Replace Hitachi with Renesas.
4803 * doc/install.texi: Likewise.
4804 * doc/invoke.texi: Likewise.
4805
4806 2003-06-17 J"orn Rennecke <joern.rennecke@superh.com>
4807
4808 * sh.h (CONST_OK_FOR_J16): Fix HOST_BITS_PER_WIDE_INT >= 64
4809 behaviour.
4810
4811 2003-06-17 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4812
4813 * doc/tm.texi (MD_FALLBACK_FRAME_STATE_FOR): Mention MAKE_THROW_FRAME.
4814
4815 * config/rs6000/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Partly revert
4816 2003-01-23 patch. Corrected to handle kernels with changed ucontext.
4817
4818 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Error on invalid
4819 -msdata=eabi usages.
4820
4821 * gcc/config/rs6000/sysv4.h (USE_LIBC_1): Delete all uses.
4822
4823 2003-06-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4824
4825 * alloc-pool.c: Don't check HAVE_LONG_DOUBLE.
4826 * fixinc/gnu-regex.c: Don't define `volatile'.
4827 * ggc-page.c: Don't check HAVE_LONG_DOUBLE.
4828 * ggc-simple.c: Likewise.
4829 * system.h: Don't define `volatile'.
4830
4831 * aclocal.m4 (gcc_AC_C_VOLATILE, gcc_AC_C_LONG_DOUBLE): Delete.
4832 * configure.in (gcc_AC_C_VOLATILE, gcc_AC_C_LONG_DOUBLE): Don't
4833 call these macros.
4834 * config.in, configure: Regenerated.
4835
4836 2003-06-17 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4837
4838 * config/ia64/ia64.c (ia64_expand_builtin, case IA64_BUILTIN_BSP):
4839 Handle POINTERS_EXTEND_UNSIGNED.
4840
4841 2003-06-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4842
4843 * config/mips/mips.c (TARGET_ASM_UNALIGNED_DI_OP) [TARGET_IRIX5 &&
4844 !TARGET_IRIX6]: Define as NULL.
4845
4846 2003-06-17 Eric Botcazou <ebotcazou@libertysurf.fr>
4847
4848 * config/sparc/sparc.c (sparc_va_arg): Don't align 16-byte+ structures.
4849
4850 2003-06-17 Eric Botcazou <ebotcazou@libertysurf.fr>
4851
4852 * dbxout.c (dbxout_source_line_counter): New global variable.
4853 Mark it with GTY(()).
4854 (dbxout_source_line): Increment dbxout_source_line_counter
4855 and pass it to ASM_OUTPUT_SOURCE_LINE.
4856 * sdbout.c (sdbout_source_line_counter): New global variable.
4857 Mark it with GTY(()).
4858 (unnamed_struct_number): Mark it with GTY(()).
4859 (sdbout_source_line): Increment sdbout_source_line_counter
4860 and pass it to ASM_OUTPUT_SOURCE_LINE.
4861 * xcoffout.c (ASM_OUTPUT_SOURCE_LINE): Add third parameter
4862 (xcoffout_source_line): Pass 0 as third argument to
4863 ASM_OUTPUT_SOURCE_LINE.
4864 (xcoffout_begin_prologue): Likewise.
4865 * config/dbxout.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
4866 Use it instead of 'sym_lineno' but without incrementing it.
4867 * config/dbxelf.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4868 * config/lynx.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4869 * config/ptx4.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4870 * config/alpha/alpha.c (alpha_start_function): Pass 0 as third
4871 argument to ASM_OUTPUT_SOURCE_LINE.
4872 * config/alpha/alpha.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
4873 * config/arm/aout.h: Remove useless comment.
4874 * config/avr/avr.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
4875 * config/i960/i960.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4876 * config/m32r/m32r.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
4877 Use it instead of 'sym_lineno' but without incrementing it.
4878 * config/m68k/hp320.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
4879 * config/mcore/mcore-pe.h (ASM_OUTPUT_SOURCE_LINE): Add third
4880 parameter. Use it instead of 'sym_lineno' but without incrementing it.
4881 * config/mips/mips.c (mips_output_function_prologue): Pass 0 as third
4882 argument to ASM_OUTPUT_SOURCE_LINE.
4883 * config/mips/mips.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
4884 * config/mmix/mmix.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4885 * config/pa/som.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
4886 Use it instead of 'sym_lineno' but without incrementing it.
4887 * config/rs6000/linux64.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4888 * config/sh/elf.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4889 * config/sparc/aout.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4890 * config/sparc/pbd.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4891 * doc/tm.texi (ASM_OUTPUT_SOURCE_LINE): Document third parameter.
4892
4893 2003-06-17 Richard Sandiford <rsandifo@redhat.com>
4894
4895 * config/mips/mips-protos.h (mips_expand_block_move): Declare.
4896 (expand_block_move, output_block_move): Remove.
4897 * config/mips/mips.h (enum block_move_type): Remove.
4898 * config/mips/mips.c (block_move_call, output_block_move): Remove.
4899 (mips_block_move_straight, mips_adjust_block_mem): New function.
4900 (mips_block_move_loop): Renamed and reworked from block_move_loop.
4901 (mips_expand_block_move): Likewise expand_block_move. Return false
4902 to fall back on the target-independent code.
4903 * config/mips/mips.md (movstrsi): Use mips_expand_block_move.
4904 (movstrsi_internal*): Remove.
4905
4906 2003-06-16 Zack Weinberg <zack@codesourcery.com>
4907
4908 * cpplib.h, cpphash.h, cppcharset.c, cpperror.c, cppexp.c
4909 * cppfiles.c, cpphash.c, cppinit.c, cpplex.c, cpplib.c
4910 * cppmacro.c, cpppch.c, cpptrad.c, cppspec.c: Convert to
4911 ISO C: new-style function declarations, no need for PARAMS,
4912 no special punctuation on indirect function calls, use string
4913 constant concatenation where convenient.
4914
4915 2003-06-17 Andreas Jaeger <aj@suse.de>
4916
4917 * rtl.h: Remove declarations from coverage.h.
4918 * toplev.c: Include coverage.h.
4919 * Makefile.in (toplev.o): Depend on coverage.h.
4920
4921 * toplev.h: Remove extra declaration of print_time.
4922
4923 * gengtype.c (close_output_files): Remove duplicated declaration.
4924
4925 2003-06-16 Nathanael Nerode <neroden@gcc.gnu.org>
4926
4927 * config/sparc/sysv4.h: Remove target-independent comment;
4928 replace "GNU CC" with "GCC".
4929 * config/vxworks.h: Replace "GNU compiler" with "GCC".
4930 * config/sparc/aout.h, config/sparc/biarch64.h, config/sparc/elf.h,
4931 config/sparc/freebsd.h, config/sparc/linux.h, config/sparc/linux64.h,
4932 config/sparc/lite.h, config/sparc/litecoff.h, config/sparc/liteelf.h,
4933 config/sparc/netbsd-elf.h, config/sparc/openbsd.h,
4934 config/sparc/rtemself.h, config/sparc/sol2-64.h,
4935 config/sparc/sol2-bi.h, config/sparc/sol2-gas-bi.h,
4936 config/sparc/sol2-gld-bi.h, config/sparc/sol2-gld.h,
4937 config/sparc/sol2.h, config/sparc/sp64-aout.h,
4938 config/sparc/sp64-elf.h, config/sparc/sp86x-elf.h,
4939 config/sparc/sparc-protos.h, config/sparc/sysv4-only.h: Replace
4940 "GNU compiler", "GNU CC" with "GCC".
4941 * config/sparc/cypress.md, config/sparc/hypersparc.md,
4942 config/sparc/sparc-modes.def, config/sparc/sparc.c,
4943 config/sparc/sparc.md, config/sparc/sparclet.md,
4944 config/sparc/supersparc.md, config/sparc/ultra1_2.md,
4945 config/sparc/ultra3.md: Replace "GNU CC", "GNU Compiler", and
4946 "GNU C Compiler" with "GCC".
4947 * config/ip2k/ip2k.h: Replace "GNU CC" and "GNU compiler" with "GCC".
4948
4949 2003-06-16 Aldy Hernandez <aldyh@redhat.com>
4950
4951 * simplify-rtx.c (simplify_subreg): Do not over-extend vector
4952 constants.
4953
4954 * testsuite/gcc.c-torture/execute/simd-4.c: New.
4955
4956 2003-06-16 Nathanael Nerode <neroden@gcc.gnu.org>
4957
4958 * config/ip2k/ip2k.h: Remove target-independent comments.
4959
4960 * config.gcc: Explicitly mention elfos.h in ip2k entry.
4961 * config/ip2k/ip2k.h: Don't #include it here.
4962
4963 2003-06-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4964
4965 * bitmap.c, builtins.c, c-incpath.c, cgraph.c, config/frv/frv.c,
4966 config/mips/mips.c, cppfiles.c, cpphash.c, cppinit.c, cpplib.c,
4967 dwarf2out.c, dwarfout.c, except.c, expr.c, expr.h, fold-const.c,
4968 function.c, gcc.c, genoutput.c, gensupport.c, global.c,
4969 haifa-sched.c, hashtable.c, ifcvt.c, integrate.c, local-alloc.c,
4970 loop.c, mips-tdump.c, mips-tfile.c, mkdeps.c, protoize.c,
4971 read-rtl.c, recog.h, reload1.c, sbitmap.c, ssa-dce.c,
4972 stringpool.c, tlink.c, tree.c, varasm.c, varray.c: Don't use
4973 the PTR macro.
4974
4975 * gengtype.c: Don't use UNION_INIT_ZERO.
4976 * system.h (UNION_INIT_ZERO): Delete.
4977
4978 2003-06-16 Richard Henderson <rth@redhat.com>
4979
4980 * simplify-rtx.c (simplify_subreg): Use GET_MODE_SIZE instead of
4981 GET_MODE_UNIT_SIZE when simplifying constant vectors.
4982
4983 2003-06-16 Andreas Jaeger <aj@suse.de>
4984
4985 * timevar.c (get_run_time): Remove function provided also by
4986 libiberty.
4987 * timevar.h: Remove get_run_time declaration.
4988
4989 2003-06-16 Kazu Hirata <kazu@cs.umass.edu>
4990
4991 * config/m68hc11/m68hc11.c (m68hc11_rtx_costs): Remove
4992 unreachable code.
4993
4994 2003-06-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4995
4996 * builtin-attrs.def, builtin-attrs.def, builtins.c, cpplex.c,
4997 cpplib.c, gencheck.c, gengenrtl.c, machmode.def, protoize.c: Don't
4998 use macros from "symcat.h", instead rely on ISO C.
4999
5000 * system.h: Don't include "symcat.h".
5001 * configure.in (AC_C_STRINGIZE): Delete.
5002 * config.in, configure: Regenerate.
5003
5004 2003-06-16 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5005
5006 * Makefile.in (install-mkheaders): Use INSTALL_SCRIPT for scripts.
5007
5008 * tree.h (STMT_CHECK): New macro.
5009 Also upper-case argument names on all checking macros and
5010 fix some whitespace problems; assume CODE argument does not
5011 have side-effects.
5012
5013 2003-06-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5014
5015 * scan.h: Convert to ISO C.
5016 * system.h: Likewise.
5017
5018 * c-format.c (dynamic_format_types): New pointer for dynamic data.
5019 (find_length_info_modifier_index, init_dynamic_asm_fprintf_info):
5020 New functions split out of...
5021 (handle_format_attribute): ...here.
5022
5023 2003-06-16 J"orn Rennecke <joern.rennecke@superh.com>
5024
5025 * sh.h (REG_CLASS_FROM_LETTER): Change to:
5026 (REG_CLASS_FROM_CONSTRAINT).
5027 (CONST_OK_FOR_I): Rename to:
5028 (CONST_OK_FOR_I08). Changed all users.
5029 (CONST_OK_FOR_J): Rename to:
5030 (CONST_OK_FOR_I16). Changed all users.
5031 (CONST_OK_FOR_K): Rename to:
5032 (CONST_OK_FOR_P27). Changed all users.
5033 (CONST_OK_FOR_L): Rename to:
5034 (CONST_OK_FOR_K08). Changed all users.
5035 (CONST_OK_FOR_O): Rename to:
5036 (CONST_OK_FOR_I06). Changed all users.
5037 (CONST_OK_FOR_P): Rename to:
5038 (CONST_OK_FOR_I10). Changed all users.
5039 (CONSTRAINT_LEN, CONST_OK_FOR_I, CONST_OK_FOR_J16): Define.
5040 (CONST_OK_FOR_J, CONST_OK_FOR_K, CONST_OK_FOR_P): Likewise.
5041 (EXTRA_CONSTRAINT_A, EXTRA_CONSTRAINT_Bsc): Likewise.
5042 (EXTRA_CONSTRAINT_B, PIC_OFFSET_P, PIC_DIRECT_ADDR_P): Likewise.
5043 (EXTRA_CONSTRAINT_Cpg, EXTRA_CONSTRAINT_C): Likewise.
5044 (EXTRA_MEMORY_CONSTRAINT,(EXTRA_CONSTRAINT_Sr0): Likewise.
5045 (CONST_OK_FOR_LETTER_P): Replace with
5046 (CONST_OK_FOR_CONSTRAINT_P).
5047 (EXTRA_CONSTRAINT_S): Rename to:
5048 (EXTRA_CONSTRAINT_C16). Changed all users.
5049 (MOVI_SHORI_BASE_OPERAND_P): Don't allow direct addresses.
5050 (EXTRA_CONSTRAINT_T): Rename to:
5051 (EXTRA_CONSTRAINT_Csy). Changed all users.
5052 (EXTRA_CONSTRAINT_Z): Remove.
5053 (EXTRA_CONSTRAINT): Replace with:
5054 (EXTRA_CONSTRAINT_STR).
5055 (EXTRA_CONSTRAINT_U): Rename to:
5056 (EXTRA_CONSTRAINT_Z). Changed all users.
5057 * sh.c (and_operand): Use CONST_OK_FOR_J16.
5058 * sh.md (cmpeqsi_t-1, cmpeqsi_t, adddi3_media): Use new constraints.
5059 (addsi3_media, addsi3_compact, andsi3_compact, anddi3): Likewise.
5060 (iorsi3, iordi3, xorsi3, xordi3, ashlsi3_std, ashlhi3_k): Likewise.
5061 (lshrsi3_k, movsi_i, movsi_ie, movsi_i_lowpart, movsi_media): Likewise.
5062 (movsi_media_nofpu, movqi_media, movhi_i, movhi_media): Likewise.
5063 (*movdi_i, movdi_media, movdi_media_nofpu, shori_media): Likewise.
5064 (movdf_media, movdf_media_nofpu, movv2sf_i, movv4sf_i): Likewise.
5065 (movsf_media, movsf_media_nofpu, movsi_y, beq_media): Likewise.
5066 (beq_media_i, bne_media, pt, ptb, movv8qi_i, movv2hi_i): Likewise.
5067 (movv4hi_i, movv2si_i, negcmpeqv8qi, negcmpeqv2si): Likewise.
5068 (negcmpeqv4hi, negcmpgtuv8qi, negcmpgtv2si, negcmpgtv4hi): Likewise.
5069 (mcmv, mcnvs_lw, mcnvs_wb, mcnvs_wub, mextr_rl, mextr_lr): Likewise.
5070 (mextr1, mextr2, mextr3, mextr4, mextr5, mextr6, mextr7): Likewise.
5071 (mperm_w, mperm_w_little, mperm_w_big, msad_ubq_i): Likewise.
5072 (mshards_q, mshfhi_b, mshflo_b, mshf4_b, mshf0_b, mshfhi_l): Likewise.
5073 (mshflo_l, mshf4_l, mshf0_l, mshfhi_w, mshflo_w, mshf4_w): Likewise.
5074 (mshf0_w, mshflo_w_x, mshfhi_l_di, mshfhi_l_di_rev): Likewise.
5075 (mshflo_l_di_rev, mshflo_l_di_x, concat_v2sf): Likewise.
5076 (mshflo_l_di_x_rev, subv2si3, subv4hi3, sssubv2si3): Likewise.
5077 (sssubv4hi3): Likewise.
5078 (movsf_i): Change I[08]/r to G/r.
5079 (movsf_ie): Change f/{G,H}/c/X to f/{G,H}/c/Bsc.
5080
5081 * sh.c (sh_output_mi_thunk): Use CONST_OK_FOR_ADD.
5082
5083 2003-06-16 Vladimir Makarov <vmakarov@redhat.com>
5084
5085 * config/i386/i386.c (ix86_memory_move_cost): Fix typo.
5086
5087 2003-06-16 Andreas Jaeger <aj@suse.de>
5088
5089 * basic-block.h: Remove duplicate prototype of
5090 note_prediction_to_br_prob.
5091
5092 * tree.h: Remove duplicate prototype of strip_float_extensions.
5093
5094 2003-06-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5095
5096 * config/c4x/c4x.c: Don't include "c-tree.h".
5097 * config/pa/pa.c: Likewise.
5098 * langhooks.c: Likewise.
5099 * tree.h (poplevel): Declare.
5100
5101 2003-06-16 Kazu Hirata <kazu@cs.umass.edu>
5102
5103 * config/h8300/h8300.c (const_costs): Move this to ...
5104 (h8300_rtx_costs): ... here.
5105
5106 2003-06-16 Roger Sayle <roger@eyesopen.com>
5107
5108 * optabs.h (enum optab_index): Add new OTI_tan and OTI_atan.
5109 (tan_optab, atan_optab): Define corresponding macros.
5110 * optabs.c (init_optabs): Initialize tan_optab and atan_optab.
5111 * genopinit.c (optabs): Implement tan_optab and atan_optab
5112 using tan?f2 and atan?f2 patterns.
5113 * builtins.c (expand_builtin_mathfn): Handle BUILT_IN_TAN{,F,L}
5114 using tan_optab, and BUILT_IN_ATAN{,F,L} using atan_optab.
5115 Change the default value of errno_set to false.
5116 (expand_builtin): Expand BUILT_IN_TAN{,F,L} and BUILT_IN_ATAN{,F,L}
5117 using expand_builtin_mathfn.
5118
5119 * config/i386/i386.md (atansf2, atandf2, atanxf2, atantf2): New
5120 expander patterns implemented using existing atan2?f3 patterns.
5121
5122 2003-06-16 Roger Sayle <roger@eyesopen.com>
5123
5124 * expr.c (expand_expr <PLUS_EXPR>): If operand_equal_p considers
5125 both operands of the addition equal, reuse the expanded RTL.
5126 (expand_expr <MULT_EXPR>): Likewise for multiplication.
5127
5128 2003-06-16 Roger Sayle <roger@eyesopen.com>
5129 Jeff Law <law@redhat.com>
5130
5131 * fold-const.c (operand_equal_p): Consider two calls to "const"
5132 functions with identical non-volatile arguments to be equal.
5133 Consider the FUNCTION_DECL for the "__builtin_foo" form of a
5134 built-in function to be equal to the "foo" form.
5135
5136 2003-06-16 Nathanael Nerode <neroden@gcc.gnu.org>
5137
5138 * config/rs6000/sysv4le.h: Remove target-independent comment.
5139 Replace "GNU compiler" with "GCC" in comment.
5140
5141 2003-06-16 Andreas Jaeger <aj@suse.de>
5142
5143 * tracer.c: Remove duplicate declaration.
5144
5145 * toplev.c: Remove extra declaration of decode_d_option.
5146
5147 * ssa.c: Remove duplicate declaration.
5148
5149 * sreal.c: Remove extra declaration of dump_sreal.
5150
5151 * reload1.c: Remove duplicate declarations.
5152
5153 * integrate.c: Remove extra declaration of
5154 set_decl_abstract_flags.
5155
5156 * flow.c: Remove extra declaration of dump_flow_info.
5157
5158 * alias.c: Remove extra declaration of get_addr.
5159
5160 2003-06-16 Nathanael Nerode <neroden@gcc.gnu.org>
5161
5162 * config/rtems.h, config/sol2.h, config/svr4.h, config/usegas.h,
5163 config/vxworks.h: GNU CC -> GCC.
5164
5165 * convert.c, dwarf2out.c, dwarfout.c, emit-rtl.c, function.c,
5166 lists.c, print-rtl.c, print-tree.c, read-rtl.c, rtl-error.c,
5167 stmt.c, toplev.c, integrate.h, loop.h, machmode.h, rtl.h,
5168 ssa.h, tree.def: Replace overly specific references to "GNU C"
5169 and "GNU C Compiler" with references to "GCC".
5170
5171 2003-06-16 J"orn Rennecke <joern.rennecke@superh.com>
5172
5173 * sh.c (prepare_move_operand): Check if operand 0 is an invalid
5174 memory reference. Fix test that checks if operand 1 is using r0.
5175 * sh.md (movhi_i): Don't allow st.w r0,@(rX,rY) .
5176
5177 * defaults.h (REG_CLASS_FROM_CONSTRAINT): Only define if not already
5178 defined.
5179
5180 2003-06-15 Nathan Sidwell <nathan@codesourcery.com>
5181
5182 * function.h (struct emit_status): Remove x_last_linenum,
5183 x_last_filename. Add x_last_location.
5184 * rtl.h: #include "input.h".
5185 (NOTE_DATA): New.
5186 * cfglayout.c (duplicate_insn_chain): Use emit_line_note for line
5187 number notes.
5188 * emit-rtl.c (last_linenum, last_filename): Remove.
5189 (last_location): New.
5190 (emit_line_note_after): LINE must always be >= 0.
5191 (emit_line_note): Likewise. Check not duplicate here...
5192 (emit_note): ... rather than here.
5193 (emit_line_note_force, force_next_line_note, init_emit): Adjust.
5194 * integrate.c (expand_inline_function): Use emit_line_note for
5195 line number notes.
5196 (copy_insn_list): Likewise.
5197 * unroll.c (copy_loop_body): Likewise.
5198 * Makefile.in (RTL_H): Add input.h.
5199
5200 2003-06-16 Richard Sandiford <rsandifo@redhat.com>
5201
5202 * optabs.c (emit_libcall_block): Don't hoist insns past a label.
5203
5204 2003-06-16 Richard Henderson <rth@redhat.com>
5205
5206 * config/alpha/alpha-protos.h, config/alpha/elf.h,
5207 config/alpha/osf.h, config/alpha/unicosmk.h, config/alpha/vms.h,
5208 config/alpha/vms-cc.c, config/alpha/vms-ld.c: Update to ISO C.
5209 * config/alpha/alpha.c: Likewise. Move targetm init to end of file.
5210 Remove unneeded static function decls.
5211
5212 2003-06-16 Neil Booth <neil@daikokuya.co.uk>
5213
5214 * c-opts.c (c_common_handle_option): s/on/value/.
5215 (OPT_fabi_version_, OPT_ftabstop_, OPT_ftemplate_depth_): Use value
5216 directly rather than converting the argument.
5217 * c.opt: Update docs. Use UInteger where appropriate.
5218 * common.opt: Use UInteger where appropriate.
5219 * opts.c (integral_argument): New.
5220 (handle_argument): Handle integral arguments, and optional
5221 joined arguments.
5222 (common_handle_option): Update.
5223 * opts.h (CL_MISSING_OK, CL_UINTEGER): New.
5224 * opts.sh: Handle JoinedOrMissing and UInteger flags.
5225
5226 2003-06-16 Neil Booth <neil@daikokuya.co.uk>
5227
5228 * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Remove
5229 unnecessary extern declaration.
5230
5231 2003-06-15 Nathanael Nerode <neroden@gcc.gnu.org>
5232
5233 * config/gofast.h, config/interix.h, config/interix3.h,
5234 config/libgloss.h, config/linux-aout.h, config/linux.h,
5235 config/lynx-ng.h, config/lynx.h: GNU CC -> GCC.
5236 * config/kaos.h: "GNU compiler" -> GCC.
5237 * config/linux-aout.h, config/lynx.h: Clarify comment describing file.
5238
5239 * config/ip2k/crt0.S, config/ip2k/ip2k-protos.h,
5240 config/ip2k/ip2k.c, config/ip2k/ip2k.md, config/ip2k/libgcc.S:
5241 GNU CC -> GCC.
5242
5243 * config/svr3.h: Remove #if 0 code, misleading comments.
5244 GNU CC -> GCC.
5245
5246 2003-06-15 Zack Weinberg <zack@codesourcery.com>
5247
5248 * vmsdbgout.c (vmsdbgout_finish): Rename parameter to
5249 main_input_filename to avoid conflict with input_filename macro.
5250
5251 2003-06-15 Neil Booth <neil@daikokuya.co.uk>
5252
5253 * config/mips/mips.h (asm_file_name, g_switch_set,
5254 g_switch_value): Remove.
5255 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Remove
5256 unnecessary extern declarations.
5257
5258 2003-06-15 Neil Booth <neil@daikokuya.co.uk>
5259
5260 * config/frv/frv.h: Remove declaration of g_switch_value.
5261 * config/m32r/m32r.h: Remove declaration of g_switch_value.
5262 * config/m68hc11/m68hc11.c: Remove declaration of asm_file_name.
5263
5264 2003-06-15 Neil Booth <neil@daikokuya.co.uk>
5265
5266 * opts.sh: Quote '+' in regex.
5267
5268 2003-06-15 Andrew Pinski <pinskia@physics.uc.edu>
5269
5270 * config/rs6000/t-rs6000: Add dependence of cfglayout.h to rs6000.o.
5271 * config/rs6000/rs6000.c: Include cfglayout.h.
5272 * config/alpha/alpha.c: Likewise.
5273 * config/ia64/ia64.c: Likewise.
5274 * config/sparc/sparc.c: Likewise.
5275 * config/sh/sh.c: Likewise.
5276
5277 2003-06-15 Neil Booth <neil@daikokuya.co.uk>
5278
5279 * opts.sh: Quote '+' in regex.
5280
5281 2003-06-15 Neil Booth <neil@daikokuya.co.uk>
5282
5283 * c-opts.c (lang_flags): Update for new spelling of flags.
5284 (write_langs): Similarly.
5285 * c.opt: Specify languages.
5286 * opts.h: Remove languages.
5287 * opts.sh: Recognise front-end defined languages.
5288 * doc/sourcebuild.texi: Update.
5289
5290 2003-06-15 Andreas Jaeger <aj@suse.de>
5291
5292 * alloc-pool.c: Convert to ISO C90 prototypes.
5293 * alloc-pool.h: Likewise.
5294 * alias.c: Likewise.
5295 * attribs.c: Likewise.
5296 * bb-reorder.c: Likewise.
5297 * bitmap.h: Likewise.
5298 * bitmap.c: Likewise.
5299 * builtins.c: Likewise.
5300
5301 * tree.h: Convert prototypes of attribs.c to ISO C90.
5302 * basic-block.h: Convert prototypes of bb-reorder.c to ISO C90.
5303 * rtl.h: Convert prototypes of alias.c and builtins.c to ISO C90.
5304 * expr.h: Convert prototypes of builtins.c to ISO C90.
5305
5306 2003-06-15 Roger Sayle <roger@eyesopen.com>
5307
5308 * config/i386/i386.md (expsf2, expdf2, expxf2): New patterns to
5309 implement exp, expf and expl built-ins as inline x87 intrinsics.
5310 (UNSPEC_FSCALE, UNSPEC_FRNDINT, UNSPEC_F2XM1): New unspecs to
5311 represent x87's fscale, frndint and f2xm1 insns respectively.
5312 (*fscale_sfxf3, *fscale_dfxf3, *fscale_xf3): New insn patterns
5313 to encode x87's "fscale" instruction followed by a pop.
5314 (*frndintxf2): New insn pattern for "frndint".
5315 (*f2xm1xf2): New insn pattern for "f2xm1".
5316
5317 * reg-stack.c (subst_stack_regs_pat): Handle UNSPEC_FRNDINT and
5318 UNSPEC_F2XM1 like UNSPEC_{SIN,COS} and handle UNSPEC_FSCALE like
5319 UNSPEC_FPATAN.
5320
5321 2003-06-15 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5322
5323 * gencheck.c (main): Avoid generating duplicate macros.
5324
5325 * Makefile.in (stagefeedback-start): Use $(SUBDIRS) instead of
5326 knowing names of language subdirectories.
5327
5328 2003-06-15 Neil Booth <neil@daikokuya.co.uk>
5329
5330 * c-pch.c (asm_file_name): Remove.
5331 * common.opt: Add more switches.
5332 * flags.h (g_switch_set): Boolify.
5333 * opts.c (g_switch_value, g_switch_set, exit_after_options,
5334 version_flag): Move from toplev.c.
5335 (common_handle_option): Handle more switches from toplev.c.
5336 * toplev.c (display_help, display_target_options, decode_d_option,
5337 print_version): Make non-static, remove prototypes.
5338 (aux_base_name, asm_file_name, aux_info_file_name): Constify.
5339 (version_flag, g_switch_value, g_switch_set, exit_after_options):
5340 Remove.
5341 (independent_decode_option): Move some handlers to opts.c.
5342 * toplev.h (aux_info_file_name, aux_base_name, asm_file_name,
5343 exit_after_options, version_flag, display_help, display_target_options,
5344 print_version, decode_d_option): New.
5345
5346 2003-06-15 Kazu Hirata <kazu@cs.umass.edu>
5347
5348 * config/alpha/alpha.md: Follow spelling conventions.
5349 * config/arm/arm.c: Likewise.
5350 * config/arm/arm.h: Likewise.
5351 * config/arm/arm.md: Likewise.
5352 * config/arm/crtn.asm: Likewise.
5353 * config/m32r/m32r.c: Likewise.
5354 * config/m32r/m32r.md: Likewise.
5355 * config/rs6000/rs6000.c: Likewise.
5356
5357 2003-06-15 Richard Henderson <rth@redhat.com>
5358
5359 * config/alpha/alpha.c (alpha_output_mi_thunk_osf): Call
5360 insn_locators_initialize.
5361 * config/ia64/ia64.c (ia64_output_mi_thunk): Likewise.
5362 * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Likewise.
5363 * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
5364 * config/sh/sh.c (sh_output_mi_thunk): Do it later.
5365
5366 2003-06-15 Kazu Hirata <kazu@cs.umass.edu>
5367
5368 * builtins.c (expand_builtin_expect_jump): Remove redundant
5369 tests that are also in any_condjump_p().
5370
5371 2003-06-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5372
5373 * libgcc2.c: Delete sysV68 L_trampoline section.
5374 * config/m68k/mot3300-crt0.S: Delete file.
5375 * config/m68k/mot3300Mcrt0.S: Likewise.
5376
5377 2003-06-15 Nathanael Nerode <neroden@gcc.gnu.org>
5378
5379 * config/aoutos.h: Remove.
5380 * config.gcc: Remove reference to aoutos.h.
5381 * config/m68k/m68k-aout.h: Remove reference to aoutos.h.
5382
5383 2003-06-14 Kazu Hirata <kazu@cs.umass.edu>
5384
5385 * doc/install.texi: Follow spelling conventions.
5386 * doc/tm.texi: Likewise.
5387 * config/fp-bit.c: Likewise.
5388 * config/arm/arm.c: Likewise.
5389 * config/frv/frv.c: Likewise.
5390 * config/ns32k/NOTES: Likewise.
5391 * config/ns32k/STATUS: Likewise.
5392
5393 2003-06-14 Roger Sayle <roger@eyesopen.com>
5394 Zack Weinberg <zack@codesourcery.com>
5395
5396 * rtl.h (STORE_FLAG_VALUE): Remove default definition from here.
5397 * defaults.h (STORE_FLAG_VALUE): Move default definition to here.
5398 * doc/tm.texi (STORE_FLAG_VALUE): Document the default value.
5399
5400 * config/alpha/alpha.h (STORE_FLAG_VALUE): Remove definition.
5401 * config/arc/arc.h (STORE_FLAG_VALUE): Likewise.
5402 * config/arm/arm.h (STORE_FLAG_VALUE): Likewise.
5403 * config/cris/cris.h (STORE_FLAG_VALUE): Likewise.
5404 * config/i370/i370.h (STORE_FLAG_VALUE): Likewise.
5405 * config/i386/i386.h (STORE_FLAG_VALUE): Likewise.
5406 * config/i960/i960.h (STORE_FLAG_VALUE): Likewise.
5407 * config/ia64/ia64.h (STORE_FLAG_VALUE): Likewise.
5408 * config/ip2k/ip2k.h (STORE_FLAG_VALUE): Likewise.
5409 * config/m32r/m32r.h (STORE_FLAG_VALUE): Likewise.
5410 * config/mcore/mcore.h (STORE_FLAG_VALUE): Likewise.
5411 * config/mips/mips.h (STORE_FLAG_VALUE): Likewise.
5412 * config/mmix/mmix.h (STORE_FLAG_VALUE): Likewise.
5413 * config/ns32k/ns32k.h (STORE_FLAG_VALUE): Likewise.
5414 * config/pa/pa.h (STORE_FLAG_VALUE): Likewise.
5415 * config/pdp11/pdp11.h (STORE_FLAG_VALUE): Likewise.
5416 * config/sh/sh.h (STORE_FLAG_VALUE): Likewise.
5417 * config/sparc/sparc.h (STORE_FLAG_VALUE): Likewise.
5418 * config/v850/v850.h (STORE_FLAG_VALUE): Likewise.
5419 * config/xtensa/xtensa.h (STORE_FLAG_VALUE): Likewise.
5420
5421 2003-06-14 Nathan Sidwell <nathan@codesourcery.com>
5422
5423 * opts.sh (POSIXLY_CORRECT): Unset it.
5424
5425 * tree.h (init_function_start): Remove filename and line paramters.
5426 * function.c (init_function_start): Remove filename and line
5427 parameters. Use DECL_SOURCE_LOCATION.
5428 * c-decl.c (store_parm_decls): Adjust init_function_start call.
5429 (c_expand_body_1): Likewise.
5430 * coverage.c (create_coverage): Likewise.
5431 * objc/objc-act.c (build_tmp_function_decl): Set line number to
5432 zero.
5433 (hack_method_prototype): Adjust init_function_start call.
5434
5435 2003-06-14 Richard Earnshaw <rearnsha@arm.com>
5436
5437 PR target/3724
5438 * arm/linux-elf.h (PROFILE_HOOK): Define.
5439
5440 2003-06-14 Richard Earnshaw <rearnsha@arm.com>
5441
5442 PR target/11183
5443 * arm.h (CANNOT_CHANGE_MODE_CLASS): Define.
5444
5445 2003-06-14 Roger Sayle <roger@eyesopen.com>
5446
5447 * opts.sh: Work around a mysterious feature in cygwin's gawk
5448 where specifying the input files explicitly has a different
5449 behavior to piping them via stdin.
5450
5451 2003-06-14 Neil Booth <neil@daikokuya.co.uk>
5452
5453 * doc/sourcebuild.texi: Update.
5454
5455 2003-06-14 Richard Earnshaw <rearnsha@arm.com>
5456
5457 PR target/11183
5458 * arm.c (output_move_double): Pass SImode to adjust_address.
5459
5460 2003-06-14 Neil Booth <neil@daikokuya.co.uk>
5461
5462 * Makefile.in: Update to use common.opt and lang_opt_files.
5463 (c-options.c, c-options.h): Remove.
5464 (options.c, options.h): Add.
5465 * c-opts.c: Include options.h not c-options.h.
5466 * common.opt: New file.
5467 * configure, configure.in: Add lang_opt_files.
5468 * opts.c: Include flags.h and diagnostic.h.
5469 (common_handle_option): New.
5470 (handle_option): Update to recognize common options and all
5471 language-dependent options.
5472 * opts.h (CL_F77, CL_JAVA, CL_ADA, CL_COMMON, CL_TREELANG): New.
5473 (struct cl_option): Make flags of type int.
5474 * opts.h: Flag option with front ends to which it applies.
5475 Handle duplicate options.
5476 * toplev.c (filename): Remove.
5477 (independent_decode_option): Don't handle filenames and -quiet.
5478 (process_options, do_compile): Update.
5479
5480 2003-06-14 Nick Clifton <nickc@redhat.com>
5481
5482 * doc/install.texi (Specific): Add description of different
5483 ARM supported file format targets.
5484
5485 Sat Jun 14 11:12:04 CEST 2003 Jan Hubicka <jh@suse.cz>
5486
5487 * reorg.c (emit_delay_sequence, dbr_schedule): Clear insn locators
5488 inside delay slots.
5489
5490 2003-06-13 Matt Kraai <kraai@alumni.cmu.edu>
5491
5492 * unwind-c.c: Define NO_SIZE_OF_ENCODED_VALUE.
5493 * unwind-pe.h (size_of_encoded_value): Do not define if
5494 NO_SIZE_OF_ENCODED_VALUE is defined.
5495
5496 2003-06-13 Roger Sayle <roger@eyesopen.com>
5497
5498 * expr.c (expand_expr <COMPLEX_CST>): Handle the case of
5499 expanding a complex constant into a CONCAT target.
5500
5501 2003-06-13 Zack Weinberg <zack@codesourcery.com>
5502
5503 * config/svr3.h (ASM_FILE_START): Don't use ASM_FILE_START_1.
5504 (ASM_FILE_START_1): Delete.
5505 * config/i386/att.h, config/i386/sco5.h,
5506 config/i386/sysv3.h
5507 (ASM_FILE_START_1): Delete.
5508
5509 2003-06-13 Kelley Cook <kelleycook@wideopenwest.com>
5510
5511 * config/i386/bsd.h: Remove ASM_FILE_START.
5512 * config/i386/djgpp.h: Likewise.
5513 * config/i386/gas.h (ASM_FILE_START): Output .file before .intel_syntax.
5514
5515 * config/i386/djgpp.h: Move included unix.h, bsd.h, gas.h to ...
5516 * config.gcc (i[34567]86-pc-msdosdjgpp): ... here.
5517
5518 2003-06-13 Vladimir Makarov <vmakarov@redhat.com>
5519
5520 PR bootstrap/10835
5521 * haifa-sched.c (max_lookahead_tries,
5522 cached_first_cycle_multipass_dfa_lookahead,
5523 cached_issue_rate): New variables.
5524 (max_issue): Check the number of tries.
5525 (choose_ready): Calculate max_lookahead_tries.
5526 (sched_init): Check cached_issue_rate.
5527
5528 2003-06-13 Richard Henderson <rth@redhat.com>
5529
5530 * cfgbuild.c (make_edges): Set ABNORMAL with SIBCALL.
5531 * cfgrtl.c (purge_dead_edges): Expect it too.
5532
5533 2003-06-13 Jim Wilson <wilson@tuliptree.org>
5534 Eric Botcazou <ebotcazou@libertysurf.fr>
5535
5536 PR bootstrap/10983
5537 * combine.c (make_extraction): Use gen_lowpart_for_combine
5538 when extracting from a REG and not in the destination of a SET.
5539
5540 2003-06-13 Doug Evans <dje@sebabeach.org>
5541
5542 * tsystem.h (abort): Declare in inhibit_libc case to remove build
5543 warnings for addvsi3, et.al.
5544
5545 2003-06-13 Aldy Hernandez <aldyh@redhat.com>
5546
5547 * c-common.c (handle_mode_attribute): Use VECTOR_MODE_P macro.
5548
5549 * simplify-rtx.c (simplify_subreg): Same.
5550
5551 * emit-rtl.c (gen_lowpart_common): Same.
5552
5553 2003-06-13 Kazu Hirata <kazu@cs.umass.edu>
5554
5555 * builtins.c: Fix comment typos.
5556 * fold-const.c: Likewise.
5557
5558 2003-06-13 Doug Evans <dje@sebabeach.org>
5559 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
5560
5561 * config/m32r/m32r-protos.h (m32r_pass_by_reference): Declare.
5562 * config/m32r/m32r.c (m32r_pass_by_reference): New fn.
5563 (m32r_va_arg): Use it.
5564 * config/m32r/m32r.h (FUNCTION_ARG_PASS_BY_REFERENCE): Ditto.
5565 (RETURN_IN_MEMORY): Ditto.
5566
5567 2003-06-13 Nathanael Nerode <neroden@gcc.gnu.org>
5568
5569 * c-typeck.c: Remove #if 0 clauses.
5570
5571 PR other/1494
5572 * config/alpha/openbsd.h, config/i386/openbsd.h,
5573 config/m68k/openbsd.h, config/sparc/openbsd.h: Remove
5574 residual reference to EGCS.
5575
5576 2003-06-13 Richard Earnshaw <rearnsha@arm.com>
5577
5578 * arm.c (output_call_mem): If the address references the link-register
5579 use an instruction sequence that avoids early-clobbering IP.
5580 (eliminate_lr2ip): Delete.
5581
5582 2003-06-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5583
5584 * c-format.c (format_types_orig): Disallow '*' width/precision in
5585 asm_fprintf format checks.
5586
5587 2003-06-13 Ulrich Weigand <uweigand@de.ibm.com>
5588
5589 * config/s390/s390.c (s390_va_arg): Fix alignment when retrieving
5590 non-integral types from integer register save area slots.
5591
5592 2003-06-13 Nathanael Nerode <neroden@gcc.gnu.org>
5593
5594 * config/i386/svr3dbx.h: GNU CC -> GCC; Intel 385 -> Intel 386.
5595
5596 2003-06-13 Florian Weimer <fw@deneb.enyo.de>
5597
5598 * doc/invoke.texi (SPARC Options): Document ``-mimpure-text''.
5599
5600 2003-06-13 Kaz Kojima <kkojima@gcc.gnu.org>
5601
5602 * config/sh/linux.h (TARGET_ASM_FILE_END): Set TARGET_ASM_FILE_END
5603 to file_end_indicate_exec_stack.
5604
5605 2003-06-12 Richard Henderson <rth@redhat.com>
5606
5607 PR target/11089
5608 * config/i386/i386.md (sse_movaps): Use an expander to force
5609 one operand to be a register.
5610 (sse_movups): Likewise.
5611
5612 2003-06-13 Doug Evans <dje@sebabeach.org>
5613
5614 Remove some build warnings.
5615 * config/m32r/initfini.c (__CTOR_LIST__,__DTOR_LIST__): Attribute used.
5616 (__do_global_ctors,__do_global_dtors): Ditto.
5617
5618 2003-06-12 Richard Henderson <rth@redhat.com>
5619
5620 PR middle-end/10557
5621 * rtlanal.c (subreg_offset_representable_p): Relax subreg check.
5622
5623 2003-06-13 Kazu Hirata <kazu@cs.umass.edu>
5624
5625 * config/m32r/m32r.md: Fix a comment typo.
5626
5627 2003-06-13 Eric Botcazou <ebotcazou@libertysurf.fr>
5628 Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
5629
5630 PR target/10142
5631 * config/sparc/sparc.c (function_arg_record_value_parms): Add
5632 new 'stack' field.
5633 (function_arg_record_value_1): Set 'stack' to 1 if we run out of
5634 integer slots for an integer field.
5635 (function_arg_record_value_3): Shift vector index.
5636 (function_arg_record_value_2): Likewise.
5637 (function_arg_record_value): Initialize 'stack' to 0.
5638 Set 'stack' to 1 if we run out of integer slots for an integer field.
5639 Generate (parallel [(expr_list (nil) ...) ...]) if 'stack' is set to 1.
5640
5641 2003-06-13 Eric Botcazou <ebotcazou@libertysurf.fr>
5642
5643 PR optimization/10955
5644 * unroll.c (unroll_loop): Fix off-by-one bug.
5645
5646 2003-06-12 Aldy Hernandez <aldyh@redhat.com>
5647
5648 * config/rs6000/rs6000.c (function_arg): Remove typo.
5649
5650 2003-06-12 Richard Henderson <rth@redhat.com>
5651
5652 * config/i386/i386.c (legitimate_constant_p): Handle UNSPEC_NTPOFF
5653 and UNSPEC_DTPOFF.
5654
5655 2003-06-12 Richard Henderson <rth@redhat.com>
5656
5657 PR middle-end/10475
5658 * expmed.c (emit_store_flag): Use simplify_gen_subreg directly
5659 for extracting sub-words.
5660
5661 2003-06-12 Richard Henderson <rth@redhat.com>
5662
5663 PR target/7594
5664 * config/m68k/m68k.md (zero_extendhisi2): Use gen_lowpart_SUBREG.
5665 (zero_extendqihi2, zero_extendqisi2): Likewise.
5666
5667 2003-06-12 Aldy Hernandez <aldyh@redhat.com>
5668
5669 * config/rs6000/rs6000.c (function_arg): Always split vectors for
5670 e500 if it's a stdarg function.
5671 (function_arg_advance): Advance 2 registers for vectors in a
5672 stdarg function.
5673 (init_cumulative_args): Initialize stdarg.
5674 (rs6000_spe_function_arg): New.
5675
5676 * config/rs6000/rs6000.h (rs6000_args): Add stdarg.
5677
5678 2003-06-12 Aldy Hernandez <aldyh@redhat.com>
5679
5680 * config/rs6000/rs6000.h (MODES_TIEABLE_P): Add SPE vectors.
5681
5682 2003-06-12 Roger Sayle <roger@eyesopen.com>
5683
5684 PR middle-end/168
5685 * fold-const.c (tree_expr_nonnegative_p): Handle addition
5686 and multiplication of zero extensions, floating point division,
5687 and integer<->fp, fp<->fp and zero extension conversions.
5688 The built-in ceil and floor functions preserve signedness.
5689
5690 2003-06-12 Kazu Hirata <kazu@cs.umass.edu>
5691
5692 * ChangeLog: Follow spelling conventions.
5693 * ChangeLog.2: Likewise.
5694 * c-decl.c: Likewise.
5695 * cfgloop.h: Likewise.
5696 * cgraph.c: Likewise.
5697 * coverage.c: Likewise.
5698 * cppcharset.c: Likewise.
5699 * cpphash.h: Likewise.
5700 * cpplex.c: Likewise.
5701 * cpplib.c: Likewise.
5702 * dbxout.c: Likewise.
5703 * df.c: Likewise.
5704 * dwarf2out.c: Likewise.
5705 * dwarfout.c: Likewise.
5706 * emit-rtl.c: Likewise.
5707 * explow.c: Likewise.
5708 * gcov-io.c: Likewise.
5709 * gcov-io.h: Likewise.
5710 * gcov.c: Likewise.
5711 * gengtype.c: Likewise.
5712 * ggc.h: Likewise.
5713 * opts.c: Likewise.
5714 * real.c: Likewise.
5715 * reload.c: Likewise.
5716 * stmt.c: Likewise.
5717
5718 2003-06-12 Janis Johnson <janis187@us.ibm.com>
5719
5720 * doc/install.texi (m32r-*-elf): Change company to Renesas.
5721
5722 Thu Jun 12 20:00:55 CEST 2003 Jan Hubicka <jh@suse.cz>
5723
5724 * basic-block.h (flow_delete_block_noexpunge): Kill.
5725 * cfgrtl.c (flow_delete_block_noexpunge): Merge to
5726 rtl_delete_block.
5727
5728 2003-06-10 Richard Henderson <rth@redhat.com>
5729
5730 PR inline-asm/4823
5731 * reg-stack.c (any_malformed_asm): New.
5732 (check_asm_stack_operands): Set it.
5733 (convert_regs_1): Check it before aborting.
5734
5735 2003-06-12 Aldy Hernandez <aldyh@redhat.com>
5736
5737 * config/rs6000/spe.md: Change all clobbers of the accumulator to sets.
5738
5739 2003-06-12 Jakub Jelinek <jakub@redhat.com>
5740
5741 * c-opts.c (complain_wrong_lang): Add on argument.
5742 Print no- switch if on is false.
5743 (c_common_decode_option): Adjust caller.
5744
5745 2003-06-12 Ulrich Weigand <uweigand@de.ibm.com>
5746
5747 * config/s390/s390.c (s390_emit_prologue): Use LA instead of AR
5748 to initialize GOT register.
5749
5750 2003-06-12 Roger Sayle <roger@eyesopen.com>
5751
5752 * fold-const.c (tree_expr_nonnegative_p): Add support for
5753 floating point constants, addition and multiplication.
5754
5755 2003-06-12 J"orn Rennecke <joern.rennecke@superh.com>
5756
5757 * sh.md (adddi3_compact, subdi3_compact): Add earlyclobber
5758 constraint modifier for operand 0.
5759
5760 2003-06-12 Hans-Peter Nilsson <hp@axis.com>
5761
5762 Don't warn on dollars in builtin macro definitions,
5763 e.g. __REGISTER_PREFIX__.
5764 * cpphash.h (struct cpp_reader): Move member warn_dollars...
5765 * cpplib.h (struct cpp_options): ...to here. Change type to
5766 unsigned char.
5767 * cppinit.c (cpp_create_reader): Set it to 1 here.
5768 (post_options): Don't set it here.
5769 * c-opts.c (c_common_init_options): Reset it to 0 here.
5770 (finish_options): Set it here.
5771 * cpplex.c (forms_identifier_p): Tweak for new location of
5772 warn_dollars.
5773
5774 * configure.in (assembler dwarf2 debug_line support): Define insn
5775 for cris-*-* and mmix-*-*.
5776 * configure: Regenerate.
5777
5778 2003-06-11 Uwe Stieber <uwe@kaos-group.de>
5779
5780 * config.gcc (arm*-*-kaos*, i[34567]86-*-kaos*, powerpc-*-kaos*,
5781 powerpcle-*-kaos*, strongarm-*-kaos*): New targets.
5782 (sh-*-elf*): Add sh*-*-kaos* support.
5783 * config/kaos.h, config/arm/kaos-strongarm.h, config/arm/kaos-arm.h,
5784 config/i386/kaos-i386.h, config/rs6000/kaos-ppc.h,
5785 config/sh/kaos-sh.h: New files.
5786
5787 2003-06-12 Kazu Hirata <kazu@cs.umass.edu>
5788
5789 * gcse.c (fis_get_condition): Make it a global function.
5790 * reload1.c (reload_cse_move2add): Detect implicit sets.
5791 * rtl.h: Add a prototype for fis_get_condition.
5792
5793 2003-06-11 Richard Henderson <rth@redhat.com>
5794
5795 * stmt.c (expand_asm_operands): Don't warn for memories with
5796 queued addresses.
5797
5798 2003-06-11 Kaz Kojima <kkojima@gcc.gnu.org>
5799
5800 * config/sh/sh.h (SUBTARGET_ASM_RELAX_SPEC): Rewrite without
5801 brackets.
5802
5803 2003-06-11 Neil Booth <neil@daikokuya.co.uk>
5804
5805 * hooks.c (hook_int_size_t_constcharptr_int_0): New.
5806 * hooks.h (hook_int_size_t_constcharptr_int_0): New.
5807 * langhooks-def.h (lhd_decode_option, LANG_HOOKS_DECODE_OPTION): Die.
5808 (LANG_HOOKS_HANDLE_OPTION, LANG_HOOKS_INITIALIZER): Update.
5809 * langhooks.c (lhd_decode_option): Remove.
5810 * langhooks.h (struct lang_hooks): Remove decode_option.
5811 * opts.c (handle_option): No longer use decode_option.
5812
5813 2003-06-11 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
5814
5815 * cfgloopanal.c (variable_initial_value): Update the set of altered
5816 registers correctly.
5817
5818 2003-06-11 Roger Sayle <roger@eyesopen.com>
5819 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5820
5821 * config/d30v/d30v.h: Delete reference to ASM_FINAL_SPEC.
5822 * config/i386/netbsd-elf.h: Likewise.
5823 * config/m32r/m32r.h: Likewise.
5824 * config/mn10300/mn10300.h: Likewise.
5825 * config/stormy16/stormy16.h: Likewise.
5826 * config/v850/v850.h: Likewise.
5827 * config/vax/netbsd-elf.h: Likewise.
5828 * config/xtensa/elf.h: Likewise.
5829 * config/xtensa/linux.h: Likewise.
5830
5831 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5832
5833 * config/mips/iris5gas.h (MDEBUG_ASM_SPEC): Override to match
5834 DWARF 2 default.
5835
5836 * config/mips/dbxmdebug.h: New file.
5837 * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): Use it with
5838 gas and --with-stabs.
5839
5840 2003-06-11 Ulrich Weigand <uweigand@de.ibm.com>
5841
5842 * expr.c (can_move_by_pieces): align argument may be unused.
5843
5844 2003-06-11 J"orn Rennecke <joern.rennecke@superh.com>
5845
5846 * expr.c (convert_move): Handle moves between two CONCATs.
5847
5848 2003-06-11 Kazu Hirata <kazu@cs.umass.edu>
5849
5850 * config/h8300/h8300.h (RETURN_IN_MEMORY): Accept DImode if
5851 !TARGET_H8300.
5852
5853 2003-06-11 Kazu Hirata <kazu@cs.umass.edu>
5854
5855 * config/h8300/h8300.c (final_prescan_insn): Don't dump rtl.
5856 * config/h8300/h8300.h (MASK_RTL_DUMP): Remove.
5857 (TARGET_RTL_DUMP): Likewise.
5858 (TARGET_SWITHCES): Remove -mrtl-dump.
5859
5860 2003-06-10 Richard Henderson <rth@redhat.com>
5861
5862 * optabs.c (gen_cond_trap): Fix prepare_operand typo.
5863
5864 2003-06-10 Richard Henderson <rth@redhat.com>
5865
5866 * config/ia64/ia64.md (call_gp): Fix memory mode.
5867
5868 2003-06-10 James E Wilson <wilson@tuliptree.org>
5869
5870 PR target/8812
5871 * reload1.c (choose_reload_regs): For equiv reg, add loop over all
5872 hard regs for reload_reg_used_at_all and reg_class_contents checks.
5873
5874 2003-06-10 Kazu Hirata <kazu@cs.umass.edu>
5875
5876 * config/h8300/h8300.c (print_operand): Remove support for
5877 operand character 'b'.
5878 Add the AND case to operand character 'c'.
5879 * config/h8300/h8300.md (two anonymous patterns): Replace
5880 operand character 'b' with 'c'.
5881
5882 2003-06-10 Kazu Hirata <kazu@cs.umass.edu>
5883
5884 * config/h8300/h8300.c (print_operand): Remove support for
5885 operand character 'u'.
5886
5887 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
5888
5889 * configure.in: Fix typo.
5890 * configure: Regenerate.
5891
5892 2003-06-10 Loren James Rittle <ljrittle@acm.org>
5893
5894 * config/alpha/alpha.c (unicosmk_file_end): Add conditional
5895 compilation guard.
5896
5897 2003-06-10 J"orn Rennecke <joern.rennecke@superh.com>
5898
5899 * sh-protos.h (function_symbol): Declare.
5900 * sh.c (expand_block_move, expand_ashiftrt): Use it.
5901 (sh_expand_prologue, sh_expand_epilogue): Likewise.
5902 (sh_initialize_trampoline): Likewise.
5903 (function_symbol): New function.
5904 * sh.md (udivsi3, divsi3, mulsi3, ic_invalidate_line): Use it.
5905 (initialize_trampoline, call, call_pop, call_value, sibcall): Likewise.
5906 (call_value_pop, shcompact_return_tramp): Likewise.
5907
5908 * sh.h (OVERRIDE_OPTIONS): Don't suppress --profile-arc-flag.
5909
5910 * sh.md (GOTaddr2picreg): Use gen_lowpart to get lowpart of
5911 target register.
5912
5913 2003-06-10 DJ Delorie <dj@redhat.com>
5914
5915 * doc/md.texi (Machine Constraints): Document stormy's Z
5916 constraint.
5917
5918 2003-06-10 Geoffrey Keating <geoffk@apple.com>
5919
5920 * except.c (call_site_base): Mark with GTY.
5921
5922 2003-06-10 Richard Earnshaw <rearnsha@arm.com>
5923
5924 * arm-proto.h: Convert to ISO C90 prototypes.
5925 * arm.c: Likewise.
5926
5927 2003-06-10 J"orn Rennecke <joern.rennecke@superh.com>
5928
5929 * sh.c (sh_output_mi_thunk): Call insn_locators_initialize.
5930
5931 2003-06-10 Steve Ellcey <sje@cup.hp.com>
5932
5933 * calls.c (expand_call): Convert structure_value_addr to Pmode if
5934 necessary.
5935
5936 2003-06-10 Andrew Haley <aph@redhat.com>
5937
5938 * langhooks-def.h (LANG_HOOKS_DECL_OK_FOR_SIBCALL): New.
5939 (LANG_HOOKS_DECLS): Add LANG_HOOKS_DECL_OK_FOR_SIBCALL.
5940 (lhd_decl_ok_for_sibcall): New.
5941 * langhooks.c (lhd_decl_ok_for_sibcall): New.
5942 * langhooks.h (lang_hooks_for_decls.ok_for_sibcall): New field.
5943 * calls.c (expand_call): Check lang_hook before generating a
5944 sibcall.
5945
5946 2003-06-10 DJ Delorie <dj@redhat.com>
5947
5948 * config/stormy16/stormy16.c (xstormy16_extra_constraint_p): Add Z,
5949 which matches (const_int 0) for addhi3.
5950 * config/stormy16/stormy16.md: Document known constraints.
5951 (addhi3): Handle adding zero.
5952
5953 2003-06-10 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
5954
5955 * config/m32r/m32r.h (HARD_REGNO_RENAME_OK): New.
5956 * config/m32r/m32r.c (m32r_hard_regno_rename_ok): New.
5957 * config/m32r/m32r-protos.h: Prototype it.
5958
5959 2003-06-10 Janis Johnson <janis187@us.ibm.com>
5960
5961 * config/rs6000/eabi.h (TARGET_OS_CPP_BUILTINS): Define builtins
5962 common to rs6000 sysv targets.
5963 * config/rs6000/eabisim.h (TARGET_OS_CPP_BUILTINS): Ditto.
5964 * config/rs6000/rtems.h (TARGET_OS_CPP_BUILTINS): Ditto.
5965
5966 2003-06-10 Nick Clifton <nickc@redhat.com>
5967
5968 * config.gcc: Add arm-wince-pe target.
5969 * config/arm/pe.h (MULTILIB_DEFAULTS): Define.
5970 Add comment about default apcs26 support.
5971 * config/arm/t-pe (MULTILIB_OPTIONS): Add an -mapcs-32
5972 multilib.
5973 (MULTILIB_DIRNAMES): Add 'apcs32'.
5974 * config/arm/t-wince-pe: New makefile fragment.
5975 * config/arm/wince-pe.h: New file. Overrides a few definitions
5976 in arm/pe.h
5977
5978 2003-06-10 Roger Sayle <roger@eyesopen.com>
5979
5980 * builtins.c (fold_builtin): Optimize cos(-x) as cos(x).
5981 * fold-const.c (fold <NEGATE_EXPR>): Convert -f(x) into f(-x)
5982 when x is easily negated and f is sin, tan or atan.
5983 (fold <MULT_EXPR>): Optimize tan(x)*cos(x) and cos(x)*tan(x) as
5984 sin(x) with flag_unsafe_math_optimizations.
5985 (fold <RDIV_EXPR>): With flag_unsafe_math_optimizations fold
5986 sin(x)/cos(x) as tan(x) and cos(x)/sin(x) as 1.0/tan(x).
5987
5988 2003-06-10 Roger Sayle <roger@eyesopen.com>
5989
5990 * fold-const.c (fold <EQ_EXPR>): Don't fold x == x only if x
5991 is a floating point type *and* we currently honor NaNs.
5992 (fold <NE_EXPR>): Likewise.
5993
5994 2003-06-10 Mark Mitchell <mark@codesourcery.com>
5995
5996 PR c++/11131
5997 * tree-inline.c (inlinable_function_p): Call the language-specific
5998 hook early.
5999
6000 2003-06-09 David Taylor <dtaylor@emc.com>
6001
6002 * config/rs6000/rs6000.c (rs6000_va_start, rs6000_va_arg): Skip over
6003 the f_res field.
6004
6005 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
6006
6007 * configure.in: Remove references to host_truncate_target.
6008 * configure: Regenerate.
6009 * config.gcc: Remove references to truncate_target,
6010 host_truncate_target.
6011
6012 * Makefile.in, configure.in, config/m68hc11/t-m68hc11-gas:
6013 Replace "build_canonical" with build, "host_canonical" with host.
6014 * configure.in: Use GCC_TOPLEV_SUBDIRS.
6015 * aclocal.m4: Include ../config/acx.m4.
6016 * configure: Regenerate.
6017
6018 2003-06-09 David Taylor <dtaylor@emc.com>
6019
6020 * config/rs6000/rs6000.c (rs6000_build_va_list): Give the two
6021 bytes of padding in the __va_list_tag structure a name (reserved).
6022
6023 2003-06-09 Jason Merrill <jason@redhat.com>
6024
6025 * fold-const.c (operand_equal_p): Handle ADDR_EXPR and TRUTH_NOT_EXPR.
6026
6027 2003-06-09 Osku Salerma <osku@iki.fi>
6028
6029 * c-format.c (check_format_string, get_constant): New.
6030 (handle_format_attribute, handle_format_arg_attribute,
6031 decode_format_attr): Change to use above functions.
6032
6033 2003-06-09 Richard Henderson <rth@redhat.com>
6034
6035 * stmt.c (expand_asm_operands): Re-word warning.
6036
6037 2003-06-08 Andrew Pinski <pinskia@physics.uc.edu>
6038
6039 PR target/8787
6040 * config/i386/djgpp.h (ASM_FILE_START): emit `.intel_syntax'
6041 if -masm=intel.
6042
6043 2003-06-09 James E Wilson <wilson@tuliptree.org>
6044
6045 * config/frv/cmovc.c, config/frv/cmovh.c, config/frv/cmovw.c,
6046 config/frv/frvbegin.c, config/frv/frvend.c, config/frv/lib1funcs.asm:
6047 Add libgcc exception.
6048
6049 2003-06-09 David Edelsohn <edelsohn@gnu.org>
6050 Ayal Zaks <gcchaifa@us.ibm.com>
6051
6052 * config/rs6000/rs6000.md (define_attr "type"): Add insert_word.
6053 (insvsi*): Add insert_word attribute.
6054 * config/rs6000/rs6000.c (rs6000_variable_issue): Add TYPE_INSERT_WORD.
6055 * config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
6056 power4.md,rios1.md,rios2.md,rs64.md}: Add insert_word.
6057
6058 2003-06-09 Kazu Hirata <kazu@cs.umass.edu>
6059
6060 * fold-const.c (fold): Fix a comment typo.
6061
6062 2003-06-09 Nathan Sidwell <nathan@codesourcery.com>
6063
6064 * tree-inline.c (expand_call_inline): DECL_SOURCE_LINE_FIRST is
6065 removed.
6066
6067 2003-06-09 J"orn Rennecke <joern.rennecke@superh.com>
6068
6069 * sh.c (gen_block_redirect): Use locators.
6070
6071 2003-06-09 Richard Earnshaw <rearnsha@arm.com>
6072
6073 * arm.h (THUMB_PRINT_OPERAND_ADDRESS): Use %wd in format and remove
6074 cast to int.
6075
6076 2003-06-09 Richard Sandiford <rsandifo@redhat.com>
6077
6078 * configure.in: Assume gas 2.14 and above can handle MIPS relocation
6079 operators.
6080 * configure: Regenerated.
6081
6082 2003-06-09 Richard Sandiford <rsandifo@redhat.com>
6083 Alexandre Oliva <aoliva@redhat.com>
6084
6085 * config/mips/mips.h (GLOBAL_POINTER_REGNUM): New macro.
6086 (PIC_OFFSET_TABLE_REGNUM): Look at pic_offset_table_rtx after reload.
6087 (STARTING_FRAME_OFFSET): Don't allocate a cprestore slot for
6088 n32/64 PIC.
6089 (MUST_SAVE_REGISTERS): Delete.
6090 * config/mips/mips.c (mips_frame_info): Remove extra_size field.
6091 (machine_function): Add global_pointer field.
6092 (mips_classify_constant): Check for (const $gp) using pointer equality
6093 with pic_offset_table_rtx.
6094 (mips_classify_constant): Handle RELOC_LOADGP_HI and RELOC_LOADGP_LO.
6095 (mips_restore_gp): Use current_function_outgoing_args_size.
6096 (print_operand): Use PIC_OFFSET_TABLE_REGNUM instead of
6097 GP_REG_FIRST + 28. Handle relocation strings that have
6098 more than one '('.
6099 (mips_reloc_string): Handle RELOC_LOADGP_HI and RELOC_LOADGP_LO.
6100 (mips_global_pointer): New function.
6101 (mips_save_reg_p): New function, mostly split out from...
6102 (compute_frame_size): ...here. Remove handling of extra_size.
6103 Reclaim args_size if no variables depend on it. Don't treat gp
6104 as a special case: handle it in the main GPR loop.
6105 (mips_initial_elimination_offset): Fix comment.
6106 (save_restore_insns): Save every register in the GPR mask,
6107 removing distinction between mask and real_mask.
6108 (mips_output_function_prologue): Update .frame psuedo-op after
6109 the removal of extra_size. Move the SVR4 PIC stack allocation
6110 and cprestore instructions to mips_expand_prologue.
6111 (mips_gp_insn): New function.
6112 (mips_expand_prologue): Set REGNO (pic_offset_table_rtx) to
6113 the chosen global pointer. Handle SVR4 PIC stack allocation
6114 in the same way as other ABIs. Adjust varargs code accordingly.
6115 Emit a cprestore insn after allocating the stack. Use mips_gp_insn
6116 to emit the loadgp sequence. Follow it with a loadgp_blockage
6117 if not using explicit relocs.
6118 (mips_output_function_epilogue): Reinstate the default gp register.
6119 (mips16_gp_pseudo_reg): Use pic_offset_table_rtx.
6120 (mips16_optimize_gp): Likewise.
6121 * config/mips/mips.md (UNSPEC_LOADGP): Remove.
6122 (UNSPEC_SETJMP, UNSPEC_LONGJMP): Remove.
6123 (UNSPEC_CPRESTORE, RELOC_LOADGP_HI, RELOC_LOADGP_LO): New.
6124 (loadgp): Remove.
6125 (loadgp_blockage, cprestore): New instructions.
6126 (builtin_setjmp_setup): Implement using emit_move_insn. Use
6127 pic_offset_table_rtx.
6128 (builtin_setjmp_setup_32, builtin_setjmp_setup_64): Remove.
6129 (builtin_longjmp): Use gen_raw_REG to force use of $28.
6130
6131 2003-06-09 Richard Sandiford <rsandifo@redhat.com>
6132
6133 * config/mips/mips-protos.h (mips_output_division): Declare.
6134 * config/mips/mips.h (MASK_CHECK_RANGE_DIV): Remove.
6135 (MASK_BRANCHLIKELY): Use MASK_CHECK_RANGE_DIV's old number.
6136 (TARGET_NO_CHECK_ZERO_DIV, TARGET_CHECK_RANGE_DIV): Remove.
6137 (TARGET_CHECK_ZERO_DIV): New macro.
6138 (TARGET_SWITCHES): Remove -mcheck-range-div & -mno-check-range-div.
6139 * config/mips/mips.c (mips_output_division): New function.
6140 * config/mips/mips.md (length): Take TARGET_CHECK_ZERO_DIV into
6141 account when calculating the default length of a division.
6142 (divmodsi4, divmoddi4, udivmodsi4, udivmoddi4): Turn into define_insns.
6143 Enable regardless of optimization level. Use mips_output_division.
6144 (divmodsi4_internal, divmoddi4_internal, udivmodsi4_internal,
6145 udivmoddi4_internal, div_trap, div_trap_normal, div_trap_mips16,
6146 divsi3, divsi3_internal, divdi3, divdi3_internal, modsi3,
6147 modsi3_internal, moddi3, moddi3_internal, udivsi3, udivsi3_internal,
6148 udivdi3, udivdi3_internal, umodsi3, umodsi3_internal, umoddi3,
6149 umoddi3_internal): Remove.
6150
6151 2003-06-09 Richard Sandiford <rsandifo@redhat.com>
6152
6153 * config/mips/mips.c (mips_reg_names): Change hilo entry to "".
6154 (mips_sw_reg_names): Likewise.
6155 (mips_regno_to_class): Change hilo entry to NO_REGS.
6156 (hilo_operand): Use MD_REG_P.
6157 (extend_operator): New predicate.
6158 (override_options): Remove 'a' constraint.
6159 (mips_secondary_reload_class): Remove hilo handling. Also remove
6160 handling of (plus sp reg) reloads for mips16.
6161 (mips_register_move_cost): Remove hilo handling.
6162 * config/mips/mips.h (FIXED_REGISTERS): Make hilo entry fixed.
6163 (MD_REG_LAST): Remove hilo from range.
6164 (HILO_REGNUM): Delete.
6165 (reg_class): Remove HILO_REG and HILO_AND_GR_REGS.
6166 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Update accordingly.
6167 (PREDICATE_CODES): Add entry for extend_operator.
6168 (DEBUG_REGISTER_NAMES): Change hilo entry to "".
6169 * config/mips/mips.md: Remove hilo clobbers wherever they occur.
6170 Remove constraints from multiplication define_expands. Remove
6171 clobbers from "decorative" define_expand patterns.
6172 (UNSPEC_HILO_DELAY): Delete.
6173 (*mul_acc_si, *mul_sub_si): Add early-clobber to operand 6.
6174 (mulsidi3, umulsidi3): Change pattern to match the TARGET_64BIT case.
6175 Adjust C code to just emit insns for !TARGET_64BIT.
6176 (mulsidi3_internal): Rename to mulsidi3_32bit.
6177 (mulsidi3_64bit): Use a "d" constraint for the destination.
6178 Use extend_operator so that the pattern can handle umulsidi3 as well.
6179 Split the instruction after reload.
6180 (*mulsidi3_64bit_parts): New pattern, generated by mulsidi3_64bit.
6181 (umulsidi3_internal): Rename to umulsidi3_32bit.
6182 (umulsidi3_64bit): Remove.
6183 (*smsac_di, *umsac_di): Line-wrap fixes.
6184 (udivsi3_internal): Don't allow operand 2 to be constant.
6185 (udivdi3_internal, umodsi3_internal, umoddi3_internal): Likewise.
6186 (movdi_internal2, movsi_internal): Remove hilo alternatives.
6187 (reload_in[sd]i, reload_out[sd]i, hilo_delay): Remove.
6188
6189 2003-06-09 Richard Sandiford <rsandifo@redhat.com>
6190
6191 PR target/10913
6192 * config/mips/mips.h (TARGET_FILE_SWITCHING, NO_DBX_FUNCTION_END,
6193 PUT_SDB_SCL, PUT_SDB_INT_VAL, PUT_SDB_VAL, PUT_SDB_ENDEF,
6194 PUT_SDB_TYPE, PUT_SDB_SIZE, PUT_SDB_DIM, PUT_SDB_START_DIM,
6195 PUT_SDB_NEXT_DIM, PUT_SDB_LAST_DIM, PUT_SDB_TAG, PUT_SDB_SRC_FILE,
6196 SDB_GENERATE_FAKE, TEXT_SECTION): Delete.
6197 (PUT_SDB_DEF, PUT_SDB_PLAIN_DEF, PUT_SDB_BLOCK_START,
6198 PUT_SDB_BLOCK_END, PUT_SDB_FUNCTION_END): Replace use of
6199 asm_out_text_file with asm_out_file.
6200 * config/mips/iris5gas.h (PUT_SDB_SIZE, PUT_SDB_TYPE): Likewise.
6201 * config/mips/elf.h (TEXT_SECTION): Undefine.
6202 * config/mips/elf64.h (TEXT_SECION): Undefine.
6203 * config/mips/openbsd.h (TEXT_SECION): Undefine.
6204 * config/mips/mips.c (asm_out_text_file, asm_out_data_file): Delete.
6205 (override_options): Disable small-data optimizations unless using
6206 gas or explicit relocations.
6207 (mips_asm_file_start, mips_asm_file_end, mips_output_function_epilogue,
6208 iris6_asm_named_section, iris6_asm_file_start): Remove code for
6209 handling TARGET_FILE_SWITCHING.
6210 (copy_file_data): Move into TARGET_IRIX6 block.
6211
6212 2003-06-08 Richard Henderson <rth@redhat.com>
6213
6214 * expr.h (EXPAND_MEMORY): New.
6215 * expr.c (expand_expr): Check it.
6216 * stmt.c (expand_asm_operands): Provide it when the constraint
6217 requires a memory. Warn for memory input constraints without
6218 a memory operand.
6219
6220 2003-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6221
6222 * varasm.c: Don't include c-tree.h.
6223
6224 2003-06-08 Andreas Jaeger <aj@suse.de>
6225
6226 * predict.h: Convert to ISO C90 prototypes.
6227 * predict.c: Likewise.
6228 * tree-dump.h: Likewise.
6229 * tree-dump.c: Likewise.
6230 * diagnostic.h: Likewise.
6231 * diagnostic.c: Likewise.
6232 * combine.c: Likewise.
6233
6234 * rtl.h: Convert prototypes of combine.c to ISO C90.
6235
6236 Sun Jun 8 21:27:41 CEST 2003 Jan Hubicka <jh@suse.cz>
6237
6238 * cfglayout.c (insn_scope): New static function
6239 (block_locators_*, line_locators*, file_locators*): New static varrays.
6240 (scope_to_insns_initialize): Use them.
6241 (insn_line, insn_file): New functions.
6242 (scope_to_insns_finalize): Use insn_scope.
6243 (prologue_locator, epilogue_locator): New global variables.
6244 * emit-rt.c (try_split, make_insn_raw, make_jump_insn_raw,
6245 make_call_insn_raw, emit_copy_of_insn_after): Use locators.
6246 (emit_insn_after_scope, emit_insn_before_scope
6247 emit_jump_insn_after_scope, emit_jump_insn_before_scope
6248 emit_call_insn_after_scope, emit_call_insn_before_scope): Rename to...
6249 (emit_insn_after_setloc, emit_insn_before_setloc
6250 emit_jump_insn_after_setloc, emit_jump_insn_before_setloc
6251 emit_call_insn_after_setloc, emit_call_insn_before_setloc): ... these;
6252 use locators.
6253 * final.c (notice_source_line): Use locators.
6254 (final_start_function): Set initial source file and line.
6255 (final_scan_insn): Use locators.
6256 * ifcvt.c (noce_try_store_flag, noce_try_store_flag_constants,
6257 noce_try_addcc, noce_try_store_flag_mask, noce_try_cmove,
6258 noce_try_cmove_arith, noce_try_minmax, noce_try_abs,
6259 noce_process_if_block, find_cond_trap): Likewise.
6260 * integrate.c (copy_insn_list): Likewise.
6261 * jump.c (duplicate_loop_exit_test): LIkewise.
6262 * print-rtl.c (print_rtx): Print locators.
6263 * recog.c (peephole2_optimize): Likewise.
6264 * rtl.h (INSN_SCOPE): Remove.
6265 (emit_insn_after_scope, emit_insn_before_scope
6266 emit_jump_insn_after_scope, emit_jump_insn_before_scope
6267 emit_call_insn_after_scope, emit_call_insn_before_scope): Rename to...
6268 (emit_insn_after_setloc, emit_insn_before_setloc
6269 emit_jump_insn_after_setloc, emit_jump_insn_before_setloc
6270 emit_call_insn_after_setloc, emit_call_insn_before_setloc): ... these;
6271 (insn_file, insn_line, prologue_locator, epilogue_locator): Declare.
6272 * unroll.c (copy_loop_body): Use locators.
6273 * function.c (set_insn_locators): New function.
6274 (thread_prologue_and_epilogue_insns): Set the locators accordingly.
6275
6276 2003-06-08 Kazu Hirata <kazu@cs.umass.edu>
6277
6278 * config/h8300/h8300.h (LONG_LONG_TYPE_SIZE): Set to 64.
6279 * config/h8300/t-h8300 (LIB1ASMFUNCS): Remove _floatdisf
6280 _fixsfdi _fixunssfdi.
6281 (LIB2FUNCS_EXTRA): Add entries for clzhi2, ctzhi2, parityhi2,
6282 popcounthi2.
6283 (TARGET_LIBGCC2_CFLAGS): Remove -DDI=SI.
6284 * config/h8300/clzhi2.c: New.
6285 * config/h8300/ctzhi2.c: Likewise.
6286 * config/h8300/parityhi2.c: Likewise.
6287 * config/h8300/popcounthi2.c: Likewise.
6288
6289 Sun Jun 8 15:52:17 CEST 2003 Jan Hubicka <jh@suse.cz>
6290
6291 * i386.md (subsi_3_zext, sse2_nandv2di3): Fix predicates.
6292 * i386.c (k8_avoid_jump_misspredicts): Fix debug output.
6293
6294 * cfg.c (verify_flow_info): Move IL independent checks from cfgrtl here.
6295 (dump_bb): New based on old dump_bb in cfgrtl.c
6296 (debug_bb, debug_bb_n): Move the functions from cfgrtl.c here.
6297 * cfghooks.h (cfgh_verify_flow_info): Return status.
6298 * cfglayout.c (cfg_layout_finalize): Verify CFG correctness.
6299 * cfgrtl.c (debug_bb, debug_bb_n): Move to cfg.c
6300 (dump_bb): Remove generic parts.
6301 (rtl_verify_flow_info_1): Break out from rtl_verify_flow_info.
6302 (rtl_verify_flow_info): Only check things dependeing on linearized RTL.
6303
6304 2003-06-08 Neil Booth <neil@daikokuya.co.uk>
6305
6306 * Makefile.in: Rename options.c and options.h to c-options.c and
6307 c-options.h.
6308 (OBJS): Remove options.o.
6309 * c-opts.c: Don'tInclude c-options.h instead of options.h.
6310 * opts.c: Don't include options.h.
6311 (find_opt): Can't use enum opt_code or N_OPTS.
6312 * opts.h (struct cl_option, cl_options, cl_options_count): Move from...
6313 * opts.sh: ... here.
6314
6315 2003-06-07 Eric Botcazou <ebotcazou@libertysurf.fr>
6316 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6317
6318 PR pch/9830
6319 * ggc-common.c (HAVE_MMAP_FILE): Include sys/types.h
6320 if HAVE_MINCORE is defined.
6321 (MAP_FAILED): Define if not defined.
6322 (gt_pch_save): Test against MAP_FAILED.
6323 (gt_pch_restore): If HAVE_MINCORE, use MAP_FIXED to force
6324 the mapping address to the preferred base after checking it
6325 is possible to do so. Test against MAP_FAILED.
6326 * configure.in: Test for the presence of mincore in libc.
6327 * config.in: Regenerate.
6328 * configure: Regenerate.
6329
6330 2003-06-07 Richard Henderson <rth@redhat.com>
6331
6332 * config/alpha/alpha.c (alpha_setup_incoming_varargs): Fix
6333 conditional compilation guard.
6334
6335 2003-06-08 Kazu Hirata <kazu@cs.umass.edu>
6336
6337 * optabs.c (expand_abs): Set result_unsignedp to 1 if
6338 flag_trav is zero.
6339
6340 2003-06-07 Richard Henderson <rth@redhat.com>
6341
6342 * c-cppbuiltin.c (c_cpp_builtins): Define __EXCEPTIONS for C also.
6343
6344 2003-06-07 Richard Henderson <rth@redhat.com>
6345
6346 * basic-block.h (EDGE_SIBCALL): New.
6347 (EDGE_ALL_FLAGS): Update.
6348 * cfg.c (dump_edge_info): Add sibcall name.
6349 * cfgbuild.c (make_edges): Use EDGE_SIBCALL.
6350 * cfgrtl.c (purge_dead_edges): Handle sibcalls.
6351
6352 2003-06-07 Andreas Jaeger <aj@suse.de>
6353
6354 * mklibgcc.in (lib2funcs): Remove _exit.
6355 * libgcc2.c: Remove L_exit.
6356 * gbl-ctors.h: Remove declarations dependend on NEED_ATEXIT.
6357
6358 * system.h: Poison NEED_ATEXIT, ON_EXIT, EXIT_BODY.
6359
6360 * doc/tm.texi (Misc): Remove NEED_ATEXIT, ON_EXIT, EXIT_BODY.
6361
6362 * ggc.h: Convert to ISO C90 prototypes.
6363 * ggc-none.c: Likewise.
6364 * ggc-common.c: Likewise.
6365 * ggc-page.c: Likewise.
6366 * ggc-simple.c: Likewise.
6367
6368 * crtstuff.c: Remove undefined usage of INIT_SECTION_PREAMBLE.
6369
6370 * system.h: Poison INIT_SECTION_PREAMBLE.
6371
6372 2003-06-07 Zack Weinberg <zack@codesourcery.com>
6373
6374 * config.gcc (with_cpu handling): Translate sparc64 in
6375 $machine to --with-cpu=v9.
6376 * config/alpha/alpha.c
6377 (TARGET_ASM_GLOBALIZE_LABEL [TARGET_ABI_UNICOSMK]): Correct definition.
6378 (alpha_setup_incoming_varargs): #ifdef out when TARGET_ABI_UNICOSMK.
6379
6380 * target.h: New hook asm_out.file_end.
6381 * target.h: Update to match. New hook macro TARGET_ASM_FILE_END.
6382 * toplev.c (compile_file): Use targetm.asm_out.file_end.
6383 * system.h: Poison ASM_FILE_END.
6384 * varasm.c (file_end_indicate_exec_stack): New.
6385 * output.h: Prototype it.
6386 * doc/tm.texi: Document TARGET_ASM_FILE_END and
6387 file_end_indicate_exec_stack. Delete references to attasm.h.
6388
6389 * config/darwin.h (TARGET_ASM_FILE_END): Reset to darwin_file_end.
6390 (ASM_FILE_END): Delete; move code...
6391 * config/darwin.c (darwin_file_end): Here; new function.
6392 * config/darwin-protos.h: Prototype it.
6393 * config/alpha/alpha.c (unicosmk_asm_file_end): Make static,
6394 rename unicosmk_file_end.
6395 * config/arm/aof.h (ASM_FILE_END): Delete; move code...
6396 * config/arm/arm.c (aof_file_end): ... here; new static function.
6397 Set TARGET_ASM_FILE_END to aof_file_end if AOF_ASSEMBLER.
6398 Make aof_dump_imports and aof_dump_pic_table static.
6399 * config/avr/avr.c (asm_file_end): Rename avr_file_end, make static.
6400 Set TARGET_ASM_FILE_END to avr_file_end.
6401 * config/c4x/c4x.c (c4x_file_end): Make static. Take no arguments.
6402 Set TARGET_ASM_FILE_END to c4x_file_end.
6403 * config/h8300/h8300.c (asm_file_end): Rename h8300_file_end,
6404 make static. Take no arguments. Set TARGET_ASM_FILE_END to
6405 h8300_file_end.
6406 * config/i370/i370.h (ASM_FILE_END): Delete; move code...
6407 * config/i370/i370.c (i370_file_end): ... here; new static function.
6408 Set TARGET_ASM_FILE_END to i370_file_end.
6409 * config/i386/i386.c (ix86_asm_file_end): Rename ix86_file_end.
6410 Take no arguments. Call file_end_indicate_exec_stack if
6411 NEED_INDICATE_EXEC_STACK; don't use SUBTARGET_FILE_END.
6412 * config/i386/i386.h: Set TARGET_ASM_FILE_END, not ASM_FILE_END.
6413 Define NEED_INDICATE_EXEC_STACK to 0.
6414 * config/i386/linux.h, config/i386/linux64.h: Redefine
6415 NEED_INDICATE_EXEC_STACK to 1 instead of setting SUBTARGET_FILE_END.
6416 * config/i386/winnt.c (i386_pe_asm_file_end): Rename to
6417 i386_pe_file_end. Take no arguments. Use ix86_file_end.
6418 * config/ia64/ia64.c (ia64_hpux_asm_file_end): Rename to
6419 ia64_hpux_file_end, make static. Take no arguments.
6420 * config/ip2k/ip2k.c (asm_file_start, asm_file_end,
6421 commands_in_prologues, commands_in_epilogues): Delete.
6422 (function_epilogue): Update to match.
6423 * config/mips/mips.c (mips_asm_file_end): Rename mips_file_end,
6424 make static. Take no arguments.
6425 (iris6_asm_file_end): Rename iris6_file_end, make static, use
6426 mips_file_end, take no arguments.
6427 Set TARGET_ASM_FILE_END to iris6_file_end or mips_file_end as
6428 appropriate.
6429 * config/mmix/mmix.c (mmix_asm_file_end): Rename mmix_file_end,
6430 make static, take no arguments. Set TARGET_ASM_FILE_END to
6431 mmix_file_end.
6432 * config/pa/pa.c (output_deferred_plabels): Make static, take
6433 no arguments. Set TARGET_ASM_FILE_END to output_deferred_plabels.
6434 * config/rs6000/xcoff.h (TARGET_ASM_FILE_END): Set it.
6435 (ASM_FILE_END): Delete; move code...
6436 * config/rs6000/rs6000.c (rs6000_xcoff_file_end): ... here;
6437 new static function.
6438
6439 * config/avr/avr.h, config/cris/cris.h, config/h8300/h8300.h
6440 * config/mmix/mmix.h, config/mips/iris6.h, config/mips/mips.h:
6441 Don't set ASM_FILE_END.
6442 * config/alpha/linux-elf.h, config/m68k/linux.h, config/rs6000/linux.h
6443 * config/rs6000/linux64.h, config/s390/linux.h, config/sparc/linux.h
6444 * config/sparc/linux64.h: Set TARGET_ASM_FILE_END to
6445 file_end_indicate_exec_stack; don't set ASM_FILE_END.
6446 * config/alpha/unicosmk.h, config/i386/cygming.h
6447 * config/ia64/hpux.h: Set TARGET_ASM_FILE_END, not ASM_FILE_END.
6448 * config/arm/arm-protos.h, config/alpha/alpha-protos.h
6449 * config/avr/avr-protos.h, config/c4x/c4x-protos.h
6450 * config/h8300/h8300-protos.h, config/ia64/ia64-protos.h
6451 * config/ip2k/ip2k-protos.h, config/mips/mips-protos.h
6452 * config/mmix/mmix-protos.h, config/pa/pa-protos.h: Update.
6453
6454 Sat Jun 7 18:32:13 CEST 2003 Jan Hubicka <jh@suse.cz>
6455
6456 * i386.h (OPTION_DEFAULT_SPECS): Avoid -mcpu default when -march is
6457 specified.
6458
6459 Sat Jun 7 15:20:01 CEST 2003 Jan Hubicka <jh@suse.cz>
6460
6461 * Makefile.in (stageprofile_build): Kill redundant target.
6462 * i386.c (mdep_reorg): Don't pad jumps for Athlon.
6463
6464 2003-06-07 Andreas Jaeger <aj@suse.de>
6465
6466 * doc/tm.texi (Costs): Remove DONT_REDUCE_ADDR documentation.
6467
6468 * config/avr/avr.h: Remove comment regarding DONT_REDUCE_ADDR.
6469 * config/dsp16xx/dsp16xx.h: Likewise.
6470 * config/i386/i386.h: Likewise.
6471 * config/ip2k/ip2k.h: Likewise.
6472
6473 2003-06-07 Neil Booth <neil@daikokuya.co.uk>
6474
6475 * Makefile.in (OJBS, c-opts.o): Update.
6476 (c-options.c, c-options.h): Rename options.h and options.c.
6477 (options.h): Rename options_.h.
6478 (opts.o): New.
6479 * c-common.h (c_common_handle_option): Replace c_common_decode_option.
6480 (c_common_init_options): Update prototype.
6481 * c-lang.c (c_init_options): Update prototype.
6482 (LANG_HOOKS_HANDLE_OPTION): Override.
6483 (LANG_HOOKS_DECODE_OPTION): Drop.
6484 * c-opts.c: Include opts.h and options.h instead of c-options.h
6485 and c-options.c.
6486 (lang_flags): Move to file scope.
6487 (find_opt, c_common_decode_option): Remove.
6488 (CL_C, CL_OBJC, CL_CXX, CL_OBJCXX, CL_JOINED, CL_SEPARATE,
6489 CL_REJECT_NEGATIVE): Move to opts.h.
6490 (missing_arg): Update prototype.
6491 (c_common_init_options): Update for new prototype.
6492 (c_common_handle_options): Filenames are passed as N_OPTS.
6493 * hooks.c (hook_int_void_0): New.
6494 * hooks.h (hook_int_void_0): New.
6495 * langhooks-def.h (LANG_HOOKS_INIT_OPTIONS): New default.
6496 (LANG_HOOKS_HANDLE_OPTION): Default to NULL for now.
6497 (LANG_HOOKS_INITIALIZER): Update.
6498 * langhooks.h (init_options): Update.
6499 (handle_option): New.
6500 * opts.c, opts.h: New files.
6501 * opts.sh: Update c file to include opts.h and options.h.
6502 * toplev.c: Include opts.h; change options.h to options_.h.
6503 (parse_options_and_default_flags): Get lang_mask, use
6504 handle_option for language-specific handling.
6505 * objc/objc-lang.c (LANG_HOOKS_DECODE_OPTON): Drop.
6506 (LANG_HOOKS_HANDLE_OPTION): Override.
6507 (objc_init_options): Update.
6508
6509 2003-06-07 Magnus Kreth <magnus.kreth@gmx.de>
6510 Thibaud Gaillard <thibaud.gaillard@nto.atmel.com>
6511
6512 PR other/7031
6513 * Makefile.in (install-common): Remove GCOV_INSTALL_NAME instead of
6514 gcov.
6515
6516 2003-06-07 Kelley Cook <kelleycook@wideopenwest.com>
6517
6518 * configure.in (HAVE_LD_RO_RW_SECTION_MIXING): Remove quotes in
6519 section names.
6520 * configure: Regenerate.
6521
6522 2003-06-07 Alan Modra <amodra@bigpond.net.au>
6523
6524 * config/rs6000/linux64.h (CRT_CALL_STATIC_FUNCTION): Define.
6525
6526 2003-06-06 James E Wilson <wilson@tuliptree.org>
6527
6528 PR inline-asm/10890
6529 * reload1.c (merge_assigned_reloads): Abort only if two reloads have
6530 different in fields.
6531
6532 2003-06-06 Nathanael Nerode <neroden@gcc.gnu.org>
6533
6534 * configure.in: Make $(target_subdir) correspond with top level usage.
6535 * Makefile.in: Likewise.
6536 * configure: Regenerate.
6537
6538 2003-06-06 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6539
6540 * pa.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_ALIGNED_COMMON,
6541 ASM_OUTPUT_ALIGNED_LOCAL): Cast `SIZE' and `ALIGNED' parameters to
6542 unsigned HOST_WIDE_INT.
6543 * pa-pro-end.h (ASM_OUTPUT_ALIGNED_COMMOM, ASM_OUTPUT_ALIGNED_LOCAL):
6544 Likewise.
6545 * pa64-hpux.h (ASM_OUTPUT_ALIGNED_COMMON, ASM_OUTPUT_ALIGNED_LOCAL):
6546 Likewise.
6547
6548 2003-06-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6549
6550 * doc/install.texi (Prerequisites): New section documenting
6551 tools and packages necessary prior to building and/or
6552 modifying GCC.
6553 * doc/install.texi2html: Also generate prerequisites.html.
6554
6555 2003-06-06 Richard Earnshaw <rearnsha@arm.com>
6556
6557 PR target/11052
6558 * ifcvt.c (noce_process_if_block): Fail if the destination has
6559 side-effects.
6560
6561 2003-06-06 Jason Merrill <jason@redhat.com>
6562
6563 * stmt.c (resolve_asm_operand_names): Rename from
6564 resolve_operand_names. No longer static. Avoid needless copying.
6565 Don't build array of constraints.
6566 (expand_asm_operands): Build it here.
6567 * tree.h: Declare resolve_asm_operand_names.
6568
6569 * stmt.c (expand_decl): Put artificial vars into registers even
6570 when not optimizing, and don't mark the regs as user vars.
6571
6572 2003-06-06 J"orn Rennecke <joern.rennecke@superh.com>
6573
6574 * sh.h (FUNCTION_ARG_1): Consistently use NEW_MODE for the mode
6575 of the generated register.
6576
6577 2003-06-06 Daniel Jacobowitz <drow@mvista.com>
6578
6579 * config.gcc: Add a missing sparc64 case.
6580
6581 2003-06-06 Jakub Jelinek <jakub@redhat.com>
6582
6583 * mklibgcc.in: Propagate .note.GNU-stack section if needed into
6584 the .hidden assembly stubs.
6585
6586 2003-06-06 H.J. Lu <hongjiu.lu@intel.com>
6587
6588 * config.gcc (extra_headers): Add emmintrin.h for i[34567]86-*-*
6589 and x86_64-*-*.
6590
6591 * config/i386/mmintrin.h: Update version and add alternate
6592 intrinsic names.
6593 * config/i386/xmmintrin.h: Likewise.
6594
6595 * config/i386/xmmintrin.h: Include <emmintrin.h>. Move SSE2
6596 intrinsics to ...
6597 * config/i386/emmintrin.h: Here. New file.
6598
6599 2003-06-06 Roger Sayle <roger@eyesopen.com>
6600
6601 * fold-const.c (fold <ABS_EXPR>): Re-fold the result of folding
6602 fabs(-x) into fabs(x). Use tree_expr_nonnegative_p to determine
6603 when the ABS_EXPR (fabs or abs) is not required.
6604 (tree_expr_nonnegative_p): Move the logic that sqrt and exp are
6605 always nonnegative from fold to here. Additionally, cabs and fabs
6606 are always non-negative, and pow and atan are non-negative if
6607 their first argument is non-negative.
6608
6609 * builtins.c (fold_builtin_cabs): New function to fold cabs{,f,l}.
6610 Evaluate cabs of a constant at compile-time. Convert cabs of a
6611 non-complex argument into fabs. Convert cabs(z) into
6612 sqrt(z.r*z.r + z.i*z.i) at the tree-level with -ffast-math or
6613 -funsafe-math-optimizations or -ffast-math.
6614 (fold_builtin): Convert BUILT_IN_FABS{,F,L} into an ABS_EXPR.
6615 Fold BUILT_IN_CABS{,F,L} using fold_builtin_cabs.
6616
6617 Thu Jun 5 20:51:09 CEST 2003 Jan Hubicka <jh@suse.cz>
6618
6619 * sourcebuild.texi (Front End Directory): Document new hooks.
6620
6621 Fri Jun 6 11:02:35 CEST 2003 Jan Hubicka <jh@suse.cz>
6622
6623 * function.c (FLOOR_ROUND, CEIL_ROUND): Fix.
6624 * i386.md (gen_pro_epilogue_adjust_stack): Deal with gigantic
6625 stack frames.
6626 (pro_epilogue_adjust_stack_rex64_2): New pattern
6627
6628 Fri Jun 6 11:03:14 CEST 2003 Jan Hubicka <jh@suse.cz>
6629 Pop Sebastian
6630 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
6631
6632 * cfghooks.h, cfghooks.c: New files.
6633 * Makefile.in (BASIC_BLOCK_H): Depends on cfghooks.h.
6634 (OBJS): Add cfghooks.o.
6635 (cfghooks.o): New rule.
6636 * basic-block.h (split_edge): Rename to rtl_split_edge.
6637 (verify_flow_info): Rename to rtl_verify_flow_info.
6638 (cfghooks.h): Included here.
6639 * cfgrtl.c (split_edge): Renamed rtl_split_edge.
6640 (verify_flow_info): Renamed rtl_verify_flow_info.
6641 * toplev.c (rest_of_compilation): Call rtl_register_cfg_hooks.
6642
6643 * basic-block.h (split_block, split_edge, flow_delete_block,
6644 redirect_edge_and_branch, redirect_edge_and_branch_force): Delete.
6645 (flow_delete_block_noexpunge): Return void.
6646 * cfg.c (verify_flow_info): New function.
6647 * cfgcleanup.c (try_simplify_condjump, outgoing_edges_match,
6648 try_crossjump_to_edge, try_optimize_cfg, delete_unreachable_blocks):
6649 Use delete_block.
6650 * cfglayout.c (function_footer): Rename to...
6651 (cfg_layout_function_footer): ... this variable
6652 (unlink_insn_chain): Make global.
6653 (fixup_reorder_chain, record_effective_endpoints): Update.
6654 (cleanup_unconditional_jumps): Use delete_block.
6655 (cfg_layout_redirect_edge, cfg_layout_split_block): Move to cfgrtl.c
6656 (cfg_layout_duplicate_bb): Use redirect_edge_and_branch_force.
6657 (cfg_layout_initialize, cfg_layout_finalize): Update hooks.
6658 * cfglayout.h (cfg_layout_redirect_edge, cfg_layout_split_block): Delete.
6659 (cfg_layout_function_footer): Declare.
6660 * cfgloopmanip (split_loop_bb): Do not update RBI.
6661 (remove_bbs): Use delete_block.
6662 (loop_reidrect_edge, loop_delete_branch_edge): Use
6663 redirect_edge_and_branch.
6664 (create_preheader): Use split_block and redirect_edge_and_branch_force.
6665 (split_edge_with): Likewise.
6666 * cfgrtl.c: Include cfglayout.h
6667 (split_edge): Rename to ...
6668 (rtl_split_edge) ... this one; make local.
6669 (redirect_edge_and_branch): Rename to ...
6670 (rtl_redirect_edge_and_branch) ... this one; make local.
6671 (redirect_edge_and_branch_force): Rename to ...
6672 (rtl_redirect_edge_and_branch_force) ... this one; make local.
6673 (cfg_layout_delete_block, cfg_layout_delete_edge_and_branch_force): New.
6674 (cfg_layout_redirect_edge_and_branch, cfg_layout_split_block): Move here from
6675 cfglayout.c; update to directly call RTL counterparts.
6676 (rtl_cfg_hooks, cfg_layout_rtl_cfg_hooks): New functions.
6677 * ifcvt.c (find_cond_trap): Use delete_block.
6678 (find_if_case_1): Use delete_block.
6679 (find_if_case_2): Use delete_block.
6680 * rtl.h (unlink_insn_chain): Declare.
6681 * toplev.c (rtl_reigster_cfg_hooks): New.
6682
6683 2003-06-05 Richard Henderson <rth@redhat.com>
6684
6685 * recog.c (peephole2_optimize): Revert last change.
6686
6687 2003-06-05 Richard Henderson <rth@redhat.com>
6688
6689 * recog.c (peephole2_optimize): Don't split block unless
6690 can_throw_internal.
6691
6692 2003-06-06 Kazu Hirata <kazu@cs.umass.edu>
6693
6694 * config/h8300/h8300.c (get_shift_alg): Correct the syntax of rotxl.
6695 * config/h8300/h8300.md (*addsi3_lshiftrt_16_zexthi): Likewise.
6696
6697 2003-06-05 Kelley Cook <kelleycook@wideopenwest.com>
6698
6699 PR optimization/4490
6700 * config/i386/i386.md: Don't use XFMode if TARGET_128BIT_LONG_DOUBLE.
6701 * doc/invoke.texi (m96bit-long-double, m128bit-long-double): Reword
6702 documentation to accurately reflect what these options do.
6703
6704 2003-06-06 Kaz Kojima <kkojima@gcc.gnu.org>
6705
6706 * config/sh/linux.h (STARTFILE_SPEC): Handle -pie. Simplify.
6707 (ENDFILE_SPEC): Redefine to handle -pie.
6708
6709 2003-06-05 Phil Edwards <phil@jaj.com>
6710
6711 * Makefile.in (qmtest-g++): Use target_alias, not target.
6712
6713 2003-06-05 Per Bothner <pbothner@apple.com>
6714
6715 * toplev.c (push_srcloc): Simplify behavior to save current location
6716 and set current location to parameters.
6717 (pop_srcloc): Simplify semantics.
6718 (lang_dependent_init): Remove now-useless initial push_srcloc.
6719
6720 2003-05-06 Richard Henderson <rth@redhat.com>
6721
6722 * dwarf2out.c (loc_descriptor_from_tree): Return 0 for
6723 language-specific tree codes.
6724
6725 2003-06-05 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6726
6727 PR middle-end/9986
6728 * pa.c (pa_init_builtins): Also set implicit_built_in_decls for
6729 BUILT_IN_FPUTC_UNLOCKED to NULL_TREE.
6730
6731 Thu Jun 5 18:32:46 CEST 2003 Jan Hubicka <jh@suse.cz>
6732
6733 * install.tex: Document profiledbootstrap.
6734
6735 * configure.in: Add support for lang.stageprofile and
6736 lang.stagefeedback
6737 * Makefile.in (clean, distclean): Kill new stages
6738 (POSTSTAGE1_FLAGS_TO_PASS): Break from ...
6739 (STAGE2_FLAGS_TO_PASS): ... this one.
6740 (STAGEPROFILE_FLAGS_TO_PASS, STAGEFEEDBACK_FLAGS_TO_PASS): New.
6741 (stage[2-4]_build): Add POSTSTAGE1_FLAGS_TO_PASS.
6742 (stageprofile_build, stageprofile_copy, stagefeedback_build,
6743 stagefeedback_copy): New.
6744 (restageprofile, restagefeedback, stageprofile-start,
6745 stageprofile, stagefeedback-start): Likewise.
6746
6747 2003-06-05 David Miller <davem@redhat.com>
6748 Richard Henderson <rth@redhat.com>
6749
6750 * optabs.c (HAVE_conditional_trap): Provide default.
6751 (gen_conditional_trap): Likewise.
6752 (init_optabs): Merge init_traps.
6753 (gen_cond_trap): Use prepare_operand. Restructure and avoid ifdef.
6754
6755 Thu Jun 5 14:59:44 CEST 2003 Jan Hubicka <jh@suse.cz>
6756
6757 * combine.c (simplify_if_then_else): (IF_THEN_ELSE (NE REG 0) (0) (8))
6758 is REG for nonzero_bits (REG) == 8.
6759
6760 Thu Jun 5 13:23:51 CEST 2003 Jan Hubicka <jh@suse.cz>
6761
6762 * i386.md (align): Fix warning; clarify what to do when no p2align
6763 is available.
6764
6765 2003-06-05 Nick Clifton <nickc@redhat.com>
6766
6767 * config.gcc (m32r-elf): Revert previous delta.
6768 * config/m32r/t-m32r (crtinit.o): Fix rule to work with
6769 multilibs. Remove m32rx specific version.
6770 (crtfini.o): Likewise.
6771 (EXTRA_MULTILIB_PARTS): Define.
6772
6773 2003-06-05 Eric Botcazou <ebotcazou@libertysurf.fr>
6774
6775 * doc/md.texi (Machine Constraints): Correct the meaning of
6776 constraints related to floating-point registers on SPARC.
6777
6778 2003-06-05 Eric Botcazou <ebotcazou@libertysurf.fr>
6779 Paolo Bonzini <bonzini@gnu.org>
6780
6781 PR target/10663
6782 * configure.in (HAVE_LD_RO_RW_SECTION_MIXING): Redirect
6783 assembler and linker output to /dev/null.
6784 Use a 'sed' construct instead of 'grep -A1'.
6785 * configure: Regenerate.
6786
6787 2003-06-04 Richard Henderson <rth@redhat.com>
6788
6789 * config/i386/i386.c (struct ix86_address): Add seg.
6790 (no_seg_address_operand): New.
6791 (ix86_decompose_address): Restructure PLUS loop. Accept one
6792 UNSPEC_TP if TARGET_TLS_DIRECT_SEG_REFS. Adjust ESP swap test
6793 to test for a regnum, not stack_pointer_rtx.
6794 (ix86_address_cost): Reduce cost if non-default segment.
6795 (legitimate_address_p): Remove UNSPEC_TP check.
6796 (get_thread_pointer): Add to_reg argument. Don't represent
6797 the thread pointer as a memory load.
6798 (legitimize_tls_address): Split out of ...
6799 (legitimize_address): ... here.
6800 (print_operand_address): Handle parts.seg.
6801 (ix86_expand_move): Use legitimize_tls_address.
6802 (ix86_rtx_costs): Handle UNSPEC_TP.
6803 * config/i386/i386.h (MASK_TLS_DIRECT_SEG_REFS): New.
6804 (TARGET_TLS_DIRECT_SEG_REFS): New.
6805 (TARGET_SWITCHES): Add tls-direct-seg-refs.
6806 (TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): Default.
6807 (PREDICATE_CODES): Add no_seg_address_operand.
6808 * config/i386/i386.md (lea_1): Use it.
6809 (lea_1_rex64, lea_1_zext, lea_2_rex64): Likewise.
6810 (load_tp_si, add_tp_si, load_tp_di, add_tp_di): New.
6811 * config/i386/linux.h (TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): New.
6812 * config/i386/linux64.h (TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): New.
6813 * doc/invoke.texi: Add -mtls-direct-seg-refs.
6814
6815 2003-06-04 Mark Mitchell <mark@codesourcery.com>
6816
6817 * Makefile.in (QMTESTRUNFLAGS): Set for DejaGNU emulation.
6818 (QMTEST_GPP_TESTS): Use "g++" by default.
6819 (stamp-qmtest): Tweak database creation.
6820 (QMTEST_DIR/context): Update context file format.
6821 (qmtest-g++): Tweak command-line.
6822
6823 2003-06-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6824
6825 * Makefile.in (varasm.o): Don't set -Wno-error.
6826 * rs6000/t-rs6000 (varasm.o, out_object_file): Don't clear.
6827
6828 2003-06-04 Zack Weinberg <zack@codesourcery.com>
6829
6830 PR bootstrap/3163
6831 * aclocal.m4 (AC_FUNC_MMAP_ANYWHERE, AC_FUNC_MMAP_FILE): Delete.
6832 (gcc_AC_FUNC_MMAP_BLACKLIST): New.
6833 * configure.in: Check for sys/mman.h and mmap in AC_CHECK_HEADERS
6834 and AC_CHECK_FUNCS lists, respectively. Use
6835 gcc_AC_FUNC_MMAP_BLACKLIST, not AC_FUNC_MMAP_ANYWHERE nor
6836 AC_FUNC_MMAP_FILE.
6837 * configure, config.in: Regenerate.
6838
6839 2003-06-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6840
6841 * arm/aout.h (ASM_OUTPUT_SKIP): Fix cast for format specifier warning.
6842 * arm.c (arm_output_function_prologue): Fix format specifiers.
6843 * arm.h (ARM_PRINT_OPERAND_ADDRESS): Likewise.
6844 * m68k.c (m68k_output_mi_thunk): Use more readable %wd instead of
6845 HOST_WIDE_INT_PRINT_DEC.
6846 * vax.c (vax_output_function_prologue): Fix format specifiers.
6847
6848 2003-06-04 Richard Henderson <rth@redhat.com>
6849
6850 * cse.c (find_best_addr): Consider binary operators even if second
6851 argument is not CONST_INT.
6852
6853 2003-06-04 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
6854
6855 * doc/invoke.texi (max-cse-path-length): Document.
6856
6857 2003-06-04 Richard Henderson <rth@redhat.com>
6858
6859 * config/i386/i386.md (align): Use ASM_OUTPUT_*ALIGN macros.
6860
6861 2003-06-04 Andrew Pinski <pinskia@physics.uc.edu>
6862
6863 * config/rs6000/darwin.h (RS6000_OUTPUT_BASENAME):
6864 Remove semi-colon at the end of the expression.
6865
6866 2003-06-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6867
6868 * i370.c (mvs_function_name_length): Fix signed/unsigned warnings.
6869 * i370.h (mvs_function_name_length): Likewise.
6870 * i960.h (CONSTANT_ALIGNMENT): Likewise.
6871 * mips/linux.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
6872 * pa/pa-pro-end.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
6873 * pa.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
6874 * rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Delete unused
6875 variable.
6876
6877 2003-06-04 Daniel Jacobowitz <drow@mvista.com>
6878
6879 * config.gcc: Reorganize --with-cpu logic. Set
6880 configure_default_options according to the default CPU, --with-cpu,
6881 --with-arch, --with-tune, --with-schedule, --with-abi, and
6882 --with-float. Check for legal values of various options.
6883 * configure.in: Define configure_default_options in configargs.h.
6884 * configure: Regenerated.
6885 * config/mips/mips.h (TARGET_DEFAULT_ARCH_P)
6886 (TARGET_DEFAULT_FLOAT_P): New macros.
6887 * gcc.c (do_option_spec): New function.
6888 (struct default_spec, option_default_specs): New.
6889 (main): Call do_option_spec.
6890 * config/alpha/alpha.h, config/arm/arm.h, config/i386/i386.h,
6891 config/mips/mips.h, config/pa/pa.h, config/rs6000/rs6000.h,
6892 config/sparc/sparc.h (OPTION_DEFAULT_SPECS): Define.
6893
6894 * doc/install.texi: Update --with-cpu documentation. Mention
6895 --with-arch, --with-schedule, --with-tune, --with-abi, and
6896 --with-float.
6897 * doc/tm.texi (Driver): Document OPTION_DEFAULT_SPECS.
6898
6899 2003-06-04 Daniel Jacobowitz <drow@mvista.com>
6900
6901 * config.gcc: Only process --with-cpu logic in the third pass.
6902
6903 2003-06-04 Daniel Jacobowitz <drow@mvista.com>
6904
6905 * config.gcc: Reorganize --with-cpu section. Remove an
6906 obsolete comment about the default CPU for x86-64. Fix
6907 a typo for the ep9312. Update the list of supported PowerPC
6908 CPUs. Support a limited set of new --with-cpu options
6909 for i386.
6910
6911 2003-06-04 Aldy Hernandez <aldyh@redhat.com>
6912
6913 * config/rs6000/rs6000.c (rs6000_complex_function_value): Unpack
6914 complex numbers <= 32 bits into two registers.
6915
6916 2003-06-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6917
6918 * alpha.c (print_operand_address): Fix format specifier warnings.
6919 * alpha/elf.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
6920 * alpha/vms.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
6921 * arm/aof.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Likewise.
6922 * arm/pe.h (ASM_OUTPUT_COMMON): Likewise.
6923 * avr.h (ASM_OUTPUT_COMMON, ASM_GENERATE_INTERNAL_LABEL,
6924 ASM_OUTPUT_SKIP): Likewise.
6925 * c4x.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
6926 * dsp16xx.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
6927 * h8300.h (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_COMMON):
6928 Likewise.
6929 * i370.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
6930 * i386/cygming.h (ASM_OUTPUT_COMMON): Likewise.
6931 * i386/darwin.h (ASM_OUTPUT_COMMON): Likewise.
6932 * i960.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
6933 * m68k/hp320.h (PRINT_OPERAND_ADDRESS): Likewise.
6934 * mcore.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
6935 * pdp11.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
6936 * ptx4.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
6937 * sparc/freebsd.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
6938 * svr3.h (ASM_OUTPUT_COMMON): Likewise.
6939
6940 2003-06-04 J"orn Rennecke <joern.rennecke@superh.com>
6941
6942 * c-decl.c (c_init_decl_processing): Clear input_file_name
6943 while building common nodes.
6944 * dwarf2out.c (gen_compile_unit_die, dwarf2out_finish):
6945 Don't add working directory for strings like <built-in> .
6946
6947 2003-06-04 David Edelsohn <edelsohn@gnu.org>
6948
6949 * doc/install.texi (*-ibm-aix*): Native as and ld required
6950 to bootstrap on AIX 5L.
6951
6952 2003-06-04 Richard Henderson <rth@redhat.com>
6953
6954 * c-common.c (handle_cleanup_attribute): New.
6955 (c_common_attributes): Add it.
6956 * c-decl.c (finish_decl): Honor the cleanup attribute.
6957 * doc/extend.texi (Variable Attributes): Document it.
6958
6959 * unwind-c.c: New file.
6960 * Makefile.in (LIB2ADDEH): Add it.
6961 * config/t-darwin, config/t-linux, config/t-linux-gnulibc1,
6962 config/ia64/t-ia64: Likewise.
6963
6964 2003-06-04 Jakub Jelinek <jakub@redhat.com>
6965
6966 * function.c (trampolines_created): New variable.
6967 (expand_function_end): Set it when doing INITIALIZE_TRAMPOLINE.
6968 * function.h (trampolines_created): Add.
6969 * config/s390/linux.h (ASM_FILE_END): Define.
6970 * config/alpha/linux-elf.h (ASM_FILE_END): Define.
6971 * config/m68k/linux.h (ASM_FILE_END): Define.
6972 * config/rs6000/linux.h (ASM_FILE_END): Define.
6973 * config/rs6000/linux64.h (ASM_FILE_END): Define.
6974 * config/rs6000/ppc-asm.h: Add .note.GNU-stack on powerpc-linux.
6975 * config/sparc/linux.h (ASM_FILE_END): Define.
6976 * config/sparc/linux64.h (ASM_FILE_END): Define.
6977 * config/i386/i386.c (ix86_asm_file_end): Use SUBTARGET_FILE_END.
6978 * config/i386/linux.h (SUBTARGET_FILE_END): Define.
6979 * config/i386/linux64.h (SUBTARGET_FILE_END): Define.
6980
6981 Wed Jun 4 18:39:33 CEST 2003 Jan Hubicka <jh@suse.cz>
6982
6983 * i386.c (min_insn_size, k8_avoid_jump_misspredicts): New functions
6984 (ix86_reorg): Use it.
6985 * i386.md (align): New insn pattern.
6986
6987 2003-06-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6988
6989 * toplev.c (rest_of_type_compilation): Fix typo.
6990
6991 2003-06-04 Jakub Jelinek <jakub@redhat.com>
6992 Alan Modra <amodra@bigpond.net.au>
6993
6994 * config/i386/linux.h (NO_PROFILE_COUNTERS): Define to 1.
6995 * config/i386/freebsd.h (NO_PROFILE_COUNTERS): Likewise.
6996 * config/i386/netbsd-elf.h (NO_PROFILE_COUNTERS): Likewise.
6997 * config/xtensa/xtensa.h (NO_PROFILE_COUTNERS): Likewise.
6998 * config/darwin.h (NO_PROFILE_COUNTERS): Likewise.
6999 * final.c (NO_PROFILE_COUNTERS): Define to 0 if not defined.
7000 (profile_function): Allow NO_PROFILE_COUNTERS to be non-constant.
7001 * config/rs6000/rs6000.c (output_profile_hook): Likewise.
7002
7003 * configure.in (powerpc*-*, s390*-*): Set tls_as_opt.
7004 Pass it to $gcc_cv_as.
7005 * configure: Rebuilt.
7006
7007 * config/rs6000/rs6000.c (rs6000_abi_name): Remove initializer.
7008 (print_operand): Allow TARGET_AIX to be non-constant.
7009 (rs6000_aix_emit_builtin_unwind_init, rs6000_emit_eh_toc_restore):
7010 Define unconditionally.
7011 (rs6000_elf_declare_function_name): New function.
7012 * config/rs6000/rs6000.md (eh_return): Allow TARGET_AIX to be
7013 non-constant.
7014 * config/rs6000/linux64.h [!RS6000_BI_ARCH] (TARGET_64BIT): Define
7015 to 1.
7016 (DEFAULT_ARCH64_P, RS6000_BI_ARCH_P): Define.
7017 [IN_LIBGCC2] (TARGET_64BIT): Define based on whether __powerpc64__
7018 is defined.
7019 (TARGET_AIX): Define to 1 if TARGET_64BIT.
7020 (PROCESSOR_DEFAULT): Remove.
7021 (TARGET_RELOCATABLE, RS6000_ABI_NAME, INVALID_64BIT,
7022 INVALID_32BIT, SUBSUBTARGET_OVERRIDE_OPTIONS): Define.
7023 [RS6000_BI_ARCH] (OVERRIDE_OPTIONS, ASM_FILE_START): Define.
7024 (ASM_DEFAULT_SPEC, ASM_SPEC, LINK_OS_LINUX_SPEC): Define for both
7025 -m32 and -m64.
7026 (MULTILIB_DEFAULTS): Define.
7027 (SUBSUBTARGET_EXTRA_SPECS): Define.
7028 (ASM_SPEC32, ASM_SPEC64, ASM_SPEC_COMMON): Define.
7029 (TARGET_TOC): Define only if !RS6000_BI_ARCH.
7030 (TARGET_NO_TOC): Remove.
7031 [!RS6000_BI_ARCH] (TARGET_RELOCATABLE, TARGET_EABI,
7032 TARGET_PROTOTYPE): Define to 0.
7033 (NO_PROFILE_COUNTERS): Define to TARGET_64BIT.
7034 (PROFILE_HOOK): Only call output_profile_hook if TARGET_64BIT.
7035 (ADJUST_FIELD_ALIGN, ROUND_TYPE_ALIGN): Adjust to work properly
7036 if !TARGET_64BIT.
7037 (USER_LABEL_PREFIX): Remove.
7038 (JUMP_TABLES_IN_TEXT_SECTION): Define to TARGET_64BIT.
7039 (SETUP_FRAME_ADDRESSES): Only call rs6000_aix_emit_builtin_unwind_init
7040 if TARGET_64BIT.
7041 (TARGET_OS_CPP_BUILTINS): Handle both -m32 and -m64.
7042 (LINK_OS_LINUX_SPEC32, LINK_OS_LINUX_SPEC64): Define.
7043 (STARTFILE_LINUX_SPEC, ENDFILE_LINUX_SPEC): Remove.
7044 (TOC_SECTION_ASM_OP): Define depending on TARGET_64BIT.
7045 (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
7046 (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE): Define depending on
7047 TARGET_64BIT.
7048 (RS6000_CALL_GLUE): Likewise.
7049 (SAVE_FP_PREFIX, SAVE_FP_SUFFIX, RESTORE_FP_PREFIX,
7050 RESTORE_FP_SUFFIX): Likewise.
7051 (ASM_DECLARE_FUNCTION_NAME): Remove.
7052 (ASM_DECLARE_FUNCTION_SIZE, ASM_OUTPUT_SOURCE_LINE,
7053 DBX_OUTPUT_BRAC, DBX_OUTPUT_NFUN): Only output dot before function
7054 name if TARGET_64BIT.
7055 (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Handle both TARGET_64BIT and
7056 !TARGET_64BIT.
7057 (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Remove undefs.
7058 (ASM_PREFERRED_EH_DATA_FORMAT): Take TARGET_64BIT into account.
7059 (DRAFT_V4_STRUCT_RET): Define.
7060 (SIGNAL_FRAMESIZE): New enum value.
7061 (MD_FALLBACK_FRAME_STATE_FOR): Define.
7062 * config/rs6000/default64.h: New file.
7063 * config/rs6000/sysv4.h (SUBTARGET_SWITCHES): Add -m32 and -m64
7064 options.
7065 (SUBTARGET_OVERRIDE_OPTIONS): If rs6000_abi_name is NULL, set it
7066 to RS6000_ABI_NAME. Only disallow mixing of -fPIC with -mcall-aixdesc
7067 if !TARGET_64BIT.
7068 [!RS6000_BI_ARCH] (SUBSUBTARGET_OVERRIDE_OPTIONS): Define.
7069 (ASM_DECLARE_FUNCTION_NAME): Use rs6000_elf_declare_function_name
7070 function.
7071 (TARGET_OS_SYSV_CPP_BUILTINS): Define.
7072 (TARGET_OS_CPP_BUILTINS): Use it.
7073 (CPP_SYSV_SPEC): Remove.
7074 (CPP_SPEC): Remove cpp_sysv.
7075 (SUBTARGET_EXTRA_SPECS): Remove cpp_sysv.
7076 Add SUBSUBTARGET_EXTRA_SPECS.
7077 (SUBSUBTARGET_EXTRA_SPECS): Define.
7078 * config/rs6000/biarch64.h: New file.
7079 * config/rs6000/rs6000-protos.h (rs6000_elf_declare_function_name):
7080 New prototype.
7081 * config/rs6000/x-linux64: New file.
7082 * config/rs6000/t-linux64: Build -m64, -m32 and -m32 -msoft-float
7083 multilibs.
7084 * config/rs6000/eabi-ci.asm: Protect with #ifndef __powerpc64__.
7085 * config/rs6000/eabi-cn.asm: Likewise.
7086 * config/rs6000/tramp.asm: Likewise.
7087 * config/rs6000/sol-ci.asm: Likewise.
7088 * config/rs6000/sol-cn.asm: Likewise.
7089 * config/rs6000/linux.h (TARGET_64BIT): Define to 0.
7090 (TARGET_OS_CPP_BUILTINS): Use TARGET_OS_SYSV_CPP_BUILTINS.
7091 * config/rs6000/ppc-asm.h: Move __powerpc64__ section before
7092 _CALL_AIXDESC section.
7093 * config.gcc (powerpc64-*-linux*): Configure a bi-arch compiler,
7094 defaulting to -m64 unless --with-cpu= is one of the 32-bit CPUs
7095 or default32.
7096
7097 2003-06-04 Daniel Jacobowitz <drow@mvista.com>
7098
7099 * config.gcc: Revert accidentally committed ARM changes.
7100
7101 2003-06-04 Roger Sayle <roger@eyesopen.com>
7102
7103 * builtins.c (dconstpi, dconste): New mathematical constants.
7104 (init_builtin_dconsts): New function to initialize dconstpi
7105 and dconste.
7106 (fold_builtin): Optimize exp(1.0) = e. Evaluate exp(x) at
7107 compile time with -ffast-math when x is an integer constant.
7108 Optimize tan(0.0) = 0.0. Optimize atan(0.0) = 0.0,
7109 atan(1.0) = pi/4 and tan(atan(x)) = x with -ffast-math.
7110
7111 2003-06-04 Roger Sayle <roger@eyesopen.com>
7112
7113 * calls.c (expand_call): Avoid calling pure or const functions
7114 when the result is ignored (or void) and none of the arguments
7115 are volatile. Move warning diagnostic earlier in function.
7116
7117 2003-06-04 Andreas Jaeger <aj@suse.de>
7118
7119 * system.h: Do not poison TDESC_SECTION_ASM_OP,
7120 RDATA_SECTION_ASM_OP and SUBTARGET_PROLOGUE.
7121
7122 2003-06-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7123
7124 * final.c (asm_fprintf): Update comments, accept "-+ #0" flags,
7125 optimize '%' case, handle %c, don't accept %p, %e, %f or %g,
7126 handle %ll, optimize regular character case.
7127
7128 2003-06-04 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
7129
7130 * Makefile.in (cse.o): Add params.h dependency.
7131 * cse.c: Include params.h.
7132 (PATHLENGTH): Removed.
7133 (struct cse_basic_block_data): Make path array dynamic.
7134 (cse_end_of_basic_block): Use PARAM_MAX_CSE_PATH_LENGTH instead
7135 of PATHLENGTH.
7136 (cse_main, cse_basic_block): Allocate path array.
7137 * params.def (PARAM_MAX_CSE_PATH_LENGTH): New.
7138
7139 Wed Jun 4 09:49:21 CEST 2003 Jan Hubicka <jh@suse.cz>
7140
7141 * i386.c (ix86_reorg): Replace the jump instead of adding nop.
7142 * i386.md (UNSPEC_REP): New constant.
7143 (return_internal_long): New pattern.
7144
7145 2003-06-04 Eric Botcazou <ebotcazou@libertysurf.fr>
7146
7147 PR optimization/11018
7148 * config/sparc/sparc.c (sparc_v8plus_shift): Use which_alternative
7149 consistently to decide whether the scratch register is really
7150 required.
7151
7152 2003-06-04 Eric Botcazou <ebotcazou@libertysurf.fr>
7153
7154 PR optimization/10876
7155 * config/sparc/sparc.h (CONST_OK_FOR_LETTER): Add
7156 new 'O' constraint for constant 4096.
7157 (CONST_DOUBLE_OK_FOR_LETTER_P): Likewise.
7158 * config/sparc/sparc.md (adddi3 expander): Canonicalize pattern.
7159 Do not transform into MINUS insn for constant 4096.
7160 (*adddi3_sp64 insn): Canonicalize pattern. Add new alternative
7161 for constant 4096 as third operand.
7162 (addsi3 expander): Remove.
7163 (*addsi3 insn): Rename into 'addsi3'. Canonicalize pattern. Add
7164 new alternative for constant 4096 as third operand.
7165 (subdi3 expander): Do not transform into PLUS insn for constant 4096.
7166 (*subdi3_sp64 insn): Add new alternative for constant 4096 as third
7167 operand.
7168 (subsi3 expander): Remove.
7169 (*subsi3 insn): Rename into 'subsi3'. Add new alternative for
7170 constant 4096 as third operand.
7171 * doc/md.texi (Machine Constraints): Document new 'O' constraint for
7172 the SPARC port.
7173
7174 2003-06-03 Chris Demetriou <cgd@broadcom.com>
7175
7176 * config/mips/t-linux64 (CRTSTUFF_T_CFLAGS_S): Define.
7177
7178 2003-06-04 Andreas Jaeger <aj@suse.de>
7179
7180 * config/i386/uwin.h: Remove SUBTARGET_PROLOGUE.
7181
7182 * config/i386/i386.c (ix86_expand_prologue): Do not use
7183 SUBTARGET_PROLOGUE.
7184
7185 * system.h: Poision SUBTARGET_PROLOGUE.
7186
7187 * config/arm/arm-protos.h: Remove unused rdate_section prototype.
7188
7189 * output.h: Remove TDESC_SECTION_ASM_OP and RDATA_SECTION_ASM_OP
7190 dependend code.
7191
7192 * system.h: Poison TDESC_SECTION_ASM_OP and RDATA_SECTION_ASM_OP.
7193
7194 * system.h: Poison INSN_CACHE_DEPTH, INSN_CACHE_SIZE and
7195 INSN_CACHE_LINE_WIDTH.
7196
7197 * libgcc2.c (INSN_CACHE_PLANE_SIZE): Removed.
7198 (__clear_cache): Remove code dependend on INSN_CACHE_DEPTH,
7199 INSN_CACHE_SIZE and INSN_CACHE_LINE_WIDTH.
7200
7201 * doc/tm.texi (Trampolines): Remove INSN_CACHE_DEPTH,
7202 INSN_CACHE_SIZE and INSN_CACHE_LINE_WIDTH.
7203
7204 * dbxout.c (dbxout_type): Remove usage of DBX_OUTPUT_ENUM.
7205 (dbxout_symbol): Remove usage of DBX_OUTPUT_CONSTANT_SYMBOL.
7206 (dbxout_block): Remove usage of DBX_OUTPUT_CATCH.
7207 (dbxout_block): Remove usage of DBX_LBRAC_FIRST.
7208 (dbxout_source_file): Remove usage of DBX_OUTPUT_SOURCE_FILENAME.
7209 (dbxout_init): Remove test for DBX_WORKING_DIRECTORY.
7210
7211 * doc/tm.texi (DBX Options): Do not document DBX_LBRAC_FIRST,
7212 DBX_OUTPUT_SOURCE_FILENAME and DBX_OUTPUT_ENUM and
7213 DBX_WORKING_DIRECTORY.
7214
7215 * system.h: Poison DBX_LBRAC_FIRST, DBX_OUTPUT_ENUM,
7216 DBX_OUTPUT_SOURCE_FILENAME and DBX_WORKING_DIRECTORY.
7217
7218 * config/frv/frv-protos.h: Remove unused const_section
7219 declaration.
7220 * config/vax/vax-protos.h: Likewise.
7221
7222 * output.h: Remove CONST_SECTION_ASM_OP usage.
7223
7224 * system.h: Poison CONST_SECTION_ASM_OP.
7225
7226 * crtstuff.c (__do_global_dtors_aux): Remove usage of
7227 CRT_GET_RFIB_TEXT.
7228 (frame_dummy): Likewise.
7229 * unwind-dw2-fde-glibc.c (_Unwind_IteratePhdrCallback): Likewise.
7230 * system.h: Poison CRT_GET_RFIB_TEXT.
7231
7232 * collect2.c (is_ctor_dtor): Remove CFRONT_LOSSAGE dependend code.
7233
7234 * fix-header.c: Remove ADD_MISSING_EXTERN_C dependend variables.
7235 (write_lbrac): Remove ADD_MISSING_EXTERN_C dependend code.
7236 (recognized_function): Likewise.
7237 (read_scan_file): Likewise.
7238
7239 2003-06-03 Roger Sayle <roger@eyesopen.com>
7240
7241 * optabs.c (expand_binop): Optimize complex multiplication for
7242 the case of squaring a complex argument.
7243
7244 2003-06-03 Roger Sayle <roger@eyesopen.com>
7245
7246 * optabs.c (expand_binop): Attempt to reuse pseudos for duplicate
7247 non-volatile operands of binary operations.
7248 (prepare_cmp_insn): Likewise.
7249
7250 2003-06-03 Roger Sayle <roger@eyesopen.com>
7251
7252 * varasm.c (force_const_mem): Handle alignment of constants not
7253 representable as a type in the front-end language.
7254
7255 2003-06-03 Kazu Hirata <kazu@cs.umass.edu>
7256
7257 * flow.c (initialize_uninitialized_subregs): Use
7258 emit_move_insn instead of emitting a hardcoded move.
7259
7260 2003-06-03 Richard Henderson <rth@redhat.com>
7261
7262 * optabs.c (expand_abs_nojump): Split out from ...
7263 (expand_abs): ... here.
7264 * optabs.h (expand_abs_nojump): Declare.
7265 * ifcvt.c: (noce_try_abs): Use expand_abs_nojump.
7266 * Makefile.in (ifcvt.o): Depend on optabs.h.
7267
7268 2003-06-03 Alan Modra <amodra@bigpond.net.au>
7269
7270 * dwarf2out.c (DEBUG_STR_SECTION_FLAGS): Heed flag_merge_constants.
7271
7272 2003-06-03 Jason Thorpe <thorpej@wasabisystems.com>
7273
7274 * config.gcc (default_use_cxa_atexit): New variable, defaults to no.
7275 (*-*-netbsd[2-9]* | *-*-netbsdelf[2-9]*): Set default_use_cxa_atexit
7276 to yes.
7277 * configure.in: Allow default_use_cxa_atexit to determine the
7278 value of DEFAULT_USE_CXA_ATEXIT if not explicitly enabled or
7279 disabled.
7280 * configure: Regenerate.
7281
7282 2003-06-03 Douglas B Rupp <rupp@gnat.com>
7283
7284 * Makefile.in (TEXI_GCC_FILES): Remove vms.texi entry.
7285 * doc/gcc.texi: Remove vms.texi section.
7286 * doc/vms.texi: Remove obsolete file.
7287
7288 2003-05-23 J"orn Rennecke <joern.rennecke@superh.com>
7289
7290 * configure.in (inhibit_libc): Don't define when configuring
7291 with --with-newlib --with-headers.
7292 * configure: Regenerate.
7293
7294 * t-sh: Remove LIB2FUNCS_EXTRA and embed-bb.c rules.
7295
7296 2003-06-03 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7297
7298 * configure.in (gcc_cv_as_hidden): Disable .hidden completely on
7299 IRIX 6 without GNU ld.
7300 * configure: Regenerate.
7301
7302 2003-06-03 Roger Sayle <roger@eyesopen.com>
7303
7304 * expr.c (emit_move_insn_1): Use emit_move_insn to move the parts
7305 of a complex number rather than invoke mov_optab directly.
7306
7307 2003-06-03 Kazu Hirata <kazu@cs.umass.edu>
7308
7309 * combine.c (simplify_set): Don't move a subreg in SET_SRC to
7310 SET_DEST if WORD_REGISTER_OPERATIONS is not defined.
7311
7312 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
7313
7314 * config/i386/x86-64.h: Remove two target-independent comments;
7315 replace "GNU CC" with "GCC".
7316
7317 2003-06-03 Anthony Green <green@redhat.com>
7318
7319 * config/frv/t-frv (EXTRA_HEADERS): Remove media.h
7320
7321 2003-06-03 Roger Sayle <roger@eyesopen.com>
7322
7323 * builtins.def (BUILT_IN_CABS, BUILT_IN_CABSF, BUILT_IN_CABSL):
7324 New builtins representing ISO C99's cabs, cabsf and cabsl.
7325 * builtins.c (expand_builtin_fabs): New function.
7326 (expand_builtin_cabs): New function.
7327 (expand_builtin): Expand BUILT_IN_FABS{,F,L} and BUILT_IN_CABS{,F,L}
7328 using expand_builtin_fabs and expand_builtin_cabs respectively.
7329
7330 * doc/extend.texi: Document new cabs, cabsf and cabsl builtins.
7331
7332 2003-06-03 Aldy Hernandez <aldyh@redhat.com>
7333
7334 * function.c (assign_parms): Split complex arguments.
7335
7336 * doc/tm.texi (SPLIT_COMPLEX_ARGS): Document.
7337
7338 * expr.h (SPLIT_COMPLEX_ARGS): Define.
7339 (split_complex_types): Protoize.
7340 (split_complex_values): Protoize.
7341
7342 * calls.c (expand_call): Split complex arguments on architectures
7343 that require it.
7344 (split_complex_values): New.
7345 (split_complex_types): New.
7346
7347 * config/rs6000/rs6000.c (rs6000_libcall_value): New.
7348 (rs6000_function_value): Handle complex values on AIX.
7349 (rs6000_complex_function_value): New.
7350
7351 * config/rs6000/rs6000-protos.h (rs6000_libcall_value): Protoize.
7352
7353 * config/rs6000/rs6000.h (LIBCALL_VALUE): Call function.
7354 (SPLIT_COMPLEX_ARGS): New.
7355
7356 2003-06-03 Jakub Jelinek <jakub@redhat.com>
7357
7358 * configure.in (HAVE_LD_PIE): Check for ld -pie.
7359 * config.in: Rebuilt.
7360 * configure: Rebuilt.
7361 * toplev.c (flag_pie, flag_shlib): New variables.
7362 (f_options): Add -fpie and -fPIE.
7363 (parse_options_and_default_flags): Set flag_pic if -fpie/-fPIE.
7364 Set flag_shlib if flag_pic and not -fpie/-fPIE.
7365 * flags.h (flag_pic, flag_shlib): Add.
7366 * varasm.c (default_binds_local_p): Use flag_shlib instead of
7367 flag_pic.
7368 * gcc.c (LINK_PIE_SPEC): Define.
7369 (LINK_COMMAND_SPEC): Use LINK_PIE_SPEC.
7370 (option_map): Add --pie -> -pie mapping.
7371 * config/sol2.h (ASM_SPEC): Handle -fpie the same way as -fpic
7372 and -fPIE the same way as -fPIC.
7373 * config/openbsd.h (ASM_SPEC): Likewise.
7374 * config/frv/frv.h (ASM_SPEC): Likewise.
7375 * config/arm/linux-gas.h (SUBTARGET_CPP_SPEC): Likewise.
7376 * config/arm/semi.h (ASM_SPEC): Likewise.
7377 * config/arm/netbsd-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise.
7378 * config/freebsd-spec.h (FBSD_CPP_SPEC): Likewise.
7379 * config/i386/beos-elf.h (CC1_SPEC): Likewise.
7380 * config/i386/freebsd-aout.h (ASM_SPEC): Likewise.
7381 * config/m68k/linux.h (CPP_SPEC): Likewise.
7382 * config/m68k/netbsd.h (ASM_SPEC): Likewise.
7383 * config/m68k/openbsd.h (ASM_SPEC): Likewise.
7384 * config/m68k/netbsd-elf.h (ASM_SPEC): Likewise.
7385 * config/mips/linux.h (SUBTARGET_CPP_SPEC): Likewise.
7386 * config/mips/openbsd.h (SUBTARGET_ASM_SPEC): Likewise.
7387 * config/pa/pa-linux.h (CPP_SPEC): Likewise.
7388 * config/netbsd-aout.h (ASM_SPEC): Likewise.
7389 * config/rs6000/sysv4.h (ASM_SPEC, CPP_SYSV_SPEC): Likewise.
7390 * config/rs6000/vxworks.h (CPP_SPEC): Likewise.
7391 * config/sparc/linux.h (CPP_SUBTARGET_SPEC, ASM_SPEC): Likewise.
7392 * config/sparc/linux64.h (CPP_SUBTARGET_SPEC, ASM_SPEC): Likewise.
7393 * config/sparc/sparc.h (ASM_SPEC): Likewise.
7394 * config/sparc/sp64-elf.h (ASM_SPEC): Likewise.
7395 * config/sparc/sysv4.h (ASM_SPEC): Likewise.
7396 * config/sparc/netbsd-elf.h (ASM_SPEC): Likewise.
7397 * config/sparc/openbsd64.h (ASM_SPEC): Likewise.
7398 * config/cris/linux.h (CRIS_ASM_SUBTARGET_SPEC): Likewise.
7399 * config/linux.h (STARTFILE_SPEC, ENDFILE_SPEC): Handle -pie.
7400 Simplify.
7401 * config/alpha/elf.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
7402 * config/i386/linux64.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
7403 * config/ia64/linux.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
7404 * config/rs6000/sysv4.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
7405 * config/rs6000/linux64.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
7406 * config/sparc/linux.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
7407 * config/sparc/linux64.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
7408 * doc/invoke.texi: Document -pie, -fpie and -fPIE options.
7409
7410 2003-06-03 Jakub Jelinek <jakub@redhat.com>
7411
7412 * builtins.c (expand_builtin_memcpy): Remove endp argument and endp
7413 != 0 handling. Pass 0 to store_by_pieces.
7414 (expand_builtin_mempcpy): Add endp argument. Don't call
7415 expand_builtin_memcpy, call store_by_pieces resp. move_by_pieces
7416 directly. If ignoring result, only do expand_call.
7417 (expand_builtin_stpcpy): Likewise. Call expand_builtin_mempcpy
7418 otherwise.
7419 (expand_builtin_strncpy, expand_builtin_memset): Adjust
7420 store_by_pices callers.
7421 (expand_builtin): Adjust expand_builtin_memcpy and
7422 expand_builtin_mempcpy callers.
7423 * expr.c (can_move_by_pieces): New function.
7424 (move_by_pieces): Add endp argument, return to resp. memory at end
7425 or one byte earlier depending on endp.
7426 (store_by_pieces): Likewise.
7427 (emit_block_move): Adjust call to move_by_pieces.
7428 (emit_push_insn): Adjust move_by_pieces caller.
7429 * expr.h (can_move_by_pieces): New prototype.
7430 (store_by_pieces): Adjust prototypes.
7431 * rtl.h (move_by_pieces): Adjust prototype.
7432 * config/mips/mips.c (expand_block_move): Adjust move_by_pieces
7433 caller.
7434
7435 2003-06-03 Ben Elliston <bje@wasabisystems.com>
7436
7437 * doc/md.texi (Processor pipeline description): Improve wording.
7438
7439 2003-06-03 Neil Booth <neil@daikokuya.co.uk>
7440
7441 * c-opts.c (c_common_handle_option): New, pulled out of
7442 c_common_decode_option. Substitute uses of argv.
7443 (c_common_decode_option): Broken into two.
7444
7445 2003-06-02 Roger Sayle <roger@eyesopen.com>
7446 Zack Weinberg <zack@codesourcery.com>
7447
7448 * emit-rtl.c (gen_complex_constant_part): Remove unnecessary
7449 test of TREE_CONSTANT_POOL_ADDRESS_P.
7450
7451 2003-06-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7452
7453 * mips.c: Don't include output.h twice.
7454 * stormy16.c: Likewise.
7455 * xtensa.c: Likewise.
7456 * output.h: Protect against multiple inclusion.
7457
7458 2003-06-02 J"orn Rennecke <joern.rennecke@superh.com>
7459
7460 * sh.h (OLD_ARG_MODE): New macro.
7461 (FUNCTION_ARG_ADVANCE, FUNCTION_ARG_PASS_BY_REFERENCE): Use it.
7462 (FUNCTION_ARG_1): Break out of:
7463 (FUNCTION_ARG). Use OLD_ARG_MODE.
7464
7465 2003-06-02 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
7466
7467 * gcc/config.gcc Add support multilib parts for m32rx processor.
7468
7469 2003-06-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7470
7471 * Makefile.in (c-options.c): Pass in $(AWK) to opts.sh.
7472 (mostlyclean): Delete c-options.c and c-options.h.
7473
7474 2003-06-02 Neil Booth <neil@daikokuya.co.uk>
7475
7476 * c-opts.c (CL_REJECT_NEGATIVE): New.
7477 (c_common_decode_option): Update to use it.
7478 * c.opt: Update documentation; use RejectNegative.
7479 * opts.sh: Handle RejectNegative.
7480
7481 2003-06-01 Zack Weinberg <zack@codesourcery.com>
7482
7483 * ggc-page.c (init_ggc): Give better diagnostics on failure to
7484 open /dev/zero.
7485 * toplev.c (crash_signal): Reset handling for received signal
7486 to SIG_DFL.
7487
7488 2003-06-02 Ben Elliston <bje@wasabisystems.com>
7489
7490 * config/arm/arm.c (arm_use_dfa_pipeline_interface): Declare.
7491 (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): Define if not already.
7492 (arm_use_dfa_pipeline_interface): Implement.
7493 * config/arm/arm.md (arm): New automaton.
7494 (write_buf): Remove function units; new cpu unit.
7495 (write_blockage): Remove function units; new cpu unit.
7496 (core): Remove function units; new cpu unit.
7497 (r_mem_f_wbuf): New instruction reservation.
7498 (store1_wbuf, store2_wbuf, store3_wbuf, store4_wbuf): Likewise.
7499 (store1_ldsched, store2, store3, store4): Likewise.
7500 (load_ldsched, load_ldsched_xscale, load_or_store): Likewise.
7501 (mult, mult_ldsched, mult_ldsched_strongarm): Likewise.
7502 (multi_cycle, single_cycle): Likewise.
7503 * config/arm/fpa.md (armfp): New automaton.
7504 (fpa): Remove function units; new cpu unit.
7505 (fpa_mem): Remove function unit; new cpu unit.
7506 (fdivx, fdivd, fdivs, fmul, ffmul, farith, ffarith): New reservations.
7507 (r_2_f, f_2_r, f_load, f_store, r_mem_f, f_mem_r): Likewise.
7508
7509 2003-06-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7510
7511 * builtin-attrs.def (ATTR_ASM_FPRINTF): New.
7512 * c-format.c (enum format_type): Add asm_fprintf_format_type.
7513 (NOARGUMENTS, asm_fprintf_length_specs, asm_fprintf_flag_specs,
7514 asm_fprintf_flag_pairs, asm_fprintf_char_table): New.
7515 (format_types_orig): Renamed from format_types. Add new data.
7516 (format_types): Declare as pointer.
7517 (handle_format_attribute): Move later in file so we have all
7518 necessary declarations. Add section to capture HOST_WIDE_INT.
7519 * output.h (ATTRIBUTE_ASM_FPRINTF, __gcc_host_wide_int__): New.
7520 (asm_fprintf): Mark with ATTRIBUTE_ASM_FPRINTF.
7521
7522 2003-06-01 Andreas Jaeger <aj@suse.de>
7523
7524 * doc/tm.texi (Storage Layout): Remove ROUND_TYPE_SIZE and
7525 ROUND_TYPE_SIZE_UNIT.
7526
7527 * stor-layout.c (finalize_record_size): Remove usages of
7528 ROUND_TYPE_SIZE and ROUND_TYPE_SIZE_UNIT.
7529 (finalize_type_size): Likewise.
7530 (layout_type): Likewise.
7531
7532 * system.h: Poison ROUND_TYPE_SIZE and ROUND_TYPE_SIZE_UNIT.
7533
7534 * loop.c (check_insn_for_givs): Remove DONT_REDUCE_ADDR macro.
7535
7536 * config/d30v/d30v.h: Remove text copied from the manual.
7537
7538 2003-06-01 Roger Sayle <roger@eyesopen.com>
7539 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7540 Geoffrey Keating <geoffk@apple.com>
7541
7542 * emit-rtl.c (gen_lowpart_common): Handle interpreting integer
7543 constants as condition code values.
7544
7545 2003-06-01 DJ Delorie <dj@redhat.com>
7546
7547 * cppmacro.c (warn_of_redefinition): Handle cases where the two
7548 definitions have different numbers of tokens.
7549
7550 2003-06-01 Andreas Jaeger <aj@suse.de>
7551
7552 * gen-protos.c (main): Readd unused attribute for argc.
7553
7554 2003-06-01 Neil Booth <neil@daikokuya.co.uk>
7555
7556 * Makefile.in (c-options.c, c-options.h): Parallel make safe.
7557 * c.opt: End in blank line.
7558 * opts.sh: Take AWK from environment if available; use C locale.
7559
7560 2003-06-01 Andreas Schwab <schwab@suse.de>
7561
7562 * config/m68k/linux.h: Remove code protected by USE_GNULIBC_1.
7563
7564 2003-06-01 Andreas Jaeger <aj@suse.de>
7565
7566 * gen-protos.c (main): Revert patch to check for argument.
7567
7568 2003-06-01 Eric Botcazou <ebotcazou@libertysurf.fr>
7569
7570 PR target/11044
7571 * config/i386/i386.md (length attribute): Set length to 4
7572 for instructions of type "fcmp".
7573
7574 2003-06-01 Andreas Jaeger <aj@suse.de>
7575
7576 * toplev.c: Use ISO C90 prototypes.
7577
7578 * toplev.h: Use ISO C90 prototypes.
7579
7580 * genrecog.c: Use ISO C90 prototypes.
7581 (nodes_identical): Correct declaration to match prototype.
7582 (maybe_both_true): Likewise.
7583 (merge_trees): Likewise.
7584
7585 * genpeep.c (gen_peephole): Remove #if 0 code.
7586 Use ISO C90 prototypes.
7587
7588 * genattrtab.c (copy_rtx_unchanging): Remove #if 0'ed code.
7589 Remove #if 0'ed function simplify_by_alternatives.
7590 (optimize_attrs): Remove #if 0'ed code.
7591 Remove ^L.
7592 Use ISO C90 prototypes.
7593 (make_canonical): Remove #if 0'ed code.
7594 (convert_const_symbol_ref): Remove #if 0'ed function.
7595
7596 * gen-protos.c (main): Check for argument.
7597
7598 * rtl.h: Use ISO C90 prototypes for functions from lists.c.
7599
7600 * params.h: Use ISO C90 prototypes.
7601 * params.c: Likewise.
7602 * intl.c: Likewise.
7603 * intl.h: Likewise.
7604 * lists.c: Likewise.
7605 * errors.c: Likewise.
7606 * errors.h: Likewise.
7607 * gencodes.c: Likewise.
7608 * genpreds.c: Likewise.
7609 * genattr.c: Likewise.
7610 * gen-protos.c: Likewise.
7611 * genflags.c: Likewise
7612 * genconditions.c: Likewise.
7613 * genautomata.c: Likewise.
7614 * gencheck.c: Likewise.
7615 * genconfig.c: Likewise.
7616 * genconstants.c: Likewise.
7617 * genemit.c: Likewise.
7618 * genextract.c: Likewise.
7619 * gengenrtl.c: Likewise.
7620 * gengtype.c: Likewise.
7621 * gengtype.h: Likewise.
7622 * genopinit.c: Likewise.
7623 * genoutput.c: Likewise.
7624 * gensupport.c: Likewise.
7625 * gensupport.h: Likewise.
7626
7627 * sdbout.h: Use ISO C90 prototypes.
7628
7629 * sdbout.c (CONTIN): Removed empty macro.
7630 (sdbout_one_type): Remove CONTIN usages.
7631 Remove ^Ls.
7632 (tag_of_ru_type): Remove #if 0'ed function.
7633 (sdbout_symbol): Remove #if 0'ed code.
7634 (sdbout_one_type): Remove a #if 1.
7635 (sdbout_one_type): Remove #if 0'ed code.
7636 (sdbout_init): Remove RMS_QUICK_HACK_1 code.
7637 Remove PARAMS, use ISO C90 prototypes for all functions.
7638
7639 2003-06-01 Josef Zlomek <zlomekj@suse.cz>
7640
7641 * rtl.def (CONST_DOUBLE): Update comment.
7642
7643 2003-06-01 Neil Booth <neil@daikokuya.co.uk>
7644
7645 * opts.sh: Remove path from sort.
7646
7647 2003-06-01 Aldy Hernandez <aldyh@redhat.com>
7648
7649 PR/9680
7650 * config/rs6000/rs6000.h (CANNOT_CHANGE_MODE_CLASS): Require
7651 TARGET_SPE for SPE_VECTOR_MODE.
7652
7653 2003-05-31 Aldy Hernandez <aldyh@redhat.com>
7654
7655 * toplev.c (botch): Remove.
7656 (do_abort): Remove.
7657 (set_Wunused): Comment.
7658 (set_Wextra): Comment.
7659 Remove ^L's.
7660 (rest_of_compilation): Factor out common code into functions.
7661 (rest_of_handle_inlining): New.
7662 (rest_of_handle_ssa): New.
7663 (rest_of_handle_cse): New.
7664 (rest_of_handle_gcse): New.
7665 (rest_of_handle_loop_optimize): New.
7666 (rest_of_handle_jump_bypass): New.
7667 (rest_of_handle_sibling_calls): New.
7668 (rest_of_handle_null_pointer): New.
7669 (rest_of_handle_addresof): New.
7670 (rest_of_handle_flow): New.
7671 (rest_of_handle_branch_prob): New.
7672 (rest_of_handle_if_conversion): New.
7673 (rest_of_handle_tracer): New.
7674 (rest_of_handle_loop2): New.
7675 (rest_of_handle_cse2): New.
7676 (rest_of_handle_life): New.
7677 (rest_of_handle_combine): New.
7678 (rest_of_handle_if_after_combine): New.
7679 (rest_of_handle_regmove): New.
7680 (rest_of_handle_sched): New.
7681 (rest_of_handle_old_regalloc): New.
7682 (rest_of_handle_new_regalloc): New.
7683 (rest_of_handle_regrename): New.
7684 (rest_of_handle_reorder_blocks): New.
7685 (rest_of_handle_sched2): New.
7686 (rest_of_handle_new_regalloc): New.
7687 (rest_of_handle_old_regalloc): New.
7688 (rest_of_handle_regrename): New.
7689 (rest_of_handle_reorder_blocks): New.
7690 (rest_of_handle_stack_regs): New.
7691 (rest_of_handle_machine_reorg): New.
7692 (rest_of_handle_delay_slots): New.
7693 (rest_of_handle_final): New.
7694
7695 * toplev.h (botch): Remove prototype.
7696 (do_abort): Same.
7697
7698 2003-05-31 Neil Booth <neil@daikokuya.co.uk>
7699
7700 * Makefile.in (c-opts.o, c-options.h): Update dependencies.
7701 * c-opts.c: Include c-options.h and c-options.c.
7702 (CL_C_ONLY, CL_OBJC_ONLY, CL_CXX_ONLY, CL_OBJCXX_ONLY):
7703 Rename CL_C, CL_OBJC, CL_CXX, CL_OBJCXX.
7704 (CL_ARG, CL_ALL, COMMAND_LINE_OPTIONS, struct cl_option,
7705 OPT, opt_comp): Remove.
7706 (missing_arg, c_common_init_options, c_common_decode_option,
7707 write_langs): Update for macro redefinitions and enumeration
7708 name changes.
7709 * c.opt, opts.sh: New files.
7710 * doc/passes.texi: Update.
7711
7712 2003-05-31 Andreas Jaeger <aj@suse.de>
7713
7714 * function.c (trampoline_address): Remove ALLOCATE_TRAMPOLINE
7715 usage.
7716
7717 * doc/tm.texi (Trampolines): Remove ALLOCATE_TRAMPOLINE.
7718
7719 * config/d30v/d30v.h: Remove traces of ALLOCATE_TRAMPOLINE.
7720
7721 * system.h: Poison ALLOCATE_TRAMPOLINE.
7722
7723 * doc/tm.texi (Misc): Remove HANDLE_PRAGMA.
7724 * system.h: Poison HANDLE_PRAGMA.
7725
7726 2003-05-31 Kazu Hirata <kazu@cs.umass.edu>
7727
7728 * doc/invoke.texi: Update dump file names.
7729
7730 2003-05-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7731
7732 * c-format.c (format_length_info, format_char_info,
7733 format_flag_spec, format_flag_pair, format_kind_info):
7734 De-const-ify structure members.
7735
7736 2003-05-31 Roger Sayle <roger@eyesopen.com>
7737
7738 * flags.h (flag_wrapv): New flag controlling overflow semantics.
7739 * toplev.c (flag_wrapv): Declare the variable with default false.
7740 (lang_independent_options): New option "-fwrapv" to set the above.
7741
7742 * fold-const.c (extract_muldiv_1): Disable optimization of (2*x)/2
7743 as x, when signed arithmetic overflow wraps around.
7744 (fold): Optimize "-A - B" as "-B - A" if overflow wraps around.
7745 * loop.c (basic_induction_var): Ignore BIVs that rely on undefined
7746 overflow when flag_wrapv is true.
7747
7748 * doc/invoke.texi: Document new -fwrapv command line option.
7749 * doc/c-tree.texi: Mention that the overflow semantics of
7750 NEGATE_EXPR, PLUS_EXPR, MINUS_EXPR and MULT_EXPR is dependent
7751 upon both flag_wrapv and flag_trapv.
7752
7753 2003-05-31 Eric Botcazou <ebotcazou@libertysurf.fr>
7754
7755 * doc/install.texi (mips-sgi-irix5): Add missing
7756 HTML <hr> marker.
7757
7758 2003-05-31 Eric Botcazou <ebotcazou@libertysurf.fr>
7759
7760 * doc/md.texi (Machine Constraints): Document
7761 missing SPARC constraints.
7762
7763 2003-05-31 Eric Botcazou <ebotcazou@libertysurf.fr>
7764
7765 * doc/md.texi (Automaton pipeline description): Use
7766 "type" instead of "cpu" as the attribute in the examples.
7767
7768 2003-05-30 Stan Shebs <shebs@apple.com>
7769
7770 * system.h: Poison OBJC_PROLOGUE.
7771
7772 2003-05-30 Roger Sayle <roger@eyesopen.com>
7773
7774 * emit-rtl.c (gen_complex_constant_part): New function for getting
7775 the constant real or imaginary part of a complex constant.
7776 (gen_realpart): Use it.
7777 (gen_imagpart): Likewise.
7778
7779 2003-05-30 Kazu Hirata <kazu@cs.umass.edu>
7780
7781 * doc/invoke.texi: Fix typos.
7782 * doc/rtl.texi: Likewise.
7783
7784 2003-05-30 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
7785
7786 * config/h8300/crti.asm: Use .h8300hn and .h8300sn for normal
7787 mode.
7788 * config/h8300/crtn.asm: Likewise.
7789 * config/h8300/lib1funcs.asm: Likewise.
7790 * config/h8300/h8300.c (asm_file_start): Likewise.
7791 * config/h8300/elf.h (LINK_SPEC): Use h8300hnelf and
7792 h8300snelf emulations for normal mode.
7793 * config/h8300/h8300.h (LINK_SPEC): Use h8300hn and h8300sn
7794 emulations for normal mode.
7795
7796 2003-05-30 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
7797
7798 * config/h8300/h8300.c (h8300_tiny_constant_address_p): Return
7799 true if TARGET_NORMAL_MODE.
7800
7801 2003-05-30 Roger Sayle <roger@eyesopen.com>
7802
7803 * cse.c (cse_insn): Simplify REG_EQUAL note on libcalls when
7804 making a substitution.
7805 (dead_libcall_p): If directly replacing a libcall with a
7806 constant value produces an invalid instruction, also try forcing
7807 the constant into the constant pool.
7808 * expr.c (emit_move_insn): Add a REG_EQUAL note when it is not
7809 obvious that the source is a constant.
7810 (compress_float_constant): Use set_unique_reg_note to place
7811 REG_EQUAL notes on instructions.
7812
7813 2003-05-30 Eric Christopher <echristo@redhat.com>
7814
7815 * config/mips/mips.c (extern_list): Add GTY marker.
7816 (extern_head): Separate out definition. Add marker.
7817 (mips_output_external): Use ggc_alloc for extern_list
7818 allocation.
7819 (mips_output_external_libcall): Ditto.
7820
7821 2003-05-30 Florian Weimer <fw@deneb.enyo.de>
7822
7823 * doc/install.texi: Ada-enabled bootstrap requires GNAT 3.14 or
7824 later.
7825
7826 2003-05-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7827
7828 * vax.h (ASM_GENERATE_INTERNAL_LABEL): Fix format specifier
7829 warnings.
7830 (PRINT_OPERAND): Likewise.
7831
7832 2003-05-30 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7833
7834 * config/mips/mips.h (SUBTARGET_ASM_DEBUGGING_SPEC): Move
7835 -mdebug/-no-mdebug switches ...
7836 (MDEBUG_ASM_SPEC): ... here.
7837 Use only with gas.
7838 (EXTRA_SPECS): Initialize mdebug_asm_spec.
7839
7840 2003-05-29 Matt Kraai <kraai@alumni.cmu.edu>
7841
7842 * gthr-gnat.c: Remove #undef UNUSED.
7843 (__gnat_default_lock, __gnat_default_unlock): Prototype.
7844 (__gnat_task_lock, __gnat_task_unlock): Make declarations
7845 prototypes.
7846 (__gnat_install_locks): Convert declaration to ISO C90, make
7847 parameter declarations prototypes, and remove blank line.
7848 * gthr-gnat.h (__gnat_install_locks): Make parameter
7849 declarations prototypes.
7850
7851 2003-05-29 Jason Merrill <jason@redhat.com>
7852
7853 * Makefile.in (unstrap): Remove stage_last after make unstage1.
7854
7855 2003-05-29 Roger Sayle <roger@eyesopen.com>
7856
7857 * mips-tfile.c (PAGE_SIZE): Increase page size to 32K.
7858
7859 2003-05-29 Roger Sayle <roger@eyesopen.com>
7860 Kaveh Ghazi <ghazi@caip.rutgers.edu>
7861
7862 PR bootstrap/10169
7863 * mips-tfile.c (main): Use getopt_long instead of getopt.
7864 Add new command line option --version to display version.
7865 Treat --verbose like -v to report a single line version.
7866 (options): New global variable for getopt_long.
7867 * mips-tdump.c (main): Use getopt_long instead of getopt.
7868 New command line options -v, --version and -verbose to display
7869 the program version number (to match mips-tfile's behavior).
7870 (options): New global variable for getopt_long.
7871
7872 * gcov.c (options): Zero-terminate getopt_long array.
7873 * gcov-dump.c (options): Likewise.
7874
7875 * Makefile.in (mips-tdump.o): Add dependency on version.h.
7876
7877 2003-05-29 Stan Shebs <shebs@apple.com>
7878
7879 Remove OBJC_PROLOGUE everywhere.
7880 * objc/objc-act.c (finish_objc): Remove use of OBJC_PROLOGUE.
7881 * config/avr/avr.h: Remove no-op ref to OBJC_PROLOGUE.
7882 * config/d30v/d30v.h: Similarly.
7883 * config/ip2k/ip2k.h: Similarly.
7884 * doc/tm.texi: Remove doc of OBJC_PROLOGUE.
7885
7886 2003-05-29 Roger Sayle <roger@eyesopen.com>
7887
7888 * c-semantics.c (genrtl_do_stmt_1): New function split out from...
7889 (gen_rtl_do_stmt): ... here. Call genrtl_do_stmt_1.
7890 (expand_unreachable_stmt): Expand unreachable while statements
7891 using genrtl_do_stmt_1.
7892
7893 2003-05-29 Richard Sandiford <rsandifo@redhat.com>
7894
7895 * config/mips/mips-protos.h (mips_output_load_label): Declare.
7896 * config/mips/mips.c (mips_output_load_label): New function.
7897 (mips_output_conditional_branch): Use it.
7898 * config/mips/mips.md (jump): And here.
7899
7900 2003-05-28 Bob Wilson <bob.wilson@acm.org>
7901
7902 * config/xtensa/xtensa-protos.h (smalloffset_double_mem_p): Delete.
7903 (xtensa_split_operand_pair): New proto.
7904 * config/xtensa/xtensa.c (move_operand): Handle DFmode and DImode.
7905 (smalloffset_double_mem_p): Delete.
7906 (gen_float_relational, printx, print_operand, xtensa_va_arg):
7907 Fix whitespace.
7908 (xtensa_split_operand_pair): New.
7909 (xtensa_dbx_register_number): Fix formatting.
7910 * config/xtensa/xtensa.h (EXTRA_CONSTRAINT): Remove 'S' constraint.
7911 * config/xtensa/xtensa.md (movdi, movdf): Force constants to memory
7912 instead of splitting them into single-word moves. Remove unnecessary
7913 checks for reload_in_progress and reload_completed.
7914 (movdi_internal, movdf_internal): Change to post-reload split patterns.
7915 Add constraints to allow constant operands.
7916 (movsf_internal): Allow CONST_INT operands.
7917
7918 2003-05-27 Danny Smith <dannysmith@users.sourceforge.net>
7919
7920 * config.gcc (i[34567]86-*-mingw32*): Add host makefile
7921 fragment i386/x-mingw32.
7922 * config/i386/x-mingw32: New file. Make local_includedir
7923 relative to EXEC_PREFIX.
7924
7925 2003-05-27 Aaron W. LaFramboise <awlaframboise@aol.com>
7926
7927 * config/i386/mingw32.h (STANDARD_INCLUDE_DIR): Update.
7928 (MD_STARTFILE_PREFIX): Define.
7929
7930 2003-05-27 Denis Chertykov <denisc@overta.ru>
7931
7932 * cselib.c (cselib_invalidate_regno): Abort if hardreg have a
7933 VOIDmode.
7934 * cselib.c (cselib_process_insn): Pass reg_raw_mode for hardreg in
7935 call of cselib_invalidate_regno.
7936
7937 2003-05-28 Daniel Jacobowitz <drow@mvista.com>
7938
7939 * config/mips/linux.h (LIB_SPEC): Add missing -lc and correct
7940 -lthread to -lpthread.
7941
7942 2003-05-28 Eric Botcazou <ebotcazou@libertysurf.fr>
7943 Bruce Korb <bkorb@gnu.org>
7944 Arno Klaassen <arno@heho.snv.jussieu.fr>
7945
7946 * fixinc/inclhack.def: Add missing declaration of getpagesize()
7947 to unistd.h on Solaris 2.5.1.
7948 Fix prototype of recv() and send() in sys/socket.h on
7949 Solaris 2.5.1 and 2.6.
7950 * fixinc/tests/base/unistd.h: Add solaris_unistd fix test.
7951 * fixinc/tests/base/sys/socket.h: Add solaris_socket test.
7952 * fixinc/check.tpl: Use 'diff -c', not 'diff -u'.
7953 * fixinc/fixincl.x: Regenerate.
7954
7955 2003-05-27 Jason Merrill <jason@redhat.com>
7956
7957 * tree.c (expr_first, expr_length): New fns.
7958 * tree.h: Declare them.
7959
7960 * tree.c (iterative_hash_expr): Hash commutative expressions
7961 consistently.
7962
7963 2003-05-27 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
7964
7965 * tree.h (contains_placeholder_p): Now returns bool.
7966 (CONTAINS_PLACEHOLDER_P): New macro.
7967 (type_contains_placeholder_p): New function.
7968 * tree.c (save_expr): Remove code avoiding folding COMPONENT_REF.
7969 (contains_placeholder_p): Now returns bool.
7970 Rework to use CONTAINS_PLACEHOLDER_P macro.
7971 (type_contains_placeholder_p): New function.
7972 * fold-const.c (fold, case COMPONENT_REF): Don't fold if
7973 type_contains_placeholder_p.
7974 (fold_range_test, fold_mathfn_compare, fold_inf_compare, fold):
7975 Use CONTAINS_PLACEHOLDER_P macro.
7976 * builtins.c (fold_builtin): Likewise.
7977 * calls.c (initialize_argument_information): Likewise.
7978 * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
7979 * explow.c (expr_size): Likewise.
7980 * expr.c (store_constructor, get_inner_reference): Likewise.
7981 * function.c (assign_parms): Likewise.
7982 * stor-layout.c (variable_size): Likewise.
7983
7984 2003-05-25 Gabriel Dos Reis <gdr@integrable-solutions.net>
7985
7986 * diagnostic.h (output_verbatim, verbatim): Remove printf
7987 attribute.
7988
7989 2003-05-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7990
7991 * doc/contrib.texi (Contributors): Update Kean Johnston.
7992
7993 2003-05-24 David Edelsohn <edelsohn@gnu.org>
7994
7995 * config/rs6000/rs6000.md (save_fpregs_{si,di}): Add length attribute.
7996
7997 2003-05-24 Nathanael Nerode <neroden@gcc.gnu.org>
7998
7999 * config/rs6000/440.md, config/stormy16/stormy16protos.h,
8000 config/stormy16/stormy16.c, config/stormy16/stormy16.md:
8001 Replace "GNU CC" with "GCC".
8002
8003 2003-05-24 Matt Kraai <kraai@alumni.cmu.edu>
8004
8005 * builtins.c (expand_builtin_memcpy): Use mode of dest_addr for
8006 intermediate computation.
8007
8008 2003-05-23 Eric Christopher <echristo@redhat.com>
8009
8010 * config/mips/mips.md (clzsi, clzdi): New patterns.
8011
8012 2003-05-23 Geoffrey Keating <geoffk@apple.com>
8013
8014 * gcc.c (default_compilers): Use -o to specify preprocessor's output
8015 file. Make -no-integrated-cpp work when building PCH files.
8016 * objc/lang-specs.h: Likewise.
8017
8018 2003-05-23 Nathanael Nerode <neroden@gcc.gnu.org>
8019
8020 * fixinc/Makefile.in: Correct description.
8021 * fixinc/Makefile.in, fixinc/fixfixes.c, fixinc/fixincl.c,
8022 fixinc/fixlib.c, fixinc/fixlib.h, fixinc/fixtests.c,
8023 fixinc/genfixes: Replace "GNU CC" with "GCC".
8024
8025 2003-05-23 Roger Sayle <roger@eyesopen.com>
8026
8027 * builtins.def: Define atan, atanf, atanl, tan, tanf and tanl
8028 builtin functions (and their __builtin_* variants).
8029 * builtins.c (mathfn_built_in): Handle tan{,f,l} and atan{,f,l}.
8030 (expand_builtin): Don't expand tan{,f,l} or atan{,f,l} when not
8031 optimizing.
8032
8033 * doc/extend.texi: Document new tan and atan builtins, and
8034 their float and long double variants.
8035
8036 2003-05-23 Jason Thorpe <thorpej@wasabisystems.com>
8037
8038 * config/sparc/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define
8039 __sparcv9 in the TARGET_ARCH64 case.
8040
8041 Fri May 23 22:17:32 CEST 2003 Jan Hubicka <jh@suse.cz>
8042
8043 * i386.c (ix86_reorg): Calls are also jumps.
8044
8045 2003-05-23 J"orn Rennecke <joern.rennecke@superh.com>
8046
8047 * cse.c (count_reg_usage): When processing an INSNs REG_EQUAL
8048 note containing an EXPR_LIST, process all the arguments.
8049
8050 Fri May 23 21:19:31 CEST 2003 Jan Hubicka <jh@suse.cz>
8051 Andreas Jaeger <aj@suse.de>
8052
8053 * i386.h (TARGET_CPU_CPP_BUILTINS): Define __amd64 and __amd64__;
8054 do not use assertion.
8055
8056 2003-05-23 Mike Stump <mrs@apple.com>
8057
8058 * tlink.c (scan_linker_output): Add support for darwin linker, as it
8059 emits unresolved symbols one per line, consuming the entire line.
8060
8061 2003-05-23 Larin Hennessy <larin@science.oregonstate.edu>
8062 Zack Weinberg <zack@codesourcery.com>
8063
8064 * explow.c (allocate_dynamic_stack_space): Remove call to gen_probe.
8065 * config/m68k/m68k.c (m68k_output_function_prologue):
8066 Remove code under #if NEED_PROBE.
8067 * config/m68k/m68k.h: Don't define NEED_PROBE.
8068 * config/m68k/m68k.md: Remove "probe" insn.
8069 * doc/md.texi: Remove documentation of "probe" pattern.
8070
8071 2003-05-23 Dorit Naishlos <gcchaifa@il.ibm.com>
8072
8073 * config/rs6000/rs6000.md (save_fpregs_{si,di}): Add branch attribute.
8074
8075 2003-05-23 Eric Botcazou <ebotcazou@libertysurf.fr>
8076
8077 * doc/install.texi: Remove sparc64-*-*. Add sparc64-*-solaris2*.
8078 Document sparcv9-*-solaris2* as a synonym for sparc64-*-solaris2*.
8079
8080 2003-05-22 Roger Sayle <roger@eyesopen.com>
8081
8082 * real.c (real_maxval): New function to return the largest finite
8083 value representable in a given mode (i.e. FLT_MAX and DBL_MAX).
8084 * real.h (real_maxval): Prototype here.
8085 * fold-const.c (fold_inf_compare): Transform comparisons against
8086 +-Infinity into comparisons against DBL_MAX (or equivalent).
8087
8088 2003-05-22 Mike Stump <mrs@apple.com>
8089
8090 * config.gcc (*-*-darwin*): Remove use_collect2=no, as it is the
8091 default.
8092
8093 2003-05-22 DJ Delorie <dj@redhat.com>
8094
8095 * calls.c (expand_call): If the arg block is going to grow
8096 downward, we need argblock to point to the top of the block,
8097 not the bottom.
8098
8099 2003-05-22 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8100
8101 * c-decl.c (duplicate_decls): Test DECL for ERROR_MARK.
8102
8103 * expr.c (expand_expr, case CONSTRUCTOR): Put into memory if
8104 constant and EXPAND_CONST_ADDRESS, not just EXPAND_INITIALIZER.
8105
8106 2003-05-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8107
8108 * m68hc11.c: Don't use the `0' flag for asm_fprintf specifiers.
8109 * m68k.c: Likewise.
8110 * m68k.h: Likewise.
8111
8112 2003-05-22 Zack Weinberg <zack@codesourcery.com>
8113
8114 PR other/2873
8115 * fixinc/inclhack.def (avoid_wchar_t_type): Add bypass
8116 expressions to prevent triggering on recent curses.h,
8117 linux/nls.h, or X11/Xlib.h.
8118 (stdio_va_list): Add _G_va_list to bypass pattern.
8119 (strict_ansi_not): Add bypass pattern for __SCO_VERSION__.
8120 * fixinc/fixincl.x: Regenerate.
8121
8122 2003-05-22 Rekha Bhintade <rekhad@kpitcummins.com>
8123
8124 * gcc/config/sh/sh.h (TARGET_SWITCHES): Display all the target
8125 switches when --target-help option is specified.
8126
8127 2003-05-22 Eric Botcazou <ebotcazou@libertysurf.fr>
8128
8129 PR bootstrap/10805
8130 * doc/install.texi (sparc-sun-solaris2.7): Document bootstrap
8131 failure with Sun assembler 5.0 Alpha 03/27/98.
8132
8133 2003-05-21 Loren James Rittle <ljrittle@acm.org>
8134
8135 * config/sparc/freebsd.h (CPP_CPU64_DEFAULT_SPEC): Add -D__sparcv9
8136 to match system compiler convention.
8137
8138 2003-05-21 Danny Smith <dannysmith@users.sourceforge.net>
8139
8140 * gthr-win32.h (__GTHREAD_HIDE_WIN32API): Test for nonzero
8141 value, not just if defined.
8142 Update copyright year.
8143
8144 2003-05-21 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
8145
8146 PR target/6428
8147 * pa-hpux10.h (LINK_SPEC, LIB_SPEC): Move -L options for profiling
8148 directories from LIB_SPEC to LINK_SPEC. Emit warning if `-p' or `-pg'
8149 option is used without `-static'.
8150 * pa-hpux11.h (LINK_SPEC, LIB_SPEC): Likewise.
8151 * pa64-hpux.h (LINK_SPEC, LIB_SPEC): Likewise.
8152
8153 2003-05-21 Bob Wilson <bob.wilson@acm.org>
8154
8155 * config/xtensa/xtensa.h (MASK_SERIALIZE_VOLATILE,
8156 TARGET_SERIALIZE_VOLATILE): Delete.
8157 (MASK_CONST16, MASK_ABS, MASK_ADDX): Renumber flag bits.
8158 (TARGET_DEFAULT): Remove MASK_SERIALIZE_VOLATILE.
8159 (TARGET_SWITCHES): Remove "-mserialize-volatile" and
8160 "-mno-serialize-volatile".
8161 * config/xtensa/xtensa.c (print_operand): Remove checks of
8162 TARGET_SERIALIZE_VOLATILE.
8163 * config/xtensa/xtensa.md (*lsiu, *ssiu): Likewise.
8164 * doc/invoke.texi (Option Summary, Xtensa Options): Remove
8165 "-mserialize-volatile" and "-mno-serialize-volatile" options.
8166
8167 2003-05-21 Nathan Sidwell <nathan@codesourcery.com>
8168
8169 * c-parse.in (fndef): Set DECL_SOURCE_LINE and FILE earlier.
8170 (nested_function): Likewise.
8171 (notype_nested_function): Likewise.
8172
8173 2003-05-21 Nick Clifton <nickc@redhat.com>
8174
8175 * config/stormy16/stormy-abi: Update overflow type for
8176 R_XSTORMY16_16 reloc.
8177
8178 2003-05-21 Nathan Sidwell <nathan@codesourcery.com>
8179
8180 * c-common.h (enum rid): Remove RID_BOUNDED, RID_UNBOUNDED.
8181 * c-parse.in (reswords): Remove __bounded__ and __unbounded__.
8182 (rid_to_yy): Remove RID_BOUNDED, RID_UNBOUNDED slots.
8183 * print-tree.c (print_node): Remove ambient-boundedness.
8184 * tree.h (tree_common): Remove bounded_flag.
8185 (BOUNDED_INDIRECT_YPE_P, BOUNDED_POINTER_TYPE_P,
8186 BOUNDED_REFERENCE_TYPE_P, MAYBE_BOUNDED_INDIRECT_TYPE_P,
8187 MAYBE_BOUNDED_POINTER_TYPE_P, MAYBE_BOUNDED_REFERENCE_TYPE_P,
8188 TREE_BOUNDED, TYPE_MAIN_VARIANTS_PHYSICALLY_EQUAL_P,
8189 TYPE_MAIN_PHYSICAL_VARIANT, TYPE_BOUNDED, TYPE_QUAL_BOUNDED):
8190 Remove.
8191 (TYPE_QUALS): Remove BOUNDED.
8192 (TREE_EXPR_QUALS, TREE_FUNC_QUALS): Remove.
8193 (TYPE_BOUNDED_VALUE, TYPE_BOUNDED_BASE, TYPE_BOUNDED_EXTENT,
8194 TYPE_BOUNDED_SUBTYPE, TYPE_UNBOUNDED_VARIANT, TYPE_POINTER_DEPTH,
8195 TYPE_AMBIENT_BOUNDEDNESS, MAX_POINTER_DEPT,
8196 VA_LIST_POINTER_DEPTH): Remove.
8197 (struct tree_type): Remove pointer_depth.
8198
8199 2003-05-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8200
8201 * c-pretty-print.c (pp_c_integer_literal): Use
8202 HOST_WIDE_INT_PRINT_DOUBLE_HEX.
8203
8204 2003-05-20 Roger Sayle <roger@eyesopen.com>
8205 Kazu Hirata <kazu@cs.umass.edu>
8206 Joern Rennecke <joern.rennecke@superh.com>
8207
8208 * gcse.c (cprop_jump): Make use of REG_EQUAL notes on both
8209 setcc and jump, if they exist. If substituted instruction
8210 fails to validate, store current effort in a REG_EQUAL note.
8211 (cprop_insn): Don't attempt further substitutions if the
8212 current instruction has been deleted.
8213 (local_cprop_pass): Likewise.
8214
8215 * jump.c (redirect_jump): Also update REG_EQUAL note, if
8216 one is attached to the jump instruction.
8217 (invert_jump): Delete REG_EQUAL note on jump, if one exists.
8218
8219 2003-05-21 Danny Smith <dannysmith@users.sourceforge.net>
8220
8221 PR c++/9738
8222 * config/i386/winnt.c (i386_pe_encode_section_info): Enable
8223 even if not first.
8224
8225 2003-05-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8226
8227 * genautomata.c (output_description, output_automaton_units,
8228 output_state_arcs): Add missing specifiers.
8229
8230 2003-05-20 Bob Wilson <bob.wilson@acm.org>
8231
8232 * config/xtensa/lib1funcs.asm: Avoid use of .Lfe* in .size directives.
8233 (do_abs, do_addx2, do_addx4, do_addx8): New assembler macros.
8234 (__mulsi3): Use do_addx* instead of ADDX* instructions. Formatting.
8235 (nsau): Rename to do_nsau. Provide alternate version for use when
8236 the NSAU instruction is available.
8237 (__udivsi3, __divsi3, __umodsi3, __modsi3): Use do_nsau macro.
8238 (__divsi3, __modsi3): Use do_abs macro instead of ABS instruction.
8239 * config/xtensa/xtensa-config.h: Update comments to match binutils.
8240 (XCHAL_HAVE_ABS, XCHAL_HAVE_ADDX): Define.
8241 * config/xtensa/xtensa.h (MASK_ABS, MASK_ADDX): Define.
8242 (TARGET_ABS, TARGET_ADDX): Define.
8243 (TARGET_DEFAULT): Conditionally add MASK_ABS and MASK_ADDX.
8244 (TARGET_SWITCHES): Add "abs", "no-abs", "addx", and "no-addx".
8245 * config/xtensa/xtensa.md (*addx2, *addx4, *addx8, *subx2, *subx4,
8246 *subx8): Set predicate condition to TARGET_ADDX.
8247 (abssi2): Set predicate condition to TARGET_ABS.
8248 * doc/invoke.texi (Option Summary): Document new "-mabs", "-mno-abs",
8249 "-maddx", and "-mno-addx" options.
8250 (Xtensa Options): Likewise. Also tag some opcode names with @code.
8251
8252 2003-05-20 Kevin Ryde <user42@zip.com.au>
8253 Wolfgang Bangerth <bangerth@dealii.org>
8254
8255 PR/10355
8256 * doc/extend.texi: Put a warning into the documentation
8257 of attribute regparm.
8258
8259 2003-05-20 Jason Merrill <jason@redhat.com>
8260
8261 * tree.c (expr_last): New fn.
8262 * tree.h: Declare it.
8263 * objc/objc-act (expr_last): Rename to objc_expr_last.
8264
8265 2003-05-20 J"orn Rennecke <joern.rennecke@superh.com>
8266
8267 * sh.c (sh_register_move_cost): Add clase for moving between
8268 FP registers and MAC registers.
8269
8270 2003-05-19 John David Anglin <dave.anglin@nrc-gnrc.gc.ca>
8271
8272 * pa/milli64.S ($$mulI): Fix typo.
8273
8274 2003-05-19 Matt Kraai <kraai@alumni.cmu.edu>
8275
8276 * alias.c (nonlocal_mentioned_p, nonlocal_referenced_p)
8277 (nonlocal_set_p): Remove initial blank line.
8278 * dwarf2out.c (simple_type_size_in_bits): Likewise.
8279 * et-forest.c (et_forest_create): Likewise.
8280 * explow.c (stabilize): Likewise.
8281 * fix-header.c (write_lbrac): Likewise.
8282 * graph.c (start_fct, node_data): Likewise.
8283 * jump.c (only_sets_cc0_p, sets_cc0_p): Likewise.
8284 * rtlanal.c (global_reg_mentioned_p): Likewise.
8285 * tree.c (bit_position): Likewise.
8286
8287 2003-05-19 Alexandre Oliva <aoliva@redhat.com>
8288
8289 * config/mips/linux64.h (LIB_SPEC): Add missing -lc and correct
8290 -lthread to -lpthread.
8291
8292 2003-05-19 Neil Booth <neil@daikokuya.co.uk>
8293
8294 * c-opts.c (c_common_decode_option): Don't accept dollars
8295 as identifier characters in assembly.
8296 * doc/cpp.texi: Document this.
8297
8298 2003-05-19 Seth Arnold <sarnold@wirex.com>
8299 Aldy Hernandez <aldyh@redhat.com>
8300
8301 * config/rs6000/rs6000.c (rs6000_stack_info): Do not add
8302 vrsave_size twice.
8303
8304 2003-05-19 Aldy Hernandez <aldyh@redhat.com>
8305
8306 * doc/tm.texi (function_arg): Fix typo.
8307
8308 2003-05-19 Matt Austern <austern@apple.com>
8309
8310 * c-opts.c (COMMAND_LINE_OPTIONS): Add -Winvalid-offsetof option.
8311 * c-common.h (warn_invalid_offsetof): Declare.
8312 * c-common.c (warn_invalid_offsetof): Define.
8313 * doc/invoke.texi: Document -Winvalid-offsetof.
8314 * testsuite/g++.dg/other/offsetof3.C: New.
8315 * testsuite/g++.dg/other/offsetof4.C: New.
8316
8317 2003-05-19 Kevin B. Hendricks <kevin.hendricks@sympatico.ca>
8318 David Edelsohn <edelsohn@gnu.org>
8319
8320 * config/rs6000/rs6000.c (rs6000_alignment_string,
8321 rs6000_alignment_flags): New variables.
8322 (rs6000_parse_alignment_option): New function.
8323 (rs6000_override_options): Call it.
8324 * config/rs6000/rs6000.h (TARGET_OPTIONS): Add -malign-XXX option.
8325 (MASK_ALIGN_POWER, MASK_ALIGN_NATURAL, TARGET_ALIGN_NATURAL): New
8326 macros.
8327 * config/rs6000/aix.h (ADJUST_FIELD_ALIGN): Always use COMPUTED
8328 natural alignment if TARGET_NATURAL_ALIGNMENT
8329 (ROUND_TYPE_ALIGN): Always use default record alignment if
8330 TAGET_NATURAL_ALIGNMENT.
8331 * config/rs6000/darwin.h (ADJUST_FIELD_ALIGN): Same
8332 (ROUND_TYPE_ALIGN): Same.
8333 * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Same
8334 (ROUND_TYPE_ALIGN): Same.
8335 * doc/invoke.texi (Option Summary, PowerPC Options): Document
8336 new options.
8337
8338 2003-05-19 J"orn Rennecke <joern.rennecke@superh.com>
8339
8340 * c-decl.c (finish_decl): When setting the DECL_ASSEMBLER_NAME
8341 of a function using ASMSPEC, prepend a star.
8342
8343 2003-05-19 Jason Merrill <jason@redhat.com>
8344
8345 * tree-inline.c (copy_body_r): Avoid generating &* during inline
8346 substitution.
8347
8348 2003-05-19 Andrew Macleod <amacleod@redhat.com>
8349
8350 * config/stormy16/stormy16.c (xstormy16_expand_prologue): Do
8351 not mark assignments to the hard frame pointer as being stack
8352 frame related.
8353 (xstormy16_expand_epilogue): Mark adjustments to the stack
8354 pointer as being stack frame related.
8355
8356 2003-05-19 Richard Sandiford <rsandifo@redhat.com>
8357
8358 * config/mips/mips.h (ISA_HAS_LOAD_DELAY, ISA_HAS_XFER_DELAY,
8359 ISA_HAS_FCMP_DELAY, ISA_HAS_HILO_INTERLOCKS): New macros.
8360 (PREDICATE_CODES): Add hilo_operand.
8361 * config/mips/mips.c (hilo_operand): New predicate.
8362 (mips_adjust_insn_length): Account for the number nops that might
8363 be needed to avoid hardware hazards.
8364 * config/mips/mips.md (dslot): Remove attribute.
8365 (hazard): New attribute.
8366 (can_delay): Use it. Check for calls, branches & jumps.
8367 (muldi3): Use the standard dmult pattern for mips16 code.
8368 (muldi3_internal, muldi3_internal2): Adjust conditions accordingly.
8369
8370 2003-05-19 Richard Sandiford <rsandifo@redhat.com>
8371
8372 * config/mips/mips-protos.h (final_prescan_insn,
8373 mips_count_memory_refs, mips_fill_delay_slot): Remove.
8374 * config/mips/mips.h (delay_type, dslots_load_total,
8375 dslots_load_filled, dslots_jump_total, dslots_jump_filled,
8376 dslots_number_nops, num_refs, mips_load_reg, mips_load_reg2,
8377 mips_load_reg3, mips_load_reg4): Remove.
8378 (MASK_STATS): Remove.
8379 (MASK_EXPLICIT_RELOCS): Reuse its value.
8380 (TARGET_STATS): Remove.
8381 (TARGET_SWITCHES): Turn -mstats and -mno-stats into no-ops.
8382 Warn that -mstats is now ignored.
8383 (FINAL_PRESCAN_INSN): Undefine.
8384 (DBR_OUTPUT_SEQEND): Remove handling of dslot statistics.
8385 (ASM_OUTPUT_REG_POP): Likewise.
8386 * config/mips/mips.c (dslots_load_total, dslots_load_filled,
8387 dslots_jump_total, dslots_jump_filled, dslots_number_nops, num_refs,
8388 mips_load_reg, mips_load_reg2, mips_load_reg3, mips_load_reg4,
8389 mips_fill_delay_slot, mips_count_memory_refs,
8390 final_prescan_insn): Remove.
8391 (output_block_move): Remove calls to mips_count_memory_refs.
8392 (print_operand): Remove printing of #nop for TARGET_STATS.
8393 (mips_output_function_epilogue): Remove TARGET_STATS code.
8394 Reorganize setting of fnnmae.
8395 * config/mips/mips.md: Remove handling of dslot statistics
8396 throughout file. Change all fcmp patterns into normal asm
8397 templates, removing calls to mips_fill_delay_slot.
8398 * doc/invoke.texi: Remove documentation of -mstats.
8399
8400 2003-05-19 Richard Sandiford <rsandifo@redhat.com>
8401
8402 * config/mips/mips.c (mips_class_max_nregs): Return the number of
8403 words in the mode.
8404
8405 2003-05-19 Richard Sandiford <rsandifo@redhat.com>
8406
8407 * config/mips/mips.c (override_options): Disable explicit
8408 relocs for old ABIs unless using gas.
8409
8410 2003-05-18 Eric Christopher <echristo@redhat.com>
8411
8412 * config/mips/mips.h: Remove definition of g_switch_value.
8413
8414 2003-05-18 Matt Kraai <kraai@alumni.cmu.edu>
8415
8416 * flags.h (g_switch_value): Change to an unsigned
8417 HOST_WIDE_INT.
8418 * toplev.c (g_switch_value): Likewise.
8419
8420 * config/alpha/alpha.c (small_symbolic_operand): Remove
8421 g_switch_value cast.
8422 (alpha_in_small_data_p): Cast size to an unsigned
8423 HOST_WIDE_INT.
8424
8425 * config/frv/frv.c (frv_in_small_data_p): Cast size to an
8426 unsigned HOST_WIDE_INT.
8427 * config/frv/frv.h (g_switch_value, g_switch_set): Remove.
8428 (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Declare g_switch_set.
8429
8430 * config/m32r/m32r.c (m32r_in_small_data_p): Cast size to an
8431 unsigned HOST_WIDE_INT.
8432 (m32r_asm_file_start): Use HOST_WIDE_INT_PRINT_UNSIGNED.
8433 * config/m32r/m32r.h (g_switch_value, g_switch_set): Remove.
8434 (ASM_OUTPUT_ALIGNED_COMMON): Declare g_switch_value.
8435
8436 * config/rs6000/rs6000.c (rs6000_file_start): Use
8437 HOST_WIDE_INT_PRINT_UNSIGNED.
8438 (small_data_operand): Cast summand to unsigned HOST_WIDE_INT.
8439 (rs6000_elf_in_small_data_p): Cast size to unsigned
8440 HOST_WIDE_INT.
8441 * config/rs6000/sysv4.h (g_switch_value, g_switch_set):
8442 Remove.
8443 (SUBTARGET_OVERRIDE_OPTIONS): Declare g_switch_value and
8444 g_switch_set.
8445 (ASM_OUTPUT_ALIGNED_LOCAL): Declare g_switch_value and remove
8446 g_switch_value cast.
8447
8448 2003-05-18 Roger Sayle <roger@eyesopen.com>
8449 Zack Weinberg <zack@codesourcery.com>
8450
8451 PR middle-end/10472
8452 * builtins.c (expand_builtin_memcpy): Call force_operand on
8453 expressions and use simplify_gen_binary to create the addition.
8454
8455 2003-05-18 Andreas Schwab <schwab@suse.de>
8456
8457 * config/m68k/m68k.md: Use define_constants for unspec numbers.
8458
8459 2003-05-18 Neil Booth <neil@daikokuya.co.uk>
8460
8461 * config/sparc/sparc.h: Define sparc for now.
8462
8463 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
8464
8465 * config.gcc: Clear xm_file, md_file at the beginning of each pass.
8466
8467 * config/stormy16/stormy16.h: Remove about 3000 lines of
8468 target-independent comments. Update copyright notice.
8469
8470 * doc/collect2.texi: GNU CC -> GCC.
8471 * doc/headerdirs.texi: GNU CC -> GCC.
8472
8473 2003-05-18 Gabriel Dos Reis <gdr@integrable-solutions.net>
8474
8475 * hashtable.h (struct ht_identifier): Add data member "hash_value".
8476 * hashtable.c (ht_lookup): Use it when searching, remember.
8477 (ht_expand): Do not recompute.
8478 * tree.h (IDENTIFIER_HASH_VALUE): New macro.
8479
8480 2003-05-18 Nathan Sidwell <nathan@codesourcery.com>
8481
8482 * gcov-io.c (gcov_read_bytes): Fix fread thinko.
8483
8484 2003-05-18 Neil Booth <neil@daikokuya.co.uk>
8485
8486 * c-cppbuiltin.c (TARGET_OS_CPP_BUILTINS, TARGET_OBJFMT_CPP_BUILTINS):
8487 Default here.
8488 (c_cpp_builtins): Invoke TARGET_OBJFMT_CPP_BUILTINS().
8489 * defaults.h: Don't default TARGET_OS_CPP_BUILTINS here.
8490 * config/elfos.h (TARGET_OBJFMT_CPP_BUILTINS): Define __ELF__.
8491 * config/freebsd-spec.h, config/netbsd-elf.h, config/alpha/gnu.h,
8492 config/arm/linux-elf.h, config/arm/rtems-elf.h,
8493 config/arm/unknown-elf.h, config/cris/cris.h, config/cris/linux.h,
8494 config/h8300/elf.h, config/i370/linux.h, config/i386/beos-elf.h,
8495 config/i386/gnu.h, config/i386/linux.h, config/i386/linux64.h,
8496 config/i386/moss.h, config/i386/rtemself.h, config/ia64/ia64.h,
8497 config/m68k/rtemself.h, config/mcore/mcore-elf.h, config/mips/linux.h,
8498 config/pa/pa-linux.h, config/rs6000/linux.h, config/rs6000/linux64.h,
8499 config/rs6000/sysv4.h, config/rs6000/vxworks.h, config/s390/linux.h,
8500 config/sh/coff.h, config/sh/elf.h, config/sh/rtemself.h,
8501 config/sh/sh.h, config/sparc/linux.h, config/sparc/linux64.h,
8502 config/sparc/openbsd64.h, config/sparc/sp64-elf.h,
8503 config/sparc/sp86x-elf.h, config/xtensa/elf.h, config/xtensa/linux.h:
8504 Don't define __ELF__.
8505 * config/alpha.h, config/m68k/linux.h (TARGET_OBJFMT_CPP_BUILTINS):
8506 Define __ELF__.
8507 * doc/cpp.texi: Document __ELF__.
8508 * doc/tm.texi: Document TARGET_OBJFMT_CPP_BUILTINS. *
8509
8510 2003-05-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8511
8512 * builtins.c (validate_arglist): Eliminate libiberty VA_ macros,
8513 always use stdarg.
8514 * c-errors.c (pedwarn_c99): Likewise.
8515 * c-format.c (status_warning): Likewise.
8516 * c-semantics.c (build_stmt): Likewise.
8517 * calls.c (emit_library_call, emit_library_call_value): Likewise.
8518 * collect2.c (notice, fatal_perror, fatal, error): Likewise.
8519 * cpperror.c (cpp_error, cpp_error_with_line): Likewise.
8520 * diagnostic.c (build_message_string, output_printf,
8521 output_verbatim, verbatim, inform, warning, pedwarn, error, sorry,
8522 fatal_error, internal_error, warning_with_decl, pedwarn_with_decl,
8523 error_with_decl, fnotice): Likewise.
8524 * dwarf2asm.c (dw2_asm_output_data, dw2_asm_output_delta,
8525 dw2_asm_output_offset, dw2_asm_output_pcrel, dw2_asm_output_addr,
8526 dw2_asm_output_addr_rtx, dw2_asm_output_nstring,
8527 dw2_asm_output_data_uleb128, dw2_asm_output_data_sleb128,
8528 dw2_asm_output_delta_uleb128, dw2_asm_output_delta_sleb128,
8529 dw2_asm_output_encoded_addr_rtx): Likewise.
8530 * emit-rtl.c (gen_rtx, gen_rtvec): Likewise.
8531 * errors.c (warning, error, fatal, internal_error): Likewise.
8532 * final.c (output_operand_lossage, asm_fprintf): Likewise.
8533 * fix-header.c (fatal): Likewise.
8534 * gcc.c (fatal, error, notice): Likewise.
8535 * gcov.c (fnotice): Likewise.
8536 * genattrtab.c (attr_rtx, attr_printf): Likewise.
8537 * gengtype.c (error_at_line, xasprintf, oprintf): Likewise.
8538 * gensupport.c (message_with_line): Likewise.
8539 * mips-tfile.c (fatal, error): Likewise.
8540 * protoize.c (notice): Likewise.
8541 * ra-debug.c (ra_debug_msg): Likewise.
8542 * read-rtl.c (fatal_with_file_and_line): Likewise.
8543 * rtl-error.c (error_for_asm, warning_for_asm): Likewise.
8544 * tree.c (build, build_nt, build_function_type_list): Likewise.
8545
8546 2003-05-17 Neil Booth <neil@daikokuya.co.uk>
8547
8548 * defaults.h (TARGET_CPU_CPP_BUILTINS, CPP_PREDEFINES): Remove.
8549 * gcc.c (cpp_predefines): Remove.
8550 (cpp_unique_options, do_spec_1): Remove handling of CPP_PREDEFINES.
8551 (static_specs): Remove predefines.
8552 * system.h: Poison CPP_PREDEFINES.
8553 * config/freebsd.h, config/openbsd.h, config/ptx4.h, config/svr3.h,
8554 config/svr4.h, doc/tm.texi: Remove references to CPP_PREDEFINES.
8555
8556 2003-05-17 Neil Booth <neil@daikokuya.co.uk>
8557
8558 * config/m68k/hp320.h, config/m68k/linux.h, config/m68k/m68k-none.h,
8559 config/m68k/m68k.h, config/m68k/m68kemb.h, config/m68k/m68kv4.h,
8560 config/m68k/openbsd.h, config/m68k/rtemself.h: Remove CPP_PREDEFINES,
8561 use TARGET_OS_CPP_BUILTINS and TARGET_CPU_CPP_BUILTINS instead.
8562
8563 2003-05-17 Neil Booth <neil@daikokuya.co.uk>
8564
8565 PR c/9209
8566 * c-common.c, c-common.h (dollars_in_ident): Remove.
8567 * c-opts.c (DOLLARS_IN_IDENTIFIERS): Default to true.
8568 (c_common_init_options, c_common_decode_option): Set dollars_in_ident.
8569 * cpphash.h (warned_dollar): Rename warn_dollars.
8570 * cppinit.c (struct lang_flags, lang_defaults, cpp_set_lang)
8571 Permit dollars regardless of -std=.
8572 (post_options): Set warn_dollars.
8573 * cpplex.c (forms_identifier_p): Use warn_dollars.
8574 * config/darwin.h, config/alpha/vms.h, config/m68hc11/m68hc11.h:
8575 Remove redundant definitions of DOLLARS_IN_IDENTIFIERS.
8576 * doc/cpp.texi, doc/cppopts.texi, doc/invoke.texi, doc/tm.texi:
8577 Update documentation.
8578
8579 2003-05-17 Andreas Schwab <schwab@suse.de>
8580
8581 * config/m68k/m68k.c (m68k_output_function_prologue): Use
8582 HOST_WIDE_INT_PRINT_DEC for fprintf and %wd for asm_fprintf when
8583 formatting a HOST_WIDE_INT.
8584 (m68k_output_function_epilogue): Likewise.
8585
8586 2003-05-17 Zack Weinberg <zack@codesourcery.com>
8587
8588 * doc/install.texi: Remove information about desupported targets.
8589
8590 2003-05-17 Andreas Schwab <schwab@suse.de>
8591
8592 * config/m68k/coff.h: Remove support for Sun FPA and Sun SKY board.
8593 * config/m68k/linux.h: Likewise.
8594 * config/m68k/m68k-none.h: Likewise.
8595 * config/m68k/netbsd-elf.h: Likewise.
8596 * config/m68k/sgs.h: Likewise.
8597 * config/m68k/m68k.h: Likewise.
8598 * config/m68k/m68k.md: Likewise.
8599 * config/m68k/m68k.c: Likewise.
8600 * doc/md.texi (Machine Constraints): Remove Sun FPA specific
8601 constraints.
8602 * doc/invoke.texi (Option Summary): Remove -mfpa.
8603 (M680x0 Options): Likewise.
8604
8605 2003-05-17 David Edelsohn <edelsohn@gnu.org>
8606
8607 * rs6000.c (rs6000_function_value): Simplify REAL_TYPE logic.
8608
8609 2003-05-17 Neil Booth <neil@daikokuya.co.uk>
8610
8611 * config/sol2.h: Add TARGET_SUB_OS_CPP_BUILTINS.
8612 * config/sparc/liteelf.h, config/sparc/openbsd64.h,
8613 config/sparc/rtemself.h, config/sparc/sol2-64.h,
8614 config/sparc/sp64-elf.h, config/sparc/sp86x-elf.h:
8615 Update for use of TARGET_SUB_OS_CPP_BUILTINS.
8616
8617 2003-05-17 Neil Booth <neil@daikokuya.co.uk>
8618
8619 * i960/i960.h, i960/rtems.h: Use TARGET_OS_CPP_BUILTINS and
8620 TARGET_CPU_CPP_BUILTINS in preference to CPP_PREDEFINES.
8621
8622 2003-05-17 Neil Booth <neil@daikokuya.co.uk>
8623
8624 * config.gcc (sparc-*-sysv4*): Add sparc/sysv4-only.h.
8625 * sparc/aout.h, sparc/elf.h, sparc/freebsd.h, sparc/linux.h,
8626 sparc/linux64.h, sparc/lite.h, sparc/litecoff.h, sparc/liteelf.h,
8627 sparc/netbsd-elf.h, sparc/openbsd.h, sparc/openbsd64.h,
8628 sparc/pbd.h, sparc/rtemself.h, sparc/sol2-64.h, sparc/sol2-bi.h,
8629 sparc/sol2.h, sparc/sp64-elf.h, sparc/sp86-elf.h, sparc/sparc.h,
8630 sparc/sysv4.h,
8631 * sparc/sysv4-only.h: New.
8632
8633 2003-05-17 Alan Modra <amodra@bigpond.net.au>
8634
8635 * function.c (assign_parms): Check for zero size args.
8636
8637 2003-05-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8638
8639 * cfgloopanal.c (test_for_iteration): Use string concatentation on
8640 HOST_WIDE_INT_PRINT_* format specifier to collapse multiple
8641 function calls into one.
8642 * dbxout.c (dbxout_symbol): Likewise.
8643 * defaults.h (ASM_OUTPUT_SIZE_DIRECTIVE): Likewise.
8644 * dwarf2asm.c (dw2_asm_output_data_uleb128,
8645 dw2_asm_output_data_sleb128): Likewise.
8646 * genrecog.c (debug_decision_2): Likewise.
8647 * loop.c (emit_prefetch_instructions): Likewise.
8648 * print-rtl.c (print_rtx): Likewise.
8649 * print-tree.c (print_node_brief, print_node): Likewise.
8650 * ra-debug.c (dump_igraph, dump_graph_cost,
8651 dump_static_insn_cost): Likewise.
8652 * ra-rewrite.c (dump_cost): Likewise.
8653 * sdbout.c (PUT_SDB_INT_VAL, PUT_SDB_SIZE): Likewise.
8654 * sreal.c (dump_sreal): Likewise.
8655 * unroll.c (unroll_loop, precondition_loop_p): Likewise.
8656 * varasm.c (assemble_vtable_entry): Likewise.
8657
8658 * avr.c (avr_output_function_prologue,
8659 avr_output_function_epilogue, print_operand): Fix format specifier
8660 warnings.
8661 (init_cumulative_args): Mark parameter with ATTRIBUTE_UNUSED.
8662 * avr.h (FUNCTION_VALUE_REGNO_P): Fix signed/unsigned warnings.
8663
8664 2003-05-16 Geoffrey Keating <geoffk@apple.com>
8665
8666 * config/rs6000/rs6000.c (expand_block_move): Unify the TARGET_STRING
8667 and ! TARGET_STRING cases.
8668
8669 * doc/cppopts.texi (-undef): Fix texinfo warning.
8670
8671 * doc/cppopts.texi (-H): Document that -H works for PCH files too.
8672 * cppfiles.c (validate_pch): When -H is used, print some information
8673 about PCH files found.
8674
8675 2003-05-16 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8676
8677 * config/mips/t-elf: Remove obsolete rules adding dependencies on tm.h.
8678 * config/mips/t-isa3264, config/mips/t-r3900: Likewise.
8679 * config/mips/t-sr71k: Likewise.
8680
8681 2003-05-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8682
8683 * arc.c (arc_output_function_prologue,
8684 arc_output_function_epilogue): Fix format specifier warnings.
8685 * arc.h (LARGE_INT): Fix signed/unsigned warnings.
8686
8687 * v850.c (print_operand): Fix format specifier warnings.
8688
8689 * ns32k.c (ADJSP, ns32k_output_function_prologue): Fix format
8690 specifier warnings.
8691
8692 * mcore.c (mcore_print_operand_address, mcore_print_operand): Fix
8693 format specifier warnings.
8694
8695 * ip2k.c (function_prologue, function_epilogue, print_operand):
8696 Fix format specifier warnings.
8697 * ip2k.md: Likewise.
8698
8699 * i960.c (i960_output_function_prologue, i960_print_operand,
8700 i960_print_operand_addr): Fix format specifier warnings.
8701
8702 * i370.c (ascebc, ebcasc): Wrap in macros controlling usage.
8703 (i370_output_function_prologue): Fix format specifier warnings.
8704 * i370.h (PRINT_OPERAND): Likewise.
8705
8706 * fr30.c (fr30_print_operand): Fix format specifier warnings.
8707
8708 * dsp16xx.c (print_operand_address): Fix format specifier warning.
8709 * dsp16xx.h (INCLUDE_DEFAULTS): Add missing initializers.
8710
8711 * c4x.c (c4x_print_operand, c4x_print_operand_address): Fix format
8712 specifier warnings.
8713
8714 * alpha.c (print_operand_address, alpha_start_function,
8715 unicosmk_output_ssib): Use string concatentation on
8716 HOST_WIDE_INT_PRINT_* format specifier to collapse multiple
8717 function calls into one.
8718 * arm.c (arm_print_operand): Likewise.
8719 * cris.c (cris_asm_output_mi_thunk): Likewise.
8720 * frv.c (frv_asm_output_mi_thunk): Likewise.
8721 * ia64.c (ia64_print_operand, process_set): Likewise.
8722 * m68k.c (m68k_output_function_epilogue, m68k_output_mi_thunk):
8723 Likewise.
8724 * mips/iris5gas.h (PUT_SDB_SIZE): Likewise.
8725 * mips.h (PUT_SDB_INT_VAL, PUT_SDB_SIZE): Likewise.
8726 * pa.c (output_div_insn, pa_asm_output_mi_thunk): Likewise.
8727 * pa.h (PRINT_OPERAND_ADDRESS): Likewise.
8728 * rs6000.c (rs6000_va_start, print_operand_address): Likewise.
8729 * s390.c (s390_assemble_integer): Likewise.
8730 * sparc.c (sparc_flat_function_prologue,
8731 sparc_flat_function_epilogue): Likewise.
8732 * stormy16.c (xstormy16_print_operand_address, xstormy16_print_operand): Likewise.
8733 * vax.c (vax_output_mi_thunk): Likewise.
8734
8735 * frv.c (frv_print_operand_memory_reference): Fix format specifier
8736 warning.
8737 (frv_rtx_costs): Mark parameter with ATTRIBUTE_UNUSED.
8738
8739 * m68k.c (m68k_output_function_epilogue): Fix format specifier
8740 warnings.
8741
8742 * stormy16-protos.h (xs_hi_general_operand,
8743 xs_hi_nonmemory_operand): Prototype.
8744 * stormy16.c (xstormy16_output_shift): Fix format specifier
8745 warnings.
8746
8747 * cris.c: Fix format specifier warnings.
8748
8749 2003-05-16 Nick Clifton <nickc@redhat.com>
8750
8751 * config/arm/lib1funcs.asm: Fix typo: LSM instead of LSYM.
8752
8753 2003-05-16 Wolfgang Bangerth <bangerth@dealii.org>
8754
8755 * doc/bugreport.texi: Remove most of the of the preface of the
8756 bugs section.
8757
8758 2003-05-16 Jakub Jelinek <jakub@redhat.com>
8759
8760 * config/ia64/unwind-ia64.c (uw_update_reg_address): Handle
8761 .save XX, r0.
8762
8763 2003-05-15 Roger Sayle <roger@eyesopen.com>
8764
8765 * config/alpha/alpha.h (ASM_OUTPUT_SKIP): Fix typo.
8766
8767 2003-05-15 Eric Christopher <echristo@redhat.com>
8768
8769 * cfgcleanup.c (merge_blocks): Fix return value.
8770
8771 2003-05-15 Eric Christopher <echristo@redhat.com>
8772
8773 * combine.c (expand_compound_operation): Make sure
8774 that zero_extend operation is profitable.
8775
8776 2003-05-15 Richard Henderson <rth@redhat.com>
8777
8778 * config/alpha/linux.h, config/alpha/linux-elf.h: Remove
8779 code protected by USE_GNULIBC_1.
8780
8781 2003-05-15 Zack Weinberg <zack@codesourcery.com>
8782
8783 * config.gcc: Purge all targets obsoleted in GCC 3.3. Also
8784 remove hppa*-*-mpeix* which could not be built, and prune
8785 files from tmake_file= or tm_file= lists that don't exist.
8786
8787 * config/alpha/alpha-interix.h, config/alpha/alpha32.h
8788 * config/alpha/t-interix, config/arm/conix-elf.h
8789 * config/arm/t-arm-aout, config/arm/t-strongarm-coff
8790 * config/arm/unknown-elf-oabi.h, config/i386/win32.h
8791 * config/m68k/3b1.h, config/m68k/3b1g.h, config/m68k/amix.h
8792 * config/m68k/atari.h, config/m68k/ccur-GAS.h, config/m68k/crds.h
8793 * config/m68k/hp2bsd.h, config/m68k/hp3bsd.h
8794 * config/m68k/hp3bsd44.h, config/m68k/linux-aout.h
8795 * config/m68k/m68k-psos.h, config/m68k/mot3300.h
8796 * config/m68k/pbb.h, config/m68k/plexus.h, config/m68k/sun2.h
8797 * config/m68k/sun2o4.h, config/m68k/sun3.h, config/m68k/sun3mach.h
8798 * config/m68k/sun3n.h, config/m68k/sun3n3.h, config/m68k/sun3o3.h
8799 * config/m68k/t-mot3300, config/m68k/t-mot3300-gald
8800 * config/m68k/t-mot3300-gas, config/m68k/t-mot3300-gld
8801 * config/m68k/tower-as.h, config/m68k/tower.h
8802 * config/m88k/aout-dbx.h, config/m88k/m88k-aout.h
8803 * config/m88k/m88k-modes.def, config/m88k/m88k-move.sh
8804 * config/m88k/m88k-protos.h, config/m88k/m88k.c
8805 * config/m88k/m88k.h, config/m88k/m88k.md, config/m88k/openbsd.h
8806 * config/m88k/sysv4.h, config/m88k/t-luna, config/m88k/t-luna-gas
8807 * config/m88k/t-m88k, config/m88k/t-sysv4, config/mcore/gfloat.h
8808 * config/mips/rtems64.h, config/mips/sni-gas.h
8809 * config/mips/sni-svr4.h, config/mips/t-ecoff
8810 * config/mn10200/lib1funcs.asm, config/mn10200/mn10200-protos.h
8811 * config/mn10200/mn10200.c, config/mn10200/mn10200.h
8812 * config/mn10200/mn10200.md, config/mn10200/t-mn10200
8813 * config/pa/pa-hiux.h, config/pa/pa-hpux7.h, config/pa/pa-hpux9.h
8814 * config/pa/pa-oldas.h, config/pa/t-mpeix, config/psos.h
8815 * config/romp/romp-protos.h, config/romp/romp.c
8816 * config/romp/romp.h, config/romp/romp.md, config/rs6000/aix31.h
8817 * config/rs6000/aix3newas.h, config/rs6000/mach.h
8818 * config/sparc/bsd.h, config/sparc/hal.h
8819 * config/sparc/linux-aout.h, config/sparc/lynx-ng.h
8820 * config/sparc/lynx.h, config/sparc/netbsd.h
8821 * config/sparc/sp86x-aout.h, config/sparc/splet.h
8822 * config/sparc/sun4gas.h, config/sparc/sun4o3.h
8823 * config/sparc/sunos4.h, config/sparc/t-chorus-elf
8824 * config/sparc/t-halos, config/sparc/t-sparcbare
8825 * config/sparc/t-splet, config/sparc/t-sunos41
8826 * config/v850/rtems.h: Delete file.
8827
8828 2003-05-15 Aldy Hernandez <aldyh@redhat.com>
8829
8830 * config/rs6000/rs6000-protos.h (function_value): Protoize.
8831
8832 * config/rs6000/rs6000.h (FUNCTION_VALUE): Call function.
8833
8834 * config/rs6000/rs6000.c (rs6000_function_value): New.
8835
8836 2003-05-15 Philip Blundell <philb@gnu.org>
8837
8838 * config/arm/arm.c (arm_is_xscale): Rename to arm_arch_xscale.
8839 All uses updated.
8840 (arm_tune_xscale): New variable.
8841 (arm_override_options): Set it.
8842 (arm_adjust_cost): Use it in place of arm_arch_xscale.
8843 (arm_gen_load_multiple): Likewise.
8844 (arm_gen_store_multiple): Likewise.
8845 * config/arm/arm.md (is_xscale): Likewise.
8846 * config/arm/arm.h (arm_tune_xscale): Declare.
8847
8848 2003-05-15 Philip Blundell <philb@gnu.org>
8849
8850 PR target/10730
8851 * config/arm/arm.c (adjacent_mem_locations): Reject offsets
8852 involving invalid constants.
8853
8854 2003-05-15 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
8855
8856 * pa.c (hppa_expand_prologue): Remove blockage.
8857
8858 2003-05-15 Wolfgang Bangerth <bangerth@dealii.org>
8859
8860 * doc/bugreport.texi: Remove most of the bug reporting
8861 instructions and merge them into bugs.html.
8862
8863 2003-05-14 Matt Kraai <kraai@alumni.cmu.edu>
8864
8865 * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Cast
8866 g_switch_value to unsigned HOST_WIDE_INT.
8867
8868 2003-05-14 Eric Christopher <echristo@redhat.com>
8869
8870 * combine.c: Fix header comments.
8871 (distribute_notes): Remove usage of elim_i1, elim_i2. Propagate
8872 to all calls and prototype.
8873
8874 2003-05-14 Roger Sayle <roger@eyesopen.com>
8875
8876 PR optimization/10764
8877 * config/i386/i386.md (atan2df3, atan2sf3, atan2xf3, atan2tf3):
8878 Add an explicit clobber to show that UNSPEC_FPATAN clobbers st(1).
8879 (*fyl2x_sfxf3, *fyl2x_dfxf3, *fyl2x_xf3, *fyl2x_tfxf3): Likewise,
8880 add an explicit clobber to show that UNSPEC_FYL2X clobbers st(1).
8881 (logsf2, logdf2, logxf2, logtf2): Update expander patterns to match
8882 the corresponding *fyl2x_?fxf3 instructions.
8883
8884 2003-05-14 Bob Wilson <bob.wilson@acm.org>
8885
8886 * config/xtensa/lib2funcs.S (TRAMPOLINE_SIZE): Change from 49 to 59.
8887 * config/xtensa/xtensa-config.h (XCHAL_HAVE_CONST16,
8888 XCHAL_HAVE_L32R): New.
8889 * config/xtensa/xtensa-protos.h (non_const_move_operand,
8890 xtensa_load_constant, xtensa_function_prologue,
8891 xtensa_function_epilogue): Delete prototypes.
8892 (xtensa_expand_prologue): New.
8893 * config/xtensa/xtensa.c (frame_size_const,
8894 TARGET_ASM_FUNCTION_PROLOGUE, TARGET_MACHINE_DEPENDENT_REORG,
8895 non_const_move_operand, xtensa_load_constant, xtensa_reorg,
8896 xtensa_function_prologue): Delete.
8897 (add_operand, xtensa_mem_offset): Formatting.
8898 (move_operand): If the const16 option is available, allow any SFmode
8899 and SImode constants.
8900 (xtensa_emit_move_sequence): Inline the former contents of
8901 xtensa_load_constant with modifications to handle the const16 option.
8902 (override_options): Add xtensa_char_to_class['W'] and set it to
8903 the general register class only if the const16 option is enabled.
8904 Fix formatting. Disallow PIC when using the const16 option.
8905 (print_operand): Reorganize to switch on "letter" instead of the
8906 RTL code. Add output_operand_lossage calls for invalid cases.
8907 Add support for 't' and 'b' letters.
8908 (xtensa_expand_prologue): New function to replace
8909 xtensa_function_prologue and xtensa_reorg.
8910 (xtensa_function_epilogue): Declare this as static. Delete code
8911 to print the retw.n or retw instruction.
8912 (xtensa_return_addr): Use A0_REG instead of 0.
8913 (xtensa_rtx_costs): Add costs for using the const16 option.
8914 * config/xtensa/xtensa.h (MASK_CONST16, TARGET_CONST16): New.
8915 (TARGET_DEFAULT): Add CONST16 if L32R instructions not available.
8916 (TARGET_SWITCHES): Add "const16" and "no-const16".
8917 (REG_CLASS_FROM_LETTER): Add comment about new 'W' letter.
8918 (EXTRA_CONSTRAINT): Change 'T' constraint to only apply when not
8919 using the const16 option.
8920 (TRAMPOLINE_TEMPLATE): Rewrite to avoid hardwired use of l32r insn.
8921 (TRAMPOLINE_SIZE): Change from 49 to 59.
8922 (INITIALIZE_TRAMPOLINE): Adjust offsets to match new trampoline.
8923 (GO_IF_LEGITIMATE_ADDRESS): Do not allow constant pool addresses
8924 when using the const16 option.
8925 (PREDICATE_CODES): Delete non_const_move_operand.
8926 * config/xtensa/xtensa.md (define_constants): Add A1_REG, A8_REG, and
8927 UNSPECV_ENTRY.
8928 (movdi, movdf): If the source is a constant, always expand to a
8929 sequence of movsi insns.
8930 (movdi_internal, movdf_internal): Remove alternative using l32r insns.
8931 (movsi_internal, movsf_internal): Add alternative using const16 insns.
8932 (movsf): Add const16 support.
8933 (entry, prologue, epilogue): New.
8934 (set_frame_ptr): Add missing mode for unspec_volatile operation.
8935 Likewise for subsequent split pattern.
8936 * doc/invoke.texi (Option Summary, Xtensa Options): Document new
8937 "-mconst16" and "-mno-const16" options.
8938
8939 2003-05-14 Richard Henderson <rth@redhat.com>
8940
8941 * config/ia64/ia64.c (ia64_expand_load_address): Force destination
8942 to be DImode register. Merge load_symptr.
8943 * config/ia64/ia64.md (load_symptr): Remove.
8944
8945 2003-05-14 Richard Henderson <rth@redhat.com>
8946
8947 * rtl.h (TREE_CONSTANT_POOL_ADDRESS_P): Rename from
8948 DEFERRED_CONSTANT_P.
8949 * integrate.c (copy_rtx_and_substitute): Update use.
8950 * varasm.c (build_constant_desc): Set SYMBOL_REF_DECL
8951 to the copy generated.
8952 (maybe_output_constant_def_contents): Examine TREE_ASM_WRITTEN
8953 of the constant to see if we should emit.
8954 (mark_constant): Similarly.
8955 (output_constant_def_contents): Set TREE_ASM_WRITTEN.
8956
8957 2003-05-14 David Edelsohn <edelsohn@gnu.org>
8958
8959 * config/rs6000/rs6000.md (movsi_internal2): Use compare for self
8960 move record condition.
8961 (movdi_internal2): Same.
8962
8963 2003-05-14 Nathan Sidwell <nathan@codesourcery.com>
8964
8965 * gcov-io.h (gcov_write_bytes, gcov_read_bytes): Remove here.
8966 (GCOV_TAG_*) Force type to gcov_unsigned_t.
8967 (GCOV_CHECK, GCOV_CHECK_READING, GCOV_CHECK_WRITING): New.
8968 (struct gcov_var): Remove modified. Add start, length, offset,
8969 overread. Have buffer array for libgcov.
8970 (gcov_sync, gcov_seek): Definitions moved to gcov-io.c.
8971 (gcov_position, gcov_rewrite, gcov_is_eof): Adjust.
8972 * gcov-io.c (gcov_open): Set mode, do not read anything.
8973 (gcov_close): Write final block.
8974 (gcov_write_block, gcov_allocate): New.
8975 (gcov_write_bytes): Make static. Write or allocate buffer.
8976 (gcov_write_unsigned, gcov_write_counter): Buffer can never be
8977 null.
8978 (gcov_write_string): Adjust.
8979 (gcov_write_tag)
8980 (gcov_write_length): Adjust. Flush the block.
8981 (gcov_write_tag_length): Buffer can never be null.
8982 (gcov_read_bytes): Make static. Read in block.
8983 (gcov_sync): Moved here. Adjust.
8984 (gcov_seek): Moved here. Adjust.
8985 * coverage.c (read_counts_file): Adjust.
8986 * gcov-dump.c (print_prefix): Add position parameter.
8987 (flag_dump_positions): New flag.
8988 (options, main, print_usage): Add it.
8989 (dump_file, tag_blocks, tag_arcs, tag_lines, tag_counters,
8990 tag_summary): Adjust.
8991 * gcov.c (read_graph_file, read_count_file): Adjust.
8992 * libgcov.c (gcov_exit): Adjust.
8993
8994 * Makefile.in (LIBGCC_DEPS): Use $(srcdir) on gcov files
8995 (libgcov.a): Depend on libgcc.a.
8996 (gcov.o, gcov-dump.o): Add gcov-io.c.
8997 * mklibgcc.in (libgcov_c_dep): Use $(srcdir).
8998
8999 * loop.c (check_dbra_loop): Factor common test.
9000
9001 2003-05-14 Ben Elliston <bje@wasabisystems.com>
9002
9003 * doc/md.texi (Automaton pipeline description): Grammar fixes.
9004
9005 2003-05-14 Richard Sandiford <rsandifo@redhat.com>
9006
9007 * target-def.h (TARGET_MACHINE_DEPENDENT_REORG): Define.
9008 (TARGET_INITIALIZER): Include it.
9009 * target.h (struct gcc_target): Add machine_dependent_reorg field.
9010 * toplev.c (rest_of_compilation): Use targetm.machine_dependent_reorg.
9011 * system.h: Poison MACHINE_DEPENDENT_REORG.
9012
9013 * config/alpha/alpha-protos.h (alpha_reorg): Remove declaration.
9014 * config/alpha/alpha.h (MACHINE_DEPENDENT_REORG): Remove.
9015 * config/alpha/alpha.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
9016 (alpha_handle_trap_shadows): Remove "first insn" parameter.
9017 (alpha_align_insns): Likewise.
9018 (alpha_reorg): Likewise. Make static. Update calls to above
9019 functions.
9020
9021 * config/arm/arm-protos.h (arm_reorg): Remove declaration.
9022 * config/arm/arm.h (MACHINE_DEPENDENT_REORG): Remove.
9023 * config/arm/arm.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
9024 (arm_reorg): Remove parameter. Make static.
9025
9026 * config/avr/avr-protos.h (machine_dependent_reorg): Remove.
9027 * config/avr/avr.h (MACHINE_DEPENDENT_REORG): Remove.
9028 * config/avr/avr.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
9029 (avr_reorg): Renamed from machine_dependent_reorg. Make static.
9030 Remove parameter.
9031
9032 * config/c4x/c4x-protos.h (c4x_process_after_reload): Remove.
9033 * config/c4x/c4x.h (MACHINE_DEPENDENT_REORG): Remove.
9034 * config/c4x/c4x.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
9035 (c4x_reorg): Renamed from c4x_process_after_reload. Make static.
9036 Remove parameter.
9037
9038 * config/d30v/d30v-protos.h (d30v_machine_dependent_reorg): Remove.
9039 * config/d30v/d30v.h (MACHINE_DEPENDENT_REORG): Remove.
9040 * config/d30v/d30v.c (d30v_machine_dependent_reorg): Remove.
9041
9042 * config/frv/frv-protos.h (frv_machine_dependent_reorg): Remove.
9043 * config/frv/frv.c: Remove orphaned comment.
9044
9045 * config/i386/i386-protos.h (x86_machine_dependent_reorg): Remove.
9046 * config/i386/i386.h (MACHINE_DEPENDENT_REORG): Remove.
9047 * config/i386/i386.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
9048 (ix86_reorg): Renamed from x86_machine_dependent_reorg. Make static.
9049 Remove parameter.
9050
9051 * config/ia64/ia64-protos.h (ia64_reorg): Remove declaration.
9052 * config/ia64/ia64.h (MACHINE_DEPENDENT_REORG): Remove.
9053 * config/ia64/ia64.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
9054 (emit_insn_group_barriers): Remove "first insn" parameter.
9055 (emit_all_insn_group_barriers): Likewise.
9056 (ia64_reorg): Likewise. Make static. Update calls to above functions.
9057 (ia64_output_mi_thunk): Update call to emit_all_insn_group_barriers.
9058
9059 * config/ip2k/ip2k-protos.h (machine_dependent_reorg): Remove.
9060 * config/ip2k/ip2k.h (MACHINE_DEPENDENT_REORG): Remove.
9061 * config/ip2k/ip2k.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
9062 (ip2k_reorg): Renamed from machine_dependent_reorg. Make static.
9063 Remove parameter.
9064
9065 * config/m68hc11/m68hc11-protos.h (m68hc11_reorg): Remove declaration.
9066 * config/m68hc11/m68hc11.h (MACHINE_DEPENDENT_REORG): Remove.
9067 * config/m68hc11/m68hc11.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
9068 (m68hc11_reorg): Make static. Remove parameter.
9069
9070 * config/mcore/mcore-protos.h (mcore_dependent_reorg): Remove.
9071 * config/mcore/mcore.h (MACHINE_DEPENDENT_REORG): Remove.
9072 * config/mcore/mcore.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
9073 (conditionalize_optimization): Remove parameter.
9074 (mcore_reorg): Renamed from mcore_dependent_reorg. Remove parameter.
9075 Make static. Update call to conditionalize_optimization.
9076
9077 * config/mips/mips-protos.h (machine_dependent_reorg): Remove.
9078 * config/mips/mips.h (MACHINE_DEPENDENT_REORG): Remove.
9079 * config/mips/mips.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
9080 (mips_reorg): Renamed from machine_dependent_reorg. Remove parameter.
9081 Make static.
9082
9083 * config/mmix/mmix-protos.h (mmix_machine_dependent_reorg): Remove.
9084 * config/mmix/mmix.h (MACHINE_DEPENDENT_REORG): Remove.
9085 * config/mmix/mmix.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
9086 (mmix_reorg): Renamed from mmix_machine_dependent_reorg. Make static.
9087 Remove parameter.
9088
9089 * config/pa/pa-protos.h (pa_reorg): Remove declaration.
9090 * config/pa/pa.h (MACHINE_DEPENDENT_REORG): Remove.
9091 * config/pa/pa.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
9092 (pa_combine_instructions): Remove "first insn" parameter.
9093 (remove_useless_addtr_insns): Likewise.
9094 (pa_reorg): Likewise. Make static. Update calls to above functions.
9095
9096 * config/rs6000/rs6000.h (MACHINE_DEPENDENT_REORG): Remove
9097 commented-out definition.
9098
9099 * config/s390/s390-protos.h (s390_machine_dependent_reorg): Remove.
9100 * config/s390/s390.h (MACHINE_DEPENDENT_REORG): Remove.
9101 * config/s390/s390.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
9102 (s390_reorg): Renamed from s390_machine_dependent_reorg. Make static.
9103 Remove parameter.
9104
9105 * config/sh/sh-protos.h (machine_dependent_reorg): Remove.
9106 * config/sh/sh.h (MACHINE_DEPENDENT_REORG): Remove.
9107 * config/sh/sh.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
9108 (sh_reorg): Renamed from machine_dependent_reorg. Make static.
9109 Remove parameter.
9110 (sh_output_mi_thunk): Call sh_reorg directly.
9111 * config/sh/sh.md: Update comment.
9112
9113 * config/stormy16/stormy16.h (MACHINE_DEPENDENT_REORG): Remove
9114 commented-out definition.
9115
9116 * config/v850/v850-protos.h (v850_reorg): Remove declaration.
9117 * config/v850/v850.h (MACHINE_DEPENDENT_REORG): Remove.
9118 * config/v850/v850.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
9119 (v850_reorg): Make static. Remove parameter.
9120
9121 * config/xtensa/xtensa-protos.h (xtensa_reorg): Remove declaration.
9122 * config/xtensa/xtensa.h (MACHINE_DEPENDENT_REORG): Remove.
9123 * config/xtensa/xtensa.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
9124 (xtensa_reorg): Make static. Remove parameter.
9125
9126 * doc/tm.texi (MACHINE_DEPENDENT_REORG): Remove.
9127 (TARGET_MACHINE_DEPENDENT_REORG): Document.
9128
9129 2003-05-13 Richard Henderson <rth@redhat.com>
9130
9131 * c-decl.c (duplicate_decls): Re-invoke make_decl_rtl if
9132 the old decl had instantiated DECL_RTL.
9133
9134 2003-05-13 Mike Stump <mrs@apple.com>
9135
9136 * doc/invoke.texi (Option Summary): Kill off documentation for -$.
9137
9138 2003-05-13 Janis Johnson <janis187@us.ibm.com>
9139
9140 * config/rs6000/sysv4.h (OUTPUT_ASM_ALIGNED_LOCAL): Expect
9141 HOST_WIDE_INT argument.
9142
9143 2003-05-13 Jason Merrill <jason@redhat.com>
9144
9145 * tree.h (STRIP_MAIN_TYPE_NOPS): New macro.
9146
9147 * tree.c (iterative_hash_expr): New fn.
9148
9149 * c-semantics.c (emit_local_var): Don't mess with temp slots if
9150 there's no initializer.
9151
9152 2003-05-13 Richard Sandiford <rsandifo@redhat.com>
9153
9154 * final.c (final_scan_insn): Apply the effects of frame-related
9155 delay slot insns before emitting a delayed branch.
9156
9157 2003-05-13 Nick Clifton <nickc@redhat.com>
9158
9159 * config/mcore/mcore.md (jump): Use emit_jump_insn.
9160
9161 2003-05-13 Ulrich Weigand <uweigand@de.ibm.com>
9162
9163 * config/s390/s390.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Second
9164 parameter of ASM_OUTPUT_SKIP must have type unsigned HOST_WIDE_INT.
9165
9166 2003-05-12 DJ Delorie <dj@redhat.com>
9167
9168 * expr.c (move_by_pieces): Honor the alignment of TO and FROM.
9169 (emit_push_insn): Don't use push when the source alignment is less
9170 than the stack's push rounding.
9171
9172 2003-05-13 Zack Weinberg <zack@codesourcery.com>
9173
9174 * diagnostic.c (output_format): Add support for %m.
9175 (output_printf, output_verbatim, diagnostic_set_info,
9176 verbatim): Set err_no field of the text_info structure being
9177 initialized.
9178 (fatal_io_error): Delete function.
9179 * diagnostic.h (text_info): Add err_no field.
9180 * toplev.h (fatal_io_error): Delete prototype.
9181
9182 * c-opts.c, c-pch.c, dwarfout.c, ggc-common.c, ggc-page.c, graph.c
9183 * toplev.c, config/mips/mips.c, config/rs6000/host-darwin.c
9184 * objc/objc-act.c: Replace all calls to fatal_io_error with
9185 calls to fatal_error; add ": %m" to the end of all the affected
9186 error messages.
9187
9188 2003-05-13 Zack Weinberg <zack@codesourcery.com>
9189
9190 * varasm.c (notice_rtl_inlining_of_deferred_constant): New function.
9191 * rtl.h: Prototype it.
9192 * integrate.c (copy_rtx_and_substitute <SYMBOL_REF>): Call it
9193 when appropriate.
9194
9195 2003-05-13 Ulrich Weigand <uweigand@de.ibm.com>
9196
9197 * config/s390/s390.md ("*iordi3_oi"): Do not mark commutative.
9198 ("*iorsi3_oi"): Likewise.
9199
9200 2003-05-13 Richard Earnshaw <rearnsha@arm.com>
9201
9202 * arm.md (compare_scc): Use shorter sequence for EQ case.
9203 (ior_scc_scc_cmp, and_scc_scc_cmp): New insn-and-split patterns.
9204 (and_scc_scc): Ensure split only applies when there is a dominance
9205 of the comparisons.
9206 (and_scc_scc_nodom): New insn-and-split pattern.
9207
9208 2003-05-13 Richard Sandiford <rsandifo@redhat.com>
9209
9210 * unwind-dw2.c (uw_init_context_1): Don't pass &outer_cfa directly
9211 to _Unwind_SetGRPtr().
9212
9213 2003-05-13 Michael Eager <eager@mvista.com>
9214
9215 * Makefile.in: Initialize program_transform_cross_name from
9216 @program_transform_name@ instead of target_alias.
9217
9218 2003-05-12 Janis Johnson <janis187@us.ibm.com>
9219 Alan Modra <amodra@bigpond.net.au>
9220 Jakub Jelinek <jakub@redhat.com>
9221
9222 * configure.in (HAVE_AS_TLS): Add powerpc and powerpc64 tests.
9223 * configure: Rebuild.
9224 * config/rs6000/rs6000-protos.h: Update.
9225 * config/rs6000/rs6000.c (rs6000_tls_size): New.
9226 (rs6000_tls_size_string): New.
9227 (rs6000_parse_tls_size_option): New.
9228 (rs6000_legitimize_tls_address): New.
9229 (rs6000_tls_get_addr): New.
9230 (rs6000_got_sym): New.
9231 (rs6000_tls_symbol_ref): New.
9232 (rs6000_tls_symbol_ref_1): New.
9233 (rs6000_get_some_local_dynamic_name): New.
9234 (rs6000_get_some_local_dynamic_name_1): New.
9235 (TARGET_HAVE_TLS): New.
9236 (TARGET_CANNOT_FORCE_CONST_MEM): New.
9237 (rs6000_override_options): Handle -mtls-size option.
9238 (constant_pool_expr_1): Handle TLS symbols.
9239 (rs6000_legitimize_address): Handle TLS symbols.
9240 (rs6000_tls_referenced_p): New.
9241 (rs6000_legitimate_address): Handle TLS symbols.
9242 (rs6000_emit_move): Handle TLS symbols.
9243 (print_operand): Handle TLS symbols.
9244 (uses_TOC): Handle TLS symbols.
9245 (rs6000_emit_prologue): Use symbol for unspec constant.
9246 * config/rs6000/rs6000.h (HAVE_AS_TLS): New.
9247 (some_ld_name): New.
9248 (LEGITIMATE_CONSTANT_P): Handle TLS symbols.
9249 (PRINT_OPERAND_PUNCT_VALID_P): Handle TLS symbols.
9250 (PREDICATE_CODES): Add rs6000_tls_symbol_ref.
9251 * config/rs6000/rs6000.md (load_toc_v4_PIC_1, load_toc_v4_PIC_1b):
9252 Support TLS.
9253 (tls_gd_32, tls_gd_64, tls_ld_32, tls_ld_64, tls_dtprel_32,
9254 tls_dtprel_64, tls_dtprel_ha_32, tls_dtprel_ha_64, tls_dtprel_lo_32,
9255 tls_dtprel_lo_64, tls_got_dtprel_32, tls_got_dtprel_64, tls_tprel_32,
9256 tls_tprel_64, tls_tprel_ha_32, tls_tprel_ha_64, tls_tprel_lo_32,
9257 tls_tprel_lo_64, tls_got_tprel_32, tls_got_tprel_64, tls_tls_32,
9258 tls_tls_64): New.
9259 * config/rs6000/sysv4.h (SUBTARGET_OPTIONS): Add tls_size.
9260
9261 2003-05-12 Neil Booth <neil@cat.daikokuya.co.uk>
9262
9263 * Makefile.in (stage2_build, stage3_build, stage4_build):
9264 Set BUILD_CC to the same as CC.
9265
9266 2003-05-12 Neil Booth <neil@daikokuya.co.uk>
9267
9268 * alloc-pool.c (last_id): Put in ENABLE_CHECKING guards.
9269
9270 2003-05-12 Andreas Schwab <schwab@suse.de>
9271
9272 * config/ia64/ia64.c (ia64_function_ok_for_sibcall): Mark 'exp'
9273 as unused.
9274 (bundling): Initialize 'pos'.
9275 (ia64_expand_builtin): Initialize 'rmode'.
9276
9277 2003-05-12 David Edelsohn <edelsohn@gnu.org>
9278
9279 * config/rs6000/xcoff.h (ASM_OUTPUT_SKIP): Accept HOST_WIDE_INT.
9280 (ASM_OUTPUT_ALIGNED_COMMON): Same.
9281 (ASM_OUTPUT_LOCAL): Same.
9282
9283 Mon May 12 21:53:29 CEST 2003 Jan Hubicka <jh@suse.cz>
9284
9285 * varasm.c (output_constant): Fix underflow.
9286
9287 2003-05-12 Mark Mitchell <mark@codesourcery.com>
9288
9289 PR other/10745
9290 * configure.in: Correct detection of GNU ld version number.
9291 * configure: Regenerated.
9292
9293 2003-05-12 Zack Weinberg <zack@codesourcery.com>
9294
9295 * diagnostic.c (diagnostic_for_decl): Take a
9296 diagnostic_context argument. Restructure to be consistent
9297 with diagnostic_report_diagnostic.
9298 (diagnostic_count_diagnostic): Now static. Take a
9299 diagnostic_info argument, not just a diagnostic_t. Some code
9300 moved here from internal_error. Move a case label for
9301 clarity.
9302 (diagnostic_action_after_output): New function. Code moved
9303 here from internal_error and fatal_error.
9304 (bug_report_request): New #define so that this text appears in
9305 only one place.
9306 (diagnostic_report_diagnostic): Update to match changes to
9307 diagnostic_count_diagnostic. Call diagnostic_action_after_output.
9308 (diagnostic_set_info): Call gettext here.
9309
9310 (pedwarn): Update comment. Don't call gettext here.
9311 (sorry): Use report_diagnostic. Don't call gettext here.
9312 (fatal_error): Remove final fnotice and exit, but call
9313 real_abort to prevent warnings about noreturn function returning.
9314 (internal_error): Likewise. Don't do ICE suppression here nor
9315 call context->internal_error.
9316 (warning_with_decl): Suppress for decls in system headers.
9317 Adjust call to diagnostic_for_decl.
9318 (pedwarn_with_decl): Likewise.
9319 (error_with_decl): Adjust call to diagnostic_for_decl.
9320 (error_recursion): Use bug_report_request.
9321
9322 * diagnostic.h: Remove prototype of diagnostic_count_diagnostic.
9323 * objc/objc-act.c (error_with_ivar, warn_with_method): Don't call
9324 diagnostic_count_diagnostic.
9325
9326 2003-05-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
9327
9328 * pa64-hpux.h (ASM_OUTPUT_ALIGNED_COMMON): Correct last patch.
9329
9330 Mon May 12 15:57:54 CEST 2003 Jan Hubicka <jh@suse.cz>
9331
9332 * rs6000/darwin.h (ASM_OUTPUT_COMMON): Accept HOST_WIDE_INT
9333 * mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Fix warning.
9334 * mips/mips.h (ASM_OUTPUT_SKIP): Fix typo in the previous patch.
9335
9336 2003-05-12 Roger Sayle <roger@eyesopen.com>
9337
9338 * doc/rtl.texi: Document zero_extract as a valid destination
9339 of a set insn.
9340
9341 2003-05-12 Richard Earnshaw <rearnsha@arm.com>
9342
9343 * arm/lib1funcs.asm (LSYM): Define -- on ELF prefix a local symbol with
9344 '.'. Change all local symbol definitions and references to use LSYM.
9345
9346 Mon May 12 11:32:53 CEST 2003 Jan Hubicka <jh@suse.cz>
9347
9348 * expr.h (assemble_static_space): Update prototype.
9349 * output.h (assemble_zeros, output_constant): Likewise.
9350 * elfos.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON): Make it 64bit clean
9351 * alpha.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASK_OUTPUT_LOCAL): Make
9352 it 64bit clean.
9353 * elf.h (ASM_OTUPUT_SKIP): Likewise.
9354 * unicosmk.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMM): Likewise.
9355 * arm.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
9356 Expect HOST_WIDE_INT operand.
9357 * aout.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
9358 Expect HOST_WIDE_INT operand.
9359 * unknown-elf.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
9360 Expect HOST_WIDE_INT operand.
9361 * avr.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_SKIP): Expect
9362 HOST_WIDE_INT operand.
9363 * c4x.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP,
9364 ASM_OUTPUT_BSS): Expect HOST_WIDE_INT operand.
9365 * aout.h (ASM_OTUPUT_SKIP): Likewise.
9366 * cris.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Likewise.
9367 * darwin.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_COMMON): Likewise.
9368 * dsp16xx.h (ASM_OTUPUT_SKIP): Likewise.
9369 * frv.h (ASM_OTUPUT_SKIP): Likewise.
9370 * h8300.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_LOCAL): Likewise.
9371 * 370.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
9372 Make it 64bit
9373 clean.
9374 * att.h (ASM_OUTPUT_SKIP): Expect HOST_WIDE_INT operand.
9375 * bsd.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
9376 Make it 64bit clean.
9377 * darwin.h (ASM_OUTPUT_SKIP): Make it 64bit clean..
9378 * sco5.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Expect
9379 HOST_WIDE_INT operand
9380 * svr3gas.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
9381 Expect HOST_WIDE_INT operand
9382 * sysv3.h (ASM_OUTPUT_SKIP): Expect HOST_WIDE_INT operand
9383 * i960.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON,
9384 ASM_OUTPUT_ALIGNED_LOCAL): Expect HOST_WIDE_INT operand
9385 * ip2k.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
9386 Likewise.
9387 * m32r.h (ASM_OUTPUT_COMMON): Likewise.
9388 * 3b1.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
9389 Likewise.
9390 * amix.h (ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
9391 * crds.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
9392 * hp320.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
9393 ASM_OUTPUT_SKIP): Likewise.
9394 * m68k.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
9395 Likewise.
9396 * m68kelf.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
9397 ASM_OUTPUT_SKIP): Likewise.
9398 * m68kv4.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
9399 ASM_OUTPUT_SKIP): Likewise.
9400 * mot3300.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP): Likewise.
9401 * netbsd-elf.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON,
9402 ASM_OUTPUT_SKIP): Likewise.
9403 * sgs.h (ASM_OUTPUT_SKIP): Likewise.
9404 * tower-as.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON,
9405 ASM_OUTPUT_SKIP): Likewise.
9406 * m88k.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON, ASM_OUTPUT_SKIP):
9407 Likewise.
9408 * mcore.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_BSS, ASM_OUTPUT_SKIP): Likewise.
9409 * iris.h (ASM_OUTPUT_LOCAL): Likewise.
9410 * mips.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP): Likewise.
9411 * ns32k.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
9412 ASM_OUTPUT_SKIP): Make it 64bit clean.
9413 * pa-pro-end.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_ALIGNED_LOCAL):
9414 Make it 64bit clean.
9415 * pa.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_ALIGNED_LOCAL,
9416 ASM_OUTPUT_SKIP): Make it 64bit clean.
9417 * hpux.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_ALIGNED_LOCAL): Make it
9418 64bit clean.
9419 * romp.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON): Expect
9420 HOST_WIDE_INT argument
9421 * s390.h (ASM_OUTPUT_SKIP): Expect HOST_WIDE_INT argument.
9422 * sh.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON): Expect
9423 HOST_WIDE_INT argument
9424 * sol2.h (ASM_OUTPUT_SKIP): HOST_WIDE_INT argument
9425 * sparc.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON): HOST_WIDE_INT argument
9426 * svr3.h (ASM_OUTPUT_SKIP): HOST_WIDE_INT argument
9427 * vax.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
9428 HOST_WIDE_INT argument
9429 * vaxv.h (ASM_OUTPUT_LOCAL): HOST_WIDE_INT argument
9430 * xtensa.h (ASM_OUTPUT_LOCAL): HOST_WIDE_INT argument
9431 * varasm.c (asm_output_bss, asm_output_aligned_bss,
9432 asm_emit_uninitialized, assemble_zeros, assemble_static_space):
9433 HOST_WIDE_INT argument
9434
9435 2003-05-10 Steven Bosscher <steven@gcc.gnu.org>
9436
9437 * cgraphunit.c (cgraph_create_edges): Drop walk_tree in
9438 favor of walk_tree_without_duplicates. Add comments.
9439
9440 2003-05-12 Josef Zlomek <zlomekj@suse.cz>
9441
9442 * alloc-pool.h (ALLOC_POOL_ID_TYPE): New type.
9443 (struct alloc_pool_def): New element 'id'.
9444 * alloc-pool.c (fancy_abort): Extern function prototype.
9445 (abort): Macro which uses fancy_abort.
9446 (struct allocation_object_def): New structure.
9447 (ALLOCATION_OBJECT_PTR_FROM_USER_PTR): New macro.
9448 (USER_PTR_FROM_ALLOCATION_OBJECT_PTR): New macro.
9449 (last_id): New variable.
9450 (create_alloc_pool): Add the offset of u.data to size of element,
9451 increase and use last_id.
9452 (free_alloc_pool): Do the checking only when ENABLE_CHECKING.
9453 (pool_alloc): Likewise. Set ID for elements.
9454 (pool_free): Check whether the PTR was allocated from POOL.
9455
9456 2003-05-11 Richard Henderson <rth@redhat.com>
9457
9458 PR c/10675
9459 * c-decl.c: Include hashtab.h.
9460 (detect_field_duplicates): New.
9461 (finish_struct): Use it.
9462 * Makefile.in (c-decl.o): Update.
9463 * c-parse.in (structsp_attr): Nreverse component_decl_list results.
9464 (component_decl_list, component_decl_list2,
9465 components, components_notype): Build list in reverse order.
9466 (enumlist): Clarify docs. Use TREE_CHAIN not chainon.
9467
9468 * tree.c (chainon): Special case op2 null as well.
9469 Reorg for clarity.
9470
9471 2003-05-11 Roger Sayle <roger@eyesopen.com>
9472
9473 * config/i386/i386.md (logsf2, logdf2, logxf2, logdf2): New patterns
9474 to implement log, logf and logl built-ins as inline x87 intrinsics.
9475 (UNSPEC_FYL2X): New unspec to represent x87's "fyl2x" instruction.
9476 (*fyl2x_sfxf3, *fyl2x_dfxf3, *fyl2x_xf3, *fyl2x_tfxf3): New insn
9477 patterns for x87's "fyl2x" instruction, used by log?f2 patterns.
9478
9479 * reg-stack.c (subst_stack_regs_pat): Handle UNSPEC_FYL2X like
9480 UNSPEC_FPATAN, i.e. replaces two stack operands with single result.
9481
9482 2003-05-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9483
9484 * Makefile.in (out_object_file): Don't set -Wno-error for ${cpu}.o.
9485
9486 * sparc.c (print_operand): Fix uninitialized warning.
9487
9488 2003-05-12 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
9489
9490 * cfgloopanal.c (num_loop_insns, average_num_loop_insns): Count only
9491 real insns.
9492 * loop-unroll.c (unroll_loop_runtime_iterations): Remove superfluous
9493 condition.
9494
9495 2003-05-11 Neil Booth <neil@cat.daikokuya.co.uk>
9496
9497 * doc/cpp.texi: Fix typos.
9498
9499 2003-05-11 Ulrich Weigand <uweigand@de.ibm.com>
9500
9501 * config/s390/s390.c (s390_function_arg_float): New function.
9502 (s390_function_arg_pass_by_reference): Use it.
9503 (s390_function_arg_advance): Likewise.
9504 (s390_function_arg): Likewise.
9505 (s390_va_arg): Likewise
9506
9507 2003-05-11 Nathan Sidwell <nathan@codesourcery.com>
9508
9509 * coverage.h (coverage_counter_alloc): New function.
9510 * function.h (struct function): Remove arc_profile flag.
9511 * coverage.c (fn_ident): Remove.
9512 (fn_b_ctrs, no_coverage): New.
9513 (get_coverage_counts): Use current_function_funcdef_no.
9514 (coverage_counter_alloc): New.
9515 (coverage_counter_ref): Adjust.
9516 (coverage_begin_output): Check no_coverage. Use
9517 current_function_funcdef_no.
9518 (coverage_end_function): Likewise.
9519 (create_coverage): Set no_coverage. Set DECL_UNINLINEABLE rather
9520 than clearing flag_inline_functions. Do not clear arc_profile
9521 flag.
9522 * function.c (prepare_function_start): Do not set arc_profile
9523 flag.
9524 * profile.c (instrument_edges): Return number of instrumented
9525 edges. Use a for loop.
9526 (branch_prob): Call coverage_counter_alloc. Make BB_TO_GCOV_INDEX
9527 local to here and simplify. Use profile_arc_flag not arc_profile
9528 flag.
9529 (find_spanning_tree): Reformat.
9530 * toplev.c (rest_of_compilation): Use profile_arc_flags and
9531 flag_test_coverage rather than arc_profile flag.
9532
9533 2003-05-11 Gabriel Dos Reis <gdr@integrable-solutions.net>
9534
9535 * doc/invoke.texi (Wctor-dtor-privacy): Update documentation.
9536
9537 2003-05-11 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9538
9539 * varasm.c (copy_constant, case VIEW_CONVERT_EXPR): New case.
9540
9541 2003-05-11 Bruno Haible <bruno@clisp.org>
9542
9543 * cppfiles.c (find_or_create_entry): Preserve errno.
9544
9545 2003-05-11 Neil Booth <neil@cat.daikokuya.co.uk>
9546
9547 * c-cppbuiltin.c (c_cpp_builtins): Move __STDC_HOSTED__ into
9548 cpplib as it's a Standard Predefined Macro.
9549 * c-opts.c (finish_options): Pass flag_hosted to cpp_init_builtins.
9550 * cppinit.c (_cpp_init_builtins): Take HOSTED. Define
9551 __STDC_HOSTED__ appropriately.
9552 * cpplib.h (_cpp_init_builtins): Update.
9553 * fix-header.c (read_scan_file): Update.
9554 * doc/cpp.texi, doc/cppopts.texi: Update documentation.
9555
9556 2003-05-11 Gabriel Dos Reis <gdr@integrable-solutions.net>
9557
9558 PR C++/689
9559 PR C++/9257
9560 * c-opts.c (c_common_decode_option): Don't set
9561 warn_ctor_dtor_privacy wen -Wall.
9562 * c-common.c (warn_ctor_dtor_privacy): Don't turn on by default.
9563
9564 2003-05-10 Alexandre Oliva <aoliva@redhat.com>
9565
9566 * reload1.c (reload_cse_move2add): Revert part of my 2003-05-09's
9567 patch.
9568
9569 2003-05-10 Zack Weinberg <zack@codesourcery.com>
9570
9571 * diagnostic.c: Reorder functions for clarity, putting all the
9572 functions in the "error" family next to each other, and
9573 likewise all the functions in the "error_with_decl" family.
9574 Some other routines were moved too. Add comments.
9575 (vbuild_message_string): Fold into sole caller.
9576
9577
9578 2003-05-11 Ulrich Weigand <uweigand@de.ibm.com>
9579
9580 * except.c (EH_RETURN_STACKADJ_RTX): Do not define.
9581 (EH_RETURN_HANDLER_RTX): Likewise.
9582 (expand_builtin_eh_return): Do not copy stack adjustment
9583 if EH_RETURN_STACKADJ_RTX is not defined.
9584 (expand_eh_return): Likewise. Also, do not pass stack
9585 adjustment as argument to the eh_return pattern.
9586 * except.h (MUST_USE_SJLJ_EXCEPTIONS): Do not define just
9587 because EH_RETURN_STACKADJ_RTX is not defined.
9588 * unwind-dw.c (uw_update_context_1): If EH_RETURN_STACKADJ_RTX
9589 is not defined, treat stack pointer like a regular register.
9590 (uw_init_context_1): Set up fake initial stack pointer register.
9591 (uw_install_context_1): Do not compute stack adjustment if
9592 EH_RETURN_STACKADJ_RTX is not defined.
9593
9594 * config/i386/i386.md ("eh_return"): Remove first argument.
9595 * config/mips/mips.md ("eh_return"): Likewise.
9596 * config/rs6000/rs6000.md ("eh_return"): Likewise.
9597 * config/sh/sh.md ("eh_return"): Likewise.
9598
9599 * config/s390/s390.h (EH_RETURN_STACKADJ_RTX): Remove.
9600
9601 2003-05-10 Alexander Aganichev <aaganichev@yandex.ru>
9602
9603 * config/i386/i386.h (MODES_TIEABLE_P): Fix typo.
9604
9605 2003-05-10 Nathan Sidwell <nathan@codesourcery.com>
9606
9607 * defaults.h (GCOV_TYPE_SIZE): Remove.
9608 * gcov-io.h (gcov_type): Set to specific mode int on target.
9609 (gcov_unsigned_t, gcov_position_t): New.
9610 (GCOV_TYPE_NODE): New.
9611 (GCOV_TAG_SUMMARY_LENGTH): Adjust.
9612 (GCOV_COUNTERS_SUMMABLE): New.
9613 (gcov_ctr_summary, gcov_sumary, gcov_fn_info, gcov_merge_fn,
9614 gcov_ctr_info, gcov_info): Adjust types.
9615 (gcov_var): Adjust types.
9616 (gcov_write_unsigned, gcov_write_tag,
9617 gcov_write_length, gcov_write_tag_length, gcov_write_summary,
9618 gcov_read_unsigned, gcov_read_summary): Adjust gcov types.
9619 (gcov_position, gcov_sync, gcov_seek): Adjust gcov types.
9620 * gcov-io.c (gcov_write_unsigned, gcov_write_tag,
9621 gcov_write_length, gcov_write_tag_length, gcov_write_summary,
9622 gcov_read_unsigned, gcov_read_summary): Adjust gcov types.
9623 * libgcov.c (gcov_crc32, gcov_version_mismatch, gcov_exit,
9624 __gcov_init, __gcov_merge_add): Adjust gcov types.
9625 * coverage.c (ctr_merge_functions): Constify.
9626 (ctr_names): New.
9627 (read_counts_file): Adjust gcov types. Only summarize & merge
9628 summable counters.
9629 (coverage_counter_ref): Use GCOV_TYPE_NODE.
9630 (build_fn_info_type, build_fn_info_value, build_ctr_info_type,
9631 build_ctr_info_value, build_gcov_info): Adjust types.
9632 * profile.c (branch_prob): Adjust gcov types.
9633 * gcov_dump (dump_file): Adjust gcov types.
9634
9635 2003-05-10 Richard Earnshaw <rearnsha@arm.com>
9636
9637 * arm.md (DOM_CC_X_AND_Y, DOM_CC_NX_OR_Y, DOM_CC_X_OR_Y): New
9638 constants.
9639 (ior_scc_scc, and_scc_scc): New insn_and_split patterns.
9640 * arm.c (arm_select_dominance_cc_mode): Renamed from
9641 select_dominance_cc_mode, no-longer static. Use DOM_CC... constants.
9642 Callers updated.
9643 * arm-protos.h (arm_select_dominance_cc_mode): Add prototype.
9644
9645 2003-05-09 Roger Sayle <roger@eyesopen.com>
9646
9647 * config/alpha/alpha.c (alpha_start_function): Declare frame_size
9648 as unsigned to avoid signed/unsigned comparison warnings.
9649
9650 2003-05-09 Bob Wilson <bob.wilson@acm.org>
9651
9652 * config/xtensa/xtensa.c (xtensa_emit_loop_end): Only use "nop.n"
9653 instruction if the Xtensa density option is enabled.
9654
9655 2003-05-09 Matt Kraai <kraai@alumni.cmu.edu>
9656
9657 * mklibgcc.in: Remove extra quotes.
9658
9659 2003-05-09 Mark Mitchell <mark@codesourcery.com>
9660
9661 * config/rs6000/rs6000.c (spe_init_builtins): Fix typo in creation
9662 of int_ftype_void.
9663
9664 2003-05-09 Alexandre Oliva <aoliva@redhat.com>
9665
9666 * reload1.c (reload_cse_move2add): Don't turn an implicit
9667 truncation into a self-set in the narrow mode.
9668
9669 2003-05-09 Richard Earnshaw <rearnsha@arm.com>
9670
9671 * arm.md (clzsi2): The CLZ instruction is predicable.
9672
9673 2003-05-09 Bob Wilson <bob.wilson@acm.org>
9674
9675 * config/xtensa/xtensa.c: Formatting.
9676
9677 2003-05-09 Diego Novillo <dnovillo@redhat.com>
9678
9679 * tree-dump.c (dequeue_and_dump): Use CONSTRUCTOR_ELTS,
9680 instead of TREE_OPERAND to access the operand of a
9681 CONSTRUCTOR node.
9682
9683 2003-05-09 Diego Novillo <dnovillo@redhat.com>
9684
9685 * tree-dump.c (dequeue_and_dump): CONSTRUCTOR nodes contain only
9686 one operand.
9687
9688 2003-05-09 Gabriel Dos Reis <gdr@integrable-solutions.net>
9689
9690 * toplev.h (warning_with_file_and_line): Don't declare.
9691 (error_with_file_and_line): Likewise.
9692 * diagnostic.c (error_with_file_and_line): Remove.
9693 (warning_with_file_and_line): Likewise.
9694
9695 2003-05-09 Gabriel Dos Reis <gdr@integrable-solutions.net>
9696
9697 * c-parse.in (if_stmt_locus): New object.
9698 (if_prefix rule): Use it. Don't use warning_with_file_and_line.
9699 (select_or_iter_stmt rule): Likewise.
9700 (if_stmt_file): Remove.
9701 (if_stmt_line): Likewise.
9702 * jump.c: include "diagnostic.h"
9703 (never_reached_warning): Don't use warning_with_file_and_line.
9704 * Makefile.in (jump.o): Add dependce on diagnostic.h
9705
9706 2003-05-09 Alan Modra <amodra@bigpond.net.au>
9707
9708 * expr.c (move_block_from_reg): Remove "size" parm. Localize vars.
9709 Move code handling pieces not larger than a word to..
9710 * function.c (assign_parms): ..here, but use change_address instead
9711 of adjust_address and operand_subword, and expand_binop instead of
9712 expand_shift. Adjust calls to move_block_from_reg.
9713 * expr.h (move_block_from_reg): Update declaration.
9714 (copy_blkmode_from_reg): Formatting.
9715 * Makefile.in (function.o): Add $(OPTABS_H) to deps.
9716 * config/alpha/alpha.c (alpha_setup_incoming_varargs): Adjust
9717 move_block_from_reg calls.
9718 * config/arc/arc.c (arc_setup_incoming_varargs): Likewise.
9719 * config/i960/i960.c (i960_setup_incoming_varargs): Likewise.
9720 * config/m32r/m32r.c (m32r_setup_incoming_varargs): Likewise.
9721 * config/m88k/m88k.c (m88k_builtin_saveregsk): Likewise.
9722 * config/mips/mips.c (mips_setup_incoming_varargs): Likewise.
9723 * config/pa/pa.c (hppa_builtin_saveregs): Likewise.
9724 * config/romp/romp.h (SETUP_INCOMING_VARARGS): Likewise.
9725 * config/rs6000/rs6000.c (setup_incoming_varargs): Likewise.
9726 * config/sh/sh.c (sh_builtin_saveregs): Likewise.
9727
9728 2003-05-08 DJ Delorie <dj@redhat.com>
9729
9730 * config/stormy16/stormy16.c (xstormy16_expand_builtin_va_arg): Fix
9731 to handle arguments for which MUST_PASS_IN_STACK is true (e.g.,
9732 variable-sized types).
9733 (xstormy16_function_arg): New. Pass them that way too.
9734 * config/stormy16/stormy16-protos.h (xstormy16_function_arg): New.
9735 * config/stormy16/stormy16.h (FUNCTION_ARG): Call it.
9736
9737 2003-05-08 Aldy Hernandez <aldyh@redhat.com>
9738
9739 * mklibgcc.in: Use mkinstalldirs when installing multilib
9740 directories.
9741
9742 2003-05-08 J"orn Rennecke <joern.rennecke@superh.com>
9743
9744 * sh.c (gen_block_redirect, split_branches): Use CODE_FOR_jump_compact
9745 instead of CODE_FOR_jump
9746
9747 2003-05-08 Gabriel Dos Reis <gdr@integrable-solutions.net>
9748
9749 * objc/objc-act.c (error_with_ivar): Don't use
9750 error_with_file_and_line.
9751 (warn_with_method): Don't use warning_with_file_and_line.
9752
9753 2003-05-08 Gabriel Dos Reis <gdr@integrable-solutions.net>
9754
9755 * stmt.c (emit_locus): New macro.
9756 (emit_filename): Remove.
9757 (emit_lineno): Likewise.
9758 (struct stmt_status): Replace members x_emit_filename and
9759 x_emit_lineno with x_emit_locus.
9760 (set_file_and_line_for_stmt): Adjust.
9761 (expand_expr_stmt_value): Don't use warning_with_file_and_line.
9762 (warn_if_unused_value): Likewise.
9763 (check_seenlabel): Likewise.
9764
9765 2003-05-08 Gabriel Dos Reis <gdr@integrable-solutions.net>
9766
9767 * c-decl.c (define_label): Tidy. Don't use any of
9768 error_with_file_and_line or warning_with_file_and_file.
9769 (pending_xref_error): Likewise.
9770 (store_parm_decls): Likewise.
9771 (current_function_prototype_locus): New object. Package from
9772 current_function_prototype_file and current_function_prototype_line.
9773 (start_function): Use it.
9774 (current_function_prototype_file): Remove.
9775 (current_function_prototype_line): Remove;
9776
9777 2003-05-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9778
9779 * builtins.c (readonly_data_expr): New function.
9780 (expand_builtin_memmove): Optimize any rodata source, not just
9781 strings.
9782
9783 2003-05-07 David Mosberger <davidm@hpl.hp.com>
9784
9785 * unwind-libunwind.c (_Unwind_FindEnclosingFunction): New.
9786
9787 2003-05-07 Richard Henderson <rth@redhat.com>
9788
9789 * config/i386/i386.c (ix86_split_long_move): Fix base register
9790 mode for XFmode splits for TARGET_64BIT.
9791
9792 2003-05-07 Richard Henderson <rth@redhat.com>
9793
9794 * sched-ebb.c (schedule_ebb): Supply the correct starting
9795 block number to save_line_notes.
9796
9797 2003-05-07 Richard Henderson <rth@redhat.com>
9798
9799 * toplev.c (enum dump_file_index): Swap DFI_ce3, DFI_bbro.
9800 (dump_file): Likewise.
9801
9802 2003-05-07 David Mosberger <davidm@hpl.hp.com>
9803
9804 * config/ia64/crtbegin.asm (__do_jv_register_classes): Don't
9805 forget to preserve gp.
9806 * config/ia64/crtend.asm (__do_global_ctors_au): Ditto.
9807
9808 * config/ia64/crtbegin.asm (__do_jv_register_classes): Add missing
9809 .prologue directive.
9810 Use .skip instead of data8 for .bss section to make Intel
9811 Assembler (ias) happy. Minor whitespace fixups. Make "nop 0"
9812 explicit in the .mib bundles and remove the unnecessary stop
9813 bits. Replace local labels with normal labels, to make ias
9814 happy. Don't register __do_global_ctors_aux here, do it in
9815 crtend.asm instead.
9816
9817 * config/ia64/crtend.asm [HAVE_INIT_FINI_ARRAY]: Register
9818 __do_global_ctors_aux in .init_array section instead of
9819 declaring it as a hidden global. Replace local labels with
9820 ordinary labels to make ias happy.
9821
9822 2003-05-07 Richard Henderson <rth@redhat.com>
9823
9824 PR c++/10570
9825 * except.c: Revert 04-01 and 04-02 forced-unwind changes.
9826 * flags.h, toplev.c, doc/invoke.texi: Likewise.
9827
9828 * unwind-dw2.c (_Unwind_GetCFA): Fix ptr->int conversion warning.
9829 * unwind.inc (_Unwind_DeleteException): Check for null
9830 exception_cleanup.
9831
9832 * unwind-sjlj.c (_Unwind_SjLj_Resume_or_Rethrow): New.
9833 * unwind.inc (_Unwind_Resume_or_Rethrow): New.
9834 * unwind.h: Declare them.
9835 * libgcc-std.ver (GCC_3.3): Export them.
9836
9837 2003-05-07 Richard Henderson <rth@redhat.com>
9838
9839 * unwind-dw2.c (_Unwind_GetCFA): Cast pointer to _Unwind_Ptr,
9840 not _Unwind_Word.
9841
9842 2003-05-07 Zack Weinberg <zack@codesourcery.com>
9843
9844 * stmt.c (force_label_rtx): New function, based on logic
9845 formerly found in expand_expr.
9846 * expr.h: Prototype it.
9847 * expr.c (expand_expr <LABEL_DECL>): Use force_label_rtx if
9848 appropriate.
9849 * varasm.c (decode_addr_const <LABEL_DECL>): Use force_label_rtx.
9850
9851 * print-tree.c (debug_tree): Free the table after we're done
9852 with it. Use putc.
9853
9854 2003-05-07 Aldy Hernandez <aldyh@redhat.com>
9855
9856 * config/rs6000/spe.h: Reverse arguments for __ev_subfw.
9857 Unreverse arguments for __ev_subw.
9858
9859 * config/rs6000/spe.md (evsubfw): Reverse arguments of assembly.
9860
9861 2003-05-07 Nick Clifton <nickc@redhat.com>
9862
9863 * config/stormy16/stormy-abi: Update to include
9864 R_XSTORMY16_FPTR16, R_XSTORMY16_LO16, R_XSTORMY16_HI16 and
9865 R_XSTORMY16_12 relocs.
9866
9867 2003-05-07 Alan Modra <amodra@bigpond.net.au>
9868
9869 * function.c (assign_parms): Correct reversed reg_parm_stack_space
9870 test. Add partial in-regs size to stack_args_size.
9871
9872 2003-05-07 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9873
9874 * doc/invoke.texi (Warning Options): Mark -Wmissing-declarations
9875 as a C only option.
9876
9877 2003-05-07 Nathan Sidwell <nathan@codesourcery.com>
9878
9879 * gcov-io.h (GCOV_LOCKED): New #define.
9880 (GCOV_LINKAGE): Make sure it is #defined.
9881 (gcov_write_string, gcov_write_tag, gcov_write_length,
9882 gcov_read_string, gcov_time): Poison in libgcov.
9883 (gcov_seek_end): Remove.
9884 (gcov_write_tag_length, gcov_sync, gcov_rewrite): New.
9885 (GCOV_TAG_FUNCTION_LENGTH, GCOV_TAG_BLOCKS_LENGTH,
9886 GCOV_TAG_ARCS_LENGTH, GCOV_TAG_COUNTER_LENGTH,
9887 GCOV_TAG_SUMMARY_LENGTH): New #defines.
9888 (gcov_write_tag, gcov_write_length): Not in libgcov.
9889 * gcov-io.c (gcov_open): Use GCOV_LOCKED.
9890 (gcov_write_tag, gcov_write_length): Not in libgcov.
9891 (gcov_write_tag_length): New.
9892 (gcov_write_summary): Use gcov_write_tag_length.
9893 * libgcov.c: Always #include gcov-io.h.
9894 (IN_LIBGCOV): -1 for inhibit_libc, +1 otherwise.
9895 (GCOV_LINKAGE): Define to nothing for L_gcov.
9896 (gcov_exit): Replace gcov_write_tag, gcov_write_length with
9897 gcov_write_tag_length. Use gcov_rewrite & gcov_seek.
9898 * gcov.c (read_graph_file): Replace gcov_seek by gcov_sync.
9899 (read_count_file): Likewise.
9900 * gcov-dump.c (dump_file): Likewise.
9901 * coverag.c (read_counts_file): Likewise.
9902
9903 2003-05-06 Mark Mitchell <mark@codesourcery.com>
9904
9905 PR other/10658
9906 * gcc.c (process_command): Update copyright date.
9907
9908 2003-05-06 Phil Edwards <pme@gcc.gnu.org>
9909
9910 * doc/install.texi (mips-*-*): Add note about libstdc++.
9911
9912 2003-05-06 DJ Delorie <dj@redhat.com>
9913
9914 * config/stormy16/stormy16.c (xstormy16_function_profiler): New.
9915 * config/stormy16/stormy16.h (FUNCTION_PROFILER): Call it.
9916 * config/stormy16/stormy16-protos.h (xstormy16_function_profiler): New.
9917
9918 2003-05-06 <neil@cat.daikokuya.co.uk>
9919
9920 * c-opts.c (COMMAND_LINE_OPTIONS): Reject -Wmissing-prototypes
9921 and -Wstrict-prototypes if C++.
9922
9923 2003-05-06 Aldy Hernandez <aldyh@redhat.com>
9924
9925 * config/rs6000/linuxspe.h: New file.
9926
9927 * config.gcc: Add powerpc-*-linux-gnuspe* target.
9928
9929 2003-05-06 Richard Henderson <rth@redhat.com>
9930
9931 * unwind-dw2.c (uw_update_context_1): Only set cfa as sp if
9932 previous frame didn't save sp. Clear sp for next frame.
9933 (uw_install_context_1): Honor saved sp from frame.
9934
9935 2003-05-06 Richard Sandiford <rsandifo@redhat.com>
9936
9937 * config/mips/mips-protos.h (mips_subword, mips_output_move): Declare.
9938 (mips_move_1word, mips_move_2words): Remove declaration.
9939 (mips_split_64bit_move_p, mips_split_64bit_move): Declare.
9940 (mips_restore_gp): Remove insn argument.
9941 * config/mips/mips.h (FP_REG_RTX_P): New macro.
9942 * config/mips/mips.c (volatile_buffer): Remove.
9943 (mips_subword, mips_split_64bit_move_p, mips_split_64bit_move): New.
9944 (mips_move_1word, mips_move_2words): Remove, replacing with...
9945 (mips_output_move): ...this new function.
9946 (mips_restore_gp): Remove insn argument. Adjust for above changes.
9947 (print_operand): Make '%h' print %hi(op) for HIGH operands. Remove
9948 handling of floating-point constants. Handle zero CONST_DOUBLE
9949 arguments.
9950 (mips_annotate_frame_insn): Replace with...
9951 (mips_set_frame_expr): ...this, which just takes one argument.
9952 (mips_frame_set): Change the register argument to an rtx.
9953 (mips_emit_frame_related_store): Use mips_split_64bit_move_p to
9954 check whether moves should be split. Use mips_split_64bit_move
9955 to split them. Use mips_subword to generate the high and low
9956 parts of a paired FPR. Adjust calls to frame_set and
9957 mips_set_frame_expr.
9958 (mips_expand_prologue): Simplify due to above changes.
9959 * config/mips/mips.md: Add splitters for 64-bit moves on 32-bit
9960 targets, replacing xisting register-only versions.
9961 (UNSPEC_STORE_DF_HIGH): New unspec.
9962 (UNSPEC_LOAD_DF_LOW, UNSPEC_LOAD_DF_HIGH): New unspecs.
9963 (mulsi3_r4000, muldi3_internal2): Avoid use of mips_move_1word.
9964 (*paradoxical_extendhidi2): Remove.
9965 (movdi_internal, movdi_internal2): Use mips_output_move.
9966 (*movdi_internal2_mips16, movsi_internal, movcc): Likewise.
9967 (movsf_internal1, movsf_internal2): Likewise.
9968 (movdf_internal1a): Likewise. Fix length and type of f <- G case.
9969 (movdf_internal1b): Use mips_output_move. Fix type of f <- G case.
9970 (movdf_internal2): Use mips_output_move. Fix lengths of FPR moves.
9971 Add m <- G alternative.
9972 (load_df_low, load_df_high, store_df_low): New patterns.
9973 (movhi_internal): Use @ template instead of calling a function.
9974 Remove unnecessary 'z' alternatives.
9975 (movqi_internal): Likewise.
9976 (exception_receiver): Update call to mips_restore_gp.
9977
9978 2003-05-06 Richard Sandiford <rsandifo@redhat.com>
9979
9980 * config/mips/mips-protos.h (mips_simplify_dwarf_addr): Remove.
9981 (mips_delegitimize_address): Declare.
9982 * config/mips/mips.h (ASM_SIMPLIFY_DWARF_ADDR): Undefine.
9983 (FIND_BASE_TERM): Define.
9984 * config/mips/mips.c (TARGET_DELEGITIMIZE_ADDRESS): Defi~e.
9985 (mips_delegitimize_address): Renamed from mips_simplify_dwarf_addr.
9986 Handle small-data addresses.
9987
9988 2003-05-05 Roger Sayle <roger@eyesopen.com>
9989
9990 * real.c (real_powi): New function to calculate the value of
9991 a real raised to an integer power, i.e. pow(x,n) for int n.
9992 (real_sqrt): Convert to using the faster do_add, do_multiply
9993 and do_divide API for consistency with the rest of real.c.
9994 * real.h (real_powi): Prototype here.
9995 * builtins.c (fold_builtin): Avoid local variable mode when
9996 evaluating sqrt at compile time. Attempt to evaluate pow at
9997 compile-time, by checking for an integral exponent.
9998
9999 2003-05-05 Richard Henderson <rth@redhat.com>
10000
10001 * doc/extend.texi (Variable Attributes): Re-sort table and tidy.
10002
10003 2003-05-05 David O'Brien <obrien@FreeBSD.org>
10004
10005 * config/rs6000/sysv4.h (CPP_OS_FREEBSD_SPEC): Add __ELF__ to mirror
10006 other FreeBSD ports.
10007 (LINK_OS_FREEBSD_SPEC): Mirror conventions on other FreeBSD ports.
10008 (_LITTLE_ENDIAN): Use __LITTLE_ENDIAN__ instead.
10009
10010 2003-05-05 Janis Johnson <janis187@us.ibm.com>
10011
10012 * Makefile.in: (site.exp): Add ALT_CC_UNDER_TEST, add quotes around
10013 expanded variables.
10014 * doc/sourcebuild.texi (C tests): Describe gcc.dg/compat tests.
10015
10016 2003-05-05 Zack Weinberg <zack@codesourcery.com>
10017
10018 * rtl.h (STRING_POOL_ADDRESS_P): Rename to DEFERRED_CONSTANT_P.
10019 * varasm.c (struct varasm_status): Add deferred_constants field.
10020 (n_deferred_strings): Delete variable.
10021 (n_deferred_constants): New #define.
10022 (struct constant_descriptor_tree): Kill next and label fields.
10023 (const_hash_table, MAX_HASH_TABLE): Delete.
10024 (const_desc_htab): New static variable.
10025 (const_hash): Rename const_desc_hash, and make it fit the
10026 hashtab.h interface.
10027 (const_desc_eq): New.
10028 (const_hash_1, compare_constant): Const-ify arguments.
10029 (build_constant_desc): Set DEFERRED_CONSTANT_P on all new
10030 SYMBOL_REFs. Clarify comments. Don't set desc->label.
10031 (output_constant_def): Do the lookup/insert using the
10032 hashtab.h interface. Don't muck with n_deferred_constants or
10033 DEFERRED_CONSTANT_P here.
10034 Always call maybe_output_constant_def_contents.
10035 (maybe_output_constant_def_contents): Take a pointer to the
10036 descriptor, not the EXP and RTL separately. Return
10037 immediately if this constant is not deferred. Defer output of
10038 everything, except writable string constants. Update
10039 n_deferred_constants here.
10040 (output_constant_def_contents): Now takes just one argument,
10041 an rtx. Clear DEFERRED_CONSTANT_P here.
10042 (mark_constant_pool): Update for rename of n_deferred_strings.
10043 (mark_constant): Don't clear DEFERRED_CONSTANT_P here.
10044
10045 (init_varasm_status): Clear p->deferred_constants.
10046 (init_varasm_once): Call htab_create_ggc for const_desc_htab.
10047
10048 2003-05-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10049
10050 * builtins.c (expand_builtin_stpcpy): Only expand when the length
10051 of the source string can be evaluated at compile-time.
10052
10053 2003-05-05 Aldy Hernandez <aldyh@redhat.com>
10054
10055 * testsuite/gcc.c-torture/compile/simd-6.c: New.
10056
10057 * c-typeck.c (digest_init): Handle arrays of vector constants.
10058
10059 2003-05-05 Jakub Jelinek <jakub@redhat.com>
10060
10061 * builtins.c (expand_builtin_mempcpy): New function.
10062 (expand_builtin_stpcpy): Optimize stpcpy whose return value is
10063 ignored into strcpy no matter what arguments it has.
10064 (expand_builtin) <case BUILT_IN_MEMPCPY>: Call
10065 expand_builtin_mempcpy.
10066
10067 2003-05-05 Aldy Hernandez <aldyh@redhat.com>
10068
10069 * testsuite/gcc.dg/20030505.c: New.
10070
10071 * c-typeck.c (convert_for_assignment): Opaque pointers can
10072 interconvert.
10073
10074 * config/rs6000/rs6000.c: New global opaque_p_V2SI_type_node.
10075 (rs6000_init_builtins): Initialize opaque_p_V2SI_type_node.
10076 (spe_init_builtins): Rename all pv2si_type_node to
10077 opaque_p_V2SI_type_node.
10078 Remove declaration of pv2si_type_node.
10079 (is_ev64_opaque_type): Accept opaque pointers.
10080
10081 2003-05-05 Geoffrey Keating <geoffk@apple.com>
10082
10083 * config/rs6000/rs6000.c (validate_condition_mode): Use
10084 flag_finite_math_only.
10085 (rs6000_reverse_condition): Never return UNKNOWN; use
10086 flag_finite_math_only.
10087 (rs6000_generate_compare): Use flag_finite_math_only.
10088 (rs6000_emit_cmove): Handle UNLE. Support UNEQ under -ffast-math.
10089 Use HONOR_* rather than flag_unsafe_math_optimizations. Correct
10090 UNGE and GT cases. Handle UNEQ and LTGT when ! HONOR_NANS.
10091
10092 * toplev.c (check_global_declarations): Suppress not-used warning
10093 for volatile variables.
10094
10095 2003-05-05 Olivier Hainque <hainque@act-europe.fr>
10096
10097 * expr.c (expand_expr, case BIT_FIELD_REF): Refine the test forcing
10098 usage of bitfield instructions for mode1 != BLKmode, only ignoring
10099 SLOW_UNALIGNED_ACCESS if the field is not byte aligned.
10100 (store_field): Likewise.
10101
10102 2003-05-05 Aldy Hernandez <aldyh@redhat.com>
10103
10104 * config/rs6000/rs6000.c (rs6000_expand_binop_builtin): Add
10105 evsubifw to builtins accepting 5-bit unsigned constants.
10106 (easy_vector_constant): Return if V1DImode. Fix typo.
10107
10108 2003-05-05 Aldy Hernandez <aldyh@redhat.com>
10109
10110 * config/rs6000/spe.h: Revert licensing change from last patch.
10111
10112 2003-05-05 DJ Delorie <dj@redhat.com>
10113
10114 * config/stormy16/stormy16.md (negsi2): Allocate the pseudos
10115 before reload, but defer the split until after.
10116 * config/stormy16/stormy16.c (xstormy16_expand_arith): Modify
10117 to match.
10118
10119 2003-05-05 David Edelsohn <edelsohn@gnu.org>
10120
10121 * config/rs6000/rs6000.h (ASM_CPU_SPEC): Add 440 support.
10122 * config/rs6000/vxworks.h (CC1_SPEC): Use -mcpu=440 for t440.
10123
10124 2003-05-05 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
10125
10126 * libgcov.c (__gcov_merge_add): Do not use gcov_type when inhibit_libc
10127 is defined.
10128
10129 2003-05-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10130
10131 * builtin-attrs.def (ATTR_NOTHROW_NONNULL_1,
10132 ATTR_NOTHROW_NONNULL_2, ATTR_NOTHROW_NONNULL_3): Renamed from
10133 ATTR_NONNULL_1, ATTR_NONNULL_2 and ATTR_NONNULL_3.
10134
10135 (ATTR_NOTHROW_NONNULL_1_2, ATTR_NOTHROW_NONNULL_1_4,
10136 ATTR_CONST_NOTHROW_NONNULL_1, ATTR_PURE_NOTHROW_NONNULL_1,
10137 ATTR_PURE_NOTHROW_NONNULL_1_2, ATTR_MALLOC_NOTHROW_NONNULL_1):
10138 New.
10139
10140 * builtins.def (DEF_EXT_FALLBACK_BUILTIN): Accept ATTRS argument.
10141 (BUILT_IN_BZERO, BUILT_IN_BCOPY, BUILT_IN_BCMP): Update comment
10142
10143 (BUILT_IN_INDEX, BUILT_IN_RINDEX, BUILT_IN_MEMCPY,
10144 BUILT_IN_MEMMOVE, BUILT_IN_MEMCMP, BUILT_IN_MEMSET,
10145 BUILT_IN_MEMPCPY, BUILT_IN_STRCAT, BUILT_IN_STRNCAT,
10146 BUILT_IN_STPCPY, BUILT_IN_STRCPY, BUILT_IN_STRNCPY,
10147 BUILT_IN_STRCMP, BUILT_IN_STRNCMP, BUILT_IN_STRLEN,
10148 BUILT_IN_STRSTR, BUILT_IN_STRPBRK, BUILT_IN_STRSPN,
10149 BUILT_IN_STRCSPN, BUILT_IN_STRCHR, BUILT_IN_STRRCHR, BUILT_IN_NAN,
10150 BUILT_IN_NANF, BUILT_IN_NANL, BUILT_IN_NANS, BUILT_IN_NANSF,
10151 BUILT_IN_NANSL, BUILT_IN_PUTS, BUILT_IN_FPUTC, BUILT_IN_FPUTS,
10152 BUILT_IN_FWRITE, BUILT_IN_PUTS_UNLOCKED, BUILT_IN_FPUTC_UNLOCKED,
10153 BUILT_IN_FPUTS_UNLOCKED, BUILT_IN_FWRITE_UNLOCKED,
10154 BUILT_IN_STRDUP): Add "nonnull" attribute.
10155
10156 2003-05-04 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
10157
10158 * expr.c (store_field): Don't clobber TEMP in shift: it might be
10159 a variable.
10160 (get_inner_reference): Don't go through a VIEW_CONVERT_EXPR
10161 whose purpose is to step up the alignment.
10162 (expand_expr, case ADDR_EXPR): Force LO_SUM into memory, just like REG.
10163
10164 * stor-layout.c (compute_record_mode): Relax restriction
10165 on fields crossing word boundaries forcing BLKmode.
10166
10167 2003-05-04 Neil Booth <neil@daikokuya.co.uk>
10168
10169 * cppinit.c (cpp_create_reader, post_options): Warn about
10170 trigraphs unless explicity set or -trigraphs.
10171 * cpplex.c (warn_in_comment): New.
10172 (_cpp_process_line_notes): Better handling of -Wtrigraphs.
10173 (_cpp_skip_block_comment): Add call to _cpp_process_line_notes.
10174 * doc/cppopts.texi, doc/cpp.texi: Update.
10175
10176 2003-05-04 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
10177
10178 * Makefile.in (LIBGCOV): Add _gcov_merge_add.
10179 * gcov-io.h: Make GCOV_LINKAGE extern in libgcov and prevent resulting
10180 namespace clash.
10181 (GCOV_MERGE_FUNCTIONS): New.
10182 (gcov_merge_fn): Declare.
10183 (struct gcov_ctr_info): New field "merge".
10184 (__gcov_merge_add): Declare.
10185 * coverage.c (ctr_merge_functions): New.
10186 (build_ctr_info_type, build_ctr_info_value): Initialize merge field
10187 of gcov_ctr_info type.
10188 * libgcov.c (__gcov_merge_add): New.
10189 (gcov_exit): Call a hook to merge values of counters.
10190
10191 2003-05-04 Gabriel Dos Reis <gdr@integrable-solutions.net>
10192
10193 * toplev.h (pedwarn_with_file_and_line): Don't declare.
10194 * diagnostic.c (pedwarn_with_file_and_line): Remove.
10195
10196 2003-05-04 Gabriel Dos Reis <gdr@integrable-solutions.net>
10197
10198 * varasm.c (assemble_variable): Don't use error_with_file_and_line.
10199
10200 2003-05-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10201
10202 * builtins.c (expand_builtin_constant_p, expand_builtin_strlen,
10203 expand_builtin_frame_address): Update prototypes.
10204 (expand_builtin_constant_p, expand_builtin_strlen,
10205 expand_builtin_strcpy, expand_builtin_memset,
10206 expand_builtin_bzero, expand_builtin_args_info,
10207 expand_builtin_frame_address): Pass in just the argument(s)
10208 needed, not the entire expression `exp'.
10209 (expand_builtin): Update all calls to these functions.
10210
10211 2003-05-03 Richard Henderson <rth@redhat.com>
10212
10213 * builtins.c (expand_builtin) <BUILT_IN_DWARF_FP_REGNUM>: Remove.
10214 <BUILT_IN_DWARF_SP_COLUMN>: New.
10215 * builtins.def (BUILT_IN_DWARF_FP_REGNUM): Remove.
10216 (BUILT_IN_DWARF_SP_COLUMN): New.
10217 * dwarf2out.c (expand_builtin_dwarf_fp_regnum): Remove.
10218 (expand_builtin_dwarf_sp_column): New.
10219 * except.h: Update to match.
10220 * unwind-dw2.c (execute_stack_op): Correct stack push typo.
10221 (execute_cfa_program): Record location expression address
10222 before extracting length.
10223 (uw_update_context_1): Install old CFA into stack pointer column.
10224 (uw_init_context_1): Set cfa_reg to stack pointer column.
10225
10226 2003-05-03 Richard Henderson <rth@redhat.com>
10227
10228 * config/rs6000/rs6000.c (constant_pool_expr_p): Make static and
10229 return bool.
10230 (toc_relative_expr_p): Likewise.
10231 (SPE_CONST_OFFSET_OK): Move from rs6000.h.
10232 (legitimate_constant_pool_address_p): Move from rs6000.h, change
10233 into a function, downcase all users.
10234 (legitimate_small_data_p): Likewise.
10235 (legitimate_offset_address_p): Likewise.
10236 (legitimate_indexed_address_p): Likewise.
10237 (legitimate_indirect_address_p): Likewise.
10238 (legitimate_lo_sum_address_p): Likewise.
10239 (rs6000_mode_dependent_address): Likewise.
10240 * rs6000.h (CONSTANT_POOL_EXPR_P, TOC_RELATIVE_EXPR_P): Remove.
10241 (SPE_CONST_OFFSET_OK, LEGITIMATE_CONSTANT_POOL_ADDRESS_P,
10242 LEGITIMATE_SMALL_DATA_P, LEGITIMATE_OFFSET_ADDRESS_P,
10243 LEGITIMATE_INDEXED_ADDRESS_P, LEGITIMATE_INDIRECT_ADDRESS_P,
10244 LEGITIMATE_LO_SUM_ADDRESS_P): Move into rs6000.c.
10245 (LEGITIMATE_ADDRESS_INTEGER_P): Remove.
10246 (GO_IF_MODE_DEPENDENT_ADDRESS): Use rs6000_mode_dependent_address.
10247 * config/rs6000/rs6000-protos.h: Update.
10248
10249 2003-05-03 Geoffrey Keating <geoffk@apple.com>
10250
10251 * config/rs6000/rs6000.h (REVERSIBLE_CC_MODE): Define.
10252 (REVERSE_CONDITION): Define.
10253
10254 * config/rs6000/rs6000.c (scc_comparison_operator): Make equivalent
10255 to branch_positive_comparison_operator.
10256 (ccr_bit): Check that sCOND conditions are actually a positive bit.
10257 (print_operand): Remove %D substitution.
10258 (rs6000_emit_sCOND): Generate complement operation to ensure that
10259 sCOND input is a positive bit.
10260 * config/rs6000/rs6000.md: Rearrange sCOND templates to be in the
10261 same order as bCOND, and add the missing ones. Remove the %D
10262 substitutions from the scc patterns.
10263
10264 * simplify-rtx.c (simplify_relational_operation): Add case for
10265 ! (fabs(x) < 0.0).
10266
10267 2003-05-03 Bruce Korb <bkorb@gnu.org>
10268
10269 * gcc/fixinc/fixincl.tpl(dne): restore this to force merge conflicts
10270 in fixincl.x
10271 * gcc/fixinc/inclhack.def(bsd_stdio_attrs_conflict): fix placement
10272
10273 2003-05-03 Aldy Hernandez <aldyh@redhat.com>
10274
10275 * config/rs6000/spe.h: Remove unecessary casts. Misc cleanups.
10276
10277 2003-05-03 Zack Weinberg <zack@codesourcery.com>
10278
10279 PR c/10604
10280 * c-common.c (warn_sign_compare): Initialize to -1.
10281 * c-opts.c (c_common_init_options): Don't set warn_sign_compare here.
10282 (c_common_decode_option <OPT_Wall>): Set warn_sign_compare
10283 for C++ only.
10284 (c_common_post_options): Set warn_sign_compare from extra_warnings
10285 if it's still -1 at this point.
10286
10287 * toplev.c (maybe_warn_unused_parameter): New static variable.
10288 (set_Wextra): New static function.
10289 (W_options): Remove "extra".
10290 (decode_W_option): Call set_Wextra.
10291 (independent_decode_option): Likewise.
10292 (set_Wunused): Cooperate with set_Wextra in setting
10293 warn_unused_parameter.
10294 (rest_of_compilation): No need to check extra_warnings as
10295 well as warn_uninitialized.
10296
10297 * c-typeck.c (build_binary_op, build_conditional_expr):
10298 No need to check extra_warnings as well as warn_sign_compare.
10299 (internal_build_compound_expr): No need to check extra_warnings
10300 as well as warn_unused_value.
10301 * function.c (expand_function_end): No need to check extra_warnings
10302 as well as warn_unused_parameter.
10303 * stmt.c (expand_expr_stmt_value): No need to check extra_warnings
10304 as well as warn_unused_value.
10305
10306 * doc/invoke.texi: Clarify documentation of -Wsign-compare.
10307
10308 * Makefile.in: Disable -Werror for gengtype-lex.o.
10309
10310 2003-05-03 Olivier Hainque <hainque@act-europe.fr>
10311
10312 * emit-rtl.c (last_call_insn, add_function_usage_to): New functions.
10313 * rtl.h (last_call_insn, add_function_usage_to): New prototypes.
10314 * builtins.c (expand_builtin_apply): Use the new emit-rtl functions.
10315 * calls.c (emit_call_1): Likewise.
10316 (expand_call): For calls initializing constant memory, replace
10317 emission of standalone mem /u clobber with function usage entry.
10318 * expr.c (emit_block_move_via_libcall): Likewise.
10319 * cse.c (count_reg_usage, case EXPR_LIST): New case.
10320 * flow.c (propagate_one_insn): Pass entire operand of
10321 CALL_INSN_FUNCTION_USAGE to mark_used_regs.
10322 * integrate.c (try_constants): For CALL_INSNs, substitute constants
10323 within the FUNCTION_USAGE also.
10324 * loop.c (prescan_loop): Note clobbers of const mem mentioned in
10325 FUNCTION_USAGE lists.
10326 * reload1.c (replace_pseudos_in): Renamed.
10327 (reload): Use it for clobbers surviving until the end of the reload.
10328
10329 2003-05-03 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
10330
10331 * expr.c (expand_expr, case VIEW_CONVERT_EXPR): Don't use
10332 gen_lowpart on non-integer modes.
10333
10334 * stor-layout.c (place_field): When adjusting offset_align, use
10335 desired_align, not DECL_ALIGN.
10336
10337 2003-05-03 Nathan Sidwell <nathan@codesourcery.com>
10338
10339 * c-decl.c (pending_invalid_xref_file): Remove.
10340 (pending_invalid_xref_line): Remove.
10341 (pending_invalid_xref_location): New.
10342 (lookup_label): Use location_t and input_location directly.
10343 (lookup_tag): Likewise.
10344 (pending_xref_error): Likewise.
10345 (c_expand_body_1): Likewise.
10346 * c-common.c (x_expand_start_cond): Likewise.
10347 * c-semantics.c (genrtl_for_stmt): Likewise.
10348 (find_reachable_label): Likewise.
10349 * expr.c (expand_expr): Likewise.
10350 * integrate.c (output_inline_function): Likewise.
10351 * tree-inline.c (find_alloca_call): Likewise.
10352 (find_builtin_longjmp_call): Likewise.
10353 * gcc.c (input_filename): Make static.
10354
10355 2003-05-03 Richard Sandiford <rsandifo@redhat.com>
10356
10357 * config/mips/mips.md: Fix comment typo.
10358
10359 * config/mips/mips.c (mips_integer_op): New structure.
10360 (MIPS_MAX_INTEGER_OPS): Define.
10361 (mips_const_insns): Use mips_build_integer to determine the number
10362 of instructions needed to load a CONST_INT.
10363 (move_operand): Reject compound CONST_INTs.
10364 (mips_build_shift, mips_build_lower, mips_build_integer): New fns.
10365 (mips_move_integer): New fn.
10366 (mips_legitimize_const_move): Pass CONST_INTs to mips_move_integer.
10367 (mips_legitimize_move): Only legitimize constants when moving
10368 word or subword values.
10369
10370 2003-05-02 Matt Kraai <kraai@alumni.cmu.edu>
10371
10372 * Makefile.in (gcov-iov.h): Use move-if-change and a stamp.
10373
10374 2003-05-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10375
10376 * builtins.c (expand_builtin_stpcpy): Copy `arglist' before
10377 modifying it.
10378
10379 2003-05-03 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
10380 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10381
10382 * doc/contrib.texi (Contributors): Add Zdenek Dvorak, Aldy
10383 Hernandez, and Kazu Hirata. Update Richard Henderson.
10384
10385 2003-05-02 Geoffrey Keating <geoffk@apple.com>
10386
10387 * config/rs6000/rs6000.c (rs6000_attribute_table): Add 'extern'
10388 to tentative declaration.
10389
10390 * config/rs6000/sysv4.h (SYMBOL_FLAG_SMALL_V4): Delete.
10391 (SYMBOL_FLAG_SMALL_V4): Delete.
10392 * config/rs6000/rs6000.c (small_data_operand): Use SYMBOL_REF_SMALL_P.
10393 (rs6000_elf_encode_section_info): Don't set SYMBOL_FLAG_SMALL_V4.
10394 (rs6000_elf_in_small_data_p): Add extra section names. Add
10395 comment about TREE_PUBLIC test.
10396
10397 * c-semantics.c (genrtl_switch_stmt, genrtl_if_stmt): Call
10398 expand_stmt on result of expand_unreachable_stmt.
10399
10400 2003-05-02 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10401
10402 * doc/contrib.texi (Contributors): Add Daniel Berlin.
10403
10404 2003-05-02 David Edelsohn <edelsohn@gnu.org>
10405
10406 * config/rs6000/{603.md,6xx.md,7450.md,7xx.md,rs64.md}: Decrease
10407 number of automata.
10408
10409 * config/rs6000/rs6000.c (symbol_ref_operand): Check
10410 SYMBOL_REF_FUNCTION_P on AIX.
10411 (current_file_function_operand): Same.
10412 * config/rs6000/rs6000.md (call,call_value): Force non-function
10413 symbol_ref into register on AIX.
10414
10415 2003-05-02 Alan Modra <amodra@bigpond.net.au>
10416
10417 * calls.c (struct arg_data): Move offset, slot_offset, size and
10418 alignment_pad to struct locate_and_pad_arg_data. Update all refs.
10419 (initialize_argument_information): Adjust call to locate_and_pad_parm.
10420 Delete alignment_pad var. Don't calculate slot_offset here.
10421 (emit_library_call_value_1): Delete alignment_pad, offset and size
10422 vars. Use struct locate_and_pad_arg_data instead. Adjust refs.
10423 Adjust call to locate_and_pad_parm. Don't tweak arg size for
10424 partial in-regs here. Formatting fixes.
10425 * expr.h (struct locate_and_pad_arg_data): New struct.
10426 (locate_and_pad_parm): Adjust declaration.
10427 * function.c (assign_parms): Localize vars. Use "locate" instead of
10428 other arg location vars. Don't invoke FUNCTION_ARG or
10429 FUNCTION_INCOMING_ARG unless pretend_named is different from
10430 named_arg. Heed MUST_PASS_IN_STACK and set up "partial" before
10431 calling locate_and_pad_parm. Adjust locate_and_pad_parm call.
10432 Use slot_offset for stack home of reg parms. Correct test for
10433 parm passed in memory. Formatting fixes.
10434 (locate_and_pad_parm): Add "partial" to params. Replace offset_ptr
10435 arg_size_ptr and alignment pad with "locate". Set slot_offset here.
10436 Correct initial_offset_ptr handling. Localize vars. Always pad
10437 locate->offset even when in_regs.
10438
10439 2003-05-02 Nathan Sidwell <nathan@codesourcery.com>
10440
10441 * Makefile.in (TREE_H): Replace location.h with input.h.
10442 (GTFILES) Remove location.h
10443 (gt-lists.h): Replace gt-location.h with gt-input.h
10444 * input.h (input_filename, input_line): Remove variables.
10445 (location_s, location_t): Move from location.h.
10446 (input_location): New.
10447 (input_filename, input_line): New #defines.
10448 * location.h: Remove.
10449 * tree.h: Replace location.h with input.h.
10450 (input_filename, input_line): Remove.
10451 * diagnostic.h: Replace location.h with input.h.
10452 * gcc.h (input_filename, input_filename_length): Remove declarations.
10453 * toplev.c (input_filename, input_line): Remove.
10454 (input_location): Define.
10455 (push_srcloc, pop_srcloc): Adjust.
10456 * diagnostic.c (diagnostic_report_current_module): Adjust.
10457
10458 2003-05-02 Nick Clifton <nickc@redhat.com>
10459
10460 * configure.in: Add xstormy16 to list of targets that has a nop
10461 instruction and hence which can be tested to see if the
10462 assembler supports the --gdwarf2 switch.
10463 * configure: Regenerate.
10464
10465 2003-05-01 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
10466
10467 PR target/8257
10468 * config/alpha/alpha.c (alpha_sa_mask, alpha_expand_prologue,
10469 alpha_start_function, alpha_expand_epilogue, unicosmk_gen_dsib):
10470 Avoid undefined shifts by making the shift operand unsigned.
10471
10472 2003-05-01 DJ Delorie <dj@redhat.com>
10473
10474 * reload.c (find_reloads): Also check that all of a multi-reg
10475 value is in the class.
10476
10477 2003-05-01 Nathan Sidwell <nathan@codesourcery.com>
10478
10479 * scan.h (lineno): Revert the rename here.
10480
10481 2003-05-01 Stan Shebs <shebs@apple.com>
10482
10483 * config/darwin.c (darwin_encode_section_info): Call
10484 default_encode_section_info.
10485
10486 2003-05-01 David Edelsohn <edelsohn@gnu.org>
10487
10488 * config/rs6000/rs6000.md (define_attr "type"): Add mfjmpr.
10489 (movsi_internal1): Use new mfjmpr attribute.
10490 (movhi_internal): Same.
10491 (movqi_internal): Same.
10492 (movcc_internal1): Same.
10493 (movdi_internal64): Same.
10494 * config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
10495 power4.md,rios1.md,rios2.md,rs64.md}: Add mfjmpr.
10496 * config/rs6000/40x.md: Add fpu_405.
10497 * config/rs6000/power4.md: Merge power4lsu and power4disp automata
10498 into power4misc automata. Remove extraneous parentheses.
10499 * config/rs6000/440.md: New file.
10500 * config/rs6000/rs6000.c (processor_target_table): Add 440,
10501 440fp. Rename 405f to 405fp.
10502 (function_arg_padding): Correct formatting.
10503 (rs6000_rtx_costs): Add PROCESSOR_PPC440 cases.
10504
10505 2003-05-01 Nathan Sidwell <nathan@codesourcery.com>
10506
10507 * input.h (lineno): Rename to ...
10508 (input_line): ... here.
10509 * tree.h (lineno): Rename to ...
10510 (input_line): ... here.
10511 * scan.h (lineno): Rename to ...
10512 (input_line): ... here.
10513 * toplev.c (lineno): Rename to ...
10514 (input_line): ... here.
10515 (push_srcloc, pop_srcloc): Rename lineno to input_line.
10516 * c-common.c (c_expand_start_cond, fname_decl): Likewise.
10517 * c-decl.c (poplevel, pop_label_level, lookup_label, lookup_tag,
10518 store_parm_decls, c_expand_body_1): Likewise.
10519 * c-errors.c (pedwarn_c99): Likewise.
10520 * c-format.c (status_warning): Likewise.
10521 * c-lex.c (fe_file_change, cb_def_pragma, c_lex): Likewise.
10522 * c-opts.c (c_common_post_options, c_common_parse_file): Likewise.
10523 * c-parse.in (save_filename, maybe_type_qual, ifc): Likwise.
10524 * c-semantics.c (finish_stmt_tree, build_stmt, emit_local_var,
10525 gentrtl_goto_stmt, genrtl_expr_stmt_value, genrtl_decl_stmt,
10526 genrtl_if_stmt, genrtl_while_stmt, genrtl_do_stmt,
10527 genrtl_return_stmt, genrtl_for_stmt, build_break_stmt,
10528 build_continue_stmt, genrtl_switch_stmt, genrtl_asm_stmt,
10529 prep_stmt, find_reachable_label, expand_unreachable_stmt): Likewise.
10530 * coverage.c (create_coverage): Likewise.
10531 * diagnostic.c (pedwarn, sorry, error, fatal_error,
10532 internal_error, warning, diagnostic_report_current_module,
10533 inform): Likewise.
10534 * expr.c (expand_expr): Likewise.
10535 * integrate.c (expand_inline_function,
10536 output_inline_function): Likewise.
10537 * rtl-error.c (file_and_line_for_asm): Likewise.
10538 * tree-inline.c (find_alloca_call, find_builtin_longjmp_call,
10539 walk_tree): Likewise.
10540 * tree.c (make_node): Likewise.
10541 * ada, cp, f, java, objc, treelang: Likewise.
10542 * objc/objc-act.c (objc_init): Rename lineno to input_line.
10543 (build_module_descriptor, build_selector_translation_table,
10544 build_protocol_template, build_method_prototype_list_template,
10545 build_category_template, build_selector_table,
10546 build_class_template, build_super_template, build_ivar_template,
10547 build_ivar_list_template, build_method_list_template,
10548 build_method_template, add_instance_variable): Likewise.
10549
10550 * dwarf2out.c (dwarf2out_init, dwarf2out_finish): Change parameter
10551 name from input_filename.
10552
10553 2003-04-30 Eric Christopher <echristo@redhat.com>
10554 Richard Sandiford <rsandifo@redhat.com>
10555
10556 * configure: Regenerate from patches below.
10557 * combine.c (gen_lowpart_for_combine): Fix comment and add tests
10558 for all symbolic operands.
10559 * config/mips/mips.c: Migrate RTX_COSTS and CONST_COSTS
10560 to function.
10561 * config/mips/linux.h: Fix typo.
10562 * Merge from mips-3_4-rewrite branch:
10563
10564 2003-04-07 Richard Sandiford <rsandifo@redhat.com>
10565
10566 * config/mips/mips.c (mips_classify_symbol): Add catch-all case for
10567 handling local labels when TARGET_ABICALLS.
10568
10569 2003-04-04 Richard Sandiford <rsandifo@redhat.com>
10570
10571 * config/mips/mips-protos.h (mips_expand_epilogue): Add an
10572 integer argument.
10573 (mips_expand_call): Likewise.
10574 * config/mips/mips.h (TARGET_SIBCALLS): New macro.
10575 (FIXED_REGISTERS): Clear $31 entry.
10576 (CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTER): Likewise.
10577 (EPILOGUE_USES): Define.
10578 * config/mips/mips.c (mips_function_ok_for_sibcall): New function.
10579 (TARGET_FUNCTION_OK_FOR_SIBCALL): Use it.
10580 (override_options): Add a 'j' register class.
10581 (mips_expand_call): Handle sibcalls
10582 (mips_expand_epilogue): Handle epilogues for sibcalls.
10583 * config/mips/mips.md (epilogue): Adjust call to mips_expand_epilogue.
10584 (sibcall_epilogue): New pattern.
10585 (call, call_value): Adjust calls to mips_expand_call.
10586 (sibcall, sibcall_value): New expanders.
10587 (sibcall_internal, sibcall_value_internal): New patterns.
10588 (sibcall_value_multiple_internal): New pattern.
10589
10590 2003-03-25 Richard Sandiford <rsandifo@redhat.com>
10591
10592 * config/mips/mips.md (extended_mips16): New attribute.
10593 (define_attr length): Default to 8 if extended_mips16 == yes.
10594 (truncdisi2): Set extended_mips16 to yes for the sll alternative.
10595 (truncdihi2, truncdiqi2, *extendsidi2): Likewise.
10596 (call_internal): Set extended_mips16 to yes for direct jumps.
10597 Remove redundant mode attribute.
10598 (call_value_internal, call_value_multiple_internal): Likewise.
10599 (call_split): Remove redundant mode attribute.
10600 (call_value_split, call_value_multiple_split): Likewise.
10601
10602 * config/mips/mips.c (mips_symbol_insns): Rework. Fix handling
10603 of unaligned offsets.
10604
10605 * config/mips/mips.c (mips_splittable_symbol_p): Fix handling
10606 of SYMBOL_GENERAL.
10607
10608 2003-03-22 Richard Sandiford <rsandifo@redhat.com>
10609
10610 * config/mips/mips.h (TARGET_EXPLICIT_RELOCS): Add commentary.
10611 * config/mips/mips.c (override_options): Disable -mexplicit-relocs
10612 for mips16 code.
10613
10614 2003-03-22 Richard Sandiford <rsandifo@redhat.com>
10615
10616 * config/mips/mips.h (ADDRESS_COST): Define.
10617
10618 2003-03-20 Richard Sandiford <rsandifo@redhat.com>
10619
10620 * config/mips/mips.h (EXTRA_CONSTRAINT): Give existing meaning of
10621 'R' to 'U'. Make 'R' mean a single-instruction memory reference.
10622 * config/mips/mips.md: Replace 'R' constraints with 'U'.
10623
10624 2003-03-18 Richard Sandiford <rsandifo@redhat.com>
10625
10626 * config/mips/mips.md (truncdisi2): Add commentary. Use sll instead
10627 of a two-instruction sequence. Add register->memory alternative.
10628 (truncdihi2, truncdiqi2): Likewise.
10629 Rework shift/truncate instructions so that they only handle right
10630 shifts of 32 (or more, in the case of arithmetic shifts).
10631 Add patterns for truncate/sign-extend.
10632
10633 2003-03-13 Richard Sandiford <rsandifo@redhat.com>
10634
10635 * configure.in (mips*-*-*): Check for explicit relocation support.
10636 * configure: Regenerate.
10637
10638 2003-03-13 Richard Sandiford <rsandifo@redhat.com>
10639
10640 * config/mips/mips.h (TARGET_SWITCHES): Add -mexplicit-relocs
10641 and -mno-explicit-relocs.
10642 (MASK_EXPLICIT_RELOCS): Define.
10643 (TARGET_EXPLICIT_RELOCS): Use it.
10644 (mips_split_addresses): Remove declaration.
10645 * config/mips/mips.c (override_options): Update comment for
10646 mips_split_addresses. Clear MASK_EXPLICIT_RELOCS for non-PIC n64.
10647
10648 2003-03-13 Richard Sandiford <rsandifo@redhat.com>
10649
10650 * combine.c (gen_lowpart_for_combine): Treat the lowpart Pmode of
10651 a CONST as identity. Check the return value of gen_lowpart_common.
10652
10653 2003-03-13 Richard Sandiford <rsandifo@redhat.com>
10654
10655 * config/mips/mips.c (mips_legitimize_symbol): Handle small data
10656 references for TARGET_EXPLICIT_RELOCS.
10657 (mips_reloc_string): Return "%gp_rel(" for RELOC_GPREL16 if
10658 !TARGET_MIPS16.
10659
10660 2003-03-13 Richard Sandiford <rsandifo@redhat.com>
10661
10662 * config/mips/mips.md: Replace 'IQ' mips16 constraints with just 'Q'.
10663 (addsi3): Remove redundant constraints.
10664 (addsi3_internal): Use separate register & constant alternatives.
10665 Use a 'Q' constraint and "addiu" insn for the latter.
10666 (adddi3_internal_3, addsi3_internal_2): Likewise.
10667
10668 2003-03-13 Richard Sandiford <rsandifo@redhat.com>
10669
10670 * config/mips/mips-protos.h (mips_expand_unaligned_load): Declare.
10671 (mips_expand_unaligned_store): Declare.
10672 * config/mips/mips.c (mips_get_unaligned_mem): New fn.
10673 (mips_expand_unaligned_load, mips_expand_unaligned_store): New fns.
10674 * config/mips/mips.md (UNSPEC_ULW, UNSPEC_USW): Remove.
10675 (UNSPEC_ULD, UNSPEC_USD): Remove.
10676 (UNSPEC_LWL, UNSPEC_LWR, UNSPEC_SWL, UNSPEC_SWR): New.
10677 (UNSPEC_LDL, UNSPEC_LDR, UNSPEC_SDL, UNSPEC_SDR): New.
10678 (extv, extzv): Use mips_expand_unaligned_load.
10679 (insv): Use mips_expand_unaligned_store. Use a reg_or_0_operand
10680 predicate for operand 3.
10681 (movsi_ulw, movsi_usw): Replace with...
10682 (mov_lwl, mov_lwr, mov_swl, move_swr): ...these new insns.
10683 (movdi_uld, movdi_usd): Likewise replace with...
10684 (mov_ldl, mov_ldr, mov_sdl, move_sdr): ...these insns.
10685
10686 2003-02-26 Richard Sandiford <rsandifo@redhat.com>
10687
10688 * config/mips/mips-protos.h (mips_global_pic_constant_p): Declare.
10689 * config/mips/mips.h (LEA_REGS): New register class.
10690 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Add entries for it.
10691 (GR_REG_CLASS_P): Include LEA_REGS.
10692 (DANGEROUS_FOR_LA25_P): New macro.
10693 (EXTRA_CONSTRAINT): Add !DANGEROUS_FOR_LA25_P to R's condition.
10694 Add a T constraint for the DANGEROUS_FOR_LA25_P case.
10695 * config/mips/mips.c (mips_regno_to_class): Change GR_REGS
10696 entries to LEA_REGS.
10697 (mips_global_pic_constant_p): New function.
10698 (override_options): Add 'e' register constraint.
10699 (mips_secondary_reload_class): Return LEA_REGS when reloading
10700 a dangerous constant into a class containing $25.
10701 * config/mips/mips.md (movdi_internal2): Add an e <- T alternative.
10702 (movsi_internal): Likewise.
10703
10704 2003-02-23 Richard Sandiford <rsandifo@redhat.com>
10705
10706 * config/mips/mips.h (TARGET_SPLIT_CALLS): New macro.
10707 * config/mips/mips.md (call_split): New insn.
10708 (call_value_split, call_value_multiple_split): New insns.
10709 (call_internal): Turn into a define_insn_and_split. Split the
10710 instruction into a call and $gp load if TARGET_SPLIT_CALLS.
10711 (call_value_internal, call_value_multiple_internal): Likewise.
10712
10713 2003-02-23 Richard Sandiford <rsandifo@redhat.com>
10714
10715 * config/mips/mips.c (mips_reloc_string): Return "%got(" for
10716 RELOC_GOT_PAGE and RELOC_GOT_DISP if !TARGET_NEWABI.
10717 (mips_encode_section_info): Don't take symbol visibility into
10718 account if TARGET_ABICALLS. Add more commentary.
10719 * config/mips/mips.md: Add commentary above reloc constants.
10720
10721 2003-02-12 Richard Sandiford <rsandifo@redhat.com>
10722
10723 * config/mips/mips.c (mips_legitimize_const_move): New, extracted
10724 from mips_legitimize_move. Legitimize constant pool references.
10725 (mips_legitimize_move): Call mips_legitimize_const_move. Attach
10726 a REG_EQUAL note to the last instruction.
10727
10728 2003-02-11 Richard Sandiford <rsandifo@redhat.com>
10729
10730 * config/mips/mips-protos.h (mips_simplify_dwarf_addr): Declare.
10731 * config/mips/mips.h (TARGET_EXPLICIT_RELOCS, TARGET_NEWABI): New.
10732 (ASM_SIMPLIFY_DWARF_ADDR): Define to mips_simplify_dwarf_addr.
10733 (EXTRA_CONSTRAINT): Allow symbolic call addresses for TARGET_ABICALLS.
10734 * config/mips/mips.md (UNSPEC_HIGH): New constant.
10735 (UNSPEC_RELOC_GPREL16): Rename to...
10736 (RELOC_GPREL16): ...this.
10737 (RELOC_GOT_HI, RELOC_GOT_LO, RELOC_GOT_PAGE, RELOC_GOT_DISP): New.
10738 (RELOC_CALL16, RELOC_CALL_HI, RELOC_CALL_LO): New.
10739 (macro_calls): New attribute.
10740 (length): Use it to set the default length of calls. Don't allow
10741 calls to have delay slots if macro_calls is "yes".
10742 (luisi, luidi): New patterns.
10743 (lowsi, lowdi): Use '%R' to print the relocation.
10744 (lowdi_extend): Remove.
10745 (loadgp): Remove mode from operand 0. Use '%0' instead of '%a0'.
10746 (call_internal): Merge alternatives. Always use "jal".
10747 (call_value_internal, call_value_multiple_internal): Likewise.
10748 (reloc_gprel16): Remove.
10749 * config/mips/mips.c (mips_got_alias_set): New variable.
10750 (mips_classify_constant): Handle the new relocation constants.
10751 (mips_classify_symbol): Reverse the sense of SYMBOL_REF_FLAG for PIC.
10752 (mips_symbolic_address_p): Return false if generating explicit relocs.
10753 Otherwise allow local PIC symbols to have an offset.
10754 (mips_splittable_symbol_p): New function.
10755 (mips_classify_address): Use it to check whether a LO_SUM is valid.
10756 (mips_const_insns): Always accept HIGH.
10757 (call_insn_operand): Don't accept global symbols if using explicit
10758 relocs.
10759 (move_operand): Don't accept HIGH when generating PIC.
10760 (mips_reloc, mips_lui_reloc): New functions.
10761 (mips_force_temporary): Remove MODE argument. Expect VALUE to
10762 be a valid right-hand-side for a SET pattern.
10763 (mips_load_got, mips_load_got16, mips_load_got32): New functions.
10764 (mips_emit_high): New function.
10765 (mips_legitimize_symbol): Use mips_reloc for the mips16 gp-relative
10766 case. Use mips_splittable_symbol_p to check whether a LO_SUM
10767 address should be used. Use mips_emit_high to generate the
10768 high part of such an address. Adjust the global symbol + offset
10769 case to match the change to mips_force_temprorary.
10770 (mips_legitimize_move): Shuffle call to mips_legitimize_symbol.
10771 If generating explicit-reloc PIC, load the address of global
10772 symbols from the GOT. Use mips_emit_high to emit the high part
10773 of an address.
10774 (mips_simplify_dwarf_addr): New function.
10775 (mips_move_1word): Use lwc1 instead of l.s and swc1 instead of s.s.
10776 (mips_move_2words): Likewise ldc1/l.d and sdc1/s.d if TARGET_64BIT.
10777 (mips_expand_call): Load the addresses of global functions using
10778 %call* relocs if generating explicit-reloc PIC. Don't generate
10779 an exception_receiver pattern.
10780 (override_options): Initialize mips_got_alias_set.
10781 (print_relocation): Remove in favor of...
10782 (mips_reloc_string): ...this new function.
10783 (print_operand): Handle '%R'. Use mips_reloc_string.
10784 (print_operand_address): Use print_operand to print the symbolic
10785 part of a LO_SUM address.
10786 (mips_output_function_prologue): Use .cprestore, reverting last patch.
10787 (mips_encode_section_info): Factor out DECL_RTL accesses. Reverse
10788 sense of SYMBOL_REF_FLAG for PIC, using binds_local_p to check
10789 for local symbols.
10790
10791 2003-02-02 Eric Christopher <echristo@redhat.com>
10792
10793 * config/mips/mips.c (mips_sign_extend): Remove.
10794 * config/mips/mips-protos.h: Ditto.
10795 * config/mips/mips.md (movdi_internal2_extend): Remove.
10796 (extendsidi2): Fix mode of convert_memory_address.
10797
10798 2003-01-24 Eric Christopher <echristo@redhat.com>
10799
10800 * config/mips/mips.md: Rewrite zero_extend* and extend*
10801 patterns. Use explicit instructions and split after reload
10802 for register extensions.
10803 (ashlsi3_internal1_extend): New combiner pattern for
10804 shift and extend combinations.
10805 * config/mips/mips.h: Change Pmode back to ptr_mode
10806 for performance enhancement.
10807 * combine.c (expand_compound_operation): Make sure
10808 that zero_extend operation is profitable.
10809
10810 2003-01-14 Richard Sandiford <rsandifo@redhat.com>
10811
10812 * config/mips/mips.h (TRAMPOLINE_TEMPLATE): Make size of stored
10813 addresses depend on ptr_mode rather than Pmode.
10814 (TRAMPOLINE_SIZE, TRAMPOLINE_ALIGNMENT): Update acoordingly.
10815 (INITIALIZE_TRAMPOLINE): Rework to handle Pmode != ptr_mode.
10816 (CASE_VECTOR_MODE): Use ptr_mode for !TARGET_MIPS16.
10817 (ASM_OUTPUT_ADDR_VEC_ELT): Update accordingly.
10818 * config/mips/mips.md (tablejump): Likewise. Remove Pmode
10819 condition for selecting cpaddsi or cpadddi: use cpadd instead.
10820 (tablejump_internal1): Remove condition.
10821 (tablejump_internal2): Change condition to TARGET_64BIT.
10822 (cpaddsi): Rename to...
10823 (cpadd): ...this.
10824 (cpadddi): Remove.
10825
10826 2003-01-09 Richard Sandiford <rsandifo@redhat.com>
10827
10828 * config/mips/mips-protos.h (mips16_constant_after_function_p,
10829 mips_address_cost, mips_check_split, double_memory_operand,
10830 mips16_gp_offset, mips16_gp_offset_p, mips16_constant,
10831 pic_address_needs_scratch, symbolic_operand): Remove declarations.
10832 (mips_legitimate_address_p): Return bool.
10833 (mips_address_insns, mips_fetch_insns, mips_const_insns,
10834 mips_legitimize_address, mips_legitimize_move,
10835 mips_expand_call): Declare.
10836 (mips_return_addr): Move outside #ifdef RTX_CODE.
10837
10838 * config/mips/mips.h (ABI_HAS_64BIT_SYMBOLS): New macro.
10839 (PIC_FN_ADDR_REG): New reg_class.
10840 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Add corresponding entries.
10841 (GR_REG_CLASS_P): True for PIC_FN_ADDR_REG.
10842 (SMALL_OPERAND, SMALL_OPERAND_UNSIGNED, LUI_OPERAND,
10843 CONST_HIGH_PART, CONST_LOW_PART, LUI_INT): New macros.
10844 (SMALL_INT, SMALL_INT_UNSIGNED, CONST_OK_FOR_LETTER_P): Use new macros.
10845 (EXTRA_CONSTRAINTS): Give new meanings to Q, R and S.
10846 (CONSTANT_ADDRESS_P): Use mips_legitimate_address_p.
10847 (LEGITIMATE_PIC_OPERAND): Undefine.
10848 (LEGITIMATE_CONSTANT_P): Use mips_const_insns.
10849 (LEGITIMIZE_ADDRESS): Use mips_legitimize_address.
10850 (CONSTANT_AFTER_FUNCTION_P): Remove definition in #if 0 block.
10851 (FUNCTION_MODE): Change to SImode.
10852 (CONST_COSTS): Use mips_const_insns to calculate the cost of
10853 most constants. Treat const_artih_operands specially if they
10854 occur in a PLUS or MINUS.
10855 (CONSTANT_POOL_COST): New macro.
10856 (RTX_COSTS): Use mips_address_insns for MEMs, with a base cost of 2.
10857 Add LO_SUM handling.
10858 (ADDRESS_COST): Undefine.
10859 (PREDICATE_CODES): Add symbolic_operand and const_arith_operand.
10860 Add CONST to the list of codes for arith_operand. Add LABEL_REF
10861 to call_insn_operand and remove CONST_INT.
10862
10863 * config/mips/mips.c: Include integrate.h.
10864 (SINGLE_WORD_MODE_P): New macro.
10865 (mips_constant_type, mips_symbol_type, mips_address_type): New enums.
10866 (mips_constant_info, mips_address_info): New structs.
10867 (mips_regno_to_class): Map $25 to PIC_FN_ADDR_REG.
10868 (mips_classify_constant, mips_classify_symbol,
10869 mips_valid_base_register_p, mips_symbolic_address_p,
10870 mips_classify_address, mips_symbol_insns,
10871 mips16_unextended_reference_p, mips_address_insns, mips_const_insns,
10872 mips_fetch_insns, mips_force_temporary, mips_add_offset,
10873 mips_legitimize_symbol, mips_legitimize_address, mips_legitimize_move,
10874 mips_print_relocation): New functions.
10875 (const_arith_operand): New operand predicate.
10876 (arith_operand): Use it.
10877 (mips_const_double_ok, mips16_simple_memory_operand,
10878 simple_memory_operand, double_memory_operand, mips_check_split,
10879 mips_address_cost, pic_address_needs_scratch, mips16_gp_offset,
10880 mips16_gp_offset_p, mips16_output_gp_offset,
10881 mips16_constant_after_function_p, mips16_constant): Remove.
10882 (call_insn_operand): Be more fussy about symbolic constants.
10883 Use register_operand.
10884 (move_operand): Use mips_symbolic_address_p to check symbolic
10885 operands and general_operand to check the rest.
10886 (symbolic_operand): Use mips_classify_constant.
10887 (mips_legitimate_address_p): Use mips_classify_address.
10888 (mips_move_1word): Combine handling of symbolic addresses.
10889 Remove special treatment of gp-relative loads for TARGET_MIPS16.
10890 (move_move_2words): Likewise. Assume addresses are offsettable
10891 if they need to refer to more than one word. Add HIGH handling.
10892 (mips_restore_gp): Use ptr_mode for the GP save slot.
10893 (mips_expand_call): New function, combining the old mips.md
10894 call and call_internal define_expands. If the address isn't
10895 a call_insn_operand, force it into a register. For SVR4 PIC,
10896 emit an exception_receiver instruction after the call.
10897 (override_options): Only override flag_pic for TARGET_ABICALLS
10898 if it is currently zero. Allow mips_split_addresses when
10899 Pmode == DImode too, except when ABI_HAS_64BIT_SYMBOLS.
10900 Add new register class letter, 'c'.
10901 (print_operand): Use mips_classify_constant for constant operands.
10902 (print_operand_address): Use mips_classify_address.
10903 (mips_output_function_prologue): Don't use .cprestore.
10904 (mips_expand_epilogue): For TARGET_MIPS16, only adjust the stack
10905 via the frame pointer if current_function_calls_eh_return.
10906 (mips_encode_section_info): For TARGET_ABICALLS, use SYMBOL_REF_FLAG
10907 to mark whether a symbol is local or global.
10908 (build_mips16_call_stub): Expect the address of the function rather
10909 than a MEM reference to it. Update call generation sequences.
10910 (mips16_optimize_gp): Remove Pmode checks. Temporarily disable
10911 small-data adjustments.
10912
10913 * config/mips/mips.md: Remove 'R'/'m' memory distinction. Use default
10914 length for loads and stores.
10915 (UNSPEC_CPADD, UNSPEC_RELOC_GPREL16): New constants.
10916 (define_attr type): Add const and prefetch.
10917 (define_attr length): Use mips_const_insns for const instructions.
10918 Use mips_fetch_insns for load and store instructions.
10919 (define_attr single_insn): New.
10920 (define_attr can_delay): Use it.
10921 (define_attr abicalls): Remove.
10922 (define_delay): Use can_delay. Always allow calls to have delay slots.
10923 (addsi3_internal_2): Add 'Q' constraint.
10924 (movsi_ulw, movsi_usw, movdi_uld, movdi_usd): Set length to 8.
10925 (high): Remove.
10926 (lowsi): Renamed from low.
10927 (lowdi): New pattern.
10928 (movdi, movsi): Use mips_legitimize_move. Remove define_split.
10929 (lwxc1, ldxc1, swxc1, sdxc1): Set length to 4.
10930 (loadgp): Change operand 0 to an immediate_operand.
10931 (tablejump): Use the same patterns for SVR4 PIC but emit a cpadd
10932 beforehand.
10933 (cpaddsi, cpadddi): New patterns.
10934 (tablejump_internal3, tablejump_internal4): Remove define_expands
10935 and associated define_splits.
10936 (call, call_value): Use mips_expand_call.
10937 (call_internal): New, replacing all existing call_internal* insns.
10938 (call_value_internal): Likewise call_value_internal*.
10939 (call_value_multiple_internal): Likewise call_value_multiple_internal*.
10940 (untyped_call): Remove if (operands[0]) magic.
10941 (prefetch_si_address, prefetch_si): Change type to "prefetch".
10942 (prefetch_di_address, prefetch_di): Likewise.
10943 (leasi, leadi): Remove.
10944 (reloc_gprel16): New.
10945
10946 * config/mips/5400.md (ir_vr54_hilo): Include const type.
10947 * config/mips/5500.md (ir_vr55_hilo): Likewise.
10948 * config/mips/sr71k.md (ir_sr70_hilo): Likewise.
10949
10950 2003-01-08 Eric Christopher <echristo@redhat.com>
10951
10952 * config.gcc (mipsisa32*): Change ABI_MEABI to ABI_EABI.
10953 * config/mips/elf.h (STARTFILE_SPEC): Remove ABI_MEABI references and
10954 configure check for libgloss.
10955 * config/mips/elf64.h: Ditto.
10956 * config/mips/mips.c: Remove ABI_MEABI.
10957 * config/mips/mips.h: Ditto.
10958
10959 2002-11-05 Richard Sandiford <rsandifo@redhat.com>
10960
10961 Fix merge fallout.
10962 * config/mips/mips.md (mul_acc_si): Reapply 2002-10-16 change.
10963 (muldi3_internal): Remove outdated comment.
10964 (*muls_di, *umuls_di): Fix comment and 64-bitness.
10965 (*smsac_di, *umsac_di): Likewise. Reformat.
10966 (umulsi3_highpart): Minor formatting tweaks.
10967 (umulsi3_highpart_internal): Use only if !ISA_HAS_MULHI. Remove
10968 redundant scratch operand. Minor formatting tweak.
10969 (umulsi3_highpart_mulhi_internal): Use for !TARGET_64BIT as well.
10970 (umulsi3_highpart_neg_mulhi_internal): Likewise. Fix asm template.
10971 (smulsi3_highpart): As for the unsigned version.
10972 (smulsi3_highpart_internal): Likewise.
10973 (smulsi3_highpart_mulhi_internal): Likewise.
10974 (smulsi3_highpart_neg_mulhi_internal): Likewise.
10975 (smuldi3_highpart, umuldi3_highpart): Minor formatting tweaks.
10976 (*smul_acc_di): Remove duplicated pattern.
10977 (*umul_acc_di, *smul_acc_di): Reapply 2002-10-16 change.
10978 (anddi3) [unnamed mips16 pattern]: Remove reintroduced length.
10979 (zero_extendsidi2_internal2): Remove new, but commented-out pattern.
10980
10981 2002-10-22 Eric Christopher <echristo@redhat.com>
10982
10983 * config/mips/mips-protos.h (mips_return_addr): New.
10984 * config/mips/mips.c (mips_return_addr): New.
10985 (movdi_operand): Remove.
10986 (se_register_operand): Ditto.
10987 (se_reg_or_0_operand): Ditto.
10988 (se_uns_arith_operand): Ditto.
10989 (se_arith_operand): Ditto.
10990 (se_nonmemory_operand): Ditto.
10991 (extend_operator): Ditto.
10992 (highpart_shift_operator): Ditto.
10993 (mips_initial_elimination_offset): Remove return address pointer
10994 elimination.
10995 (mips_reg_names): Remove $ra.
10996 (mips_regno_to_class): Ditto.
10997 * config/mips/mips.h (POINTER_SIZE): Define based on TARGET_LONG64
10998 and TARGET_64BIT.
10999 (POINTER_BOUNDARY): Remove.
11000 (POINTERS_EXTEND_UNSIGNED): Define to 0.
11001 (PROMOTE_MODE): Promote to Pmode.
11002 (SHORT_IMMEDIATES_SIGN_EXTEND): Define.
11003 (Pmode): Define to TARGET_64BIT.
11004 (FUNCTION_MODE): Define as Pmode.
11005 (mips_args): Remove deleted functions.
11006 (SIZE_TYPE): Depend on POINTER_SIZE.
11007 (PTRDIFF_TYPE): Ditto.
11008 (FIXED_REGISTERS): Fix extra registers.
11009 (CALL_USED_REGISTERS): Ditto.
11010 (CALL_REALLY_USED_REGISTERS): Ditto.
11011 (RAP_REG_NUM): Remove.
11012 (RETURN_ADDRESS_POINTER_REGNUM): Ditto.
11013 (RETURN_ADDR_RTX): Define to mips_return_addr.
11014 (ELIMINABLE_REGS): Remove RETURN_ADDRESS_POINTER_REGNUM.
11015 (CAN_ELIMINATE): Ditto.
11016 * config/mips/mips.md: For DImode patterns, take into account
11017 deletions above. Split mulsidi patterns into sign_extend and
11018 zero_extend.
11019
11020 2002-10-16 Richard Sandiford <rsandifo@redhat.com>
11021 Michael Meissner <meissner@redhat.com>
11022
11023 * config/mips/mips.h (ISA_HAS_MACC): True for normal-mode vr4120 code.
11024 * config/mips/mips.md (mulsi3_mult3): Add a define_peephole2 to
11025 mop up unnecessarly moves through LO.
11026 (*mul_acc_si): Remove vr5400 and vr5500 handling from here.
11027 (*macc): New pattern for ISA_HAS_MACC. Add define_peephole2s to
11028 change mtlo/macc sequences into mul/add sequences when a three-
11029 address mul is available.
11030 (*macc2): New pattern. Add a define_peephole2 to generate it.
11031 (*mul_sub_si): Fix contraint for operand 5.
11032 (*muls): Use in 32-bit code as well.
11033 (*msac): Likewise. Use msub instead of msac in vr5500 code
11034 if the destination is LO. Remove duplicate define_split.
11035 (*muls_di): Use only in 32-bit code. Adjust rtl accordingly.
11036 (*msac_di): Likewise. Fix formatting.
11037 (smulsi3_highpart, umulsi3_highpart): Use mulhi in 32-bit code too.
11038 (*xmulsi3_highpart_internal): Use only if !ISA_HAS_MULHI.
11039 (*xmulsi3_highpart_mulhi): Use even if !TARGET_64BIT.
11040 (*xmulsi3_neg_highpart_mulhi): Likewise.
11041 (*mul_acc_64bit_di): Remove.
11042 (*mul_acc_di): Use only in 32-bit code. Handle ISA_HAS_MACC as well.
11043
11044 2002-10-14 Richard Sandiford <rsandifo@redhat.com>
11045
11046 * config/mips/vr.h (DRIVER_SELF_SPECS): Define.
11047 * config/mips/t-vr (MULTILIB_OPTIONS): Remove mlong32.
11048 (MULTILIB_DIRNAMES): Remove long32.
11049 (MULTILIB_EXCEPTIONS): Don't build -mabi=32 -mgp32 multilibs.
11050 (MULTILIB_REDUNDANT_DIRS): Remove.
11051
11052 2002-10-14 Richard Sandiford <rsandifo@redhat.com>
11053
11054 * doc/tm.texi (DRIVER_SELF_SPECS): Document.
11055 * gcc.c (driver_self_specs): New variable.
11056 (do_self_spec): New function.
11057 (main): Use it to process driver_self_specs.
11058
11059 2002-10-09 Richard Sandiford <rsandifo@redhat.com>
11060
11061 * config/mips/mips.md (one_cmpldi2): Use only if TARGET_64BIT.
11062 Remove DImode define_split for !TARGET_64BIT.
11063 (anddi3): Remove !TARGET_64BIT support from here as well.
11064 Change operand 2's predicate to se_uns_arith_operand.
11065 Add constant alternatives to define_insn.
11066 (iordi3, xordi3, *nordi3): Likewise.
11067 (anddi3_internal1, xordi3_immed): Remove.
11068
11069 2002-10-01 Richard Sandiford <rsandifo@redhat.com>
11070
11071 * config/mips/mips.h (PROCESSOR_R4121): Rename to PROCESSOR_R4120.
11072 (TARGET_MIPS4121): Rename to TARGET_MIPS4120.
11073 * config/mips/mips.c (mips_cpu_info): Rename vr4121 to vr4120.
11074 * config/mips/mips.md: Apply same renaming here.
11075
11076 2002-10-01 Richard Sandiford <rsandifo@redhat.com>
11077
11078 * config/mips/mips.c (PROCESSOR_R4320, TARGET_MIPS4320): Remove.
11079 (GENERATE_MULT3_SI): Remove use of TARGET_MIPS4320.
11080 * config/mips/mips.c (mips_cpu_info): Remove vr4320 entry.
11081 * config/mips/mips.md (define_attr cpu): Remove r4320.
11082 Remove vr4320 scheduler and uses of TARGET_MIPS4320.
11083
11084 2002-10-01 Richard Sandiford <rsandifo@redhat.com>
11085
11086 * config/mips/mips.c (mips16_strings): New variable.
11087 (mips_output_function_epilogue): Clear the SYMBOL_REF_FLAG of every
11088 symbol in mips16_strings. Free the list.
11089 (mips_encode_section_info): Keep track of local strings.
11090
11091 2002-10-01 Richard Sandiford <rsandifo@redhat.com>
11092
11093 * config/mips/mips.md (bunge, bltgt, bungt): New define_expands.
11094 (sordered_df, sordered_sf): Remove.
11095 * config/mips/mips.c (get_float_compare_codes): New fn.
11096 (gen_int_relational, gen_conditional_move): Use it.
11097
11098 2002-10-01 Richard Sandiford <rsandifo@redhat.com>
11099
11100 * config/mips/mips-protos.h (mips_emit_fcc_reload): Declare.
11101 * config/mips/mips.h (PREDICATE_CODES): Add fcc_register_operand.
11102 * config/mips/mips.c (fcc_register_operand): New function.
11103 (mips_emit_fcc_reload): New function, extracted from reload_incc.
11104 (override_options): Allow TFmode values in float registers
11105 if ISA_HAS_8CC.
11106 * cnfig/mips/mips.md (reload_incc): Change destination prediate
11107 to fcc_register_operand. Remove misleading source constraint.
11108 Use mips_emit_fcc_reload.
11109 (reload_outcc): Duplicate reload_incc.
11110
11111
11112 2003-04-30 Diego Novillo <dnovillo@redhat.com>
11113
11114 * builtins.def (BUILTIN_CONSTANT_P): Mark as constant.
11115
11116 2003-04-30 Geoffrey Keating <geoffk@apple.com>
11117
11118 * tree-inline.c (inlinable_function_p): Back out last change, it's
11119 unnecessary.
11120
11121 2003-04-30 Steven Bosscher <steven@gcc.gnu.org>
11122
11123 * ggc-page.c (TREE_EXP_SIZE): Define.
11124 (extra_order_size_table): New entry for expr trees with
11125 two operands.
11126
11127 2003-04-30 Gabriel Dos Reis <gdr@integrable-solutions.net>
11128
11129 * c-common.c (if_elt): Use location_t in lieu of "file, line" pair.
11130 (c_expand_start_cond): Adjust.
11131 (c_expand_end_cond): Don't use warning_with_file_and_file.
11132 (shadow_warning): Likewise.
11133
11134 2003-04-30 Nathan Sidwell <nathan@codesourcery.com>
11135
11136 * tree.h (DECL_POINTER_DEPTH): Remove.
11137 (struct tree_decl): Remove pointer_depth.
11138
11139 2003-04-30 Janis Johnson <janis187@us.ibm.com>
11140
11141 * config/rs6000/linux64.h (ASM_OUTPUT_LABELREF): Remove.
11142 * config/rs6000/rs6000.c (rs6000_elf_strip_name_encoding): Remove.
11143 (rs6000_xcoff_encode_section_info): Remove.
11144 (current_file_function_operand): Use SYMBOL_REF_FLAGS; fix latent bug.
11145 (rs6000_output_mi_thunk): Remove dead code; use SYMBOL_REF_FLAGS.
11146 (small_data_operand, rs6000_emit_move, rs6000_elf_in_small_data_p,):
11147 Use SYMBOL_REF_FLAGS.
11148 (rs6000_elf_encode_section_info): Call default_encode_section_info for
11149 generic flags, use SYMBOL_REF_FLAGS; code cleanups.
11150 * sysv4.h (TARGET_STRIP_NAME_ENCODING, ASM_OUTPUT_LABELREF): Remove.
11151 (SYMBOL_FLAG_SMALL_V4, SYMBOL_REF_SMALL_V4_P): New.
11152 * xcoff.h (TARGET_ENCODE_SECTION_INFO): Remove.
11153 (ASM_DECLARE_FUNCTION_NAME): Remove setting of SYMBOL_REF_FLAG.
11154
11155 2003-04-30 Gabriel Dos Reis <gdr@integrable-solutions.net>
11156
11157 * diagnostic.c (output_pointer): Use HOST_PTR_PRINTF.
11158
11159 2003-04-30 Andreas Schwab <schwab@suse.de>
11160
11161 * doc/extend.texi (Other Builtins): Enclose multiple word data
11162 type in braces for @deftypefn.
11163
11164 2003-04-30 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
11165
11166 * stor-layout.c (mode_for_size_tree): Use BLKmode if SIZE overflows.
11167
11168 * doc/install.texi (--enable-threads): Document "gnat" option.
11169
11170 2003-04-30 Gabriel Dos Reis <gdr@integrable-solutions.net>
11171
11172 * diagnostic.h (output_formatted_scalar): Tweak.
11173 * diagnostic.c (output_long_decimal): Likewise.
11174 (output_unsigned_decimal): Likewise.
11175 (output_long_unsigned_decimal): Likewise.
11176 (output_octal): Likewise.
11177 (output_long_octal): Likewise.
11178 (output_hexadecimal): Likewise.
11179 (output_long_hexadecimal): Likewise.
11180 (output_pointer): New function.
11181 (output_format): Use it. Recognize "%p" format specifier.
11182
11183 2003-04-30 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
11184
11185 * function.c (purge_addressof_1): Postpone insn in fewer cases.
11186
11187 2003-04-29 Geoffrey Keating <geoffk@apple.com>
11188
11189 * config/rs6000/host-darwin.c (segv_handler): When -dH is used,
11190 call abort() after running out of stack space.
11191
11192 * c-typeck.c (function_types_compatible_p): Ignore incompatible
11193 'volatile' qualifiers on a function's return type in GNU mode.
11194
11195 2003-04-29 Aldy Hernandez <aldyh@redhat.com>
11196
11197 * expr.c (emit_group_load): Dump parallels of simd types to
11198 memory.
11199
11200 2003-04-29 Vladimir Makarov <vmakarov@redhat.com>
11201
11202 * genautomata.c (add_vect): Check undefined value for range type
11203 too.
11204
11205 2003-04-29 Phil Edwards <pme@gcc.gnu.org>
11206
11207 * configure.in: More general test for cmp --ignore-initial.
11208 * configure: Regenerate.
11209
11210 2003-04-29 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
11211
11212 * stor-layout.c (mode_for_size_tree): Use tree_low_cst.
11213 (layout_decl, place_field): Likewise.
11214 Also make minor type and whitespace changes.
11215
11216 * tree.c (save_expr): Don't fold a COMPONENT_REF.
11217
11218 2003-04-29 Olivier Hainque <hainque@act-europe.fr>
11219
11220 * calls.c (expand_call): When modes of target and valreg match, force
11221 sibcall failure when target is a MEM.
11222
11223 2003-04-29 Geoffrey Keating <geoffk@apple.com>
11224
11225 * tree-inline.c (inlinable_function_p): Don't support inlining
11226 functions using varargs.
11227
11228 * doc/invoke.texi (Overall Options): Mention -x objective-c-header.
11229
11230 * dwarf2out.c (output_call_frame_info): No need to output EH
11231 unwind information if all_throwers_are_sibcalls.
11232
11233 * c-semantics.c (expand_unreachable_stmt): Return a tree.
11234 (expand_stmt): Update for change to expand_unreachable_stmt.
11235 (expand_unreachable_if_stmt): Likewise.
11236
11237 * Makefile.in (quickstrap): Pass BOOT_CFLAGS to submake.
11238
11239 2003-04-29 Jason Merrill <jason@redhat.com>
11240
11241 PR middle-end/10336
11242 * jump.c (never_reached_warning): Really stop looking if we reach
11243 the beginning of the function.
11244
11245 2003-04-29 Bob Wilson <bob.wilson@acm.org>
11246
11247 * config/xtensa/elf.h (SIZE_TYPE, PTRDIFF_TYPE, USER_LABEL_PREFIX):
11248 Remove redundant macros.
11249 (WCHAR_TYPE, WCHAR_TYPE_SIZE): Change to "short unsigned int".
11250 (LOCAL_LABEL_PREFIX): Define unconditionally.
11251 (NO_DOT_IN_LABEL): Clarify comment.
11252 * config/xtensa/linux.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Add explicit
11253 definition to "long int".
11254
11255 2003-04-29 Alexander Kabaev <kan@FreeBSD.ORG>
11256
11257 bootstrap/10452
11258 * gengtype-yacc.y: Improve portability.
11259
11260 2003-04-29 Zack Weinberg <zack@codesourcery.com>
11261
11262 * config.gcc: Install obsolete target list for GCC 3.3.
11263 * doc/install.texi: Mention in specific-target instructions
11264 that certain configurations are deprecated.
11265
11266 2003-04-29 Zack Weinberg <zack@codesourcery.com>
11267
11268 * tree.h: Delete no-checking definition of CST_OR_CONSTRUCTOR_CHECK.
11269
11270 2003-04-29 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
11271
11272 * c-pragma.c (maybe_apply_renaming_pragma): Fix typo.
11273 * gcc.c (display_help): Likewise.
11274 * toplev.c (f_options): Likewise.
11275 * params.def (PARAM_MAX_INLINE_SCOPE): Likewise.
11276 * config/c4x/c4x.h (TARGET_SWITCHES): Likewise.
11277 * config/mcore/mcore.h (TARGET_SWITCHES): Likewise.
11278 * config/s390/s390.h (TARGET_SWITCHES): Likewise.
11279 * config/v850/v850.h (TARGET_SWITCHES): Likewise.
11280
11281 2003-04-29 J"orn Rennecke <joern.rennecke@superh.com>
11282
11283 * varasm.c (default_assemble_visibility): Use assemble_name.
11284
11285 2003-04-29 David O'Brien <obrien@FreeBSD.org>
11286
11287 * config/i386/freebsd64.h (LINK_SPEC): Mirror FreeBSD linker.
11288 * config/rs6000/freebsd.h (LINK_SHLIB_SPEC): New macro.
11289 (SIZE_TYPE): New macro.
11290 * config/i386/freebsd-aout.h (NO_PROFILE_COUNTERS): New macro.
11291 (SET_ASM_OP): New macro.
11292 (HANDLE_SYSV_PRAGMA): New macro.
11293 (ASM_WEAKEN_LABEL): New macro.
11294
11295 2003-04-28 Mark Mitchell <mark@codesourcery.com>
11296
11297 PR c++/10180
11298 * tree-inline.c (expand_call_inline): Call push_srcloc when
11299 encountering EXPR_WITH_FILE_LOCATION. Honor warn_inline.
11300
11301 2003-04-28 Mike Stump <mrs@apple.com>
11302
11303 * gdbinit.in: Update to reflect new identifier structure.
11304
11305 2003-04-28 Zack Weinberg <zack@codesourcery.com>
11306
11307 * tree.h (TREE_CST_RTL, CST_OR_CONSTRUCTOR_CHECK): Delete.
11308 (struct tree_int_cst, struct tree_real_cst, struct tree_string,
11309 struct tree_complex, struct tree_vector): Remove RTL field.
11310 (CONSTRUCTOR_ELTS): Use elt 0.
11311 * tree.def (CONSTRUCTOR): Delete first of its two operands.
11312 * varasm.c (output_constant_def): Remove early exit if
11313 TREE_CST_RTL is set. Don't set TREE_CST_RTL.
11314 (decode_addr_const): Don't mention TREE_CST_RTL in comment.
11315 * target.h (select_section): Don't mention TREE_CST_RTL in comment.
11316 * doc/tm.texi (encode_section_info): Don't talk about TREE_CST_RTL.
11317
11318 2003-04-28 Jakub Jelinek <jakub@redhat.com>
11319
11320 * c-decl.c (finish_decl): When prototype with asmspec is found
11321 for built-in, adjust built_in_decls as well as expr.c decls.
11322 * expr.c (init_block_move_fn, init_block_clear_fn): New functions.
11323 (emit_block_move_libcall_fn, clear_storage_libcall_fn): Use it.
11324 * expr.c (init_block_move_fn, init_block_clear_fn): New prototypes.
11325
11326 2003-04-28 Richard Henderson <rth@redhat.com>
11327
11328 * config/sparc/sparc.c (print_operand): Add 's' to sign-extend.
11329 * config/sparc/sparc.md (const_mulsidi3_v8plus): Fix mode of
11330 integral constant mult operand.
11331 (const_mulsidi3_sp32, const_mulsidi3_sp64): Likewise.
11332 (const_smulsi3_highpart_v8plus): Likewise.
11333 (const_smulsi3_highpart): Likewise.
11334 (const_umulsidi3_sp32): Likewise; sign-extend it in the output.
11335 (const_umulsidi3_sp64, const_umulsidi3_v8plus): Likewise.
11336 (const_umulsi3_highpart_v8plus): Likewise.
11337 (const_umulsi3_highpart): Likewise.
11338
11339 2003-04-28 David O'Brien <obrien@FreeBSD.org>
11340
11341 * config/i386/x86-64.h (NO_PROFILE_COUNTERS, HAVE_AS_DWARF2_DEBUG_LINE):
11342 Define as 1.
11343
11344 2003-04-28 David O'Brien <obrien@FreeBSD.org>
11345
11346 * config/i386/i386.h (builtin_define): Add __amd64 and __amd64__.
11347
11348 2003-04-28 Jakub Jelinek <jakub@redhat.com>
11349
11350 * builtins.def (BUILT_IN_BCOPY, BUILT_IN_MEMMOVE): New.
11351 * builtin-types.def (BT_FN_VOID_CONST_PTR_PTR_SIZE): New.
11352 * builtins.c (expand_builtin_memmove, expand_builtin_bcopy): New
11353 functions.
11354 (expand_builtin): Handle BUILT_IN_BCOPY and BUILT_IN_MEMMOVE.
11355
11356 2003-04-28 Nick Clifton <nickc@redhat.com>
11357
11358 * config/arm/elf.h (ASM_OUTPUT_ALIGNED_COMMON): Remove definition.
11359
11360 2003-04-27 Zack Weinberg <zack@codesourcery.com>
11361
11362 * expr.c (expand_expr <COMPLEX_CST, STRING_CST>): Always call
11363 output_constant_def, use its result instead of TREE_CST_RTL (exp).
11364 Can assume it has the form (mem (symbol_ref ".LCxxx")).
11365 (expand_expr <COMPONENT_REF>): Can always just extract the
11366 relevant field of a CONSTRUCTOR.
11367 (expand_expr <ARRAY_REF, COMPONENT_REF, BIT_FIELD_REF,
11368 ARRAY_RANGE_REF>): Make control flow explicit.
11369 * varasm.c (output_constant_def): Can look at TREE_CST_RTL of
11370 an INTEGER_CST.
11371
11372 2003-04-27 Kazu Hirata <kazu@cs.umass.edu>
11373
11374 * reload1.c (reg_set_luid): Fix a comment typo.
11375
11376 2003-04-27 Zack Weinberg <zack@codesourcery.com>
11377
11378 * varasm.c (const_str_htab_hash, const_str_htab_eq, STRHASH,
11379 struct deferred_string, const_str_htab): Kill.
11380 (n_deferred_strings): New static variable.
11381 (build_constant_desc): Set SYMBOL_REF_DECL of the new
11382 symbol_ref to point to the constant.
11383 (output_constant_def): When a deferred string is forced out,
11384 just clear STRING_POOL_ADDRESS_P and decrement n_deferred_strings.
11385 (mark_constant): Likewise.
11386 (maybe_output_constant_def_contents): When deferring a string
11387 constant, just set STRING_POOL_ADDRESS_P and increment
11388 n_deferred_strings.
11389 (mark_constant_pool): Check n_deferred_strings, not the size
11390 of const_str_htab.
11391 (init_varasm_once): No need to create const_str_htab.
11392
11393 * rtl.def, rtl.h, doc/rtl.texi: Document possibility that
11394 SYMBOL_REF_DECL points to a constant.
11395
11396 2003-04-26 Zack Weinberg <zack@codesourcery.com>
11397
11398 * varasm.c (output_constant_def): Split out two new static
11399 functions, build_constant_desc and maybe_output_constant_def_contents.
11400 Restructure for comprehensibility. Don't call
11401 output_addressed_constants. Treat defstr being non-NULL for
11402 STRING_POOL_ADDRESS_P constants as an invariant.
11403 (struct deferred_string): Remove labelno field.
11404 (output_constant_def_contents): Kill labelno argument. Call
11405 output_addressed_constants here. Use ASM_OUTPUT_LABEL, not
11406 asm_out.internal_label.
11407 (mark_constant): Update call to output_constant_def_contents.
11408 Treat defstr being non-NULL for STRING_POOL_ADDRESS_P
11409 constants as an invariant.
11410
11411 2003-04-26 Richard Henderson <rth@redhat.com>
11412
11413 * config/i386/i386.c (output_pic_addr_const): Use SYMBOL_REF_LOCAL_P.
11414 (ix86_expand_call, ix86_rtx_consts): Likewise.
11415
11416 2003-04-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11417
11418 * doc/md.texi (cmpstr): Document additional restrictions.
11419
11420 2003-04-26 Neil Booth <neil@daikokuya.co.uk>
11421
11422 * flags.h (time_report): Remove.
11423 * timevar.c (timevar_enable): New.
11424 (TIMEVAR_ENABLE): Remove, use timevar_enable.
11425 (timevar_init): Rename from init_timevar.
11426 * timevar.h (timevar_init): Rename from init_timevar.
11427 * toplev.c (time_report): Make static.
11428 (do_compile): Conditionally call init_timevar first.
11429 (preprocess_options): Move some code to do_compile.
11430
11431 2003-04-26 Stephane Carrez <stcarrez@nerim.fr>
11432
11433 * doc/install.texi (Binaries): Mention binaries for HC11/HC12.
11434
11435 2003-04-26 Neil Booth <neil@daikokuya.co.uk>
11436
11437 * _cpp_lex_direct: Remove pointless code.
11438
11439 2003-04-26 Stephane Carrez <stcarrez@nerim.fr>
11440
11441 * doc/extend.texi (Function Attributes): Document "near" and "far"
11442 for 68HC11 and 68HC12.
11443
11444 2003-04-25 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
11445
11446 * expr.c (store_field): When making temporary for store, don't
11447 make it TYPE_QUAL_CONST.
11448
11449 2003-04-25 Phil Edwards <pme@gcc.gnu.org>
11450
11451 * toplev.c (read_integral_parameter): Use "argument" in error
11452 message to distinguish it from actual invalid options.
11453
11454 2003-04-25 Bob Wilson <bob.wilson@acm.org>
11455
11456 * config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Back out previous
11457 addition of __PIC__ and __pic__ macros.
11458 * config/xtensa/xtensa.h: Clean up indentation.
11459
11460 2003-04-25 Bob Wilson <bob.wilson@acm.org>
11461
11462 * config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Remove definition of
11463 _GNU_SOURCE. Add definitions of __PIC__ and __pic__.
11464 (SUBTARGET_CPP_SPEC): Define.
11465 (LIB_SPEC): Delete.
11466 * config/xtensa/xtensa-protos.h (xtensa_declare_object): Delete.
11467 * config/xtensa/xtensa.c (xtensa_declare_object): Delete.
11468 * config/xtensa/xtensa.h (CPP_SPEC, SUBTARGET_CPP_SPEC, EXTRA_SPECS):
11469 Define.
11470 (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Delete.
11471 (ASM_OUTPUT_ALIGNED_BSS, BSS_SECTION_ASM_OP): Define.
11472
11473 2003-04-25 H.J. Lu <hjl@gnu.org>
11474
11475 * config/ia64/ia64.c (ia64_expand_compare_and_swap): Add rmode
11476 for return mode.
11477 (ia64_expand_builtin): Set rmode to SImode for
11478 IA64_BUILTIN_BOOL_COMPARE_AND_SWAP_SI,
11479 IA64_BUILTIN_VAL_COMPARE_AND_SWAP_SI and
11480 IA64_BUILTIN_BOOL_COMPARE_AND_SWAP_DI. Set remode to DImode
11481 for IA64_BUILTIN_VAL_COMPARE_AND_SWAP_DI.
11482
11483 2003-04-25 Phil Edwards <pme@gcc.gnu.org>
11484
11485 * configure.in (make_compare_target): Test for GNU cmp and set this
11486 variable appropriately.
11487 * Makefile.in (compare, compare3, compare4, compare-lean, compare3-lean,
11488 compare4-lean): Rename actual targets to slowcompare*. New compare*
11489 targets depend on names based on make_compare_target.
11490 * configure: Regenerated.
11491
11492 2003-04-25 Richard Henderson <rth@redhat.com>
11493
11494 * config/ia64/ia64.c (ia64_compute_frame_size): Allow inline asm
11495 to clobber ar.pfs and ar.unat.
11496 (ia64_expand_prologue): Force alloc instruction if ar.pfs saved;
11497 fix test for spilling ar.pfs to the stack.
11498
11499 2003-04-25 Richard Henderson <rth@redhat.com>
11500
11501 PR opt/10315
11502 * config/rs6000/rs6000.c (rs6000_emit_move): Only elide proper
11503 checks during reload; use validize_mem instead of adjust_address.
11504
11505 2003-04-26 Ben Elliston <bje@wasabisystems.com>
11506
11507 * config/arm/arm.c (arm_adjust_cost): Correct logic that tests the
11508 return values from recog_memoized().
11509
11510 2003-04-24 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
11511
11512 PR opt/8705
11513 * gcse.c (try_replace_reg): On a successful substitution of a constant
11514 into a single set, try to simplify the source of the set.
11515 * loop.c (scan_loop): Don't try to optimize a MODE_CC set with a
11516 constant source.
11517
11518 2003-04-24 Neil Booth <neil@daikokuya.co.uk>
11519
11520 * cpplex.c (cpp_token_len): Tighten up.
11521 (cpp_token_as_text): Need extra byte now.
11522 * cpplib.c (glue_header_name): Need extra 2 bytes.
11523 * cppmacro.c (cpp_macro_definition): Need extra byte.
11524
11525 2003-04-24 Alexander Kabaev <kan@FreeBSD.ORG>
11526
11527 * config/sparc/sparc.md (umulsidi3, mulsidi3): Avoid using
11528 const_umulsidi3_sp32 and const_mulsidi3_sp32 on 64bit targets
11529 where they might be not present. Use their _sp64 equivalent
11530 instead.
11531
11532 Thu Apr 24 20:42:12 CEST 2003 Jan Hubicka <jh@suse.cz>
11533
11534 * i386.md (cvtsi2sdq): Fix typo in previous patch.
11535
11536 2003-04-24 Krister Walfridsson <cato@df.lth.se>
11537
11538 * configure.in: Check whether mbstowcs works.
11539 * configure, config.in: Regenerate.
11540 * intl.c: Use HAVE_WORKING_MBSTOWCS.
11541
11542 2003-04-24 H.J. Lu <hjl@gnu.org>
11543
11544 * config/ia64/ia64.c (ia64_init_builtins): Add si_ftype_pdi_di_di
11545 for __sync_bool_compare_and_swap_di for int return type.
11546
11547 * config/ia64/ia64intrin.h (__sync_bool_compare_and_swap_di):
11548 Change return type to int.
11549 (__sync_bool_compare_and_swap): Likewise.
11550
11551 Thu Apr 24 16:55:26 CEST 2003 Jan Hubicka <jh@suse.cz>
11552
11553 * cfgbuild.c (make_edges): Do not use next_nonnote_insn when
11554 looking for fallthru edge.
11555
11556 * athlon.md (athlon-agu, athlon-store, athlon-fany, athlon-faddmul):
11557 Fix.
11558 (athlon-load2, athlon-store2, athlon-fpsched, athlon-fpload,
11559 athlon-fvector): New.
11560 (athlon_*): Revisit to match new optimization guide.
11561 * i386.c (ix86_adjust_cost): Fix memory operand costs on Athlon/k8
11562 * i386.md (cvt??2?? patterns): Fix modes.
11563 (fistp patterns): Set modes.
11564
11565 Accidentaly commited with my earlier reload patch:
11566 PR c/10308
11567 * reload.c (find_reloads_address_1): Reload plus at the place of
11568 index register.
11569
11570 2003-04-24 Nathan Sidwell <nathan@codesourcery.com>
11571
11572 New GCOV_TAG_FUNCTION layout
11573 * coverage.c (struct function_list): Replace name with ident.
11574 (struct counts_entry): Likewise.
11575 (fn_ident): New.
11576 (htab_counts_entry_hash, htab_counts_entry_eq,
11577 htab_counts_entry_del): Adjust.
11578 (reads_count_file, get_coverage_counts,
11579 coverage_begin_output, coverage_end_function): Adjust.
11580 (build_fn_info_type, build_fn_info_value): Likewise.
11581 * gcov-dump.c (tag_function): Adjust.
11582 * gcov-io.c (gcov_write_string, gcov_read_string): Not in LIBGCOV.
11583 * gcov-io.h (gcov_write_string, gcov_read_string): Not in LIBGCOV.
11584 * gcov.c (struct function_info): Add ident.
11585 (read_graph_file, read_count_file): Adjust.
11586 * libgcov.c (gcov_exit): Adjust.
11587
11588 2003-04-23 Richard Henderson <rth@redhat.com>
11589
11590 PR opt/8300
11591 * toplev.c (rest_of_compilation): Delay no_new_pseudos until
11592 after initialize_uninitialized_subregs; update reg info assuming
11593 new pseudos were created.
11594
11595 2003-04-23 Neil Booth <neil@daikokuya.co.uk>
11596
11597 * Makefile.in (c-lex.o, LIBCPP_OBJS, cpplex.o): Update.
11598 * c-lex.c (MULTIBYTE_CHARS): Remove conditionals.
11599 (lex_string): Take cpp_string with full spelling.
11600 (cb_ident): Update.
11601 (c_lex): Update diagnostics.
11602 * cpplex.c (SPELL_NUMBER, SPELL_STRING): Combine into SPELL_LITERAL.
11603 (create_literal): New.
11604 (lex_string): Unterminated literals have type CPP_OTHER.
11605 (_cpp_lex_direct): Update calls to lex_string. Use create_literal
11606 for CPP_OTHER.
11607 (cpp_token_len, cpp_spell_token, cpp_output_token): Simplify.
11608 (_cpp_equiv_tokens, cpp_interpret_charconst): Update.
11609 * cpplib.c (parse_include, do_line, do_linemarker,
11610 destringize_and_run): Update for token storing full spelling.
11611 * cpplib.h: Update token spelling types.
11612 * cppmacro.c (stringify_arg, check_trad_stringification):
11613 Update for token storing full spelling.
11614
11615 2003-04-23 Ulrich Weigand <uweigand@de.ibm.com>
11616
11617 * config/s390/s390.c (s390_expand_cmpstr): Disable CLC loop.
11618
11619 2003-04-23 Richard Earnshaw <rearnsha@arm.com>
11620
11621 * arm.h (TARGET_OPTIONS): Add value field.
11622
11623 2003-04-23 Mark Mitchell <mark@codesourcery.com>
11624
11625 * doc/extend.texi: Remove duplicate 2003 copyright date.
11626
11627 2003-04-23 Nathan Sidwell <nathan@codesourcery.com>
11628
11629 * Makefile.in (LIBGCC_DEPS): Add gcov headers.
11630 (libgcov.a): Depends on LIBGCC_DEPS.
11631 * basic-block.h (profile_info): Moved here from coverage.h. Made
11632 a pointer.
11633 * coverage.c (struct function_list): Fixed array of counter types.
11634 (struct counts_entry): Keyed by counter type, contains summary.
11635 (profile_info): Moved to profile.c.
11636 (prg_ctr_mask, prg_n_ctrs, fn_ctr_mask, fn_n_ctrs): New global
11637 vars.
11638 (profiler_label): Remove.
11639 (ctr_labels): New.
11640 (set_purpose, label_for_tag, build_counter_section_fields,
11641 build_counter_section_value, build_counter_section_data_fields,
11642 build_counter_section_data_values, build_function_info_fields,
11643 build_function_info_value, gcov_info_fields, gcov_info_value): Remove.
11644 (build_fn_info_type, build_fn_info_value, build_ctr_info_type,
11645 build_ctr_info_value, build_gcov_info): New.
11646 (htab_counts_entry_hash, htab_counts_entry_eq): Adjust.
11647 (reads_counts_file): Adjust.
11648 (get_coverage_counts): Takes counter number. Add summary
11649 parameter. Adjust.
11650 (coverage_counter_ref): Tkaes counter number. Adjust. Lazily
11651 create counter array labels.
11652 (coverage_end_function): Adjust.
11653 (create_coverage): Adjust.
11654 (find_counters_section): Remove.
11655 * coverage.h (MAX_COUNTER_SECTIONS): Remove.
11656 (struct section_info, struct profile_info): Remove.
11657 (profile_info): Moved to basic-block.h.
11658 (coverage_counter_ref): Takes a counter number.
11659 (get_coverage_counts): Takes a counter number. Added summary
11660 parameter.
11661 (find_counters_section): Remove.
11662 * gcov-dump.c (tag_arc_counts): Rename to ...
11663 (tag_counters): ... here. Adjust.
11664 (tag_table): Move tag_counters to 3rd entry. Remove
11665 PROGRAM_PLACEHOLDER and PROGRAM_INCORRECT entries.
11666 (dump_file): Check for counter tag values here.
11667 (tag_summary): Adjust.
11668 * gcov-io.c (gcov_write_summary, gcov_read_summary): Adjust.
11669 * gcov-io.h (GCOV_LOCKED): New.
11670 (GCOV_TAG_ARC_COUNTS): Rename to ...
11671 (GCOV_TAG_COUNTS_BASE): ... here.
11672 (GCOV_TAG_PLACEHOLDER_SUMMARY, GCOV_TAG_INCORRECT_SUMMARY):
11673 Remove.
11674 (GCOV_COUNTER_ARCS, GCOV_COUNTERS, GCOV_NAMES): New.
11675 (GCOV_TAG_FOR_COUNTER, GCOV_COUNTER_FOR_TAG,
11676 GCOV_TAG_IS_COUNTER): New.
11677 (struct gcov_ctr_summary): New.
11678 (struct gcov_summary): Adjust.
11679 (struct gcov_counter_section): Remove.
11680 struct gcov_counter_section_data): Remove.
11681 (struct gcov_function_info): Rename to ...
11682 (struct gcov_fn_info): ... here. Adjust.
11683 (struct gcov_ctr_info): New.
11684 (struct gcov_info): Adjust.
11685 * gcov.c (read_count_file): Adjust.
11686 (output_lines): Adjust.
11687 * libgcov.c (gcov_exit): Adjust.
11688 (__gcov_flush): Adjust.
11689 * mklibgcc.in (libgcc2_c_dep): Add gcov headers.
11690 * predict.c (maybe_hot_bb_p, probably_cold_bb_p,
11691 probably_never_executed_bb_p, compute_frequency_function): Adjust
11692 profile_info use.
11693 * profile.c (struct counts_entry): Remove.
11694 (profile_info): Define here.
11695 (get_exec_counts): Adjust get_coverage_counts call.
11696 (compute_branch_probablilities): Remove find_counters_section
11697 call.
11698 (gen_edge_profiler): Adjust coverage_counter_ref call.
11699 * tracer.c (tail_duplicate): Adjust profile_info use.
11700
11701 2003-04-23 Roger Sayle <roger@eyesopen.com>
11702
11703 PR optimization/10339
11704 * builtins.c (expand_builtin_strcmp): Try to emit cmpstrsi insn
11705 directly instead of unsafely transforming call into a memcmp.
11706 (expand_builtin_strncmp): Likewise.
11707
11708 2003-04-22 Roger Sayle <roger@eyesopen.com>
11709
11710 * alias.c (mark_constant_function): Check for constancy and
11711 purity even of void functions. Update both the function decl
11712 and the cgraph RTL info with the results.
11713
11714 2003-04-22 Roger Sayle <roger@eyesopen.com>
11715
11716 * real.c (do_add): Change to return a bool indicating that the
11717 result of the operation may be inexact due to loss of precision.
11718 (do_multiply): Likewise.
11719 (do_divide): Likewise.
11720
11721 2003-04-22 Geoffrey Keating <geoffk@apple.com>
11722 Loren James Rittle <ljrittle@acm.org>
11723
11724 * dwarf2out.c (fde_table_allocated): Mark with GTY.
11725 (decl_die_table_allocated): Likewise.
11726 (abbrev_die_table_allocated): Likewise.
11727 (line_info_table_allocated): Likewise.
11728 (separate_line_info_table_allocated): Likewise.
11729 (pubname_table_allocated): Likewise.
11730 (arange_table_allocated): Likewise.
11731 (ranges_table_allocated): Likewise.
11732 (decl_die_table_in_use): Unconditionalize; mark with GTY.
11733 (abbrev_die_table_in_use): Likewise.
11734 (line_info_table_in_use): Likewise.
11735 (separate_line_info_table_in_use): Likewise.
11736 (pubname_table_in_use): Likewise.
11737 (arange_table_in_use): Likewise.
11738 (ranges_table_in_use): Likewise.
11739 (have_location_lists): Likewise.
11740 (emitcount): New GTY-marked static, moved...
11741 (maybe_emit_file): ...from here.
11742 (label_num): New GTY-marked static, moved...
11743 (gen_internal_sym): ...from here.
11744
11745 2003-04-22 Richard Henderson <rth@redhat.com>
11746
11747 PR 8866
11748 * rtl.h (MEM_NOTRAP_P): New.
11749 (MEM_COPY_ATTRIBUTES): Copy it.
11750 * rtlanal.c (may_trap_p): Check it.
11751 * expr.c (do_tablejump): Set it.
11752 * doc/rtl.texi (Flags): Document it.
11753
11754 * cfgrtl.c (try_redirect_by_replacing_jump): Revert last three changes.
11755
11756 2003-04-22 Olivier Hainque <hainque@act-europe.fr>
11757
11758 * config/alpha/alpha.c (alpha_expand_prologue [OPEN_VMS_ABI]): Don't
11759 set FRP on stack adjustment for outgoing args if frame_pointer_needed.
11760
11761 2003-04-22 Vincent Celier <celier@gnat.com>
11762
11763 * gthr-gnat.h, gthr-gnat.c: new sources for implementation of
11764 --enable-threads=gnat.
11765 * Makefile.in: Add gthr-gnat.c to LIB2ADDEH.
11766 * configure.in: Add gnat to the list of thread packages
11767 * configure: Rebuild.
11768 * config/t-linux: Add gthr-gnat.c to LIB2ADDEH and LIB2ADDEHDEP
11769
11770 2003-04-22 Neil Booth <neil@daikokuya.co.uk>
11771
11772 * cpplex.c (_cpp_get_fresh_line): Pop the buffer if return_at_eof.
11773
11774 2003-04-22 Devang Patel <dpatel@apple.com>
11775
11776 * cpptrad.c (_cpp_replacement_text_len): Add check for macro
11777 parameter count.
11778 (_cpp_copy_replacement_text): Same.
11779
11780 2003-04-22 Neil Booth <neil@daikokuya.co.uk>
11781
11782 * c-lex.c (c_lex): Handle CPP_OTHER differently.
11783 * cppexp.c (_cpp_parse_expr): Similarly.
11784 * cpplex.c (SPELL_CHAR): Remove.
11785 (_cpp_lex_direct): Stray chars are saved as byte strings.
11786 (cpp_spell_token, cpp_output_token, _cpp_equiv_token): Don't
11787 handle SPELL_CHAR.
11788 (cpp_avoid_paste): Update handling of CPP_OTHER.
11789 * cpplib.h: Spell CPP_OTHER like a number.
11790 (struct cpp_token): Remove member c.
11791 * cppmacro.c (stringify_arg): Update handling of CPP_OTHER.
11792
11793 2003-04-22 David Turner <novalis@gnu.org>
11794
11795 * gbl-ctors.h: Add special license exception.
11796 * libgcc2.h: Likewise.
11797 * tsystem.h: Likewise.
11798 * gcov-io.h: Likewise.
11799
11800 2003-04-22 David Edelsohn <edelsohn@gnu.org>
11801
11802 * fold-const.c (fold_range_test): Use RANGE_TEST_NON_SHORT_CIRCUIT
11803 macro defaulting to original BRANCH_COST heuristic.
11804 * doc/tm.texi (RANGE_TEST_NON_SHORT_CIRCUIT): Document.
11805
11806 * config/rs6000/rs6000.h (RANGE_TEST_NON_SHORT_CIRCUIT): Define.
11807
11808 2003-04-22 Aldy Hernandez <aldyh@redhat.com>
11809
11810 * config/rs6000/t-spe: Merge in t-fprules into file.
11811
11812 * config.gcc: Add t-spe to powerpc-eabispe.
11813
11814 2003-04-22 Kean Johnston <jkj@sco.com>
11815
11816 * tlink.c (recompile_files): Add missing '=' to putenv calls
11817
11818 2003-04-22 Nathan Sidwell <nathan@codesourcery.com>
11819
11820 * ginclude/stddef.h: Provide C++ safe offsetof.
11821
11822 2003-04-22 J"orn Rennecke <joern.rennecke@superh.com>
11823
11824 * function.c (purge_addressof_1): In (mem (addressof (reg))) case
11825 for reg notes, if there are no substitutions, just use a SUBREG.
11826
11827 2003-04-21 Mark Mitchell <mark@codesourcery.com>
11828
11829 * Makefile.in (calls.o): Depend on except.h.
11830 * calls.c: Include except.h.
11831 (emit_call_1): Call note_eh_region_may_contain_throw if
11832 appropriate.
11833 * except.c (eh_region): Add may_contain_throw.
11834 (expand_eh_region_end_cleanup): Do not include handler code when
11835 it cannot be reached.
11836 (note_eh_region_may_contain_throw): New function.
11837 * except.h (note_eh_region_may_contain_throw): New function.
11838
11839 2003-04-21 Mark Mitchell <mark@codesourcery.com>
11840
11841 * config/i386/winnt.c (i386_pe_mark_dllimport): Revert previous
11842 changes.
11843
11844 2003-04-21 Aldy Hernandez <aldyh@redhat.com>
11845
11846 * config/rs6000/rs6000.c (rs6000_override_options): No SPE means
11847 64-bit long doubles.
11848
11849 2003-04-21 Olivier Hainque <hainque@act-europe.fr>
11850
11851 * fold-const.c (fold, case PLUS_EXPR and case MULT_EXPR): Restore
11852 a number of conversions required for type consistency and previously
11853 stripped off by STRIP_NOPS.
11854
11855 * calls.c (expand_call): Prevent sibcall optimization for calls to
11856 nested subprograms.
11857
11858 * expmed.c (extract_bit_field): Reverse operands of && condition to
11859 prevent a potential division by zero in the previously first branch.
11860 * config/pa/pa.md (extv, extzv): FAIL if the bitfield length is zero.
11861
11862 2003-04-21 Joel Brobecker <brobecker@gnat.com>
11863
11864 * dwarf2out.c (is_ada, is_ada_subrange_type): New functions.
11865 (subrange_type_die): Likewise.
11866 (modified_type_die): Emit a subrange_type DIE for Ada subrange types.
11867 (is_c_family, is_cxx, is_java, is_fortran): Return bool and clean up.
11868
11869 2003-04-21 Nathan Sidwell <nathan@codesourcery.com>
11870
11871 Break out coverage routines to new file.
11872 * Makefile.in (COVERAGE_H): New variable
11873 (C_OBJS): Add coverage.o
11874 (coverage.o): New target.
11875 (profile.o, loop-init.o, sched-ebb.o, predict.o, tracer.o): Adjust
11876 dependencies.
11877 (GTFILES): Adjust.
11878 (gt-coverage.h): New target.
11879 (gt-profile.h): Remove.
11880 * profile.h: Remove. Move to ...
11881 * coverage.h: ... here. New. #include gcov-io.h.
11882 * gcov-io.h: Move function definitions to ...
11883 * gcov-io.c: ... here. New.
11884 * profile.c: Move coverage routines to coverage.c.
11885 (instrument_edges, get_exec_counts, branch_prob, init_branch_prob,
11886 end_branch_prob): Adjust.
11887 * coverage.c: New. Coverage routines from profile.c
11888 (coverage_counter_ref, coverage_init, coverage_finish,
11889 coverage_end_function, coverage_begin_output,
11890 coverage_counter_ref, get_coverage_counts): Define.
11891 * gcov-dump.c, gcov.c: #include gcov-io.c.
11892 * libgcov.c: Likewise. Adjust.
11893 * loop-init.c: Don't #include profile.h
11894 * tracer.c, predict.c, sched-ebb.c: Adjust #includes.
11895 * rtl.h: Add coverage prototypes.
11896 * toplev.c (compile_file): Init coverage, not branch_prob.
11897 Always call coverage_finish.
11898 (rest_of_compilation): Call coverage_end_function.
11899
11900 2003-04-21 Matt Kraai <kraai@alumni.cmu.edu>
11901
11902 * config/rs6000/rs6000.md (*movsf_softfloat): Add "h" <- "0" case.
11903
11904 2003-04-21 Neil Booth <neil@daikokuya.co.uk>
11905
11906 * c-ppoutput.c (cb_include): Don't take a cpp_token.
11907 * cppfiles.c: Don't undef strcmp.
11908 (find_include_file): Don't take a cpp_token. Check for empty
11909 file names.
11910 (_cpp_execute_include, _cpp_compare_file_date): Don't take a cpp_token.
11911 (cpp_push_include): Simplify.
11912 * cpphash.h (_cpp_execute_include, _cpp_compare_file_date): Update.
11913 * cpplib.c (glue_header_name): Return the file name, not a cpp_token.
11914 (parse_include): Similary. Don't check for zero-length filenames.
11915 (do_include_common, do_pragma_dependency): Update accordingly.
11916 * cpplib.h (struct cpp_callbacks): Change prototype of include.
11917
11918 2003-04-21 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
11919
11920 * doc/rtl.texi (RTX_UNCHANGING_P): Point to true_dependence for
11921 details of conflict handling.
11922
11923 * fold-const.c (extract_muldiv, case CONVERT_EXPR): Detect case
11924 when conversion overflows.
11925
11926 * stor-layout.c (layout_decl): Don't set DECL_SIZE_UNIT if already set.
11927
11928 * expr.c (store_constructor): Set RTX_UNCHANGING_P if readonly_field_p
11929 before clearing.
11930
11931 2003-04-21 Mark Mitchell <mark@codesourcery.com>
11932
11933 * config/i386/winnt.c (i386_pe_mark_dllimport): Make the new RTL
11934 have the same form as the old RTL.
11935
11936 2003-04-21 Andreas Jaeger <aj@suse.de>
11937
11938 * cppcharset.c (_cpp_valid_ucn): Cast field precision to int.
11939
11940 2003-04-20 Chris Lattner <sabre@nondot.org>
11941 Zack Weinberg <zack@codesourcery.com>
11942
11943 * c-common.h, c-semantics.c: Rename genrtl_decl_cleanup to
11944 genrtl_cleanup_stmt. Correct comment at head of
11945 genrtl_cleanup_stmt (no such thing as a DECL_CLEANUP).
11946
11947 * stmt.c (struct nesting): Kill n_function_calls.
11948 (expand_start_bindings): Don't set
11949 thisblock->data.block.n_function_calls.
11950 (expand_end_bindings): Compare function_call_count against 0.
11951 (expand_cleanups): Kill DONT_DO argument; all callers passed
11952 NULL_TREE. All callers updated to match.
11953
11954 2003-04-20 Zack Weinberg <zack@codesourcery.com>
11955
11956 * varasm.c (struct deferred_constant, defer_addressed_constants_flag)
11957 (defer_addressed_constants, output_deferred_addressed_constants): Kill.
11958 (output_constant_def): Remove code predicated on
11959 defer_addressed_constants_flag.
11960
11961 * output.h: Remove prototypes of deleted functions.
11962 * c-typeck.c (constructor_subconstants_deferred): Kill.
11963 (struct initializer_stack): Remove 'deferred' field.
11964 (start_init): Remove all references to the above.
11965 (finish_init): Likewise. Also remove never-executed call to
11966 output_deferred_addressed_constants. Pull assignment to
11967 defstr out of if expression.
11968
11969 2003-04-20 Neil Booth <neil@daikokuya.co.uk>
11970
11971 * cpphash.h (NOTE_ESC_NL, NOTE_ESC_SPACE_NL, NOTE_TRIGRAPH,
11972 NOTE_NEWLINE): Remove.
11973 * cpplex.c (_cpp_clean_line, _cpp_process_line_notes): Update
11974 to handle new form of line note type.
11975
11976 2003-04-20 Zack Weinberg <zack@codesourcery.com>
11977
11978 * target.h (encode_section_info): Add new argument carrying
11979 the RTL to be modified by the hook.
11980
11981 * varasm.c (make_decl_rtl, output_constant_def): Update calls
11982 to encode_section_info.
11983 (default_encode_section_info): Take and use RTL argument,
11984 don't use TREE_CST_RTL or DECL_RTL.
11985 * output.h: Update prototype of default_encode_section_info.
11986 * config/darwin.h (ASM_DECLARE_OBJECT_NAME)
11987 (ASM_DECLARE_FUNCTION_NAME, ASM_OUTPUT_ALIGNED_DECL_LOCAL):
11988 Update calls to encode_section_info.
11989
11990 * config/darwin.c, config/arm/arm.c, config/arm/pe.c
11991 * config/h8300/h8300.c, config/i386/winnt.c, config/m32r/m32r.c
11992 * config/m68hc11/m68hc11.c, config/m88k/m88k.c, config/mcore/mcore.c
11993 * config/mips/mips.c, config/mmix/mmix.c, config/pa/pa.c
11994 * config/romp/romp.c, config/rs6000/rs6000.c, config/s390/s390.c
11995 * config/v850/v850.c (TARGET_ENCODE_SECTION_INFO definitions):
11996 Take and use RTL argument, don't use TREE_CST_RTL or DECL_RTL,
11997 except for PE dllimport/dllexport. Update calls to
11998 default_encode_section_info.
11999
12000 * config/darwin-protos.h, config/arm/arm-protos.h, config/i386-protos.h:
12001 Update prototypes.
12002
12003 * doc/tm.texi (TARGET_ENCODE_SECTION_INFO): Update.
12004
12005 2003-04-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
12006
12007 PR/8705
12008 * pa.md (movccfp): New expander.
12009 (setccfp0, setccfp1): Rename to movccfp0 and movccfp1, respectively.
12010 Reverse fcmp conditions.
12011
12012 2003-04-20 Marek Michalkiewicz <marekm@amelek.gda.pl>
12013
12014 * config/avr/avr.md (*cmpqi_sign_extend): Handle negative values
12015 of operand 1 correctly.
12016
12017 2003-04-20 Nathan Sidwell <nathan@codesourcery.com>
12018
12019 * cpplex.c (_cpp_lex_direct): Set BOL for CPP_EOF tokens.
12020 * gcov.c (output_lines): Don't be so fussy about going past EOF.
12021
12022 2003-04-20 Neil Booth <neil@daikokuya.co.uk>
12023
12024 * Makefile.in (LIBCPP_OBJS): Add cppcharset.o.
12025 (cppcharset.o): New target.
12026 * c-lex.c (is_extended_char): Move to cppcharset.c.
12027 (utf8_extend_token): Delete.
12028 * cppcharset.c: New file.
12029 * cpphash.h (_cpp_valid_ucn): New.
12030 * cpplex.c (lex_identifier): Update prototype.
12031 (continues_identifier_p): Rename forms_identifier_p. Handle UCN
12032 escapes.
12033 (maybe_read_ucs): Rename maybe_read_ucn. Update to use code
12034 in cppcharset.c.
12035 (lex_number, lex_identifier, cpp_parse_escape): Update.
12036 (_cpp_lex_direct): Update to handle UCNs.
12037 (cpp_avoid_paste): Don't paste to form a UCN.
12038
12039 2003-04-19 Roger Sayle <roger@eyesopen.com>
12040
12041 * builtins.c (expand_builtin): Don't expand a pure or const
12042 built-in function if the result will be ignored and none of
12043 its arguments are volatile.
12044
12045 2003-04-19 Kean Johnston <jkj@sco.com>
12046
12047 * unwind-dw2.c (_Unwind_GetCFA): cast return to avoid warning
12048 * config.gcc: make SCO use dbxelf.h and elfos.h; only use one
12049 target fragment now: t-sco5; dont compile crti.o.
12050 * config/i386/sco5.h: major overhaul to remove all COFF remnants
12051 and to use elfos.h for most definitions.
12052 (BSS_SECTION_ASM_OP): set correct segment attributes.
12053 (PREFERED_DEBUGGING_TYPE): set to DWARF-2.
12054 (DWARF2_UNWIND_INFO): Always set to 1.
12055 (MD_STARTFILE_PREFIX): Make /usr/gnu/lib the default.
12056 (MD_STARTFILE_PREFIX_1): Define.
12057 (MD_EXEC_PREFIX): Adjust to /usr/gnu/bin if using GAS.
12058 (DEFAULT_LINKER): Define if not specified to configure.
12059 (CTORS_SECTION_ASM_OP): Remove COFF crud.
12060 (DTORS_SECTION_ASM_OP): Remove COFF crud.
12061 (WINT_TYPE): Define.
12062 (SDB_DEBUGGING_INFO): Remove.
12063 (EXTRA_SECTIONS): Likewise.
12064 (EXTRA_SECTION_FUNCTIONS): Likewise.
12065 (CTOR_LIST_BEGIN): Likewise.
12066 (CTOR_LIST_END): Likewise.
12067 (INIT_SECTION_FUNCTION): Likewise.
12068 (FINI_SECTION_FUNCTION): Likewise.
12069 (SUBTARGET_FRAME_POINTER_REQUIRED): Likewise.
12070 (LOCAL_LABEL_PREFIX): Likewise.
12071 (NON_SAVING_SETJMP): Likewise.
12072 (RETURN_POPS_ARGS): Likewise.
12073 (ASM_OUTPUT_SKIP): Likewise.
12074 (TARGET_ASM_NAMED_SECTION): Likewise.
12075 (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
12076 (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
12077 (ASM_OUTPUT_IDENT): Likewise.
12078 (ASM_OUTPUT_CASE_LABEL): Likewise.
12079 (ASM_OUTPUT_ASCII): Likewise.
12080 (ASM_OUTPUT_LIMITED_STRING): Likewise.
12081 (ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
12082 (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
12083 (ASM_GENERATE_INTERNAL_LABEL): Likewise.
12084 (ASM_FINISH_DECLARE_OBJECT): Likewise.
12085 (ASM_DECLARE_OBJECT_NAME): Likewise.
12086 (ASM_DECLARE_FUNCTION_SIZE): Likewise.
12087 (ASM_DECLARE_FUNCTION_NAME): Likewise.
12088 (ASM_DECLARE_RESULT): Likewise.
12089 (ASM_WEAKEN_LABEL): Likewise.
12090 (SUPPORTS_WEAK): Likewise.
12091 (APPLY_RESULT_SIZE): Likewise.
12092 (LPREFIX): Likewise.
12093 (ALIGN_ASM_OP): Likewise.
12094 (ASCII_DATA_ASM_OP): Likewise.
12095 (IDENT_ASM_OP): Likewise.
12096 (ASM_SHORT): Likewise.
12097 (ASM_LONG): Likewise.
12098 (TYPE_ASM_OP): Likewise.
12099 (SIZE_ASM_OP): Likewise.
12100 (STRING_ASM_OP): Likewise.
12101 (SKIP_ASM_OP): Likewise.
12102 (EH_FRAME_SECTION_ASM_OP): Likewise.
12103 (READONLY_DATA_SECTION_ASM_OP): Likewise.
12104 (INIT_SECTION_ASM_OP): Likewise.
12105 (FINI_SECTION_ASM_OP): Likewise.
12106 (TEXT_SECTION_ASM_OP): Likewise.
12107 (DATA_SECTION_ASM_OP): Likewise.
12108 (TYPE_OPERANT_FORMAT): Likewise.
12109 (ASM_SPEC): Remove COFF code.
12110 (STARTFILE_SPEC): Likewise. Always use crti.o; add -p and -pp support;
12111 cause -pg to emit an error; use pcrt1elf.o with -pp
12112 (ENDFILE_SPEC): Likewise.
12113 (TARGET_OS_CPP_BUILTINS): Add _SCO_DS_LL.
12114 (CPP_SPEC): Remove COFF crud; always look in /usr/gnu/include first.
12115 (LINK_SPEC): Remove COFF crud; use -E for environment switch not -R;
12116 add -z alt_resolve to support weak symbols the way GCC wants them.
12117 (LIB_SPEC): Use the profiler libraries in -p or -pp mode.
12118 (LIBGCC_SPEC): Dont use -lgcc in -G mode.
12119 (ASM_PREFERED_EH_DATA_FORMAT): Remove.
12120 * config/i386/t-sco5 (TARGET_LIBGCC2_CFLAGS): Remove.
12121 (CRTSTUFF_T_CFLAGS_S): Define.
12122 (MULTILIB_OPTIONS): Likewise.
12123 (MULTILIB_DIRNAMES): Likewise.
12124 (MULTILIB_MATCHES): Likewise.
12125 (MULTILIB_EXTRA_OPTS): Likewise.
12126 (LIBGCC): Likewise.
12127 (INSTALL_LIBGCC): Likewise.
12128 (crti.o): Remove.
12129 * config/i386/t-sco5gas: Remove.
12130 * doc/install.texi: Updated for new OpenServer instructions.
12131 * testsuite/gcc.dg/nest.c: Allow failure on SCO (-pg not supported)
12132
12133 2003-04-19 Kean Johnston <jkj@sco.com>
12134
12135 * fixinc/check.tpl: Allow user to over-ride diff program.
12136 * fixinc/inclhack.def: Removed extraneous #ifndef SVR5.
12137 (sco_math): Added test for SCO math header files.
12138 (sco_regset): Added check for conflicts with ieeefp.h.
12139 (svr4_disable_opt): Removed extraneous #ifdef SVR4.
12140 * fixinc/fixincl.x: Regenerated
12141 * fixinc/tests/base/math.h: Added sco_math tests.
12142 * fixinc/tests/base/string.h: New file.
12143 * fixinc/tests/base/sys/regset.h: New file.
12144
12145 2003-04-19 Neil Booth <neil@daikokuya.co.uk>
12146
12147 * cpphash.h (struct cpp_buffer): Remove backup_to.
12148 * cpplex.c (BACKUP, get_effective_char): Die.
12149 (_cpp_skip_block_comment): Assume '*' is location on entry.
12150 (continues_identifier_p): Respect -fno-dollars-in-identifiers.
12151 (IF_NEXT_IS): Update.
12152 (_cpp_lex_direct): Don't use backup_to; look ahead directly.
12153
12154 2003-04-19 Matt Kraai <kraai@alumni.cmu.edu>
12155
12156 * README.Portability: Move to a new section and obsolete K+R
12157 portability issues.
12158
12159 Sat Apr 19 14:56:17 CEST 2003 Jan Hubicka <jh@suse.cz>
12160
12161 * rtlanal.c (subreg_offset_representable_p): Fix call of
12162 subreg_lowpart.
12163
12164 2003-04-19 Neil Booth <neil@daikokuya.co.uk>
12165
12166 * cpphash.h (struct cpp_reader): New member warned_dollar.
12167 * cpplex.c (continues_identifier_p): New function.
12168 (parse_identifier, parse_number, parse_string): Rename lex_identifer,
12169 lex_number and lex_string, and simplify.
12170 (parse_slow, unescaped_terminator_p): Die.
12171 (_cpp_lex_direct): Update.
12172
12173 2003-04-19 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
12174
12175 * calls.c (expand_call): Provide init for old_stack_pointer_delta.
12176
12177 2003-04-19 Nathan Sidwell <nathan@codesourcery.com>
12178
12179 * doc/invoke.texi (-fprofile-arcs): Mention -lgcov, locking and
12180 fork behavior.
12181
12182 2003-04-19 Neil Booth <neil@daikokuya.co.uk>
12183
12184 * cppexp.c (eval_token): Permit true and false even if pedantic.
12185
12186 2003-04-19 Neil Booth <neil@daikokuya.co.uk>
12187
12188 * cpplex.c (skip_whitespace): Rearrange to avoid stage1 ICE.
12189
12190 2003-04-19 Neil Booth <neil@daikokuya.co.uk>
12191
12192 * cppfiles.c (ENABLE_VALGRIND_CHECKING, VALGRIND_DISCARD,
12193 MMAP_THRESHOLD, TEST_THRESHOLD, SHOULD_MMAP): Remove.
12194 (struct include_file): Remove fefcnt, mapped members.
12195 (open_file, stack_include_file, _cpp_pop_file_buffer): Disable caching.
12196 (read_include_file): Don't use mmap, terminate buffers in '\r'.
12197 (purge_cache): Don't use munmap.
12198 * cpphash.h (CPP_BUF_COLUMN): Update.
12199 (lexer_state): Remove lexing_comment.
12200 (struct _cpp_line_note): New.
12201 (struct cpp_buffer): New members cur_note, notes_used, notes_cap,
12202 next_line and need_line. Remove col_adjust and saved_flags.
12203 (_cpp_process_line_notes, _cpp_clean_line, _cpp_get_fresh_line,
12204 _cpp_skip_block_comment, scan_out_logical_line): New.
12205 (_cpp_init_mbchar): Remove.
12206 * cppinit.c (init_library): Remove call to _cpp_init_mbchar.
12207 (cpp_read_main_file): Set line to 1 earlier.
12208 (post_options): -traditional-cpp doesn't want trigraphs.
12209 * cpplex.c (MULTIBYTE_CHARS): Remove code predicated on this.
12210 (add_line_note, _cpp_clean_line, _cpp_process_line_notes,
12211 _cpp_get_fresh_line): New.
12212 (handle_newline, skip_escaped_newlines, trigraph_p,
12213 continue_after_nul, _cpp_init_mbchar): Remove.
12214 (get_effective_char): Update.
12215 (_cpp_skip_block_comment): Rename from skip_block_comment, simplify.
12216 (skip_line_comment): Simplify.
12217 (skip_whitespace, parse_identifier, parse_slow, parse_number,
12218 parse_string): Update.
12219 (cpp_lex_direct): Use clean lines and process line notes. Update.
12220 (cpp_interpret_charconst): No MULTIBYTE_CHARS.
12221 * cpplib.c (prepare_directive_trad): Call scan_out_logical_line
12222 directly.
12223 (_cpp_handle_directive): Don't set saved_flags.
12224 (run_directive, destringize_and_run, cpp_define, cpp_define_builtin,
12225 cpp_undef, handle_assertion, cpp_push_buffer): Update.
12226 (_cpp_pop_buffer): Free notes.
12227 * cppmacro.c (builtin_macro, paste_tokens): \n terminate buffer.
12228 * cpppch.c (cpp_read_state): \n terminate buffer.
12229 * cpptrad.c (skip_escaped_newlines, handle_newline): Remove.
12230 (copy_comment): Use _cpp_skip_block_comment.
12231 (skip_whitespace, lex_identifier, _cpp_read_logical_line_trad):
12232 Simplify.
12233 (_cpp_overlay_buffer, _cpp_remove_overlay, push_replacement_text,
12234 save_replacement_text): Update.
12235 (scan_out_logical_line): Update to use clean lines and process
12236 line notes.
12237 * fix-header.c (read_scan_file): Update.
12238
12239 2003-04-18 Douglas B Rupp <rupp@gnat.com>
12240
12241 * unwind-dw2-fde.c (__register_frame_info_bases): Check for
12242 null begin parameter (as well as pointer to null).
12243 (__deregister_frame_info_bases): Likewise.
12244
12245 2003-04-18 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
12246
12247 * function.c (purge_addressof_1): For ADDRESSOF, see if SUB is a
12248 hard or virtual register and copy into pseudo if replacement fails.
12249
12250 * cfgcleanup.c (flow_find_cross_jump): Use INSN_P, not active_insn_p.
12251
12252 * expmed.c (mask_rtx): Avoid undefined shifts for BITSIZE of 0.
12253
12254 2003-04-18 Olivier Hainque <hainque@act-europe.fr>
12255
12256 * calls.c (expand_call): Move special case for constructor calls
12257 to right place. Ensures constructor calls used to initialize
12258 arguments get a clean outgoing argument block for themselves.
12259 Move check for stack deallocation completeness until after last
12260 deallocation. Add stack_pointer_delta to set of state
12261 variables saved and restored along with current stack_level.
12262
12263 * integrate.c (expand_inline_function): Ensure non-const actuals
12264 don't end up const in the caller's flow after conversion to possibly
12265 const formal type.
12266
12267 2003-04-18 Vincent Celier <celier@gnat.com>
12268
12269 * dwarf2out.c (loc_descriptor_from_tree): Treat all *_MOD_EXPR
12270 and *_DIV_EXPR as TRUNC_*_EXPR.
12271
12272 2003-04-18 Mark Mitchell <mark@codesourcery.com>
12273
12274 * cfgrtl.c (try_redirect_by_replacing_jump): Create a basic block
12275 for orphaned jump tables.
12276
12277 2003-04-18 Kazu Hirata <kazu@cs.umass.edu>
12278
12279 * reload1.c: Revert my previous patch on 2002-04-17.
12280
12281 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12282
12283 * doc/contrib.texi (Contributors): Prefer "bug fix" over "bugfix".
12284 Add Segher Boessenkool.
12285
12286 2003-04-18 Alexander Sotirov <sluncho@mirizma.org>
12287
12288 PR c/9177
12289 * c-decl.c (c_expand_body): Don't garbage collect the function
12290 body if we are going to dump it later.
12291
12292 2003-04-18 Richard Henderson <rth@redhat.com>
12293
12294 * config/alpha/alpha.c (SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP): Remove.
12295 (alpha_end_function): Don't set them.
12296 (decl_in_text_section): Remove.
12297 (alpha_encode_section_info): Remove.
12298 (samegp_function_operand): Use SYMBOL_REF LOCAL_P and EXTERNAL_P.
12299 (direct_call_operand): Use SYMBOL_REF_DECL and compare actual
12300 sections, rather than decl_in_text_section results.
12301
12302 2003-04-18 Roger Sayle <roger@eyesopen.com>
12303
12304 * rtlanal.c (reg_overlap_mentioned_p): Handle ZERO_EXTRACT
12305 and SIGN_EXTRACT.
12306
12307 2003-04-18 Eric Botcazou <ebotcazou@libertysurf.fr>
12308
12309 PR optimization/7675
12310 * c-typeck.c (build_external_ref): Set the DECL_NONLOCAL flag
12311 on VAR_DECL, PARM_DECL and FUNCTION_DECL from within
12312 nested functions if they refer to declarations from parent functions.
12313 * stmt.c (expand_decl): Don't put automatic variables in registers
12314 if the DECL_NONLOCAL flag is set.
12315
12316 2003-04-18 Hans-Peter Nilsson <hp@bitrange.com>
12317
12318 * gcse.c (compute_ld_motion_mems): For MEM destinations, only
12319 consider those to be movable where the source matches
12320 want_to_gcse_p.
12321 (update_ld_motion_stores): In comment, refer to
12322 compute_ld_motion_mems for validity of replacement.
12323
12324 Fri Apr 18 01:28:51 CEST 2003 Jan Hubicka <jh@suse.cz>
12325
12326 * gcov-dump.c (tag_summary): Remove max_sum
12327 * gcov-io.h (gcov_summary, gcov_write_summary,
12328 gcov_read_summary): Kill max_sum.
12329 * libgcov.c (gcov_exit): Do one pass over the data. Make error
12330 message more verbose.
12331
12332 * emit-rtl.c (subreg_hard_regno): Check that register is
12333 representable.
12334
12335 * reload.c (reload_inner_reg_of_subreg): When register is not
12336 representable, reload the whole thing.
12337 (find_reloads): Likewsie.
12338 * rtlanal.c (subreg_representable_p): New function.
12339
12340 * profile.c (compute_branch_probabilities): Cleanup sanity checking;
12341 allow negative probabilities for edges from the call to exit.
12342 (branch_prob): Do not add fake edges for functions that may return
12343 twice.
12344
12345 2003-04-17 DJ Delorie <dj@redhat.com>
12346
12347 * toplev.c (target_options): Add value field.
12348 (set_target_switch): Handle target options with values.
12349 * doc/tm.texi: Document how fixed vs variable target
12350 options work.
12351 * config/alpha/alpha.h, config/arc/arc.h, config/avr/avr.h,
12352 config/c4x/c4x.h, config/cris/aout.h, config/cris/cris.h,
12353 config/d30v/d30v.h, config/dsp16xx/dsp16xx.h,
12354 config/frv/frv.h, config/i386/i386.h, config/ia64/ia64.h,
12355 config/m32r/m32r.h, config/m68hc11/m68hc11.h,
12356 config/m68k/m68k.h, config/m88k/m88k.h, config/mcore/mcore.h,
12357 config/mips/mips.h, config/mmix/mmix.h, config/pa/pa.h,
12358 config/rs6000/rs6000.h, config/rs6000/sysv4.h,
12359 config/s390/s390.h, config/sparc/sparc.h, config/v850/v850.h:
12360 Add value initializer to target options.
12361
12362 2003-04-07 Loren James Rittle <ljrittle@acm.org>
12363
12364 * cpppch.c (cpp_valid_state): Unconditionally initialize nl.
12365
12366 2003-04-17 Kazu Hirata <kazu@cs.umass.edu>
12367
12368 * reload1.c (move2add_last_cc0): New.
12369 (reload_cse_move2add): Detect implicit sets.
12370 (move2add_note_store): Notice a store into cc0.
12371
12372 2003-04-17 Roger Sayle <roger@eyesopen.com>
12373
12374 PR c/10375
12375 * c-decl.c (duplicate_decls): Preserve "const" and "noreturn"
12376 function attributes.
12377
12378 2003-04-17 Janis Johnson <janis187@us.ibm.com>
12379
12380 * doc/sourcebuild.texi (Test Suites): Document support for testing
12381 binary compatibility (moved from testsuite/README.compat).
12382
12383 2003-04-17 Richard Henderson <rth@redhat.com>
12384
12385 * config/ia64/ia64.c (ia64_in_small_data_p): Disallow strings.
12386
12387 2003-04-17 Simon Law <sfllaw@engmail.uwaterloo.ca>
12388
12389 * doc/include/gpl.texi: Fix double-spacing after "MA" to match
12390 the one provided by the FSF.
12391
12392 2003-04-17 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12393
12394 * doc/install.texi (Binaries): Update URL and list of platforms
12395 provided by ftp.thewrittenword.com.
12396
12397 2003-04-17 Richard Henderson <rth@redhat.com>
12398
12399 * config/xtensa/xtensa.c (xtensa_encode_section_info): Remove.
12400 (call_insn_operand): Use SYMBOL_REF_LOCAL_P.
12401 * config/xtensa/xtensa.md (call, call_value): Likewise.
12402
12403 2003-04-17 Richard Henderson <rth@redhat.com>
12404
12405 * config/v850/v850.c (print_operand): Use SYMBOL_REF_[ZST]DA.
12406 (print_operand_address): Likewise.
12407 (ep_memory_operand): Likewise.
12408 (special_symbolref_operand): Likewise.
12409 (v850_encode_data_area): Use SYMBOL_REF_FLAGS.
12410 (v850_encode_section_info): Call default_encode_section_info.
12411 (v850_strip_name_encoding): Remove.
12412 * config/v850/v850.h (EXTRA_CONSTRAINT): Use SYMBOL_REF_[ZST]DA.
12413 (ASM_OUTPUT_LABELREF): Remove.
12414 (ZDA_NAME_FLAG_CHAR, ZDA_NAME_P): Remove.
12415 (SDA_NAME_FLAG_CHAR, SDA_NAME_P): Remove.
12416 (TDA_NAME_FLAG_CHAR, TDA_NAME_P): Remove.
12417 (ENCODED_NAME_P): Remove.
12418 (SYMBOL_FLAG_ZDA, SYMBOL_REF_ZDA_P): New.
12419 (SYMBOL_FLAG_SDA, SYMBOL_REF_SDA_P): New.
12420 (SYMBOL_FLAG_TDA, SYMBOL_REF_TDA_P): New.
12421
12422 2003-04-17 Richard Henderson <rth@redhat.com>
12423
12424 * config/stormy16/stormy16.c (xstormy16_encode_section_info): Kill.
12425 * config/stormy16/stormy16.h (ASM_OUTPUT_SYMBOL_REF): Use
12426 SYMBOL_REF_FUNCTION_P.
12427
12428 2003-04-17 Richard Henderson <rth@redhat.com>
12429
12430 * config/sparc/sparc.c (sparc_encode_section_info): Remove.
12431 (data_segment_operand): Use SYMBOL_REF_FUNCTION_P.
12432 (text_segment_operand): Likewise.
12433
12434 2003-04-17 Richard Henderson <rth@redhat.com>
12435
12436 * config/sh/sh.c (gen_datalabel_ref): Don't add SH_DATALABEL_ENCODING.
12437 (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
12438 (legitimize_pic_address): Use SYMBOL_REF_LOCAL_P.
12439 (sh_encode_section_info): Remove.
12440 (sh_strip_name_encoding): Remove.
12441 * config/sh/sh.h (SH_DATALABEL_ENCODING): Remove.
12442 (DATALABEL_SYMNAME_P, STRIP_DATALABEL_ENCODING): Remove.
12443 (SH_TLS_ENCODING, TLS_SYMNAME_P, STRIP_TLS_ENCODING): Remove.
12444 (ASM_OUTPUT_LABELREF): Remove.
12445 (ASM_OUTPUT_SYMBOL_REF): Use SYMBOL_REF_FUNCTION_P.
12446 * config/sh/sh.md (*): Use SYMBOL_REF_LOCAL_P.
12447
12448 2003-04-17 Richard Henderson <rth@redhat.com>
12449
12450 * config/s390/s390.c (SYMBOL_FLAG_ALIGN1): New.
12451 (tls_model_chars): Remove.
12452 (larl_operand): Use SYMBOL_REF_FLAGS.
12453 (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
12454 (legitimize_pic_address): Use SYMBOL_REF_LOCAL_P.
12455 (s390_output_mi_thunk): Likewise.
12456 (s390_emit_prologue): Set SYMBOL_FLAG_LOCAL as needed.
12457 (s390_function_profiler): Likewise.
12458 (s390_encode_section_info): Use default_encode_section_info
12459 and SYMBOL_FLAG_ALIGN1.
12460 (s390_strip_name_encoding): Remove.
12461 * config/s390/s390.h (ASM_OUTPUT_LABELREF): Remove.
12462 * config/s390/s390.md (call, call_value): Use SYMBOL_REF_LOCAL_P.
12463 (builtin_setjmp_receiver): Set SYMBOL_FLAG_LOCAL as needed.
12464
12465 2003-04-17 Richard Henderson <rth@redhat.com>
12466
12467 * config/ns32k/ns32k.c (ns32k_encode_section_info): Remove.
12468 (global_symbolic_reference_mentioned_p): Use SYMBOL_REF_LOCAL_P.
12469 (print_operand_address): Likewise.
12470
12471 * config/ns32k/ns32k.h (CANNOT_CHANGE_MODE_CLASS): Add CLASS argument.
12472 * config/ns32k/ns32k.c (expand_block_move): Don't check
12473 flag_unroll_loops.
12474
12475 2003-04-17 Richard Henderson <rth@redhat.com>
12476
12477 * config/mcore/mcore.c (mcore_encode_section_info): Don't set
12478 SYMBOL_REF_FLAG.
12479
12480 2003-04-17 Richard Henderson <rth@redhat.com>
12481
12482 * rtl.h (SYMBOL_FLAG_MACH_DEP_SHIFT): New.
12483
12484 * config/m32r/m32r.c (SYMBOL_FLAG_MODEL_SHIFT): New.
12485 (SYMBOL_REF_MODEL): New.
12486 (LIT_NAME_P): Move from m32r.h.
12487 (m32r_select_section): Remove.
12488 (m32r_encode_section_info): Use SYMBOL_REF_FLAGS.
12489 (m32r_strip_name_encoding): Remove.
12490 (m32r_in_small_data_p): New.
12491 (small_data_operand): Use SYMBOL_REF_SMALL_P.
12492 (addr24_operand): Use SYMBOL_REF_MODEL.
12493 (call26_operand): Likewise.
12494 (addr32_operand): Tidy.
12495 (m32r_print_operand): Use HOST_WIDE_INT_PRINT_HEX.
12496 * config/m32r/m32r.h (RODATA_SECTION_ASM_OP): Remove.
12497 (SDATA_SECTION_ASM_OP, SBSS_SECTION_ASM_OP): Remove.
12498 (READONLY_DATA_SECTION_ASM_OP): Remove.
12499 (EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Remove.
12500 (SDATA_SECTION_FUNCTION, SBSS_SECTION_FUNCTION): Remove.
12501 (TARGET_ASM_SELECT_SECTION): Remove.
12502 (SDATA_FLAG_CHAR, MEDIUM_FLAG_CHAR, LARGE_FLAG_CHAR): Remove.
12503 (SDATA_NAME_P, SMALL_NAME_P, MEDIUM_NAME_P): Remove.
12504 (LARGE_NAME_P, ENCODED_NAME_P): Remove.
12505 (ASM_OUTPUT_LABELREF): Remove.
12506
12507 2003-04-17 Richard Henderson <rth@redhat.com>
12508
12509 * config/ip2k/ip2k.c (is_regfile_address): Use SYMBOL_REF_FUNCTION_P.
12510 (encode_section_info): Remove.
12511 * config/ip2k/ip2k-protos.h: Update.
12512
12513 2003-04-17 Richard Henderson <rth@redhat.com>
12514
12515 * varasm.c (default_encode_section_info): Don't set
12516 SYMBOL_FLAG_EXTERNAL if not TREE_PUBLIC.
12517 * config/i370/i370.c (i370_encode_section_info): Remove.
12518 * config/i370/i370.h (CONSTANT_ADDRESS_P): Use SYMBOL_REF_EXTERNAL_P.
12519 (PRINT_OPERAND, PRINT_OPERAND_ADDRESS): Likewise.
12520 * config/i370/i370.md (movsi): Likewise.
12521
12522 * config/i370/t-i370: Add missing backslash.
12523
12524 2003-04-17 Eric Botcazou <ebotcazou@libertysurf.fr>
12525
12526 * doc/invoke.texi (inline-limit): Fix pasto.
12527
12528 2003-04-17 Richard Henderson <rth@redhat.com>
12529
12530 * config/h8300/h8300.c (SYMBOL_FLAG_FUNCVEC_FUNCTION): New.
12531 (small_call_insn_operand): Use it.
12532 (SYMBOL_FLAG_EIGHTBIT_DATA): New.
12533 (h8300_eightbit_constant_address_p): Use it.
12534 (SYMBOL_FLAG_TINY_DATA): New.
12535 (h8300_tiny_constant_address_p): Use it.
12536 (h8300_encode_label, h8300_strip_name_encoding): Remove.
12537 (h8300_encode_section_info): Set SYMBOL_REF_FLAGS.
12538 * config/h8300/h8300.h (TINY_DATA_NAME_P): Remove.
12539 (ASM_OUTPUT_LABELREF): Remove.
12540
12541 2003-04-16 Richard Henderson <rth@redhat.com>
12542
12543 * config/frv/frv.c (symbol_ref_small_data_p): Remove. Replace
12544 all users with SYMBOL_REF_SMALL_P.
12545 (const_small_data_p): Use SYMBOL_REF_SMALL_P.
12546 (frv_encode_section_info): Remove.
12547 (frv_strip_name_encoding): Remove.
12548 (frv_in_small_data_p): Merge tests from encode_section_info.
12549 (frv_print_operand): Use '@' not SDATA_FLAG_CHAR.
12550 * config/frv/frv.h (SDATA_FLAG_CHAR): Remove.
12551 (SDATA_NAME_P): Remove.
12552 (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Use SIZE not SDATA_NAME_P.
12553 (ASM_OUTPUT_LABELREF): Remove.
12554 (PRINT_OPERAND_PUNCT_VALID_P): Use '@' not SDATA_FLAG_CHAR.
12555
12556 * config/frv/frv.c (frv_asm_out_constructor): New.
12557 (frv_asm_out_destructor): New.
12558 * config/frv/frv.h (CTORS_SECTION_ASM_OP): New.
12559 (DTORS_SECTION_ASM_OP): New.
12560 (ASM_OUTPUT_CONSTRUCTOR): Remove.
12561 (ASM_OUTPUT_DESTRUCTOR): Remove.
12562
12563 2003-04-16 Richard Henderson <rth@redhat.com>
12564
12565 * config/cris/cris.c (cris_gotless_symbol, cris_got_symbol): Use
12566 SYMBOL_REF_LOCAL_P; abort if not pic.
12567 (cris_encode_section_info): Remove.
12568
12569 2003-04-16 Richard Henderson <rth@redhat.com>
12570
12571 * config/c4x/c4x.c (c4x_encode_section_info): Remove.
12572 (c4x_T_constraint): Use SYMBOL_REF_FUNCTION_P.
12573
12574 * config/c4x/c4x.h (TARGET_CPU_CPP_BUILTINS): Declare
12575 flag_inline_trees.
12576
12577 2003-04-16 Richard Henderson <rth@redhat.com>
12578
12579 * config/avr/avr.c (avr_encode_section_info): Remove.
12580 (avr_insert_attributes): New.
12581 (print_operand_address): Use SYMBOL_REF_FUNCTION_P.
12582 (avr_assemble_integer): Likewise.
12583
12584 2003-04-16 Richard Henderson <rth@redhat.com>
12585
12586 * arc.c (arc_encode_section_info): Remove.
12587 (arc_assemble_integer): Use SYMBOL_REF_FUNCTION_P.
12588 (arc_print_operand, arc_print_operand_address): Likewise.
12589 * arc.h (EXTRA_CONSTRAINT): Likewise.
12590
12591 2003-04-16 Roger Sayle <roger@eyesopen.com>
12592
12593 * c-semantics.c (find_reachable_label): New function to find a
12594 potentially reachable label in an expression.
12595 (expand_unreachable_if_stmt): Similar to expand_if_stmt but
12596 assumes the start of the IF_STMT is unreachable (dead) code.
12597 (expand_unreachable_stmt): Similar to expand_stmt but assumes
12598 the start of the statement list is unreachable (dead) code.
12599 (genrtl_if_stmt): If the controlling expression of the IF
12600 is constant, use expand_unreachable_stmt for the THEN or ELSE
12601 clause as appropriate.
12602 (genrtl_switch_stmt): Use expand_unreachable_stmt to expand
12603 the body of a SWITCH statement.
12604 (expand_stmt): The code immediately following a "return",
12605 "break", "continue" or "goto" is unreachable.
12606 * Makefile.in (c-semantics.o): Depend upon tree-inline.h.
12607
12608 2003-04-16 Richard Henderson <rth@redhat.com>
12609
12610 * rtl.h (MEM_ALIAS_SET): Update documentation.
12611 * doc/rtl.texi (Special Accessors): New node.
12612 (SYMBOL_REF_FLAG): Note relationship with SYMBOL_REF_FLAGS.
12613
12614 2003-04-16 Alexandre Oliva <aoliva@redhat.com>
12615
12616 * reload1.c (reload_cse_noop_set_p): Return false if mode of
12617 SET_DEST is not the same as that returned by...
12618 * cselib.h (cselib_reg_set_mode): ... new function.
12619 * cselib.c (cselib_reg_set_mode): Define it.
12620 (REG_VALUES): Document semantics of first element as set mode.
12621 (cselib_subst_to_values): Skip first element if ELT is NULL.
12622 (cselib_lookup): Likewise. Insert past the first element.
12623 (cselib_invalidate_regno): NULLify first element.
12624 (cselib_record_set): Set first element.
12625
12626 2003-04-16 Olivier Hainque <hainque@act-europe.fr>
12627
12628 * tree.c (skip_simple_arithmetics_at, saved_expr_p): New functions.
12629 (save_expr): Replace loop by call to skip_simple_arithmetics_at.
12630 * tree.h: Add prototypes for the two new functions.
12631 * fold-const.c (fold_binary_op_with_conditional_arg): Replace test
12632 updates introduced in the previous revision by call to saved_expr_p.
12633 * stor-layout.c (put_pending_size): Use skip_simple_arithmetics_at.
12634
12635 * expr.c (store_field): Force usage of bitfield instructions when
12636 the field position requires it, whatever SLOW_UNALIGNED_ACCESS.
12637 (expand_expr, case BIT_FIELD_REF): likewise.
12638
12639 2003-04-16 Mark Mitchell <mark@codesourcery.com>
12640
12641 PR middle-end/8866
12642 * cfgtrl.c (try_redirect_by_replacing_jump): Do not delete
12643 jumptables.
12644
12645 2003-04-16 Richard Henderson <rth@redhat.com>
12646
12647 * config/ia64/ia64.c (sdata_symbolic_operand): Use
12648 SYMBOL_REF_SMALL_P and SYMBOL_REF_LOCAL_P.
12649 (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
12650 (function_operand): Use SYMBOL_REF_FUNCTION_P.
12651 (ia64_expand_load_address): Likewise.
12652 (ia64_assemble_integer): Likewise.
12653 (ia64_encode_section_info): Remove.
12654 (ia64_strip_name_encoding): Remove.
12655 * config/ia64/ia64.h (ENCODE_SECTION_INFO_CHAR): Remove.
12656 * config/ia64/sysv4.h (ASM_OUTPUT_LABELREF): Don't strip it.
12657
12658 2003-04-16 Richard Henderson <rth@redhat.com>
12659
12660 * config/alpha/alpha.c (SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP): New.
12661 (samegp_function_operand): Use SYMBOL_FLAG_SAMEGP.
12662 (direct_call_operand): Use SYMBOL_FLAG_NEAR.
12663 (local_symbolic_operand): Use SYMBOL_REF_LOCAL_P.
12664 (small_symbolic_operand): Use SYMBOL_REF_SMALL_P.
12665 (global_symbolic_operand): Similarly.
12666 (tls_symbolic_operand_1): Use SYMBOL_REF_TLS_MODEL.
12667 (tls_symbolic_operand_type): Likewise.
12668 (alpha_encode_section_info): Use default_encode_section_info.
12669 (alpha_strip_name_encoding): Remove.
12670 (get_tls_get_addr): Split out from ...
12671 (alpha_legitimize_address): ... here.
12672 (alpha_emit_xfloating_libcall): Use init_one_libfunc.
12673 (get_some_local_dynamic_name_1): Use SYMBOL_REF_TLS_MODEL.
12674 (alpha_initialize_trampoline): Use init_one_libfunc.
12675 (alpha_setup_incoming_varargs): Mark unused parameters.
12676 (alpha_initial_elimination_offset): Likewise.
12677 (alpha_end_function): Use SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP.
12678 (unicosmk_unique_section): Use default_strip_name_encoding.
12679 (unicosmk_ssib_name, unicosmk_output_externs): Likewise.
12680
12681 2003-04-16 Aldy Hernandez <aldyh@redhat.com>
12682
12683 * config.gcc: Add t-spe for eabispe.
12684
12685 * config/rs6000/t-spe: New.
12686
12687 2003-04-16 J"orn Rennecke <joern.rennecke@superh.com>
12688
12689 Re-apply this patch:
12690
12691 2002-05-16 Dale Johannesen <dalej@apple.com>
12692 * combine.c (cant_combine_insn_p): Reenable combinations
12693 involving hard regs unless CLASS_LIKELY_SPILLED_P.
12694
12695 2003-04-16 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
12696
12697 PR/10271
12698 * pa-protos.h (function_arg): Remove last argument.
12699 * pa.c (function_arg): Likewise. Use CUMULATIVE_ARGS struct instead.
12700 * pa.h (struct hppa_args): Add member incoming.
12701 (INIT_CUMULATIVE_ARGS, INIT_CUMULATIVE_INCOMING_ARGS): Initialize
12702 member incoming.
12703 (FUNCTION_ARG): Revise call to function_arg.
12704 (FUNCTION_INCOMING_ARG): Delete.
12705
12706 2003-04-15 Zack Weinberg <zack@codesourcery.com>
12707
12708 * configure.in: Unify the code which creates symlinks to a
12709 just-built as, ld, objdump, and nm with the code that detects
12710 their presence for purposes of feature tests.
12711 * configure: Regenerate.
12712
12713 2003-04-15 Zack Weinberg <zack@codesourcery.com>
12714
12715 * varasm.c (output_constant_def): Do not consult
12716 CONSTANT_AFTER_FUNCTION_P. Remove all code predicated on it.
12717 (after_function_constants, output_after_function_constants): Delete.
12718 * doc/tm.texi: Delete documentation of CONSTANT_AFTER_FUNCTION_P.
12719 * config/mips/mips-protos.h, config/mips/mips.c
12720 (mips16_constant_after_function_p): Delete.
12721 * config/mips/mips.h: Delete #if-0-ed definition of
12722 CONSTANT_AFTER_FUNCTION_P.
12723 * config/d30v/d30v.h, config/stormy16/stormy16.h: Remove
12724 mention of CONSTANT_AFTER_FUNCTION_P in comment.
12725
12726 2003-04-15 Geoffrey Keating <geoffk@apple.com>
12727
12728 * tree.c (next_decl_uid): Mark with GTY.
12729 (next_type_uid): Likewise.
12730
12731 2003-04-15 J"orn Rennecke <joern.rennecke@superh.com>
12732
12733 PR target/9594:
12734 * sh.c (barrier_align): Also recognize stuff_delay_slot as
12735 an indicator that a barrier was created by branch splitting.
12736
12737 2003-04-15 Mark Mitchell <mark@codesourcery.com>
12738
12739 * c-decl.c (implicitly_declare): Copy declarations that are going
12740 to be placed in a local scope.
12741
12742 2003-04-15 James A. Morrison <ja2morri@uwaterloo.ca>
12743
12744 * invoke.texi (Spec Files): Wrap if-exists-else example.
12745 (MCore): Remove duplicate @itemx entries and @opindex entries.
12746
12747 2003-04-15 Ulrich Weigand <uweigand@de.ibm.com>
12748
12749 * unwind.inc (_Unwind_Backtrace): New function.
12750 * unwind.h (_Unwind_Backtrace): Declare it.
12751 * libgcc-std.ver (_Unwind_Backtrace): Export it.
12752
12753 2003-04-14 Jason Merrill <jason@redhat.com>
12754
12755 PR middle-end/10336, c++/10401
12756 * jump.c (never_reached_warning): Also stop looking if we reach the
12757 beginning of the function.
12758
12759 2003-04-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12760
12761 PR target/10338
12762 PR bootstrap/10198
12763 PR bootstrap/10140
12764 * fixinc/gnu-regex.c (regerror): Use mempcpy not __mempcpy.
12765
12766 2003-04-15 J"orn Rennecke <joern.rennecke@superh.com>
12767
12768 * i386.md (abssf2_if+1): Make condition agree with abssf2_1 .
12769
12770 2003-04-15 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
12771
12772 * optabs.c (expand_binop): In multi-word add cases, ensure
12773 XTARGET is copied to TARGET if they are different.
12774
12775 2003-04-15 Olivier Hainque <hainque@act-europe.fr>
12776
12777 * except.c (resolve_fixup_regions): Avoid dereferencing null pointer
12778 to region, possible after integration of function with unreachable
12779 regions that were optimized away.
12780
12781 2003-04-15 Jakub Jelinek <jakub@redhat.com>
12782
12783 * config/rs6000/rs6000.h (EPILOGUE_USES): Use register 2,
12784 instead of TOC_REGISTER in epilogue in
12785 current_function_calls_eh_return functions.
12786
12787 2003-04-14 Mark Mitchell <mark@codesourcery.com>
12788
12789 * doc/extend.texi (Empty Structures): Correct description of G++'s
12790 handling of these structures.
12791
12792 * c-decl.c (grokdeclarator): Reject extern redeclarations of
12793 static variables.
12794
12795 2003-04-14 Janis Johnson <janis287@us.ibm.com>
12796
12797 * config/rs6000/rs6000.md (define_constants): Define constants for
12798 all UNSPEC usage, including new values for TLS support.
12799 (aux_truncdfsf2, fctiwz, movsi_got, movsi_got_internal,
12800 load_toc_aix_si, load_toc_aix_di, load_toc_v4_pic_si,
12801 load_toc_v4_PIC_1, load_toc_v4_PIC_1b, load_macho_picbase,
12802 macho_correct_pic, blockage, move_from_CR_ov_bit, movesi_from_cr,
12803 stack_tie, movsi_to_cr_one, movsi_to_cr, mtcrfsi, eh_set_lr_si,
12804 eh_set_lr_di): Use them.
12805 * rs6000.c: (mtcrf_operation, uses_TOC, rs6000_emit_prologue,
12806 rs6000_emit_epilogue) Use them.
12807
12808 * rtl.h (SYMBOL_REF_TLS_MODEL): Fix mask value.
12809
12810 2003-04-14 Neil Booth <neil@daikokuya.co.uk>
12811
12812 * Makefile.in (c-opts.o): Use custom action.
12813
12814 2003-04-14 Douglas B Rupp <rupp@gnat.com>
12815
12816 * ifcvt.c (noce_process_if_block): Fail on BLKmode move.
12817
12818 2003-04-14 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
12819
12820 * stor-layout.c (layout_type, case ARRAY_TYPE): Add missing code to
12821 handle "superflat arrays" in Ada.
12822
12823 * integrate.c (expand_inline_function): Don't inline if would
12824 lose /u on a BLKmode TARGET.
12825
12826 2003-04-14 Joel Brobecker <brobecker@gnat.com>
12827
12828 * dbxout.c (print_int_cst_bounds_in_octal_p): New function,
12829 extracted from dbxout_type.
12830 (dbxout_range_type): print large bounds in octal format.
12831 (dbxout_type): Replace extracted code by call to
12832 print_int_cst_bounds_in_octal_p.
12833
12834 * dwarf2out.c (gen_compile_unit_die): Emit DW_LANG_Ada95 instead
12835 of DW_LANG_Ada83 for Ada units.
12836
12837 2003-04-14 Olivier Hainque <hainque@act-europe.fr>
12838
12839 * explow.c (round_push): Use HOST_WIDE_INT instead of int for the
12840 temporary used to round CONST_INT sizes.
12841
12842 * tree.c (int_fits_type_p): Extract generic checks from the case
12843 of constant type bounds. Refine the checks against constant type
12844 bounds to allow for possible decisions against each of these bounds
12845 without requiring both bounds to be constant.
12846 (tree_int_cst_msb): Put back.
12847 * tree.h (tree_int_cst_msb): Likewise.
12848
12849 * global.c (global_conflicts): Prevent allocation of call clobbered
12850 hard regs to pseudos live across abnormal edges, as later passes are
12851 not ready to handle them.
12852
12853 * fold-const.c (fold): Reorder tests for conditional expressions.
12854
12855 * expr.c (highest_pow2_factor): Return unsigned.
12856 * expr.h (offset_address): Likewise.
12857 * emit-rtl.c (offset_address): POW2 argument now unsigned.
12858
12859 2003-04-14 Roger Sayle <roger@eyesopen.com>
12860
12861 * builtins.c (expand_builtin_strlen): Evaluate the lengths of
12862 string literals at compile-time.
12863
12864 2003-04-14 Roger Sayle <roger@eyesopen.com>
12865
12866 * fold-const.c (fold): Transform (c1 - x) cmp c2, where cmp is a
12867 comparison operation and c1/c2 are floating point constants into
12868 x swap(cmp) (c1 - c2).
12869
12870 2003-04-14 Vladimir Makarov <vmakarov@redhat.com>
12871
12872 * genautomata.c (output_translate_vect): Fix a typo in loop
12873 condition.
12874
12875 2003-04-14 Hans-Peter Nilsson <hp@axis.com>
12876
12877 PR target/10377
12878 * config/cris/cris.md ("*mov_sideqi", "*mov_sidehi")
12879 ("*mov_sidesi", "*mov_sideqi_mem", "*mov_sidehi_mem")
12880 ("*mov_sidesi_mem", "*clear_sidesi", "*clear_sidehi")
12881 ("*clear_sideqi", "*ext_sideqihi", "*ext_sideqisi")
12882 ("*ext_sidehisi", "*op_sideqi", "*op_sidehi", "*op_sidesi")
12883 ("*op_swap_sideqi", "*op_swap_sidehi", "*op_swap_sidesi")
12884 ("*extopqihi_side", "*extopqisi_side", "*extophisi_side")
12885 ("*extopqihi_swap_side", "*extopqisi_swap_side")
12886 ("*extophisi_swap_side", 8th, 9th, 10th, 11th, 14th peepholes):
12887 When next to constraint R, replace constraint i with n.
12888
12889 Mon Apr 14 16:18:37 CEST 2003 Jan Hubicka <jh@suse.cz>
12890
12891 PR opt/10024
12892 * cfgrtl.c (force_nonfallthru_and_redirect): Use unchecked_make_edge.
12893
12894 2003-04-14 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
12895
12896 * doc/contrib.texi (Contributors): Correct my entry.
12897
12898 2003-04-13 Roger Sayle <roger@eyesopen.com>
12899
12900 * tree.h (DECL_BUILT_IN_NONANSI): Remove.
12901 * c-common.c (builtin_function_2): Don't set DECL_BUILT_IN_NONANSI.
12902 * c-decl.c (duplicate_decls): Use invariant DECL_BUILT_IN_NONANSI
12903 implies DECL_BUILT_IN to simplify logic.
12904 * print-tree.c (print_node): Don't dump DECL_BUILT_IN_NONANSI.
12905
12906 2003-04-13 Roger Sayle <roger@eyesopen.com>
12907
12908 * builtin-types.def (BT_FN_STRING_CONST_STRING): New builtin type.
12909 (BT_FN_PTR_SIZE_SIZE): Likewise.
12910 * builtins.def (BUILT_IN_MALLOC, BUILT_IN_CALLOC, BUILT_IN_STRDUP):
12911 New built-in functions for malloc, calloc and strdup respectively.
12912 * calls.c (special_function_p): No need to handle malloc-like
12913 functions any longer. ECF_MALLOC is set via built-in attributes.
12914
12915 * c-decl.c (duplicate_decls): Preserve pure and malloc attributes.
12916
12917 * doc/extend.texi: Document these new built-in functions.
12918
12919 2003-04-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12920
12921 * builtins.c (expand_builtin_memcpy): Add `endp' argument, use it.
12922 (expand_builtin_stpcpy): New.
12923 (expand_builtin): Add BUILT_IN_MEMPCPY & BUILT_IN_STPCPY.
12924 * builtins.def: Add mempcpy & stpcpy support.
12925 * doc/extend.texi (mempcpy, stpcpy): Document new builtins.
12926
12927 2003-04-13 Nick Clifton <nickc@redhat.com>
12928
12929 * config/rs6000/rs6000.c: Replace occurrences of "GNU CC" with
12930 "GCC".
12931 * config/rs6000/40x.md, config/rs6000/603.md,
12932 config/rs6000/6xx.md, config/rs6000/7450.md, config/rs6000/7xx.md,
12933 config/rs6000/8540.md, config/rs6000/aix.h, config/rs6000/aix31.h,
12934 config/rs6000/aix3newas.h, config/rs6000/aix41.h,
12935 config/rs6000/aix43.h, config/rs6000/aix51.h,
12936 config/rs6000/aix52.h, config/rs6000/altivec-defs.h,
12937 config/rs6000/altivec.h, config/rs6000/altivec.md,
12938 config/rs6000/beos.h, config/rs6000/darwin.h,
12939 config/rs6000/eabi.h, config/rs6000/eabialtivec.h,
12940 config/rs6000/eabisim.h, config/rs6000/eabispe.h,
12941 config/rs6000/freebsd.h, config/rs6000/gnu.h,
12942 config/rs6000/host-darwin.c, config/rs6000/linux.h,
12943 config/rs6000/linux64.h, config/rs6000/linuxaltivec.h,
12944 config/rs6000/lynx.h, config/rs6000/mach.h, config/rs6000/mpc.md,
12945 config/rs6000/netbsd.h, config/rs6000/power4.md,
12946 config/rs6000/rios1.md, config/rs6000/rios2.md,
12947 config/rs6000/rs6000-c.c, config/rs6000/rs6000-modes.def,
12948 config/rs6000/rs6000-protos.h, config/rs6000/rs6000.c,
12949 config/rs6000/rs6000.h, config/rs6000/rs6000.md,
12950 config/rs6000/rs64.md, config/rs6000/rtems.h, config/rs6000/spe.h,
12951 config/rs6000/spe.md, config/rs6000/sysv4.h,
12952 config/rs6000/sysv4le.h, config/rs6000/vxworks.h,
12953 config/rs6000/windiss.h, config/rs6000/xcoff.h: Likewise.
12954
12955 2003-04-13 Nick Clifton <nickc@redhat.com>
12956
12957 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Delete
12958 support for -mcall-aix switch.
12959 * config/rs6000/eabiaix.h: Delete.
12960 * config/rs6000/rs6000.h (rs6000_abi): Remove ABI_AIX_NODESC.
12961 (RS6000_REG_SAVE, RS6000_SAVE_AREA, FP_ARGS_MAX_REG,
12962 RETURN_ADDRESS_OFFSET): Remove use of ABI_AIX_NODESC.
12963 * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Likewise.
12964 * config/rs6000/rs6000.c (print_operand, rs6000_stack_info,
12965 debug_stack_info, output_function_profiler,
12966 rs6000_trampoline_size, rs6000_initialise_trampoline): Likewise.
12967 * config/rs6000/rs6000.md (call, call_value, call_nonlocal_sysv,
12968 call_indirect_nonlocal_sysv, call_value_indirect_nonlocal_sysv,
12969 call_value_nonlocal_sysv, sibcall_value_nonlocal_sysv,
12970 sibcall_nonlocal_sysv, sibcall_value_local64): Likewise.
12971 * config/rs6000/t-ppcgas (MULTILIB_OPTIONS): Remove mcall-aix
12972 multilibs.
12973 (MULTILIB_DIRNAMES): Remove mcall-aix directories.
12974 (MULTILIB_EXCEPTIONS): Delete.
12975 (MULTILIB_MATCHES): Remove mcall-aix matches.
12976
12977 * doc/fragments.texi: Replace -mcall-aix example with an ARM
12978 one.
12979 * doc/install.texi: Delete powerpc-*-eabiaix target.
12980 * doc/invoke.texi: Remove documentation of mcall-aix switch.
12981 * doc/tm.texi: Remove mcall-aix from example CPP_SPEC.
12982 * config.gcc: Delete powerpc-*-eabiaix target.
12983
12984 2003-04-13 Kazu Hirata <kazu@cs.umass.edu>
12985
12986 * doc/invoke.texi: Fix typos.
12987 * doc/tm.texi: Likewise.
12988
12989 2003-04-12 Zack Weinberg <zack@codesourcery.com>
12990
12991 * c-typeck.c (digest_init, push_init_level): Use CONSTRUCTOR_ELTS.
12992
12993 2003-04-12 Zack Weinberg <zack@codesourcery.com>
12994
12995 * tree.c (build_constructor): New function.
12996 * tree.h: Prototype it.
12997
12998 * c-typeck.c (build_c_cast, pop_init_level)
12999 * profile.c (build_function_info_value, build_gcov_info_value)
13000 (create_profiler):
13001 Use build_constructor.
13002
13003 * builtins.c (expand_builtin_args_info): Remove #if 0 blocks.
13004
13005 * objc/objc-act.c (build_constructor):
13006 Rename objc_build_constructor. Use build_constructor.
13007 (build_objc_string_object, objc_add_static_instance)
13008 (init_def_list, init_objc_symtab, init_module_descriptor)
13009 (generate_static_references, build_selector_translation_table)
13010 (build_descriptor_table_initializer, generate_descriptor_table)
13011 (build_protocol_initializer, build_ivar_list_initializer)
13012 (generate_ivars_list, build_dispatch_table_initializer)
13013 (generate_dispatch_table, generate_protocol_list)
13014 (build_category_initializer, build_shared_structure_initializer):
13015 Update to match.
13016
13017 2003-04-12 Zack Weinberg <zack@codesourcery.com>
13018
13019 * intl.h: #define gcc_gettext_width to strlen when !ENABLE_NLS.
13020
13021 2003-04-12 Stephane Carrez <stcarrez@nerim.fr>
13022
13023 * config/m68hc11/m68hc11-protos.h
13024 (m68hc11_eq_compare_operator): Declare
13025 * config/m68hc11/m68hc11.h (PREDICATE_CODES): Register new predicate.
13026 * config/m68hc11/m68hc11.c (m68hc11_eq_compare_operator): New predicate
13027 (d_register_operand): Check the operand mode.
13028 (hard_addr_reg_operand): Likewise.
13029
13030 2003-04-12 Stephane Carrez <stcarrez@nerim.fr>
13031
13032 * config/m68hc11/m68hc11.md ("decrement_and_branch_until_zero"): New
13033 pattern for dbcc/ibcc generation for 68HC12.
13034 ("doloop_end"): New pattern.
13035 ("m68hc12_dbcc_dec_hi"): New pattern for dbeq/dbne.
13036 ("m68hc12_dbcc_inc_hi"): New pattern for ibeq/ibne.
13037 ("m68hc12_dbcc_dec_qi"): New pattern.
13038 ("m68hc12_dbcc_inc_qi"): New pattern.
13039 (split): Add split for the above when we can't use dbcc/ibcc due to
13040 reloading.
13041 (peephole2): Add peephole2 to generate the above when possible.
13042
13043 2003-04-12 Stephane Carrez <stcarrez@nerim.fr>
13044
13045 * config/m68hc11/m68hc11.md ("bitcmpqi" split): No need to test the
13046 mode of operand 0.
13047 (peephole2 optimize const load): Likewise for operand 2.
13048 ("*rotlhi3_with_carry"): Change pattern to a const 1 rotate which
13049 clobbers CC_REGNUM.
13050 ("*rotrhi3_with_carry"): Likewise.
13051 (ashift:DI 1 split): Update pattern to create the above rotate.
13052 (lshiftrt:DI 1 split): Likewise.
13053
13054 2003-04-12 Stephane Carrez <stcarrez@nerim.fr>
13055
13056 * config/m68hc11/m68hc11.md (SOFT_Z_REGNUM): New constant.
13057 ("tstqi_z_used" split): Use it.
13058 ("cmphi_z_used"): Likewise.
13059 ("bitcmpqi_z_used"): Likewise; also use SP_REGNUM constant.
13060 ("cmpqi_z_used"): Likewise.
13061
13062 2003-04-12 Mark Mitchell <mark@codesourcery.com>
13063
13064 PR c++/7910
13065 * config/i386/winnt.c (i386_pe_mark_dllimport): Fix thinko.
13066
13067 2003-04-12 Zack Weinberg <zack@codesourcery.com>
13068
13069 * configure.in: Check for wchar.h, mbstowcs, and wcswidth.
13070 * configure, config.in: Regenerate.
13071 * intl.c (gcc_gettext_width): New function.
13072 * intl.h: Prototype it.
13073
13074 2003-04-12 Stephane Carrez <stcarrez@nerim.fr>
13075
13076 * config/m68hc11/m68hc11.h (TARGET_SWITCHES): Fix -mnominmax option;
13077 recognize -mnorelax.
13078 (reg_class): Add Z_OR_S_REGS to represent soft registers with Z
13079 (REG_CLASS_NAMES): Add its name.
13080 (REG_CLASS_CONTENTS): Define its content.
13081
13082 2003-04-12 Stephane Carrez <stcarrez@nerim.fr>
13083
13084 * config/m68hc11/larith.asm (memcpy): Use ARG macro to access stack
13085 parameters so that offsets are valid for far definition.
13086 (__mulsi3): Likewise and use ret to return.
13087 (___adddi3, ___subdi3, ___notdi2, ): Don't use it to save the result.
13088
13089 2003-04-12 David Edelsohn <edelsohn@gnu.org>
13090
13091 * config/rs6000/rs6000.c (rs6000_hash_constant): Skip '0' fields.
13092
13093 2003-04-12 Alexandre Oliva <aoliva@redhat.com>
13094
13095 * mklibgcc.in (libgcc-stage-start): For every multilib directory
13096 containing a libgcc.a, move lib* to the corresponding stage dir.
13097
13098 * Makefile.in (stage1-start, stage2-start, stage3-start,
13099 stage4-start): Move $(SPECS) to specs in stage dir.
13100 (unstage1 unstage2 unstage3 unstage4): Move specs in stage dir
13101 back as $(SPECS).
13102
13103 * mklibgcc.in (libgcc-stage-start): Move into the stage directory
13104 object files from the non-libgcc/ multilib directories as well.
13105
13106 2003-04-11 Geoffrey Keating <geoffk@apple.com>
13107
13108 * profile.c (read_counts_file): Initialise 'checksum'.
13109
13110 * emit-rtl.c (gen_rtx): Really correct typo.
13111
13112 PR c++/9393
13113 * doc/invoke.texi (Debugging Options): Document -frandom-seed.
13114 * configure.in: Check for gettimeofday.
13115 * tree.c (flag_random_seed): Define.
13116 (default_flag_random_seed): New.
13117 (append_random_chars): Use flag_random_seed rather than trying
13118 to acquire randomness here.
13119 * tree.h (default_flag_random_seed): Declare.
13120 * toplev.c (display_help): Add -frandom-seed and -fstack-limit-*
13121 descriptions.
13122 (decode_f_option): Handle -frandom-seed.
13123 (print_switch_values): Call default_flag_random_seed.
13124 * flags.h (flag_random_seed): Declare.
13125 * configure: Regenerate.
13126 * config.in: Regenerate.
13127 * config/alpha/t-crtfm: Use -frandom-seed.
13128
13129 * doc/extend.texi (Empty Structures): New.
13130
13131 * c-pch.c: Include flags.h. Add comments to routines.
13132 (struct c_pch_validity): New.
13133 (get_ident): Update PCH file version number.
13134 (pch_init): Output current debugging type.
13135 (c_common_valid_pch): Check debugging type.
13136 * Makefile.in (c-pch.o): Update dependencies.
13137 * flags.h (debug_type_names): Declare.
13138 * toplev.c (debug_type_names): Move out of decode_g_option.
13139
13140 2003-04-11 Eric Christopher <echristo@redhat.com>
13141
13142 * emit-rtl.c (gen_rtx): Fix typos.
13143
13144 2003-04-11 Richard Henderson <rth@redhat.com>
13145
13146 * emit-rtl.c (gen_rtx): Zero '0' fields.
13147
13148 2003-04-11 Richard Henderson <rth@redhat.com>
13149
13150 PR c++/10202
13151 * expr.c (expand_expr): Use COMPLETE_OR_UNBOUND_ARRAY_TYPE_P
13152 not COMPLETE_TYPE_P for re-invoking layout_decl.
13153
13154 2003-04-11 Simon Law <sfllaw@engmail.uwaterloo.ca>
13155
13156 * doc/bugreport.texi: Fix paragraph breaking between sections
13157 in preparation for TeXinfo's paragraph indentation fixes.
13158 * doc/extend.texi: Ditto.
13159 * doc/invoke.texi: Ditto.
13160 * doc/objc.texi: Ditto.
13161 * doc/gcov.texi: Wrap 'gcov' in @command{}.
13162 * doc/invoke.texi (Darwin Options): Add a preamble.
13163
13164 2003-04-11 Richard Henderson <rth@redhat.com>
13165
13166 * config/i386/i386.c (tls_model_chars): Remove.
13167 (ix86_encode_section_info, ix86_strip_name_encoding): Remove.
13168 (local_symbolic_operand): Use SYMBOL_REF_LOCAL_P.
13169 (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
13170 (tls_symbolic_operand_1): Likewise.
13171 (legitimate_pic_address_disp_p): Use SYMBOL_REF_LOCAL_P.
13172 * config/i386/i386.h (TARGET_ENCODE_SECTION_INFO): Remove.
13173 (TARGET_STRIP_NAME_ENCODING, ASM_OUTPUT_LABELREF): Remove.
13174 * config/i386/winnt.c (i386_pe_encode_section_info): Replace
13175 bits "copied from i386.h" with default_encode_section_info.
13176
13177 2003-04-11 Richard Henderson <rth@redhat.com>
13178
13179 * rtl.def (SYMBOL_REF): Add two 0 fields.
13180 * gengtype.c (adjust_field_rtx_def): Handle them.
13181 * print-rtl.c (print_rtx): Print them.
13182 * rtl.h (SYMBOL_REF_DECL, SYMBOL_REF_FLAGS): New.
13183 (SYMBOL_FLAG_FUNCTION, SYMBOL_REF_FUNCTION_P): New.
13184 (SYMBOL_FLAG_LOCAL, SYMBOL_REF_LOCAL_P): New.
13185 (SYMBOL_FLAG_SMALL, SYMBOL_REF_SMALL_P): New.
13186 (SYMBOL_FLAG_TLS_SHIFT, SYMBOL_REF_TLS_MODEL): New.
13187 (SYMBOL_FLAG_EXTERNAL, SYMBOL_REF_EXTERNAL_P): New.
13188 (SYMBOL_FLAG_MACH_DEP): New.
13189 * optabs.c (init_one_libfunc): Zap fake SYMBOL_REF_DECL.
13190 * varasm.c (make_decl_rtl): Set SYMBOL_REF_DECL.
13191 (assemble_static_space): Set SYMBOL_REF_FLAGS.
13192 (assemble_trampoline_template): Likewise.
13193 (output_constant_def, force_const_mem): Likewise.
13194 (default_encode_section_info): New.
13195 * output.h: Declare it.
13196 * target-def.h (TARGET_ENCODE_SECTION_INFO): Use it.
13197
13198 2003-04-11 Richard Henderson <rth@redhat.com>
13199
13200 * libfuncs.h (LTI_setbits, LTI_gcov_flush, LTI_gcov_init): New.
13201 (setbits_libfunc, gcov_flush_libfunc, gcov_init_libfunc): New.
13202 * optabs.c (init_optabs): Initialize them.
13203 (init_libfuncs): Use init_one_libfunc.
13204 * calls.c (expand_call): Use gcov_flush_libfunc.
13205 * expr.c (store_constructor): Use setbits_libfunc.
13206 * function.c (expand_main_function): Use init_one_libfunc.
13207 * profile.c (create_profiler): Use gcov_init_libfunc and DECL_RTL.
13208
13209 2003-04-11 Mark Mitchell <mark@codesourcery.com>
13210
13211 * doc/c-tree.texi (Functions): Remove DECL_REAL_CONTEXT
13212 documentation; add DECL_FRIEND_CONTEXT.
13213
13214 2003-04-11 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
13215
13216 * doc/install.texi (hppa): Update links for HP-UX patches. Revise
13217 notes on linker selection and configuration for 64-bit HP-UX port.
13218 * doc/invoke.texi (hppa): Remove hppa text from description for
13219 -ffunction-sections and -fdata-sections. Document -static, -nolibdld
13220 and -threads options.
13221
13222 * pa-hpux10.h (LIB_SPEC): Add link options to resolve dependency of
13223 libc.a on libdld.sl when -static is specified and -nolibdld is not
13224 specified.
13225 * pa64-hpux.h (LIB_SPEC): Likewise.
13226 * pa-hpux11.h (LIB_SPEC): Likewise.
13227 (LINK_SPEC): Add __gcc_plt_call as an undefined symbol when -shared
13228 is not specified.
13229
13230 2003-04-11 Zack Weinberg <zack@codesourcery.com>
13231
13232 * config/darwin-c.c (darwin_pragma_unused): Use lookup_name,
13233 not IDENTIFIER_LOCAL_VALUE.
13234
13235 2003-04-11 Richard Henderson <rth@redhat.com>
13236
13237 PR c/10201
13238 * expr.c (expand_expr): Move DECL_RTL frobbing ...
13239 * stor-layout.c (layout_decl): ... here.
13240
13241 2003-04-11 James A. Morrison <ja2morri@uwaterloo.ca>
13242
13243 * doc/invoke.texi: Eliminate extra white-space caused by
13244 @gccoptlist{ on its own line.
13245 * doc/invoke.texi: Ensured there are two spaces between each option.
13246 * doc/invoke.texi: Re-wrapped option lines that were too wide.
13247 Added @gol to options that didn't have them.
13248
13249 2003-04-11 Nathan Sidwell <nathan@codesourcery.com>
13250
13251 * Makefile.in (loop-init.o): Do not depend on gcov-io.h,
13252 gcov-iov.h.
13253
13254 Simplify interface to gcov reading and writing.
13255 * gcov-io.h (gcov_file, gcov_position, gcov_length, gcov_buffer,
13256 gcov_alloc, gcov_modified, gcov_errored): Move into ...
13257 (struct gcov_var gcov_var): ... this static structure.
13258 (gcov_write_unsigned, gcov_write_counter, gcov_write_string):
13259 Return void.
13260 (gcov_read_unsigned, gcov_read_couter, gcov_read_string): Return
13261 read object.
13262 (gcov_read_bytes, gcov_write_bytes): Set error flag on error.
13263 (gcov_reserve_length): Remove.
13264 (gcov_write_tag): New.
13265 (gcov_write_length): Adjust.
13266 (gcov_read_summary, gcov_write_summary): Adjust.
13267 (gcov_eof, gcov_ok): Rename to ...
13268 (gcov_is_eof, gcov_is_error): ... here. Return error code.
13269 (gcov_save_position, gcov_resync): Rename to ...
13270 (gcov_position, gcov_seek): ... here.
13271 (gcov_skip, gcov_skip_string): Remove.
13272 (gcov_error): Remove.
13273 (gcov_open, gcov_close): Adjust.
13274 * gcov.c (find_source): Take const char *, copy it on allocation.
13275 (read_graph_file): Adjust.
13276 (read_count_file): Adjust.
13277 * libgcov.c (gcov_exit): Adjust.
13278 * gcov-dump.c (tag_function, tag_blocks, tag_arcs, tag_lines,
13279 tag_arc_counts, tag_summary): Return void. Adjust.
13280 (struct tag_format): Adjust proc member.
13281 (dump_file): Adjust gcov calls.
13282
13283 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
13284
13285 * Makefile.in (fixinc.sh): Pass BUILD_LIBERTY as LIBERTY to
13286 mkfixinc.sh.
13287 * fixinc/mkfixinc.sh (defs): Add LIBERTY.
13288 * configure.in (STMP_FIXINC, STMP_FIXPROTO): Don't disable on
13289 build != host sysrooted builds.
13290 * configure.in (SYSTEM_HEADER_DIR): Make sure it contains
13291 TARGET_SYSTEM_ROOT even on sysrooted natives.
13292 * configure: Rebuilt.
13293
13294 2003-04-10 Zack Weinberg <zack@codesourcery.com>
13295
13296 * c-decl.c (struct binding_level): Add shadowed_tags and
13297 function_body; remove this_block, tag_transparent, and
13298 subblocks_tag_transparent; update comments.
13299 (clear_binding_level, lookup_tag_reverse): Kill.
13300 (make_binding_level): Use ggc_alloc_cleared or memset.
13301 (lookup_tag): Remove struct binding_level* parameter. All
13302 callers changed. Just look at IDENTIFIER_TAG_VALUE, and
13303 current_binding_level->tags if asked for thislevel_only or if
13304 we might have to diagnose "struct foo; union foo;"
13305 (pushlevel): Ignore argument. Do not push another binding
13306 level on the transition from the parameters to the top level
13307 of the function body; just tweak the flags and proceed.
13308 (poplevel): Overhaul. Clear IDENTIFIER_TAG_VALUEs; on exiting
13309 a function body, separate the parameter list from the
13310 top-level local variables.
13311 (set_block): Do nothing.
13312 (pushtag): Set IDENTIFIER_TAG_VALUE and add an entry to
13313 shadowed_tags if necessary.
13314 (warn_if_shadowing): Nuke the special case for local shadowing
13315 parameter.
13316 (pushdecl): Do not create a shadow entry if we are replacing
13317 an older decl in the same binding level.
13318 (pushdecl_function_level): Tweak for new way of indicating
13319 function scope.
13320 (shadow_tag_warned): Use TYPE_NAME, not lookup_tag_reverse.
13321 (start_function): Don't set subblocks_tag_transparent.
13322 (finish_function): Fix up the binding_level stack for totally
13323 empty functions. Otherwise, don't call poplevel.
13324
13325 * c-common.c (shadow_warning): MANDATORY argument is no longer
13326 necessary. Always use plain warning.
13327 * c-common.h: Update to match.
13328
13329 * cfglayout.c (scope_to_insns_initialize): Clear block when we
13330 hit the FUNCTION_DECL.
13331 * function.c: Do not create cyclic tree structure.
13332
13333 2003-04-10 Zack Weinberg <zack@codesourcery.com>
13334
13335 * c-tree.h (struct lang_identifier): Replace global_value,
13336 local_value members with symbol_value, tag_value. Kill
13337 implicit_decl and limbo_value.
13338 (IDENTIFIER_GLOBAL_VALUE, IDENTIFIER_LOCAL_VALUE,
13339 IDENTIFIER_LIMBO_VALUE, IDENTIFIER_IMPLICIT_DECL,
13340 C_MISSING_PROTOTYPE_WARNED): Kill.
13341 (IDENTIFIER_SYMBOL_VALUE, IDENTIFIER_TAG_VALUE,
13342 C_DECL_IMPLICIT, C_DECL_ISNT_PROTOTYPE): New.
13343 (C_DECL_ANTICIPATED): Rename to C_DECL_INVISIBLE.
13344 (implicit_decl_warning, lookup_name_current_level,
13345 record_function_scope_shadow): Don't prototype.
13346 (pushdecl_function_level): Prototype.
13347
13348 * c-decl.c (truly_local_externals): New variable.
13349 (struct binding_level): Adjust commentary.
13350 (get_function_binding_level, clear_limbo_values,
13351 record_function_scope_shadow): Kill.
13352 (lookup_name_current_level, implicit_decl_warning): Are now static.
13353 (any_external_decl, record_external_decl): New static functions.
13354 (clone_underlying type): Split out of pushdecl.
13355 (c_print_identifier): Update to match changes to struct
13356 lang_identifier.
13357 (poplevel): Delete #if 0 block. Make externals invisible
13358 instead of clearing their IDENTIFIER_SYMBOL_VALUEs. Don't
13359 call clear_limbo_values. Refer to IDENTIFIER_SYMBOL_VALUE not
13360 IDENTIFIER_GLOBAL_VALUE or IDENTIFIER_LOCAL_VALUE.
13361 (duplicate-decls): For real parm decl after a forward decl,
13362 set TREE_ASM_WRITTEN here. Allow void foo(...) followed by
13363 foo(...) { } with only a warning. Say whether a previous
13364 declaration was implicit.
13365 (warn_if_shadowing): Now handles all shadowing, not just
13366 local-over-local. Clarify comments.
13367 (pushdecl): Rewritten. There is no longer a distinction
13368 between global and local symbol values; they're all
13369 IDENTIFIER_SYMBOL_VALUE. Call record_external_decl on all
13370 DECL_EXTERNAL decls, and use any_external_decl to check
13371 against previous externals. Kill #if 0 blocks. Don't
13372 tolerate error_mark_node being NULL.
13373 (pushdecl_top_level): Handle only those cases which
13374 Objective C (the only user) needs.
13375 (pushdecl_function_level): New function.
13376 (implicitly_declare): Create ordinary decls with
13377 C_DECL_IMPLICIT set. Recycle old decls, however they got
13378 created.
13379 (lookup_name): It's always IDENTIFIER_SYMBOL_VALUE. Return 0
13380 for C_DECL_INVISIBLE symbols.
13381 (lookup_name_current_level): Likewise. Use chain_member.
13382 (c_make_fname_decl): Don't muck with DECL_CONTEXT.
13383 Use pushdecl_function_level.
13384 (builtin_function): Use C_DECL_INVISIBLE.
13385 (start_function): Don't muck with IDENTIFIER_IMPLICIT_DECL.
13386 Use C_DECL_ISNT_PROTOTYPE and C_DECL_IMPLICIT.
13387 (store_parm_decls): It's IDENTIFIER_SYMBOL_VALUE now.
13388 (identifier_global_value): Same. Must scan
13389 global_binding_level in extremis.
13390
13391 * c-typeck.c (undeclared_variable): New static function, split
13392 from build_external_ref.
13393 (build_external_ref): Use DECL_CONTEXT, not
13394 IDENTIFIER_LOCAL_VALUE, to decide whether a local hides
13395 an instance variable. Restructure for clarity.
13396 * objc/objc-act.c: Use identifier_global_value, not
13397 IDENTIFIER_GLOBAL_VALUE.
13398
13399 2003-04-08 Jonathan Wakely <redi@gcc.gnu.org>
13400
13401 * doc/extend.texi (Template Instantiation): Refer to ISO standard,
13402 not Working Paper.
13403 * doc/invoke.texi (C++ Dialect Options): Same.
13404
13405 2003-04-10 Zack Weinberg <zack@codesourcery.com>
13406
13407 * tree.c (tree_operand_check_failed): New function.
13408 * tree.h (TREE_OPERAND_CHECK, TREE_OPERAND_CHECK_CODE,
13409 TREE_RTL_OPERAND_CHECK): New checking macros.
13410 (TREE_OPERAND, SAVE_EXPR_CONTEXT, SAVE_EXPR_RTL,
13411 RTL_EXPR_SEQUENCE, RTL_EXPR_RTL, WITH_CLEANUP_EXPR_RTL,
13412 CONSTRUCTOR_ELTS, LABELED_BLOCK_LABEL, LABELED_BLOCK_BODY,
13413 EXIT_BLOCK_RETURN, LOOP_EXPR_BODY, EXPR_WFL_NODE,
13414 EXPR_WFL_FILENAME_NODE, EXPR_WFL_FILENAME, TARGET_EXPR_SLOT,
13415 TARGET_EXPR_INITIAL, TARGET_EXPR_CLEANUP): Use the new
13416 checking macros.
13417
13418 Thu Apr 10 23:52:30 CEST 2003 Jan Hubicka <jh@suse.cz>
13419
13420 PR inline-asm/8803
13421 * function.c (instantate_virtual_regs): Verify that all ASM statements
13422 match after the virutal regs instantiation.
13423
13424 2003-04-10 Steve Ellcey <sje@cup.hp.com>
13425
13426 * ia64-protos.h (addp4_optimize_ok): New.
13427 * ia64.c (addp4_optimize_ok): New.
13428 * ia64.md (*ptr_extend_plus_1): Use addp4_optimize_ok.
13429 (*ptr_extend_plus_2): Ditto.
13430
13431 2003-04-10 Steve Ellcey <sje@cup.hp.com>
13432
13433 * expr.c (expand_assignment): Extend offset_rtx with convert_to_mode
13434 not with convert_memory_address.
13435 (store_constructor): Ditto, and same for copy_size_rtx.
13436 (expand_expr): Ditto.
13437
13438 2003-04-10 Douglas B Rupp <rupp@gnat.com>
13439
13440 * config/i386/i386.c (ix86_ms_bitfield_layout_p): Fix formatting.
13441
13442 2003-04-10 Bob Wilson <bob.wilson@acm.org>
13443
13444 * config/xtensa/lib2funcs.S (__xtensa_sync_caches): Flush data cache
13445 even if it is configured to be write-through.
13446
13447 2003-04-10 Ulrich Weigand <uweigand@de.ibm.com>
13448
13449 * config/s390/s390.c (larl_operand): Do not allow symbols
13450 marked with '@'.
13451 (s390_encode_section_info): Mark symbols with forced 1-byte
13452 alignment with '@'.
13453 (s390_strip_name_encoding): Strip '@'.
13454 (legitimize_pic_address): Handle symbols that are not valid
13455 LARL operands in 64-bit mode.
13456
13457 2003-04-10 Andrew Haley <aph@redhat.com>
13458
13459 * tree-inline.c (inlinable_function_p): Disable inlining for
13460 synchronized methods.
13461
13462 2003-04-09 Steven Bosscher <steven@gcc.gnu.org>
13463
13464 * c-common.h (lang_statement_code_p): Remove declaration.
13465 (statement_code_p): Ditto.
13466 (c_common_stmt_codes): Define; list of c-common statement codes.
13467 (statement_code_p): New extern declaration.
13468 (STATEMENT_CODE_P): Define.
13469 (INIT_STATEMENT_CODES): Define.
13470 * c-common.c (statement_code_p): Kill the function, declare
13471 as an array of bools instead.
13472 (lang_statement_code_p): Remove.
13473 (walk_stmt_tree): Use STATEMENT_CODE_P not statement_code_p.
13474 (c_safe_from_p): Ditto.
13475 * c-objc-common.c (c_objc_common_init): Use INIT_STATEMENT_CODES
13476 to initialize the statement_code_p array.
13477 * tree-inline.c (walk_tree): Use STATEMENT_CODE_P instead of
13478 statement_code_p.
13479 (copy_tree_r): Ditto.
13480 * cp/cp-tree.h (cp_stmt_codes): Define; list of C++ specific
13481 statement tree codes.
13482 * cp/lex.c (cxx_init): Add missing print line break. Use
13483 INIT_STATEMENT_CODES to initialize the statement_code_p array.
13484 * cp/parser.c (cp_parser_statement): Use STATEMENT_CODE_P
13485 instead of statement_code_p.
13486 * cp/pt.c (tsubst_expr): Ditto.
13487 * cp/tree.c (verify_stmt_tree_r): Ditto.
13488 (cp_statement_code_p): Remove.
13489 (init_tree): Don't set lang_statement_code_p, it's gone.
13490
13491 2003-04-09 Dan Nicolaescu <dann@ics.uci.edu>
13492 Zack Weinberg <zack@codesourcery.com>
13493
13494 * regrename.c (struct du_chain): Use a bitfield for reg_class.
13495 * cse.c (struct qty_table_elem, struct table_elt, struct set):
13496 Use bitfields for fields holding enum rtx_code or
13497 enum machine_mode values. Add comments explaining size choices.
13498
13499 2003-04-09 Alexandre Oliva <aoliva@redhat.com>
13500
13501 * config/fp-bit.c (unpack_d): Handle pair of doubles with
13502 different signs correctly.
13503
13504 2003-04-09 Vladimir Makarov <vmakarov@redhat.com>
13505
13506 * sched-deps.c (reg_pending_barrier_mode): New enumeration.
13507 (reg_pending_barrier): Make it of the enumeration type.
13508 (sched_analyze_2): Define the barrier as MOVE_BARRIER or
13509 TRUE_BARRIER.
13510 (sched_analyze): Ditto.
13511 (sched_analyze_insn): Ditto. Use anti-dependencies for
13512 MOVE_BARRIER and true-dependencies as TRUE_BARRIER.
13513 (init_deps_global): Initialize the barrier as NO_BARRIER.
13514
13515 2003-04-09 Vladimir Makarov <vmakarov@redhat.com>
13516
13517 * config/ia64/ia64.c (issue_nops_and_insn): Add new parameter.
13518 Check that asm insn starts on a new cycle. Add nops after asm
13519 insn to end bundle.
13520 (bundling): Move insn type evaluation from the loop. Call
13521 issue_nops_and_insn with the new parameter. Ignore changing
13522 position for nops after asm insn.
13523
13524 2003-04-09 Alexandre Oliva <aoliva@redhat.com>
13525
13526 * optabs.c: Comment that gen_add2_insn and others may actually
13527 return emitted insns, if the gen functions turn out to return
13528 emitted insns.
13529 * reload1.c (reload_cse_move2add): Cope with emitted insns from
13530 gen_add2_insn.
13531
13532 2003-04-09 Richard Henderson <rth@redhat.com>
13533
13534 * config/ia64/ia64.c (move_operand): Allow symbolic_operand,
13535 but not tls_symbolic_operand.
13536 (ia64_expand_load_address): Remove scratch operand.
13537 (ia64_expand_tls_address): Split out from ia64_expand_move.
13538 (ia64_expand_move): Split symbolics only after reload.
13539 (ia64_emit_cond_move): New.
13540 * config/ia64/ia64-protos.h: Update.
13541 * config/ia64/ia64.md (movsi_symbolic, movdi_symbolic): Remove.
13542 (symbolic splitter): Accept SImode operands too.
13543 (cmove splitter): Use ia64_emit_cond_move.
13544
13545 2003-04-09 Nick Clifton <nickc@redhat.com>
13546
13547 * doc/install.texi: Note that ARM toolchains need binutils 2.13 or
13548 newer.
13549 * config/arm/elf.h (SUBTARGET_ASM_FLOAT_SPEC): Pass -mfpu=softfpa
13550 instead of -mno-fpu.
13551 * config/arm/semi.h (ASM_SPEC): Likewise.
13552 * config/arm/xscale-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise,
13553 but only if -msoft-float is specified pass. Otherwise pass
13554 -mfpu=softvfp.
13555
13556 2003-04-09 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
13557
13558 * function.c (purge_addressof): Use free_INSN_LIST_node instead of
13559 free_EXPR_LIST_node.
13560
13561 2003-04-08 Roger Sayle <roger@eyesopen.com>
13562
13563 * fold-const.c (fold): Use "fold" following build in more places.
13564 Optimize sqrt(x)*sqrt(x) as x, pow(x,y)*pow(z,y) as pow(x*z,y),
13565 pow(x,y)*pow(x,z) as pow(x,y+z) and x/pow(y,z) as x*pow(y,-z).
13566
13567 2003-04-08 Roger Sayle <roger@eyesopen.com>
13568
13569 * builtins.c (fold_builtin): Constant fold expressions as x*0.5
13570 instead of x/2.0. Optimize sqrt(pow(x,y)) as pow(x,y*0.5),
13571 log(pow(x,y)) as y*log(x), pow(exp(x),y) as exp(x*y),
13572 pow(sqrt(x),y) as pow(x,y*0.5) and pow(pow(x,y),z) as pow(x,y*z).
13573 Delete function scope "fcode" variable to avoid shadowing.
13574
13575 2003-04-08 Kevin Buettner <kevinb@redhat.com>
13576
13577 * dwarf2out.c (DWARF_ARANGES_HEADER_SIZE, DWARF_ARANGES_PAD_SIZE):
13578 Take into account DWARF_INITIAL_LENGTH_SIZE.
13579
13580 2003-04-08 Hans-Peter Nilsson <hp@axis.com>
13581
13582 * reorg.c (fill_slots_from_thread): When considering changing the
13583 insn following a reg-to-reg copy insn to use the source reg of the
13584 copy, bail out if there's overlap between the registers.
13585
13586 2003-04-08 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
13587
13588 * function.c (postponed_insns): New.
13589 (purge_addressof_1): Postpone processing of insns if addressofs
13590 are not put into stack.
13591 (purge_addressof): Process postponed insns.
13592
13593 2003-04-08 J"orn Rennecke <joern.rennecke@superh.com>
13594
13595 * sh.h (NORMAL_MODE): If interrupt handler and TARGET_FMOVD,
13596 this is FP_MODE_DOUBLE .
13597 * sh.c (ra.h): #include.
13598 (push_regs): Add second parameter. Changed all callers.
13599 If necessary, set fpscr before saving floating point registers.
13600 (calc_live_regs): If interrupt handler and TARGET_FMOVD, always
13601 do saves / restores with SZ == 1.
13602 (sh_expand_prologue): If interrupt handler, don't use gen_toggle_sz.
13603 (sh_expand_epilogue): Likewise. For TARGET_FMOVD, if floating point
13604 registers are being restored, restore FPSCR only after restoring them.
13605
13606 2003-04-08 Aldy Hernandez <aldyh@redhat.com>
13607
13608 * config/rs6000/rs6000.c (rs6000_init_builtins): Set opaque types
13609 regardless of architecture.
13610 (spe_init_builtins): Change V2SI and V2SF types to opaque types.
13611
13612 2003-04-08 J"orn Rennecke <joern.rennecke@superh.com>
13613
13614 * sh.c (push_regs, calc_live_regs): Return int. Take single
13615 HARD_REG_SET * parameter. Changed all callers.
13616
13617 Tue Apr 8 11:12:07 CEST 2003 Jan Hubicka <jh@suse.cz>
13618
13619 * i386.c (legitimate_pic_address_disp_p): Do not accept PLUS in the
13620 GOTOFF operand.
13621 (legitimize_pic_address): Move plus outside the unspec.
13622 * i386.c (legitimate_constant_p): Check (CONST (PLUS (UNSPEC ...
13623 for validity.
13624
13625 2003-04-08 Nathan Sidwell <nathan@codesourcery.com>
13626
13627 * gcov-io.h (gcov_save_position): Remove __inline__ from
13628 declaration.
13629
13630 2003-04-07 Matt Kraai <kraai@alumni.cmu.edu>
13631
13632 * doc/install.texi: Use @command and @samp for single- and
13633 multi-word commands respectively.
13634 * doc/makefile.texi: Likewise.
13635 * doc/sourcebuild.texi: Likewise.
13636
13637 2003-04-07 Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
13638 Richard Henderson <rth@redhat.com>
13639
13640 PR c/9516
13641 * expr.c (safe_from_p): Rearrange to avoid deep recursion in
13642 favor of looping and tail recursion for TREE_LIST and binops.
13643
13644 2003-04-08 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
13645
13646 * loop.h (REGNO_FIRST_LUID, REGNO_LAST_LUID): Provide defaults
13647 for insns without luid.
13648
13649 2003-04-07 Glen Nakamura <glen@imodulo.com>
13650
13651 PR opt/8634
13652 * explow.c (maybe_set_unchanging): Don't flag non-static const
13653 aggregate type initializers with RTX_UNCHANGING_P.
13654
13655 2003-04-07 Richard Henderson <rth@redhat.com>
13656
13657 PR opt/8634
13658 * function.c (purge_addressof_1): Don't try arithmetics for
13659 unchanging memories.
13660
13661 2003-04-07 Janis Johnson <janis187@us.ibm.com>
13662
13663 * doc/sourcebuild.texi (Test Suites): Document testing support for
13664 gcov and profile-directed optimizations; describe gcc.misc-tests.
13665
13666 Mon Apr 7 22:19:59 CEST 2003 Jan Hubicka <jh@suse.cz>
13667
13668 PR target/10077
13669 * i386.md (movsi_1, movsi_nointerunit_1): Fix SSEMOV alternative.
13670
13671 2003-04-07 Eric Botcazou <ebotcazou@libertysurf.fr>
13672
13673 * doc/rtl.texi (Comparison operations): Update to
13674 record the allowed comparison modes.
13675
13676 2003-04-07 Aldy Hernandez <aldyh@redhat.com>
13677
13678 * config/rs6000/rs6000.c (rs6000_common_init_builtins): Rename all
13679 V2SI_type_node to opaque_V2SI_type_node. Rename all
13680 V2SF_type_node to opaque_V2SF_type_node.
13681 (rs6000_init_builtins): Define opaque_V2SI_type_node and
13682 opaque_V2SF_type_node.
13683 (is_ev64_opaque_type): The types opaque_V2SI_type_node and
13684 opaque_V2SF_type_node are opaque types.
13685
13686 2003-04-07 J"orn Rennecke <joern.rennecke@superh.com>
13687
13688 * gcse.c (replace_store_insn): Use single_set.
13689
13690 2003-04-07 Nathan Sidwell <nathan@codesourcery.com>
13691
13692 Change gcov file interface to single file at a time.
13693 * gcov-io.h: Replace IN_LIBGCC1 with IN_LIBGCOV. Use IN_GCOV.
13694 Convert to C89 prototypes.
13695 (gcov_file, gcov_length, gcov_position, gcov_buffer, gcov_alloc,
13696 gcov_error, gcov_modified): New static variables.
13697 (gcov_open, gcov_close, gcov_read_bytes, gcov_write_bytes): New
13698 functions.
13699 (gcov_write_unsigned, gcov_write_counter, gcov_write_string,
13700 gcov_read_unsigned, gcov_read_counter, gcov_read_string): Adjust.
13701 (gcov_read_summary, gcov_write_summary): Adjust.
13702 (gcov_save_position, gcov_reserve_length, gcov_write_length):
13703 Adjust.
13704 (gcov_resync, gcov_skip, gcov_skip_string): Adjust.
13705 (da_file_open, da_file_close, da_file_eof, da_file_error): Remove.
13706 (da_file_position, da_file_seek, da_file_write, da_file_read):
13707 Remove.
13708 (gcov_error, gcov_eof, gcov_ok, gcov_time): New functions.
13709 * gcov.c (gcov_type): Don't typedef here.
13710 (IN_GCOV): #define
13711 (read_graph_file, read_count_file): Adjust.
13712 * gcov-dump.c (gcov_type): Don't typedef here.
13713 (IN_GCOV): #define.
13714 (tag_function, tag_blocks, tag_arcs, tag_lines, tag_arc_counts):
13715 Remove FILE parameter, adjust.
13716 (struct tag_format): Adjust proc member.
13717 (dump_file): Adjust.
13718 * libgcov.c (IN_LIBGCOV): #define.
13719 (gcov_exit): Adjust.
13720 * loop-init.c: Don't #include gcov-io.h
13721 * profile.c (struct counts_entry): New structure to hold counter
13722 values.
13723 (struct section_reference, struct da_index_entry): Remove.
13724 (bbg_file, da_file): Remove.
13725 (htab_counts_index_hash, htab_counts_index_eq,
13726 htab_counts_index_del): Replace with ...
13727 (htab_counts_entry_hash, htab_counts_entry_eq,
13728 htab_counts_entry_del): ... these.
13729 (cleanup_counts_index, index_counts_file): Remove.
13730 (read_counts_file): New function.
13731 (get_exec_counts): Adjust.
13732 (compute_branch_probabilities): Don't free the exec counts here.
13733 (branch_prob): Adjust.
13734 (init_branch_prob): Adjust.
13735 (end_branch_prob): Adjust.
13736
13737 2003-04-07 Aldy Hernandez <aldyh@redhat.com>
13738
13739 * doc/invoke.texi (RS/6000 and PowerPC Options): Document
13740 -mfloat-gprs.
13741
13742 * config/rs6000/rs6000.c: Delete rs6000_fprs.
13743 Declare rs6000_float_gprs.
13744 Declare rs6000_float_gprs_string.
13745 (rs6000_parse_float_gprs_option): New.
13746 (rs6000_override_options): Genericize rs6000_parse_* calls to use
13747 rs6000_parse_yes_no_option.
13748 Change check for cpu=8540, to use TARGET_E500.
13749 (rs6000_parse_isel_option): Delete.
13750 (rs6000_parse_spe_option): Delete.
13751 (rs6000_parse_vrsave_option): Delete.
13752
13753 * config/rs6000/rs6000.h: Rename rs6000_fprs to rs6000_float_gprs.
13754 Define rs6000_float_gprs_string.
13755 (TARGET_OPTIONS): Add rs6000_float_gprs option.
13756
13757 * config/rs6000/eabi.h (TARGET_FPRS): Change to use rs6000_float_gprs.
13758
13759 * config/rs6000/eabispe.h: Set rs6000_float_gprs.
13760
13761 Mon Apr 7 14:36:24 CEST 2003 Jan Hubicka <jh@suse.cz>
13762
13763 PR opt/10024
13764 * cfglayout.c (cfg_layout_redirect_edge):
13765 Redirect any branch edges unified with the fallthru one.
13766 * cfgrtl.c (force_nonfallthru_and_redirect): Do not special
13767 case fallthru edges when called via cfglayout.c
13768
13769 2003-04-07 J"orn Rennecke <joern.rennecke@superh.com>
13770
13771 * c-typeck.c (output_init_element): Check for type == error_mark_node.
13772
13773 2003-04-07 Kazu Hirata <kazu@cs.umass.edu>
13774
13775 * config/h8300/h8300.md (*zero_extendqisi2_h8300hs): Always
13776 split.
13777 (a splitter): Do zero-extension via HImode.
13778
13779 2003-04-07 James A. Morrison <ja2morri@uwaterloo.ca>
13780
13781 * doc/invoke.texi: Eliminate extra white-space caused by
13782 @gccoptlist{ on its own line.
13783 * doc/invoke.texi: Ensured there are two spaces between each option.
13784 * doc/invoke.texi: Re-wrapped option lines that were too wide.
13785 Added @gol to options that didn't have them.
13786
13787 2003-04-07 James A Morrison <ja2morri@student.math.uwaterloo.ca>
13788
13789 * doc/extend.texi (Darwin Pragmas): Fix spelling of Mac OS.
13790
13791 2003-04-06 Zack Weinberg <zack@codesourcery.com>
13792
13793 * tree.c (tree_size): For all 'c' and 'x' nodes, look directly
13794 at the sizes of the relevant structures, rather than relying
13795 on TREE_CODE_LENGTH. Call lang_hooks.tree_size to get the
13796 sizes of any such we don't know about. Use
13797 lang_hooks.identifier_size for IDENTIFIER_NODE.
13798
13799 (initializer_zerop): Use CONSTRUCTOR_ELTS.
13800 * tree.def: Update commentary. Make fourth element of
13801 the definition for all 'c' and 'x' nodes zero.
13802
13803 * langhooks.h: New hook, tree_size / LANG_HOOKS_TREE_SIZE.
13804 * langhooks-def.h: Update to match.
13805 * langhooks.c: New default, lhd_tree_size.
13806
13807 * c-common.def (SRCLOC): Kill.
13808 * c-pretty-print.c (pp_c_postfix_expression [case SRCLOC]):
13809 Remove entirely - was already #if-ed out.
13810
13811
13812 2003-04-06 Zack Weinberg <zack@codesourcery.com>
13813
13814 * mklibgcc.in: Use a here document to avoid running afoul of
13815 shells that generate control-A from "echo \1".
13816
13817 2003-04-06 Aldy Hernandez <aldyh@redhat.com>
13818
13819 * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mspe
13820 option.
13821
13822 * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Set
13823 rs6000_spe.
13824
13825 * config/rs6000/eabi.h (TARGET_E500): Define.
13826
13827 * config/rs6000/rs6000.h (TARGET_E500): Define.
13828 (TARGET_OPTIONS): Add spe= option.
13829 Declare rs6000_spe and rs6000_spe_string extern.
13830
13831 * config/rs6000/rs6000.c (branch_positive_comparison_operator):
13832 Change TARGET_SPE to TARGET_E500.
13833 (ccr_bit): Change TARGET_SPE to TARGET_E500. Check for
13834 !TARGET_FPRS.
13835 (print_operand): Same.
13836 (rs6000_generate_compare): Same.
13837 (output_cbranch): Same.
13838 (rs6000_spe): Declare.
13839 (rs6000_spe_string): Declare.
13840 (rs6000_override_options): Call rs6000_parse_spe_option.
13841 (rs6000_parse_spe_option): New.
13842
13843 2003-04-06 Steven Bosscher <steven@gcc.gnu.org>
13844
13845 * hashtable.c (gcc_obstack_init): Delete this function
13846 and everything related to it.
13847 * hashtable.h: Remove prototype.
13848 * bitmap.c (bitmap_element_allocate): Cleanup redundant
13849 defines. Cleanup some unnecessary whitespace.
13850 * defaults.h (obstack_chunk_alloc): Redefine with
13851 appropriate casts for libiberty obstacks.
13852 (obstack_chunk_free): Ditto.
13853 (OBSTACK_CHUNK_SIZE): Define, default to 0.
13854 (gcc_obstack_init): Define as a call to _obstack_begin.
13855 * tree.c (print_obstack_statistics): Delete this unused
13856 function.
13857 * tree.h (obstack): Don't forward-declare.
13858 (print_obstack_statistics): Delete prototype.
13859 (print_obstack_name): Ditto.
13860 (gcc_obstack_init): Ditto.
13861 * rtl.h (gcc_obstack_init): Ditto.
13862 * java/jv-scan.c (gcc_obstack_init): Delete this
13863 function, its prototype and related defines.
13864 * java/jvgenmain.c (gcc_obstack_init): Delete this
13865 function, and related defines.
13866 * java/parse-scan.y (obstack_chunk_alloc): Don't define.
13867 (obstack_chunk_free): Ditto
13868
13869 2003-04-06 Geoffrey Keating <geoffk@apple.com>
13870
13871 * dbxout.c (dbxout_handle_pch): Move prototype out from
13872 #if defined DBX_DEBUGGING_INFO.
13873
13874 2003-04-05 Nathan Sidwell <nathan@codesourcery.com>
13875
13876 * gcov.c (struct arc_info): Replace local_span with cycle.
13877 (struct block_info): Replace u.span with u.cycle. Add is_call_return.
13878 (solve_flow_graph): Set is_call_return.
13879 (add_line_counts): Adjust. In block mode, blocks attach to last line.
13880 (accumulate_line_counts): Find graph cycles, not spanning tree.
13881 (output_branch_count): Adjust.
13882 (output_lines): Adjust.
13883 * doc/gcov.texi: Update.
13884
13885 2003-04-06 Kazu Hirata <kazu@cs.umass.edu>
13886
13887 * config/h8300/h8300.md (*zero_extendqisi2_h8300hs): Change
13888 the second alternative to "#".
13889
13890 2003-04-05 Kazu Hirata <kazu@cs.umass.edu>
13891
13892 * config/h8300/h8300.c (single_one_operand): Use GET_MODE_MASK.
13893 (single_zero_operand): Likewise.
13894
13895 2003-04-05 Daniel Berlin <dberlin@dberlin.org>
13896
13897 * Makefile.in (df.o): Depend on alloc-pool.h, not obstack.h.
13898 * df.c: Include alloc-pool.h, not obstack.h.
13899 (df_ref_obstack): Remove.
13900 (df_ref_pool, df_link_pool): Add pools.
13901 (df_alloc): Init the new pools.
13902 (df_free): And free them.
13903 (df_link_create): Use the pools.
13904 (df_ref_create): Ditto.
13905
13906 2003-04-05 Kazu Hirata <kazu@cs.umass.edu>
13907
13908 * simplify-rtx.c: Fix formatting.
13909
13910 2003-04-05 Andrew Pinski <apinski@apple.com>
13911
13912 * config/rs6000/rs6000.c (addrs_ok_for_quad_peep): Allow addr2
13913 reg with reg1 == reg2 and offset1 = -8.
13914
13915 2003-04-05 David Edelsohn <edelsohn@gnu.org>
13916
13917 * config/rs6000/rs6000.c (rs6000_rtx_costs): Halve Power4
13918 multiply costs. Correct Power4 divide costs.
13919 * config/rs6000/power4.md: Restore multiply and FP latency.
13920
13921 2003-04-05 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
13922
13923 * alias.c (find_base_term): Export.
13924 * rtl.h (find_base_term): Declare.
13925 * gcse.c (find_moveable_store): Test for flag_non_call_exceptions
13926 instead of flag_exceptions. Move test for parameter passing ...
13927 (store_killed_in_insn): ... here.
13928
13929 2003-04-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13930
13931 PR bootstrap/10267
13932 * doc/install.texi (*-*-solaris2): /bin/ksh is not just recommended
13933 for configuring.
13934
13935 2003-04-04 Geoffrey Keating <geoffk@apple.com>
13936
13937 * dbxout.c (scope_labelno): Add GTY.
13938 (have_used_extensions): Add GTY.
13939 (source_label_number): Add GTY.
13940 (lastfile): Add GTY.
13941 (lastfile_is_base): New.
13942 (base_input_file): New.
13943 (dbxout_handle_pch): New.
13944 (dbx_debug_hooks): Add handle_pch.
13945 (xcoff_debug_hooks): Likewise.
13946 (dbxout_function_end): Remove scope_labelno.
13947 (dbxout_init): Set base_input_file.
13948 (dbxout_handle_pch): New.
13949 (dbxout_source_file): Honour lastfile_is_base.
13950 * dwarfout.c (dwarf_debug_hooks): Add dummy handle_pch.
13951 * sdbout.c (sdb_debug_hooks): Add dummy handle_pch.
13952 * vmsdbgout.c (vmsdbg_debug_hooks): Add dummy handle_pch.
13953 * dwarf2out.c (dwarf2_debug_hooks): Add dummy handle_pch.
13954 * debug.c (do_nothing_debug_hooks): Add dummy handle_pch.
13955 * debug.h (struct gcc_debug_hooks): Add handle_pch.
13956 * c-pch.c (pch_init): Don't call start_source_file, but do call
13957 handle_pch.
13958 (c_common_write_pch): Call handle_pch.
13959 (c_common_read_pch): Don't call start_source_file,
13960 or end_source_file.
13961
13962 Fri Apr 4 17:43:52 2003 Olivier Hainque <hainque@act-europe.fr>
13963
13964 * emit-rtl.c (get_mem_attrs): Adjust alignment tests determining
13965 use of default attributes to agree MEM_ALIGN macro.
13966
13967 Fri Apr 4 17:33:24 2003 Joel Brobecker <brobecker@gnat.com>
13968
13969 * dbxout.c (dbxout_type): When printing type index of range type
13970 whose bounds are printed in octal format, print type of parent type if
13971 it exists so enumerated type descriptions are not transformed
13972 into unsigned types.
13973
13974 2003-04-04 Kazu Hirata <kazu@cs.umass.edu>
13975
13976 * config/h8300/h8300-protos.h: Add a prototype for
13977 compute_a_shift_cc.
13978 * config/h8300/h8300.c (shift_one): Update the CC status.
13979 (shift_two): Likewise.
13980 (output_a_shift_cc): Set cc_inline and cc_special.
13981 (compute_a_shift_cc): New.
13982 * config/h8300/h8300.md (shift insns): Use compute_a_shift_cc.
13983
13984 2003-04-04 Richard Henderson <rth@redhat.com>
13985
13986 * cse.c (fold_rtx): Fix 03-30 change; do check insn non-null.
13987
13988 2003-04-04 Loren James Rittle <ljrittle@acm.org>
13989
13990 * fixinc/inclhack.def (bsd_stdio_attrs_conflict): New.
13991 * fixinc/fixincl.x: Rebuilt.
13992 * fixinc/tests/base/stdio.h: Regenerated.
13993
13994 2003-04-04 Nathan Sidwell <nathan@codesourcery.com>
13995
13996 * gcov.c (accumulate_line_counts): Fix span tree merge bug.
13997
13998 Fri Apr 4 15:58:52 2003 J"orn Rennecke <joern.rennecke@superh.com>
13999
14000 * sh.h (ACTUAL_NORMAL_MODE): New macro, broken out of
14001 (NORMAL_MODE).
14002 * sh.c (fpscr_set_from_mem): Use ACTUAL_NORMAL_MODE.
14003
14004 2003-04-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
14005
14006 * doc/contrib.texi (Contributors): Add entries for Wolfgang
14007 Bangerth, DJ Delorie, Christian Ehrhardt, Christopher Faylor,
14008 Nathanael Nerode, Diego Novillo, Hartmut Penner, Volker Reichelt,
14009 Danny Smith, and Ulrich Weigand.
14010 Update Kriang Lerdsuwanakij and fix a typo in Janis Johnson's
14011 entry.
14012
14013 2003-04-04 Nick Clifton <nickc@redhat.com>
14014
14015 * config/sparc/sol2-bi.h: Revert previous delta.
14016 * config/sparc/sol2-gas-bi.h (AS_SPARC64_FLAG): Prepend -TSO
14017
14018 2003-04-04 Nick Clifton <nickc@redhat.com>
14019
14020 * config/v850/v850.c (expand_prologue): Only use register save
14021 helper functions if long calls are not being used.
14022 Add a clobber of r11 id using long calls.
14023 (pattern_is_ok_for_prologue): Account for the extra clobber.
14024 (construct_save_jarl): Likewise.
14025 * config/v850/v850.md (prolog pattern): Do not use this pattern
14026 for v850e's.
14027
14028 2003-04-04 Andreas Schwab <schwab@suse.de>
14029
14030 * stor-layout.c (layout_decl): Avoid syntax error in last change
14031 when PCC_BITFIELD_TYPE_MATTERS is defined but not
14032 EMPTY_FIELD_BOUNDARY.
14033
14034 2003-04-03 Jason Merrill <jason@redhat.com>
14035
14036 PR c/10175
14037 * jump.c (never_reached_warning): Revert patch of 2002-11-02.
14038 Look backwards for a line note.
14039
14040 2003-04-03 Neil Booth <neil@daikokuya.co.uk>
14041
14042 * fix-header.c (read_scan_file): Defer switch processing.
14043
14044 2003-04-03 Matt Austern <austern@apple.com>
14045
14046 * cpppch.c (reset_ht): Remove.
14047 (cpp_read_state): Remove loop to reset hashtable identifiers.
14048 * ggc-common.c (gt_pch_save): Add call to gt_pch_fixup_stringpool
14049 after pch file is written.
14050 * ggc.h (gt_pch_fixup_stringpool): Declare.
14051 * stringpool.c (ht_copy_and_clear): Define. Callback. Copy
14052 hashnode's value to another hashtable, then clear the original.
14053 (saved_ident_hash): Define.
14054 (gt_pch_save_stringpool): Create saved_ident_hash, use it to
14055 store definitions in ident_hash, and clear ident_hash.
14056 (gt_pch_fixup_stringpool): Define. Restore definitions from
14057 saved_ident_hash to ident_hash, then destroy saved_ident_hash.
14058
14059 Thu Apr 3 22:27:40 CEST 2003 Jan Hubicka <jh@suse.cz>
14060
14061 * cfgrtl.c (update_bb_for_insn): Do not set block for barriers.
14062
14063 2003-04-03 Eric Botcazou <ebotcazou@libertysurf.fr>
14064
14065 PR optimization/10157
14066 * gcse.c (can_copy_p): Rename it to can_copy.
14067 (can_copy_init_p): Remove.
14068 (compute_can_copy): Use can_copy instead of can_copy_p.
14069 (can_copy_p): New exported function. Call compute_can_copy.
14070 (hash_scan_set): Use it.
14071 (gcse_main): Don't call compute_can_copy.
14072 (bypass_jumps): Don't call compute_can_copy.
14073 * rtl.h (can_copy_p): Declare.
14074 * loop.c (scan_loop): Don't move the source and add a reg-to-reg
14075 copy if the mode doesn't support copy operations.
14076
14077 2003-04-03 Jason Merrill <jason@redhat.com>
14078
14079 * Makefile.in (unstrap): Also remove stage_last.
14080
14081 * dwarf2out.c (lookup_filename): Don't check for "<internal>".
14082 (dwarf2out_source_line): Don't do anything if line==0.
14083
14084 * stor-layout.c (do_type_align): New fn, split out from...
14085 (layout_decl): ...here. Do all alignment calculations for
14086 FIELD_DECLs here.
14087 (update_alignment_for_field): Not here.
14088 (start_record_layout, debug_rli): Remove unpadded_align.
14089 * tree.h (struct record_layout_info_s): Remove unpadded_align.
14090 * c-decl.c (finish_enum): Don't set DECL_SIZE, DECL_ALIGN
14091 or DECL_MODE on the CONST_DECLs.
14092 (finish_struct): Don't mess with DECL_ALIGN.
14093
14094 Thu Apr 3 18:57:19 CEST 2003 Jan Hubicka <jh@suse.cz>
14095
14096 * i386.c (print_operand): Do not bypass output_addr_const at flag_pic.
14097
14098 Thu Apr 3 17:08:09 2003 J"orn Rennecke <joern.rennecke@superh.com>
14099
14100 * sh.c (sh_function_ok_for_sibcall): Return 0 if the current
14101 function is an interrupt handler.
14102
14103 * sh.c (sh_expand_epilogue): Avoid clash of temp register for
14104 restoring target registers with EH_RETURN_STACKADJ_RTX; use
14105 multiple registers in round-robin fashion.
14106
14107 2003-04-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14108
14109 * gengtype-lex.l (IWORD): Add CHAR_BITFIELD.
14110 * system.h (CHAR_BITFIELD): New.
14111
14112 2003-04-03 Kazu Hirata <kazu@cs.umass.edu>
14113
14114 * config/h8300/h8300.md (a peephole2): Generalize to accept GT
14115 and LE.
14116 (another peephole2): Likewise.
14117
14118 2003-04-03 Nick Clifton <nickc@redhat.com>
14119
14120 * config/sparc/sol2-bi.h (ASM_CPU64_DEFAULT_SPEC): Add -TSO.
14121 (DEF_ARCH64_SPEC): Likewise.
14122
14123 Thu Apr 3 09:53:40 CEST 2003 Jan Hubicka <jh@suse.cz>
14124
14125 * i386.c (constant_address_p): Use legitimate_constant_p.
14126 (legitimate_address_p): Do not use CONSTANT_ADDRESS_P.
14127
14128 2003-04-02 Kazu Hirata <kazu@cs.umass.edu>
14129
14130 * config/h8300/h8300-protos.h: Add a prototype for
14131 gtle_operator.
14132 * config/h8300/h8300.c (gtle_operator): New.
14133 * config/h8300/h8300.h (PREDICATE_CODES): Add an entry for
14134 gtle_operator.
14135 * config/h8300/h8300.md (a peephole2): Generalize to accept GT
14136 and LE.
14137
14138 2003-04-02 Richard Henderson <rth@redhat.com>
14139
14140 * libgcc-std.ver (_Unwind_GetCFA): New.
14141 * unwind-dw2.c (_Unwind_GetCFA): New.
14142 * unwind-libunwind.c (_Unwind_GetCFA): New.
14143 * unwind-sjlj.c (_Unwind_GetCFA): New.
14144 * unwind.h: Declare it.
14145
14146 Thu Apr 3 00:31:21 CEST 2003 Jan Hubicka <jh@suse.cz>
14147
14148 PR inline-asm/8088
14149 * i386.c (ix86_hard_regno_mode_ok): Return 0 for MMX/SSE registers
14150 when MMX/SSE is not available.
14151
14152 2003-04-02 Mike Stump <mrs@apple.com>
14153
14154 * doc/install.texi (Specific): Update pointers to apple.com.
14155
14156 Thu Apr 3 00:18:49 CEST 2003 Jan Hubicka <jh@suse.cz>
14157
14158 * i386.c (override_options): Disable red zone by default on i386.
14159 (compute_frame_layout, ix86_force_to_memory, ix86_free_from_memory):
14160 Do not test TARGET_64BIT together with TARGET_RED_ZONE
14161
14162 2003-04-02 Kazu Hirata <kazu@cs.umass.edu>
14163
14164 * config/h8300/h8300.md (a peephole2): Tighten the condition.
14165
14166 2003-04-02 Richard Henderson <rth@redhat.com>
14167
14168 * longlong.h (umul_ppmm) [alpha]: Use __builtin_alpha_umulh.
14169
14170 2003-04-02 Kazu Hirata <kazu@cs.umass.edu>
14171
14172 * config/h8300/h8300.md (a peephole2): New.
14173
14174 2003-04-02 Richard Henderson <rth@redhat.com>
14175
14176 * except.c (sjlj_find_directly_reachable_regions): Recognize when
14177 must-not-throw region has been deleted.
14178
14179 2003-04-02 Richard Henderson <rth@redhat.com>
14180
14181 * dwarf2out.c (output_call_frame_info): Ignore fde->nothrow as an
14182 optimization when flag_exceptions not enabled.
14183
14184 2003-04-02 Vladimir Makarov <vmakarov@redhat.com>
14185
14186 * config/rs6000/rs6000.c
14187 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Redefine the
14188 macros.
14189 (rs6000_issue_rate): Add case for 8540.
14190 (rs6000_use_sched_lookahead): New function.
14191
14192 * config/rs6000/8540.md: Rename SIU units into SU ones and MIU
14193 units into MU ones.
14194 (ppc8540_branch, ppc8540_cr_logical): Add one cycle in the
14195 reservation before retirement.
14196 (ppc8540_multiply, ppc8540_load, ppc8540_store,
14197 ppc8540_simple_float, ppc8540_vector_load, ppc8540_vector_store):
14198 Remove additional cycle in the reservation before retirement.
14199 (ppc8540_mfcr, ppc8540_mtcrf, ppc8540_mtjmpr): Add missed
14200 reservation of ppc8540_issue.
14201
14202 2003-04-02 Andreas Schwab <schwab@suse.de>
14203
14204 * real.c (decode_ieee_single): Fix decoding of SNaN bit.
14205
14206 2003-04-01 Richard Henderson <rth@redhat.com>
14207
14208 * except.c (convert_from_eh_region_ranges_1): Smash REG_EH_REGION
14209 notes for nothrow calls if flag_forced_unwind_exceptions.
14210 (build_post_landing_pads): Mind flag_forced_unwind_exceptions.
14211 (sjlj_find_directly_reachable_regions): Likewise.
14212 (reachable_handlers): Likewise.
14213 (can_throw_external): Likewise.
14214 (collect_one_action_chain): Record cleanups after catch-all and
14215 must-not-throw if flag_forced_unwind_exceptions.
14216 * flags.h (flag_forced_unwind_exceptions): Declare.
14217 * toplev.c (flag_forced_unwind_exceptions): New.
14218 (lang_independent_options): Add it.
14219 * doc/invoke.text: Add it.
14220
14221 2003-04-01 David Mosberger <davidm@hpl.hp.com>
14222
14223 * config/ia64/crti.asm: Clean up trailing whitespace.
14224 Remove trailing hashes (#) from identifiers.
14225
14226 * config/ia64/crtn.asm: Ditto.
14227
14228 * config/ia64/crtend.asm: Remove trailing hashes (#) from
14229 identifiers.
14230 (__do_global_ctors_aux): Align to 32-byte boundary. Add unwind
14231 directives. Drop explicit bundling---it just makes the code
14232 harder to read. Don't save/restore gp needlessly.
14233
14234 * config/ia64/crtbegin.asm: Remove trailing hashes (#) from
14235 identifiers (they're only needed if the identifier would clash
14236 with a register name otherwise).
14237 (__do_global_dtors_aux): Align to 32-byte boundary. Add unwind
14238 directives. Drop explicit bundling---it just makes the code
14239 harder to read.
14240 (__do_jv_register_classes): Ditto.
14241 (.fini_array): Remove "progbits" (newer
14242 assemblers don't like wrong section-types).
14243 (.init_array): Ditto.
14244
14245 2003-04-01 Roger Sayle <roger@eyesopen.com>
14246
14247 PR fortran/9974
14248 * gcse.c (reg_killed_on_edge): New function to test whether the
14249 given reg is overwritten by any instruction queued on an edge.
14250 (bypass_block): Ignore substitutions killed on incoming edges.
14251 Don't bypass outgoing edges that have queued instructions.
14252
14253 2003-04-01 Alexandre Oliva <aoliva@redhat.com>
14254
14255 * real.h (EXP_BITS): Make room for...
14256 (struct real_value): ... added canonical bit.
14257 (struct real_format): Added pnan.
14258 (mips_single_format, mips_double_format, mips_extended_format,
14259 mips_quad_format): New.
14260 * real.c: Copy p to pnan in all formats.
14261 (get_canonical_qnan, get_canonical_snan): Set canonical bit.
14262 (real_nan): Use pnan to compute significand's shift.
14263 (real_identical): Disregard significand in canonical
14264 NaNs.
14265 (real_hash): Likewise. Take signalling into account.
14266 (encode_ieee_single, encode_ieee_double, encode_ieee_quad):
14267 Disregard significand bits in canonical NaNs. Set all bits of
14268 canonical NaN if !qnan_msb_set.
14269 (encode_ibm_extended, decode_ibm_extended): Likewise. Use
14270 qnan_msb_set to tell the base double format.
14271 (ibm_extended_format): Use 53 as pnan.
14272 (mips_single_format, mips_double_format, mips_extended_format,
14273 mips_quad_format): Copied from the corresponding ieee/ibm
14274 formats, with qnan_msb_set false.
14275 * config/mips/iris6.h (MIPS_TFMODE_FORMAT): Use mips_extended_format.
14276 * config/mips/linux64.h (MIPS_TFMODE_FORMAT): Use mips_quad_format.
14277 * config/mips/mips.c (override_options): Use mips_single_format
14278 and mips_double_format. Default TFmode to mips_quad_format.
14279 * config/mips/t-linux64 (tp-bit.c): Define QUIET_NAN_NEGATED.
14280 * config/mips/t-irix6: Likewise.
14281 * config/mips/t-mips (fp-bit.c, dp-bit.c): Likewise.
14282 * config/fp-bit.c (pack_d, unpack_d): Obey it.
14283
14284 2003-04-01 Geoffrey Keating <geoffk@apple.com>
14285
14286 * unwind-dw2-fde-darwin.c (DESTRUCTOR_MAY_BE_CALLED_LIVE): New.
14287 (live_image_destructor): Reset image to initial state.
14288 (examine_objects): Set DESTRUCTOR_MAY_BE_CALLED_LIVE.
14289
14290 2003-04-01 Eric Botcazou <ebotcazou@libertysurf.fr>
14291
14292 * config/sparc/sparc.c (input_operand): Accept bare
14293 CONSTANT_P_RTX operands.
14294
14295 2003-04-01 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
14296
14297 * gcse.c (struct ls_expr): Added pattern_regs field.
14298 (ldst_entry): Initialize it.
14299 (extract_mentioned_regs, extract_mentioned_regs_helper): New.
14300 (store_ops_ok): Use regs precomputed by them.
14301 (find_loads, store_killed_in_insn, load_kills_store): Change return
14302 type to bool.
14303 (store_killed_before, store_killed_after): Take position of register
14304 set in account.
14305 (reg_set_info): Store position of the setter.
14306 (gcse_main): Enable store motion.
14307 (mems_conflict_for_gcse_p): Enable load motion of non-symbol mems.
14308 (pre_insert_copy_insn, update_ld_motion_stores, insert_store): Prevent rtl
14309 sharing.
14310 (simple_mem): Enable store motion of non-symbol mems.
14311 (regvec): Type changed.
14312 (LAST_AVAIL_CHECK_FAILURE): New.
14313 (compute_store_table_current_insn): New.
14314 (build_store_vectors): Computation of availability and anticipatability
14315 moved ...
14316 (compute_store_table, find_moveable_store): ... here.
14317 (delete_store): Remove senseless comment.
14318 (store_motion): Reorganize.
14319
14320 2003-04-01 Kevin Buettner <kevinb@redhat.com>
14321
14322 * config/mips/mips.c (override_options): Provide mappings for
14323 HI_REGNUM and LO_REGNUM.
14324 * config/mips/mips.h (MD_DBX_FIRST): Define.
14325
14326 2003-04-01 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14327
14328 * combine.c (merge_outer_ops): Fix typo.
14329
14330 * varasm.c (make_decl_one_only): Revert 2003-03-09 patch.
14331
14332 2003-04-01 David Edelsohn <edelsohn@gnu.org>
14333
14334 * config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
14335 power4.md,rios1.md,rios2.md,rs64.md}: Change mult_compare to
14336 imul_compare. Add lmul_compare.
14337 * config/rs6000/power4.md: Bump some latencies. Model extra cycle
14338 in second pair of dispatch slots. Model stores more accurately.
14339 Tweak multiply model. Add bypasses for CR instructions dependent
14340 on complicated compares.
14341 * config/rs6000/rs6000.md (mulsi3): Name imul_compare patterns.
14342 (muldi3): Add lmul_compare patterns.
14343 * config/rs6000/rs6000.c (rs6000_variable_issue): Move FPLOAD_UX
14344 and FPSTORE_UX to split instructions and add COMPARE,
14345 DELAYED_COMPARE, IMUL_COMPARE, LMUL_COMPARE, IDIV, LDIV.
14346 (rs6000_adjust_cost): Add IMUL_COMPARE and LMUL_COMPARE.
14347 (rs6000_rtx_costs): Separate POWER4 multiply case.
14348
14349 2003-04-01 Ulrich Weigand <uweigand@de.ibm.com>
14350
14351 * config/s390/s390.c (s390_fixup_clobbered_return_reg):
14352 Do nothing if __builtin_return_address was not used.
14353
14354 Tue Apr 1 18:18:23 CEST 2003 Jan Hubicka <jh@suse.cz>
14355
14356 * i386.md (test patterns): Allow memory operand in operand1.
14357
14358 2003-02-31 Aldy Hernandez <aldyh@redhat.com>
14359
14360 * testsuite/gcc.c-torture/execute/simd-3.c: New.
14361
14362 * expr.c (expand_expr): Handle VECTOR_CST.
14363 (const_vector_from_tree): New.
14364
14365 * varasm.c (output_constant): Handle VECTOR_CST.
14366
14367 * c-typeck.c (digest_init): Build a vector constant from a
14368 VECTOR_TYPE.
14369
14370 * config/rs6000/rs6000.c: Remove prototype for
14371 easy_vector_constant.
14372 (easy_vector_constant): Add mode parameter. Rewrite to handle
14373 more easy constants.
14374 (rs6000_emit_move): Pass mode to easy_vector_constant.
14375 Call emit_easy_vector_insn for SPE V2SI vector constant moves.
14376 (emit_easy_vector_insn): New.
14377 (easy_vector_same): New.
14378 (EASY_VECTOR_15): New macro.
14379 (EASY_VECTOR_15_ADD_SELF): New macro.
14380 (bdesc_2arg): Rename to xorv2si3.
14381 (easy_vector_constant_add_self): New.
14382 (input_operand): Allow vector constants.
14383
14384 * config/rs6000/rs6000.h (PREDICATE_CODES): Add
14385 easy_vector_constant, easy_vector_constant_add_self.
14386 (EXTRA_CONSTRAINT): Add 'W'.
14387
14388 * config/rs6000/rs6000-protos.h: Add prototype for
14389 easy_vector_constant, emit_easy_vector_insn.
14390
14391 * config/rs6000/altivec.md (xorv8hi3): New.
14392 (xorv16qi3): New.
14393 Remove all _const0 patterns.
14394 (movv4si_internal): Rewrite to use code. Add vector constant to
14395 vector alternative. Add splitter.
14396 (movv8hi_internal): Same.
14397 (movv16qi_internal): Same.
14398 (movv4sf_internal): Same.
14399 Change the unspecs for vspltis* to use constants.
14400
14401 * config/rs6000/spe.md ("xorv4hi3"): New.
14402 ("spe_evxor"): Rename to xorv2si3.
14403 ("xorv1di3"): New.
14404 Remove all _const0 patterns.
14405 (movv2si_internal): Rewrite to use code. Add vector constant to
14406 alternatives. Add splitter.
14407 (movv4hi_internal): Add vector constant to alternatives.
14408 (movv1di_internal): Same.
14409 (movv2sf_internal): Same.
14410
14411 2003-03-31 Mark Mitchell <mark@codesourcery.com>
14412
14413 PR c/9936
14414 * c-decl.c (grokdeclarator): Clear SAVE_EXPR_CONTEXT for
14415 variably-sized arrays in parameters.
14416 (set_save_expr_context): New function.
14417 (c_expand_body): Use it, via walk_tree.
14418
14419 2003-03-31 Eric Christopher <echristo@redhat.com>
14420
14421 * combine.c (can_combine_p): Allow ZERO_EXTRACT and STRICT_LOW_PART.
14422 (combinable_i3pat): Remove call to expand_field_assignment and
14423 #if 0'd code.
14424
14425 2003-03-31 Mark Mitchell <mark@codesourcery.com>
14426
14427 PR c++/10278
14428 * c-common.c (finish_label_address_expr): Handle the
14429 error_mark_node.
14430
14431 2003-03-31 Richard Henderson <rth@redhat.com>
14432
14433 * real.c (real_identical): Reorg so as to not compare
14434 signalling for normals.
14435
14436 2003-03-31 Stephane Carrez <stcarrez@nerim.fr>
14437
14438 * config/m68hc11/m68hc11.c (hard_reg_operand): Check the mode.
14439
14440 2003-03-31 Stephane Carrez <stcarrez@nerim.fr>
14441
14442 * config/m68hc11/m68hc11.c (m68hc11_gen_movhi): Don't rely on REG_WAS_0
14443 notes as they are boggus.
14444 (m68hc11_gen_movqi): Likewise.
14445
14446 2003-03-31 Stephane Carrez <stcarrez@nerim.fr>
14447
14448 * config/m68hc11/m68hc11.c (expand_prologue): For an interrupt handler
14449 save the soft registers after the frame pointer so that gdb can unwind
14450 the frame more easily.
14451 (expand_epilogue): Likewise in opposite order; allow to use X register
14452 as scratch if the return value is by reference.
14453
14454 2003-03-31 Jason Merrill <jason@redhat.com>
14455
14456 PR java/10145
14457 * stor-layout.c (update_alignment_for_field): Respect
14458 DECL_USER_ALIGN for zero-length bitfields, too.
14459 * c-decl.c (finish_struct): Don't set DECL_ALIGN for normal
14460 fields.
14461
14462 2003-03-31 Matt Austern <austern@apple.com>
14463
14464 * cpppch.c (struct cpp_savedstate): Add defs and n_defs members.
14465 (count_defs): Keep track of number of defs as well as total size.
14466 (write_defs): Put every definition in cpp_savedstate's defs array.
14467 (comp_hashnode): Define. Comparison function for qsort.
14468 (cpp_write_pch_deps): Sort definitions before writing them.
14469 (struct ht_node_list): Define. Like cpp_savedstate but simpler.
14470 (collect_ht_nodes): Define.
14471 (cpp_valid_state): When verifying that undefined identifiers in
14472 the pch file are still undefined, read a sorted list of undefined
14473 identifiers, collect all defined identifiers into a sorted list,
14474 and walk through both lists to make sure there's no match.
14475
14476 2003-03-31 Kazu Hirata <kazu@cs.umass.edu>
14477
14478 * config/h8300/h8300.md (a peephole2): New.
14479
14480 2003-03-31 Michael Matz <matz@suse.de>
14481
14482 * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Change 1 into 0.
14483
14484 2003-03-31 Segher Boessenkool <segher@koffie.nl>
14485
14486 PR target/10177
14487 * config/rs6000/rs6000.h (HARD_REGNO_RENAME_OK): New.
14488 * config/rs6000/rs6000.c (compute_vrsave_mask): Don't mark
14489 all call-clobbered registers as used.
14490
14491 2003-03-31 Michael Matz <matz@suse.de>
14492
14493 * cppexp.c (cpp_classify_number): Accept '.' after "0x".
14494 * testsuite/gcc.dg/cpp/c99-hexfloat-3.c: New file.
14495
14496 2003-03-31 Nathan Sidwell <nathan@codesourcery.com>
14497
14498 * gcov.c: Add -a & -u options.
14499 (struct arc_info): Add local_span, is_call_non_return,
14500 is_nonlocal_return, is_unconditional flags, remove is_call flag.
14501 (struct block_info): Add flags, is_call_site, is_nonlocal_return
14502 members. Make encodings a union with span member.
14503 (struct function_info): Add blocks_executed, line, src, line_next
14504 members.
14505 (struct coverage_info): Make branches a union with blocks member.
14506 (struct source_info): Add functions member.
14507 (object_summary, program_count): New global variables.
14508 (flag_all_blocks, flag_unconditional): New flags.
14509 (find_source, output_branch_count): New functions.
14510 (print_usage): Adjust.
14511 (options): Adjust.
14512 (process_args): Adjust.
14513 (read_graph_file) <GCOV_TAG_FUNCTION>: Adjust.
14514 <GCOV_TAG_BLOCKS>: Read flags.
14515 <GCOV_TAG_LINES>: Adjust.
14516 (read_count_file): Process SUMMARY tags.
14517 (solve_flow_graph): Set is_unconditional and clear is_call_site
14518 appropriately.
14519 (add_branch_counts): Adjust. Don't count unconditional branches.
14520 (add_line_counts): Deal with all-blocks mode, accumulate block
14521 coverage.
14522 (accumulate_line_counts): Adjust, generate local spanning tree for
14523 all-blocks mode.
14524 (output_lines): Adjust.
14525 * profile.c (branch_prob): Alter GCOV_FUNCTION_TAG record.
14526 * doc/gcov.texi: Document.
14527
14528 2003-03-31 Kazu Hirata <kazu@cs.umass.edu>
14529
14530 * config/h8300/h8300.md: Organize peephole2's that transform
14531 (compare (reg:HI) (const_int)).
14532
14533 2003-03-31 Roger Sayle <roger@eyesopen.com>
14534
14535 * emit-rtl.c (dconstm2, dconsthalf): New real constants.
14536 (init_emit_once): Initialize dconstm2 and dconsthalf here.
14537 * real.h (dconstm2, dconsthalf): Add prototypes here.
14538 * real.c (real_sqrt): Use dconsthalf rather than local copy.
14539 * builtins.c (fold_builtin): When optimizing sqrt(exp(x)) as
14540 exp(x/2.0) remember to fold the division if possible.
14541 Fold sin(0.0) as 0.0, cos(0.0) as 1.0, pow(x,1.0) as x,
14542 pow(x,-1.0) as 1.0/x, pow(x,2.0) as x*x, pow(x,-2.0) as
14543 1.0/(x*x) and pow(x,0.5) as sqrt(x).
14544
14545 2003-03-31 Kazu Hirata <kazu@cs.umass.edu>
14546
14547 * config/h8300/h8300.md (a new peephole2): New.
14548
14549 2003-03-31 Richard Sandiford <rsandifo@redhat.com>
14550
14551 * gcse.c (simple_mem): Return false for floating-point accesses
14552 if flag_float_store is true.
14553
14554 2003-03-30 Roger Sayle <roger@eyesopen.com>
14555
14556 * gcse.c (gcse_constant_p): New function to identify constants
14557 suitable for constant propagation, including COMPARE with two
14558 integer constant arguments.
14559 (hash_scan_set): Use gcse_constant_p.
14560 (find_avail_set): Likewise.
14561 (cprop_insn): Likewise.
14562 (do_local_cprop): Likewise.
14563 (find_implicit_sets): Likewise.
14564 (find_bypass_set): Likewise.
14565
14566 2003-03-30 Matt Kraai <kraai@alumni.cmu.edu>
14567
14568 * except.h: Remove definition of varray_type.
14569
14570 2003-03-30 Richard Henderson <rth@redhat.com>
14571
14572 PR opt/10011, opt/10252:
14573 * toplev.c (rest_of_compilation): Run purge_builtin_constant_p
14574 before post-gcse cse pass.
14575
14576 2003-03-30 Roger Sayle <roger@eyesopen.com>
14577
14578 * dojump.c (do_jump): Copy SUBREGs into a pseudo for comparison.
14579
14580 2003-03-30 DJ Delorie <dj@redhat.com>
14581
14582 * profile.c (instrument_edges): Make sure any newly created
14583 jump insns have correct jump label info.
14584
14585 2003-03-30 Richard Henderson <rth@redhat.com>
14586
14587 * cfgbuild.c (make_edges): Use tablejump_p.
14588 * cfgcleanup.c (label_is_jump_target_p): Likewise.
14589 * cfglayout.c (cfg_layout_can_duplicate_bb_p): Likewise.
14590 * cfgrtl.c (flow_delete_block_noexpunge): Likewise.
14591 (try_redirect_by_replacing_jump): Likewise.
14592 (redirect_edge_and_branch): Likewise.
14593 * cse.c (fold_rtx): Likewise.
14594 * jump.c (delete_related_insns): Likewise.
14595 * rtlanal.c (get_jump_table_offset): Likewise.
14596 * ssa-ccp.c (ssa_ccp_df_delete_unreachable_insns): Likewise.
14597
14598 2003-03-30 Gabriel Dos Reis <gdr@integrable-solutions.net>
14599
14600 * Makefile.in (STRICT_WARN): Don't warn for ISO C constructs.
14601 (STRICT2_WARN): Likewise.
14602
14603 2003-03-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14604
14605 PR other/6955
14606 * collect2.c (collect_wait): Use WCOREDUMP and fix output message.
14607 * system.h (WCOREDUMP, WCOREFLG): Define if necessary.
14608
14609 2003-03-30 Richard Henderson <rth@redhat.com>
14610
14611 PR c/10083
14612 * config/alpha/alpha.md (umuldi3_highpart): Change to expander;
14613 don't zero_extend const inputs.
14614
14615 2003-03-30 Kazu Hirata <kazu@cs.umass.edu>
14616
14617 * reload1.c (reload_cse_move2add): Fix a comment typo.
14618
14619 2003-03-30 Kazu Hirata <kazu@cs.umass.edu>
14620
14621 * config/h8300/h8300.md (a peephole2): Remove useless code.
14622
14623 2003-03-29 Kazu Hirata <kazu@cs.umass.edu>
14624
14625 * config/h8300/h8300.md (*iorsi3_and_ashift): New.
14626 (*iorsi3_and_lshiftrt): Likewise.
14627 (*iorsi3_zero_extract): Likewise.
14628
14629 2003-03-29 Kazu Hirata <kazu@cs.umass.edu>
14630
14631 * config/h8300/h8300.md (*insv_si_8_8): New.
14632 (*insv_si_8_8_lshiftrt_8): Likewise.
14633 (a peephole2): Likewise.
14634
14635 2003-03-29 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
14636
14637 * doc/contrib.texi: Add Eric Botcazou and Roger Sayle.
14638 Uniformly use bugfix instead of bug fix.
14639
14640 2003-03-29 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
14641
14642 PR doc/895
14643 * ONEWS: Remove those items that already appear in the EGCS
14644 release notes on our web pages.
14645
14646 2003-03-29 Alan Modra <amodra@bigpond.net.au>
14647
14648 * config/rs6000/rs6000.h (FUNCTION_VALUE_REGNO_P): Respect
14649 TARGET_HARD_FLOAT. Reformat.
14650 (FUNCTION_ARG_REGNO_P): Likewise, and remove unneeded casts.
14651
14652 2003-03-28 Albert Chin-A-Young <china@thewrittenword.com>
14653
14654 * gcc/fixinc/inclhack.def: Update solaris_mutex_init_1 to
14655 work on Solaris 2.5.1.
14656
14657 2003-03-28 Kazu Hirata <kazu@cs.umass.edu>
14658
14659 * config/h8300/h8300.md (*addsi3_and_r_1): Put under plus:SI
14660 section of h8300.md
14661 (*addsi3_and_nor_r_1): Likewise.
14662
14663 2003-03-29 Ulrich Weigand <uweigand@de.ibm.com>
14664
14665 * config/s390/s390.c (s390_emit_prologoue): Make sure backchain is
14666 set up before any trapping memory access if flag_non_call_exceptions.
14667
14668 2003-03-29 Alan Modra <amodra@bigpond.net.au>
14669
14670 * reload1.c (reload_as_needed): Allow a USE in asm reloads.
14671
14672 * loop.c: (find_mem_in_note_1, find_mem_in_note): Comment.
14673
14674 2003-03-28 Nathanael Nerode <neroden@gcc.gnu.org>
14675
14676 * configure.in: Clarify comments.
14677 * configure: Regenerate.
14678
14679 2003-03-28 Ulrich Weigand <uweigand@de.ibm.com>
14680
14681 * config/s390/s390.md ("literal_pool_31"): Output pool anchor
14682 label even if pool empty when generating PIC.
14683 ("literal_pool_31", "literal_pool_64"): Coding style cleanup.
14684
14685 2003-03-28 Kazu Hirata <kazu@cs.umass.edu>,
14686 Dhananjay Deshpande <dhananjayd@kpit.com>
14687
14688 PR target/10205
14689 * config/h8300/h8300.c (h8300_initial_elimination_offset):
14690 Correct the offset computation when TARGET_NORMAL.
14691
14692 2003-03-28 Eric Botcazou <ebotcazou@libertysurf.fr>
14693
14694 PR target/10067
14695 * config/sparc/sparc.md (jump pattern): Correct order
14696 when issuing the annuling marker.
14697
14698 2003-03-28 Eric Botcazou <ebotcazou@libertysurf.fr>
14699
14700 PR c/8281
14701 * config/sparc/sparc.md (movdi_insn_sp32_v9): Remove 'f-f' alternative.
14702 (movdi reg/reg split): Match only on sparc32, and v9 when int regs.
14703
14704 2003-03-28 Alan Modra <amodra@bigpond.net.au>
14705
14706 * config/alpha/elf.h (ASM_OUTPUT_ALIGNED_BSS): Remove unnecessary
14707 globalize_label.
14708 * config/arm/unknown-elf.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
14709 * config/i960/i960.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
14710 * config/m32r/m32r.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
14711 * config/mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
14712 * config/mips/linux.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
14713 * config/sparc/sparc.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
14714 * config/v850/v850.c (v850_output_aligned_bss): Likewise.
14715
14716 2003-03-28 Alan Modra <amodra@bigpond.net.au>
14717
14718 * loop.c: (find_mem_in_note_1, find_mem_in_note): New functions.
14719 (replace_loop_mems): Add "written" param. Remove invalid REG_EQUAL
14720 notes after hoisting.
14721 (load_mems): Adjust replace_loop_mems call.
14722
14723 2003-03-28 Eric Botcazou <ebotcazou@libertysurf.fr>
14724 Richard Henderson <rth@redhat.com>
14725
14726 PR target/10114 and PR target/10084
14727 * dwarf2out.c (mem_loc_descriptor): Handle LO_SUM.
14728
14729 2003-03-27 Richard Henderson <rth@redhat.com>
14730
14731 * config/alpha/alpha.md (adddi_er_high_l): Valid only after reload.
14732
14733 2003-03-27 Roger Sayle <roger@eyesopen.com>
14734
14735 * fold-const.c (fold_inf_compare): New function to simplify FP
14736 comparisons against +Infinity or -Infinity.
14737 (fold): Optimize floating point comparisons against Infs and NaNs.
14738
14739 2003-03-27 Janis Johnson <janis187@us.ibm.com>
14740
14741 * libgcov.c: Provide only dummy functions if libc is not available.
14742
14743 2003-03-27 Richard Henderson <rth@redhat.com>
14744
14745 * real.h (struct real_value): Add signalling.
14746 (EXP_BITS): Decrement.
14747 * real.c (get_canonical_qnan): Don't set MSB-1.
14748 (get_canonical_snan): Likewise. Set signalling.
14749 (real_identical): Compare signalling.
14750 (round_for_format): Remove force-one-bit on code.
14751 (real_nan): Likewise. Set signalling.
14752 (encode_ieee_single): Add force-one-bit code; honor signalling.
14753 (encode_ieee_double, encode_ieee_extended, encode_ieee_quad): Likewise.
14754 (decode_ieee_single): Set signalling.
14755 (decode_ieee_double, decode_ieee_extended, decode_ieee_quad): Likewise.
14756
14757 2003-03-27 Olivier Hainque <hainque@act-europe.fr>
14758
14759 PR ada/9953
14760 * ada/Makefile.in (gnatlib configuration for HPUX): Split
14761 the general section for HPUX into specific sections for
14762 HPUX 10 and HPUX 11. Fix the setting of TGT_LIB in the HPUX
14763 11 case.
14764
14765 2003-03-27 Glen Nakamura <glen@imodulo.com>
14766
14767 PR opt/10087
14768 * loop.c (loop_givs_reduce): Skip bivs with duplicate locations
14769 while incrementing giv.
14770 (record_biv): Check for duplicate biv locations and
14771 set (struct induction *) v->same if found.
14772
14773 2003-03-27 David Mosberger <davidm@hpl.hp.com>
14774
14775 * unwind-libunwind.c (uw_frame_state_for): Adjust for libunwind
14776 v0.9 API change: replace read of UNW_REG_HANDLER with
14777 unw_get_proc_info().
14778 (_Unwind_GetLanguageSpecificData): Replace read of UNW_REG_LSDA
14779 with unw_get_proc_info().
14780 (_Unwind_GetRegionStart): Replace UNW_REG_PROC_START with
14781 unw_get_proc_info().
14782
14783 2003-03-27 Vladimir Makarov <vmakarov@redhat.com>
14784
14785 * config/rs6000/8540.md: Use presence_set instead of absence_set.
14786
14787 2003-03-26 Richard Henderson <rth@redhat.com>
14788
14789 * c-decl.c (finish_function): Always defer if DECL_DECLARED_INLINE_P.
14790
14791 2003-03-26 Roger Sayle <roger@eyesopen.com>
14792
14793 PR bootstrap/10051, PR bootstrap/10169.
14794 * mips-tfile.c (init_file): Don't provide a static initializer.
14795 (initialize_init_file): Initialize the contents of init_file.
14796 (add_file): Call initialize_init_file if not already initialized.
14797
14798 2003-03-26 Ulrich Weigand <uweigand@de.ibm.com>
14799
14800 * config/s390/s390.c (s390_optimize_prolog): Do not save/restore
14801 registers used for global asm variables.
14802 (s390_frame_info, s390_arg_frame_offset): Likewise.
14803 (s390_emit_prologue, s390_emit_epilogue): Likewise.
14804
14805 2003-03-26 Vladimir Makarov <vmakarov@redhat.com>
14806
14807 * config/rs6000/8540.md: New file.
14808
14809 * config/rs6000/{40x.md, 603.md, 6xx.md, 7450.md, 7xx.md, mpc.md,
14810 power4.md, rios1.md, rios2.md, rs64.md}: Add mult_compare to
14811 reservations for imul.
14812
14813 * config/rs6000/rs6000.md: Include 8540.md. Change
14814 delayed_compare onto mult_compare for insns generating
14815 multiplication.
14816 (mult_compare, fpsimple, brinc, vecdiv, veccmpsimple, vecfdiv):
14817 New type attribute values.
14818
14819 * config/rs6000/spe.md (*negsf2_gp, *abssf2_gpr): Use type
14820 fpsimple instead of fp.
14821 (*divsf3_gpr): Use type vecfdiv instead of fp.
14822 (spe_evfsabs, spe_evfsnabs, spe_evfsneg): Use type vecsimple
14823 instead of vecfloat.
14824 (spe_evfsdive): Use type vecfdiv instead of vecfloat.
14825 (spe_brinc): Use type brinc instead of veccomplex.
14826 (spe_evaddw, spe_evaddiw): Use type vecsimple instead of
14827 veccomplex.
14828 (spe_evdivws, spe_evdivwu): Use type vecdiv instead of veccomplex.
14829 (*movv2si_internal, *movv1di_internal, *movv4hi_internal,
14830 *movv2sf_internal): Define type attribute values for all
14831 alternatives.
14832 (cmpsfeq_gpr, cmpsfgt_gpr, cmpsflt_gpr): Use type veccmp instead
14833 of fpcompare.
14834 (tstsfeq_gpr, tstsfgt_gpr, tstsflt_gpr): Use type veccmpsimple
14835 instead of fpcompare.
14836
14837 2003-03-26 David Edelsohn <edelsohn@gnu.org>
14838
14839 * config/rs6000/power4.md: Allow delay between dispatch and
14840 function units for simple instructions. Correct store units.
14841 Allow branch to occupy as many dispatch slots as necessary.
14842
14843 2003-03-26 Jakub Jelinek <jakub@redhat.com>
14844
14845 * config/ia64/ia64.c (ia64_expand_op_and_fetch): Fix comment.
14846 (ia64_expand_compare_and_swap): Use always DImode ar.ccv,
14847 zero extend old to it.
14848 * config/ia64/ia64.md (cmpxchg_acq_si): Remove mode from ccv
14849 operand.
14850
14851 2003-03-26 Eric Botcazou <ebotcazou@libertysurf.fr>
14852
14853 PR target/7784
14854 * reload.c (find_reloads_address): Handle
14855 (PLUS (PLUS (REG) (REG)) (CONST_INT)) form for
14856 all base registers.
14857
14858 2003-03-25 Marcelo Abreu <mmabreu@inf.ufrgs.br>
14859
14860 PR other/10203
14861 * version.c: Reference the GCC web site in the URL.
14862
14863 2003-03-26 Alan Modra <amodra@bigpond.net.au>
14864
14865 * c-incpath.c (add_standard_paths): Add both "translated" and
14866 non-translated header paths.
14867
14868 2003-03-25 Loren James Rittle <ljrittle@acm.org>
14869
14870 * doc/install.texi (*-*-freebsd*): Update with known status.
14871
14872 2003-03-21 Jason Merrill <jason@redhat.com>
14873
14874 PR optimization/10171
14875 * unroll.c (unroll_loop): Don't delete the jump at the end unless
14876 we also delete a jump at the beginning.
14877
14878 2003-03-25 Stephane Carrez <stcarrez@nerim.fr>
14879
14880 * doc/contrib.texi (Contributors): Mention self as 68HC11/68HC12
14881 contributor.
14882
14883 Tue Mar 25 20:35:51 CET 2003 Jan Hubicka <jh@suse.cz>
14884
14885 * i386.c (ix86_rtx_costs): For -fpic and x86-64 local symbolic
14886 constants are not expensive.
14887
14888 Mon Mar 24 20:03:03 CET 2003 Jan Hubicka <jh@suse.cz>
14889
14890 PR opt/10056
14891 * cfglayout.c (fixup_reorder_chain): Fix dealing with the conditional
14892 jump jumping to the next instruction.
14893 * cfgrtl.c (force_nonfallthru_and_redirect): Likewise.
14894
14895 2003-03-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
14896
14897 * doc/passes.texi (Passes): Properly document that we do not
14898 perform jump2 any longer; remove command-line option -dJ.
14899
14900 2003-03-25 Eric Botcazou <ebotcazou@libertysurf.fr>
14901
14902 PR optimization/8746
14903 * config/i386/i386.md (and promoting splitters): Disable HImode to
14904 SImode promoting when the sign bit matters and is not preserved, or
14905 when TARGET_FAST_PREFIX is true. Disable promoting when optimizing
14906 for size.
14907
14908 2003-03-24 Kazu Hirata <kazu@cs.umass.edu>
14909
14910 * config/h8300/h8300.md (a peephole2): Extend to support loads
14911 in QImode and HImode.
14912
14913 2003-03-24 Stephane Carrez <stcarrez@nerim.fr>
14914
14915 * config/m68hc11/t-m68hc11-gas (LIB1ASMFUNCS): Add _call_far and
14916 _return_far
14917 (MULTILIB_OPTIONS): Don't multilib on -mlong-calls.
14918 (MULTILIB_EXCEPTIONS): Likewise.
14919 * config/m68hc11/m68hc11.md ("call"): Support far calls for 68HC11
14920 by calling some board support routine.
14921 ("call_value"): Likewise.
14922 ("*return_void"): Likewise for return.
14923 ("*return_16bit"): Likewise.
14924 ("*return_32bit"): Likewise.
14925 * config/m68hc11/m68hc11.h (ASM_DECLARE_FUNCTION_NAME): Generate .far
14926 for 68HC11 too.
14927 (DWARF2_ADDR_SIZE): Use 4 so that addresses can
14928 * config/m68hc11/m68hc11.c (m68hc11_override_options): Accept
14929 -mlong-calls for 68HC11.
14930 * config/m68hc11/larith.asm (declare_near): New macro.
14931 (__premain, ___negsi2, ___one_cmplsi2, ___ashlsi3): Use it.
14932 (___ashrsi3, ___lshrsi3, ___lshrhi3, ___lshlhi3): Likewise.
14933 (___rotrhi3, ___rotlhi3, ___ashrhi3, ___ashrqi3): Likewise.
14934 (___lshlqi3, __divmodhi4, ___mulqi3, ___mulhi3): Likewise.
14935 (__mulhi32): Likewise.
14936 (ret): Update macro for 68HC11.
14937 (__far_trampoline): Implement for 68HC11.
14938 (__call_a16, __call_a32, __return_void, __return_16): New support
14939 routines for 68HC11 memory bank switching calling support.
14940 (__return_32): Likewise.
14941
14942 2003-03-24 Neil Booth <neil@daikokuya.co.uk>
14943
14944 * toplev.c (independent_decode_option): Don't skip a 'Y' prefix.
14945
14946 2003-03-24 Janis Johnson <janis187@us.ibm.com>
14947
14948 * doc/install.texi (Testing): Mention test result links from build
14949 status pages.
14950
14951 2003-03-24 Mark Mitchell <mark@codesourcery.com>
14952
14953 * function.c (put_var_into_stack): Change bool parameter to int.
14954 (gen_mem_addressof): Likewise.
14955 * rtl.h (gen_mem_addressof): Likewise.
14956 * tree.h (put_var_into_stack): Likewise.
14957 * config/alpha/alpha.c (alpha_gp_save_rtx): Adjust call to
14958 gen_mem_addressof or put_var_into_stack.
14959 * config/c4x/c4x.c (c4x_expand_builtin): Likewise.
14960 * config/ia64/ia64.c (spill_tfmode_operand): Likewise.
14961
14962 2003-03-24 Kazu Hirata <kazu@cs.umass.edu>
14963
14964 * config/h8300/h8300.md (a peephole2): New.
14965
14966 2003-03-24 Jakub Jelinek <jakub@redhat.com>
14967
14968 * dojump.c (do_jump): Handle UNSAVE_EXPR specially.
14969
14970 2003-03-24 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
14971
14972 * doc/contrib.texi (Contributors): Update Janis Johnson.
14973
14974 2003-03-23 Eric Botcazou <ebotcazou@libertysurf.fr>
14975
14976 PR target/10072
14977 * combine.c (simplify_if_then_else): Check that the mode
14978 has MODE_INT class before applying the (OP Z (mult COND C2))
14979 transformation.
14980
14981 2003-03-23 Eric Botcazou <ebotcazou@libertysurf.fr>
14982
14983 PR optimization/9414
14984 * config/sparc/sparc.md (widening peepholes): Use
14985 widen_memory_access instead of change_address.
14986
14987 2003-03-23 Mark Mitchell <mark@codesourcery.com>
14988
14989 PR c++/7086
14990 * c-typeck.c (c_mark_addressable): Adjust calls to
14991 put_var_into_stack.
14992 * expr.c (expand_expr): Likewise.
14993 * function.c (put_var_into_stack): Add rescan parameter. Do not
14994 call fixup_var_refs when rescan is false.
14995 (gen_mem_addressof): Likewise.
14996 (assign_parms): Adjust calls to put_var_into_stack.
14997 (setjmp_protect): Likewise.
14998 (setjmp_protect_args): Likewise.
14999 * rtl.h (gen_mem_addressof): Change prototype.
15000 * stmt.c (expand_decl): Adjust calls to put_var_into_stack.
15001 * tree.h (put_var_into_stack): Change prototype.
15002
15003 2003-03-23 Arpad Beszedes <beszedes@cc.u-szeged.hu>
15004
15005 PR middle-end/9967
15006 * builtins.c (expand_builtin_fputs): When optimizing for size,
15007 don't transform fputs into fwrite.
15008
15009 2003-03-23 Glen Nakamura <glen@imodulo.com>
15010
15011 PR c/8224
15012 * fold-const.c (extract_muldiv_1): Don't pass through type conversions
15013 when signedness changes for division or modulus.
15014
15015 2003-03-24 Alan Modra <amodra@bigpond.net.au>
15016
15017 * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_BSS): Remove unnecessary
15018 globalize_label.
15019
15020 2003-03-23 Roger Sayle <roger@eyesopen.com>
15021
15022 PR c/10178
15023 * stmt.c (expand_end_case_type): Check for overflow in range when
15024 determining whether to use a bit-test implementation.
15025
15026 2003-03-23 Richard Henderson <rth@redhat.com>
15027
15028 * cfgcleanup.c (try_optimize_cfg): Allow merging of tablejumps
15029 before flow2.
15030 * cfgrtl.c (try_redirect_by_replacing_jump): Similarly.
15031
15032 2003-03-23 Richard Henderson <rth@redhat.com>
15033
15034 PR opt/10116
15035 * ifcvt.c (find_if_block): Disallow tablejump insns outgoing
15036 from then_bb or else_bb after flow2.
15037
15038 2003-03-23 Zack Weinberg <zack@codesourcery.com>
15039
15040 * configure.in: Check whether it is necessary to link against
15041 libm to use ldexp.
15042 * configure: Regenerate.
15043 * Makefile.in: Add LDEXP_LIB substitution variable.
15044
15045 2003-03-23 Kazu Hirata <kazu@cs.umass.edu>
15046
15047 * config/h8300/h8300.md: Fix comment typos.
15048
15049 2003-03-22 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
15050
15051 * pa.c (output_cbranch): Fix typo in comment.
15052
15053 2003-03-22 Richard Henderson <rth@redhat.com>
15054
15055 * cfgcleanup.c (insns_match_p): Do not do EQUIV substitution
15056 after reload.
15057
15058 2003-03-22 DJ Delorie <dj at redhat dot com>,
15059 Bruce Korb <bkorb at gnu dot org>
15060
15061 * fixinc/inclhack.def (solaris_mutex_init_1): New; Fix
15062 buggy Solaris 2.6 mutex/cond initializers.
15063 (solaris_mutex_init): Rename to solaris_mutex_init_2.
15064 * fixinc/fixincl.x: Regenerate.
15065 * fixinc/tests/base/pthread.h: Update.
15066 * fixinc/fixincl.c(initialize): be explicit about the default case
15067 and indicate verbose level when being very, very verbose.
15068 * fixinc/check.tpl(VERBOSE): provide a means for passing the value in
15069
15070 2003-03-22 Andreas Jaeger <aj@suse.de>
15071
15072 * config/i386/i386.c (ix86_init_machine_status): Return value.
15073
15074 2003-03-22 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
15075
15076 * pa.c (output_cbranch, output_bb, output_bvb): Output nop for
15077 conditional branch to the following instruction. Use next_real_insn
15078 instead of next_active_insn.
15079 (output_dbra, output_movb, jump_in_call_delay): Use next_real_insn
15080 instead of next_active_insn.
15081
15082 2003-03-22 Ulrich Weigand <uweigand@de.ibm.com>
15083
15084 * config/s390/s390.md ("movti", "*movdi_31", "*movdf_31"): Use 'o'
15085 instead of 'm' constraint in forced-split alternatives.
15086 ("*adddi3_31", "*subdi3_31"): Likewise. Also, pass 0 instead of 1 as
15087 VALIDATE_ADDRESS parameter to operand_subword.
15088
15089 2003-03-22 Kazu Hirata <kazu@cs.umass.edu>
15090
15091 * config/h8300/h8300.c (notice_update_cc): Correctly handle
15092 the case where the set destination is STRICT_LOW_PART.
15093
15094 2003-03-22 Svein E. Seldal <Svein.Seldal@solidas.com>
15095
15096 * config/c4x/t-c4x (INSTALL_LIBGCC): Make gcc recognize a c33 as a
15097 c30 instead of a c40 processor.
15098
15099 2003-03-22 Alan Modra <amodra@bigpond.net.au>
15100
15101 * combine.c (simplify_comparison <AND>): Use gen_int_mode. Tidy.
15102
15103 2003-03-21 Zack Weinberg <zack@codesourcery.com>
15104
15105 * c-common.c: Include intl.h.
15106 (shadow_warning): Rewrite to allow better diagnostic translations.
15107 * c-common.h: Update prototype of shadow_warning. Declare sw_kind enum.
15108 * c-decl.c (warn_if_shadowing): Update calls to shadow_warning;
15109 use it throughout.
15110 * Makefile.in (c-common.o): Add intl.h.
15111
15112 2003-03-21 Nathanael Nerode <neroden@gcc.gnu.org>
15113
15114 * config.gcc: Remove 'float_format'.
15115
15116 * fixproto: Define NULL and size_t in generated stdlib.h and
15117 unistd.h. Kill unused required_stdlib_h, required_unistd_h.
15118 Rearrange file generation loop for readability. Generate time.h,
15119 string.h if missing.
15120 * tsystem.h: Include <string.h>, <time.h> unconditionally.
15121 * config.gcc: Blow away POSIX defines.
15122
15123 2003-03-22 Stephane Carrez <stcarrez@nerim.fr>
15124
15125 * config/m68hc11/m68hc11.md ("call_value"): Fix trap check.
15126
15127 2003-03-22 Stephane Carrez <stcarrez@nerim.fr>
15128
15129 * config/m68hc11/m68hc11.h (ASM_DECLARE_FUNCTION_NAME): Fix typo in
15130 writing .interrupt command.
15131 * config/m68hc11/m68hc11.md ("call"): Look at the symbol to see
15132 if it's a far or near function.
15133 ("call_value"): Likewise.
15134 * config/m68hc11/m68hc11.c (m68hc11_attribute_table): Add far and
15135 near attributes.
15136 (m68hc11_handle_fntype_attribute): Accept attributes on methods.
15137 (m68hc11_override_options): Ignore -mlong-calls for 68HC11.
15138 (m68hc11_initial_elimination_offset): Set current_function_far
15139 according to attributes.
15140 (expand_prologue): Likewise.
15141 (trap_handler_symbol): New global to keep track of trap handlers.
15142 (m68hc11_encode_section_info): Mark symbol as far if needed; set
15143 trap symbol.
15144 (m68hc11_is_far_symbol): New function.
15145 (m68hc11_is_trap_symbol): New function.
15146 * config/m68hc11/m68hc11-protos.h (m68hc11_is_far_symbol): Declare.
15147 (m68hc11_is_trap_symbol): Declare.
15148
15149 2003-03-21 Jan Hubicka <jh@suse.cz>
15150
15151 * i386.c (ix86_compute_frame_layout): Recompute fast prologues
15152 only when amount of saved regs changed.
15153 (ix86_init_machine_status): Initialize use_fast_prologue_epilgoue_nregs.
15154 * i386.h (machine_function): New fields use_fast_prologue_epilgoue_nregs.
15155
15156 2003-03-21 Jan Hubicka <jh@suse.cz>
15157
15158 PR inline-asm/7916
15159 * function.c (instantiate_virtual_regs_lossage): New function.
15160 (instantiate_virtual_regs_1): Use it.
15161 (instantiate_virtual_regs): Do not continue in substition when insn has
15162 been deleted.
15163
15164 2003-03-21 Kazu Hirata <kazu@cs.umass.edu>
15165
15166 * combine.c (make_field_assignment): Fix a warning.
15167
15168 2003-03-21 Kazu Hirata <kazu@cs.umass.edu>
15169
15170 * config/h8300/h8300.md (*insv_si_1_n_lshiftrt_16): New.
15171
15172 2003-03-21 Dale Johannesen <dalej@apple.com>
15173
15174 * config/rs6000/rs6000.h (REG_ALLOC_ORDER): Increase
15175 priority for R2 on Darwin.
15176 (HARD_REGNO_MODE_OK): Don't accept R31 for DFmode.
15177
15178 2003-03-21 Kazu Hirata <kazu@cs.umass.edu>
15179
15180 * combine.c (make_field_assignment): Remove unnecessary AND
15181 when storing into zero_extract.
15182
15183 2003-03-21 Zack Weinberg <zack@codesourcery.com>
15184
15185 * aclocal.m4 (gcc_AC_EXAMINE_OBJECT, gcc_AC_C_FLOAT_FORMAT): Delete.
15186 * configure.in: Don't call gcc_AC_C_FLOAT_FORMAT.
15187 * defaults.h: Remove reference to HOST_FLOAT_WORDS_BIG_ENDIAN
15188 in comment.
15189
15190 2003-03-21 DJ Delorie <dj@redhat.com>
15191
15192 * optabs.c (init_integral_libfuncs): Make sure we init at least up
15193 to "long long" size words.
15194
15195 2003-03-21 Ulrich Weigand <uweigand@de.ibm.com>
15196
15197 * config/s390/s390.h: Do not include fixdfdi.h on s390x.
15198 (TARGET_64BIT): Define as compile-time constant when IN_LIBGCC2.
15199 (MIN_UNITS_PER_WORD): Do not define when IN_LIBGCC2.
15200
15201 2003-03-21 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
15202
15203 PR doc-bug/9813
15204 * doc/extend.texi: Move misplaced paragraph about underscores in
15205 variables in macros.
15206
15207 2003-03-21 Eric Botcazou <ebotcazou@libertysurf.fr>
15208 Richard Henderson <rth@redhat.com>
15209
15210 PR optimization/8366
15211 * config/sparc/sparc.h: (SYMBOLIC_CONST): New macro.
15212 (GO_IF_LEGITIMATE_ADDRESS): Use it. Reject the form
15213 PIC+SYMBOLIC_CONST in other modes than Pmode.
15214 (GO_IF_MODE_DEPENDENT_ADDRESS): Use it. Mark
15215 the form PIC+SYMBOLIC_CONST as mode dependent.
15216
15217 2003-03-21 DJ Delorie <dj@redhat.com>
15218
15219 * config/stormy16/stormy16.c (xstormy16_expand_arith): Make
15220 sure we always emit at least one insn.
15221
15222 2003-03-21 Christopher Faylor <cgf@redhat.com>
15223
15224 * config.gcc (i[34567]86-*-cygwin*): Use new common makefile
15225 stub t-cygming. Use common target header cygming.h. Add extra
15226 c_target_obj and cxx_target_obj file. Default cygwin to posix
15227 threading. Enforce i386 as float format.
15228 (i[34567]86-*-mingw*): Use new common makefile stub t-cygming.
15229 Remove cygwin.h as target header. Use common target header
15230 cygming.h Enforce i386 as float format. Correct typo.
15231 * config/i386/cygming.h: New file, containing definitions
15232 common to mingw32 and cygwin.
15233 * config/i386/cygwin.h: Remove definitions common to cygwin and
15234 mingw. Simplify special spec logic. Define "wrappers" around
15235 certain include path defines to accommodate -mno-cygwin.
15236 Remove some #if 0'ed code.
15237 (STANDARD_INCLUDE_DIR) Always define when not cross-compiling.
15238 (LINK_SPEC): Don't use cyg search prefix when -mno-cygwin.
15239 (GCC_DRIVER_HOST_INITIALIZATION): Define as call to mingw_scan.
15240 * config/i386/mingw32.h: Remove definitions common to cygwin and
15241 mingw.
15242 (EXTRA_OS_CPP_BUILTINS): Adjust.
15243 (TARGET_VERSION): Define.
15244 * config/i386/crtdll.h (EXTRA_OS_CPP_BUILTINS): Override
15245 mingw32.h definitions.
15246 (LIBGCC_SPEC): Add libmingwex.a as in mingw32.h.
15247 * config/i386/t-cygwin (EXTRA_GCC_OBJS): Define as cygwin1.o.
15248 Add compilation rules for cygwin1.o cygwin2.o.
15249 * config/i386/cygwin1.c: New file.
15250 * config/i386/cygwin2.c: New file.
15251 * config/i386/t-cygming: New makefile stub.
15252
15253 2003-03-20 Richard Henderson <rth@redhat.com>
15254
15255 * fold-const.c (extract_muldiv_1): Revert changing order of
15256 operands in case MULT_EXPR of 2003-02-16 patch.
15257
15258 2003-03-20 Daniel Berlin <dberlin@dberlin.org>
15259 Merge changes from new-regalloc-branch
15260
15261 From Michael Matz <matz@suse.de>
15262 * df.c (df_ref_record_1): Move init of loc to safe point.
15263 Only recurse on interesting things in parallels.
15264 Handle CLASS_CANNOT_CHANGE_MODE smarter.
15265 (df_uses_record): Ditto.
15266
15267 * df.h (DF_REF_MEM_OK): New enum member, used to mark ref's which
15268 it's already okay to use memory operands in (IE doesn't require
15269 adding another insn or anything).
15270
15271 2003-03-20 Richard Henderson <rth@redhat.com>
15272
15273 PR middle-end/6348
15274 * explow.c (allocate_dynamic_stack_space): Handle STACK_SIZE_MODE
15275 different from word_mode.
15276
15277 2003-03-20 Kazu Hirata <kazu@cs.umass.edu>
15278
15279 * config/h8300/h8300.md (*insv_si_1_n_lshiftrt): Restrict the
15280 source operand to those that can be extracted with bld.
15281
15282 2003-03-20 Richard Earnshaw <rearnsha@arm.com>
15283
15284 PR 10066
15285 * arm.md (UNSPEC_PIC_BASE): New constant.
15286 (pic_add_dot_plus_four): Wrap with unspec.
15287 (pic_add_dot_plus_eight): Likewise.
15288
15289 2003-03-20 Kazu Hirata <kazu@cs.umass.edu>
15290
15291 * config/h8300/h8300.md (*insv_si_1_n): New.
15292 (*insv_si_1_n_lshiftrt): Likewise.
15293
15294 2003-03-20 Roger Sayle <roger@eyesopen.com>
15295
15296 * fold-const.c (fold_mathfn_compare): New function to simplify
15297 comparisons against built-in math functions. Fold comparisons
15298 of sqrt against constants.
15299 (fold): Call fold_mathfn_compare when appropriate.
15300
15301 2003-03-20 Richard Earnshaw <rearnsha@arm.com>
15302
15303 * ifcvt.c (find_if_case_1): If we add a new bb, update the dominance
15304 information.
15305
15306 2003-03-20 Per Bothner <pbothner@apple.com>
15307
15308 Various cleanups to help compile server.
15309
15310 * cppinit.c (cpp_create_reader): Take extra hash_table* argument,
15311 and pass that to _cpp_init_hashtable.
15312 (cpp_read_main_file): Drop hash_table* argument; don't call
15313 _cpp_init_hashtable.
15314 * cpplib.h: Update declarations to match.
15315 * c-opts.c (c_common_init_options): Pass ident_hash to
15316 cpp_create_reader.
15317 (c_common_post_options): Don't pass ident_hash to cpp_read_main_file.
15318 * fix-header.c (read_scan_file): Likewise pass NULL table to
15319 cpp_create_reader rather than cpp_read_main_file.
15320
15321 * cppfiles.c (cpp_rename_file): Generalized and renamed
15322 to cpp_change_file.
15323 * cpplib.h: Update declaration to match.
15324 * c-opts.c (push_command_line_line, finish_options): Change
15325 cpp_rename_file calls to cpp_change_file.
15326
15327 * line-map.c (add_line_map): Allow leaving the outermost file.
15328 Allowing entering an outermost-file after the initial time.
15329
15330 * toplev.c (pop_srcloc): Allow popping from initial file.
15331
15332 2003-03-20 Kazu Hirata <kazu at cs dot umass dot edu>
15333
15334 * fold-const.c (fold): Fold A - (A & B) into ~B & A.
15335
15336 2003-03-20 Kazu Hirata <kazu@cs.umass.edu>
15337
15338 * config/h8300/h8300.md (a peephole2): New.
15339
15340 2003-03-20 Kazu Hirata <kazu@cs.umass.edu>
15341
15342 * config/h8300/h8300.md (*addsi3_and_r_1): New.
15343 (*addsi3_and_not_r_1): Likewise.
15344
15345 2003-03-19 Loren James Rittle <ljrittle@acm.org>
15346
15347 * Makefile.in (STRICT2_WARN): Add @WERROR@.
15348 (GCC_WARN_CFLAGS): Remove $(WERROR).
15349 (fixinc.sh-warn): New.
15350 * ada/Make-lang.in (ada-warn): Add $(WERROR).
15351 * cp/Make-lang.in (cp-warn): Add $(WERROR).
15352 * f/Make-lang.in (f-warn): Add $(WERROR).
15353 * java/Make-lang.in (java-warn): Add $(WERROR).
15354 * treelang/Make-lang.in (treelang-warn): Add $(WERROR).
15355
15356 2003-03-19 Nathanael Nerode <neroden@gcc.gnu.org>
15357
15358 * c-common.h (c_dump_tree), c-dump.c (c_dump_tree),
15359 langhooks-def.h (lhd_tree_dump_dump_tree),
15360 langhooks.c (lhd_tree_dump_dump_tree), langhooks.h (*dump_tree):
15361 Change return type from 'int' to 'bool'. Replace 0 and 1 with
15362 true and false in return statements.
15363
15364 2003-03-19 Kevin Buettner <kevinb@redhat.com>
15365
15366 * dwarf2out.c (DWARF_INITIAL_LENGTH_SIZE): Define.
15367 (DWARF_COMPILE_UNIT_HEADER_SIZE): Take into account
15368 DWARF_INITIAL_LENGTH_SIZE.
15369 (output_compilation_unit_header, output_pubnames, output_aranges)
15370 (output_line_info): Output 0xffffffff escape value for 64-bit
15371 DWARF extension.
15372 * config/mips/iris6.h (DWARF_INITIAL_LENGTH_SIZE): Define.
15373
15374 2003-03-19 Ulrich Weigand <uweigand@de.ibm.com>
15375
15376 * config/s390/s390.c (s390_preferred_reload_class): Do not
15377 force constants to the pool unless necessary.
15378 (s390_decompose_address): Prefer to use pointer as base,
15379 not index register.
15380 * config/s390/s390.md ("*tsthiCCT_only"): Remove '?' from
15381 Q alternative.
15382 ("*movdi_64", "*movsi", "movhi", "movqi_64", "movqi",
15383 "*movdf_64", "*movsf"): Add '?' to Q->Q alternatives.
15384 ("*extractqi", "*extracthi", "*zero_extendhisi2_31",
15385 "*zero_extendqisi2_31", "*zero_extendqihi2_31",
15386 "*adddi3_31", "*subdi3_31"): Do not set "type" attribute.
15387
15388 2003-03-19 Jan Hubicka <jh@suse.cz>
15389
15390 * i386.h (machine_function): New fields use_fast_prologue_epilogue.
15391 * i386.c (use_fast_prologue_epilogue): Remove.
15392 (ix86_frame): New field save_regs-using_mov;
15393 (ix86_compute_frame_layout): Decide on fast prologues;
15394 allocate saved registers in red zone.
15395 (ix86_expand_epilogue, ix86_expand_prolgoues): Obey new parameters.
15396
15397 2003-03-19 Nick Clifton <nickc@redhat.com>
15398
15399 * config/mcore/mcore.h (CPP_SPEC): Remove trailing semi-colon.
15400
15401 2003-03-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
15402
15403 PR 10062
15404 * config/pa/pa-hpux.h (TARGET_HPUX_UNWIND_LIBRARY): Redefine.
15405 * pa-protos.h (output_lbranch): New prototype.
15406 * pa.c (compute_frame_size): Change size of the frame marker on the
15407 64-bit ports to 48 bytes.
15408 (pa_output_function_prologue): Document why SAVE_SP is set.
15409 (hppa_expand_prologue): Save previous stack pointer into frame marker
15410 on targets which use the hpux unwind library.
15411 (output_cbranch): Use output_lbranch.
15412 (output_lbranch): New function to output long unconditional branches.
15413 * pa.h (TARGET_HPUX_UNWIND_LIBRARY): Define.
15414 (STACK_POINTER_OFFSET): Update offset for 48-byte frame marker on
15415 64-bit ports.
15416 * pa.md (jump): Use output_lbranch.
15417 (allocate_stack): New expander for dynamic stack allocation.
15418
15419 2003-03-19 Alan Modra <amodra@bigpond.net.au>
15420
15421 * config/rs6000/rs6000.c (rs6000_stack_info): Only require a frame
15422 when debugging on XCOFF targets. Delete "abi" temp.
15423
15424 PR target/10073
15425 * combine.c (force_to_mode <NOT>): Use gen_int_mode.
15426
15427 2003-03-18 Jakub Jelinek <jakub@redhat.com>
15428
15429 * config/s390/s390.c (s390_output_dwarf_dtprel): New.
15430 * config/s390/s390-protos.h (s390_output_dwarf_dtprel): New proto.
15431 * config/s390/s390.h (ASM_OUTPUT_DWARF_DTPREL): Define.
15432
15433 * config/ia64/ia64.c (ia64_output_dwarf_dtprel): New.
15434 * config/ia64/ia64-protos.h (ia64_output_dwarf_dtprel): New proto.
15435 * config/ia64/ia64.h (ASM_OUTPUT_DWARF_DTPREL): Define.
15436
15437 2003-03-18 Geoffrey Keating <geoffk@apple.com>
15438
15439 * config/rs6000/rs6000.c (rs6000_emit_prologue): Don't clone
15440 the result of machopic_function_base_name.
15441 * config/darwin.c (machopic_function_base_name): Use a gc-allocated
15442 string rather than a static array.
15443
15444 * Makefile.in (emit-rtl.o): Add gt-emit-rtl.h to dependencies.
15445
15446 * gengtype.c: Include rtl.h.
15447 (enum rtx_code): Don't define.
15448 (rtx_format): Make declaration match rtl.h.
15449 (rtx_next_new): Rename from rtx_next to avoid conflict. Change all
15450 users.
15451 (adjust_field_rtx_def): Describe strings in NOTE_LINE_NUMBER notes.
15452 * Makefile.in (gengtype.o): Update dependencies.
15453
15454 2003-03-18 Andreas Schwab <schwab@suse.de>
15455
15456 * config/m68k/m68k.md (iordi3): Fix setting low half to -1. From
15457 martin@blom.org.
15458
15459 2003-03-18 Geoffrey Keating <geoffk@apple.com>
15460
15461 * function.c (next_block_index): Mark with GTY.
15462
15463 * config/rs6000/rs6000.md (macho_correct_pic): Correct pattern.
15464
15465 2003-03-18 Richard Henderson <rth@redhat.com>
15466
15467 * config/ia64/ia64.md (UNSPECV_SETJMP_RECEIVER): New.
15468 (builtin_setjmp_receiver): Delay call to ia64_reload_gp
15469 until after reload.
15470
15471 2003-03-18 Richard Henderson <rth@redhat.com>
15472
15473 * builtins.c (expand_builtin_unop): New target_mode operand;
15474 use it to convert the result to the correct mode.
15475 (expand_builtin): Update all callers.
15476
15477 2003-03-18 Ulrich Weigand <uweigand@de.ibm.com>
15478
15479 * config/s390/s390.md ("movti", "movhi", "movqi"): Add "type" attribute.
15480
15481 2003-03-18 Jan Hubicka <jh@suse.cz>
15482
15483 * i386.md: Fix previous commit that mistakely applied the patch
15484 twice.
15485
15486 * alias.c (rtx_equal_for_memref_p): Assume that X and Y has been
15487 canonicalized.
15488 (memrefs_conflict_p): Likewise.
15489 (addr_side_effect_eval): Canonicalize the constructed address.
15490
15491 2003-03-18 Jan Hubicka <jh@suse.cz>
15492
15493 * i386.md (cvtts?2si peep2): New.
15494
15495 2003-03-18 Kazu Hirata <kazu@cs.umass.edu>
15496
15497 * config/h8300/h8300.md (*iorsi3_two_qi_zext): New.
15498
15499 2003-03-18 Andreas Schwab <schwab@suse.de>
15500
15501 * dwarf2out.c (output_file_names): Cast size_t to unsigned long
15502 for format.
15503
15504 2003-03-17 Jason Merrill <jason@redhat.com>
15505
15506 PR c++/10091
15507 * expr.c (expand_expr) [ADDR_EXPR]: Disallow taking the address of
15508 an unaligned member of TREE_ADDRESSABLE type.
15509
15510 2003-03-18 Alan Modra <amodra@bigpond.net.au>
15511
15512 * config/rs6000/linux64.h (MASK_PROFILE_KERNEL): Define.
15513 (TARGET_PROFILE_KERNEL): Define.
15514 (SUBTARGET_SWITCHES): Handle -mprofile-kernel.
15515 (PROFILE_BEFORE_PROLOGUE): Don't define.
15516 (PROFILE_KERNEL): Remove hacks.
15517 * config/rs6000/rs6000.c (TARGET_PROFILE_KERNEL): Define default.
15518 (rs6000_stack_info): No need to save lr if just for profiling when
15519 TARGET_PROFILE_KERNEL.
15520 (output_profile_hook): Output nothing when TARGET_PROFILE_KERNEL.
15521 (output_function_profiler): Localize label generation. Emit code
15522 for kernel profiling.
15523
15524 2003-03-17 Kazu Hirata <kazu@cs.umass.edu>
15525
15526 * config/h8300/h8300-protos.h: Add a prototype for
15527 byte_accesses_mergeable_p.
15528 * config/h8300/h8300.c (byte_accesses_mergeable_p): New.
15529 * config/h8300/h8300.md (*iorhi3_two_qi_mem): Likewise.
15530 (a splitter): Likewise.
15531 (*iorsi3_ashift_16_ashift_24): Likewise.
15532 (*iorsi3_ashift_16_ashift_24_mem): Likewise.
15533
15534 2003-03-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15535
15536 * dwarf2asm.h: Delete obsolete comment.
15537 (dw2_asm_output_data, dw2_asm_output_delta, dw2_asm_output_offset,
15538 dw2_asm_output_pcrel, dw2_asm_output_addr,
15539 dw2_asm_output_addr_rtx, dw2_asm_output_encoded_addr_rtx,
15540 dw2_asm_output_nstring, dw2_asm_output_data_uleb128,
15541 dw2_asm_output_data_sleb128, dw2_asm_output_delta_uleb128,
15542 dw2_asm_output_delta_sleb128): Add ATTRIBUTE_NULL_PRINTF.
15543
15544 2003-03-17 Zack Weinberg <zack@codesourcery.com>
15545
15546 * c-tree.h (struct lang_identifier): Remove error_locus field.
15547 (IDENTIFIER_ERROR_LOCUS): Kill.
15548 (record_function_scope_shadow): New prototype.
15549 * c-typeck.c (build_external_ref): Don't complain if
15550 decl is error_mark_node. When not at file scope, bind the
15551 decl's local value to error_mark_node to suppress further
15552 warnings, instead of setting IDENTIFIER_ERROR_LOCUS.
15553
15554 * c-decl.c (get_function_binding_level): New static function.
15555 (record_function_scope_shadow): New exported function.
15556 (c_make_fname_decl): Use get_function_binding_level.
15557
15558 2003-03-17 Steve Ellcey <sje@cup.hp.com>
15559
15560 * stmt.c (tail_recursion_args): Call promote_mode to set
15561 unsignedp flag correctly before calling convert_move.
15562
15563 2003-03-17 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
15564
15565 * loop-unroll.c (decide_peel_completely,
15566 decide_unroll_constant_iterations, decide_unroll_stupid,
15567 decide_unroll_runtime_iterations, decide_peel_simple): Set
15568 loop->has_desc.
15569
15570 2003-03-17 Jan Hubicka <jh@suse.cz>
15571
15572 * ggc-common.c (ggc_mark_roots): Use htab_traverse_noresize.
15573
15574 2003-03-17 Olivier Hainque <hainque@act-europe.fr>
15575
15576 * function.c (assign_parms): For a struct value address passed as
15577 first argument, delay the function's result RTL setup code until
15578 after the emission of parameter conversions.
15579
15580 2003-03-17 Dave Love <fx@gnu.org>
15581 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
15582
15583 * config/alpha/osf.h (TARGET_OS_CPP_BUILTINS): Define __digital__,
15584 __arch64__ to match Compaq cc.
15585
15586 2003-03-17 Neil Booth <neil@daikokuya.co.uk>
15587
15588 * c-opts.c: Default TARGET_EBCDIC to 0 if not defined.
15589 (c_common_init): Set EBCDIC in cpp options.
15590 * cpplex.c (maybe_read_ucs, cpp_parse_escape): Use EBCDIC option,
15591 not conditional compilation.
15592 * cpplib.h (struct cpp_options): New entry EBCDIC.
15593
15594 2003-03-17 Neil Booth <neil@daikokuya.co.uk>
15595
15596 * fix-header.c (read_scan_file): Need to malloc arguments to add_path.
15597
15598 2003-03-17 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
15599
15600 * function.c (thread_prologue_and_epilogue_insns): Set delete_unused
15601 argument to 0 for redirect_jump.
15602
15603 2003-03-16 Mark Mitchell <mark@codesourcery.com>
15604
15605 PR c++/8805
15606 * except.c (eh_region_u_cleanup): Add prev_try.
15607 (expand_eh_region_end_cleanup): Set it.
15608 (reachable_handlers): Use it to skip over cleanup blocks.
15609
15610 2003-03-17 Andreas Jaeger <aj@suse.de>
15611
15612 * Makefile.in (TAGS): Remove obsolete handling of =*.[chy].
15613
15614 2003-03-17 Alan Modra <amodra@bigpond.net.au>
15615
15616 * config/rs6000/linux64.h (TARGET_64BIT): Redefine.
15617 (TARGET_RELOCATABLE, TARGET_EABI, TARGET_PROTOTYPE): Likewise.
15618 (SUBTARGET_SWITCHES, SUBTARGET_OPTIONS): Likewise.
15619 (SUBTARGET_OVERRIDE_OPTIONS, CPP_SYSV_SPEC): Likewise.
15620
15621 2003-03-16 Richard Henderson <rth@redhat.com>
15622
15623 * simplify-rtx (simplify_binary_operation): Don't abort for
15624 SS_PLUS, US_PLUS, SS_MINUS, US_MINUS.
15625
15626 2003-03-16 Richard Henderson <rth@redhat.com>
15627
15628 * config/i386/i386.md (movstrictqi, movstrictqi_1): Check
15629 optimize_size as well.
15630
15631 2003-03-16 Stephane Carrez <stcarrez@nerim.fr>
15632
15633 * config/m68hc11/m68hc11.c (print_operand): Handle 'b' modifier
15634 for D register to specify the low part of it, aka B.
15635 (m68hc11_gen_movhi): Use REG_WAS_0 note and increment or decrement
15636 the register if we are loading 1 or -1 to it; avoid using temp
15637 register when moving X/Y to Y/X.
15638 (m68hc11_gen_movqi): Likewise.
15639 (m68hc11_check_z_replacement): Fix last insn setting for compare case.
15640
15641 2003-03-14 Mark Mitchell <mark@codesourcery.com>
15642
15643 PR optimization/9016
15644 * config/i386/i386.c (ix86_expand_move): Force more CONST_DOUBLEs
15645 into the constant pool.
15646
15647 2003-03-16 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
15648
15649 PR target/9164
15650 * tree.c (get_narrower): For extensions with unchanged bit number,
15651 return the unsignedness of the outer mode.
15652
15653 2003-03-16 Roger Sayle <roger@eyesopen.com>
15654
15655 * c-typeck.c (build_component_ref): Turn "for" into "do .. while"
15656 to avoid "may be used uninitialized" warning on ia64-hpux.
15657 * config/ia64/ia64-c.c: Include "tm_p.h" for function prototypes.
15658
15659 2003-03-16 Andreas Jaeger <aj@suse.de>
15660
15661 * configure.in: Improve check for memcheck.h.
15662 * configure: Regenerated.
15663
15664 2003-03-16 Neil Booth <neil@daikokuya.co.uk>
15665
15666 * doc/cppopts.texi: Remove documentation of -A-.
15667
15668 2003-03-15 Zack Weinberg <zack@codesourcery.com>
15669
15670 * doc/libgcc.texi: Remove @tie.
15671
15672 2003-03-15 Josef Zlomek <zlomekj@suse.cz>
15673
15674 * rtl.h (subrtx_p): Renamed to rtx_referenced_p.
15675 (rtx_pair): Added new element update_label_nuses, renamed to
15676 replace_label_data.
15677 * cfgcleanup.c (outgoing_edges_match, try_crossjump_to_edge): Use
15678 replace_label_data instead of rtx_pair.
15679 * loop.c (load_mems): Likewise.
15680 * rtlanal.c (replace_label): Replace label in pool constants and in
15681 INSN_LIST (in REG_LABEL note).
15682 (subrtx_p): Renamed to rtx_referenced_p.
15683 (subrtx_p_1): Renamed to rtx_referenced_p_1, compare the interior of
15684 LABEL_REF with CODE_LABEL, traverse constants from pool.
15685
15686 2003-03-15 Aldy Hernandez <aldyh@redhat.com>
15687 Zack Weinberg <zack@codesourcery.com>
15688
15689 * Makefile.in (TEXI_GCCINT_FILES): Add libgcc.texi.
15690 * doc/libgcc.texi: New file.
15691 * doc/interface.texi: Delete paragraph about libgcc interface.
15692 * doc/gccint.texi: Add libgcc menu entry and @include libgcc.texi.
15693
15694 2003-03-15 Jason Merrill <jason@redhat.com>
15695
15696 PR debug/9039
15697 * dwarf2out.c (gen_decl_die): Ignore frontend tree codes.
15698
15699 PR debug/6387
15700 * dwarf2out.c (dwarf2out_decl): If we're at -g1, just stick nested
15701 function DIEs at toplevel.
15702 (decls_for_scope): At -g1, don't descend into subblocks.
15703
15704 2003-03-15 Ulrich Weigand <uweigand@de.ibm.com>
15705
15706 * varasm.c (struct rtx_const): Change type of un.addr member
15707 to struct holding an additional 'symbol' member.
15708 (decode_rtx_const): Re-enable optimization to count SYMBOL_REFs
15709 with equal string addresses as equal.
15710 (simplify_subtraction): Adapt to struct rtx_const change.
15711
15712 2003-03-15 Neil Booth <neil@daikokuya.co.uk>
15713
15714 * fix-header.c (read_scan_file): Read main file before handling -D.
15715
15716 2003-03-15 Roger Sayle <roger@eyesopen.com>
15717
15718 * c-cppbuiltin.c (builtin_define_with_value_n): Fix whitespace.
15719 * c-typeck.c (c_tree_expr_nonnegative_p): Likewise.
15720 * cfgbuild.c (find_many_sub_basic_blocks): Likewise.
15721 (find_sub_basic_blocks): Likewise.
15722 * cgraphunit.c (cgraph_expand_functions): Likewise.
15723 * dwarf2out.c (prune_unused_types): Likewise.
15724 * expr.c (store_field): Likewise.
15725 * genextract.c (print_path): Likewise.
15726 * haifa-sched.c (schedule_insn): Likewise.
15727 * lcm.c (compute_antinout_edge): Likewise.
15728 * loop-unroll.c (decide_peel_once_rolling): Likewise.
15729 * ra-colorize.c (ra_colorize_free_all): Likewise.
15730 * ra-debug.c (dump_igraph): Likewise.
15731 (debug_hard_reg_set): Likewise.
15732 * reg-stack.c (reg_to_stack): Likewise.
15733 * rtlanal.c (refers_to_regno_p): Likewise.
15734 * tracer.c (layout_superblocks): Likewise.
15735
15736 2003-03-15 Neil Booth <neil@daikokuya.co.uk>
15737
15738 * fix-header.c (read_scan_file): Fix thinko.
15739
15740 2003-03-15 Glen Nakamura <glen@imodulo.com>
15741
15742 * reload1.c (choose_reload_regs): Use && instead of ||
15743 with REG_CANNOT_CHANGE_MODE_P condition.
15744
15745 2003-03-15 Neil Booth <neil@daikokuya.co.uk>
15746
15747 * Makefile.in: Update.
15748 * c-common.h (cb_register_builtins): Rename c_cpp_builtins.
15749 * c-lex.c (init_c_lex): Register builtins hook is dead.
15750 * c-opts.c (COMMAND_LINE_OPTIONS, missing_arg): Handle -A, -D and -U.
15751 (c_common_decode_option): Don't call cpp_handle_option.
15752 Handle -A, -D and -U.
15753 (handle_deferred_opts): Simplify.
15754 (finish_options): Define builtins and command line macros.
15755 * c-ppoutput.c (init_pp_output): Register builtins hook is dead.
15756 * cppinit.c: Don't include intl.h.
15757 (init_builtins): Rename cpp_init_builtins. No hook to call.
15758 (init_library): Don't need to sort options.
15759 (cpp_create_reader): Don't set pending.
15760 (cpp_destroy): Don't free pending.
15761 (struct pending_option, cl_directive_handler, struct cpp_pending,
15762 APPEND, free_chain, new_pending_directive, parse_option, opt_comp,
15763 cpp_finish_options, COMMAND_LINE_OPTIONS, DEF_OPT, struct cl_option,
15764 cl_options, cpp_handle_option): Remove.
15765 * cpplib.h (struct cpp_pending, register_builtins, cpp_handle_option,
15766 cpp_finish_options): Remove.
15767 (cpp_init_builtins): New.
15768 * fix-header.c (read_scan_file): Update to handle -D. Fix
15769 handling of -I. Replace call to cpp_finish_options.
15770
15771 2003-03-15 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
15772
15773 PR optimization/9387
15774 * function.c (thread_prologue_and_epilogue_insns): Use redirect_jump
15775 for conditional returns.
15776
15777 2003-03-14 Jason Merrill <jason@redhat.com>
15778
15779 PR optimization/6871
15780 * varasm.c (assemble_variable): Leave constant zeroes in .rodata.
15781
15782 2003-03-14 Neil Booth <neil@daikokuya.co.uk>
15783
15784 * c-opts.c (finish_options): New.
15785 (COMMAND_LINE_OPTIONS, c_common_decode_option): Add -imacros.
15786 (missing_arg): Handle OPT_include and OPT_imacros.
15787 (c_common_init, c_common_parse_file): Use finish_options.
15788 (handle_deferred_opts): Update.
15789 * cppinit.c (struct cpp_pending): Remove imacros_head and imacros_tail.
15790 (cpp_finish_options): Don't handle -imacros here.
15791 (no_fil): Remove.
15792 (COMMAND_LINE_OPTIONS, cpp_handle_option): Don't handle -imacros.
15793
15794 2003-03-14 Jakub Jelinek <jakub@redhat.com>
15795
15796 * config/rs6000/rs6000.c (rs6000_emit_load_toc_table): Don't call
15797 rs6000_maybe_dead if !fromprolog.
15798
15799 2003-03-14 Neil Booth <neil@daikokuya.co.uk>
15800
15801 * Makefile.in: Update.
15802 * c-common.h (fe_file_change, pp_file_change): New.
15803 * c-lex.c (init_c_lex): Don't set cb_file_change.
15804 (c_common_parse_file): Move to c-opts.c.
15805 (cb_file_change): Rename fe_file_change.
15806 * c-opts.c: Include debug.h.
15807 (warn_unused_macros, include_cursor): New.
15808 (push_command_line_include, cb_file_change): New.
15809 (COMMAND_LINE_OPTIONS): Handle -include.
15810 (c_common_decode_option): Use local warn_unused_macros.
15811 Handle OPT_include.
15812 (c_common_post_options): Set file change callback.
15813 (handle_deferred_opts): Skip -include. Don't free the array.
15814 (c_common_init): Call cpp_finish_options here, and push an
15815 initial -include file.
15816 * c-ppoutput.c (cb_file_change): Rename pp_file_change.
15817 (preprocess_file): Don't call cpp_finish_options.
15818 (init_pp_output): Don't set the file change callback.
15819 (pp_file_change): Return if no line commands or no output.
15820 * cpphash.h (next_include_file, first_unused_line): Remove.
15821 * cppinit.c (include_head, include_tail): Remove.
15822 (cpp_destroy): Don't free -include chain.
15823 (cpp_finish_options): Don't handle -include, or worry about
15824 -Wunused-macros.
15825 (_cpp_maybe_push_include_file): Remove.
15826 (COMMAND_LINE_OPTIONS, cpp_handle_option): Don't handle -include.
15827 * cpplib.c (_cpp_pop_buffer): Don't handle -include.
15828 * cppmacro.c (_cpp_warn_if_unused_macro, _cpp_create_definition):
15829 Used flag is set based upon the state of the warn_unused_macros
15830 flag, and so use of first_unused_line is unnecessary.
15831
15832 2003-03-13 Jan Hubicka <jh@suse.cz>
15833
15834 * cselib.c (clear_table): Do not take argument; always clear just
15835 used slots.
15836 (cselib_process_insn): Update call of clear_table
15837 (cselib_init): Do not call clear_table.
15838 (cselib_finish): Clear table.
15839
15840 * cse.c (count_reg_usage): Do not check side_effects_p.
15841 * rtlanal.c (set_noop_p): Check side_effects_p only when set looks
15842 like noop.
15843 (find_reg_equal_equiv_note): Do not use find_reg_note.
15844
15845 2003-03-14 Richard Henderson <rth@redhat.com>
15846
15847 PR target/9700
15848 * config/alpha/alpha.c (alpha_va_start): Account for
15849 current_function_pretend_args_size in the AP offset.
15850
15851 * config/alpha/alpha.h (SETUP_INCOMING_VARARGS): Move out of line.
15852 (INITIAL_ELIMINATION_OFFSET): Move out of line.
15853 * config/alpha/alpha.c (alpha_setup_incoming_varargs): New.
15854 (alpha_initial_elimination_offset) New.
15855 * config/alpha/alpha-protos.h: Update.
15856
15857 2003-03-14 Jakub Jelinek <jakub@redhat.com>
15858
15859 * stmt.c (expand_start_case): Call emit_queue ().
15860
15861 2003-03-14 Chris Demetriou <cgd@broadcom.com>
15862 Alexandre Oliva <aoliva@redhat.com>
15863
15864 * config/mips/mips.h (FUNCTION_PROFILER): _mcount() doesn't pop 2
15865 words in new abis.
15866
15867 2003-03-14 Eric Botcazou <ebotcazou@libertysurf.fr>
15868
15869 PR optimization/8396
15870 * tree-inline.c (initialize_inlined_parameters): Make sure the value
15871 of read-only constant arguments is passed with the right type.
15872
15873 2003-03-14 Steven Bosscher <steven@gcc.gnu.org>
15874
15875 * doc/extend.texi (Function Names): Make the example compilable.
15876
15877 2003-03-13 David Edelsohn <edelsohn@gnu.org>
15878
15879 * config/rs6000/rs6000.c (processor_target_table): Really allow
15880 GP optional instructions on Power4.
15881
15882 2003-03-13 Roger Sayle <roger@eyesopen.com>
15883
15884 * calls.c (flags_from_decl_or_type): Factor and remove redundant
15885 conditional tests.
15886
15887 2003-03-13 Mike Stump <mrs@apple.com>
15888
15889 * ggc-page.c (struct page_entry): Remove varray.h header.
15890 Add index_by_depth field.
15891 Remove save_in_use_p field.
15892 (struct globals): Add depth_in_use, depth_max, by_depth_in_use,
15893 by_depth_max, by_depth, and save_in_use fields.
15894 (INITIAL_PTE_COUNT): Add.
15895 (save_in_use_p_i): Add.
15896 (save_in_use_p): Add.
15897 (adjust_depth): Add.
15898 (move_ptes_to_front): Add.
15899 (push_depth): Add.
15900 (push_by_depth): Add.
15901 (prefetch): Add.
15902 (free_page): Add support for and use faster data structures.
15903 (ggc_alloc): Likewise.
15904 (init_ggc): Likewise.
15905 (ggc_recalculate_in_use_p): Likewise.
15906 (ggc_pop_context): Likewise.
15907 (clear_marks): Likewise.
15908 (ggc_pch_read): Likewise.
15909 * Makefile.in (ggc-page.o): Remove varray.h.
15910
15911 2003-03-13 Nathanael Nerode <neroden@gcc.gnu.org>
15912
15913 * ChangeLog: Rotated last year's entries to...
15914 * ChangeLog.8: New.
15915
15916 * config/ia64/fde-glibc.c, config/ia64/freebsd.h,
15917 config/ia64/hpux.h, config/ia64/hpux_longdouble.h,
15918 config/ia64/ia64-c.c, config/ia64/ia64-modes.def,
15919 config/ia64/ia64-protos.h, config/ia64/ia64.c,
15920 config/ia64/ia64.h, config/ia64/ia64.md,
15921 config/ia64/itanium1.md, config/ia64/itanium2.md,
15922 config/ia64/quadlib.c, config/ia64/unwind-ia64.c,
15923 config/ia64/unwind-ia64.h: It's GCC, not GNU CC.
15924
15925 2003-03-13 Aldy Hernandez <aldyh@redhat.com>
15926
15927 * config/rs6000/rs6000.c (rs6000_dwarf_register_span):
15928 Differentiate endianness.
15929 (s6000_override_options): Use cpu type instead of TARGET_SPE.
15930
15931 2003-03-13 Nick Clifton <nickc@redhat.com>
15932
15933 * config/arm/arm.c (print_multi_reg): Do not generate a type 2
15934 LDM instructions with writeback enabled.
15935 (output_return_instruction): Likewise.
15936
15937 * config/arm/pe.h (FIXED_REGISTERS): Remove definition.
15938 (CALL_USED_REGISTERS): Remove definition.
15939 (SUBTARGET_CONDITIONAL_REGISTER_USAGE): Define.
15940
15941 2003-03-13 Alan Modra <amodra@bigpond.net.au>
15942
15943 * config/rs6000/rs6000.c (rs6000_flag_pic): Delete.
15944 (rs6000_xcoff_encode_section_info): #ifdef TARGET_XCOFF.
15945 (rs6000_binds_local_p, TARGET_BINDS_LOCAL_P): #if TARGET_MACHO.
15946 (rs6000_override_options): Don't clear flag_pic for ABI_AIX.
15947 (rs6000_legitimize_address): Formatting.
15948 (rs6000_emit_move): Likewise.
15949 (rs6000_return_addr): Test ABI_AIX as well as flag_pic.
15950 (rs6000_emit_prologue <save_LR_around_toc_setup>): Likewise.
15951 (rs6000_elf_select_section): Comment reason for shlib being
15952 set for ABI_AIX.
15953 (rs6000_elf_unique_section): Likewise.
15954 (rs6000_elf_encode_section_info): Test !TARGET_AIX as well as ABI_AIX.
15955 * config/rs6000/rs6000.h (LEGITIMATE_LO_SUM_ADDRESS_P): Test ABI_AIX
15956 as well as flag_pic.
15957 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Likewise.
15958 (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
15959 * config/rs6000/linux64.h (TARGET_ENCODE_SECTION_INFO): Don't define.
15960
15961 2003-03-13 Richard Henderson <rth@redhat.com>
15962
15963 * emit-rtl.c (try_split): Handle 1-1 splits of call insns properly.
15964
15965 * config/ia64/ia64.c (TARGET_FUNCTION_OK_FOR_SIBCALL): New.
15966 (ia64_gp_save_reg): Remove.
15967 (struct ia64_frame_info): Move to the beginning of the file;
15968 add reg_save_gp.
15969 (ia64_expand_call): Rearrange for new call patterns.
15970 (ia64_reload_gp): New.
15971 (ia64_split_call): New.
15972 (ia64_compute_frame_size): Allocate reg_save_gp.
15973 (ia64_expand_prologue): Save reg_save_gp.
15974 (ia64_expand_epilogue): Don't restore gp.
15975 (ia64_hard_regno_rename_ok): Remove R4 hack.
15976 (ia64_function_ok_for_sibcall): New.
15977 (ia64_output_mi_thunk): Set reload_completed, no_new_pseudos;
15978 call try_split on sibcall pattern.
15979 * config/ia64/ia64-protos.h: Update.
15980 * config/ia64/ia64.md (call_nogp, call_value_nogp, sibcall_nogp):
15981 Rename from nopic versions. Confiscate 2nd argument to call as
15982 a marker.
15983 (call_pic, call_value_pic, sibcall_pic): Remove.
15984 (call_gp, call_value_gp, sibcall_gp): New.
15985 (builtin_setjmp_setup): Remove.
15986 (builtin_setjmp_receiver): Call ia64_reload_gp.
15987
15988 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
15989
15990 * config/dsp16xx/dsp16xx-protos.h, config/dsp16xx/dsp16xx.c,
15991 config/dsp16xx/dsp16xx.h, config/dsp16xx/dsp16xx.md: Replace
15992 "GNU CC" with "GCC".
15993
15994 * config/c4x/c4x-c.c, config/c4x/c4x-modes.def,
15995 config/c4x/c4x-protos.h, config/c4x/c4x.c, config/c4x/c4x.h,
15996 config/c4x/c4x.md, config/c4x/libgcc.S, config/c4x/rtems.h:
15997 GCC, not GNU CC.
15998
15999 * genattrtab.h, hosthooks-def.h, hosthooks.h, langhooks-def.h,
16000 langhooks.h, tree-inline.h: Replace "GNU CC" with "GCC".
16001
16002 * c-pch.c, dummy-conditions.c, genautomata.c, genconditions.c,
16003 langhooks.c, tree-inline.c, unwind-dw2-fde-darwin.c,
16004 unwind-dw2-fde-glibc.c, unwind-libunwind.c, vmsdbgout.c: Replace
16005 "GNU CC" with "GCC".
16006
16007 * config/v850/lib1funcs.asm, config/v850/rtems.h,
16008 config/v850/v850-c.c, config/v850/v850-protos.h,
16009 config/v850/v850.c, config/v850/v850.h, config/v850/v850.md:
16010 GCC, not GNU CC.
16011
16012 * config/vax/bsd.h, config/vax/elf.h, config/vax/netbsd-elf.h,
16013 config/vax/netbsd.h, config/vax/openbsd.h, config/vax/openbsd1.h,
16014 config/vax/ultrix.h, config/vax/vax-protos.h, config/vax/vax.c,
16015 config/vax/vax.h, config/vax/vax.md, config/vax/vaxv.h: GCC, not
16016 GNU CC.
16017
16018 2003-03-12 Benjamin Kosnik <bkoz@redhat.com>
16019
16020 * cpppch.c (cpp_valid_state): Use DL_WARNING_SYSHDR, not DL_WARNING.
16021
16022 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
16023
16024 * fixinc/fixinc.interix: Remove dead code (most of it).
16025 * fixinc/fixinc.dgux: Remove.
16026
16027 * ginclude/float.h, ginclude/iso646.h, ginclude/stdarg.h,
16028 ginclude/stdbool.h, ginclude/stddef.h: GCC, not GNU CC.
16029
16030 2003-03-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
16031
16032 * pa.c (pa_init_builtins): Fix warning.
16033
16034 2003-03-12 Steve Ellcey <sje@cup.hp.com>
16035
16036 * config/ia64/ia64.h (ASM_OUTPUT_XDATA_CHAR): Remove.
16037 (ASM_OUTPUT_XDATA_SHORT): Remove.
16038 (ASM_OUTPUT_XDATA_INT): Remove.
16039 (ASM_OUTPUT_XDATA_DOUBLE_INT): Remove.
16040 (ASM_OUTPUT_ADDR_DIFF_ELT): Handled 32 bit address diffs.
16041 (ASM_PREFERRED_EH_DATA_FORMAT): Handle 32 bit EH pointers.
16042 (CASE_VECTOR_MODE): Handle 32 bit pointers in case statement.
16043
16044 2003-03-12 Andrew Lewycky <andrew@mxc.ca>
16045
16046 PR c++/7050
16047 * expr.c (store_expr): Don't attempt to store void-typed trees,
16048 just evaluate them for side effects.
16049
16050 2003-03-12 Neil Booth <neil@daikokuya.co.uk>
16051
16052 * cppfiles.c (cpp_rename_file, cpp_push_include): New.
16053 * cppinit.c (push_include): Move with changes to cppfiles.c.
16054 (cpp_read_main_file): Mark named operators here...
16055 (cpp_finish_options): ...not here. Update.
16056 (_cpp_maybe_push_include_file): Update.
16057 * cpplib.h (cpp_push_include, cpp_rename_file): New.
16058
16059 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
16060
16061 * aclocal.m4: Introduce gcc_GAS_VERSION_GTE_IFELSE,
16062 _gcc_COMPUTE_GAS_VERSION.
16063 * configure.in: Use them.
16064 * configure: Regenerate.
16065
16066 2003-03-12 Bob Wilson <bob.wilson@acm.org>
16067
16068 * config/xtensa/xtensa.md (adddi3): Don't clobber source operand used
16069 to detect carry.
16070 (subdi3): Reorder emitted instructions.
16071
16072 2003-03-12 Andreas Jaeger <aj@suse.de>
16073
16074 * config/i386/netbsd64.h (TARGET_OS_CPP_BUILTINS): Remove call to
16075 NETBSD_OS_CPP_BUILTINS_LP64.
16076
16077 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
16078
16079 * Makefile.in: Eliminate all.indirect. Update and clean up comments.
16080 Rearrange. Reorganize.
16081 * configure.in: Rearrange.
16082 * configure: Regenerate.
16083
16084 2003-03-12 Andreas Jaeger <aj@suse.de>
16085
16086 * c-cppbuiltin.c (cb_register_builtins): Define LP64 builtins for
16087 LP64 targets.
16088
16089 * doc/cpp.texi (Common Predefined Macros): Document __LP64__ and
16090 _LP64.
16091
16092 * config/ia64/ia64.h (TARGET_CPU_CPP_BUILTINS): Do not define
16093 _LP64 macros here.
16094 * config/pa/pa.h (TARGET_CPU_CPP_BUILTINS): Likewise.
16095
16096 * config/alpha/netbsd.h (TARGET_OS_CPP_BUILTINS): Remove call to
16097 NETBSD_OS_CPP_BUILTINS_LP64.
16098 * config/sh/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Likewise.
16099 * config/sparc/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Likewise.
16100
16101 * config/netbsd.h (NETBSD_OS_CPP_BUILTINS_LP64): Remove.
16102
16103 2003-03-12 Jan Hubicka <jh@suse.cz>
16104
16105 * i386.c (ix86_setup_incoming_varargs): Set stack_alignment_needed to 128.
16106
16107 2003-03-12 Daniel Jacobowitz <drow@mvista.com>
16108
16109 Fix PR target/9797 and PR c/9853.
16110 * stmt.c (expand_decl_init): Call push_temp_slots () and
16111 pop_temp_slots ().
16112
16113 2003-03-12 J"orn Rennecke <joern.rennecke@superh.com>
16114
16115 * sh.c: Include basic-block.h.
16116 (sh_output_mi_thunk, emit_load_ptr): New functions.
16117 (TARGET_ASM_OUTPUT_MI_THUNK, TARGET_ASM_CAN_OUTPUT_MI_THUNK): Redefine.
16118
16119 2003-03-12 Nick Clifton <nickc@redhat.com>
16120
16121 * config/arm/pe.h (FIXED_REGISTERS): Add Maverick registers.
16122 (CALL_USED_REGISTERS): Likewise.
16123 * config/arm/arm.h (FIRST_PSEUDO_REGISTER): Update comment
16124 describing how this value is calculated.
16125
16126 2003-03-12 Hans-Peter Nilsson <hp@bitrange.com>
16127
16128 * configure.in (rlim_t): Define to long if no valid definition
16129 found in sys/resource.h.
16130 * config.in, configure: Regenerate.
16131
16132 2003-03-12 Neil Booth <neil@daikokuya.co.uk>
16133
16134 * config/mcore/mcore-elf.h (CPP_PREDEFINES): Replace with
16135 TARGET_OS_CPP_BUILTINS.
16136 * config/mcore/mcore-pe.h: Similarly.
16137 * config/mcore/mcore.h: Replace CPP_PREDEFINES and part of
16138 CPP_SPEC with TARGET_CPU_CPP_BUILTINS.
16139
16140 2003-03-12 Eric Botcazou <ebotcazou@libertysurf.fr>
16141
16142 PR c/9928
16143 * c-decl.c (duplicate_decls): Discard the initializer of the new decl
16144 only if it is a VAR_DECL.
16145
16146 2003-03-12 Eric Botcazou <ebotcazou@libertysurf.fr>
16147
16148 PR optimization/9888
16149 * config/i386/i386.md (jcc_1): Fix range.
16150 (jcc_2): Likewise.
16151 (jump): LIkewise.
16152 (doloop_end_internal): Likewise.
16153
16154 2003-03-12 Danny Smith <dannysmith@users.sourceforge.net>
16155
16156 * config/i386/winnt.c (DLL_IMPORT_PREFIX): New define.
16157 Use throughout instead of DLL_IMPORT_EXPORT_PREFIX and "e."
16158 (DLL_EXPORT_PREFIX): New define. Use throughout instead of
16159 DLL_IMPORT_EXPORT_PREFIX and "i."
16160 (i386_pe_dllexport_name_p): Here.
16161 (i386_pe_dllimport_name_p): Here.
16162 (i386_pe_mark_dllexport): Here. Remove DLL_IMPORT_PREFIX,
16163 not 9 chars when getting identifier name.
16164 (i386_pe_mark_dllimport): Here.
16165 (i386_pe_encode_section_info): Here. Remove DLL_IMPORT_PREFIX,
16166 not 9 chars when getting identifier name. Correct comment.
16167 (i386_pe_strip_name_encoding): Here. Add comments for different
16168 cases.
16169 (gen_fastcall_suffix): Break down xmalloc() argument to
16170 components.
16171 (gen_stdcall_suffix): Likewise.
16172 Update copyright year.
16173
16174 2003-03-12 Eric Botcazou <ebotcazou@libertysurf.fr>
16175
16176 PR optimization/9888
16177 * config/i386/i386.md (movsi_1): Remove special alternatives
16178 for %eax register.
16179 (movsi_1_nointernunit): Likewise.
16180 (movhi_1): Likewise.
16181 * config/i386/i386.c (memory_address_length): Do not use
16182 short displacement when there is no base.
16183 (ix86_attr_length_address_default): Handle LEA instructions.
16184
16185 2003-03-12 Neil Booth <neil@daikokuya.co.uk>
16186
16187 * c-cppbuiltin.c (builtin_define_std): Make non-static.
16188
16189 2003-03-11 Loren James Rittle <ljrittle@acm.org>
16190
16191 * config/freebsd-spec.h (FBSD_CPP_PREDEFINES): Remove.
16192 (FBSD_TARGET_OS_CPP_BUILTINS): New port-specific macro.
16193 (FBSD_TARGET_CPU_CPP_BUILTINS): New port-specific macro.
16194 * config/freebsd.h (CPP_PREDEFINES): Remove.
16195 (TARGET_OS_CPP_BUILTINS): New.
16196 * config/alpha/freebsd.h: Use overridden FBSD_TARGET_CPU_CPP_BUILTINS
16197 instead of TARGET_OS_CPP_BUILTINS.
16198 * config/sparc/freebsd.h (CPP_PREDEFINES): Remove.
16199
16200 2003-03-11 Geoffrey Keating <geoffk@apple.com>
16201
16202 * c-cppbuiltin.c (builtin_define_std): Add ATTRIBUTE_UNUSED.
16203
16204 2003-03-11 Aldy Hernandez <aldyh@redhat.com>
16205
16206 * config/rs6000/rs6000.c (rs6000_stack_info): Remove
16207 insn_chain_scanned. Use insn_chain_scanned_p in machine_function.
16208
16209 * config/rs6000/rs6000.h (machine_function): Add insn_chain_scanned_p.
16210
16211 2003-03-11 Alexandre Oliva <aoliva@redhat.com>
16212
16213 * toplev.c (independent_decode_option): Return success for --help,
16214 --target-help and --version.
16215
16216 2003-03-11 Alexandre Oliva <aoliva@redhat.com>
16217
16218 * config/mips/linux64.h (DRIVER_SELF_SPECS): Add endian_spec.
16219 Default to -mips3 on -mabi=64. Don't add -mips* flag if -march is
16220 specified.
16221 (SUBTARGET_ASM_SPEC): Remove -mips*-adding code obviated by
16222 DRIVER_SELF_SPECS.
16223 (LINK_SPEC): Let endian options affect the linker emulation name.
16224
16225 2003-03-11 J"orn Rennecke <joern.rennecke@superh.com>
16226
16227 * sh.md (reload_inqi): Fix mode for source in second set.
16228
16229 2003-03-11 Jan Hubicka <jh@suse.cz>
16230
16231 * cselib.c (cselib_invalidate_mem_1): Move too ...
16232 (cselib_invalidate_mem): ... here; use new list
16233 (dummy_val, first_containing_mem): New static variables.
16234 (clear_table): Initialize first_containing_mem.
16235 (discard_useless_values): Compact the containing_mem list.
16236 (add_mem_for_addr): Add to the list.
16237 * cselib.h (cselib_val): Add next_containing_mem.
16238
16239 2003-03-11 Aldy Hernandez <aldyh@redhat.com>
16240
16241 * config/rs6000/rs6000.c (rs6000_override_options): Disable string
16242 instructions for e500.
16243
16244 2003-03-11 Neil Booth <neil@daikokuya.co.uk>
16245
16246 * Makefile.in: Update.
16247 * c-cppbuiltin.c: Include tm_p.h.
16248
16249 2003-03-11 Aldy Hernandez <aldyh@redhat.com>
16250
16251 * doc/tm.texi (Frame Registers): Document DWARF_REG_TO_UNWIND_COLUMN.
16252
16253 * unwind-dw2.c (DWARF_REG_TO_UNWIND_COLUMN): Define.
16254 (_Unwind_GetGR): Use DWARF_REG_TO_UNWIND_COLUMN.
16255 (_Unwind_SetGR): Same.
16256 (_Unwind_GetGRPtr): New.
16257 (_Unwind_SetGRPtr): New.
16258 (uw_update_context_1): Use accesor functions instead of accessing
16259 context->reg[] directly.
16260 (uw_install_context_1): Same.
16261 (execute_cfa_program): Same.
16262 (__frame_state_for): Same.
16263
16264 * config/rs6000/rs6000.c (spe_synthesize_frame_save): Use 1200 as
16265 the synthetic register offset.
16266
16267 * config/rs6000/rs6000.h (DWARF_REG_TO_UNWIND_COLUMN): New.
16268
16269 2003-03-11 Hans-Peter Nilsson <hp@axis.com>
16270
16271 * config/cris/cris.md: Remove lingering EGCS reference.
16272 ("*extopqihi_side_biap"): For HI operation, match
16273 cris_additive_operand_extend_operator, not
16274 cris_operand_extend_operator. Adjust condition.
16275 ("*extopqihi_side", "*extopqihi"): Ditto.
16276 ("*extopqisi_side_biap"): Correct operand numbers in condition.
16277 ("*extophisi_side_biap", "*extopqisi_swap_side_biap"): Ditto.
16278 ("*extophisi_swap_side_biap", "*extopqisi_swap"): Ditto.
16279 ("*extophisi_swap"): Ditto.
16280 ("*extopqihi_swap_side_biap"): For HI operation, match a simple
16281 PLUS, not cris_operand_extend_operator. Adjust condition and
16282 output template.
16283 ("*extopqihi_swap_side", "*extopqihi_swap"): Ditto.
16284 * config/cris/cris.h (PREDICATE_CODES): Add
16285 cris_additive_operand_extend_operator.
16286 * config/cris/cris.c (cris_additive_operand_extend_operator):
16287 New predicate.
16288
16289 2003-03-11 Hartmut Penner <hpenner@de.ibm.com>
16290
16291 * df.c (read_modify_subreg_p): Change from static to global.
16292 * df.h (read_modify_subreg_p): Add prototype.
16293 * sched-deps.c (sched_analyze_1): Generate true dependency for
16294 strict_low_part, certain subregs and zero/sign_extract.
16295
16296 2003-03-11 Neil Booth <neil@daikokuya.co.uk>
16297
16298 * Makefile.in: Update.
16299 * c-common.c: Don't include real.h or except.h.
16300 (REGISTER_PREFIX): Remove.
16301 (builtin_define_std, builtin_define_with_value,
16302 builtin_define_with_int_value, builtin_define_with_hex_fp_value,
16303 builtin_define_type_max, builtin_define_type_precision,
16304 builtin_define_float_constants): Move to c-cppbuiltin.c.
16305 (c_stddef_cpp_builtins): New.
16306 * c-common.h (builtin_define_with_value, c_stddef_cpp_builtins): New.
16307 * c-cppbuiltin.c: New, extracted from c-common.c.
16308 (define__GNUC__): New.
16309 * cppspec.c (lang_specific_driver): Remove support of -no-gcc.
16310 * gcc.c: Remove support of %v1, %v2 and %v3 specs.
16311 (cpp_unique_options): Don't support no-gcc.
16312 (do_spec_1): Remove support of version specs.
16313 * doc/invoke.texi: Remove documentation of %v1, %v2 and %v3.
16314 * doc/passes.texi: Update.
16315 * doc/tm.texi: Update.
16316
16317 2003-03-10 Aldy Hernandez <aldyh@redhat.com>
16318
16319 * dwarf2out.c (multiple_reg_loc_descriptor): Fix thinko.
16320
16321 2003-03-10 Andrew Pinski <apinski@apple.com>
16322
16323 * config/darwin.c (machopic_function_base_name): If dynamic-no-pic
16324 is on should not get here.
16325 (machopic_indirect_data_reference): If dynamic-no-pic is on just
16326 generate high/low parts of the address.
16327 (machopic_legitimize_pic_address): Change MACHOPIC_PURE to
16328 MACHOPIC_INDIRECT. Dynamic-no-pic uses 0 as the pic base. Generate
16329 symbol and labels with a new reg. Dynamic-no-pic does not have a
16330 pic_offset_table_rtx.
16331 (machopic_select_section): Change references of flag_pic to
16332 MACHOPIC_INDIRECT.
16333 (machopic_asm_out_destructor): Likewise.
16334 * config/darwin.h (ASM_DECLARE_UNRESOLVED_REFERENCE): Change
16335 reference of flag_pic to MACHOPIC_INDIRECT.
16336 (MACHO_DYNAMIC_NO_PIC_P): Define as TARGET_DYNAMIC_NO_PIC.
16337 (MACHOPIC_INDIRECT): Is also true when dynamic-no-pic is on.
16338 (MACHOPIC_JUST_INDIRECT): Is also true when dynamic-no-pic is on.
16339 (MACHOPIC_PURE): Is not pure when dynamic-no-pic is on.
16340 * config/i386/darwin.h (MASK_MACHO_DYNAMIC_NO_PIC): Define as
16341 0 for right now as dynamic-no-pic is not implemented on Darwin/ia32.
16342 * config/rs6000/darwin.h (MASK_MACHO_DYNAMIC_NO_PIC): Define.
16343 (TARGET_DYNAMIC_NO_PIC): Define.
16344 (SUBTARGET_SWITCHES): Define, have sub-target switches for
16345 dynamic-no-pic.
16346 (SUBTARGET_OVERRIDE_OPTIONS): Move check for -fpic from
16347 rs6000_override_options to here. Dynamic-no-pic overrides
16348 pic.
16349 (CC1_SPEC): Change from not static then pic to not static and not
16350 dynamic-no-pic then pic.
16351 * config/rs6000/rs6000.c (rs6000_override_options): Move the
16352 check for -fpic and DARWIN_ABI to config/rs6000/darwin.h
16353 (rs6000_legitimize_reload_address): Add case for loading floating in
16354 dynamic-no-pic.
16355 (rs6000_emit_move): Add case for dynamic-no-pic. Change reference
16356 of flag_pic to MACHOPIC_INDIRECT.
16357 (secondary_reload_class): Conditional change the reference of
16358 flag_pic to MACHOPIC_INDIRECT.
16359 (rs6000_output_mi_thunk): Change reference of flag_pic to
16360 MACHOPIC_INDIRECT.
16361 (output_profile_hook): Likewise.
16362 (machopic_output_stub): Non-pure (dynamic-no-pic) is now supported.
16363 * config/rs6000/rs6000.md (movdf_low): Add the case for
16364 MACHO_DYNAMIC_NO_PIC_P.
16365 (call): Change references for flag_pic in TARGET_MACHO to
16366 MACHOPIC_INDIRECT.
16367 (SUBTARGET_OVERRIDE_OPTIONS): Add case where -fpic is on and
16368 -mdynamic-no-pic is on. Also move case for -fpic from rs6000.c.
16369 * doc/invoke.texi (-mdynamic-no-pic): Document.
16370
16371 2003-03-10 Devang Patel <dpatel@apple.com>
16372
16373 PR c++/9394
16374 * gcc.c (DEFAULT_SWITCH_TAKES_ARG): Remove.
16375 (DEFAULT_WORD_SWITCH_TAKES_ARG): Remove.
16376 * gcc.h (DEFAULT_SWITCH_TAKES_ARG): Add.
16377 (DEFAULT_WORD_SWITCH_TAKES_ARG): Add.
16378 * cppspec.c (DEFAULT_SWITCH_TAKES_ARG): Remove.
16379 (DEFAULT_WORD_SWITCH_TAKES_ARG): Remove.
16380
16381 2003-03-10 Steven Bosscher <s.bosscher@student.tudelft.nl>
16382
16383 PR optimization/7189
16384 * toplev.c (rest_of_compilation): Move
16385 check_function_return_warnings up to just after
16386 delete_unreachable_blocks.
16387
16388 2003-03-10 Stephane Carrez <stcarrez@nerim.fr>
16389
16390 * config/m68hc11/m68hc11.h (HARD_REGNO_RENAME_OK): Define.
16391 * config/m68hc11/m68hc11-protos.h (m68hc11_hard_regno_rename_ok):
16392 Declare.
16393 * config/m68hc11/m68hc11.c (m68hc11_hard_regno_rename_ok): New function
16394 for reg rename optimization to avoid using Z and Y registers.
16395
16396 2003-03-10 Stephane Carrez <stcarrez@nerim.fr>
16397
16398 * config/m68hc11/m68hc11.md ("*addhi3_68hc12"): Accept any constant
16399 when adding to X and Y since leax/leay are fast.
16400 ("*addhi3"): Accept 'I' constraint when adding to address register.
16401 ("rotlhi3"): Operand 1 must be a register_operand.
16402 (peephole2): New peephole to optimize some adds.
16403 * config/m68hc11/m68hc11.h (CONST_OK_FOR_LETTER_P): Use 'I' constraint
16404 to represent -2 .. 2 small integer range.
16405
16406 2003-03-10 Stephane Carrez <stcarrez@nerim.fr>
16407
16408 * config/m68hc11/m68hc11.c (m68hc11_gen_rotate): Set carry before
16409 each 16-bit rotation.
16410
16411 2003-03-10 Zack Weinberg <zack@codesourcery.com>
16412
16413 * c-opts.c (add_prefixed_path): Don't use concat. When
16414 prefixing with cpp_GCC_INCLUDE_DIR, copy only the first
16415 cpp_GCC_INCLUDE_DIR_len characters.
16416
16417 2003-03-10 Segher Boessenkool <segher@koffie.nl>
16418
16419 * testsuite/gcc.dg/altivec-9.c: New file.
16420
16421 * config/rs6000/rs6000.c (altivec_frame_fixup): Remove.
16422 (rs6000_emit_prologue): Use rs6000_frame_related instead.
16423
16424 2003-03-10 Aldy Hernandez <aldyh@redhat.com>
16425
16426 * config/rs6000/spe.h: Define __ev64_*64__ to use single element
16427 vectors.
16428 (__ev_convert_u64): Remove macro. Define as inline.
16429 (__ev_convert_s64): Same.
16430
16431 2003-03-10 Aldy Hernandez <aldyh@redhat.com>
16432
16433 * config/rs6000/rs6000.h (DWARF_FRAME_REGISTERS): Define.
16434 (rs6000_stack_t): Add spe_64bit_regs_used.
16435
16436 * config/rs6000/rs6000.c (rs6000_stack_info): Calculate
16437 spe_64bit_regs_used, and use it to determine the size of the
16438 frame.
16439 (spe_func_has_64bit_regs_p): New.
16440 (spe_synthesize_frame_save): New.
16441 (rs6000_frame_related): Handle SPE synthetic registers.
16442 (rs6000_emit_prologue): Only save in 64-bits if the function used
16443 any registers in 64-bit mode.
16444 (rs6000_emit_epilogue): Same, but for restore.
16445
16446 2003-03-10 Richard Earnshaw <rearnsha@arm.com>
16447
16448 * arm.h (enum floating_point_type): Delete. Replace with...
16449 (enum fputype): ... new.
16450 (FPUTYPE_DEFAULT): Renamed from FP_DEFAULT. Values reworked.
16451 * linux-elf.h (FPUTYPE_DEFAULT): Likewise.
16452 * arm.md (attr fpu): Reworked for new underlying enum values.
16453 * arm.c (arm_fpu_arch): Now enum fputype.
16454 (arm_fpu_tune): Renamed from arm_fpu. Now enum fputype.
16455 (arm_override_options, arm_output_epilogue, arm_expand_prologue):
16456 Update uses of arm_fpu_arch and arm_fpu_tune.
16457
16458 2003-03-10 Josef Zlomek <zlomekj@suse.cz>
16459
16460 * cfgcleanup.c (outgoing_edges_match): Compare the jump tables.
16461 (try_crossjump_to_edge): Replace refereces to one jump table by
16462 references to identical jump table.
16463 * loop.c (load_mems): Moved setting the JUMP_LABEL to replace_label.
16464 (replace_label): Moved to rtlanal.c.
16465 (struct rtx_pair): Moved to rtl.h.
16466 * rtl.h (struct rtx_pair): Moved from loop.c.
16467 (replace_label): New extern function.
16468 (subrtx_p): New extern function.
16469 (tablejump_p): New extern function.
16470 * rtlanal.c (replace_label): Moved from loop.c.
16471 (subrtx_p_1): New static function.
16472 (subrtx_p): New function.
16473 (tablejump_p): New function.
16474
16475 2003-03-10 Jan Hubicka <jh@suse.cz>
16476
16477 * cfgcleanup.c (try_optimize_cfg): Fix thinko in previous patch.
16478
16479 * cfgcleanup.c (merge_blocks): Return where to iterate next.
16480 (try_optimize_cfg): Use return value of merge_blocks
16481
16482 2003-03-10 Michael Matz <matz@suse.de>
16483
16484 * cfg.c (unchecked_make_edge): New.
16485 (cached_make_edge): Use it.
16486 * basic-block.h (unchecked_make_edge): Declare.
16487 * cfglayout.c (cfg_layout_duplicate_bb): Use it.
16488
16489 2003-03-10 Richard Earnshaw <rearnsha@arm.com>
16490
16491 * fpa.md: New file. Move all patterns relating to FPA co-processor
16492 to here...
16493 * arm.md: ... from here.
16494 (cirrus.md, fpa.md): Include at end of description.
16495 (divsf3, divdf3, modsf3, movdf3, sqrtsf2, sqrtdf2): New expands.
16496 (pic_load_addr_based): Remove register constraint from expander.
16497 (seq, sne, sgt, sle, slt, sge, sgeu, sleu, sgtu, sltu, sunordered)
16498 (sordered, sungt, sunle, sunge, sunlt): Likewise.
16499 (eh_epilogue, tablejump): Likewise.
16500
16501 2003-03-09 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
16502
16503 * tree.c (substitute_in_expr, case 'e'): Only make recursive call
16504 on operands if it has a PLACEHOLDER_EXPR.
16505
16506 2003-03-09 David Edelsohn <edelsohn@gnu.org>
16507 Mostafa Hagog
16508
16509 * config/rs6000/rs6000.md (movsi_update1): Add TARGET_UPDATE final
16510 condition.
16511
16512 2003-03-09 Neil Booth <neil@daikokuya.co.uk>
16513
16514 * config/frv/frv.h: Use TARGET_CPU_CPP_BUILTINS, not CPP_PREDEFINES.
16515 * config/ip2k/ip2k.h: Similarly.
16516 * config/m32r/m32r.h: Similarly.
16517 * config/m68hc11/m68hc11.h: Similarly.
16518 * config/mn10200/mn10200.h: Similarly.
16519 * config/mn10300/mn10300.h: Similarly.
16520 * config/pdp11/pdp11.h: Similarly.
16521 * config/v850/v850.h: Similarly.
16522 * config/rs6000/vxworks.h: Similarly for TARGET_OS_CPP_BUILTINS.
16523 * config/v850/retms.h: Similarly for TARGET_OS_CPP_BUILTINS.
16524 * config/mips/iris3.h: Remove #if 0 block.
16525
16526 2003-03-09 Roger Sayle <roger@eyesopen.com>
16527 Joern Rennecke <joern.rennecke@superh.com>
16528
16529 * gcc.c (do_spec_1) ['{']: Revert 2003-02-24 patch. Don't handle
16530 pending argument upon return from handle_braces here.
16531 (do_spec_2): Instead handle it upon return from do_spec_1 here.
16532
16533 2003-03-09 Roger Sayle <roger@eyesopen.com>
16534 Joern Rennecke <joern.rennecke@superh.com>
16535
16536 * gcc.c (do_spec_1) ['{']: Revert 2003-02-24 patch. Don't handle
16537 pending argument upon return from handle_braces here.
16538 (do_spec_2): Instead handle it upon return from do_spec_1 here.
16539
16540 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
16541
16542 * varasm.c (make_decl_one_only): Use declare_weak().
16543
16544 2003-03-09 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
16545
16546 PR middle-end/9986
16547 * c-common.c (c_common_nodes_and_builtins): Initialize target builtins
16548 after the common builtins.
16549 * pa-hpux.h (DONT_HAVE_FPUTC_UNLOCKED): Define.
16550 * pa.c (TARGET_INIT_BUILTINS): Define.
16551 (pa_init_builtins): New function.
16552
16553 * pa.md (call, call_value, sibcall, sibcall_value): When sufficient
16554 space has been allocated for the outgoing arguments, set the arg
16555 pointer for a call emitted after virtuals have been instantiated
16556 using the stack pointer offset, otherwise abort.
16557
16558 2003-03-09 DJ Delorie <dj@redhat.com>
16559
16560 * config/stormy16/stormy16.h (DWARF_LINE_MIN_INSTR_LENGTH): Revert.
16561
16562 2003-03-09 Richard Earnshaw <rearnsha@arm.com>
16563
16564 * arm.md (fix_truncsfsi2, fix_truncdfsi2, arm_fix_truncsfsi2)
16565 (arm_fix_truncdfsi2): Add missing fix in floating point mode before
16566 conversion to integer.
16567 * cirrus.md (cirrus_truncsfsi2, cirrus_truncdfsi2): Likewise.
16568
16569 2003-03-09 Roger Sayle <roger@eyesopen.com>
16570
16571 * builtins.def: Fix typo and improve grammar.
16572 * loop-unroll.c (decide_peel_completely): Tidy log message.
16573
16574 2003-03-09 Kazu Hirata <kazu@cs.umass.edu>
16575
16576 * config/h8300/h8300.md (*tstsi_upper_bit): New.
16577 (*iorsi3_e2f): Likewise.
16578
16579 2003-03-08 Kazu Hirata <kazu@cs.umass.edu>
16580
16581 * config/h8300/h8300.c (h8300_and_costs): Return the number of
16582 assembly instructions needed.
16583 (h8300_shift_costs): Likewise.
16584
16585 2003-03-09 Hans-Peter Nilsson <hp@bitrange.com>
16586
16587 * config/cris/aout.h (ENDFILE_SPEC): Undef.
16588
16589 * optabs.c (gen_move_insn): Move logic for synthesizing MODE_CC
16590 moves from here ...
16591 * expr.c (emit_move_insn_1): ... to here.
16592
16593 * config/cris/aout.h (CRIS_CPP_SUBTARGET_SPEC): Move -D__AOUT__ to...
16594 (TARGET_OS_CPP_BUILTINS): New macro.
16595 * config/cris/cris.h (CRIS_CPP_SUBTARGET_SPEC): Move -D__ELF__ to...
16596 (TARGET_OS_CPP_BUILTINS): New macro.
16597 (CPP_PREDEFINES): Don't define. Move old definitions and...
16598 (CPP_SPEC): ...move -D__CRIS_ABI_version=2 to...
16599 (TARGET_CPU_CPP_BUILTINS): New macro.
16600 * config/cris/linux.h (CRIS_CPP_SUBTARGET_SPEC): Move constant
16601 definitions and the optional __PIC__, __pic__ and
16602 __NO_UNDERSCORES__ definitions to...
16603 (TARGET_OS_CPP_BUILTINS): New macro.
16604
16605 * flags.h (flag_leading_underscore): Declare.
16606
16607 * c-opts.c (c_common_post_options): On fopen failure, return
16608 false, not NULL.
16609
16610 2003-03-08 Hans-Peter Nilsson <hp@bitrange.com>
16611
16612 * config/cris/cris_abi_symbol.c: #include tconfig.h and tm.h, not
16613 config.h.
16614 * config/cris/cris.h (HAVE_GAS_HIDDEN): Don't define here.
16615 * config/cris/aout.h (HAVE_GAS_HIDDEN): Undef.
16616
16617 2003-03-08 Neil Booth <neil@daikokuya.co.uk>
16618
16619 * config/sh/rtemself.h (TARGET_OS_CPP_BUILTINS): Use instead of
16620 CPP_PREDEFINES.
16621 * config/sh/rtems.h (TARGET_OS_CPP_BUILTINS): Use instead of
16622 CPP_PREDEFINES.
16623
16624 2003-03-08 Neil Booth <neil@daikokuya.co.uk>
16625
16626 * c-common.h (c_common_init, c_common_post_options): Update.
16627 * c-objc-common.c (c_objc_common_init): Update for new prototype.
16628 * c-opts.c (saved_lineno): New.
16629 (c_common_post_options, c_common_init): Update prototypes,
16630 move call to cpp_read_main_file from latter to former.
16631 * c-tree.h (c_ojbc_common_init): Update.
16632 * langhooks-def.h (lhd_post_options): New.
16633 (LANG_HOOKS_INIT, LANG_HOOKS_POST_OPTIONS): Update.
16634 * langhooks.c (lhd_post_options): New.
16635 * langhooks.h (struct lang_hooks): Update post_options and init hooks.
16636 * toplev.c (no_backend): New.
16637 (process_options): Call post_options hook and set main_input_filename
16638 and input_filename here.
16639 (lang_dependent_init, do_compile): post_options hook moved to
16640 process_options.
16641 * objc/objc-act.c (objc_init): Update prototype.
16642 * objc/objc-act.h (objc_init): Update prototype.
16643
16644 2003-03-08 Roger Sayle <roger@eyesopen.com>
16645
16646 * emit-rtl.c (gen_lowpart): Don't attempt to load a part of
16647 a complex or vector type, using a load in the original mode.
16648
16649 2003-03-08 Jan Hubicka <jh@suse.cz>
16650
16651 * Makefile.in (cgraph.o): Depend on gt-cgraph.h and varray.h.
16652 * gt-cgraph.h: New GC file.
16653 * cgraph.c (known_fns): New static variable.
16654 (cgraph_node): Add the decl into varray.
16655
16656 2003-03-08 Hans-Peter Nilsson <hp@bitrange.com>
16657
16658 * config/mmix/mmix.md ("*movcc_expanded"): Add missing alternatives.
16659
16660 2003-03-08 Richard Earnshaw <rearnsha@arm.com>
16661
16662 * arm.c (fpa_rhs_operand, fpa_add_operand, const_double_rtx_ok_for_fpa)
16663 (neg_const_double_ok_for_fpa, output_mov_long_double_fpa_from_arm)
16664 (output_mov_long_double_arm_from_fpa, output_mov_double_fpa_from_arm)
16665 (output_mov_double_arm_from_fpa): Renamed to use fpa instead of fpu.
16666 All callers changed.
16667 * arm.md, arm.h, arm-protos.h: Updated.
16668
16669 * arm.h (enum reg_class FPA_REGS): Renamed from FPU_REGS.
16670 (CLASS_MAX_NREGS, REGISTER_MOVE_COST, REG_CLASS_FROM_LETTER): Updated.
16671 * arm.c (arm_regno_class, f_register_operand): Updated.
16672
16673 2003-03-08 Hans-Peter Nilsson <hp@bitrange.com>
16674
16675 * config/cris/cris.h: Remove EGCS references.
16676 (CPP_SPEC): Remove "-$".
16677 (INIT_CUMULATIVE_ARGS): Adjust parameter name to FNDECL.
16678
16679 2003-03-08 Neil Booth <neil@daikokuya.co.uk>
16680
16681 * config/stormy16/stormy16.h (TARGET_CPU_CPP_BUILTINS): Use in
16682 preference to CPP_PREDEFINES.
16683
16684 2003-03-08 Neil Booth <neil@daikokuya.co.uk>
16685
16686 * cppinit.c (cpp_finish_options): Set first_unused_line to -1.
16687
16688 2003-03-08 Kazu Hirata <kazu@cs.umass.edu>
16689
16690 * config/h8300/h8300.md (*extzv_16_8): New.
16691
16692 2003-03-08 Jan Hubicka <jh@suse.cz>
16693
16694 * c-decl.c: (finish_function): Update call of tree_inlinable_function_p.
16695 * cgraph.h: (cgraph_local_info): Add can_inline_once
16696 (cgraph_global_info): Add inline_once.
16697 (cgraph_node): Add previous.
16698 (cgraph_remove_node): New.
16699 * cgraphunit.c (cgraph_mark_functions_to_inline_once): New static
16700 function.
16701 (cgraph_optimize): Call it.
16702 (cgraph_finalize_function): Set inlinable flags.
16703 (cgraph_finalize_compilation_unit): Actually remove the reclaimed nodes.
16704 (cgraph_mark_functions_to_output): Use new inlining heuristics flags.
16705 (cgraph_expand_function): Likewise.
16706 * cgraph.c
16707 (cgraph_node): Put nodes into doubly linked chain.
16708 (cgraph_remove_node): New function.
16709 * flags.h (flag_inline_functions_called_once): Declare.
16710 * tree-inline.c: Include cgraph.h
16711 (inlinable_functions_p): Add extra argument to bypass limits.
16712 (expand_call_inline): Obey cgraph flag.
16713 * tree-inline.h (tree_inlinable_function_p): Update prototype.
16714
16715 2003-03-08 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
16716
16717 * gcse.c (bypass_block, bypass_conditional_jumps): Do not create
16718 irreducible loops.
16719
16720 * loop-unroll.c (unroll_loop_runtime_iterations): Update irreducible
16721 loops info correctly.
16722
16723 2003-03-08 Eric Botcazou <ebotcazou@libertysurf.fr>
16724
16725 PR middle-end/7796
16726 * unroll.c (calculate_giv_inc): Handle constants being
16727 loaded with LSHIFTRT.
16728
16729 2003-03-07 David Edelsohn <edelsohn@gnu.org>
16730
16731 * config/rs6000/rs6000.c (processor_target_table): Do not disable
16732 GP optional instructions on Power3, Power4, 620, and 630.
16733
16734 2003-03-07 Kazu Hirata <kazu@cs.umass.edu>
16735
16736 * calls.c: Fix comment formatting.
16737 * cfgloopanal.c: Likewise.
16738 * cfgloopmanip.c: Likewise.
16739 * combine.c: Likewise.
16740 * dwarf2out.c: Likewise.
16741 * ggc-common.c: Likewise.
16742 * langhooks.c: Likewise.
16743 * loop-unroll.c: Likewise.
16744 * loop.c: Likewise.
16745 * ra-build.c: Likewise.
16746 * sbitmap.c: Likewise.
16747 * toplev.c: Likewise.
16748
16749 2003-03-07 James E Wilson <wilson@tuliptree.org>
16750
16751 * config/sh/sh.h (HARD_REGNO_NREGS): Round up the XD register count.
16752
16753 2003-03-07 Geoffrey Keating <geoffk@apple.com>
16754
16755 * objc/lang-specs.h (objective-c-header): Use .gch not .pch;
16756 support -no-integrated-cpp.
16757
16758 * c-pch.c (get_ident): Use c_language_kind and flag_objc rather
16759 than langhooks.name.
16760
16761 2003-03-07 Michael Matz <matz@suse.de>
16762
16763 * df.h (enum df_ref_flags.DF_REF_STRIPPED): New.
16764 (DF_FOR_REGALLOC): New.
16765 * df.c (df_ref_record): Set DF_REF_STRIPPED.
16766 (read_modify_subreg_p): Simplify.
16767 (df_def_record_1, df_uses_record): Set DF_REF_MODE_CHANGE more often.
16768 Use DF_FOR_REGALLOC.
16769 * ra.h (struct web): New member subreg_stripped.
16770 (invalid_mode_change_regs): Declare.
16771 * ra.c (invalid_mode_change_regs): New.
16772 (init_ra): Initialize it.
16773 * ra-build.c (init_one_web_common, remember_web_was_spilled): Use it.
16774 Use CANNOT_CHANGE_MODE_CLASS as ifdef guard.
16775 (reinit_one_web, parts_to_web_1): Deal with subreg_stripped.
16776 * ra-colorize.c (colorize_one_web): Use invalid_mode_change_regs.
16777 Use CANNOT_CHANGE_MODE_CLASS as ifdef guard.
16778
16779 2003-03-07 Richard Earnshaw <rearnsha@arm.com>
16780
16781 * arm.md (addsf3, adddf3, subsf3, subdf3, mulsf3, muldf3, negsf2)
16782 (negdf2, abssi2, abssf2, absdf2, floatsisf2, floatsidf2)
16783 (fix_truncsfsi2, fix_truncdfsi2, truncdfsf2): Moved back into main
16784 machine description file from ...
16785 * cirrus.md: ... here.
16786
16787 2003-03-06 Kazu Hirata <kazu@cs.umass.edu>
16788
16789 * config/h8300/h8300.md (a peephole2): Don't use
16790 reg_overlap_mentioned_p.
16791
16792 2003-03-06 Geoffrey Keating <geoffk@apple.com>
16793
16794 * c-pch.c: Include langhooks.h.
16795 (IDENT_LENGTH): New.
16796 (get_ident): New.
16797 (pch_ident): Delete.
16798 (pch_init): Use get_ident, IDENT_LENGTH.
16799 (c_common_valid_pch): Likewise. Also, use actual language
16800 in warning message.
16801 * Makefile.in (c-pch.o): Add langhooks.h to dependencies.
16802
16803 * objc/config-lang.in (gtfiles): Add objc-act.c. Remove duplicate
16804 c-parse.in.
16805 * objc/Make-lang.in (objc/objc-act.o): Add dependency on
16806 gt-objc-objc-act.h.
16807 (gt-objc-objc-act.h): New rule.
16808 * objc/lang-specs.h: Support PCH.
16809 * objc/objc-act.c: Include gt-objc-objc-act.h.
16810 (objc_add_static_instance): Move num_static_inst out, mark for PCH.
16811 (build_selector_reference_decl): Move idx out, mark for PCH.
16812 (build_class_reference_decl): Likewise.
16813 (build_objc_string_decl): Move *_idx out, mark for PCH.
16814 (build_tmp_function_decl): Move xxx out, mark for PCH.
16815
16816 2003-03-06 Dale Johannesen <dalej@apple.com>
16817
16818 * config/rs6000/rs6000.c (rs6000_binds_local_p): Consider
16819 global functions for inlining on Darwin.
16820
16821 2003-03-06 Vladimir Makarov <vmakarov@redhat.com>
16822
16823 * haifa-sched.c (schedule_block): Don't call reorder when sorting
16824 is prohibited.
16825
16826 2003-03-06 Neil Booth <neil@daikokuya.co.uk>
16827
16828 * Makefile.in (c-ppoutput.o): Update.
16829 * c-common.h (init_pp_output): New.
16830 (preprocess_file): Update.
16831 * c-lex.c (init_c_lex): Move mbchar initialization to cpplib.
16832 Register builtins.
16833 * c-opts.c (c_common_init): Call init_pp_output if preprocessing.
16834 Make call to cpp_read_main_file common to whether preprocessing
16835 or not. Don't register builtins.
16836 * c-ppoutput.c: Include c-pragma.h.
16837 (setup_callbacks): Rename init_pp_output.
16838 (preprocess_file): No longer setup callbacks or call
16839 cpp_read_main_file.
16840 * cpphash.h (_cpp_init_mbchar): New.
16841 * cppinit.c (init_library): Call _cpp_init_mbchar.
16842 * cpplex.c (_cpp_init_mbchar): New.
16843
16844 2003-03-06 Roger Sayle <roger@eyesopen.com>
16845
16846 * emit-rtl.c (gen_lowpart): When requesting the low-part of a
16847 MEM, try loading the MEM into a register and taking the low-part
16848 of that, to help CSE see the use of the MEM in its true mode.
16849
16850 2003-03-05 Tom Tromey <tromey@redhat.com>
16851
16852 * config/stormy16/stormy16.h (DWARF_LINE_MIN_INSTR_LENGTH):
16853 Define.
16854
16855 2003-03-05 Nick Clifton <nickc@cambridge.redhat.com>
16856
16857 * config/stormy16/stormy16.md ("*eqbranchsi"): Remove '+' on
16858 operand 2.
16859 ("*ineqbranchsi"): Likewise.
16860
16861 2003-03-05 Andrew Haley <aph@cambridge.redhat.com>
16862
16863 * config/stormy16/stormy16.c (xstormy16_expand_prologue): Delete
16864 mem_fake_push_rtx. Instead construct a SEQUENCE to show the
16865 register store followed by a stack increment.
16866
16867 2003-03-05 Chris Moller <cmoller@redhat.com>
16868
16869 * config/stormy16/stormy16.c (REG_NEEDS_SAVE): added a term
16870 to inhibit saving CARRY_REGS.
16871
16872 * config/stormy16/stormy16.c (xs_hi_general_operand):
16873 added predicate to detect and error-out on out-of-range
16874 const_ints for movhi.
16875 * config/stormy16/stormy16.md (movhi): use
16876 xs_hi_general_operand.
16877
16878 * config/stormy16/stormy16.c (xstormy16_expand_prologue):
16879 added a check for local vbl size overflow.
16880 * config/stormy16/stormy16.c (xs_hi_nonmemory_operand):
16881 added predicate to detect and error-out on out-of-range
16882 const_ints for addhi and subhi.
16883 * config/stormy16/stormy16.md (addhi3, addchi4, addchi5,
16884 subhi3, subchi4, subchi5): used xs_hi_nonmemory_operand.
16885
16886 * config/stormy16/stormy16.c (xstormy16_legitimate_address_p):
16887 add a term to accept PRE_MODIFY addresses.
16888 * config/stormy16/stormy16.c (xstormy16_expand_move):
16889 add code to expand PRE_MODIFY addresses to an add followed
16890 by a move.
16891
16892 2003-03-06 Jason Merrill <jason@redhat.com>
16893
16894 * tree-inline.c (inlinable_function_p): Revert earlier change
16895 pending investigation.
16896
16897 2003-03-06 Kazu Hirata <kazu@cs.umass.edu>
16898
16899 * config/h8300/h8300.md (a new peephole2): New.
16900
16901 2003-03-06 Jan Hubicka <jh@suse.cz>
16902
16903 * cgraph.c (cgraph_node): Do not confuse nested functions and methods.
16904
16905 2003-03-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
16906
16907 * dwarf2out.c (size_of_die): Compute size of external reference to
16908 die correctly.
16909
16910 2003-03-06 Hans-Peter Nilsson <hp@bitrange.com>
16911
16912 * config/mmix/mmix.md ("*movcc_expanded"): New pattern.
16913 ("movcc", "movcc_uns", "movcc_fp", "movcc_fpeq", "movcc_fun"): New
16914 expanders.
16915
16916 2003-03-05 Roger Sayle <roger@eyesopen.com>
16917
16918 * expr.h (lang_expand_expr): Delete obsolete prototype.
16919
16920 2003-03-05 Kazu Hirata <kazu@cs.umass.edu>
16921
16922 * emit-rtl.c (gen_highpart_mode): Fix a comment typo.
16923
16924 2003-03-05 Kazu Hirata <kazu@cs.umass.edu>
16925
16926 * config/h8300/h8300.md (a peephole2): Generalize to
16927 accept a memory operand.
16928
16929 2003-03-05 Olivier Hainque <hainque@act-europe.fr>
16930
16931 * config/alpha/alpha.h (PRINT_OPERAND_PUNCT_VALID_P): Add '+'.
16932 * config/alpha/alpha.c (print_operand, case '+'): New.
16933 * config/alpha/alpha.md (call_osf_1_noreturn): Document and use.
16934 (call_value_osf_1_noreturn): Likewise.
16935
16936 2003-03-05 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
16937
16938 * stmt.c (fixup_gotos): Change meaning of DONT_JUMP_IN.
16939 (expand_end_bindings): Likewise.
16940
16941 2003-03-05 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
16942
16943 * pa.md (return_external_pic): Add !TARGET_PA_20 to constraint.
16944 (epilogue): Don't generate return_external_pic when emitting PA 2.0
16945 code.
16946
16947 2003-03-05 Aldy Hernandez <aldyh@redhat.com>
16948
16949 * doc/tm.texi: Document TARGET_DWARF_REGISTER_SPAN.
16950
16951 * config/rs6000/rs6000.c (rs6000_dwarf_register_span): New.
16952
16953 * hooks.c (hook_rtx_rtx_null): New.
16954
16955 * hooks.h (hook_rtx_rtx_null): Protoize.
16956
16957 * target-def.h (TARGET_DWARF_REGISTER_SPAN): New macro.
16958 (TARGET_INITIALIZER): Add TARGET_DWARF_REGISTER_SPAN.
16959
16960 * target.h (struct gcc_target): Add dwarf_register_span.
16961
16962 * dwarf2out.c (multiple_reg_loc_descriptor): New.
16963 (one_reg_loc_descriptor): New.
16964 (reg_loc_descriptor): Add support for values that span more than
16965 one register.
16966
16967 2003-03-05 Jan Hubicka <jh@suse.cz>
16968
16969 * Makefile.in (calls.o, toplev.o alias.o): Depend on cgraph.h
16970 * alias.c: Include cgraph.h
16971 (mark_constant_function): Use cgraph_rtl_info.
16972 * calls.c: Include cgraph.h
16973 (flags_from_decl_or_type): Use cgraph_rtl_info to find pure and const
16974 calls.
16975 (expand_call): Use cgraph_rtl_info to set preferred stack boundary.
16976 * cgraph.c (cgraph_rtl_info): New function.
16977 * cgraph.h (cgraph_rtl_info): Declare
16978 (cgraph_rtl_info): Likewise.
16979 * function.h (struct function): Add recursive_call_emit.
16980 * toplev.c: Include cgraph.h.
16981 (rest_of_compilation): Set preferred_incoming_stack_boundary.
16982
16983 2003-03-05 Kazu Hirata <kazu@cs.umass.edu>
16984
16985 * config/h8300/h8300.c (output_simode_bld): Clear the
16986 destination first if possible.
16987 * config/h8300/h8300.md (extzv_1_r_h8300hs): Add an
16988 alternative.
16989 (extzv_1_r_inv_h8300hs): Likewise.
16990
16991 2003-03-05 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
16992
16993 * basic-block.h (EDGE_IRREDUCIBLE_LOOP, EDGE_ALL_FLAGS): New.
16994 * cfg.c (dump_edge_info): Add EDGE_IRREDUCIBLE_LOOP flag dump.
16995 * cfgloop.c (flow_loop_free): Made global.
16996 (establish_preds): New static function.
16997 (flow_loop_tree_node_add): Handle subloops of added loop correctly.
16998 (get_loop_exit_edges): New.
16999 (verify_loop_structure): Verify EDGE_IRREDUCIBLE_LOOP flags.
17000 * cfgloop.h (flow_loop_free, get_loop_exit_edges, unloop): Declare.
17001 * cfgloopanal.c (mark_irreducible_loops): Mark edges in irreducible
17002 loops.
17003 * cfgloopmanip.c (loop_delete_branch_edge): Allow to test for
17004 removability of an edge.
17005 (fix_irreducible_loops): New static function.
17006 (find_path, remove_path): Add ability to remove enclosing loops.
17007 (unloop): New.
17008 (copy_bbs, duplicate_loop_to_header_edge): Use EDGE_IRREDUCIBLE_LOOP
17009 flags.
17010 * cfgrtl.c (verify_flow_info): Handle EDGE_IRREDUCIBLE_LOOP flag.
17011 * loop-unroll.c (peel_loops_completely): Do not duplicate loop if
17012 not neccessary.
17013 (decide_peel_completely, peel_loops_completely): Allow complete peeling
17014 of non-duplicable once rolling loops.
17015 * loop-unswitch.c (unswitch_loop): Update EDGE_IRREDUCIBLE_LOOP flags.
17016
17017 2003-03-05 J"orn Rennecke <joern.rennecke@superh.com>
17018
17019 * sh.h (OVERRIDE_OPTIONS): For TARGET_SHMEDIA, the minimum value
17020 for align_jumps is 4.
17021
17022 (SECONDARY_INPUT_RELOAD_CLASS): If reloading a PLUS into FPUL,
17023 use GENERAL_REGS.
17024
17025 2003-03-05 Stephane Carrez <stcarrez@nerim.fr>
17026
17027 * config/m68hc11/m68hc11.h (PAD_VARARGS_DOWN): Define and return
17028 according to va_arg type.
17029 (EXPAND_BUILTIN_VA_ARG): Remove.
17030 * config/m68hc11/m68hc11.c (m68hc11_va_arg): Remove.
17031 * config/m68hc11/m68hc11-protos.h (m68hc11_va_arg): Remove.
17032
17033 2003-03-05 David Edelsohn <edelsohn@gnu.org>
17034
17035 * config/rs6000/rs6000.c (rs6000_variable_issue): Remove unnecessary
17036 else clauses.
17037
17038 2003-03-05 Michael Matz <matz@suse.de>
17039
17040 * i386/i386.c (ix86_save_reg): Also test
17041 current_function_uses_const_pool.
17042
17043 2003-03-05 Michael Matz <matz@suse.de>
17044
17045 * unwind.h: Add the GPL exception.
17046 * Makefile.in (USER_H): Add unwind.h.
17047
17048 2003-03-05 Eric Botcazou <ebotcazou@libertysurf.fr>
17049
17050 PR c/9799
17051 * c-typeck.c (push_init_level): Add sanity check.
17052
17053 2003-03-05 Jan Hubicka <jh@suse.cz>
17054
17055 * toplev.c (rest_of_compilation): Deffer RTL compilation only when
17056 RTL inlining is done.
17057
17058 * cgraphunit.c (cgraph_mark_local_functions): New local function.
17059 (cgraph_optimize): Mark local functions.
17060 * i386-protos.h (init_cumulative_args): Update prototype.
17061 * i386.c (init_cumulative_args): Use register passing convention for
17062 local functions.
17063
17064 * cgraph.c (cgraph_global_info_ready): New global variable
17065 (cgraph_local_info, cgraph_global_info): New functions.
17066 * cgraph.h (struct cgraph_local_info, cgraph_global_info): New
17067 structures.
17068 (cgraph_local_info, cgraph_global_info, cgraph_global_info_ready):
17069 Declare.
17070 * cgraphunit.c (cgraph_finalize_function): Set inline_many.
17071 (cgraph_mark_functions_to_output): Use inline_many.
17072 (cgraph_expand_function): Free DECL_SAVED_TREE uncondtionally.
17073 (cgraph_expand_functions): Expand inline functions last.
17074 (cgraph_optimize): Do not emit uneeded functions.
17075
17076 2003-03-04 Steve Ellcey <sje@cup.hp.com>
17077
17078 * expr.c (convert_modes): Check for legal hard register.
17079
17080 2003-03-04 Tom Tromey <tromey@redhat.com>
17081
17082 * doc/sourcebuild.texi (Front End Directory): Document tags.
17083 * configure: Rebuilt.
17084 * configure.in (target_list): Added tags.
17085 * Makefile.in (TAGS): Depend on lang.clean. Include subdirectory
17086 TAGS files by reference.
17087 * objc/Make-lang.in (objc.tags): New target.
17088
17089 2003-03-04 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
17090
17091 * gcov-io.h (gcov_save_position, gcov_reserve_length, gcov_resync,
17092 gcov_skip, gcov_skip_string, gcov_write_unsigned, gcov_write_counter,
17093 gcov_write_string, gcov_read_unsigned, gcov_read_counter,
17094 gcov_read_string, gcov_write_length): Modified to enable reading/
17095 writing of whole .da file just once.
17096 (da_file_open, da_file_close, da_file_eof, da_file_error,
17097 da_file_position, da_file_seek, da_file_write, da_file_read): New
17098 functions.
17099 (actual_da_file, actual_da_file_position, actual_da_file_length,
17100 actual_da_file_buffer, actual_da_file_buffer_size): New static
17101 functions.
17102 * libgcov.c (gcov_exit): Modified to read/write the whole .da file at
17103 just once.
17104
17105
17106 2003-03-04 Andreas Schwab <schwab@suse.de>
17107
17108 * config/m68k/m68k.c (m68k_output_function_prologue): Fix CFA
17109 offset without frame pointer.
17110
17111 2003-03-04 Steve Ellcey <sje@cup.hp.com>
17112
17113 * expr.c (expand_expr): Call promote_mode to set unsignedp.
17114
17115 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
17116
17117 * configure.in: Don't always define TARGET_SYSTEM_ROOT.
17118 * configure: Regenerated.
17119 * gcc.c: Check whether TARGET_SYSTEM_ROOT is defined.
17120
17121 2003-03-04 Andreas Jaeger <aj@suse.de>
17122
17123 * configure.in: Check for <memcheck.h>.
17124 * configure: Regenerated.
17125
17126 * config.in: Define HAVE_MEMCHECK_H.
17127
17128 * ggc-common.c: Use <memcheck.h> if available instead of
17129 <valgrind.h>.
17130 * ggc-page.c: Likewise.
17131 * cppfiles.c: Likewise.
17132
17133 2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
17134
17135 * config/h8300/h8300.md (*extzv_8_8): Fix cc and lengths.
17136
17137 2003-03-04 Eric Botcazou <ebotcazou@libertysurf.fr>
17138
17139 PR c/9262
17140 * c-typeck.c (do_case): Attach the first case label to the SWITCH_BODY.
17141 (c_finish_case): Rechain the next statements to the SWITCH_STMT.
17142
17143 2003-03-04 Jan Hubicka <jh@suse.cz>
17144
17145 * doc/invoke.texi: Document that unit-at-a-time is enabled for -O3
17146 * toplev.c (parse_options_and_default_flags): Enable flag_unit_at_a_time
17147 for -O3.
17148
17149 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
17150
17151 * configure.in: Delete three unused variables. Move a variable
17152 definition closer to its use. Simplify use_collect2 logic. Start to
17153 organize. Simplify tests for in-tree gas and ld.
17154 * configure: Regenerate.
17155
17156 2003-03-04 Neil Booth <neil@daikokuya.co.uk>
17157
17158 * Makefile.in: Update.
17159 * c-common.c (flag_no_line_commands, flag_no_output,
17160 flag_dump_macros, flag_dump_includes): New.
17161 * c-common.h (flag_no_line_commands, flag_no_output,
17162 flag_dump_macros, flag_dump_includes, preprocess_file): New.
17163 (init_c_lex): Update prototype.
17164 * c-lex.c (init_c_lex): Update prototype; move some code to
17165 c_common_init.
17166 * c-opts.c (preprocess_file): Subsume into c_common_init.
17167 (c_common_decode_option): Update flags.
17168 (c_common_init): Move code from preprocess_file and init_c_lex.
17169 (sanitize_cpp_opts): Update.
17170 * c-ppoutput.c: New, cppmain.c almost verbatim.
17171 * cpphash.h (struct printer): Remove.
17172 (struct cpp_reader): Remove print.
17173 * cpplib.h (dump_none, dump_only, dump_names, dump_definitions,
17174 cpp_preprocess_file): Remove.
17175 (struct cpp_options): Remove no_output, no_line_commands, dump_macros
17176 and dump_includes.
17177 * cppmain.c: Remove.
17178 * doc/passes.texi: Update.
17179
17180 2003-03-04 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
17181
17182 * function.c (STACK_ALIGNMENT_NEEDED): New macro. Default to 1.
17183 (assign_stack_local_1): Perform overall stack alignment only when
17184 STACK_ALIGNMENT_NEEDED is nonzero.
17185 * doc/tm.texi (STACK_ALIGNMENT_NEEDED): Document.
17186
17187 * pa.c (compute_frame_size): Rename fsize to size. Account for
17188 alignment to a word boundary before general register save block. Only
17189 account for double-word alignment before floating point register save
17190 block if one or more are saved. Don't allocate space for %r3 when
17191 frame pointer is needed.
17192 (hppa_expand_prologue): Include alignment to word boundary in local
17193 frame size.
17194 * pa.h (STARTING_FRAME_OFFSET): Define to 8 on both 32 and 64-bit ports.
17195 (STACK_ALIGNMENT_NEEDED): Define.
17196
17197 2003-03-04 Kevin Buettner <kevinb@redhat.com>
17198
17199 * dwarf2out.c (rtl_for_decl_location): Don't return NULL_RTX for
17200 global register variables.
17201
17202 2003-03-04 Alexandre Oliva <aoliva@redhat.com>
17203
17204 * reload.c (reload_adjust_reg_for_mode): New function.
17205 (subst_reloads): Call it.
17206 (operands_match_p): Adjust registers using HARD_REGNO_NREGS.
17207 * reload.h (reload_adjust_reg_for_mode): Declare.
17208 * reload1.c (emit_input_reload_insns, emit_output_reload_insns):
17209 Call it.
17210
17211 2003-03-03 James E Wilson <wilson@tuliptree.org>
17212
17213 * optabs.c (add_equal_note): Delete SUBREG_REG use.
17214 Fixes PR c/7872.
17215
17216 2003-03-03 Kazu Hirata <kazu@cs.umass.edu>
17217
17218 * config/h8300/h8300.md (*ixorsi3_ashift_16): New.
17219 (*ixorsi3_lshiftrt_16): New.
17220 (*iorsi3_ashift_16): Remove.
17221
17222 2003-03-03 Kazu Hirata <kazu@cs.umass.edu>
17223
17224 * config/h8300/h8300.md (*extzv_8_8): Use '?' to simplify the
17225 pattern.
17226
17227 2003-03-03 Geoffrey Keating <geoffk@apple.com>
17228
17229 * doc/install.texi (Specific): Update entry for powerpc-darwin.
17230
17231 2003-03-03 Richard Henderson <rth@redhat.com>
17232
17233 * config/ia64/ia64.h (HAVE_AS_LTOFFX_LDXMOV_RELOCS): Default to 0.
17234
17235 2003-03-03 David Edelsohn <edelsohn@gnu.org>
17236
17237 * config/rs6000/rs6000.c (rs6000_multipass_dfa_lookahead): Delete.
17238 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Delete.
17239 (rs6000_variable_issue): Do not return negative value.
17240 (rs6000_issue_rate): Uniformly set issue rate to 1 for first
17241 scheduling pass.
17242
17243 2003-03-03 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
17244
17245 * dwarf2out.c (dwarf2out_finish): Swap order of break_out_includes and
17246 prune_unused_types calls.
17247
17248 2003-03-03 Jason Merrill <jason@redhat.com>
17249
17250 * tree-inline.c (find_builtin_longjmp_call): Save and restore
17251 lineno and input_filename.
17252 (find_alloca_call): Likewise.
17253 (inlinable_function_p): Run the langhook earlier.
17254
17255 * calls.c (compute_argument_addresses): Give the new MEMs a
17256 minimum alignment of PARM_BOUNDARY.
17257
17258 2003-03-03 J"orn Rennecke <joern.rennecke@superh.com>
17259
17260 * config/sh/sh.h (EXTRA_SPECS): Add subtarget_asm_relax_spec and
17261 subtarget_asm_isa_spec.
17262 (SUBTARGET_ASM_RELAX_SPEC, SUBTARGET_ASM_ISA_SPEC): Define.
17263 (ASM_SPEC): Define as SH_ASM_SPEC.
17264 (SH_ASM_SPEC): New; take the role of ASM_SPEC, but safe from svr4.h.
17265 Use subtarget_asm_relax_spec and subtarget_asm_isa_spec.
17266 * config/sh/elf.h (ASM_SPEC): Use SH_ASM_SPEC.
17267 (SUBTARGET_ASM_ISA_SPEC): Undef / define.
17268
17269 * sh.h (OVERRIDE_OPTIONS): Set default values for align_loops
17270 and align_jumps if not set.
17271 Force align_jumps to be at least 2.
17272 When relaxing, force align_functions to be at least the maximum of
17273 align_loops, align_jumps and 4.
17274 * sh.c (find_barrier, barrier_align): Honour align_jumps_log.
17275 (sh_loop_align): Honour align_loops_log.
17276
17277 * sh.md (length attribute): Use prev_nonnote_insn instead of PREV_INSN
17278 to check for indirect_jump_scratch.
17279 (indirect_jump_scratch): Add second set.
17280 * sh.c (output_far_jump): Use prev_nonnote_insn instead of PREV_INSN
17281 when looking for indirect_jump_scratch.
17282 Extract scratch register taking new structure of indirect_jump_scratch
17283 into account.
17284 (gen_block_redirect): Set INSN_SCOPE for indirect_jump_scratch.
17285
17286 2003-03-03 Jan Hubicka <jh@suse.cz>
17287
17288 * calls.c (rtx_for_function_call): Take the address as an argument
17289 (expand_call): Do not modify the expression.
17290
17291 * toplev.c (rest_of_compilation): Avoid cfg_cleanup calls when not
17292 optimizing.
17293
17294 2003-03-03 Kazu Hirata <kazu@cs.umass.edu>
17295
17296 * config/h8300/h8300.md (*ixorsi3_zext_hi): Restrict to
17297 TARGET_H8300H and TARGET_H8300S.
17298
17299 2003-03-03 Kazu Hirata <kazu@cs.umass.edu>
17300
17301 * config/h8300/h8300.md (a peephole2): New.
17302
17303 2003-03-03 Kazu Hirata <kazu@cs.umass.edu>
17304
17305 * config/h8300/h8300.md (*extzv_8_8): Use shorter code when
17306 operands[0] and operands[1] are different.
17307
17308 2003-03-03 Kazu Hirata <kazu@cs.umass.edu>
17309
17310 * reload1.c (reload_cse_move2add): Remove variable success.
17311
17312 2003-03-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17313
17314 * ggc-common.c (ggc_rlimit_bound): Cast RLIM_INFINITY to avoid
17315 warnings.
17316
17317 2003-03-02 Richard Henderson <rth@redhat.com>
17318
17319 * configure.in (HAVE_AS_LTOFFX_LDXMOV_RELOCS): New ia64 test.
17320 * config.in, configure: Rebuild.
17321 * config/ia64/ia64.c (ia64_ld_address_bypass_p): Accept lo_sum.
17322 * config/ia64/ia64.md (load_symptr): Use high/lo_sum for the
17323 paired ldtoffx and ldxmov annotations.
17324 (load_symptr_internal1): Remove.
17325 (load_symptr_high, load_symptr_low): New.
17326
17327 2003-03-02 Neil Booth <neil@daikokuya.co.uk>
17328
17329 * c-incpath.c (add_path): Fix sysp assignment.
17330
17331 2003-03-02 Kurt Garloff <garloff@suse.de>
17332
17333 * params.def: Introduce parameter max-inline-insns-rtl for
17334 a separate limit for the RTL inliner.
17335 * params.h: Likewise.
17336 * integrate.c (function_cannot_inline_p): Use it.
17337 * toplev.c (decode_f_option): Set multiple parameters
17338 controlling inlining with -finline-limit.
17339 * params.def: Fix orthographic and typographic errors.
17340 * doc/invoke.texi: Document parameters controlling inlining
17341 and the way -finline-limit sets multiple of them.
17342
17343 * tree.h (struct tree_decl): Introduce inlined_function_flag,
17344 recording whether the function became eligible for inlining
17345 by a compiler flag rather than the declaration.
17346 Provide DID_INLINE_FUNC macro to access it.
17347 * c-decl.c (grokdeclarator): Set DID_INLINE_FUNC.
17348 * cp/decl.c (grokfndecl): Likewise.
17349 * toplev.c (rest_of_compilation): Likewise.
17350 * cp/optimize (maybe_clone_body): Copy DID_INLINE_FUNC.
17351 * print-tree.c (print_node): Report it.
17352 * params.def: Introduce new max-inline-insns-auto limit.
17353 * params.h: Likewise.
17354 * tree-inline.c (inlinable_function_p): Apply it to functions
17355 with DID_INLINE_FUNC set.
17356 * toplev.c (decode_f_option): Initialize it from -finline-limit
17357 value.
17358 * doc/invoke.texi: Document new parameter.
17359
17360 2003-03-02 Geoffrey Keating <geoffk@apple.com>
17361
17362 * fix-header.c (read_scan_file): Don't reference simplify_path.
17363
17364 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
17365
17366 * config/m68hc11/m68hc11.c (m68hc11_override_options): Don't enable
17367 min/max instructions by default as may result in reload errors.
17368
17369 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
17370
17371 * config/m68hc11/m68hc11.md ("mulqi3"): Allow address register to
17372 avoid reload problems; define split for it.
17373
17374 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
17375
17376 * config/m68hc11/m68hc11.c (m68hc11_shift_operator): New function.
17377 * config/m68hc11/m68hc11-protos.h (m68hc11_shift_operator): Declare.
17378 * config/m68hc11/m68hc11.h (PREDICATE_CODES): Register.
17379 * config/m68hc11/m68hc11.md ("rotrhi3", "rotlhi3"): New patterns for
17380 rotatert and rotate.
17381 ("rotrhi3_const", "rotlhi3_const"): Rename of old 'rotrhi3' insns.
17382 ("*rotrhi3", "*rotlhi3"): New insn pattern for non-const rotatert.
17383 ("*rotrhi3_addr"): New split for shift insns on address register.
17384 ("*lshrhi3", "*ashrhi3", "*ashlhi3_2"): Use new split.
17385 * config/m68hc11/larith.asm (___rotlhi3): New asm function.
17386 (___rotrhi3): Likewise.
17387 * config/m68hc11/t-m68hc11-gas (LIB1ASMFUNCS): Build them.
17388
17389 2003-03-02 Neil Booth <neil@daikokuya.co.uk>
17390
17391 * toplev.c (aux_base_name): Moved from toplev.h.
17392 (filename): Constify.
17393 (lang_dependent_init): Don't duplicate name.
17394 (process_options): Set aux_base_name here, not...
17395 (do_compile): ...here. Change protoype.
17396 (toplev_main): Move some code from do_compile.
17397 * toplev.h: Remove aux_base_name.
17398
17399 2003-03-02 Kazu Hirata <kazu@cs.umass.edu>
17400
17401 * config/h8300/h8300-protos.h: Add a prototype for
17402 iorxor_operator.
17403 * config/h8300/h8300.c (print_operand): Handle 'c'.
17404 (iorxor_operator): New.
17405 * config/h8300/h8300.h (PREDICATE_CODES): Add iorxor_operator.
17406 * config/h8300/h8300.md (*iorhi3_zext): Remove.
17407 (*iorsi3_zexthi): Likewise.
17408 (*iorsi3_zextsi): Likewise.
17409 (*xorhi3_zextqi): Likewise.
17410 (*xorsi3_zexthi): Likewise.
17411 (*xorsi3_zextsi): Likewise.
17412 (*ixorhi3_zext): New.
17413 (*ixorsi3_zext_qi): Likewise.
17414 (*ixorsi3_zext_hi): Likewise.
17415
17416 2003-03-02 Neil Booth <neil@daikokuya.co.uk>
17417
17418 * c-incpath.c (remove_component_p, simplify_path): Move back to
17419 cppfiles.c.
17420 (remove_duplicates): Use cpp_simplify_path.
17421 * c-incpath.h (simplify_path): Remove.
17422 * c-lex.c: Don't include c-incpath.h.
17423 (init_c_lex): Remove simplify_path.
17424 * cppfiles.c (remove_component_p, cpp_simplify_path): Restore.
17425 (find_or_create_entry, validate_pch): Revert.
17426
17427 2003-03-02 Ashif Harji <asharji@uwaterloo.ca>
17428
17429 * gcc.c (default_compilers): Add -no-integrated-cpp flag to invoke
17430 an external cpp during compilation.
17431 (option_map): Likewise.
17432 * objc/lang-specs.h (default_compilers): Similarly.
17433 * doc/invoke.texi: Document -no-integrated-cpp flag.
17434
17435 2003-03-02 Kazu Hirata <kazu@cs.umass.edu>
17436
17437 * config/h8300/h8300.md (zero_extendqisi2): Change to an
17438 expander.
17439 (*zero_extendqisi2_h8300): New.
17440 (*zero_extendqisi2_h8300hs): New.
17441 (two splitters): New.
17442
17443 2003-03-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17444
17445 * fp-bit.h (float_to_usi): Fix condition wrapping prototype.
17446
17447 2003-03-01 Kazu Hirata <kazu@cs.umass.edu>
17448
17449 * config/h8300/h8300.md (a peephole2): Remove dead code.
17450
17451 2003-03-01 Roger Sayle <roger@eyesopen.com>
17452
17453 PR c++/9367
17454 * builtin-types.def (DEF_FUNCTION_TYPE_VAR_3): New macro.
17455 (BT_FN_INT_CONST_STRING_VALIST_ARG,
17456 BT_FN_INT_STRING_CONST_STRING_VALIST_ARG,
17457 BT_FN_INT_CONST_STRING_CONST_STRING_VALIST_ARG,
17458 BT_FN_INT_STRING_SIZE_CONST_STRING_VALIST_ARG,
17459 BT_FN_INT_STRING_CONST_STRING_VAR,
17460 BT_FN_INT_CONST_STRING_CONST_STRING_VAR,
17461 BT_FN_INT_STRING_SIZE_CONST_STRING_VAR): New built-in types.
17462 * builtin-attrs.def (ATTR_NONNULL_1, ATTR_NONNULL_2,
17463 ATTR_NONNULL_3): Also include the nothrow attribute.
17464 (sprintf, scanf, sscanf, vprintf, vsprintf, snprintf,
17465 vsnprintf, vscanf, vsscanf): Don't define attributes here.
17466 * builtins.def (putchar, puts): Make full C89 built-ins.
17467 (snprintf, sprintf, scanf, sscanf, vprintf, vscanf,
17468 vsscanf, vsnprintf, vsprintf): New built-ins.
17469 * c-common.c (c_common_nodes_and_builtins): Handle new macro
17470 DEF_FUNCTION_TYPE_VAR_3.
17471
17472 * doc/extend.texi: Document these new built-in functions.
17473
17474 2003-03-01 Kazu Hirata <kazu@cs.umass.edu>
17475
17476 * config/h8300/h8300.md (a peephole2): New.
17477
17478 2003-03-01 Richard Earnshaw <rearnsha@arm.com>
17479
17480 * predict.c (estimate_bb_frequencies): Correctly set
17481 real_values_initialized after initialization.
17482
17483 2003-03-01 Neil Booth <neil@daikokuya.co.uk>
17484
17485 * Makefile.in (C_AND_OBJC_OBJS, c-incpath.o, c-lex.o, LIBCPP_OBJS,
17486 cppinit.o, cppdefault.o, fix-header): Update.
17487 * c-incpath.c: New file.
17488 * c-incpath.h: New file.
17489 * c-lex.c: Include c-incpath.h.
17490 (init_c_lex): Register path simplifier.
17491 * c-opts.c: Include cppdefault.h and c-incpath.h.
17492 (TARGET_SYSTEM_ROOT, verbose, iprefix, sysroot, std_inc,
17493 std_cxx_inc, quote_chain_split, add_prefixed_path): New.
17494 (COMMAND_LINE_OPTIONS): Add more options from cpplib.
17495 (missing_arg, c_common_decode_option): Handle them.
17496 (c_common_post_options): Register include chains.
17497 (print_help): Update.
17498 * cppdefault.h (struct default include): Update.
17499 Move some macros to ...
17500 * cppdefault.c: ... here.
17501 (cpp_include_defaults): Add extra field add_sysroot.
17502 * cppfiles.c (include_file, search_from, find_or_create_entry,
17503 cpp_included, find_include_file, remap_filename): Update for
17504 renaming of search_path to cpp_path, and of the chain headers.
17505 (remove_component_p, _cpp_simplify_pathname): Move to c-incpath.c.
17506 * cpphash.h (struct search_path): Move to cpplib.h.
17507 (struct cpp_buffer, struct cpp_reader): Update.
17508 (_cpp_simplify_pathname): Remove.
17509 * cppinit.c: Don't include prefix.h and cppdefault.h.
17510 (INO_T_EQ, INO_T_COPY, path_include, append_include_chain,
17511 remove_dup_dir, remove_dup_nonsys_dirs, remove_dup_dirs,
17512 init_standard_includes, BRACKET, SYSTEM, AFTER, no_dir,
17513 no_pth, cpp_handle_options): Remove.
17514 (struct pending_option): Remove chain members.
17515 (cpp_destroy, cpp_read_main_file, COMMAND_LINE_OPTIONS,
17516 cpp_handle_option): Update.
17517 * cpplib.h (struct cpp_path, cpp_set_include_chains): New.
17518 (struct cpp_options): Remove quote_include, bracket_include,
17519 include_prefix, include_prefix_len, verbose, ignore_srcdir,
17520 no_standard_includes, no_standard_cplusplus_includes.
17521 (struct cpp_callbacks): Add simplify_path.
17522 (cpp_handle_options): Remove.
17523 * fix-header.c: Include c-incpath.h.
17524 (read_scan_file): Update to use c-incpath functionality.
17525 * doc/passes.texi: Update.
17526
17527 2003-03-01 Kazu Hirata <kazu@cs.umass.edu>
17528
17529 * config/h8300/h8300.c (bit_operand): Accept MEM only if it
17530 satisfies EXTRA_CONSTRAINT 'U'.
17531
17532 2003-03-01 Kazu Hirata <kazu@cs.umass.edu>
17533
17534 * config/h8300/h8300.md (*tst_extzv_bitqi_1_n): Take a scratch
17535 register.
17536 (*tst_extzv_memqi_1_n): Change to a splitter.
17537 (a peephole2): Update.
17538
17539 2003-03-01 Richard Earnshaw <rearnsha@arm.com>
17540
17541 * predict.c (estimate_bb_frequencies): Initialize the sreal
17542 constants once per compilation.
17543
17544 2003-02-28 Richard Henderson <rth@redhat.com>
17545
17546 * toplev.c (flag_eliminate_unused_debug_types): Enable by default.
17547
17548 2003-02-28 scott snyder <snyder@fnal.gov>
17549
17550 * flags.h: Add flag_eliminate_unused_debug_types.
17551 * toplev.c: Add flag_eliminate_unused_debug_types.
17552 (f_options): Add -feliminate-unused-debug-types.
17553 * dwarf2out.c (struct file_table): Add emitted member.
17554 (splice_child_die): Fix the parent pointer for the child being
17555 spliced.
17556 (lookup_filename): Maintain file_table.emitted array. Don't
17557 output .file directive here.
17558 (maybe_emit_file): (new)
17559 (init_file_table): Set up file_table.emitted.
17560 (dwarf2out_source_line): Use maybe_emit_file.
17561 (dwarf2out_start_source_file): Use maybe_emit_file.
17562 (dwarf2out_init): Use maybe_emit_file.
17563 (prune_unused_types_walk_attribs): (new)
17564 (prune_unused_types_mark): (new)
17565 (prune_unused_types_walk): (new)
17566 (prune_unused_types_prune): (new)
17567 (prune_unused_types): (new)
17568 (dwarf2out_finish): Call prune_unused_types if
17569 flag_eliminate_unused_debug_types is set.
17570 * doc/invoke.texi (Option Summary): Add
17571 -feliminate-unused-debug-types.
17572 (Debugging Options): Likewise.
17573
17574 2003-02-28 Geoffrey Keating <geoffk@apple.com>
17575
17576 * doc/invoke.texi: Change .pch to .gch.
17577 * cppfiles.c (open_file_pch): Likewise.
17578 * gcc.c (default_compilers): Likewise.
17579
17580 2003-02-28 Aldy Hernandez <aldyh@redhat.com>
17581
17582 * floatlib.c: Remove.
17583
17584 2003-02-28 Jason Merrill <jason@redhat.com>
17585
17586 * stor-layout.c (variable_size): Leave a "minus 1" outside the
17587 SAVE_EXPR.
17588
17589 2003-02-28 David Edelsohn <edelsohn@gnu.org>
17590
17591 * config/rs6000/power4.md: Add compare bypass.
17592
17593 2003-02-28 Jason Thorpe <thorpej@wasabisystems.com>
17594
17595 * config/netbsd.h: Update copyright years.
17596 (NETBSD_CPP_SPEC): Define _REENTRANT and _PTHREADS if
17597 -pthread is specified on the command line.
17598
17599 2003-02-28 Dale Johannesen <dalej@apple.com>
17600
17601 * loop.c (struct movable): Add insert_temp, shrink savemode.
17602 (scan_loop): Accept invariants that require copying; mark as
17603 insert_temp.
17604 (combine_movables): Don't combine insert_temp movables.
17605 (move_movables): Insert copies for insert_temp movables.
17606 Don't record the info based on regno for insert_temp's.
17607
17608 2003-02-28 Joel Sherrill <joel@OARcorp.com>
17609
17610 PR 9638/other
17611 * config/i386/i386.c (DEFAULT_PCC_STRUCT_RETURN): Ensure the
17612 this constant defaults to 1.
17613
17614 2003-02-28 Bob Wilson <bob.wilson@acm.org>
17615
17616 * config.gcc (xtensa-*-linux*): Add t-slibgcc-elf-ver to tmake_file.
17617
17618 2003-02-28 Richard Earnshaw <rearnsha@arm.com>
17619
17620 * arm.md (mulhisi3, mulhisi3addsi, mulhidi3adddi): Enable for any
17621 ARMv5e processor, not just for XScale. Instructions are predicable.
17622 (mulhisi3tb, mulhisi3bt, mulhisi3tt): New patterns for ARMv5e.
17623
17624 2003-02-28 Nick Clifton <nickc@redhat.com>
17625
17626 * config/arm/arm.c (note_invalid_constants): Change parameter type
17627 from bool to int.
17628
17629 2003-02-28 Kazu Hirata <kazu@cs.umass.edu>
17630
17631 * config/h8300/h8300.md (*tst_extzv_bitqi_1_n): Accept the
17632 test of bit 7.
17633 (*tst_extzv_memqi_1_n): Likewise.
17634 (a peephole2): New.
17635
17636 2003-02-28 Richard Sandiford <rsandifo@redhat.com>
17637
17638 * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Wrap in
17639 #ifndef __mips16.
17640
17641 2003-02-28 Jan Hubicka <jh@suse.cz>
17642
17643 * combine.c (gen_lowpart_for_combine): Update handling of
17644 subregs_of_mode
17645 * flow.c (life_analysis, mark_used_regs): Likewise.
17646 * regclass.c (subregs_of_mode): Turn into single bitmap.
17647 (cannot_change-mode_set_regs, invalid_mode_change_p): Update
17648 dealing with subregs_of_mode
17649 * regs.h (subregs_of_mode): Update prototype.
17650
17651 2003-02-28 Josef Zlomek <zlomekj@suse.cz>
17652
17653 * emit-rtl.c (set_reg_attrs_for_parm): New function.
17654 * rtl.h (set_reg_attrs_for_parm): New exported function.
17655 * function.c (assign_parms): Use set_reg_attrs_for_parm instead of
17656 set_reg_attrs_from_mem.
17657
17658 2003-02-27 Roger Sayle <roger@eyesopen.com>
17659 Zack Weinberg <zack@codesourcery.com>
17660
17661 * gcc.c (do_spec_1): Treat %U like %u for unique associations.
17662
17663 2003-02-27 Kazu Hirata <kazu@cs.umass.edu>
17664
17665 * reload1.c (sext_for_mode): Remove.
17666 (reload_cse_move2add): Use trunc_int_for_mode instead of
17667 sext_for_mode.
17668 (move2add_note_store): Likewise.
17669 Reset register information if we see a set in non-integer
17670 mode.
17671
17672 2003-02-27 David Edelsohn <edelsohn@gnu.org>
17673
17674 * config/rs6000/aix43.h (ASM_SPEC): Only emit -mppc64 if no -mcpu
17675 option.
17676 (ASM_CPU_SPEC): Use -m620 for Power3, Power4, 620, 630.
17677 * config/rs6000/aix51.h: Same.
17678 * config/rs6000/aix52.h: Same.
17679 * config/rs6000/power4.md: Additional VMX bypasses.
17680
17681 2003-02-27 Geert Bosch <bosch@gnat.com>
17682
17683 * toplev.c (print_version): Add indentation for GGC heuristics and
17684 output after printing version information.
17685
17686 2003-02-27 James E Wilson <wilson@tuliptree.org>
17687
17688 * combine.c (simplify_comparison): Require integral mode when
17689 permuting SUBREG with AND.
17690
17691 2003-02-27 Steve Ellcey <sje@cup.hp.com>
17692
17693 * config/ia64/hpux.h (STARTFILE_PREFIX_SPEC): Remove.
17694
17695 2003-02-27 Nick Clifton <nickc@redhat.com>
17696
17697 * config/arm/arm.md (extendsfdf2): Add pattern accidentally
17698 deleted when cirrus instructions were added.
17699
17700 2003-02-27 Jason Thorpe <thorpej@wasabisystems.com>
17701
17702 * config.gcc (*-*-netbsd[2-9]*, *-*-netbsdelf[2-9]*): Enable
17703 POSIX thread support by default.
17704
17705 2003-02-27 Roger Sayle <roger@eyesopen.com>
17706
17707 * config/i386/cygwin.h: Don't include any other files directly.
17708 * config/i386/mingw32.h: Don't include cygwin.h directly.
17709 * config.gcc (cygwin, mingw32, uwin): Instead make these files
17710 explicit in the tm_files variable.
17711
17712 2003-02-27 Alan Modra <amodra@bigpond.net.au>
17713
17714 * config/rs6000/rs6000.md: Add TI constant splitter.
17715
17716 2003-02-26 Alexandre Oliva <aoliva@redhat.com>
17717
17718 * builtins.c (purge_builtin_constant_p): Handle subreg of
17719 constant_p_rtx too.
17720
17721 * function.c (assign_stack_local_1): Truncate constant added to
17722 frame_pointer_rtx or virtual_stack_vars_rtx for Pmode.
17723
17724 2003-02-26 David Edelsohn <edelsohn@gnu.org>
17725
17726 * config.gcc: Add power4 to PowerPC with_cpu list.
17727
17728 2003-02-26 Jan Hubicka <jh@suse.cz>
17729
17730 * objc-act.c: (mark_referenced_methods): Fix compilation problem.
17731
17732 2003-02-26 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
17733
17734 * gcov-dump.c (print_prefix): Fix signedness warning.
17735 * gcov-io.h (struct counter_section, struct counter_section_data): New.
17736 (struct function_info): n_arc_counts field removed, n_counter_sections,
17737 counter_sections fields added.
17738 (struct gcov_info): arc_counts, n_arc_counts fields removed,
17739 n_counter_sections, counter_sections fields added.
17740 * libgcov.c (gcov_exit, __gcov_flush): Add support for multiple
17741 profile sections.
17742 * profile.h (MAX_COUNTER_SECTIONS): New.
17743 (struct section_info): New.
17744 (struct profile_info): count_instrumented_edges,
17745 count_edges_instrumented_now fields removed, n_sections, section_info
17746 fields added.
17747 (find_counters_section): Declare.
17748 * profile.c (struct function_list): count_edges field removed,
17749 n_counter_sections, counter_sections fields added.
17750 (set_purpose, label_for_tag, build_counter_section_fields,
17751 build_counter_section_value, build_counter_section_data_fields,
17752 build_counter_section_data_value, build_function_info_fields,
17753 build_function_info_value, build_gcov_info_fields,
17754 build_gcov_info_value): New static functions.
17755 (find_counters_section): New function.
17756 (instrument_edges, get_exec_counts, compute_branch_probabilities,
17757 branch_prob, create_profiler): Modified to support multiple profile
17758 sections.
17759
17760 2003-02-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
17761
17762 * pa.c (compute_frame_size): Don't assume PREFERRED_STACK_BOUNDARY
17763 is 8 * STACK_BOUNDARY.
17764 * pa.h (PREFERRED_STACK_BOUNDARY): Change to 128 on 64-bit port.
17765
17766 2003-02-26 Michael Matz <matz@suse.de>
17767
17768 * ra-colorize.c (merge_moves): Fix list handling.
17769
17770 2003-02-26 Nick Clifton <nickc@redhat.com>
17771
17772 * config/arm/arm.c (is_load_address): Rename to...
17773 (arm_memory_load_p) ... this and make it check for SUBREGs and
17774 constant loads that will be converted into loads from the
17775 minipool.
17776 (is_cirrus_insn): Rename to ...
17777 (arm_cirrus_insn_p): ... this, for consistency. Replace test
17778 of CIRRUS_NO with CIRRUS_NOT.
17779 (cirrus_reorg): Use renamed functions.
17780 (note_invalid_constants): Change from a void function to bool.
17781 Add an extra parameter, saying whether the fixups should be
17782 pushed. Return true if fixups are needed.
17783 (arm_reorg): Use renamed functions. Use INSN_P. Replace test
17784 of CIRRUS_NO with CIRRUS_NOT.
17785 * config/arm/arm.h (FLOAT_WORDS_BIG_ENDIAN): Mention that
17786 other floating point co-processors can also affect this.
17787 * config/arm/arm.md ("type" attribute): Add mav_farith and
17788 mav_dmult. Replace references to "cirrus_type" attribute with
17789 "type".
17790 * config/arm/cirrus.md ("cirrus_fpu" attribute): Delete.
17791 ("cirrus_type" attribute): Delete - use "type" instead.
17792 ("cirrus" attribute): Replace 'no' with 'not' and 'yes' with
17793 'normal'.
17794
17795 2003-02-25 Jan Hubicka <jh@suse.cz>
17796
17797 * objc-act.c: Include cgraph.h
17798 (mark_referenced_methods): New function.
17799 (objc_init): Call it.
17800 * objc-lang.c (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Set.
17801
17802 * c-decl.c (finish_function): Honor can_defer_p even in unit-at-a-time
17803 mode.
17804
17805 * optabs.c (expand_fix): Do not widen the input operand.
17806
17807 * expr.c (emit_group_store): Fix crash when converting single
17808 register into complex register.
17809
17810 * Makefile.in (jump.o, regclass.o, alias.o): Add dependency on timevar.h
17811 * alias.c: Include timevar.h
17812 (init_alias_analysis): Set timevar
17813 * jump.c: Include timevar.h
17814 (rebuild_jump_labels): Set timevar
17815 * regcalss.c: Include timevar.h
17816 (reg_scan): Set timevar
17817 * timevar.def (TV_ALIAS_ANALYSIS, TV_REG_SCAN, TV_REBUILD_JUMP): New
17818
17819 2003-02-26 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
17820
17821 * cse.c (count_reg_usage): Fix handling of REG_EQUAL notes.
17822
17823 * Makefile.in (loop-unroll.o): New.
17824 * cfgloop.h (UAP_PEEL, UAP_UNROLL, UAP_UNROLL_ALL): New.
17825 (unroll_and_peel_loops): Declare.
17826 * alias.c (init_alias_analysis): Flag_unroll_loops renamed to
17827 flag_old_unroll_loops.
17828 * loop.c (loop_invariant_p): Ditto.
17829 * unroll.c (unroll_loop): Flag_unroll_all_loops renamed to
17830 flag_old_unroll_all_loops.
17831 * flags.h (flag_unroll_loops): Renamed to flag_old_unroll_loops.
17832 (flag_unroll_all_loops): Renamed to flag_old_unroll_all_loops.
17833 * params.def (PARAM_MAX_UNROLLED_INSNS): Default value changed.
17834 (PARAM_MAX_AVERAGE_UNROLLED_INSNS, PARAM_MAX_UNROLL_TIMES,
17835 PARAM_MAX_PEELED_INSNS, PARAM_MAX_PEEL_TIMES,
17836 PARAM_MAX_COMPLETELY_PEELED_INSNS, PARAM_MAX_COMPLETELY_PEEL_TIMES,
17837 PARAM_MAX_ONCE_PEELED_INSNS): New.
17838 * toplev.h (flag_old_unroll_loops, flag_old_unroll_all_loops): New.
17839 (flag_unroll_loops, flag_unroll_all_loops): Used for new unroller
17840 instead of old one.
17841 (flag_peel_loops): New.
17842 (lang_independent_options): The new flags added.
17843 (rest_of_compilation): Call new unroller.
17844 (process_options): Setup flags for coexistence of old and new unroller.
17845 * doc/invoke.texi: Document new options.
17846 * doc/passes.texi: Document new unroller pass.
17847
17848 2003-02-26 David Billinghurst <David.Billinghurst@riotinto.com>
17849
17850 * fixinc/fixincl.x: Regenerate
17851
17852 2003-02-26 Josef Zlomek <zlomekj@suse.cz>
17853
17854 * function.c (assign_parms): Set reg_attrs for parameters passed in
17855 registers.
17856
17857 2003-02-26 Alan Modra <amodra@bigpond.net.au>
17858
17859 PR target/9681
17860 * tlink.c (scan_linker_output): Drop leading '.' from symbol names.
17861
17862 2003-02-25 David Edelsohn <edelsohn@gnu.org>
17863
17864 * config/rs6000/xcoff.h (ASM_FILE_START): Do not emit machine
17865 pseudo-op.
17866
17867 2003-02-25 Roger Sayle <roger@eyesopen.com>
17868
17869 * combine.c (combine_simplify_rtx, simplfy_comparison): Use CC0_P.
17870 * cse.c (invalidate_skipped_set): Likewise.
17871 * integrate.c (subst_constants): Likewise.
17872 * jump.c (reversed_comparison_code_parts): Likewise.
17873 * loop.c (canonicalize_condition): Likewise.
17874 * simplify-rtx.c (simplify_relational_operation): Likewise.
17875
17876 2003-02-25 Roger Sayle <roger@eyesopen.com>
17877
17878 * builtins.def (DEF_LIB_ALWAYS_BUILTIN, DEF_UNUSED_BUILTIN): Delete.
17879 (abs, labs, fabs, fabsf, fabsl, abort, exit, _exit, _Exit): Use
17880 the appropriate macro to define built-in function.
17881 (fmod,fmodf,fmodl): New built-in functions.
17882
17883 * doc/extend.texi (fmod,fmodf,fmodl): Document new built-ins.
17884
17885 2003-02-25 Richard Henderson <rth@redhat.com>
17886
17887 * config/i386/i386.c (function_arg): Pass variable sized
17888 structures correctly on the stack.
17889
17890 2003-02-25 Kazu Hirata <kazu@cs.umass.edu>
17891
17892 * reload1.c (reload_cse_move2add): Use STRICT_LOW_PART if PLUS
17893 does not reduce the cost of SET.
17894
17895 2003-02-25 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
17896
17897 PR target/9732
17898 * config/rs6000/rs6000.c (first_reg_to_save): Handle
17899 PIC_OFFSET_TABLE_REGNUM for -fPIC too.
17900 (rs6000_emit_prologue): Likewise.
17901 (rs6000_emit_epilogue): Likewise.
17902 * config/rs6000/rs6000.h (CONDITIONAL_REGISTER_USAGE): Make
17903 PIC_OFFSET_TABLE_REGNUM a fixed register for -fPIC.
17904
17905 2003-02-25 Richard Henderson <rth@redhat.com>
17906
17907 * real.c (real_to_integer2): Force overflow result only for
17908 unsigned overflow.
17909
17910 2003-02-25 Kazu Hirata <kazu@cs.umass.edu>
17911
17912 * gcse.c (cprop_jump): Revert the 2003-02-23 change.
17913
17914 2003-02-25 Vladimir Makarov <vmakarov@toke.toronto.redhat.com>
17915 Richard Henderson <rth@redhat.com>
17916
17917 * sched-ebb.c (add_deps_for_risky_insns): Add the dependence when
17918 there is no similar load.
17919
17920 2003-02-25 Vladimir Makarov <vmakarov@redhat.com>
17921 Richard Henderson <rth@redhat.com>
17922
17923 * sched-int.h (INSN_TRAP_CLASS, WORST_CLASS): Move them from
17924 sched-rgn.c.
17925 (add_forward_dependence): New function prototype.
17926
17927 * sched-rgn.c (INSN_TRAP_CLASS, WORST_CLASS): Move them to
17928 sched-init.h.
17929 (CONST_BASED_ADDRESS_P, may_trap_exp, haifa_classify_insn): Move
17930 them to haifa-sched.c.
17931
17932 * haifa-sched.c (CONST_BASED_ADDRESS_P, may_trap_exp,
17933 haifa_classify_insn): Move them from sched-rgn.c.
17934
17935 * sched-deps.c (add_dependence): Return flag of creating a new
17936 entry.
17937 (add_forward_dependence): New function.
17938 (compute_forward_dependences): Use the function.
17939
17940 * sched-ebb.c (earliest_block_with_similiar_load): New function.
17941 (add_deps_for_risky_insns): New function.
17942 (schedule_ebb): Call the function.
17943
17944 2003-02-20 Aldy Hernandez <aldyh@redhat.com>
17945
17946 * doc/tm.texi: Document Rename TARGET_VECTOR_TYPES_COMPATIBLE to
17947 TARGET_VECTOR_OPAQUE_P. Document accordingly.
17948
17949 * testsuite/gcc.dg/20030218-1.c: Check that initialization of
17950 opaque types fail.
17951
17952 * c-typeck.c (comptypes): Change call to vector_types_compatible
17953 to vector_opaque_p.
17954 (convert_for_assignment): Call vector_opaque_p instead of
17955 vector_types_compatible.
17956 (really_start_incremental_init): Disallow initialization of opaque
17957 types.
17958
17959 * target-def.h: Remove TARGET_VECTOR_TYPES_COMPATIBLE.
17960 Define TARGET_VECTOR_OPAQUE_P.
17961 (TARGET_INITIALIZER): Same.
17962
17963 * target.h (struct gcc_target): Remove vector_types_compatible.
17964 Add vector_opaque_p.
17965
17966 * config/rs6000/rs6000.c (rs6000_spe_vector_types_compatible):
17967 Remove.
17968 (is_ev64_opaque_type): Check for TARGET_SPE and make sure type is
17969 a vector type. Change return type to bool.
17970 (TARGET_VECTOR_TYPES_COMPATIBLE): Remove.
17971 (TARGET_VECTOR_OPAQUE_P): Define.
17972
17973 * cp/parser.c (cp_parser_init_declarator): Call vector_opaque_p
17974 target hook.
17975 Include target.h.
17976 (cp_parser_init_declarator): Fix typo in function comments.
17977
17978 2003-02-25 Jan Hubicka <jh@suse.cz>
17979
17980 * Makefile.in (lcm.o): Add dependency on function.h
17981 * lcm.c (function.h): Include.
17982 * i386.c (machine_function, ix86_stack_locals,
17983 * ix86_save_varrargs_registers) : Move to
17984 ...
17985 * i386.h (machine_function, ix86_stack_locals,
17986 ix86_save_varrargs_registers): ... here; add optimize_mode_switching
17987 (ix86_optimize_mode_switching): New.
17988 * i386.md (fix patterns): Set ix86_optimize_mode_switching
17989
17990 2003-02-25 Nick Clifton <nickc@redhat.com>
17991
17992 * config/d30v/d30v.c (d30v_init_cumulative_args): Fix typo. Name
17993 of fourth arg is 'fndecl' not 'indirect'. Update comment
17994 describing the function's parameters.
17995
17996 2003-02-24 Jan Hubicka <jh@suse.cz>
17997
17998 * combine.c (simplify_shift_const): Fix previous patch.
17999
18000 2003-02-24 Jeff Law <law@redhat.com>
18001
18002 * i386.md (testdi_1_rex64): Discourage reload from using the %eax
18003 alternative.
18004 (testsi_1, testhi_1, testqi_1): Likewise.
18005
18006 2003-02-24 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
18007
18008 * config/alpha/osf.h (TARGET_OS_CPP_BUILTINS): Rename
18009 __EXTERN_PREFIX to __PRAGMA_EXTERN_PREFIX.
18010 * doc/extend.texi (Tru64 Pragmas): Reflect this.
18011
18012 * fixinc/inclhack.def (alpha___extern_prefix): Indicate #pragma
18013 extern_prefix support for Tru64 UNIX V5 <sys/stat.h>.
18014 * fixinc/fixincl.x: Regenerate.
18015 * fixinc/tests/base/sys/stat.h [ALPHA___EXTERN_PREFIX_CHECK]: New
18016 testcase.
18017 Fixes PR c/5059, c/6126, other/9671.
18018
18019 2003-02-24 Roger Sayle <roger@eyesopen.com>
18020
18021 * gcc.c (do_spec_1) ['{']: Handle pending argument upon return
18022 from handle_braces in "%{...}".
18023
18024 2003-02-24 Kaz Kojima <kkojima@gcc.gnu.org>
18025
18026 * config/sh/sh.c (TARGET_HAVE_TLS): Conditionally define.
18027 (prepare_move_operands): Handle TLS operands.
18028 (tls_symbolic_operand): New.
18029 (nonpic_symbol_mentioned_p): Handle TLS UNSPECs.
18030 (legitimize_pic_address): Do nothing for the TLS symbol.
18031 (sh_encode_section_info): Handle TLS case.
18032 (sh_strip_name_encoding): Drop TLS encoding.
18033 * config/sh/sh-protos.h (tls_symbolic_operand): Add prototype.
18034 * config/sh/sh.h (SH_TLS_ENCODING): Define.
18035 (TLS_SYMNAME_P, STRIP_TLS_ENCODING): Likewise.
18036 (ASM_OUTPUT_LABELREF): Drop TLS encoding.
18037 (OUTPUT_ADDR_CONST_EXTRA): Handle TLS UNSPECs.
18038 * config/sh/sh.md: Define TLS UNSPEC constants.
18039 (type): Add tls_load.
18040 ("tls_global_dynamic", "tls_local_dynamic"): New insns.
18041 ("sym2DTPOFF", "symDTPOFF2reg", "sym2GOTTPOFF"): New expanders.
18042 ("tls_initial_exec"): New insn.
18043 ("sym2TPOFF", "symTPOFF2reg"): New expanders.
18044 ("load_gbr"): New insn.
18045
18046 * configure.in (HAVE_AS_TLS): Add sh-*-* and sh[34]*-*-* cases.
18047 * configure: Regenerate.
18048
18049 2003-02-24 Alan Modra <amodra@bigpond.net.au>
18050
18051 PR 9297, PR 9722
18052 * calls.c (store_one_arg): Revert 1999-02-16 change. Revert
18053 2000-12-17 change. Pass EXPAND_STACK_PARM to expand_expr.
18054 * expr.h (enum expand_modifier): Define EXPAND_STACK_PARM.
18055 (enum block_op_methods): Reorder for better store_expr optimization.
18056 * expr.c (store_expr): Test bit 1 of "want_value" for call param
18057 stores, test bit 0 for original want_value meaning. Pass
18058 BLOCK_OP_CALL_PARM to emit_block_move when bit 1 set. Adjust
18059 recursive calls, and calls to expand_param.
18060 (expand_expr): Handle EXPAND_STACK_PARM modifier. When cse
18061 expected, set target to 0 rather than to subtarget. Formatting.
18062
18063 2003-02-23 Kazu Hirata <kazu@cs.umass.edu>
18064
18065 * gcse.c (cprop_jump): Use the REG_EQUAL note if available.
18066
18067 2003-02-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18068
18069 * doc/invoke.texi (ggc-min-expand, ggc-min-heapsize): Document
18070 new default behavior.
18071 * ggc-common.c: Include sys/resource.h.
18072 (ggc_rlimit_bound): New function.
18073 (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic): Update
18074 defaults to account for rlimits.
18075
18076 2003-02-22 Richard Henderson <rth@redhat.com>
18077
18078 * i386.c, i386.h (TUNEMASK): Rename from CPUMASK.
18079
18080 2003-02-22 Kelley Cook <kelley@dwhoops.info>
18081
18082 * i386.h, i386.c, i386.md (ix86_tune): Rename from ix86_cpu.
18083 (ix86_tune_string): Rename from ix86_cpu_string.
18084
18085 2003-02-22 Kelley Cook <kelleycook@comcast.net>
18086
18087 * config/i386/i386.c: Replace "mcpu" with "mtune".
18088 * config/i386/i386.h (TARGET_OPTIONS): Likewise.
18089 (CC1_CPU_SPEC): Likewise. New warning for "-mcpu".
18090 * doc/invoke.texi (i386 and x86-64 Options): Replace "mcpu"
18091 with "mtune". Note that "mcpu" is a deprecated synonym for "mtune".
18092
18093 2003-02-23 Andreas Schwab <schwab@suse.de>
18094
18095 * config.gcc: Delete references to m68k/t-linux and
18096 m68k/t-linux-aout.
18097 * config/m68k/t-linux, config/m68k/t-linux-aout: Removed.
18098
18099 2003-02-22 Jan Hubicka <jh@suse.cz>
18100
18101 * toplev.c (rest_of_compilation): Apply fotgotten hunk
18102 of track scheduling patch.
18103
18104 2003-02-22 Jan Hubicka <jh@suse.cz>
18105
18106 * config/linux.h (TARGET_HAS_F_SETLKW): Define.
18107 * config/alpha/linux.h (TARGET_HAS_F_SETLKW): Likewise
18108
18109 2003-02-22 Jan Hubicka <jh@suse.cz>
18110
18111 * c-decl.c (c_expand_body_1): Fix.
18112
18113 2003-02-22 Jan Hubicka <jh@suse.cz>
18114
18115 * expmed.c (expand_divmod): Undo sign extensions for unsigned operands
18116
18117 * cfgcleanup.c (try_forward_edges): Don't check loop structures
18118 when not optimizing.
18119 (cleanup_cfg): Do not iterate trought delete_trivially_dead_insns
18120 when not expensive.
18121 * toplev.c (rest_of_compilation): Duplicate loop headers only when
18122 optimizing; Delete trivially dead insns early; fix optimize check.
18123
18124 * Makefile.in (c-decl.o, c-objc-common.o, cgraph.o, tree-inline.o): Add
18125 dependency on cgraph.h
18126 * c-decl.c: Include cgraph.h
18127 (finish_function): Update call of tree_inlinable_function_p.
18128 * c-objc-common.c: Include cgraph.h
18129 * cgraph.h: New file.
18130 * cgraphunit.c: New file.
18131 * cgraph.c (cgraph_node, cgraph_edge): Move into cgraph.h
18132 (cgraph_nodes, cgraph_n_nodes): Globalize.
18133 (cgraph_finalize_function, cgraph_finalize_compilation_unit
18134 cgraph_create_edges, cgraph_optimize, cgraph_mark_needed_node):
18135 Move into cgraphunit.c
18136 * tree-inline.c: Include cgraph.h
18137 * tree-inline.c: Include cgraph.h
18138
18139 2003-02-22 Josef Zlomek <zlomekj@suse.cz>
18140
18141 * config/i386/i386.md: Use gen_lowpart instead of gen_rtx_REG
18142 for copying a register.
18143
18144 2003-02-22 Steven Bosscher <s.bosscher@student.tudelft.nl>
18145
18146 PR other/3782
18147 * toplev.c (process_options): If flag_detailed_statistics is set,
18148 then set time_report as well.
18149
18150 PR c/8828
18151 * jump.c (never_reached_warning): Don't fall through BARRRIER
18152 insns. Update comments to reflect what the function really does.
18153
18154 2003-02-21 Roger Sayle <roger@eyesopen.com>
18155
18156 * fold-const.c (omit_one_operand): No longer static.
18157 * tree.h (omit_one_operand): Prototype here.
18158 (div_and_round_double): Keep fold-const.c prototypes together.
18159 * builtins.c (builtin_mathfn_code): Handle binary built-in
18160 funtions, such as "pow" and "atan2".
18161 (fold_builtin): Optimize both pow(x,0.0) and pow(1.0,y) to 1.0.
18162 Simplify optimizations using "type" the builtin's return type.
18163
18164 2003-02-22 Hans-Peter Nilsson <hp@axis.com>
18165
18166 * config/cris/cris.c (cris_rtx_costs): Blockify dangling else.
18167 Fix functionalization typo.
18168
18169 * regmove.c (optimize_reg_copy_1): Do not replace a hard register
18170 in an asm.
18171
18172 2003-02-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18173
18174 * Makefile.in (ggc-common.o): Depend on $(PARAMS_H)
18175 * doc/invoke.texi (ggc-min-expand, ggc-min-heapsize): Update
18176 documentation.
18177 * ggc-common.c: Include params.h
18178 (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic,
18179 init_ggc_heuristics): New functions.
18180 * ggc.h (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic,
18181 init_ggc_heuristics): Prototype.
18182 * toplev.c (print_version): Output GGC heuristics.
18183 (parse_options_and_default_flags): Call init_ggc_heuristics.
18184
18185 2003-02-22 Jan Hubicka <jh@suse.cz>
18186
18187 * i386.c (def_builtin): Special case 64bit builtins.
18188 (MASK_SSE164, MASK_SSE264): New constants.
18189 (builtin_description): Add 64bit builtins.
18190 (ix86_init_mmx_sse_builtins): Likewise.
18191 * i386.h (enum ix86_builtins): Likewise.
18192 * i386.md (cvtss2siq, cvttss2siq, cvtsd2siq, cvttsd2siq, cvtsi2sdq,
18193 sse2_movq2dq_rex64, sse2_movsq2q_rex64): New.
18194 (sse2_movq2dq, sse2_movsq2q): Disable for 64bit.
18195 * mmintrin.h (_mm_cvtsi64x_si64, _mm_set_pi64x, _mm_cvtsi64_si64x): New.
18196 * xmmintrin.h (_mm_cvtss_si64x, _mm_cvttss_si64x, _mm_cvtsi64x_ss,
18197 _mm_set_epi64x, _mm_set1_epi64x, _mm_cvtsd_si64x, _mm_cvttsd_si64x,
18198 _mm_cvtsi64x_sd, _mm_cvtsi64x_si128, _mm_cvtsi128_si64x): New.
18199
18200 2003-02-22 Jan Hubicka <jh@suse.cz>
18201
18202 * i386.c (builtin_description): Add __builtin_ia32_paddq and
18203 __builtin_ia32_psubq. Fix __builtin_ia32_paddq128
18204 and __builtin_ia32_psubq128.
18205 * i386.h (IX86_BUILTIN_PADDQ, IX86_BUILTIN_PSUBQ): New.
18206 * i386.md (addv*, mmx_ior*, mmx_xoe*, mmx_and*): Add missing '%'.
18207 (mmx_adddi3, mmx_subdi3): New.
18208 * mmintrin.h (_mm_add_si64, _mm_sub_si64): New.
18209 * xmmintrin.h (_mm_movepi64_pi64): New.
18210 (_mm_add_epi64, _mm_sub_epi64): fix.
18211 (_mm_mul_pu16): Rename to...
18212 (_mm_mul_su32): ... this one.
18213
18214 * builtins.c (expand_builtin_expect): Do not predict
18215 flag_guess_branch_prob is not set.
18216 * c-semantics.c (expand_stmt): Likewise.
18217 * predict.c (predict_insn): Likewise.
18218 * stmt.c (expand_continue_loop): Likewise.
18219 * toplev.c (rest_of_compilation): Do not call
18220 note_prediction_to_br_prob and note_prediction_to_br_prob
18221 when not optimizing.
18222
18223 2003-02-21 Jan Hubicka <jh@suse.cz>
18224
18225 * cfgrtl.c (commit_edge_insertions): Call
18226 find_many_sub_basic_block only when some code has been emitted.
18227 (commit_edge_insertions_watch_calls): Bring into sync with
18228 commit_edge_insertions
18229
18230 2003-02-21 J"orn Rennecke <joern.rennecke@superh.com>
18231
18232 * sh.h (OVERRIDE_OPTIONS): Fix code that clears 'e' register class.
18233
18234 * sh.md (binary_sf_op): Use extra constant operand instead of
18235 negating constant operand 4.
18236 * sh.c (sh_expand_binop_v2sf): Supply it.
18237
18238 2003-02-21 Zack Weinberg <zack@codesourcery.com>
18239
18240 * cpphash.h (struct lexer_state): Add directive_wants_padding.
18241 * cpplib.c (_cpp_handle_directive): Set directive_wants_padding
18242 for directives of type INCL.
18243 (glue_header_name, parse_include): Use get_token_no_padding.
18244 * cppmacro.c (replace_args): If directive_wants_padding,
18245 provide padding tokens.
18246
18247 2003-02-21 Kazu Hirata <kazu@cs.umass.edu>
18248
18249 * config/h8300/h8300.md (a peephole2): New.
18250
18251 2003-02-21 Jan Hubicka <jh@suse.cz>
18252
18253 * cfgrtl.c (commit_one_edge_insertion): Only mark BB for splitting.
18254 (commit_edge_insertions): Call find_many_sub_basic_blocks
18255
18256 * reg-stack.c (convert_regs): Cleax aux for blocks.
18257
18258 2003-02-21 Jan Hubicka <jh@suse.cz>
18259
18260 * toplev.c (parse_options_and_default_flags): Undo accidental commit.
18261
18262 2003-02-21 Glen Nakamura <glen@imodulo.com>
18263
18264 PR optimization/8613
18265 * builtins.c (expand_builtin): Emit postincrements before expanding
18266 builtin functions.
18267
18268 2003-02-21 Ben Elliston <bje@redhat.com>
18269
18270 PR other/5634
18271 * doc/install.texi (Configuration): Explain using $HOME instead of
18272 the ~ metacharacter when referring to home directories.
18273
18274 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
18275
18276 * configure.in (TARGET_SYSTEM_ROOT): Set default to
18277 ${exec_prefix}/${target_alias}/sys-root. Match explicit
18278 '${exec_prefix}' (in addition to the expansion thereof) as
18279 relocatable.
18280 * configure: Rebuilt.
18281
18282 2003-02-20 Kazu Hirata <kazu@cs.umass.edu>
18283
18284 * config/h8300/h8300.md (addhi3_incdec): Change the name to
18285 *addhi3_incdec.
18286 (addsi3_incdec): Change the name to *addsi3_incdec.
18287
18288 2003-02-20 Roger Sayle <roger@eyesopen.com>
18289
18290 * explow.c (force_reg): Avoid useless REG_EQUAL notes.
18291
18292 2003-02-20 Toon Moene <toon@moene.indiv.nluug.nl>
18293
18294 PR fortran/9038
18295 * c-opts.c (sanitize_cpp_opts): Add Fortran front end
18296 options to be ignored.
18297 (c_common_decode_option): Ignore them when preprocessing.
18298
18299 2003-02-20 Jan Hubicka <jh@suse.cz>
18300
18301 * toplev.c (flag_sched2_use_superblocks, flag_sched2_use_traces): New
18302 global variables.
18303 (lang_independent_options): Add -fsched2-use-superblocks
18304 -fsced2-use-traces.
18305 (rest_of_compilation): Deal with it.
18306 * invoke.texi (-fsched2-use-traces, fsched2-use-superblocks): Declare.
18307 * flags.h (flag_sched2_use_superblocks, flag_sched2_use_traces):
18308 Declare.
18309 * rtl.h (reg_to_stack): Update prototype.
18310 * reg-stack.c (reg_to_stack): Return when something has changed;
18311 update liveness when executing after superblock scheduling.
18312
18313 * combine.c (simplify_shift_const): Simplify few special cases
18314 into constants.
18315
18316 2003-02-20 David Edelsohn <edelsohn@gnu.org>
18317
18318 * config/rs6000/rs6000.md: (attr "type"): Add fast_compare.
18319 (add.,subf.,neg.): Change attribute to fast_compare.
18320 All DFA descriptions updated.
18321
18322 2003-02-20 Nathan Sidwell <nathan@codesourcery.com>
18323
18324 Change base class access representation.
18325 * tree.h (TREE_VIA_PUBLIC, TREE_VIA_PROTECTED,
18326 TREE_VIA_PRIVATE): Remove.
18327 (BINFO_BASEACCESSES): New binfo elt.
18328 (BINFO_BASEACCESS): New accessor.
18329 (BINFO_ELTS): Increase.
18330 (TI_ACCESS_PUBLIC, TI_ACCESS_PROTECTED, TI_ACCESS_PRIVATE): New.
18331 (access_public_node, access_protected_node,
18332 access_private_node): New global nodes.
18333 * tree.c (build_common_tree_nodes_2): Initialize access nodes.
18334 * dbxout.c (dbxout_type): Adjust.
18335 * dwarf2out.c (gen_inheritance_die): Add access parameter.
18336 (gen_member_die): Adjust.
18337 * dwarfout.c (output_inheritance_die): ARG is array of two trees.
18338 (output_type): Adjust.
18339 * tree-dump.c (dequeue_and_dump): Adjust binfo dumping.
18340
18341 Change base class access representation. Share virtual base
18342 binfos.
18343 * cp/call.c (build_special_member_call): Remove binfo_for_vbase
18344 call.
18345 * cp/class.c (build_base_path): Likewise.
18346 (build_primary_vtable): Adjust BINFO_NEW_VTABLE_MARKED use.
18347 (build_secondary_vtable): Remove FOR_TYPE arg. Adjust.
18348 (make_new_vtable): Adjust.
18349 (force_canonical_binfo_r): Delete.
18350 (force_canonical_binfo): Delete.
18351 (mark_primary_virtual_base): Delete.
18352 (dfs_unshared_virtual_bases): Delete.
18353 (mark_primary_bases): Adjust.
18354 (maybe_warn_about_overly_private_class): Adjust.
18355 (dfs_base_derived_from): Delete.
18356 (base_derived_from): Follow the inheritance chain.
18357 (struct find_final_overrider_data): Add vpath member.
18358 (dfs_find_final_overrider): Adjust.
18359 (dfs_find_final_overrider_q, dfs_find_final_overrider_post): New.
18360 (find_final_overrider): Adjust.
18361 (update_vtable_entry_for_fn): Adjust.
18362 (modify_all_vtables): Adjust.
18363 (walk_subobject_offsets): Adjust.
18364 (layout_nonempty_base_or_field): Adjust.
18365 (layout_empty_base): Remove last parameter. Adjust.
18366 (build_base_field): Adjust.
18367 (build_base_fields): Adjust.
18368 (propagate_binfo_offsets): Remove last parameter. Adjust.
18369 (dfs_set_offset_for_unshared_vbases): Delete.
18370 (layout_virtual_bases): Adjust.
18371 (finish_struct_1): Adjust.
18372 (init_class_processing): Don't init access nodes.
18373 (dfs_get_primary_binfo): Delete.
18374 (get_primary_binfo): Adjust.
18375 (dump_class_hierarchy_r): Remove most derived arg, add IGO
18376 parameter. Adjust.
18377 (dump_class_hierarchy): Adjust.
18378 (finish_vtbls): Adjust.
18379 (get_original_base): Delete.
18380 (build_vtt_inits): Adjust.
18381 (dfs_build_secondary_vptr_vtt_inits): Adjust.
18382 (dfs_ctor_vtable_bases_queue_p): Adjust.
18383 (build_ctor_vtbl_group): Adjust.
18384 (dfs_accumulate_vtbl_inits): Adjust.
18385 (build_vtbl_initializer): Adjust.
18386 (build_vbase_offset_vtbl_entries): Adjust.
18387 (add_vcall_offset_vtbl_entries_1): Adjust.
18388 * cp/cp-tree.h (CPTI_ACCESS_*): Remove.
18389 (access_*_node): Remove.
18390 (CANONICAL_BINFO): Delete.
18391 (BINFO_UNSHARED_MARKED): Remove.
18392 (BINFO_MARKED): Set LANG_FLAG_0 directly.
18393 (SET_BINFO_MARKED, CLEAR_BINFO_MARKED): Delete.
18394 (BINFO_VTABLE_PATH_MARKED): Set LANG_FLAG_3 directly.
18395 (SET_BINFO_VTABLE_PATH_MARKED, CLEAR_BINFO_VTABLE_PATH_MARKED):
18396 Delete.
18397 (BINFO_NEW_VTABLE_MARKED): Set LANG_FLAG_4 directly.
18398 (SET_BINFO_NEW_VTABLE_MARKED): Adjust.
18399 (SET_BINFO_PUSHDECLS_MARKED, CLEAR_BINFO_PUSHDECLS_MARKED):
18400 Delete.
18401 (BINFO_DEPENDENT_BASE_P): New.
18402 (dfs_walk, dfs_walk_real): Queue function takes derived binfo and
18403 index.
18404 (markedp, unmarkedp): Adjust.
18405 (dfs_unmarked_real_bases_queue_p, dfs_marked_real_bases_queue_p,
18406 dfs_skip_vbases, marked_vtable_pathp, unmarked_vtable_pathp,
18407 find_vbase_instance, binfo_for_vbase): Delete.
18408 (copied_binfo, original_binfo): Declare.
18409 (finish_base_specifier): Add virtual_p arg.
18410 (unshare_base_binfos): Delete.
18411 (copy_base_binfos): Declare.
18412 (reverse_path): Delete.
18413 * cp/decl.c (xref_basetypes): Access and virtuality passed
18414 differently. Don't copy direct base binfos here. Call
18415 copy_base_binfos.
18416 * cp/init.c (dfs_initialize_vtbl_ptrs): Adjust.
18417 (initialize_vtbl_ptrs): Adjust.
18418 (expand_member_init): Adjust.
18419 * cp/parser.c (cp_parser_base_specifier): Adjust.
18420 * cp/pt.c (instantiate_class_template): Adjust.
18421 (get_template_base_recursive): Adjust.
18422 * cp/rtti.c (get_pseudo_ti_init): Adjust.
18423 (get_pseudo_ti_desc): Adjust.
18424 * cp/tree.c (unshare_base_binfos): Rename to ...
18425 (copy_base_binfos): ... here, reimplement.
18426 (make_binfo): Set BINFO_DEPENDENT_BASE_P.
18427 (reverse_path): Remove.
18428 * cp/typeck.c (get_delta_difference): Adjust error messages.
18429 * cp/semantics.c (finish_base_specifier): Add virtual arg, adjust.
18430 * cp/search.c (lookup_base_r): Adjust.
18431 (dynamic_cast_base_recurse): Adjust.
18432 (canonical_binfo): Remove.
18433 (dfs_canonical_queue): Remove.
18434 (dfs_assert_unmarked_p): Remove.
18435 (assert_canonical_unmarked): Remove.
18436 (shared_marked_p, shared_unmarked_p): Remove.
18437 (BINFO_ACCESS, SET_BINFO_ACCESS): Use TREE_PUBLIC & TREE_PRIVATE.
18438 (dfs_access_in_type): Adjust.
18439 (access_in_type): Adjust.
18440 (dfs_accessible_queue_p): Adjust.
18441 (dfs_accessible_p): Adjust.
18442 (is_subobject_of_p_1, is_subobject_of_p): Remove.
18443 (struct lookup_field_info): Remove from_dep_base_p field.
18444 (lookup_field_queue_p): Adjust, test BINFO_DEPENDENT_BASE_P.
18445 (lookup_field_r): Remove dependent base code.
18446 (lookup_member): Likewise.
18447 (dfs_walk, dfs_walk_real): Add access arg to queue fn.
18448 (dfs_unmarked_real_bases_queue_p): Remove.
18449 (dfs_marked_real_bases_queue_p): Remove.
18450 (dfs_skip_vbases): Remove.
18451 (dfs_get_pure_virtuals): Adjust.
18452 (markedp, unmarkedp): Adjust.
18453 (marked_vtable_pathp, unmarked_vtable_pathp): Remove.
18454 (marked_pushdecls_p, unmarked_pushdecls_p): Adjust.
18455 (dfs_unmark): Adjust.
18456 (dfs_get_vbase_types):Remove.
18457 (dfs_build_inheritance_graph_order): Remove.
18458 (get_vbase_types): Remove
18459 (dfs_find_vbase_instance): Remove.
18460 (find_vbase_instance): Remove.
18461 (dfs_debug_unmarkedp): Adjust.
18462 (dependent_base_p): Remove.
18463 (dfs_push_type_decls): Adjust.
18464 (dfs_push_decls): Adjust.
18465 (dfs_no_overlap_yet): Adjust.
18466 (copied_binfo): New function.
18467 (original_binfo): New function.
18468 (binfo_for_vbase): Remove.
18469
18470 Change base class access representation.
18471 * java/class.c (set_super_info): Don't set TREE_VIA_PUBLIC.
18472 (add_interface_do): Likewise.
18473
18474 2003-02-20 David Edelsohn <edelsohn@gnu.org>
18475
18476 * config/rs6000/sysv4.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Define.
18477 * config/rs6000/power4.md (power4-store,power4-vecstore): New
18478 insn reservations.
18479 (power4-fpstore): Compact.
18480
18481 2003-02-20 Kazu Hirata <kazu@cs.umass.edu>
18482
18483 * config/h8300/h8300.md (*iorsi3_w): New.
18484
18485 2003-02-20 Josef Zlomek <zlomekj@suse.cz>
18486
18487 * combine.c (distribute_notes): Kill REG_EXEC_COUNT.
18488 * rtl.c (reg_note_name): Likewise.
18489 * rtl.h (enum reg_note): Likewise.
18490 * doc/invoke.texi: Likewise.
18491 * doc/rtl.texi: Likewise.
18492
18493 2003-02-20 Josef Zlomek <zlomekj@suse.cz>
18494
18495 * bb-reorder.c (find_traces_1_round): Fix comment typo.
18496
18497 2003-02-19 Roger Sayle <roger@eyesopen.com>
18498
18499 * fold-const.c (fold_real_zero_addition_p): Don't fold a zero
18500 addition in the presence of signaling NaNs.
18501
18502 2003-02-19 Krister Walfridsson <cato@df.lth.se>
18503
18504 * tm.texi (INIT_CUMULATIVE_ARGS): Fix typo.
18505
18506 2003-02-19 Kazu Hirata <kazu@cs.umass.edu>
18507
18508 * config/h8300/h8300.c (output_logical_op): Optimize or.l when
18509 ORing with 0xffff??00 with the highest bit of the ?? part set.
18510 (compute_logical_op_length): Update.
18511 (compute_logical_op_cc): Likewise.
18512
18513 2003-02-19 Josef Zlomek <zlomekj@suse.cz>
18514
18515 * bb-reorder.c (find_traces_1_round): Fixed condition for small
18516 destination block with multiple predecessors.
18517 (connect_traces): Check whether the block is a start of trace.
18518
18519 2003-02-19 Jan Hubicka <jh@suse.cz>
18520
18521 * calls.c (expand_call): Update call of INIT_CUMULATIVE_ARGS
18522 * function.c (assign_params): Likewise.
18523 * arm-protos.h (arm_init_cumulative_args): Update prototype.
18524 * arm.c (arm_init_cumulative_args): Update function.
18525 * arm.h (INIT_CUMULATIVE_ARGS): Update.
18526 * avr-protos.h (init_cumulative_args): Update prototype.
18527 * avr.c (init_cumulative_args): Update function.
18528 * avr.h (INIT_CUMULATIVE_ARGS): Update.
18529 * d30v-protos.h (d30v_init_cumulative_args): Update prototype.
18530 * d30v.c (d30v_init_cumulative_args): Update function.
18531 * d30v.h (INIT_CUMULATIVE_ARGS): Update.
18532 * frv-protos.h (frv_init_cumulative_args): Update prototype.
18533 * frv.c (frv_init_cumulative_args): Update function.
18534 * frv.h (INIT_CUMULATIVE_ARGS): Update.
18535 * mips.c (mips_expand_prolgue): Update call of INIT_CUMULATIVE_ARGS.
18536 * pa.h (INIT_CUMULATIVE_ARGS): Update.
18537 * sparc-protos.h (init_cumulative_args): Update prototype.
18538 * sparc.c (init_cumulative_args): Update function.
18539 * sparc.h (INIT_CUMULATIVE_ARGS): Update.
18540 * tm.texi (INIT_CUMULATIVE_ARGS): Update documentation.
18541
18542 2003-02-19 Kazu Hirata <kazu@cs.umass.edu>
18543
18544 * config/h8300/h8300.md (*iorsi3_two_qi_sext): New.
18545 (*ashiftsi_sextqi_7): Likewise.
18546
18547 2003-02-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
18548
18549 * config/mips/iris6.h (TARGET_OS_CPP_BUILTINS): Define __c99 for
18550 ISO C99 and C++.
18551
18552 * fixinc/inclhack.def (irix___restrict): Don't change __restrict
18553 for C++ on IRIX 6.5.1[89].
18554 * fixinc/tests/base/internal/sgimacros.h: New file.
18555
18556 * fixinc/inclhack.def (irix_wcsftime): Use XPG5 variant for C99.
18557 * fixinc/tests/base/internal/wchar_core.h: New file.
18558
18559 * fixinc/inclhack.def (irix_socklen_t): Fix broken IRIX 6.5.1[78]
18560 socklen_t definition.
18561 * fixinc/fixincl.x: Regenerate.
18562 * fixinc/tests/base/sys/socket.h: New file.
18563 Fixes PR libgcj/9652.
18564
18565 2003-02-19 Jan Hubicka <jh@suse.cz>
18566
18567 * i386.md (movsfcc_1, movdfcc_1): Fix constrains.
18568
18569 2003-02-19 David Edelsohn <edelsohn@gnu.org>
18570
18571 * config/rs6000/rs6000.c (rs6000_override_options): Initialize
18572 align_jumps_max_skip and align_loops_max_skip.
18573
18574 2003-02-19 Thierry Moreau <thierry.moreau@connotech.com>
18575
18576 * config/rs6000/rs6000.c (rs6000_encode_section_info): Do not
18577 test size if named section.
18578
18579 2003-02-19 Daniel Jacobowitz <drow@mvista.com>
18580
18581 * expr.c (expand_expr): Use gen_int_mode for the argument
18582 to gen_rtx_MULT.
18583
18584 2003-02-19 Jan Hubicka <jh@suse.cz>
18585
18586 * i386.md (cosxf2): Fix conditional.
18587
18588 2003-02-19 Kazu Hirata <kazu@cs.umass.edu>
18589
18590 * config/h8300/h8300.md (extendqisi2): Change to an expander.
18591 (*extendqisi2_h8300): New.
18592 (*extendqisi2_h8300hs): Likewise.
18593
18594 2003-02-19 Kazu Hirata <kazu@cs.umass.edu>
18595
18596 * config/h8300/h8300-protos.h: Update the prototype for
18597 split_adds_subs. Remove the prototypes for
18598 const_int_le_2_operand and const_int_le_6_operand.
18599 * config/h8300/h8300.c (split_adds_sub): Don't output inc/dec.
18600 (const_int_le_2_operand): Remove.
18601 (const_int_le_6_operand): Likewise.
18602 * config/h8300/h8300.h (PREDICATE_CODES): Remove the entries
18603 for const_int_le_2_operand and const_int_le_6_operand.
18604 * config/h8300/h8300.md: Update all uses of split_adds_subs.
18605 (a peephole2): New.
18606
18607 2003-02-18 Jan Hubicka <jh@suse.cz>
18608
18609 * cgraph.c (NPREDECESORC, SET_NPREDECESORS): Kill.
18610 (cgraph_expand_function): Rewrite.
18611
18612 2003-02-18 Matt Austern <austern@apple.com>
18613
18614 * toplev.c, langhooks.c, langhooks-def.h: Move
18615 write_global_declarations from toplev.c to langhooks.c.
18616
18617 2003-02-18 Kazu Hirata <kazu@cs.umass.edu>
18618
18619 * config/h8300/h8300.c (general_operand_src): Always check
18620 MODE.
18621 (general_operand_dst): Likewise.
18622
18623 2003-02-18 Roger Sayle <roger@eyesopen.com>
18624
18625 * convert.c (convert_to_real): Also optimize (float)log(x) into
18626 logf(x) where x is a float, i.e. also handle BUILT_IN_LOG{,L}.
18627
18628 2003-02-18 Kaz Kojima <kkojima@gcc.gnu.org>
18629
18630 * config/sh/sh.c (unspec_caller_rtx_p): New.
18631 (sh_cannot_copy_insn_p): New.
18632 (TARGET_CANNOT_COPY_INSN_P): New.
18633
18634 2003-02-18 Richard Henderson <rth@redhat.com>
18635
18636 * c-common.c (handle_used_attribute): Accept static data too.
18637
18638 2003-02-18 Nick Clifton <nickc@redhat.com>
18639 Aldy Hernandez <aldyh@redhat.com>
18640
18641 * testsuite/gcc.dg/20030218-1.c: New.
18642
18643 * doc/tm.texi: Document TARGET_VECTOR_TYPES_COMPATIBLE.
18644
18645 * target-def.h (TARGET_INITIALIZER): Add
18646 TARGET_VECTOR_TYPES_COMPATIBLE.
18647 (TARGET_VECTOR_TYPES_COMPATIBLE): New macro.
18648
18649 * target.h (struct gcc_target): Add field vector_types_compatible.
18650
18651 * c-typeck.c (comptypes): Take into account
18652 TARGET_VECTOR_TYPES_COMPATIBLE.
18653 (convert_for_assignment): Same.
18654
18655 * config/rs6000/rs6000.c (is_ev64_opaque_type): New.
18656 (rs6000_spe_vector_types_compatible): New.
18657 (TARGET_VECTOR_TYPES_COMPATIBLE): Define.
18658
18659 2003-02-19 Andreas Schwab <schwab@suse.de>
18660
18661 * Makefile.in (toplev.o): Depend on $(LANGHOOKS_DEF_H).
18662 * toplev.c: Include langhooks-def.h.
18663
18664 2003-02-18 Chris Demetriou <cgd@broadcom.com>
18665
18666 * config/mips/mips.h (enum processor_type): Sort entries
18667 alphabetically.
18668 * config/mips/mips.md (define_attr cpu): Sync with processor_type
18669 enum values, including adding entries that were missing.
18670
18671 2003-02-18 J"orn Rennecke <joern.rennecke@superh.com>
18672
18673 * sh.c (calc_live_regs): Also check GET_CODE when checking if
18674 initial value for PR_REG is still the PR_REG register.
18675
18676 2003-02-18 Jim Wilson <wilson@redhat.com>
18677
18678 * config/ia64/ia64.md (floatdidf2, floatdisf2): Add %, before second
18679 instruction in output template.
18680 (bsp_value): Change output template from string to C code, add %,
18681 before actual instruction.
18682 (flushrs): Mark as not predicable.
18683
18684 2003-02-18 Krister Walfridsson <cato@df.lth.se>
18685
18686 * inclhack.def (netbsd_bogus_semicolon): New fix.
18687 * fixincl.x: Rebuilt.
18688 * tests/base/ctype.h: Update.
18689
18690 2003-02-18 Roger Sayle <roger@eyesopen.com>
18691
18692 * fold-const.c (negate_expr_p): New function to determine whether
18693 an expression can be negated cheaply.
18694 (fold) [MINUS_EXPR]: Use it to determine whether to transform
18695 -A - B into -B - A for floating point types.
18696
18697 2003-02-18 Roger Sayle <roger@eyesopen.com>
18698
18699 * sbitmap.c (sbitmap_resize): New function.
18700 * sbitmap.h (sbitmap_resize): Prototype here.
18701 * recog.c (split_all_insns): Use sbitmap_resize.
18702
18703 2003-02-18 Kazu Hirata <kazu@cs.umass.edu>
18704
18705 * config/h8300/h8300.md (*zero_extendhisi2_h8300): Fix the
18706 insn length.
18707 (extendqisi2): Likewise.
18708 (*extendhisi2_h8300): Likewise.
18709
18710 2003-02-18 Matt Austern <austern@apple.com>
18711
18712 * langhooks.h, langhooks-def.h: introduce new langhook,
18713 final_write_globals, with write_global_declarations as default.
18714 * toplev.c: Move invocation of wrapup_global_declarations from
18715 compile_file to new function, write_global_declarations. Change
18716 compile_file to use final_write_globals hook. Change
18717 wrapup_global_declarations so writing to DECL_DEFER_OUTPUT is
18718 conditional.
18719
18720 2003-02-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
18721
18722 * pa.md: Correct and enhance comment.
18723
18724 2003-02-18 Geoffrey Keating <geoffk@apple.com>
18725
18726 * gcc.c (validate_switches): Don't scan past closing '}'.
18727
18728 2003-02-18 Ben Elliston <bje@redhat.com>
18729
18730 PR c++/1607
18731 * doc/extend.texi (Function Attributes): Document the effect of
18732 the C++ "this" parameter on the counting of arguments for the
18733 "format" and "format_arg" attributes.
18734
18735 2003-02-17 Aldy Hernandez <aldyh@redhat.com>
18736
18737 * config/rs6000/spe.h (__ev_stdd): Cast 2nd arg.
18738 (__ev_stdw): Same.
18739 (__ev_stdh): Same.
18740
18741 2003-02-17 Jan Hubicka <jh@suse.cz>
18742
18743 * recog.c (split_all_insns): Fix memory overflow.
18744
18745 2003-02-17 Kazu Hirata <kazu@cs.umass.edu>
18746
18747 * config/h8300/h8300.md (cmpqi): Remove mode from compare.
18748 (cmphi): Likewise.
18749 (*cmphi_h8300): Likewise.
18750 (*cmphi_h8300hs): Likewise.
18751 (cmpsi): Likewise.
18752 (7 peephole2): Likewise.
18753
18754 2003-02-16 Jan Hubicka <jh@suse.cz>
18755
18756 * c-typeck.c (build_c_cast): Fold constant variables into
18757 initial values.
18758
18759 2003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
18760
18761 * doc/install.texi (Specific): Fix link for m68k-att-sysv.
18762 (Binaries): Ditto for Sinix/Reliant Unix.
18763
18764 2003-02-16 Richard Earnshaw <rearnsha@arm.com>
18765
18766 * arm.c (arm_reload_in_hi): Ensure that the scratch register does
18767 not overlap the final result register.
18768
18769 2003-02-16 Arend Bayer <arend.bayer@web.de>
18770 Richard Henderson <rth@redhat.com>
18771
18772 PR c/8068
18773 * fold-const.c (extract_muldiv_1): Rename from extract_muldiv;
18774 rearrange mult arguments for less recursion.
18775 (extract_muldiv): New. Prevent runaway recursion.
18776
18777 2003-02-16 Danny Smith <dannysmith@users.sourceforge.net>
18778
18779 * config/i386/cygwin.h (TARGET_SUBTARGET_DEFAULT): Set
18780 MASK_ALIGN_DOUBLE.
18781
18782 2003-02-15 Roger Sayle <roger@eyesopen.com>
18783
18784 * config/i386/i386.c (x86_ext_80387_constants): Use 80387 insns
18785 to load mathematical constants on K6, Athlon, Pentium 4 and PPro.
18786 (ext_80387_constants_table): Global table of 80387 special constants
18787 guarded by ext_80387_constants_init flag when not initialized.
18788 (init_ext_80387_constants): New function to initialize this table.
18789 (standard_80387_constant_p): Extend to recognize extra 80387
18790 constants, in XFmode, on processors where this is a win.
18791 (standard_80387_constant_opcode): New function to return the
18792 opcode associated with standard_80387_constant_p.
18793 (standard_80387_constant_rtx): New function to return the XFmode
18794 CONST_DOUBLE associated with standard_80387_constant_p.
18795 (ix86_rtx_costs): Give the new constants the same cost as 1.0.
18796
18797 * config/i386/i386-protos.h (standard_80387_constant_opcode):
18798 Prototype here.
18799 (standard_80387_constant_rtx): Likewise.
18800
18801 * config/i386/i386.md (*movsf1, *movsf1_nointerunit, *movdf_nointeger,
18802 *movdf_integer, *movxf_nointeger, *movtf_nointeger, *movxf_integer,
18803 *movtf_integer): Simplify using new standard_80387_constant_opcode.
18804
18805 2003-02-15 Geoffrey Keating <geoffk@apple.com>
18806
18807 * doc/invoke.texi (Optimize Options): Correct @option syntax.
18808
18809 2003-02-15 Richard Henderson <rth@redhat.com>
18810
18811 * Makefile.in (cfglayout.o): Depend on TARGET_H.
18812 * cfglayout.c: Include target.h.
18813 (cfg_layout_can_duplicate_bb_p): Check targetm.cannot_copy_insn_p.
18814 * target-def.h (TARGET_CANNOT_COPY_INSN_P): New.
18815 * target.h (struct gcc_target): Add cannot_copy_insn_p.
18816
18817 * config/alpha/alpha.c (alpha_cannot_copy_insn_p): New.
18818 (TARGET_CANNOT_COPY_INSN_P): New.
18819 (override_options): Revert 2003-02-08 hack.
18820
18821 2003-02-15 Richard Henderson <rth@redhat.com>
18822
18823 * gcse.c (bypass_block): Use BLOCK_FOR_INSN for resolving LABEL_REFs.
18824 (bypass_conditional_jumps): Accept computed_jump_p insns as well.
18825
18826 2003-02-15 David Edelsohn <edelsohn@gnu.org>
18827
18828 * config/rs6000/rs6000.h (processor_type): Add PPC440.
18829 * config/rs6000/rs6000.c (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
18830 TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
18831 TARGET_SCHED_VARIABLE_ISSUE): Define.
18832 (rs6000_use_dfa_pipeline_interface): New function.
18833 (rs6000_multipass_dfa_lookahead): New Function.
18834 (rs6000_variable_issue): New function.
18835 (rs6000_adjust_cost): Add CMP and DELAYED_CR types.
18836 (rs6000_issue_rate): Add PPC440.
18837 * config/rs6000/rs6000.md (unspec list): Correct typo.
18838 (attr "type"): Add load_ext, load_ext_u, load_ext_ux, load_u,
18839 store_ux, store_u, fpload_ux, fpload_u, fpstore_ux, fpstore_u,
18840 cmp, delayed_cr, mfcr, mtcr.
18841 (automata_option): Set "ndfa".
18842 (extendMMNN2): Update attributes.
18843 (movcc_internal1): Discourage move to non-cr0. Update
18844 attributes.
18845 (movMM_update): Update attributes.
18846 (cmpMM_internal): Update attributes.
18847 (sCC CR materialization): Update attributes.
18848 (branch patterns): Do not discourage non-cr0.
18849 (cr logical patterns): Prefer destructive register allocation.
18850 Update attributes.
18851 (movesi_from_cr): Update attribute.
18852 (mtcrf_operation): Update attribute.
18853 (mtcrfsi): Update attribute.
18854 * config/rs6000/40x.md: New file.
18855 * config/rs6000/603.md: New file.
18856 * config/rs6000/6xx.md: New file.
18857 * config/rs6000/7450.md: New file.
18858 * config/rs6000/7xx.md: New file.
18859 * config/rs6000/mpc.md: New file.
18860 * config/rs6000/power4.md: New file.
18861 * config/rs6000/rios1.md: New file.
18862 * config/rs6000/rios2.md: New file.
18863 * config/rs6000/rs64.md: New file.
18864 [Some DFA descriptions based on work by Michael Hayes]
18865
18866 2003-02-15 Richard Henderson <rth@redhat.com>
18867
18868 * bb-reorder.c (find_traces_1_round): Don't connect easy to copy
18869 successors with multiple predecessors.
18870 (connect_traces): Try harder to copy traces of length 1.
18871
18872 * function.h (struct function): Add computed_goto_common_label,
18873 computed_goto_common_reg.
18874 * function.c (free_after_compilation): Zap them.
18875 * stmt.c (expand_computed_goto): Use them to produce one
18876 indirect branch per function.
18877
18878 2003-02-15 Richard Henderson <rth@redhat.com>
18879
18880 * cfgcleanup.c: Include params.h.
18881 (try_crossjump_bb): Use PARAM_MAX_CROSSJUMP_EDGES. Fix test for
18882 too many outgoing edges from a block.
18883 * Makefile.in (cfgcleanup.o): Depend on PARAMS_H.
18884 * params.def (max-crossjump-edges): New.
18885 * doc/invoke.texi: Document it.
18886
18887 2003-02-15 Richard Henderson <rth@redhat.com>
18888
18889 * recog.c (split_all_insns): Include new blocks in life update;
18890 do a global life update.
18891
18892 2003-02-15 Danny Smith <dannysmith@users.sourceforge.net>
18893
18894 * config/i386/mingw32.h (LIBGCC_SPEC): Add libmingwex.a.
18895 Update copyright.
18896 * config/i386/cygwin.h (LIBGCC_SPEC): Add libmingwex.a for
18897 -mno-cygwin case.
18898
18899 2003-02-14 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
18900
18901 PR optimization/7702
18902 * reload1.c (reload_cse_simplify_set): Honor
18903 CANNOT_CHANGE_MODE_CLASS.
18904
18905 2003-02-14 Alexandre Oliva <aoliva@redhat.com>
18906
18907 * config/mn10300/mn10300.c (mn10300_wide_const_load_uses_clr): New
18908 function.
18909 * config/mn10300/mn10300-protos.h: Declare it.
18910 * config/mn10300/mn10300.md (movdi, movdf): Use it to compute
18911 attribute cc of instructions that may use clr.
18912
18913 2003-02-14 Kazu Hirata <kazu@cs.umass.edu>
18914
18915 * simplify-rtx.c (simplify_binary_operation): Simplify ~y when
18916 (x - (x & y)) is found.
18917
18918 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
18919
18920 * configure.in: Fix typo.
18921 * configure: Regenerate.
18922
18923 2003-02-14 Kazu Hirata <kazu@cs.umass.edu>
18924
18925 * config/h8300/h8300.md (*iorsi2_and_1_lshiftrt_1): New.
18926
18927 2003-02-13 Adam Nemet <anemet@lnxw.com>
18928
18929 PR opt/2391
18930 * combine.c: Fix spelling in comment.
18931 (cached_nonzero_bits): New function.
18932 (cached_num_sign_bit_copies): New function.
18933 (nonzero_bits_with_known): New macro.
18934 (num_sign_bit_copies_with_known): New macro.
18935 (nonzero_bits1): Rename from nonzero_bits. Add three new
18936 arguments. Change calls from nonzero_bits to
18937 nonzero_bits_with_known.
18938 (num_sign_bit_copies1): Rename from num_sign_bit_copies. Add
18939 three new arguments. Change calls from num_sign_bit_copies to
18940 num_sign_bit_copies_with_known.
18941 (nonzero_bits): New macro.
18942 (num_sign_bit_copies): New macro.
18943 (update_table_tick): Don't traverse identical subexpression more
18944 than once.
18945 (get_last_value_validate): Likewise.
18946
18947 2003-02-13 Zack Weinberg <zack@codesourcery.com>
18948
18949 * emit-rtl.c (init_emit): Use ggc_alloc for regno_reg_rtx.
18950 * function.h (struct emit_status): Length of regno_pointer_align
18951 and x_regno_reg_rtx as seen by gengtype is only x_reg_rtx_no,
18952 not regno_pointer_align_length (i.e. length actually used, not
18953 length as allocated)
18954
18955 * config/i386/i386.c (struct stack_local_entry): New.
18956 (struct machine_function): Replace huge array with alist.
18957 (assign_386_stack_local): Change to match.
18958
18959 2003-02-13 John David Anglin <dave.anglin@nrc-crnc.gc.ca>
18960
18961 * inclhack.def (hpux_long_double): Tighten select and add bypass
18962 regexp.
18963 * fixincl.x: Rebuilt.
18964
18965 2003-02-13 Josef Zlomek <zlomekj@suse.cz>
18966
18967 * cfgcleanup.c (outgoing_edges_match): When there is single outgoing
18968 edge and block ends with a jump insn it must be simple jump.
18969
18970 2003-02-13 Daniel Jacobowitz <drow@mvista.com>
18971
18972 * Makefile.in (PREPROCESSOR_DEFINES): Add
18973 @TARGET_SYSTEM_ROOT_DEFINE@.
18974 * configure.in (PREFIX_INCLUDE_DIR): Don't define if $with_sysroot
18975 is specified or if building a cross compiler.
18976 (TARGET_SYSTEM_ROOT_DEFINE): Add TARGET_SYSTEM_ROOT_RELOCATABLE
18977 if the sysroot is under $exec_prefix.
18978 * configure: Regenerated.
18979 * cppdefault.h: Use native include paths if TARGET_SYSTEM_ROOT is
18980 defined.
18981 (struct default_include): Add add_sysroot field.
18982 (cpp_SYSROOT): Declare.
18983 * cppdefault.c (cpp_include_defaults): Fill in add_sysroot
18984 field.
18985 (cpp_SYSROOT): New variable.
18986 * cppinit.c (cpp_create_reader): Initialize
18987 CPP_OPTION (pfile, sysroot).
18988 (init_standard_includes): Handle add_sysroot. Do not
18989 add unrelocated copies of relocated directories.
18990 (COMMAND_LINE_OPTIONS): Add -isysroot.
18991 (cpp_handle_option): Handle -isysroot.
18992 * cpplib.h (struct cpp_options): Add sysroot member.
18993 * gcc.c (The Specs Language): Update description of %I.
18994 (target_system_root_changed): New variable.
18995 (process_command): Conditionalize make_relative_prefix call
18996 on !VMS and TARGET_SYSTEM_ROOT_RELOCATABLE. Set
18997 target_system_root_changed.
18998 (do_spec_1): Add -isysroot to %I.
18999 * doc/invoke.texi (Spec Files): Update description of %I.
19000 * doc/install.texi (--with-sysroot): Update comment about
19001 relocation.
19002
19003 2003-02-13 Kazu Hirata <kazu@cs.umass.edu>
19004
19005 * config/h8300/h8300.md (a peephole2): New.
19006
19007 2003-02-13 Robert Lipe <robertlipe@usa.net>
19008 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
19009
19010 * doc/install.texi (Specific): Update three SCO-related URLs.
19011
19012 2003-02-13 Andreas Schwab <schwab@suse.de>
19013
19014 * cgraph.c (SET_NPREDECESORS): Add intermediate cast to size_t.
19015 Parenthesize properly.
19016 (NPREDECESORS): Parenthesize properly.
19017
19018 2003-02-13 Gabriel Dos Reis <gdr@integrable-solutions.net>
19019
19020 * timevar.h (POP_TIMEVAR_AND_RETURN): New macro.
19021
19022 2003-02-12 Roger Sayle <roger@eyesopen.com>
19023
19024 * config/i386/i386.md (UNSPEC_FPATAN): New UNSPEC constant.
19025 (atan2sf3, atan2df3, atan2xf3, atan2tf3): New patterns.
19026
19027 * reg-stack.c (subst_stack_regs_pat): Add support for binary
19028 UNSPEC instructions (e.g. "fpatan").
19029
19030 2003-02-12 Mike Stump <mrs@apple.com>
19031
19032 * varray.c (element_size): Remove.
19033 (uses_ggc): Remove.
19034 (element): Add.
19035 (varray_init): Use new interface.
19036 (varray_grow): Use new interface.
19037 (varray_clear): Use new interface.
19038
19039 2003-02-12 Aldy Hernandez <aldyh@redhat.com>
19040
19041 * config/rs6000/spe.h: Add casts to the arguments of the following
19042 macros: evfsabs, evfsnabs, evfsneg, evfsadd, evfssub, evfsmul,
19043 evfsdiv, evfscfui, evfscfsi evfscfuf evfscfsf, evfsctui, evfsctsi,
19044 evfsctuf, evfsctsf, evfsctuiz, evfsctsiz, __ev_get_upper*,
19045 __ev_get_lower*, __ev_get_u32, __ev_get_s32, __ev_get_fs,
19046 __ev_get_u16, __ev_get_s16.
19047
19048 2003-02-12 Kazu Hirata <kazu@cs.umass.edu>
19049
19050 * config/h8300/h8300.md (a peephole2): New.
19051
19052 2003-02-12 Jan Hubicka <jh@suse.cz>
19053
19054 * Makefile.in (CRTSTUFF_CFLAGS): Add -fno-unit-at-a-time
19055 (OBJS): Add callgraph.o
19056 (callgraph.o): New.
19057 * c-decl.c (expand_body_1): Break out from ...
19058 (expand_body): This one; change calling convention
19059 (finish_function): Move some of expand_body logic here.
19060 (c_expand_deferred_function): Update call of expand_body
19061 (c_expand_stmt): Use c_expand_body_1.
19062 * c-lang.c (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Define.
19063 * c-objc-commin.c (c_objc_common_finish_file): Use callgraph code.
19064 * c-tree.h (c_expand_body): Declare.
19065 * callgraph.c: New file.
19066 * flags.h (flag_unit_at_a_time): Declare.
19067 * langhooks.h (LANG_HOOKS_CALLGRAPH_LOWER_FUNCTION,
19068 LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION,
19069 LANG_HOOKS_CALLGRAPH_INITIALIZER): New macros.
19070 * langhooks.h (struct lang_hooks_for_callgraph): New.
19071 (struct lang_hooks): Add callgraph field.
19072 * toplev.c (flag_unit_at_a_time): New.
19073 (lang_independent_options): Add flag_unit_at_a_time.
19074 (process_options): Disable unit-at-a-time mode for frontends not
19075 supporting callgraph.
19076 * tree-inline.c (typedef struct inline_data): Add "decl"
19077 (expand_call_inline): Update callgraph.
19078 (optimize_inline_calls): Set id.decl.
19079 * tree.h (cgraph_finalize_function, cgraph_finalize_compilation_unit,
19080 cgraph_create_edges, dump_cgraph, cgraph_optimize, cgraph_remove_call
19081 cgraph_calls_p): Declare.
19082 * invoke.texi (-funit-at-a-time): Document
19083
19084 2003-02-12 Aldy Hernandez <aldyh@redhat.com>
19085
19086 * config/rs6000/spe.h: Fix misc formatting.
19087 (__ev_create_ufix32_fs): Cast ev argument.
19088 (__ev_create_sfix32_fs): Same.
19089 (__ev_get_sfix32_fs_internal): Cast arguments to builtins.
19090 (__ev_get_ufix32_fs_internal): Same.
19091
19092 2003-02-12 Ranjit Mathew <rmathew@hotmail.com>
19093
19094 * doc/tm.texi (MODIFY_JNI_METHOD_CALL): Document.
19095 * config/i386/cygwin.h (MODIFY_JNI_METHOD_CALL): New macro.
19096
19097 2003-02-12 Zack Weinberg <zack@codesourcery.com>
19098
19099 * cpplib.c (do_include_common): Move warnings for
19100 #include_next and #import out to callers. Use early-return
19101 instead of nested ifs. Don't do check_eol here.
19102 (parse_include): Do check_eol here with the rest of the
19103 parsing stuff.
19104 (do_include_next, do_import): Now handle warnings.
19105
19106 2003-02-11 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
19107
19108 * doc/install.texi (Specific): Update AVR- and Darwin-related URLs.
19109
19110 2003-02-12 Jan Hubicka <jh@suse.cz>
19111
19112 * predict.c (estimate_probability): Fix roundoff error.
19113
19114 2003-02-12 Kazu Hirata <kazu@cs.umass.edu>
19115
19116 * config/h8300/h8300.md (a peephole2): Don't handle 65535.
19117 (two peephole2): New.
19118
19119 2003-02-12 Kazu Hirata <kazu@cs.umass.edu>
19120
19121 * config/h8300/h8300.md (several peephole2): Replace
19122 find_regno_note with peep2_reg_dead_p.
19123
19124 2003-02-11 Richard Henderson <rth@redhat.com>
19125
19126 * gcse.c (lookup_set): Remove unused argument PAT. Update
19127 both callers.
19128
19129 2003-02-11 Geoffrey Keating <geoffk@apple.com>
19130
19131 * diagnostic.c (real_abort): New.
19132 (diagnostic_report_diagnostic): Call real_abort on error.
19133 * diagnostic.h (diagnostic_abort_on_error): New.
19134 (struct diagnostic_context): Add abort_on_error field.
19135 * toplev.c (setup_core_dumping): New.
19136 (decode_d_option): Handle 'H' case.
19137 * doc/invoke.texi (Debugging Options): Document -dH.
19138
19139 2003-02-11 Nathanael Nerode <neroden@gcc.gnu.org>
19140
19141 * Makefile.in: Remove pointless setting of CXXFLAGS for dejagnu
19142 which refers to obsolete directories.
19143
19144 2003-02-11 Richard Henderson <rth@redhat.com>
19145
19146 * config/alpha/linux.h (TARGET_C99_FUNCTIONS): New.
19147
19148 2002-10-21 Jan Hubicka <jh@suse.cz>
19149
19150 * i386.c (contains_128bit_aligned_vector_p): New function.
19151 (ix86_function_arg_boundary): Properly align vector modes.
19152
19153 2003-02-11 Bob Wilson <bob.wilson@acm.org>
19154
19155 * config/xtensa/xtensa.md (set_frame_ptr): Change rtl to set reg a7.
19156 * config/xtensa/xtensa.c (xtensa_reorg): Search for UNSPECV_SET_FP
19157 as a SET pattern.
19158
19159 2003-02-11 Roger Sayle <roger@eyesopen.com>
19160
19161 * builtins.c: Fix failure caused by commiting wrong patch.
19162
19163 2003-02-11 Dale Johannesen <dalej@apple.com>
19164 * ra-build.c (compare_and_free_webs): Relax checking.
19165 * config/rs6000/darwin.h (HOT_TEXT_SECTION_NAME): Define.
19166 (UNLIKELY_EXECUTED_TEXT_SECTION_NAME): Define.
19167
19168 2003-02-11 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
19169
19170 PR optimization/9651
19171 * rtlanal.c (may_trap_p): Handle FIX.
19172
19173 2003-02-11 Dave Jones <davej@codemonkey.org.uk>
19174
19175 * config/i386/i386.c (override_options): Define c3-2 as a 686 with SSE.
19176 * doc/invoke.texi: Extra alias.
19177
19178 2003-02-11 Geoffrey Keating <geoffk@apple.com>
19179
19180 * config/rs6000/host-darwin.c: Fix comment.
19181
19182 2003-02-11 David Edelsohn <edelsohn@gnu.org>
19183
19184 * config/rs6000/rs6000.md (divmodsi4): Use register_operand
19185 predicate for mod result.
19186
19187 2003-02-11 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
19188
19189 * inclhack.def (hpux_long_double, hpux10_ctype_declarations1,
19190 hpux10_ctype_declarations2, hpux_ctype_macros): New hacks.
19191 * fixincl.x: Rebuilt.
19192 * tests/base/stdlib.h: Update.
19193 * tests/base/ctype.h: New file.
19194
19195 2003-02-11 Jan Hubicka <jh@suse.cz>
19196
19197 * emit-rtl.c (emit_copy_of_insn_after): Copy insn recog cache too.
19198
19199 2003-02-11 Richard Henderson <rth@redhat.com>
19200
19201 * config/i386/i386.c (ix86_expand_movstr): Fail if esi or edi
19202 appropriated as globals.
19203 (ix86_expand_clrstr): Similarly.
19204 * config/i386/i386.md (cmpstrsi): Similarly.
19205
19206 2003-02-11 Kazu Hirata <kazu@cs.umass.edu>
19207
19208 * config/h8300/h8300.md (a peephole2): Add a case of 255.
19209
19210 2003-02-11 Roger Sayle <roger@eyesopen.com>
19211
19212 * optabs.h (enum optab_index): Add new OTI_pow and OTI_atan2.
19213 (pow_optab, atan2_optab): Define corresponding macros.
19214 * optabs.c (init_optabs): Initialize pow_optab and atan2_optab.
19215 * genopinit.c (optabs): Implement pow_optab and atan2_optab
19216 using pow?f3 and atan2?f3 patterns.
19217 * builtins.c (expand_errno_check): New function to update errno
19218 if necessary, split out from expand_builtin_mathfn.
19219 (expand_builtin_mathfn): Use expand_errno_check.
19220 (expand_builtin_mathfn_2): New function to handle expanding binary
19221 math functions, reusing the code in expand_errno_check.
19222 (expand_builtin): Handle the pow and atan2 math built-ins,
19223 BUILT_IN_{POW,POWF,POWL,ATAN2,ATAN2F,ATAN2L} via the new function
19224 expand_builtin_mathfn_2.
19225
19226 * doc/md.texi: Document new pow?f3 and atan2?f3 patterns.
19227
19228 2003-02-11 Jan Hubicka <jh@suse.cz>
19229
19230 * combine.c (combine_simplify_rtx): Fix folding of
19231 nested float_truncates.
19232
19233 2003-02-11 Kazu Hirata <kazu@cs.umass.edu>
19234
19235 * config/h8300/h8300.md (a peephole2): Fix a typo.
19236
19237 2003-02-11 Richard Earnshaw <rearnsha@arm.com>
19238
19239 * arm.mc (return_address_mask): Use CC_REGNUM for the condition code
19240 register number.
19241
19242 2003-02-11 Kazu Hirata <kazu@cs.umass.edu>
19243
19244 * config/h8300/h8300-protos.h: Add a prototype for
19245 gtuleu_operator.
19246 * config/h8300/h8300.c (gtuleu_operator): New.
19247 * config/h8300/h8300.h (PREDICATE_CODES): Add gtuleu_operator.
19248 * config/h8300/h8300.md (a peephole2): New.
19249
19250 2003-02-11 Jan Hubicka <jh@suse.cz>
19251
19252 * sched-ebb.c (schedule_ebbs): Do not verify_flow_info.
19253
19254 2003-02-11 Jan Hubicka <jh@suse.cz>
19255
19256 * predict.c (choose_function_section): Choose sections correctly.
19257
19258 2003-02-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
19259
19260 * reload1.c (first_label_num): New.
19261 (reload): Index offsets_known_at and offsets_at using difference of
19262 label number and first label number. Don't use offset pointers.
19263 (set_label_offsets, set_initial_label_offsets): Likewise.
19264
19265 2003-02-10 Roger Sayle <roger@eyesopen.com>
19266
19267 * mips-tfile.c (init_file): Add missing initializers in the
19268 "#ifdef __alpha" case.
19269 (file_offset, max_file_offset): Declare as unsigned long.
19270 (write_varray): Cast to "unsigned long" in comparisons against
19271 either file_offset or max_file_offset.
19272 (write_object): Likewise.
19273 (read_seek): Likewise.
19274 (copy_object): Likewise. Declare "ifd" as int to match its use
19275 in add_ext_symbol, and avoid signed/unsigned conditional warning.
19276
19277 2003-02-10 Nick Clifton <nickc@redhat.com>
19278 Aldy Hernandez <aldyh@redhat.com>
19279
19280 * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Do not
19281 override options which have been specified on the command line.
19282
19283 2003-02-10 Kazu Hirata <kazu@cs.umass.edu>
19284
19285 * config/h8300/h8300.md (abssf2): New.
19286 (*abssf2_h8300): Likewise.
19287 (*abssf2_h8300hs): Likewise.
19288
19289 2003-02-10 Phil Edwards <pme@gcc.gnu.org>
19290
19291 * tree.c (build_tree_list): Fix parameter names in comment.
19292
19293 2003-02-10 Janis Johnson <janis187@us.ibm.com>
19294
19295 * config/rs6000/ppc64-fp.c: New file.
19296 * config/rs6000/t-linux64 (LIB2FUNCS_EXTRA): Add ppc64-fp.c.
19297
19298 2003-02-10 Josef Zlomek <zlomekj@suse.cz>
19299
19300 * Makefile.in (bb-reorder.o): Add dependency on $(FIBHEAP_H).
19301 * bb-reorder.c (make_reorder_chain): Deleted.
19302 (make_reorder_chain_1): Deleted.
19303 (find_traces): New function.
19304 (rotate_loop): New function.
19305 (mark_bb_visited): New function.
19306 (find_traces_1_round): New function.
19307 (copy_bb): New function.
19308 (bb_to_key): New function.
19309 (better_edge_p): New function.
19310 (connect_traces): New function.
19311 (copy_bb_p): New function.
19312 (get_uncond_jump_length): New function.
19313 (reorder_basic_blocks): Use new functions (Software Trace Cache).
19314 * cfgcleanup.c (outgoing_edges_match): Enable crossjumping across loop
19315 boundaries.
19316
19317 2003-02-10 Aldy Hernandez <aldyh@redhat.com>
19318
19319 * config/rs6000/rs6000.c (bdesc_2arg): Change spe_evxor to xorv2si3.
19320
19321 2003-02-09 Dan Nicolaescu <dann@ics.uci.edu>
19322
19323 * tree.h (struct tree_decl): Remove unused live_range_rtl field.
19324 (DECL_LIVE_RANGE_RTL): Remove.
19325
19326 2003-02-10 Nick Clifton <nickc@redhat.com>
19327
19328 * config/arm/aof.h, config/arm/aout.h, config/arm/arm-modes.def,
19329 config/arm/arm-protos.h, config/arm/arm.c, config/arm/arm.h,
19330 config/arm/arm.md, config/arm/cirrus.md, config/arm/coff.h,
19331 config/arm/conix-elf.h, config/arm/ecos-elf.h, config/arm/elf.h,
19332 config/arm/freebsd.h, config/arm/linux-elf.h,
19333 config/arm/linux-gas.h, config/arm/netbsd-elf.h,
19334 config/arm/netbsd.h, config/arm/pe.c, config/arm/pe.h,
19335 config/arm/rtems-elf.h, config/arm/semi.h, config/arm/semiaof.h,
19336 config/arm/strongarm-coff.h, config/arm/strongarm-elf.h,
19337 config/arm/strongarm-pe.h, config/arm/uclinux-elf.h,
19338 config/arm/unknown-elf-oabi.h, config/arm/unknown-elf.h,
19339 config/arm/xscale-elf.h: Replace occurances of "GNU CC" with "GCC"
19340 and reformat as appropriate.
19341
19342 2003-02-10 Kazu Hirata <kazu@cs.umass.edu>
19343
19344 * config/h8300/clzsi2.c: Remove.
19345 * config/h8300/ctzsi2.c: Likewise.
19346 * config/h8300/paritysi2.c: Likewise.
19347 * config/h8300/popcountsi2.c: Likewise.
19348 * config/h8300/t-h8300 (LIB2FUNCS_EXTRA): Remove clzsi2,
19349 ctzsi2, paritysi2, and popcountsi2.
19350
19351 2003-02-10 Eric Botcazou <ebotcazou@libertysurf.fr>
19352 Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
19353
19354 PR c/7741
19355 * c-decl.c (duplicate_decls): Discard the initializer of the
19356 new decl when the types are conflicting.
19357
19358 2003-02-10 Josef Zlomek <zlomekj@suse.cz>
19359
19360 * Makefile.in (sreal.o): Added.
19361 (predict.o): Depends on sreal.h instead of real.h.
19362 * sreal.c: New file.
19363 * sreal.h: New file.
19364 * predict.c: Use sreal.c instead of real.c.
19365
19366 2003-02-10 Nick Clifton <nickc@redhat.com>
19367
19368 * Contributed support for the Cirrus EP9312 "Maverick"
19369 floating point co-processor. Written by Aldy Hernandez
19370 <aldyh@redhat.com>.
19371 (config/arm/arm.c): Add Cirrus support.
19372 (config/arm/arm.h): Likewise.
19373 (config/arm/aout.h): Likewise.
19374 (config/arm/arm.md): Likewise.
19375 (config/arm/arm-protos.h): Likewise.
19376 (config.gcc): Likewise.
19377 (doc/invoke.texi): Describe new -mcpu value and new
19378 -mcirrus-fix-invalid-insns switch,
19379 (cirrus.md): New file.
19380
19381 2003-02-10 Jan Hubicka <jh@suse.cz>
19382
19383 * combine.c (combine_simplify_rtx): Simplify using
19384 (float_truncate (float x)) is (float x)
19385 (float_extend (float_extend x)) is (float_extend x).
19386
19387 2003-02-10 Alan Modra <amodra@bigpond.net.au>
19388
19389 * calls.c (try_to_integrate): Tidy stack_usage_map access.
19390 (emit_library_call_value_1): Likewise. Formatting.
19391 (store_one_arg): Likewise.
19392
19393 2003-02-09 Nick Clifton <nickc@redhat.com>
19394 Aldy Hernandez <aldyh@redhat.com>
19395
19396 * config/rs6000/spe.md: spe_evlhhesplat, spe_evlhhossplat,
19397 spe_evlhhousplat, spe_evlwhsplat, spe_evlwwsplat, spe_evldd,
19398 spe_evldh, spe_evldw, spe_evlwhe, spe_evlwhos, spe_evlwhou,
19399 spe_evstdd, spe_evstdh, spe_evstdw, spe_evstdwx, spe_evstwhe,
19400 spe_evstwho, spe_evstwwe, spe_evstwwo: Fix syntax to match newest
19401 docs. Add range test for immediate value.
19402
19403 2003-02-09 Aldy Hernandez <aldyh@redhat.com>
19404
19405 Rename spe_evxor to xorv2si3.
19406 (xorv4hi3): New.
19407 (xorv1di3): New.
19408
19409 2003-02-10 Glen Nakamura <glen@imodulo.com>
19410
19411 * doc/extend.texi (C++98 Thread-Local Edits): Add missing @item
19412 tag.
19413
19414 2003-02-10 Jan Hubicka <jh@suse.cz>
19415
19416 * i386.c (vector_move_operand): New predicate.
19417 (ix86_expand_vector_move): Be happy about 0.
19418 * i386.h (PREDICATE_CODES): Add sse-move_operand.
19419 * i386.md (mov*_internal): Add 'C' alternative.
19420
19421 2003-02-09 Jan Hubicka <jh@suse.cz>
19422
19423 * i386.md (floathi*): Deal with SSE.
19424
19425 2003-02-09 Jan Hubicka <jh@suse.cz>
19426
19427 * simplify-rtx.c (simplify_unary_operation,
19428 simplify_binary_operation): Deal with vector modes
19429 (simplify_ternary_operation): Deal with no-op VEC_MERGE.
19430
19431 2003-02-09 Richard Sandiford <rsandifo@redhat.com>
19432
19433 * toplev.c (rest_of_compilation): Recompute register usage after
19434 split_all_insns.
19435
19436 2003-02-09 Richard Henderson <rth@redhat.com>
19437
19438 * libgcc-std.ver (__clztf2): New.
19439 (__ctztf2, __popcounttf2, __paritytf2): New.
19440 * libgcc2.c (__clzSI2, __clzDI2, __ctzSI2, __ctzDI2, __popcountSI2,
19441 __popcountDI2, __paritySI2, __parityDI2): Use UWmode and UDWmode;
19442 adjust code to match the different type sizes.
19443 * libgcc2.h (__clzSI2, __ctzSI2, __popcountSI2, __paritySI2,
19444 __clzDI2, __ctzDI2, __popcountDI2, __parityDI2): New macros.
19445
19446 * optabs.c (init_integral_libfuncs): Don't hard-code SImode and
19447 TImode; select word_mode and twice that.
19448 (init_floating_libfuncs): Don't hard-code SFmode and TFmode;
19449 select the modes from float, double, and long double.
19450 (init_optabs): Remove duplicate initializations.
19451
19452 2003-02-09 Wolfgang Bangerth <bangerth@ticam.utexas.edu>
19453
19454 * doc/install.texi: Squeeze and streamline section on
19455 testing and regression checking.
19456
19457 2003-02-09 Jan Hubicka <jh@suse.cz>
19458
19459 * i386.md (ahi?v*3): Set third operand type to TImode.
19460 * i386.c (ix86_expand_binop_builtin): Extend operand when needed.
19461
19462 * simplify-rtx.c (simplify_subreg): Fix conversion from vector into
19463 integer mode.
19464
19465 * rtl.def (VEC_MERGE, VEC_SELECT, VEC_CONCAT, VEC_DUPLICATE):
19466 Change code so they are arithmetic expressions now.
19467 * simplify-rtx.c (simplify_unary_operation, simplify_binary_operation,
19468 simplify_ternary_operation): Deal with VEC_* expressions.
19469
19470 * i386.md (vmaskcmp, pinsrw, movd patterns): Fix RTL representation.
19471
19472 2003-02-08 Jan Hubicka <jh@suse.cz>
19473
19474 * cfgrtl.c (verify_flow_info): Use control_flow_insn_p.
19475 * reload1.c (fixup_abnormal_edges): Split basic blocks when EH edges
19476 possibly got duplicated.
19477
19478 2003-02-08 Richard Henderson <rth@redhat.com>
19479
19480 * config/alpha/alpha.c (override_options): Turn off explicit
19481 relocs until post-peep2 code duplication resolved.
19482
19483 2003-02-08 Kazu Hirata <kazu@cs.umass.edu>
19484
19485 * optabs.c (expand_unop): Widen clz properly when clz is done
19486 via libcall.
19487
19488 2003-02-08 Kazu Hirata <kazu@cs.umass.edu>
19489
19490 * config/h8300/clzsi2.c: Replace "GNU CC" with "GCC".
19491 * config/h8300/crti.asm: Likewise.
19492 * config/h8300/crtn.asm: Likewise.
19493 * config/h8300/ctzsi2.c: Likewise.
19494 * config/h8300/fixunssfsi.c: Likewise.
19495 * config/h8300/h8300-protos.h: Likewise.
19496 * config/h8300/h8300.c: Likewise.
19497 * config/h8300/h8300.h: Likewise.
19498 * config/h8300/h8300.md: Likewise.
19499 * config/h8300/paritysi2.c: Likewise.
19500 * config/h8300/popcountsi2.c: Likewise.
19501 * config/h8300/rtems.h: Likewise.
19502
19503 2003-02-08 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
19504
19505 * doc/invoke.texi: Documentation for my previous commit.
19506 * doc/passes.texi: Ditto.
19507
19508 2003-02-08 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
19509
19510 * cfgloop.h (fix_loop_placement, can_duplicate_loop_p,
19511 duplicate_loop_to_header_edge, loopify, remove_path, split_loop_bb):
19512 Declare.
19513 (DLTHE_FLAG_UPDATE_FREQ): New.
19514 * cfgloopmanip.c (duplicate_loop, duplicate_subloops, copy_loops_to,
19515 loop_redirect_edge, loop_delete_branch_edge, copy_bbs, remove_bbs,
19516 rpe_enum_p, find_branch, alp_enum_p, add_loop, fix_loop_placements,
19517 fix_bb_placement, fix_bb_placements, place_new_loop,
19518 scale_loop_frequencies, scale_bbs_frequencies, record_exit_edges):
19519 New static functions.
19520 (fix_loop_placement, can_duplicate_loop_p,
19521 duplicate_loop_to_header_edge, loopify, remove_path, split_loop_bb):
19522 New functions.
19523
19524 * cfgloop.h (loop_optimizer_init, loop_optimizer_finalize,
19525 unswitch_loops): Declare.
19526 * loop-init.c: New file.
19527 * loop-unswitch.c: New file.
19528 * Makefile.in (loop-init.o, loop-unswitch.o): New.
19529 * params.def (PARAM_MAX_UNSWITCH_INSNS, PARAM_MAX_UNSWITCH_LEVEL): New.
19530 * toplev.c (DFI_loop2): New dump.
19531 (flag_unswitch_loops): New.
19532 (lang_independent_options): Add it.
19533 (rest_of_compilation): Call new loop optimizer.
19534 (parse_options_and_default_flags): Turn flag_unswitch_loops on with -O3.
19535
19536 2003-02-08 Kazu Hirata <kazu@cs.umass.edu>
19537
19538 * config/h8300/clzsi2.c: New.
19539 * config/h8300/ctzsi2.c: Likewise.
19540 * config/h8300/paritysi2.c: Likewise.
19541 * config/h8300/popcountsi2.c: Likewise.
19542 * config/h8300/t-h8300 (LIB2FUNCS_EXTRA): Add above files.
19543
19544 2003-02-07 David Edelsohn <edelsohn@gnu.org>
19545
19546 * config/rs6000/rs6000.h (CLZ_DEFINED_VALUE_AT_ZERO): Define.
19547 * config/rs6000/rs6000.md (clzsi2): Rename from cntlzw2.
19548 (ctzsi2): New pattern.
19549 (ffssi2): Use clz instead of unspec.
19550 (clzdi2): Rename from cntlzd2.
19551 (ctzdi2): New pattern.
19552 (ffsdi2): Use clz instead of unspec.
19553
19554 2003-02-07 Loren James Rittle <ljrittle@acm.org>
19555
19556 * config/alpha/freebsd.h (LINK_SPEC): Weaken error to notice.
19557 * config/ia64/freebsd.h (LINK_SPEC): Likewise.
19558 * config/sparc/freebsd.h (LINK_SPEC): Likewise.
19559 * config/i386/freebsd.h (LINK_SPEC): Add clause to mirror other arches.
19560
19561 2003-02-07 Wolfgang Bangerth <bangerth@ticam.utexas.edu>
19562
19563 * doc/trouble.texi: Document pitfalls of two-stage name lookup.
19564
19565 2003-02-07 Richard Henderson <rth@redhat.com>
19566
19567 PR 9226
19568 * gcse.c (local_cprop_find_used_regs): New.
19569 (local_cprop_pass): Use it.
19570
19571 2003-02-07 Fred Fish <fnf@intrinsity.com>
19572
19573 * mips-tfile.c (parse_def): Parenthesize assignments to fix
19574 precedence bugs.
19575
19576 2003-02-07 Segher Boessenkool <segher@koffie.nl>
19577
19578 * genoutput.c (output_get_insn_name): Handle NOOP_MOVE_INSN_CODE.
19579
19580 2003-02-07 Roger Sayle <roger@eyesopen.com>
19581
19582 * builtin-types.def (BT_FN_FLOAT_FLOAT_FLOAT): New built-in type.
19583 (BT_FN_LONG_DOUBLE_LONG_DOUBLE_LONG_DOUBLE): Likewise.
19584 (BT_FN_DOUBLE_DOUBLE_DOUBLE): Likewise.
19585 * builtins.def: Define pow, powf, powl, atan2, atan2f and atan2l
19586 builtin functions (and their __builtin_* variants).
19587 * builtins.c (mathfn_built_in): Handle missing log{,f,l} cases.
19588 (expand_builtin): Don't expand log{,f,l}, pow{,f,l} or atan2{,f,l}
19589 when not optimizing.
19590
19591 * doc/extend.texi: Document new pow and atan2 builtins, and
19592 their float and long double variants. Realphabetize builtins.
19593
19594 2003-02-07 Jan Hubicka <jh@suse.cz>
19595
19596 * i386.md (sse2_nandv2di3): Fix.
19597
19598 2003-03-07 Danny Smith <dannysmith@users.sourceforge.net>
19599
19600 * config/i386/i386.h (MS_AGGREGATE_RETURN): New define.
19601 * config/i386/cygwin.h (MS_AGGREGATE_RETURN): Override default
19602 definition.
19603 * config/i386/i386.h (ix86_return_in_memory): Return aggregate
19604 types of up to 8 bytes via registers if MS_AGGREGATE_RETURN.
19605
19606 2003-02-07 Jan Hubicka <jh@suse.cz>
19607
19608 * i386.md (movdi_rex64_1): Fix mmx<->int move opcode.
19609
19610 2003-02-07 Daniel Berlin <dberlin@dberlin.org>
19611
19612 * cfg.c (dump_flow_info): Add back accidently deleted line.
19613
19614 2003-02-07 Andrey Petrov <petrov@netbsd.org>
19615
19616 * optabs.c (expand_float): Search wider integer modes first.
19617
19618 2003-02-07 Bob Wilson <bob.wilson@acm.org>
19619
19620 * config/xtensa/xtensa.h (LIBGCC2_WORDS_BIG_ENDIAN): Set this
19621 based on preprocessor flag.
19622
19623 2003-02-07 Roger Sayle <roger@eyesopen.com>
19624 Richard Henderson <rth@redhat.com>
19625
19626 * gcse.c (implicit_sets): New.
19627 (compute_hash_table_work): Include them in hash table.
19628 (find_implicit_sets, fis_get_condition): New.
19629 (one_cprop_pass): Allocate and free implicit_sets; call
19630 find_implicit_sets before building hash table.
19631
19632 2003-02-07 Jason Thorpe <thorpej@wasabisystems.com>
19633
19634 * config/t-netbsd (USER_H): Revert previous change.
19635
19636 2003-02-07 Gabor Greif <ggreif@lucent.com>
19637
19638 * doc/c-tree.texi (Namespaces): Fix typo.
19639
19640 2003-02-07 Jan Hubicka <jh@suse.cz>
19641
19642 * regrename.c (do_replace, find_oldest_value_reg,
19643 copyprop_hardreg_forward_1): Update register attributes.
19644
19645 2003-02-06 Vladimir Makarov <vmakarov@redhat.com>
19646
19647 * genautomata.c (VLA_PTR_CREATE, VLA_PTR_EXPAND, VLA_PTR_ADD,
19648 VLA_HWINT_CREATE, VLA_HWINT_EXPAND, VLA_HWINT_ADD): Use temporay
19649 variables starting with underscore.
19650 (struct unit_usage): New structure.
19651 (unit_usages, cycle_alt_unit_usages): New global variables.
19652 (check_unit_distribution_in_reserv): Remove it.
19653 (store_alt_unit_usage): New function.
19654 (check_regexp_units_distribution): Rewrite it.
19655
19656 2003-02-06 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
19657
19658 * config.gcc (hppa*-*-linux*): Set MASK_NO_SPACE_REGS in
19659 target_cpu_default.
19660 * pa.c (attr_length_call): Add 8 to call length (long indirect PA 1.X)
19661 if not MASK_NO_SPACE_REGS.
19662 (output_call): Adjust return pointer, don't load new space register
19663 into %sr0, and use %sr4 for call if TARGET_NO_SPACE_REGS is true.
19664 (pa_asm_output_mi_thunk): Don't load new space register into %sr0 if
19665 TARGET_NO_SPACE_REGS is true.
19666 * pa.md (return_external_pic): Add TARGET_NO_SPACE_REGS to insn
19667 conditions.
19668 (epilogue): Always use return_internal if TARGET_NO_SPACE_REGS is true.
19669 (interspace_jump): Add new pattern for when TARGET_NO_SPACE_REGS is
19670 true. Use bve when TARGET_64BIT is true.
19671
19672 2003-02-06 Richard Henderson <rth@redhat.com>
19673
19674 * combine.c (nonzero_bits): Fix double break.
19675
19676 2003-02-06 Eric Botcazou <ebotcazou@libertysurf.fr>
19677 Richard Henderson <rth@redhat.com>
19678
19679 PR c/9530
19680 * config/i386/i386.c (ix86_function_ok_for_sibcall): Forbid sibcalls
19681 from functions that return a float to functions that don't.
19682
19683 2003-02-06 Jan Hubicka <jh@suse.cz>
19684
19685 * i386.c (x86_inter_unit_moves): New variable.
19686 (ix86_secondary_memory_needed): Fix 64bit case, honor
19687 TARGET_INTER_UNIT_MOVES
19688 * i386.h (x86_inter_unit_moves): Declare.
19689 (TARGET_INTER_UNIT_MOVES): New macro.
19690 * i386.md (movsi_1): Cleanup constraints; disable
19691 when not doing inter-unit moves.
19692 (movsi_1_nointernunit): New.
19693 (movdi_1_rex64): Fix constraints; deal with SSE->GPR moves.
19694 (movdi_1_rex64_nointerunit): New.
19695 (mivsf_1): disable when not doing inter-unit moves.
19696 (movsf_1_nointerunit): New.
19697
19698 * basic-block.h (inside_basic_block_p): Declare.
19699 * cfgbuild.c (inside_basic_block_p): Make global.
19700 * haifa-sched.c (unlink_other_notes): Deal with NOT_INSN_BASIC_BLOCK.
19701 * scheudle-ebb.c (schedule_ebb): Return last basic block of trace;
19702 update CFG.
19703 (fix_basic_block_boundaries, add_missing_bbs): New.
19704 (rank): Use profile.
19705 (scheudle_ebbs): Rely on CFG; update coments.
19706
19707 2003-02-05 Geoffrey Keating <geoffk@apple.com>
19708
19709 * Makefile.in (host_hook_obj): New.
19710 (OBJS): Add $(host_hook_obj).
19711 (host_default.o): New rule.
19712 * config.gcc (host_hook_obj): New, default to host-default.o.
19713 (powerpc-*-darwin*): Use host-darwin.o.
19714 (out_host_hook_obj): New.
19715 * configure: Regenerate.
19716 * configure.in: Print information about out_host_hook_obj, substitute
19717 into output files.
19718 * host-default.c: New file.
19719 * hosthooks.h: New file.
19720 * toplev.c (general_init): Call host_hooks.extra_signals.
19721 * config/rs6000/host-darwin.c: New file.
19722 * config/rs6000/x-darwin: New file.
19723 * doc/hostconfig.texi: Add documentation for new host hook.
19724 Rearrange existing documentation.
19725
19726 2003-02-05 Roger Sayle <roger@eyesopen.com>
19727
19728 * dwarf2out.c (mem_loc_descriptor): Replace ASM_SIMPLIFY_DWARF_ADDR
19729 with *targetm.delegitimize_address.
19730 (rtl_for_decl_location): Likewise.
19731 * dwarfout.c (output_mem_loc_descriptor): Likewise. Include target.h.
19732 * Makefile.in (dwarf2out.c, dwarfout.c): Depend upon $(TARGET_H)
19733
19734 * config/i386/i386.h (ASM_SIMPLIFY_DWARF_ADDR): Remove definition.
19735 * config/i386/i386-protos.h (i386_simplify_dwarf_addr): Remove
19736 prototype.
19737 * config/i386/i386.c (ix86_delegitimize_address): Renamed from
19738 i386_simplify_dwarf_addr. Made static. Prototyped.
19739 (TARGET_DELEGITIMIZE_ADDRESS): Update definition from
19740 i386_simplify_dwarf_addr to ix86_delegitimize_address.
19741 (ix86_find_base_term): Likewise.
19742 (maybe_get_pool_constant): Likewise.
19743
19744 * config/s390/s390.h (ASM_SIMPLIFY_DWARF_ADDR): Remove definition.
19745 * config/s390/s390-protos.h (s390_simplify_dwarf_addr): Remove
19746 prototype.
19747 * config/s390/s390.c (s390_delegitimize_address): Renamed from
19748 s390_simplify_dwarf_addr. Made static. Prototyped.
19749 (TARGET_DELEGITIMIZE_ADDRESS): Define as s390_delegitimize_address.
19750
19751 2003-02-05 Richard Henderson <rth@redhat.com>
19752
19753 PR c/8602
19754 * integrate.c (output_inline_function): Reset input_filename
19755 and lineno from the decl before rest_of_compilation.
19756
19757 2003-02-05 Richard Henderson <rth@redhat.com>
19758
19759 * defaults.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
19760 (CTZ_DEFINED_VALUE_AT_ZERO): New.
19761 * doc/rtl.texi, doc/tm.texi: Document them.
19762
19763 * combine.c (nonzero_bits) [CLZ, CTZ]: Handle the definedness
19764 of the value at zero properly.
19765 * fold-const.c (tree_expr_nonnegative_p): Likewise.
19766 * simplify-rtx.c (simplify_unary_operation): Likewise.
19767
19768 * config/alpha/alpha.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
19769 (CTZ_DEFINED_VALUE_AT_ZERO): New.
19770
19771 * config/arm/arm.c (TARGET_INIT_BUILTINS): Remove.
19772 (TARGET_EXPAND_BUILTIN): Remove.
19773 (def_builtin, arm_init_builtins, arm_expand_builtin): Remove.
19774 * config/arm/arm.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
19775 (enum arm_builtins): Remove.
19776 * config/arm/arm.md (UNSPEC_CLZ): Remove.
19777 (clzsi2): Rename from clz; use clz instead of unspec.
19778 (ctzsi2): New.
19779 * config/arm/arm-protos.h: Update.
19780
19781 2003-02-05 Jan Hubicka <jh@suse.cz>
19782
19783 * i386-protos.h (x86_emit_floatuns): Declare.
19784 * i386.c (x86_emit_floatuns): New global function.
19785 * i386.md (floatunssisf2, floatunsdisf2,
19786 floatunsdidf2): New patterns.
19787
19788 2003-01-25 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
19789
19790 * cfgloopmanip.c (force_single_succ_latches): Fix missindentation.
19791
19792 2003-02-05 Hans Boehm <Hans.Boehm@hp.com>
19793
19794 * config/ia64/unwind-ia64.c: include coretypes.h, tm.h to get
19795 config/ia64/linux.h
19796
19797 2003-02-05 Roger Sayle <roger@eyesopen.com>
19798
19799 * cfgloop.h (flow_bb_inside_loop_p): Correct prototype again.
19800
19801 2003-02-05 Jakub Jelinek <jakub@redhat.com>
19802
19803 PR optimization/8555
19804 * config/i386/i386.md (sse_mov?fcc split): Handle op2 == op3 case
19805 instead of aborting.
19806
19807 2003-02-04 Richard Henderson <rth@redhat.com>
19808
19809 * config/i386/i386.md (UNSPEC_BSF): Remove.
19810 (ffssi2): Split into cmove and no_cmove insns and splitters;
19811 lose pentium float trick for now.
19812 (ffssi_1): Add * to name; use CTZ instead of UNSPEC.
19813 (ctzsi2, clzsi2, bsr): New.
19814
19815 2003-02-04 Richard Henderson <rth@redhat.com>
19816
19817 * config/ia64/ia64.c (rtx_needs_barrier): Handle POPCOUNT,
19818 UNSPEC_GETF_EXP; remove UNSPEC_POPCNT.
19819 * config/ia64/ia64.md (UNSPEC_POPCNT): Remove.
19820 (ffsdi2): Use popcount instead of unspec.
19821 (popcountdi2): Rename from *popcnt.
19822 (ctzdi2, clzdi2, getf_exp_tf): New.
19823
19824 2003-02-04 Kazu Hirata <kazu@cs.umass.edu>
19825
19826 * genconfig.c (main): Generate CC0_P.
19827 * rtl.h (CC0_P): Remove.
19828
19829 2003-02-04 Richard Henderson <rth@redhat.com>
19830
19831 * libgcc2.h, libgcc2.c (__ffsSI2): New.
19832 (__ffsDI2): Rename from __ffsdi2.
19833 * mklibgcc.in (lib2funcs): Add _ffssi2.
19834
19835 2003-02-04 Richard Henderson <rth@redhat.com>
19836
19837 * libgcc2.c (__paritysi2, __paritydi2): Replace last two reduction
19838 rounds with a "bit table" lookup.
19839
19840 2003-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19841
19842 * reload.c (find_reloads): Do not use the mode specified in the insn
19843 pattern as reload mode for address operands. Do not generate optional
19844 reloads for operands where a mandatory reload was already pushed.
19845
19846 2003-02-04 Richard Henderson <rth@redhat.com>
19847
19848 * longlong.h [alpha] (count_leading_zeros, count_trailing_zeros): Use
19849 builtins instead of inline assembly.
19850
19851 2003-02-04 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
19852
19853 PR c/9376
19854 * libgcc2.c (__subvdi3): Fix typo.
19855
19856 2003-02-04 Jan Hubicka <jh@suse.cz>
19857
19858 * i386.md (movti_rex64): Fix constraint.
19859
19860 2003-02-04 Jan Hubicka <jh@suse.cz>
19861
19862 * i386.md (vector push splitters): Fix typo in resolving conflict.
19863
19864 2003-02-04 Rodney Brown <rbrown64@csc.com.au>
19865
19866 * config/i386/i386.c (x86_function_profiler): Fix typo in format.
19867
19868 2003-02-04 Phil Edwards <pme@gcc.gnu.org>
19869
19870 * doc/install.texi (*-*-linux-gnu): Mention glibc requirements
19871 for recent libstdc++. Remove formatting cruft.
19872
19873 2003-02-04 Jakub Jelinek <jakub@redhat.com>
19874
19875 * dwarf2out.c (dwarf2out_finish): Add AT_comp_dir
19876 attribute even if input file name is absolute, but one of the
19877 includes is relative.
19878
19879 2003-02-04 Joseph S. Myers <jsm@polyomino.org.uk>
19880
19881 * doc/gcc.texi, doc/gccint.texi, doc/gcov.texi,
19882 doc/include/fdl.texi, doc/invoke.texi: Update to GFDL 1.2.
19883 * doc/install.texi: Update copyright dates. Update to GFDL 1.2.
19884
19885 2003-02-03 Richard Henderson <rth@redhat.com>
19886
19887 * libgcc2.c (__ffsdi2, __clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
19888 __popcountsi2, __popcountdi2, __paritysi2, __paritydi2): Change
19889 return type to "int". Shuffle declarations and undef int trap.
19890 * libgcc2.h: Remove their declarations.
19891 * optabs.c (expand_unop): Force outmode to int for bitops.
19892
19893 2003-02-03 Bob Wilson <bob.wilson@acm.org>
19894
19895 * config/xtensa/xtensa.c (order_regs_for_local_alloc): Order the
19896 coprocessor registers before floating-point registers.
19897 * config/xtensa/xtensa.h (REG_ALLOC_ORDER): Adjust register numbers
19898 to account for a previously removed register.
19899 (SPEC_REG_FIRST, SPEC_REG_LAST, SPEC_REG_NUM, COUNT_REGISTER_REGNUM):
19900 Delete unused macros.
19901
19902 2003-02-03 Jan Hubicka <jh@suse.cz>
19903
19904 * i386.c (ix86_expand_store_builtin): Always force op1 to register.
19905 (mov*_internal): Fix predicates; require one of operands to not be
19906 memory.
19907 (SSE?MMX move expanders): Fix predicates; force one of operands to
19908 register.
19909 (SSE/MMX push patterns): Reorganize; fix x86-64 code generation.
19910 (movups/movupd/movdqu patterns): Force one of operands to not be
19911 memory.
19912
19913 2003-02-03 Roger Sayle <roger@eyesopen.com>
19914
19915 * hooks.c (hook_rtx_rtx_identity): Generic hook function that
19916 takes a single rtx and returns it unmodified.
19917 * hooks.h (hook_rtx_rtx_identity): Prototype here.
19918 * target.h (struct gcc_target): Add "delegitimize_address"
19919 field to target structure.
19920 * target-def.h (TARGET_DELEGITIMIZE_ADDRESS): Provide default
19921 for delegitimize_address target using hook_rtx_rtx_identity.
19922 (TARGET_INITIALIZER): Initialize delegitimize_address field
19923 using TARGET_DELEGITIMIZE_ADDRESS macro.
19924 * simplify-rtx.c (avoid_constant_pool_reference): Handle float
19925 extensions of constant pool references. Use delegitimize_address
19926 to undo the obfuscation of "-fpic".
19927 * Makefile.in (simplify-rtx.o): Add dependency on target.h.
19928
19929 * config/i386/i386.c (TARGET_DELEGITIMIZE_ADDRESS): Define as
19930 i386_simplify_dwarf_addr.
19931 (ix86_find_base_term): Simplify using i386_simplify_dwarf_addr.
19932 (maybe_get_pool_constant): Likewise.
19933
19934 2003-02-03 Jan Hubicka <jh@suse.cz>
19935
19936 * i386.c (ix86_expand_int_movcc): Fix setcc sign bit case.
19937
19938 2003-02-03 Jan Hubicka <jh@suse.cz>
19939
19940 * regclass.c (cannot_change_mode_set_regs): Correct argument order.
19941
19942 2003-02-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
19943
19944 * mips/_tilib.c: Don't include tsystem.h or defaults.h. Don't
19945 define LIBGCC2_WORDS_BIG_ENDIAN. Include coretypes.h and tm.h.
19946
19947 2003-02-02 Andreas Schwab <schwab@suse.de>
19948
19949 * varasm.c (asm_output_aligned_bss): Declare as possibly unused.
19950
19951 2003-02-02 Richard Earnshaw <rearnsha@arm.com>
19952
19953 * arm.md (sibcall_epilogue): Set the "conds" to "clob".
19954 (epilogue_insns): Likewise.
19955
19956 2003-02-02 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
19957
19958 * doc/install.texi (hppa*-hp-hpux11*): Update installation notes.
19959
19960 2003-02-02 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
19961
19962 * pa-protos.h (attr_length_millicode_call): Remove second argument.
19963 (attr_length_indirect_call, attr_length_indirect_call,
19964 attr_length_save_restore_dltp): New prototypes.
19965 * pa.c (attr_length_millicode_call): Remove second argument. Check
19966 INSN_ADDRESSES_SET_P in distance calculation.
19967 (output_millicode_call): Check INSN_ADDRESSES_SET_P before using
19968 INSN_ADDRESSES.
19969 (attr_length_call): Check INSN_ADDRESSES_SET_P in distance calculation.
19970 (output_call): Check INSN_ADDRESSES_SET_P before using INSN_ADDRESSES.
19971 Call attr_length_call directly.
19972 (attr_length_indirect_call, output_indirect_call,
19973 attr_length_save_restore_dltp): New functions.
19974 * pa.md (attr_length_millicode_call): Drop second argument from all
19975 patterns.
19976 (return_internal_pic): Delete.
19977 (return_external_pic): Remove use of PIC register and pic operand and
19978 flag checks.
19979 (epilogue): Use return_internal for both normal and pic code.
19980 (call, call_value): Emit new 32-bit pic patterns for symref and
19981 indirect calls. Remove uses for arg pointer and pic register.
19982 (call_symref_pic, call_symref_pic_post_reload, call_reg_pic,
19983 call_reg_pic_post_reload, call_val_symref_pic,
19984 call_val_symref_pic_post_reload, call_val_reg_pic,
19985 call_val_reg_pic_post_reload): New pre and post reload insn patterns.
19986 Implement define_split and define_peephole2 patterns for pre reload
19987 patterns.
19988 (call_symref_64bit, call_internal_reg_64bit, call_value_symref_64bit,
19989 call_value_internal_reg_64bit): Shorten names.
19990 (all call patterns): Explicitly indicate registers used and clobbered.
19991 Use attr_length_indirect_call and attr_length_save_restore_dltp for
19992 attribute length calculation. Move code generation for indirect calls
19993 to output_indirect_call.
19994 (sibcall, sibcall_value): Don't restore PIC register.
19995 (exception_receiver, builtin_setjmp_receiver): Add blockage after PIC
19996 register retore.
19997
19998 2003-02-02 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
19999
20000 * doc/install.texi (Testing): Simplify and compress instructions
20001 concerning Dejagnu.
20002
20003 2003-02-01 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
20004
20005 * collect2.c (pexecute_pid): Rename to pid.
20006 (collect_wait, collect_execute, scan_prog_file, scan_libraries): Use
20007 pid.
20008
20009 2003-02-01 Geoffrey Keating <geoffk@apple.com>
20010
20011 * doc/extend.texi (Function Attributes): Remove documentation
20012 for PowerPC Windows NT function attributes..
20013
20014 2003-02-01 Daniel Jacobowitz <drow@mvista.com>
20015
20016 * dwarf2out.c (gen_type_die): Check for typedefs before calling
20017 for TYPE_MAIN_VARIANT.
20018
20019 2003-02-01 Richard Henderson <rth@redhat.com>
20020
20021 * libgcc2.c: Include auto-host.h.
20022 (ATTRIBUTE_HIDDEN): New.
20023 (__clz_tab): Don't declare here for clz and ctz.
20024 (__clzsi2, __clzdi2): Use count_leading_zeros.
20025 (__ctzsi2, __ctzdi2): Use count_trailing_zeros.
20026 (__popcount_tab): Mark ATTRIBUTE_HIDDEN.
20027 (__paritysi2, __paritydi2): Use shifts instead of __popcount_tab.
20028 * longlong.h (__clz_tab): Mark ATTRIBUTE_HIDDEN.
20029
20030 2003-02-01 Richard Henderson <rth@redhat.com>
20031
20032 * config/i386/i386.md (addsi_1_zext splitter): Add TARGET_64BIT
20033 to the conditional.
20034 (ashlsi3_1_zext splitter): Likewise.
20035
20036 2003-02-01 Richard Henderson <rth@redhat.com>
20037
20038 * optabs.c (expand_unop): Use word_mode for outmode of bit scaners.
20039 * libgcc2.c (__ffsdi2, __clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
20040 __popcountsi2, __popcountdi2, __paritysi2 __paritydi2): Change
20041 return type to Wtype.
20042
20043 * libgcc-std.ver (GCC_3.4): Fix inheritance.
20044
20045 * config/i386/i386.md (ffssi2): Use nonimmediate_operand for
20046 expander input constraint.
20047
20048 2003-02-01 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
20049
20050 * optabs.h (optab_index): Add OTI_clz, OTI_ctz, OTI_popcount and
20051 OTI_parity.
20052 (clz_optab, ctz_optab, popcount_optab, parity_optab): New.
20053 * optabs.c (widen_clz, expand_parity): New.
20054 (expand_unop): Handle clz and parity. Hardcode SImode as outmode
20055 for libcalls to clz, ctz, popcount, and parity.
20056 (init_optabs): Init clz_optab, ctz_optab, popcount_optab and
20057 parity_optab, and set up libfunc handlers.
20058 * libgcc2.c (__clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
20059 __popcountsi2, __popcountdi2, __paritysi2 __paritydi2,
20060 __popcount_tab): New.
20061 * libgcc2.h: Declare them.
20062 * libgcc-std.ver (GCC_3.4): Add new functions from libgcc2.c.
20063 * genopinit.c (optabs): Add clz_optab, ctz_optab, popcount_optab
20064 and parity_optab.
20065 * builtin-types.def (BT_FN_INT_LONG, BT_FN_INT_LONGLONG): New.
20066 * builtins.def (BUILT_IN_CLZ, BUILT_IN_CTZ, BUILT_IN_POPCOUNT,
20067 BUILT_IN_PARITY, BUILT_IN_FFSL, BUILT_IN_CLZL, BUILT_IN_CTZL,
20068 BUILT_IN_POPCOUNTL, BUILT_IN_PARITYL, BUILT_IN_FFSLL,
20069 BUILT_IN_CLZLL, BUILT_IN_CTZLL, BUILT_IN_POPCOUNTLL,
20070 BUILT_IN_PARITYLL): New.
20071 * builtins.c (expand_builtin_unop): Rename from expand_builtin_ffs
20072 and add optab argument.
20073 (expand_builtin): Expand BUILT_IN_{FFS,CLZ,POPCOUNT,PARITY}*.
20074 * tree.def (CLZ_EXPR, CTZ_EXPR, POPCOUNT_EXPR, PARITY_EXPR): New.
20075 * expr.c (expand_expr): Handle them.
20076 * fold-const.c (tree_expr_nonnegative_p): Likewise.
20077 * rtl.def (CLZ, CTZ, POPCOUNT, PARITY): New.
20078 * reload1.c (eliminate_regs): Handle them.
20079 (elimination_effects): Likewise.
20080 * function.c (instantiate_virtual_regs_1): Likewise
20081 * genattrtab.c (check_attr_value): Likewise.
20082 * simplify-rtx.c (simplify_unary_operation): Likewise.
20083 * c-common.c (c_common_truthvalue_conversion): Handle POPCOUNT_EXPR.
20084 * combine.c (combine_simplify_rtx): Handle POPCOUNT and PARITY.
20085 (nonzero_bits): Handle CLZ, CTZ, POPCOUNT and PARITY.
20086 * config/alpha/alpha.md (clzdi2, ctzdi2, popcountdi2): New.
20087 * config/arm/arm.c (arm_init_builtins): Rename __builtin_clz to
20088 __builtin_arm_clz.
20089 * Makefile.in (LIB2FUNCS_1, LIB2FUNCS_2): Move...
20090 * mklibgcc.in (lib2funcs): ...here and merge. Add new members.
20091 * doc/extend.texi (Other Builtins): Add new builtins.
20092 * doc/md.texi (Standard Names): Add new patterns.
20093
20094 2003-02-01 Ulrich Weigand <uweigand@de.ibm.com>
20095
20096 * reload.c: Revert 2003-01-31 change.
20097
20098 2003-02-01 Jan Hubicka <jh@suse.cz>
20099
20100 * combine.c (combine_simplify_rtx): Use reversed_comparison_code_parts.
20101
20102 2003-02-01 Richard Sandiford <rsandifo@redhat.com>
20103
20104 * flags.h (flag_volatile): Remove declaration.
20105 (flag_volatile_global, flag_volatile_static): Likewise.
20106 * c-typeck.c (build_indirect_ref): Don't check flag_volatile.
20107 * toplev.c (flag_volatile): Remove definition.
20108 (flag_volatile_global, flag_volatile_static): Likewise.
20109 (f_options): Remove corresponding entries here.
20110 * varasm.c (make_decl_rtl): Don't check flag_volatile_global
20111 or flag_volatile_static.
20112 * doc/invoke.texi: Remove documentation of -fvolatile,
20113 -fvolatile-global and -fvolatile-static.
20114
20115 2003-01-31 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
20116
20117 * pa.c (pa_output_function_prologue, pa_output_function_epilogue): Move
20118 updating of total_code_bytes from prologue to epilogue.
20119
20120 2003-01-31 Ulrich Weigand <uweigand@de.ibm.com>
20121
20122 * reload.c (find_reloads): Do not use the mode specified in the insn
20123 pattern as reload mode for address operands. Do not generate optional
20124 reloads for operands where a mandatory reload was already pushed.
20125 Generate optional reloads only in the final pass though find_reloads.
20126 (have_replacement_p): New function.
20127
20128 2003-01-31 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
20129
20130 * doc/install.texi (Testing): Remove a reference to our obsolete
20131 /testresults web pages and strip redundant information concerning
20132 test results.
20133 (Binaries): Refer to Microsoft Windows instead of listing all
20134 possible variants.
20135
20136 2003-02-01 Jan Hubicka <jh@suse.cz>
20137
20138 * loop.c (emit_prefetch_instructions): Do conversion at right place in
20139 RTL chain.
20140
20141 * combine.c (simplify_set): Reverse order of ragumetns to
20142 REG_CANNOT_CHANGE_MODE_P
20143 * df.c (df_def_record_1): Likewise.
20144 * recog.c (register_operand): Likewise.
20145 * simplify-rtx.c (simplify_subreg): Likewise.
20146 * hard-reg-set.h (REG_CANNOT_CHANGE_MODE_P): Update use of
20147 CANNOT_CHANGE_MODE_CLASS.
20148 * regclass.c (cannot_change_mode_set_regs, invalid_mode_change_p):
20149 Likewise.
20150 * reload.c (push_reload): Likewise.
20151 * alpha.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
20152 * ia64.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
20153 * mips.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
20154 * mips-protos.h (mips_cannot_change_mode_class): Update prototype.
20155 * mips.c (mips_cannot_change_mode_class): Update.
20156 * pa64-regs.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
20157 * rs6000.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
20158 * s390.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
20159 * sh.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
20160 * sh-protos.h (sh_cannot_change_mode_class): Update prototype.
20161 * sh.c (sh_cannot_change_mode_class): Update.
20162 * i386.h (CANNOT_CHANGE_MODE_CLASS): New.
20163 * tm.texi (CANNOT_CHANGE_MODE_CLASS): Update documentation.
20164
20165 2003-01-31 Geoffrey Keating <geoffk@apple.com>
20166
20167 * config/darwin.h (LINK_COMMAND_SPEC): Update for Nathan's recent
20168 change to LINK_COMMAND_SPEC in gcc.c.
20169
20170 2003-01-31 Jan Hubicka <jh@suse.cz>
20171
20172 PR c/9506
20173 * i386.c (override_options): Use DEFAULT_PCC_STRUCT_RETURN.
20174
20175 2003-01-31 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
20176
20177 * pa32-regs.h (REGNO_REG_CLASS, REG_CLASS_FROM_LETTER): Delete
20178 duplicated code.
20179
20180 2003-01-31 Nathan Sidwell <nathan@codesourcery.com>
20181
20182 * tree.h (TYPE_BINFO_SIZE, TYPE_BINFO_SIZE_UNIT): Remove.
20183 (BINFO_ELTS): New #define.
20184 * stor-layout.c (finalize_record_size): Don't set them.
20185 * cp/cp-tree.h (BINFO_SUBVTT_INDEX, BINFO_VPTR_INDEX,
20186 BINFO_PRIMARY_BASE_OF): Use BINFO_ELTS.
20187 (BINFO_LANG_ELTS): New #define.
20188 * cp/tree.c (make_binfo): Use BINFO_LANG_ELTS.
20189 * java/class.c (make_class): Use BINFO_ELTS.
20190 (set_super_info): Likewse.
20191 (add_interface_do): Likewise.
20192 * objc/objc-act.c (start_class): Use BINFO_ELTS.
20193
20194 2003-01-31 Danny Smith <dannysmith@users.sourceforge.net>
20195
20196 * timevar.c (getrusage): Don't ever declare if not HAVE_GETRUSAGE.
20197 (times): Don't ever declare if not HAVE_TIMES.
20198 (clock): Don't ever declare if not HAVE_CLOCK.
20199
20200 2003-01-30 Richard Henderson <rth@redhat.com>
20201
20202 * flow.c (update_life_info): Zap life info after cleanup_cfg.
20203 (regno_uninitialized): Use correct live at function entry set.
20204 (regno_clobbered_at_setjmp): Likewise.
20205
20206 * expr.c (store_expr): Promote all MEM intermediates to regs.
20207
20208 2003-01-30 Kazu Hirata <kazu@cs.umass.edu>
20209
20210 * config/arm/arm.c: Fix comment typos.
20211 * config/arm/arm.h: Likewise.
20212 * config/arm/netbsd-elf.h: Likewise.
20213 * config/arm/netbsd.h: Likewise.
20214
20215 2003-01-30 Geoffrey Keating <geoffk@apple.com>
20216
20217 * gengtype.c (struct walk_type_data): Add needs_cast_p.
20218 (walk_type): Set needs_cast_p in walk_type_data.
20219 (write_types_process_field): Supply casts when required to suppress
20220 warnings.
20221 (write_root): Cast gt_pch_n_S to suppress warning.
20222 * Makefile.in: Remove -Wno-error from gtype-desc.o and c-decl.o.
20223 * config/rs6000/rs6000.c (print_operand): Mask off high bits only
20224 when they might exist.
20225 * config/rs6000/t-rs6000: Remove -Wno-error from varasm.o,
20226 insn-conditions.o, and rs6000.o.
20227
20228 2003-01-30 Richard Henderson <rth@redhat.com>
20229
20230 * ggc-page.c (G.context_depth_allocations): New.
20231 (G.context_depth_collections): New.
20232 (alloc_page): Set G.context_depth_allocations.
20233 (ggc_collect): Set G.context_depth_collections.
20234 (ggc_push_context): Limit to HOST_BITS_PER_LONG contexts.
20235 (ggc_pop_context): Early exit for no allocations or collections.
20236
20237 2003-01-30 Richard Henderson <rth@redhat.com>
20238
20239 * tree-inline.c (walk_tree): Streamline duplicate hash table lookup.
20240
20241 2003-01-30 Richard Earnshaw <rearnsha@arm.com>
20242
20243 * arm.c (arm_compute_initial_elimination_offset): If optimizing for
20244 size, the link register is always saved if any other register is
20245 saved.
20246
20247 2003-01-30 Kazu Hirata <kazu@cs.umass.edu>
20248
20249 * config/h8300/h8300-protos.h: Update the prototype for
20250 compute_plussi_cc.
20251 (cpp_reader): Declare before it is used.
20252 * config/h8300/h8300.c (compute_plussi_cc): Change the return
20253 type to int.
20254 * config/h8300/h8300.md (monitor_prologue): Call abort() if we
20255 see an unknown H8 variant.
20256
20257 2003-01-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20258
20259 PR target/9316
20260 * config/rs6000/rtems.h: Add CPP_OS_DEFAULT_SPEC.
20261 * config/rs6000/sysv4.h: Add CPP_OS_RTEMS_SPEC.
20262 * config/rs6000/t-rtems: New file. multilib variants to match OS.
20263 * config.gcc (powerpc-*-rtems*): Use rs6000/t-rtems instead of
20264 rs6000/t-ppcgas so we get the desired multilibs.
20265
20266 2003-01-30 Nick Clifton <nickc@redhat.com>
20267
20268 * config/arm/arm.c (arm_output_epilogue): Update stack pointer
20269 when popping saved IP register off the stack.
20270
20271 2003-01-30 Kazu Hirata <kazu@cs.umass.edu>
20272
20273 * config/rs6000/aix43.h: Fix comment typos.
20274 * config/rs6000/aix51.h: Likewise.
20275 * config/rs6000/aix52.h: Likewise.
20276 * config/rs6000/altivec.h: Likewise.
20277 * config/rs6000/rs6000.c: Likewise.
20278 * config/rs6000/rs6000.h: Likewise.
20279 * config/rs6000/rs6000.md: Likewise.
20280 * config/rs6000/spe.md: Likewise.
20281
20282 2003-01-29 Mark Mitchell <mark@codesourcery.com>
20283
20284 * c-common.c (builtin_define_float_constants): Define
20285 __<TYPE>_HAS_INFINITY__ and __<TYPE>_HAS_QUIET_NAN__.
20286
20287 2003-01-30 Kazu Hirata <kazu@cs.umass.edu>
20288
20289 * config/sh/lib1funcs.asm: Fix comment typos.
20290 * config/sh/linux.h: Likewise.
20291 * config/sh/sh.c: Likewise.
20292 * config/sh/sh.md: Likewise.
20293
20294 2003-01-30 Loren James Rittle <ljrittle@acm.org>
20295
20296 * objc/Make-lang.in (objc-parse.y): Find c-parse.in in $(srcdir).
20297
20298 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
20299
20300 * config/fp-bit.h (__make_dp): Declare if TMODES.
20301
20302 2003-01-29 Kazu Hirata <kazu@cs.umass.edu>
20303
20304 * config/h8300/h8300.h (PREDICATE_CODES): Add entries for
20305 general_operand_src and general_operand_dst.
20306
20307 2003-01-29 David Edelsohn <edelsohn@gnu.org>
20308
20309 * config/rs6000/rs6000.c (function_arg_pass_by_reference):
20310 Return true for variable sized types.
20311 (rs6000_va_arg): Handle variable sized types passed by reference
20312 on non-SVR4 ABI.
20313
20314 2003-01-29 Richard Earnshaw <rearnsha@arm.com>
20315
20316 * arm.c (arm_legtimize_address): New function.
20317 * arm-protos.h (arm_legtimize_address): Add prototype.
20318 * arm.h (ARM_LEGITIMIZE_ADDRESS): Use arm_legitimize_address.
20319 (LEGITIMIZE_ADDRESS, THUMB_LEGITIMIZE_ADDRESS): Wrap with
20320 do ... while (0)
20321
20322 2003-01-29 Joel Sherrill <joel@OARcorp.com>
20323
20324 PR bootstrap/9296
20325 * gthr-rtems.h: Define __GTHREAD_MUTEX_INIT. Apparently no code
20326 depended on it being defined until now.
20327
20328 2003-01-29 Joel Sherrill <joel@OARcorp.com>
20329
20330 PR target/9295
20331 * config/mips/rtems.h: Predefine __USE_INIT_FINI__ so generic
20332 RTEMS code knows which C++ initialization style the toolset
20333 configuration is using.
20334
20335 2003-01-29 Joel Sherrill <joel@OARcorp.com>
20336
20337 PR bootstrap/9293
20338 * config/m68k/t-crtstuff: Replace spaces with tabs, add
20339 $(MULTILIB_CFLAGS) as compiler option and multilib crtbegin/end.o.
20340
20341 2003-01-29 Joel Sherrill <joel@OARcorp.com>
20342
20343 PR bootstrap/9292
20344 * config.gcc (hppa1.1-rtems): Did not include t-rtems nor enable
20345 RTEMS threads.
20346 * config/pa/rtems.h (LIB_SPEC): Use -N when linking.
20347
20348 2003-01-29 Nick Clifton <nickc@redhat.com>
20349
20350 * Makefile.in (c-parse.o): Locate source file in $(parsedir)
20351 not $(srcdir).
20352
20353 2003-01-29 Andrew Haley <aph@redhat.com>
20354
20355 * tree-inline.c (walk_tree): Add CHAR_TYPE.
20356
20357 2003-01-29 Jan Hubicka <jh@suse.cz>
20358
20359 * i386.md (subdi3_carry_rex64): Fix typo.
20360
20361 2003-01-28 Stan Shebs <shebs@apple.com>
20362
20363 * coretypes.h (cpp_reader): Forward declare struct.
20364 * c-pragma.h (cpp_reader): Remove forward declaration.
20365 * hashtable.h (cpp_reader): Likewise.
20366 * scan.h (cpp_reader): Likewise.
20367 * tree.h (cpp_reader): Likewise.
20368 * config/darwin-protos.h (cpp_reader): Likewise.
20369 * config/arm/arm-protos.h (cpp_reader): Likewise.
20370 * config/rs6000/rs6000-protos.h: Remove GCC_CPPLIB_H ifdef, use
20371 struct cpp_reader in prototypes.
20372
20373 2003-01-28 Christian Cornelssen <ccorn@cs.tu-berlin.de>
20374
20375 * doc/install.texi: Add documentation for installation into
20376 tooldirs and with DESTDIR.
20377
20378 2003-01-28 Richard Henderson <rth@redhat.com>
20379
20380 * config.gcc (ia64*-*-aix*): Remove.
20381 * config/ia64/aix.h, config/ia64/t-aix: Remove file.
20382 * config/ia64/unwind-aix.c: Remove file.
20383
20384 2003-01-28 Andreas Schwab <schwab@suse.de>
20385
20386 * config/m68k/m68k.md (tablejump+2): Don't sign extend an address
20387 register.
20388 * config/m68k/apollo68.h (ASM_RETURN_CASE_JUMP): Likewise.
20389 * config/m68k/coff.h (ASM_RETURN_CASE_JUMP): Likewise.
20390 * config/m68k/linux.h (ASM_RETURN_CASE_JUMP): Likewise.
20391 * config/m68k/m68kelf.h (ASM_RETURN_CASE_JUMP): Likewise.
20392 * config/m68k/mot3300.h (ASM_RETURN_CASE_JUMP): Likewise.
20393 * config/m68k/netbsd-elf.h (ASM_RETURN_CASE_JUMP): Likewise.
20394 * config/m68k/pbb.h (ASM_RETURN_CASE_JUMP): Likewise.
20395
20396 2003-01-28 Richard Sandiford <rsandifo@redhat.com>
20397
20398 * combine.c (nonzero_bits): Fix check for negative divide operands.
20399
20400 2003-01-28 Richard Henderson <rth@redhat.com>
20401
20402 * config/ia64/ia64.c (ia64_rwreloc_section_type_flags): New.
20403 * config/ia64/hpux.h (TARGET_SECTION_TYPE_FLAGS): New.
20404
20405 2003-01-28 Richard Henderson <rth@redhat.com>
20406
20407 * cse.c (find_best_addr): Kill !ADDRESS_COST code.
20408
20409 * config/cris/cris.c (cris_address_cost): Make static.
20410 (TARGET_RTX_COSTS, TARGET_ADDRESS_COST): New.
20411 * config/cris/cris.h (ADDRESS_COST): Remove.
20412 * config/cris/cris-protos.h: Update.
20413
20414 2003-01-23 Mike Stump <mrs@apple.com>
20415
20416 * regclass.c (init_reg_autoinc): New function.
20417 (regclass): Move initialization of forbidden_inc_dec_class from
20418 here...
20419 (init_regs): to here. Avoids reinitialization for each function,
20420 saving compilation time.
20421
20422 2003-01-28 Jason Merrill <jason@redhat.com>
20423
20424 * cpplib.h (struct cpp_options): Add warn_deprecated field.
20425 * cppinit.c (cpp_create_reader): Turn it on by default.
20426 * c-opts.c (c_common_decode_option): Set it.
20427 * cpplib.c (do_pragma_once): Only complain about #pragma once
20428 if warn_deprecated is set.
20429
20430 2003-01-28 Dale Johannesen <dalej@apple.com>
20431
20432 * emit-rtl.c (const_double_htab_hash): Use mode in the hash.
20433 * loop.c (scan_loop): Move movables on -Os rich-register targets.
20434 * config/rs6000/rs6000.md (sibcall*): Use match_operand for LR.
20435
20436 2003-01-28 Richard Henderson <rth@redhat.com>
20437
20438 * target.h (targetm.address_cost): New.
20439 * target-def.h (TARGET_ADDRESS_COST): New.
20440 (TARGET_RTX_COSTS): Uncomment. Oops.
20441 * cse.c (address_cost): Use new target hook.
20442 (default_address_cost): New.
20443 * output.h (default_address_cost): Declare.
20444 * hooks.c (hook_int_rtx_0): New.
20445 * hooks.h (hook_int_rtx_0): Declare.
20446 * loop.c (combine_givs_p): Remove if 0 code.
20447 * system.h (ADDRESS_COST): Poison.
20448
20449 * config/alpha/alpha.c, config/alpha/alpha.h, config/d30v/d30v.c,
20450 config/d30v/d30v.h, config/ia64/ia64.c, config/ia64/ia64.h,
20451 config/m32r/m32r.c, config/m32r/m32r.h, config/mcore/mcore.c,
20452 config/mcore/mcore.h, config/mmix/mmix.c, config/mmix/mmix.h,
20453 config/rs6000/rs6000.c, config/rs6000/rs6000.h, config/sparc/sparc.c,
20454 config/sparc/sparc.h, config/v850/v850.c, config/v850/v850.h,
20455 config/xtensa/xtensa.c, config/xtensa/xtensa.h
20456 (TARGET_ADDRESS_COST): Define as hook_int_rtx_0.
20457 (ADDRESS_COST): Remove.
20458
20459 * config/arc/arc-protos.h, config/arc/arc.c, config/arc/arc.h,
20460 config/avr/avr-protos.h, config/avr/avr.c, config/avr/avr.h,
20461 config/c4x/c4x-protos.h, config/c4x/c4x.c, config/c4x/c4x.h,
20462 config/dsp16xx/dsp16xx-protos.h, config/dsp16xx/dsp16xx.c,
20463 config/dsp16xx/dsp16xx.h, config/i386/i386-protos.h,
20464 config/i386/i386.c, config/i386/i386.h, config/i960/i960-protos.h,
20465 config/i960/i960.c, config/i960/i960.h, config/ip2k/ip2k-protos.h,
20466 config/ip2k/ip2k.c, config/ip2k/ip2k.h, config/mips/mips-protos.h,
20467 config/mips/mips.c, config/mips/mips.h,
20468 config/m68hc11/m68hc11-protos.h, config/m68hc11/m68hc11.c,
20469 config/m68hc11/m68hc11.h, config/ns32k/ns32k-protos.h,
20470 config/ns32k/ns32k.c, config/ns32k/ns32k.h, config/pa/pa-protos.h,
20471 config/pa/pa.c, config/pa/pa.h, config/s390/s390-protos.h,
20472 config/s390/s390.c, config/s390/s390.h, config/vax/vax-protos.h,
20473 config/vax/vax.c, config/vax/vax.h
20474 (foo_address_cost): Make static.
20475 (TARGET_ADDRESS_COST): New.
20476 (ADDRESS_COST): Remove.
20477
20478 * config/arm/arm.h, config/arm/arm.c, config/m88k/m88k.h,
20479 config/m88k/m88k.c, config/romp/romp.h, config/romp/romp.c,
20480 config/sh/sh.c, config/sh/sh.h, config/stormy16/stormy16.c,
20481 config/stormy16/stormy16.h
20482 (ADDRESS_COST): Move code ...
20483 (foo_address_cost): ... here.
20484 (TARGET_ADDRESS_COST): New.
20485
20486 * config/m32r/m32r.c (m32r_address_cost): Remove.
20487 * config/m32r/m32r-protos.h: Update.
20488
20489 * config/mmix/mmix.c (mmix_address_cost): Remove.
20490 * config/mmix/mmix-protos.h: Update.
20491
20492 * config/mn10300/mn10300.c (mn10300_address_cost_1): Rename from
20493 mn10300_address_cost; move unsig allocation ...
20494 (mn10300_address_cost): ... here.
20495 (TARGET_ADDRESS_COST): New.
20496 * config/mn10300/mn10300-protos.h: Update.
20497 * config/mn10300/mn10300.h (ADDRESS_COST): Remove.
20498
20499 * doc/tm.texi: Update.
20500
20501 2003-01-28 Vladimir Makarov <vmakarov@redhat.com>
20502
20503 * haifa-sched.c (schedule_insn): Return necessary cycle advance
20504 after issuing the insn.
20505 (rank_for_schedule): Make a insn with /S the highest priority
20506 insn.
20507 (move_insn): Ignore schedule groups. Clear SCHED_GROUP_P.
20508 (choose_ready): Check SCHED_GROUP_P.
20509 (schedule_block): Advance cycle after issuing insn if it is
20510 necessary. Don't reorder insns if there is an insn with /S.
20511 (set_priorities): Ignore schedule groups.
20512
20513 * sched-deps.c (remove_dependence, group_leader): Remove the
20514 functions.
20515 (add_dependence): Ignore schedule groups.
20516 (set_sched_group_p): Don't make copy of dependencies from previous
20517 insn of the schedule group. Add anti-dependency to the previous
20518 insn of the schedule group.
20519 (compute_forward_dependences): Ignore schedule groups.
20520
20521 * sched-ebb.c (init_ready_list): Ignore schedule groups.
20522
20523 * sched-rgn.c (init_ready_list): Ditto.
20524 (can_schedule_ready_p): Ditto.
20525
20526 2003-01-28 Vladimir Makarov <vmakarov@redhat.com>
20527
20528 * config/i386/i386.md (*movsi_1): Use movdqa to move one xmm
20529 register to another one.
20530
20531 2003-01-28 Richard Henderson <rth@redhat.com>
20532
20533 * calls.c (default_must_pass_in_stack): Fix typo in !type case.
20534
20535 2003-01-28 Roger Sayle <roger@eyesopen.com>
20536
20537 * cse.c (cse_insn): Avoid redundant REG_EQUAL notes.
20538
20539 2003-01-28 Richard Sandiford <rsandifo@redhat.com>
20540
20541 * config/sh/sh.h (CLASS_MAX_NREGS): If TARGET_SHMEDIA, and the given
20542 class contains a floating-point register, return the size of the
20543 mode in half words.
20544
20545 2003-01-28 Jan Hubicka <jh@suse.cz>
20546
20547 * i386.c (ix86_carry_flag_operator): New predicate.
20548 (fcmov_operator): Fix whitespace.
20549 (ix86_expand_carry_flag_compare): Deal with floating point.
20550 (ix86_expand_int_movcc): Deal with fp; update insn expansion
20551 (ix86_expand_int_addcc): Likewise.
20552 (ix86_expand_strlensi_unroll_1): likewsie.
20553 * i386.h (PREDICATE_CODES): Add ix86_carry_flag_operator.
20554 * i386.md (add?i_carry_rex64): Use new predicate.
20555 (sub?i3_carry_rex64): Likewise.
20556 (x86_mov?icc_0_m1*): Likewise.
20557
20558 2003-01-28 Andreas Schwab <schwab@suse.de>
20559
20560 * cfgloopmanip.c (create_preheader): Initialize src to avoid
20561 warning.
20562
20563 * expmed.c (emit_store_flag): Fix cast to avoid sign
20564 comparison warning.
20565
20566 * combine.c (force_to_mode): Add cast to fix warning when
20567 STORE_FLAG_VALUE is negative.
20568
20569 2003-01-27 Richard Henderson <rth@redhat.com>
20570
20571 * Makefile.in (cse.o): Depend on TARGET_H.
20572 * cse.c (rtx_cost): Use targetm.rtx_costs.
20573 * system.h (CONST_COSTS RTX_COSTS DEFAULT_RTX_COSTS): Poison.
20574 * doc/tm.texi: Update.
20575
20576 * target.h (targetm.rtx_costs): New.
20577 * target-def.h (TARGET_RTX_COSTS): New.
20578 * hooks.c (hook_bool_rtx_int_int_intp_false): New.
20579 * hooks.h: Update.
20580
20581 * config/alpha/alpha.c (alpha_rtx_cost_data): New.
20582 (alpha_rtx_costs, TARGET_RTX_COSTS): New.
20583 * config/alpha/alpha.h (PROCESSOR_MAX): New.
20584 (CONST_COSTS, RTX_COSTS): Remove.
20585
20586 * config/arc/arc.c, config/arc/arc.h, config/c4x/c4x.c,
20587 config/c4x/c4x.h, config/cris/cris.c, config/cris/cris.h,
20588 config/d30v/d30v.c, config/d30v/d30v.h, config/dsp16xx/dsp16xx.c,
20589 config/dsp16xx/dsp16xx.h, config/frv/frv.c, config/frv/frv.h,
20590 config/h8300/h8300.c, config/h8300/h8300.h, config/i370/i370.c,
20591 config/i370/i370.h, config/i386/i386.c, config/i386/i386.h,
20592 config/i960/i960.c, config/i960/i960.h, config/ia64/ia64.c,
20593 config/ia64/ia64.h, config/m32r/m32r.c, config/m32r/m32r.h,
20594 config/m68k/m68k.c, config/m68k/m68k.h, config/m88k/m88k.c,
20595 config/m88k/m88k.h, config/mcore/mcore.c, config/mcore/mcore.h,
20596 config/mips/mips.c, config/mips/mips.h, config/mn10200/mn10200.c,
20597 config/mn10200/mn10200.h, config/mn10300/mn10300.c,
20598 config/mn10300/mn10300.h, config/ns32k/ns32k.c, config/ns32k/ns32k.h,
20599 config/pa/pa.c, config/pa/pa.h, config/pdp11/pdp11.c,
20600 config/pdp11/pdp11.h, config/romp/romp.c, config/romp/romp.h,
20601 config/rs6000/rs6000.c, config/rs6000/rs6000.h, config/s390/s390.c,
20602 config/s390/s390.h, config/sh/sh.c, config/sh/sh.h,
20603 config/stormy16/stormy16.c, config/stormy16/stormy16.h,
20604 config/v850/v850.c, config/v850/v850.h,
20605 config/xtensa/xtensa.c, config/xtensa/xtensa.h
20606 (CONST_COSTS, RTX_COSTS): Move code ...
20607 (foo_rtx_costs, TARGET_RTX_COSTS): ... here.
20608
20609 * config/arm/arm.c (arm_rtx_costs_1): Rename from arm_rtx_costs.
20610 (arm_rtx_costs, TARGET_RTX_COSTS): New.
20611 * config/arm/arm-protos.h: Update.
20612 * config/arm/arm.h (DEFAULT_RTX_COSTS): Remove.
20613
20614 * config/avr/avr.h (CONST_COSTS): Move code ...
20615 * config/avr/avr.c (avr_rtx_costs): ... here.
20616 (default_rtx_costs): Make static.
20617 * config/avr/avr-protos.h: Update.
20618
20619 * config/h8300/h8300.c (const_costs): Make static.
20620 (h8300_and_costs, h8300_shift_costs): Likewise.
20621 * config/h8300/h8300-protos.h: Update.
20622
20623 * config/ip2k/ip2k.h (DEFAULT_RTX_COSTS): Remove.
20624 (CONST_COSTS): Move code ...
20625 * config/ip2k/ip2k.c (ip2k_rtx_costs): ... here. Rename from
20626 default_rtx_costs; update for signature change.
20627 * config/ip2k/ip2k-protos.h: Update.
20628
20629 * config/m68hc11/m68hc11.h (RTX_COSTS): Remove.
20630 (CONST_COSTS): Move code ...
20631 * config/m68hc11/m68hc11.c (m68hc11_rtx_costs): ... here.
20632 (TARGET_RTX_COSTS): New.
20633 (m68hc11_rtx_costs_1): Rename from m68hc11_rtx_costs; make static.
20634 * config/m68hc11/m68hc11-protos.h: Update.
20635
20636 * config/m68k/m68k.c (const_int_cost): Make static.
20637 * config/m68k/m68k-protos.h: Update.
20638
20639 * config/mcore/mcore.c (mcore_const_costs): Make static.
20640 (mcore_and_cost, mcore_ior_cost): Likewise.
20641 * config/mcore/mcore-protos.h: Update.
20642
20643 * config/mmix/mmix.c (mmix_rtx_costs, TARGET_RTX_COSTS): New.
20644 (mmix_rtx_cost_recalculated): Remove.
20645 * config/mmix/mmix.h (DEFAULT_RTX_COSTS): Remove.
20646 * config/mmix/mmix-protos.h: Update.
20647
20648 * config/sh/sh.c (shiftcosts): Make static.
20649 (addsubcosts, andcosts, multcosts): Likewise.
20650 * config/sh/sh-protos.h: Update.
20651
20652 * config/sparc/sparc.c (TARGET_RTX_COSTS): New.
20653 (sparc_rtx_costs): Make static; update for change in signature.
20654 * config/sparc/sparc.h (RTX_COSTS_CASES, RTX_COSTS): Remove.
20655 * config/sparc/sparc-protos.h: Update.
20656
20657 * config/v850/v850.c (const_costs): Make static.
20658 * config/v850/v850-protos.h: Update.
20659
20660 * config/vax/vax.h (RTX_COSTS): Remove.
20661 (CONST_COSTS): Move code ...
20662 * config/vax/vax.c (vax_rtx_costs_1): ... here; rename
20663 from vax_rtx_cost.
20664 (vax_rtx_costs, TARGET_RTX_COSTS): New.
20665
20666 2003-01-27 Richard Henderson <rth@redhat.com>
20667
20668 * config/vax/vax.h (ASM_OUTPUT_MI_THUNK): Remove. Really.
20669 * config/vax/vax-protos.h: Update. Really.
20670
20671 2003-01-28 Alexandre Oliva <aoliva@redhat.com>
20672
20673 * config/mips/mips.h (UNITS_PER_HWFPVALUE): Renamed from...
20674 (UNITS_PER_FPVALUE): Defined as the width of a long double, or
20675 zero if no hardware floating point.
20676 (LONG_DUBLE_TYPE_SIZE): Set to 128 on N32 and N64.
20677 (MAX_FIXED_MODE_SIZE): Define to LONG_DOUBLE_TYPE_SIZE.
20678 (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define.
20679 (BIGGEST_ALIGNMENT): Same as LONG_DOUBLE_TYPE_SIZE.
20680 (FUNCTION_VALUE_REGNO_P): Set for FP_RETURN+2 on N32 and N64.
20681 * config/mips/mips.c (mips_arg_info): Pass TFmode values in
20682 even FP registers on N32 and N64.
20683 (mips_setup_incoming_varargs): Use UNITS_PER_HWFPVALUE.
20684 (mips_va_start): Adjust alignment of ARG_POINTER_REGNUM.
20685 (mips_va_arg): Use UNITS_PER_HWFPVALUE. Impose additional
20686 even-register-like alignment to 128-bit arguments.
20687 (save_restore_insns): Use UNITS_PER_HWFPVALUE.
20688 (mips_function_value): Likewise. Return TFmode in $f0 and $f2
20689 on N32 or N64.
20690 * config/mips/_tilib.c (__negti2, __ashlti3, __lshrti3): New.
20691 * config/mips/t-iris6 (LIB2FUNCS_EXTRA): Add _tilib.c.
20692 (TPBIT): Set to tp-bit.c.
20693 (tp-bit.c): Create out of fp-bit.c.
20694
20695 2003-01-28 Gabriel Dos Reis <gdr@integrable-solutions.net>
20696
20697 * c-parse.in: Remove '%expect 32' directive in objc mode.
20698
20699 2003-01-27 Nathan Sidwell <nathan@codesourcery.com>
20700
20701 * Makefile.in (LIB2FUNCS_ST): Remove _gcov.
20702 (LIBGCOV): New variable.
20703 (libgcc.mk): Add LIBGCOV.
20704 (LIBGCC_DEPS): Add libgcov.c.
20705 (libgcov.a): New target.
20706 (clean): Remove libgcov.a.
20707 (install-libgcc): Do libgcov too.
20708 (stage1-start, stage2-start, stage3-start, stage4-start): Deal
20709 with libgcov.a.
20710 * libgcc2.c (L_gcov): Move into ...
20711 * libgcov.c: ... here. New file.
20712 * mklibgcc.in: Add libgcov rules.
20713 * gcc.c (LINK_COMMAND_SPEC): Add -lgcov when profiling.
20714
20715 * doc/invoke.texi (profile-arcs, test-coverage): Update and
20716 clarify.
20717
20718 * profile.c (index_counts_file): Remove duplicate check for open file.
20719
20720 2003-01-27 Jerry Quinn <jlquinn@optonline.net>
20721
20722 * gcc/doc/invoke.texi (Optimization Options): Group together
20723 optional and experimental flags. Move trapv and bounds-check
20724 out of this section. Group floating point flags together.
20725 (Code Gen Options): Move trapv and bounds-check to here.
20726
20727 2003-01-27 Josef Zlomek <zlomekj@suse.cz>
20728
20729 * gcse.c (constprop_register): Check NEXT_INSN (insn) != NULL.
20730
20731 2003-01-27 Richard Earnshaw <rearnsha@arm.com>
20732
20733 PR optimization/9090
20734 * function.c (purge_addressof_1): After pushing an addressed register
20735 onto the stack, simplify the result.
20736
20737 2003-01-27 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
20738
20739 * doc/extend.texi: Fix typo.
20740
20741 2003-01-27 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
20742
20743 * doc/cppopts.texi: Fix typo.
20744 * doc/objc.texi: Likewise.
20745 * doc/passes.texi: Likewise.
20746
20747 2003-01-27 Alexandre Oliva <aoliva@redhat.com>
20748
20749 * real.c (ibm_extended_format): Add 53 to minimum exponent.
20750 (encode_ibm_extended): Adjust.
20751
20752 2003-01-26 Gabriel Dos Reis <gdr@soliton.integrable-solutions.net>
20753
20754 * timevar.def (TV_OVERLOAD, TV_TEMPLATE_INSTANTIATION): New
20755 timevar_id enumerations.
20756
20757 2003-01-26 Kazu Hirata <kazu@cs.umass.edu>
20758
20759 * combine.c: Fix formatting.
20760
20761 2003-01-26 Kazu Hirata <kazu@cs.umass.edu>
20762
20763 * doc/gccint.texi: Update the copyright.
20764
20765 2003-01-26 Kazu Hirata <kazu@cs.umass.edu>
20766
20767 * doc/cpp.texi: Fix typos.
20768 * doc/extend.texi: Likewise.
20769 * doc/gty.texi: Likewise.
20770 * doc/install.texi: Likewise.
20771 * doc/passes.texi: Likewise.
20772 * doc/rtl.texi: Likewise.
20773 * doc/tm.texi: Likewise.
20774
20775 2003-01-26 Kazu Hirata <kazu@cs.umass.edu>
20776
20777 * config/ia64/fde-glibc.c: Fix comment typos.
20778 * config/ia64/hpux.h: Likewise.
20779 * config/ia64/ia64.c: Likewise.
20780 * config/ia64/ia64.h: Likewise.
20781 * config/ia64/unwind-ia64.c: Likewise.
20782
20783 2003-01-26 Kazu Hirata <kazu@cs.umass.edu>
20784
20785 * config/i386/i386-modes.def: Fix comment typos.
20786 * config/i386/i386.c: Likewise.
20787 * config/i386/i386.md: Likewise.
20788
20789 2003-01-26 Steven Bosscher <s.bosscher@student.tudelft.nl>
20790
20791 * config/avr/avr.h, config/cris/aout.h, config/elfos.h,
20792 config/i386/freebsd-aout.h, config/mips/iris6.h: Undefine
20793 ASM_FINISH_DECLARE_OBJECT before defining it.
20794 * toplev.c (rest_of_decl_compilation): Don't define
20795 ASM_FINISH_DECLARE_OBJECT. Only use it if it is defined.
20796 (rest_of_type_compilation): Don't ATTRIBUTE_UNUSED function
20797 parameters for DWARF2 targets because they _are_ used.
20798
20799 2003-01-26 Alexandre Oliva <aoliva@redhat.com>
20800
20801 * fp-bit.h: Define macros for TFmode floating-point constants
20802 in IBM-extended TFmode types.
20803 (TMODES): Define if __LDBL_MANT_DIG__ has the newly-supported
20804 widths.
20805 * config/fp-bit.c (pack_d, unpack_d): Support IBM-extended
20806 TFmode type.
20807
20808 * config/fp-bit.h: Define macros for TFmode floating-point
20809 constants in IEEE quad TFmode type. Declare functions according
20810 to L_ macros.
20811 (TMODES): Define if __LDBL_MANT_DIG__ is 113.
20812 (TFtype, TItype, UTItype): Define if TMODES is defined.
20813 (MAX_UDI_INT, MAX_DI_INT, BITS_PER_DI): Likewise.
20814 (F_T_BITOFF, D_T_BITOFF): Define.
20815 (IMPLICIT_1, IMPLICIT_2): Cast constants to types that are
20816 guaranteed to be wide enough.
20817 * config/fp-bit.c: Check for L_ macros for tf functions.
20818 (__thenan_tf): New.
20819 (nan): Adjust.
20820 (pack_d, unpack_d): Support IEEE 854 quad type.
20821 (_fpmul_parts): Support TFmode. Compute exponent adjustment
20822 from FRAC_NBITS, FRAC_BITS and NGARDS.
20823 (usi_to_float): Cast constants to be shifted to fractype
20824 instead of assuming long long is wide enough.
20825 (sf_to_tf, df_to_tf, __make_tp, tf_to_df, tf_to_sf): New.
20826
20827 2003-01-26 Andreas Jaeger <aj@suse.de>
20828
20829 * df.c: Remove prototype of unused function df_regno_rtl_debug.
20830
20831 2003-01-26 Alexandre Oliva <aoliva@redhat.com>
20832
20833 * Makefile.in (FPBIT_FUNCS): Added _sf_to_tf.
20834 (DBBIT_FUNCS): Added _df_to_tf.
20835 (TPBIT_FUNCS): New.
20836 (libgcc.mk): Pass TPBIT and TPBIT_FUNCS down.
20837 (LIBGCC_DEPS): Added TPBIT.
20838 * mklibgcc.in: Support TPBIT and TPBIT_FUNCS.
20839
20840 * optabs.c (expand_binop) <add, sub>: Return xtarget if we haven't
20841 been able to move the result to target.
20842
20843 * expr.c (emit_group_store): Initialize dst with CONST0_RTX
20844 for the appropriate mode.
20845
20846 * calls.c (emit_library_call_value_1): Handle return values
20847 in a PARALLEL.
20848
20849 * rtl.c (get_mode_alignment): Moved to...
20850 * stor-layout.c: ... here.
20851
20852 * print-rtl.c (print_rtx): Don't print MEM details in
20853 GENERATOR_FILEs.
20854
20855 2003-01-26 Michael Hayes <mph@paradise.net.nz>
20856
20857 * df.h: Update comments, tidy formatting.
20858 (DF_FORWARD, DF_REVERSE, DF_UNION, DF_INTERSECTION): Rename from FORWARD,
20859 REVERSE, UNION, INTERSECTION. All uses updated.
20860 (OLD_DF_INTERFACE): Remove.
20861 (struct insn_info): Remove commented out insn field.
20862 * df.c: Update comments, tidy formatting.
20863 (df_def_table_realloc): Remove.
20864
20865
20866 2003-01-26 Alan Modra <amodra@bigpond.net.au>
20867
20868 * calls.c (save_fixed_argument_area): Tidy.
20869 (restore_fixed_argument_area): Tidy. Set alignment of stack_area.
20870 (expand_call): Comment typo fixes. Don't init low_to_save. Start
20871 call chain loop at 1 if !try_tail_call. Formatting.
20872 (emit_library_call_value_1): Don't init low_to_save or high_to_save.
20873 Use save_fixed_argument_area and restore_fixed_argument_area.
20874
20875 2003-01-26 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
20876
20877 * df.c (df_uses_record): Handle CC0.
20878
20879 2003-01-25 Ulrich Weigand <uweigand@de.ibm.com>
20880
20881 * reload.c (maybe_memory_address_p): New function.
20882 (find_reloads_address): Use it instead of memory_address_p.
20883
20884 2003-01-25 Kaz Kojima <kkojima@gcc.gnu.org>
20885
20886 * final.c (shorten_branches): Align the address of code label
20887 when computing initial lengths and addresses.
20888
20889 2003-01-25 Kazu Hirata <kazu@cs.umass.edu>
20890
20891 * config/m68hc11/m68hc11.md: Fix a comment typo.
20892
20893 2003-01-25 Andreas Jaeger <aj@suse.de>
20894
20895 * config/i386/i386.c (x86_output_mi_thunk): Correct test for
20896 TARGET_MACHO.
20897
20898 2003-01-25 Roger Sayle <roger@eyesopen.com>
20899
20900 * gcse.c (bypass_last_basic_block): New global variable.
20901 (bypass_block): Use redirect_edge_and_branch_force to redirect
20902 fall-through edges. Use bypass_last_basic_block to determine
20903 which blocks have valid PRE information.
20904 (bypass_conditional_jumps): Initialize bypass_last_basic_block.
20905
20906 2003-01-25 Jan Hubicka <jh@suse.cz>
20907
20908 * gcse.c (local_cprop_pass): Update reg_sets table when needed.
20909
20910 2003-01-25 Jan Hubicka <jh@suse.cz>
20911 Eric Botcazou <ebotcazou@libertysurf.fr>
20912 PR opt/8492
20913 * gcse.c (one_cprop_pass): Delete unreachable blocks.
20914
20915 2003-01-25 Richard Henderson <rth@redhat.com>
20916
20917 * config/ia64/ia64.c (ia64_rwreloc_select_rtx_section): Rename
20918 from ia64_aix_select_rtx_section.
20919 (ia64_rwreloc_select_section): Simlarly; use default*_1 function
20920 instead of saving and restoring flag_pic.
20921 (ia64_rwreloc_unique_section): Similarly.
20922 * config/ia64/aix.h (TARGET_ASM_SELECT_SECTION,
20923 TARGET_ASM_UNIQUE_SECTION, TARGET_ASM_SELECT_RTX_SECTION): Update.
20924 * config/ia64/hpux.h (TARGET_ASM_SELECT_SECTION,
20925 TARGET_ASM_UNIQUE_SECTION, TARGET_ASM_SELECT_RTX_SECTION): New.
20926
20927 2003-01-25 Kazu Hirata <kazu@cs.umass.edu>
20928
20929 * config/h8300/h8300.c (h8300_shift_needs_scratch_p): Update a
20930 comment.
20931
20932 2003-01-25 Richard Henderson <rth@redhat.com>
20933
20934 * config/m68k/m68k-none.h (ASM_SPEC): Adjust inter-option spacing.
20935
20936 2003-01-25 Kelley Cook <kelleycook@comcast.net>
20937
20938 * ggc-simple.c (debug_ggc_tree): Add PTR cast.
20939
20940 2003-01-25 Segher Boessenkool <segher@koffie.nl>
20941
20942 * bitmap.h (BITMAP_WORD): New typedef: fundamental storage
20943 type for bitmaps. Use unsigned long.
20944 (nBITMAP_WORD_BITS): New macro.
20945 (BITMAP_WORD_BITS): New macro.
20946 (rest of file): Use it.
20947 * bitmap.c: Use it.
20948
20949 2003-01-25 Richard Henderson <rth@redhat.com>
20950
20951 2002-02-19 Robert Lipe <robertlipe@usa.net>
20952 * config/i386/t-sco5gas: (CRTSTUFF_T_CFLAGS_S): Delete -mcoff.
20953
20954 2003-01-25 Roger Sayle <roger@eyesopen.com>
20955
20956 * builtins.c (purge_builtin_constant_p): Scan insn stream
20957 sequentially rather than by basic block.
20958 * function.c (purge_addressof): Simplify test with INSN_P.
20959
20960 2003-01-25 Kazu Hirata <kazu@cs.umass.edu>
20961
20962 * combine.c (simplify_comparison, case AND): Remove a redundant test.
20963
20964 2003-01-25 Roger Sayle <roger@eyesopen.com>
20965
20966 * function.h (struct function): New field calls_constant_p.
20967 (current_function_calls_constant_p): New macro for above.
20968 * function.c (prepare_function_start): Initialize calls_eh_return
20969 and calls_constant_p.
20970 * builtins.c (expand_builtin_constant_p): Set calls_constant_p.
20971 * toplev.c (rest_of_compilation): Only call purge_builtin_constant_p
20972 when the current_function_calls_constant_p.
20973 * integrate.c (expand_inline_function): Set calls_constant_p if
20974 the function being inlined has calls_constant_p set.
20975
20976 2003-01-25 Roger Sayle <roger@eyesopen.com>
20977
20978 * cse.c (fold_rtx): Instantiate CONSTANT_P_RTX to 0 when not
20979 optimizing, even if flag_gcse is true.
20980 * toplev.c (rest_of_compilation): purge_builtin_constant_p
20981 only needs to be called when "optimize > 0 && flag_gcse".
20982
20983 2003-01-25 Roger Sayle <roger@eyesopen.com>
20984
20985 * stmt.c (emit_case_bit_tests): New routine to implement suitable
20986 switch statements using the equivalent of "if ((1<<x) & cst) ... ".
20987 (case_bit_test_cmp): New comparison function for "qsort" to order
20988 case_bit_tests by decreasing number of destination nodes.
20989 (lshift_cheap_p): New function to determine if "1 << x" is cheap.
20990 (expand_end_case_type): Use emit_case_bit_tests to implement
20991 suitable switch statments.
20992 (CASE_USE_BIT_TESTS): New target macro to disable the above.
20993 * Makefile.in (stmt.o): Add dependency on optab.h.
20994 * doc/tm.texi (CASE_USE_BIT_TESTS): Document new target macro.
20995
20996 2003-01-23 Andreas Schwab <schwab@suse.de>
20997
20998 * config/ia64/crtend.asm [HAVE_INITFINI_ARRAY]: Make
20999 __do_global_ctors_aux hidden global and don't put it in
21000 .init_array.
21001 * config/ia64/crtbegin.asm [HAVE_INITFINI_ARRAY]: Put it here
21002 instead so that it comes first.
21003
21004 2003-01-25 Jan Hubicka <jh@suse.cz>
21005
21006 * df.c (read_modify_subreg_p): When osize == UNITS_PER_WORD,
21007 subreg is read/modify.
21008
21009 2003-01-25 Jan Hubicka <jh@suse.cz>
21010
21011 * i386.c (ix86_expand_movstr, ix86_expand_clrstr): Consistently
21012 do libcall for large blocks.
21013 * i386.md (comi patterns): Set type to ssecomi.
21014 (sse2_unpck?pd): Fix mode of vec_select.
21015
21016 * cse.c: Include except.h
21017 (cse_set_around_loop): Do not create new basic blocks.
21018 * Makefile.in (cse.o): Add dependnecy on except.h
21019
21020 2003-01-25 Jan Hubicka <jh@suse.cz>
21021
21022 * builtins.c (fold_trunc_transparent_mathfn): New function.
21023 (fold_builtin): Use it.
21024 * convert.c (convert_to_real): Re-enable code to convert
21025 math functions; add support for floor familly functions.
21026
21027 2003-01-25 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
21028
21029 * Makefile.in (cfgloop.o, cfgloopanal.o, cfgloopmanip.o): Add
21030 dependencies on coretypes.h and $(TM_H).
21031
21032 2003-01-25 Jan Hubicka <jh@suse.cz>
21033
21034 * builtins.c (fold_trunc_transparent_mathfn): Undo accidental commit.
21035
21036 2003-01-24 Stuart Hastings <stuart@apple.com>
21037
21038 * config/i386/i386.c (x86_output_mi_thunk): Add Darwin/x86 support.
21039
21040 2003-01-25 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
21041
21042 * config/c4x/c4x.md (UNSPEC_BU): New constants.
21043 (UNSPEC_RPTS, UNSPEC_LSH, UNSPEC_CMPHI, UNSPEC_RCPF): Likewise.
21044 (UNSPEC_RND, UNSPEC_RPTB_FILL, UNSPEC_LOADHF_INT): Likewise.
21045 (UNSPEC_STOREHF_INT, UNSPEC_RSQRF, UNSPEC_LOADQF_INT): Likewise.
21046 (UNSPEC_STOREQF_INT, UNSPEC_LDIV, UNSPEC_PUSH_ST): Likewise.
21047 (UNSPEC_POP_ST, UNSPEC_PUSH_DP, UNSPEC_POP_DP): Likewise.
21048 (UNSPEC_POPQI, UNSPEC_POPQF, UNSPEC_ANDN_ST): Likewise.
21049 (UNSPEC_RPTB_INIT, UNSPEC_TOIEEE, UNSPEC_FRIEEE): Likewise.
21050
21051 2003-01-24 Jan Hubicka <jh@suse.cz>
21052
21053 * emit-rtl.c (reg_attrs_htab): New static variable.
21054 (reg_attrs_htab_hash, reg_attrs_htab_eq, get_reg_attrs): New static
21055 functions.
21056 (reg_rtx): Do not maintain regno_decl.
21057 (gen_rtx_REG_offset, set_reg_attrs_from_mem, set_delc_rtx,
21058 set_mem_attrs_from_reg): New global function.
21059 (init_emit): Do not initialize regno_decl.
21060 (init_emit_once): initialize reg_attrs_htab.
21061 * final.c (alter_subreg): Do not replace REG by SUBREG.
21062 (gen_mem_expr_from_op): Improve output.
21063 (output_asm_operands): Likewise.
21064 * function.c (assign_params): Do not set REGNO_DECL.
21065 * function.h (struct function): Kill regno_decl.
21066 (REGNO_DECL): Kill.
21067 * gengtype.c (adjust_field_rtx_def): Handle new field of reg.
21068 * print_rtl.c (print_rtx): Output REG information.
21069 * regclass.c (reg_scan_mark_refs): Update attrs.
21070 * reload1.c (alter_reg): Likewise.
21071 * simplify_rtx.c (simplify_subreg): Likewise.
21072 * stmt.c (expand_decl): Likewise.
21073 * rtl.def (REG): Add new field.
21074 * rtl.h (struct reg_attrs): New.
21075 (rtunion_def): At rtreg.
21076 (X0MEMATTR): Add checking.
21077 (X0REGATTR, REG_ATTRS, REG_EXPR, REG_OFFSET): New macro.
21078 (set_reg_attrs_from_mem, set_mem_attrs_from_reg, gen_rtx_REG_offset):
21079 Declare.
21080 * tree.h (SET_DECL_RTL): Call set_decl_rtl.
21081
21082 2003-01-24 Bob Wilson <bob.wilson@acm.org>
21083
21084 * config/xtensa/xtensa.c: Remove unused include of machmode.h.
21085 (xtensa_emit_call, print_operand): Fix printf format strings
21086 to avoid compile warnings.
21087 (xtensa_function_prologue, xtensa_function_epilogue): Change type
21088 of "size" argument to HOST_WIDE_INT to fix compile warnings.
21089 * config/xtensa/xtensa-protos.h
21090 (xtensa_function_prologue, xtensa_function_epilogue): Ditto.
21091
21092 2003-01-24 Jan Hubicka <jh@suse.cz>
21093
21094 * builtins.c (DEF_BUILTIN): Accept 10 arguments.
21095 (implicit_built_in_decls): New global array.
21096 (mathfn_built_in): New global function.
21097 (fold_trunc_transparent_mathfn): New static function
21098 (expand_builtin_strstr, expand_bultin_strchr,
21099 expand_builtin_strpbrk, expand_builtin_strcpy,
21100 expand_builtin_strncpy, expand_bultin_strcmp,
21101 expand_bultin_strncat, expand_builtin_fputs): Use
21102 implicint_built_in_decls.
21103 (fold_builtin): Fold floor/trunc/round/ceil/nearbyint.
21104 * builtins.def: Fix comments.
21105 (DEF_GCC_BUILTIN, DEF_FALLBACK_BUILTIN, DEF_EXT_FALLBACK_BUILTIN,
21106 DEF_LIB_BUILTIN, DEF_LIB_ALWAYS_BUILTIN, DEF_EXT_LIB_BUILTIN,
21107 DEF_C99_BULTIN, DEF_FRONT_END_LIB_BUILTIN,
21108 DEF_EXT_FRONT_END_LIB_BUILTIN): Pass implicit as needed.
21109 (DEF_C99_C90RES_BULTIN): New.
21110 (*f, *l builtins): Update.
21111 * c-common.c (DEF_BUILTIN): Initialize implicit array.
21112 (c_expand_builtin_printf, c_expand_builtin_fprintf): Update.
21113 * convert.c (strip_float_extensions): New global function.
21114 * tree.h (DEF_BUILTIN): Accept 10 arguments.
21115 (implicit_built_in_decls, mathfn_built_in, strip_float_extension):
21116 Declare.
21117 * java/builtins.c (define_builtin): Handle implicit.
21118 (DEF_BUILTIN): Update.
21119 * tm.texi (TARGET_C99_FUNCTIONS): Document.
21120 * defaults.h (TARGET_C99_FUNCTIONS): Default to 0.
21121 * config/linux.h (TARGET_C99_FUNCTIONS): Default to 1
21122 when using glibc2.
21123
21124 2003-01-24 Bob Wilson <bob.wilson@acm.org>
21125
21126 * config.gcc (xtensa-*-elf*): Removed assignments to with_newlib,
21127 extra_parts, and fixincludes. Add xtensa/t-elf tmake_file.
21128 (xtensa-*-linux*): Add xtensa/t-linux tmake_file.
21129 * config/xtensa/crti.asm: New file.
21130 * config/xtensa/crtn.asm: New file.
21131 * config/xtensa/t-elf: New file.
21132 * config/xtensa/t-linux: New file.
21133 * config/xtensa/t-xtensa: Add rules for crti.o and crtn.o.
21134 Move various CFLAGS settings to new t-elf file.
21135
21136 2003-01-24 Richard Henderson <rth@redhat.com>
21137
21138 PR optimization/4382
21139 * tree-inline.c (find_builtin_longjmp_call_1): New.
21140 (find_builtin_longjmp_call): New.
21141 (inlinable_function_p): Use it.
21142
21143 2003-01-24 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
21144
21145 * config/i386/i386-protos.h (function_arg_pass_by_reference): Declare.
21146 * config/i386/i386.h (FUNCTION_ARG_PASS_BY_REFERENCE): Use it.
21147 * config/i386/i386.c (function_arg_pass_by_reference): New.
21148 (ix86_va_arg): Support arguments passed by reference.
21149
21150 2003-01-24 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
21151
21152 * cfgloopanal.c: New file.
21153 * cfgloopmanip.c: New file.
21154 * Makefile.in (cfgloopanal.o, cfgloopmanip.o): New.
21155 (toplev.o, loop.o, doloop.o, unroll.o, cfgloop.o, predict.o,
21156 cfglayout.o): Add dependency on cfgloop.h.
21157 (cfgloop.o): Add flags.h dependency.
21158 * basic-block.h (BB_IRREDUCIBLE_LOOP, BB_SUPERBLOCK): New flags.
21159 (VLS_EXPECT_PREHEADERS, VLS_EXPECT_SIMPLE_LATCHES): Removed.
21160 (struct loop, struct loops, flow_loops_find, flow_loops_update,
21161 flow_loops_free, flow_loops_dump, flow_loop_dump,
21162 flow_loop_scan, flow_loop_tree_node_add, flow_loop_tree_node_remove,
21163 LOOP_TREE,,LOOP_PRE_HEADER, LOOP_ENTRY_EDGES, LOOP_EXIT_EDGES,
21164 LOOP_ALL, flow_loop_outside_edge_p, flow_loop_nested_p,
21165 flow_bb_inside_loop_p, get_loop_body, loop_preheader_edge,
21166 loop_latch_edge, add_bb_to_loop, remove_bb_from_loops,
21167 find_common_loop, verify_loop_structure): Declarations moved to ...
21168 * cfgloop.h: New file.
21169 * bb-reorder.c (reorder_basic_blocks): Modified.
21170 * cfglayout.c: Include cfgloop.h.
21171 (cleanup_unconditional_jumps, cfg_layout_redirect_edge,
21172 cfg_layout_duplicate_bb, cfg_layout_initialize): Update loop structure.
21173 (break_superblocks): New static function.
21174 (cfg_layout_finalize): Use it.
21175 (cfg_layout_split_block): New function.
21176 * cfglayout.h (struct reorder_block_def): Add copy and duplicated
21177 fields.
21178 (cfg_layout_initialize, cfg_layout_redirect_edge): Declaration
21179 changed.
21180 (cfg_layout_split_block): Declare.
21181 * cfgloop.c: Include cfgloop.h and flags.h.
21182 (flow_loop_dump, flow_loops_free, flow_loop_exit_edges_find,
21183 get_loop_body): Avoid signed versus unsigned comparison warnings.
21184 (make_forwarder_block, flow_loops_find, loop_preheader_edge,
21185 loop_latch_edge): Modified.
21186 (verify_loop_structure): Modified to use flags stored in loop structure;
21187 check irreducible loops.
21188 (cancel_loop, cancel_loop_tree): New functions.
21189 (estimate_probability): Use loop analysis code for predictions.
21190 (estimate_loops_at_level): Avoid signed versus unsigned comparison
21191 warnings.
21192 * doloop.c: Include cfgloop.h.
21193 * loop.c: Include cfgloop.h.
21194 * predict.c: Include cfgloop.h.
21195 * toplev.c: Include cfgloop.h.
21196 * unroll.c: Include cfgloop.h.
21197 * tracer.c (tracer): Modified.
21198
21199 2003-01-24 Kazu Hirata <kazu@cs.umass.edu>
21200
21201 * config/h8300/h8300.c (get_shift_alg): Fix a typo.
21202
21203 2003-01-24 Ulrich Weigand <uweigand@de.ibm.com>
21204
21205 * configure.in (HAVE_AS_TLS): Add s390-*-* and s390x-*-* cases.
21206 * configure: Regenerate.
21207
21208 * config/s390/s390-protos.h (tls_symbolic_operand): Add prototype.
21209 (tls_symbolic_reference_mentioned_p): Add prototype.
21210 (s390_tls_get_offset): Add prototype.
21211 (emit_pic_move): Remove prototype, replace by ...
21212 (emit_symbolic_move): .. this new prototype.
21213
21214 * config/s390/s390.c (TARGET_HAVE_TLS): Conditionally define.
21215 (tls_model_chars): New global variable.
21216 (s390_encode_section_info): Encode TLS model.
21217 Use targetm.binds_local_p to check for local symbols.
21218 (s390_strip_name_encoding): New function.
21219 (TARGET_STRIP_NAME_ENCODING): Define.
21220
21221 (get_thread_pointer): New function.
21222 (legitimize_tls_address): New function.
21223 (legitimize_address): Call it.
21224 (emit_pic_move): Remove, replace by ...
21225 (emit_symbolic_move): ... this new function.
21226
21227 (larl_operand): Handle TLS operands.
21228 (legitimate_constant_p): Likewise.
21229 (s390_decompose_address): Likewise.
21230 (s390_cannot_force_const_mem): New function.
21231 (TARGET_CANNOT_FORCE_CONST_MEM): Define.
21232
21233 (s390_output_symbolic_const): Handle TLS unspecs.
21234 (print_operand): New code 'J'.
21235 (machine_function): Add struct member 'some_ld_name'.
21236 (get_some_local_dynamic_name, get_some_local_dynamic_name_1): New.
21237
21238 (enum s390_builtin): New type.
21239 (code_for_builtin_64, code_for_builtin_31): New global variables.
21240 (s390_init_builtins, s390_expand_builtin): New functions.
21241 (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN): Define.
21242
21243 * config/s390/s390.h (TLS_SYMBOLIC_CONST): New macro.
21244 (ASM_OUTPUT_LABELREF): Define.
21245 (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Handle TLS constants.
21246
21247 * config/s390/s390.md: Define TLS UNSPEC constants.
21248 ("movdi", "movsi"): Handle TLS operands.
21249 ("get_tp_64", "get_tp_31", "set_tp_64", "set_tp_31"): New insns.
21250 ("*tls_load_64", "*tls_load_31"): New insns.
21251 ("call_value_tls", "call_value_tls_exp"): New expanders.
21252 ("brasl_tls", "bras_tls", "basr_tls_64", "basr_tls_31",
21253 "bas_tls_64", "bas_tls_31"): New insns.
21254
21255 2003-01-24 Nathan Sidwell <nathan@codesourcery.com>
21256
21257 * config/rs6000/rs6000.c (rs6000_parse_abi_options): Make sure
21258 spe ABI is configured, if requested.
21259
21260 2003-01-24 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
21261
21262 * doc/passes.texi: Fix typo.
21263
21264 2003-01-24 Andreas Schwab <schwab@suse.de>
21265
21266 * stor-layout.c (excess_unit_span): Only define if used.
21267
21268 2003-01-24 Jerry Quinn <jlquinn@optonline.net>
21269
21270 * gcc/doc/invoke.texi (Optimization Options): List -O levels
21271 for each optimization flag.
21272
21273 2003-01-24 Kazu Hirata <kazu@cs.umass.edu>
21274
21275 * config/h8300/h8300.md (*andsi3_ashift_n_lower): New.
21276
21277 2003-01-24 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
21278
21279 * doc/bugreport.texi: Use @command instead of @code for commands.
21280 * doc/collect2.texi: Likewise.
21281 * doc/headerdirs.texi: Likewise.
21282 * doc/invoke.texi: Likewise.
21283 * doc/standards.texi: Likewise.
21284 * doc/tm.texi: Likewise.
21285 * doc/trouble.texi: Likewise.
21286
21287 2003-01-24 Nick Clifton <nickc@redhat.com>
21288
21289 * config/arm/arm.c (use_return_insn): Do not use a single return
21290 instruction for interrupt handelrs which have to create a stack
21291 frame.
21292 (arm_expand_prologue): Do not pre-bias the return address of
21293 interrupt handlers which create a stack frame.
21294
21295 2003-01-24 Nick Clifton <nickc@redhat.com>
21296
21297 * Add sh2e support:
21298
21299 2002-08-12 Alexandre Oliva <aoliva@redhat.com>
21300
21301 * config/sh/sh.c (output_branch) [TARGET_SH2E]: Handle
21302 med_cbranches. Fix logic in short_cbranches.
21303
21304 2002-04-03 Alexandre Oliva <aoliva@redhat.com>
21305
21306 * config/sh/sh.md (delay for cbranch): Don't annul delay
21307 slots on SH2e.
21308 * config/sh/sh.c (sh_insn_length_adjustment): Add 2 for
21309 cbranch with unfilled delay slot on SH2e.
21310 (output_branch): Fill with a nop the delay slot of a
21311 branch that required a delay slot but didn't get one.
21312
21313 2002-04-02 Alexandre Oliva <aoliva@redhat.com>
21314
21315 * doc/invoke.texi (SH options): Document -m2e.
21316 * config/sh/crt1.asm: Add __SH2E__ Next to __SH3E__.
21317 * config/sh/lib1funcs.asm: Likewise.
21318 * config/sh/sh.c: Replace all uses of TARGET_SH3E with SH2E.
21319 * config/sh/sh.h (CPP_SPEC): Define __SH2E__ for -m2e, and
21320 not __sh1__.
21321 (CONDITIONAL_REGISTER_USAGE): Don't disable FP regs from
21322 SH2E up.
21323 (SH3E_BIT): Renamed to...
21324 (SH_E_BIT): ... this. Replace all uses.
21325 (TARGET_SH2E): Define from SH_E_BIT and TARGET_SH2.
21326 Replace all uses of TARGET_SH3E with TARGET_SH2E.
21327 (TARGET_SWITCHES): Added 2e.
21328 (OVERRIDE_OPTIONS): Set sh_cpu for SH2E.
21329 (processor_type): Added PROCESSOR_SH2E.
21330 * config/sh/sh.md: Replace all uses of TARGET_SH3E with
21331 TARGET_SH2E, except in sqrtsf2_i.
21332 (attribute cpu): Added sh2e.
21333 * config/sh/t-sh (MULTILIB_OPTIONS): Replace m3e with m2e.
21334 (MULTILIB_MATCHES): Use m2e multilib for m3e.
21335 * config.gcc: Add sh2e target support.
21336
21337 2003-01-24 Phil Edwards <pme@gcc.gnu.org>
21338
21339 Rename -W to -Wextra.
21340 * c-decl.c: Update comments.
21341 * c-typeck.c: Likewise.
21342 * flags.h: Likewise.
21343 * function.c: Likewise.
21344 * stmt.c: Likewise.
21345 * toplev.c: Update comments.
21346 (W_options): Add 'extra'.
21347 (display_help): Remove '-W'.
21348 (decode_W_option): Special warn_uninitialized treatment in the case
21349 of -Wextra.
21350 * doc/invoke.texi: Update with new entries.
21351
21352 2003-01-23 Richard Henderson <rth@redhat.com>
21353
21354 * ifcvt.c (noce_process_if_block): Re-add check vs X being changed
21355 in no-else-block case. Add commentary.
21356
21357 2003-01-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21358
21359 * configure.in: Revert last change.
21360
21361 2003-01-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21362
21363 * configure.in: Don't include ansidecl.h in tconfig.h.
21364 * gcov-io.h (PARAMS, ATTRIBUTE_UNUSED): Define if IN_LIBGCC2.
21365 * unwind-dw2-fde.h (last_fde): Use __attribute__, not
21366 ATTRIBUTE_UNUSED.
21367
21368 * configure: Regenerate.
21369
21370 2003-01-23 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
21371
21372 PR java/6748
21373 * config/rs6000/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Don't destroy
21374 regs->nip. Fix rt_sigreturn frame layout. Add support for newer
21375 kernels.
21376
21377 2003-01-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21378
21379 * cpplex.c (cpp_interpret_charconst): Squelch warning with cast.
21380
21381 2003-01-23 Ulrich Weigand <uweigand@de.ibm.com>
21382
21383 * genattrtab.c (write_attr_get): Mark 'insn' paramter
21384 as ATTRIBUTE_UNUSED.
21385
21386 2003-01-23 Richard Earnshaw <rearnsha@arm.com>
21387
21388 * arm.c (thumb_base_register_rtx_p): New function.
21389 (thumb_index_register_rtx_p): New function.
21390 (thumb_legitimate_address_p): New function.
21391 (thumb_legitimate_offset_p): New function.
21392 * arm.h (REG_STRICT_P): Define according to setting of REG_OK_STRICT.
21393 (ARM_GO_IF_LEGITIMATE_ADDRESS): Use REG_STRICT_P to avoid duplicate
21394 definitions.
21395 (THUMB_GO_IF_LEGITIMATE_ADDRESS): Use thumb_legitimate_address_p.
21396 (THUMB_LEGITIMATE_OFFSET): Delte.
21397 (THUMB_LEGITIMIZE_RELOAD_ADDRESS): Use thumb_legitimate_offset.
21398 * arm-protos.h (thumb_legitimate_address_p): Add prototype.
21399 (thumb_legitimate_offset_p): Likewise.
21400
21401 2003-01-23 Andreas Schwab <schwab@suse.de>
21402
21403 * unwind.h (_Unwind_GetTextRelBase): Mark parameter as unused.
21404
21405 2003-01-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21406
21407 * fixinc/Makefile.in (FL_LIST): Revert last change.
21408
21409 2003-01-23 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
21410
21411 PR other/7341
21412 * invoke.texi (ftest-coverage): Fix broken cross-reference.
21413 Change @code to @command for gcov command.
21414
21415 * gcc.texi: Adjust title of gcov section.
21416 Adjust copyright.
21417 * gcov.texi: Likewise.
21418
21419 2003-01-22 Roger Sayle <roger@eyesopen.com>
21420
21421 PR optimization/8423
21422 * cse.c (fold_rtx): Only eliminate a CONSTANT_P_RTX to 1 when
21423 its argument is constant, or 0 if !flag_gcse.
21424 * simplify-rtx.c (simplify_rtx): Convert CONSTANT_P_RTX to 1
21425 if it's argument is constant.
21426 * gcse.c (want_to_gcse_p): Ignore CONSTANT_P_RTX nodes.
21427 (hash_scan_set): Don't record CONSTANT_P_RTX expressions.
21428 (do_local_cprop): Don't propagate CONSTANT_P_RTX constants.
21429 * builtins.c (purge_builtin_constant_p): New function to force
21430 instantiation of any remaining CONSTANT_P_RTX nodes.
21431 * rtl.h (purge_builtin_constant_p): Prototype here.
21432 * toplev.c (rest_of_compilation): Invoke purge_builtin_constant_p
21433 pass after GCSE and before loop.
21434 (flag_gcse): No longer static.
21435 * flags.h (flag_gcse): Prototype here.
21436
21437 2003-01-22 Ulrich Weigand <uweigand@de.ibm.com>
21438
21439 * config/s390/s390.h (HARD_REGNO_MODE_OK): Fix warning regression
21440 introduced by last change.
21441
21442 2003-01-22 Andreas Schwab <schwab@suse.de>
21443
21444 * ra-rewrite.c (rewrite_program2): Initialize bb to avoid warning.
21445
21446 2003-01-22 Kazu Hirata <kazu@cs.umass.edu>
21447
21448 * config/h8300/h8300.c (h8300_shift_needs_scratch_p): Don't
21449 request a scratch reg on H8S when the shift count is 8.
21450
21451 2003-01-22 Ulrich Weigand <uweigand@de.ibm.com>
21452
21453 * config/s390/s390-protos.h (preferred_la_operand_p):
21454 Remove second parameter.
21455 * config/s390/s390.c (preferred_la_operand_p): Likewise.
21456 * config/s390/s390.h (FRAME_REGNO_P, FRAME_REG_P): New macros.
21457 (HARD_REGNO_MODE_OK): Use FRAME_REGNO_P.
21458 * config/s390/s390.md ("*la_cc_64", "*la_cc_31", splitters): Remove.
21459 Add peepholes to transform ADD to LOAD ADDRESS.
21460
21461 2003-01-22 Richard Earnshaw <rearnsha@arm.com>
21462
21463 * arm.c (arm_address_register_rtx_p): New function.
21464 (arm_legitimate_address_p): New function.
21465 (arm_legitimate_index_p): New function.
21466 (legitimize_pic_address): Use arm_legitimate_index_p.
21467 * arm-protos.h (arm_legtimate_address_p): Add prototype.
21468 * arm.h (ARM_GO_IF_LEGITIMATE_INDEX): Delete.
21469 (ARM_GO_IF_LEGITIMATE_ADDRESS): Call arm_legitimate_address_p.
21470
21471 2003-01-22 Hartmut Penner <hpenner@de.ibm.com>
21472
21473 * config/s390/s390.md (floatdfdi2): Insn has type 'itof'.
21474 * config/s390/2064.md (define_bypass): Correct 'Load' and
21475 'Load-address' bypass values.
21476
21477 2003-01-22 Andreas Schwab <schwab@suse.de>
21478
21479 * config/ia64/t-ia64 (insn-attrtab.o-warn): Define as -Wno-error.
21480
21481 2003-01-21 Zack Weinberg <zack@codesourcery.com>
21482
21483 * genautomata.c (output_internal_insn_latency_func,
21484 output_print_reservation_func): Short circuit when there is no
21485 automaton to generate code for.
21486
21487 2003-01-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21488
21489 * Makefile.in (ssa-ccp.o): Depend on coretypes.h $(TM_H).
21490 (df.o): Delete duplicate dependency on coretypes.h $(TM_H).
21491
21492 2003-01-21 Geoffrey Keating <geoffk@apple.com>
21493
21494 * config/rs6000/rs6000.md: Remove warning.
21495 (builtin_setjmp_receiver): Likewise.
21496 * config/darwin.c (update_stubs): Slightly improve terrible hack
21497 with identifiers. Add comment pointing out problems with it.
21498 (update_non_lazy_ptrs): Likewise.
21499
21500 2003-01-21 Richard Henderson <rth@redhat.com>
21501
21502 * dwarf2out.c (lookup_filename): Fix printf format warning.
21503 * system.h (fread_unlocked, fwrite_unlocked): Undef.
21504
21505 * fixinc/Makefile.in (FL_LIST): Add $($@-warn) hook.
21506 (fixincl.o-warn, gnu-regex.o-warn): New.
21507 * fixinc/fixfixes.c (FIX_PROC_HEAD): Mark parameters unused.
21508 * fixinc/fixtests.c (TEST_FOR_FIX_PROC_HEAD): Likewise.
21509 * fixinc/fixincl.c (process): Fix printf format warning.
21510
21511 2003-01-21 Ulrich Weigand <uweigand@de.ibm.com>
21512
21513 * dwarf2out (output_file_names): Don't crash if called
21514 with empty file_table.
21515
21516 2003-01-21 Zack Weinberg <zack@codesourcery.com>
21517
21518 * genautomata.c (output_internal_insn_latency_func): Add
21519 missing break statement to generated code.
21520
21521 2003-01-21 Roger Sayle <roger@eyesopen.com>
21522
21523 * stmt.c (same_case_target_p): New function to determine whether
21524 two case labels branch to the same target. Split out from...
21525 (group_case_nodes): ... here. Use same_case_target_p instead.
21526 (strip_default_case_nodes): Remove explicit case nodes
21527 that branch to the default destination.
21528 (expand_end_case_type): Call strip_default_case_nodes after
21529 group_case_nodes, to simplify the case-list before we count it.
21530 Only generate table_label RTX when actually needed. Try to share
21531 thiscase->exit_label and thiscase->data.case_stmt.default_label
21532 when a switch has no explicit default case. Simplify test for
21533 constant index.
21534
21535 2003-01-21 Kazu Hirata <kazu@cs.umass.edu>
21536
21537 * config/h8300/h8300.md (*negsf2_h8300): Use \\t instead of
21538 \t.
21539 (*negsf2_h8300hs): Likewise.
21540 (*addsi3_lshiftrt_16_zexthi): Likewise.
21541 (*iorhi3_lshiftrt_8): Likewise.
21542
21543 2003-01-21 Ulrich Weigand <uweigand@de.ibm.com>
21544
21545 * dwarf2out.c (fde_table_in_use): Mark GTY.
21546 (dwarf2out_cfi_label_num): New variable, marked GTY.
21547 (dwarf2out_cfi_label): Use it instead of static label_num.
21548 * emit-rtl.c (label_num): Mark GTY.
21549
21550 2003-01-21 Kazu Hirata <kazu@cs.umass.edu>
21551
21552 * config/h8300/h8300.c (output_plussi): Support H8/300.
21553 (compute_plussi_length): Likewise.
21554 (compute_plussi_cc): Likewise.
21555 * config/h8300/h8300.md (addsi_h8300): Use output_plussi to
21556 output assembly instructions.
21557
21558 2003-01-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21559
21560 * calls.c (fix_unsafe_tree): Prototype.
21561
21562 * Makefile.in (GCC_WARN_CFLAGS): Add $(WERROR) $($@-warn)
21563 (gtype-desc.o-warn, c-decl.o-warn, varasm.o-warn, gcc.o-warn,
21564 insn-conditions.o-warn, out_object_file, gengtype-yacc.o-warn,
21565 c-parse.o-warn): Add -Wno-error.
21566 (STAGE2_FLAGS_TO_PASS): Add WERROR="@WERROR@".
21567
21568 * configure.in (--enable-werror): Add new flag.
21569 * doc/install.texi (--enable-werror): Document.
21570 * configure: Regenerate.
21571
21572 * objc/Make-lang.in (objc/objc-parse.o-warn): Add -Wno-error.
21573
21574 2003-01-21 Andreas Schwab <schwab@suse.de>
21575
21576 * genautomata.c (output_internal_insn_latency_func): Fix missing
21577 close paren in output.
21578
21579 2003-01-21 Zack Weinberg <zack@codesourcery.com>
21580
21581 * genautomata.c: Space savings in generated code:
21582 (output_dfa_insn_code_func): Split out the table-enlargement
21583 path to an out-of-line static function, dfa_insn_code_enlarge.
21584 (output_internal_insn_latency_func): Use a lookup table for the
21585 default latencies.
21586 (output_print_reservation_func): Use a lookup table for the
21587 strings.
21588
21589 2003-01-21 Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
21590
21591 PR opt/7507
21592 * calls.c (fix_unsafe_tree): Split out from ...
21593 (expand_call): ... here. Use it on the function address too.
21594
21595 2003-01-20 Richard Henderson <rth@redhat.com>
21596
21597 * expr.h (default_must_pass_in_stack): Move decl outside ifdef.
21598
21599 2003-01-20 Richard Henderson <rth@redhat.com>
21600
21601 PR opt/7154
21602 * stmt.c (expand_asm_operands): Validize memory operands.
21603
21604 2003-01-20 Richard Henderson <rth@redhat.com>
21605
21606 PR opt/8848
21607 * ifcvt.c (noce_process_if_block): Correct arguments to
21608 modified_between_p for no-else-block case.
21609
21610 2003-01-20 Kazu Hirata <kazu@cs.umass.edu>
21611
21612 * config/h8300/h8300.c (const_costs): Remove a warning.
21613 (output_plussi): Likewise.
21614 (compute_plussi_length): Likewise.
21615 (compute_plussi_cc): Likewise.
21616
21617 2003-01-20 Kazu Hirata <kazu@cs.umass.edu>
21618
21619 * config/h8300/h8300.md (addsi_h8300): Remove the last
21620 alternative.
21621
21622 2003-01-20 Kazu Hirata <kazu@cs.umass.edu>
21623
21624 * config/h8300/h8300.c (get_shift_alg): Remove redundant code.
21625
21626 2003-01-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21627
21628 * system.h (__NO_STRING_INLINES): Define.
21629
21630 2003-01-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
21631
21632 * ifcvt.c (noce_emit_store_flag): Don't emit store flag if mode of x
21633 is not a scalar int mode.
21634
21635 2003-01-20 Roger Sayle <roger@eyesopen.com>
21636
21637 * cse.c (cse_insn): Avoid RTL sharing when updating the RETVAL
21638 insn's notes following a substitution inside a libcall.
21639
21640 2003-01-20 Zack Weinberg <zack@codesourcery.com>
21641
21642 * configure.in: Check for system-provided 'uchar' type.
21643 * configure, config.in: Regenerate.
21644 * cpphash.h: Only typedef 'uchar' if the system doesn't.
21645
21646 2003-01-20 Richard Henderson <rth@redhat.com>
21647
21648 * expr.h (MUST_PASS_IN_STACK): Move implementation...
21649 * calls.c (default_must_pass_in_stack): ... here.
21650
21651 2003-01-20 Vladimir Makarov <vmakarov@redhat.com>
21652
21653 * genattrtab.h (INSN_ALTS_FUNC_NAME): Move it from genautomata.c.
21654
21655 * genautomata.c (INSN_ALTS_FUNC_NAME): Move it into genattrtab.h.
21656
21657 * genattr.c (main): Output default definition of AUTOMATON_ALTS.
21658 Wrap up definition of `insn_alts'.
21659
21660 * genattrtab.c (main): Wrap up `insn_alts'.
21661
21662 2003-01-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21663
21664 * collect2.c (ldgetname): Check HAVE_DECL_LDGETNAME before
21665 prototyping.
21666 * configure.in: Check for <ldfcn.h> and ldgetname() prototype.
21667
21668 * config.in, configure: Regenerate.
21669
21670 2003-01-20 Nick Clifton <nickc@redhat.com>
21671
21672 * config/arm/arm.md (sibcall_epilogue): Add an
21673 UNSPEC_PROLOGUE_USE to prevent the link register from being
21674 considered dead.
21675
21676 2003-01-20 Jan Hubicka <jh@suse.cz>
21677
21678 * i386.md (SSE cmov splitter): Handle memory operand in operand 5.
21679
21680 2003-01-20 Andreas Schwab <schwab@suse.de>
21681
21682 * system.h: Don't declare strsignal if the decl test hasn't been
21683 run yet.
21684
21685 2003-01-20 Kazu Hirata <kazu@cs.umass.edu>
21686
21687 * config/h8300/h8300.c (notice_update_cc): Don't assume that
21688 recog_data.operands[0] is always associated with cc0.
21689
21690 2003-01-19 David Edelsohn <edelsohn@gnu.org>
21691
21692 * collect2.c (ldgetname): Expand declaration to prototype.
21693 * read-rtl.c (atoll): Add prototype.
21694 * system.h (strsignal): Also declare if no declaration found.
21695
21696 2003-01-19 Alexandre Oliva <aoliva@redhat.com>
21697
21698 * config.gcc (mips64*-*-linux*): Added.
21699 * config/mips/linux64.h, config/mips/t-linux64: New file.
21700 * config/mips/iris6.h (MIPS_TFMODE_FORMAT): Define.
21701 * config/mips/mips.c (override_options): Use it.
21702 * config/mips/mips.h (TARGET_SWITCHES): Added...
21703 (SUBTARGET_TARGET_SWITCHES): New, empty by default.
21704 * Makefile.in (SPECS): New.
21705 (STAGESTUFF, specs, mostlyclean, install-common): Use it.
21706 * gcc.c (process_command): Move self-spec processing past spec
21707 file loading.
21708 * doc/tm.texi (DRIVER_SELF_SPECS): Document the change.
21709 * doc/fragments.texi (MULTILIB_EXTRA_OPTS): Document need for
21710 CRTSTUFF_T_CFLAGS.
21711 (SPECS): Document.
21712 * doc/invoke.texi (-mabi-fake-default): Document.
21713
21714 2003-01-19 Stephane Carrez <stcarrez@nerim.fr>
21715
21716 * config/m68hc11/m68hc11.c (stack_push_word, stack_pop_word,
21717 z_reg, z_reg_qi): Declare static and GTY().
21718 (da_reg): Remove.
21719 (create_regs_rtx): Don't create da_reg.
21720 ("gt-m68hc11.h"): Include for GTY roots.
21721 * config/m68hc11/m68hc11.h (ix_reg, iy_reg, d_reg): Declare extern
21722 and GTY() here.
21723 (m68hc11_compare_op0, m68hc11_compare_op1): Likewise.
21724 (m68hc11_soft_tmp_reg): Likewise.
21725 * config/m68hc11/m68hc11-protos.h: Remove above declarations.
21726
21727 2003-01-18 Kazu Hirata <kazu@cs.umass.edu>
21728
21729 * basic-block.h: Fix comment formatting.
21730 * calls.c: Likewise.
21731 * combine.c: Likewise.
21732 * convert.c: Likewise.
21733 * gcov.c: Likewise.
21734 * haifa-sched.c: Likewise.
21735 * libgcc2.c: Likewise.
21736 * loop.c: Likewise.
21737 * profile.c: Likewise.
21738 * system.h: Likewise.
21739
21740 2003-01-18 Roger Sayle <roger@eyesopen.com>
21741
21742 * config/pa/pa.md (muldi3): Avoid invalid sharing of SUBREG RTXs.
21743
21744 2003-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21745
21746 * ra-build.c (undef_to_size_word): Avoid `switch' warning.
21747
21748 2003-01-17 Dale Johannesen <dalej@apple.com>
21749
21750 * config/rs6000/rs6000.md (*floatsidf2_internal): Add earlyclobbers.
21751 (*floatunssidf2_internal): Ditto.
21752
21753 2003-01-17 Kazu Hirata <kazu@cs.umass.edu>
21754
21755 * alias.c: Fix comment typos.
21756 * basic-block.h: Likewise.
21757 * c-common.c: Likewise.
21758 * c-common.h: Likewise.
21759 * c-decl.c: Likewise.
21760 * c-opts.c: Likewise.
21761 * c-pragma.c: Likewise.
21762 * c-pretty-print.h: Likewise.
21763 * cfg.c: Likewise.
21764 * cfganal.c: Likewise.
21765 * cfgbuild.c: Likewise.
21766 * cfgcleanup.c: Likewise.
21767 * cfglayout.c: Likewise.
21768 * cfgrtl.c: Likewise.
21769 * convert.c: Likewise.
21770 * cpphash.h: Likewise.
21771 * cpplex.c: Likewise.
21772 * cpplib.h: Likewise.
21773 * df.h: Likewise.
21774 * diagnostic.c: Likewise.
21775 * diagnostic.h: Likewise.
21776 * dwarf2.h: Likewise.
21777
21778 2003-01-17 Stan Shebs <shebs@apple.com>
21779
21780 * config/darwin-protos.h: Forward-declare struct cpp_reader.
21781
21782 2003-01-17 Douglas B Rupp <rupp@gnat.com>
21783
21784 * config/alpha/alpha.c (alpha_need_linkage): Fix obvious
21785 mistake in last checkin.
21786
21787 2003-01-17 Kazu Hirata <kazu@cs.umass.edu>
21788
21789 * et-forest.c: Fix comment typos.
21790 * et-forest.h: Likewise.
21791 * except.c: Likewise.
21792 * expr.c: Likewise.
21793 * flags.h: Likewise.
21794 * flow.c: Likewise.
21795 * gcc.c: Likewise.
21796 * gcse.c: Likewise.
21797 * genattrtab.c: Likewise.
21798 * genautomata.c: Likewise.
21799 * gengtype.c: Likewise.
21800 * genrecog.c: Likewise.
21801 * global.c: Likewise.
21802 * gthr-rtems.h: Likewise.
21803
21804 2003-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21805
21806 * i386.c (x86_function_profiler): Fix format specifier.
21807
21808 2003-01-17 Richard Henderson <rth@redhat.com>
21809
21810 * gengtype.c (walk_type): Allow paramN_is.
21811
21812 2003-01-17 Nick Clifton <nickc@redhat.com>
21813
21814 * config/i960/t-960bare (i960-c.o): Add missing newline escape.
21815
21816 2003-01-16 Richard Henderson <rth@redhat.com>
21817
21818 * config/alpha/linux-elf.h (LIB_SPEC): Adjust inter-option spacing.
21819
21820 2003-01-16 Richard Henderson <rth@redhat.com>
21821
21822 * config/alpha/alpha.c (alpha_sr_alias_set): Mark GTY.
21823 (alpha_next_sequence_number): Likewise.
21824 (alpha_this_literal_sequence_number): Likewise.
21825 (alpha_this_gpdisp_sequence_number): Likewise.
21826 (struct alpha_funcs, alpha_funcs_num): Likewise.
21827 (struct alpha_links): Fix branch merge error.
21828 (alpha_need_linkage, alpha_use_linkage): Use GC for alpha_funcs.
21829
21830 2003-01-17 Alexandre Oliva <aoliva@redhat.com>
21831
21832 * config/mips/mips.h: Don't use #elif. Reported by Kaveh
21833 R. Ghazi.
21834
21835 2003-01-16 Kazu Hirata <kazu@cs.umass.edu>
21836
21837 * ifcvt.c: Fix comment typos.
21838 * lcm.c: Likewise.
21839 * libgcc2.c: Likewise.
21840 * local-alloc.c: Likewise.
21841 * loop.c: Likewise.
21842 * predict.c: Likewise.
21843 * ra-build.c: Likewise.
21844 * ra.c: Likewise.
21845 * ra-colorize.c: Likewise.
21846 * ra.h: Likewise.
21847 * ra-rewrite.c: Likewise.
21848 * regmove.c: Likewise.
21849 * reload.h: Likewise.
21850 * rtlanal.c: Likewise.
21851 * toplev.c: Likewise.
21852 * tree.h: Likewise.
21853 * unwind-dw2-fde-glibc.c: Likewise.
21854 * vmsdbgout.c: Likewise.
21855
21856 2003-01-16 Richard Henderson <rth@redhat.com>
21857
21858 * dwarf2out.c (struct file_table): Remove.
21859 (FILE_TABLE_INCREMENT): Remove.
21860 (file_table): Make a varray; mark for GC. Update all users.
21861 (file_table_last_lookup_index): Extract from struct file_table.
21862 (output_file_names): Fix unsigned compare warnings.
21863 (add_name_attribute): Remove inline marker.
21864 (add_comp_dir_attribute): Split out from gen_compile_unit_die.
21865 (lookup_filename): Don't manage size of file_table.
21866 (init_file_table): Allocate file_table with GC.
21867 (dwarf2out_init): Don't record main_input_filename here.
21868 (dwarf2out_finish): Do it here instead.
21869
21870 2003-01-16 Bruce Korb <bkorb@gnu.org>
21871
21872 * gcc/fixinc/inclhack.def(limits_ifndef): QNX needs a bypass, too.
21873
21874 2003-01-16 Kaz Kojima <kkojima@gcc.gnu.org>
21875
21876 * config/sh/sh.c (sh_initialize_trampoline): Emit rotrdi3_mextr
21877 instead of rotldi3_mextr.
21878
21879 2003-01-16 Vladimir Makarov <vmakarov@redhat.com>
21880
21881 * haifa-sched.c (move_insn): Restore moving all schedule group.
21882 (set_priorities): Restore taking SCHED_GROUP_P into account.
21883
21884 * sched-deps.c (add_dependence): Restore processing the last group
21885 insn.
21886 (remove_dependence, group_leader): Restore the functions.
21887 (set_sched_group_p): Restore adding dependencies from previous insn
21888 in the group.
21889 (compute_forward_dependences): Restore usage of group_leader.
21890
21891 * sched-ebb.c (init_ready_list): Restore taking SCHED_GROUP_P into
21892 account.
21893
21894 * sched-rgn.c (init_ready_list): Restore taking SCHED_GROUP_P into
21895 account.
21896 (can_schedule_ready_p): Ditto.
21897 (add_branch_dependences): Restore skipping over the group insns.
21898
21899 2003-01-16 Stephane Carrez <stcarrez@nerim.fr>
21900
21901 * config/m68hc11/m68hc11.c (m68hc11_check_z_replacement): Fix handling
21902 68HC12 pre/post inc/dec side effects.
21903
21904 2003-01-16 Stephane Carrez <stcarrez@nerim.fr>
21905
21906 * config/m68hc11/m68hc11.h (MASK_M6812): Define.
21907
21908 2003-01-16 J"orn Rennecke <amylaar@onetel.net.uk>
21909
21910 * sh.md (mshflo_w_x): Fix description of operation.
21911
21912 2003-01-16 Zack Weinberg <zack@codesourcery.com>
21913
21914 * config/rs6000/rs6000.h: Mention Altivec registers in
21915 commentary. Fix typo.
21916
21917 2003-01-16 David Edelsohn <edelsohn@gnu.org>
21918
21919 * config/rs6000/rs6000.md (movti_string): Remove clobber.
21920 * config/rs6000/rs6000.c (rs6000_emit_move, TImode): Explicitly
21921 generate PARALLEL with clobber for TARGET_POWER.
21922
21923 2003-01-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21924
21925 * ra-colorize.c (colorize_one_web): Initialize variable.
21926 * regmove.c (fixup_match_1): Likewise.
21927 * reload1.c (reload_as_needed): Likewise.
21928 * sdbout.c (SET_KNOWN_TYPE_TAG): Add cast.
21929
21930 2003-01-16 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
21931
21932 * cfgloop.c (flow_loops_find): Fix handling of abnormal edges.
21933
21934 2003-01-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21935
21936 * dbxout.c (lastfile, cwd): Fix `unused' warning.
21937 * dwarf2out.c (fde_table_in_use, current_funcdef_fde,
21938 dw_cfi_oprnd1_desc, dw_cfi_oprnd2_desc, next_die_offset,
21939 is_main_source, file_table, decl_die_table_in_use,
21940 abbrev_die_table_in_use, line_info_table_in_use,
21941 separate_line_info_table_in_use, pubname_table_in_use,
21942 arange_table_in_use, ranges_table_in_use,
21943 current_function_has_inlines): Likewise.
21944 * flow.c (life_analysis): Likewise.
21945 * genemit.c (gen_insn): Likewise.
21946 * protoize.c (cplus_suffix): Likewise.
21947
21948 * arm.c (ROUND_UP_WORD): Renamed from ROUND_UP.
21949 * arm.h (ROUND_UP_WORD): Likewise.
21950
21951 * arm.h (CONDITIONAL_REGISTER_USAGE): Avoid signed/unsigned
21952 warning.
21953 * emit-rtl.c (gen_rtx_REG, set_mem_attributes_minus_bitpos,
21954 init_emit_once): Likewise.
21955 * flow.c (mark_regs_live_at_end, calculate_global_regs_live):
21956 Likewise.
21957 * function.c (assign_stack_temp_for_type): Likewise.
21958 * loop.c (loop_invariant_p): Likewise.
21959 * recog.c (push_operand): Likewise.
21960 * regclass.c (init_reg_sets_1): Likewise.
21961 * reload.c (update_auto_inc_notes): Likewise.
21962 * reload1.c (reload_as_needed, emit_input_reload_insns): Likewise.
21963 * stmt.c (expand_asm_operands): Likewise.
21964 * stor-layout.c (start_record_layout): Likewise.
21965
21966 2003-01-16 Herman A.J. ten Brugge <hermantenbrugge@home.nl>
21967
21968 * config/c4x/c4x.md (epilogue): Correct last patch.
21969
21970 2003-01-15 Richard Henderson <rth@redhat.com>
21971
21972 * config/alpha/alpha.c (find_lo_sum_using_gp): Rename from find_lo_sum;
21973 also check that GP is being used.
21974 (alpha_find_lo_sum_using_gp): New.
21975 (alpha_does_function_need_gp): Use get_attr_usegp.
21976 * config/alpha/alpha-protos.h: Update.
21977 * config/alpha/alpha.md (attr usegp): New. Annotate patterns
21978 as needed.
21979
21980 2003-01-15 Roger Sayle <roger@eyesopen.com>
21981
21982 * gcse.c (one_cprop_pass): Change function arguments to take both
21983 cprop_jumps and bypass_jumps flags instead of just alter_jumps.
21984 (gcse_main): Update calls to one_cprop_pass, disabling bypassing.
21985 (bypass_jumps): New function to perform separate jump bypassing pass.
21986 * rtl.h (bypass_jumps): Add function prototype.
21987 * timevar.def (TV_BYPASS): New timing variable.
21988 * toplev.c (enum dump_file_index): Add new entry DFI_bypass.
21989 (dump_file): New entry for the bypass RTL dump file.
21990 (rest_of_compilation): Insert new jump bypassing optimization
21991 pass after loop.
21992 * doc/passes.texi: Document new pass.
21993
21994 2003-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
21995
21996 * som.h (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY, MAKE_DECL_ONE_ONLY,
21997 ASM_WEAKEN_LABEL, GTHREAD_USE_WEAK): Define.
21998 * pa.h (TARGET_SOM_SDEF): Define.
21999 * pa-hpux11.h (TARGET_SOM_SDEF): Define.
22000
22001 2003-01-16 Stephane Carrez <stcarrez@nerim.fr>
22002
22003 * config/m68hc11/m68hc11.c (expand_prologue): Use push/pop to
22004 allocate 4-bytes of locals on 68HC11.
22005 (expand_epilogue): Likewise.
22006 (m68hc11_memory_move_cost): Increase cost of HI/QI soft registers.
22007
22008 2003-01-15 Stephane Carrez <stcarrez@nerim.fr>
22009
22010 * config/m68hc11/m68hc11.h (ASM_SPEC): Handle -m68hcs12; Pass -mshort
22011 and -mshort-double to the assembler to specify the ABI.
22012 (LINK_SPEC): Likewise.
22013 (CPP_SPEC): Pass HCS12 specific define.
22014 (MASK_M68S12): New define.
22015 (TARGET_M68S12): Likewise.
22016 (TARGET_SWITCHES): New options -m68hcs12 and -m68S12.
22017 (TARGET_VERSION): Update.
22018 * config/m68hc11/m68hc12.h (CPP_SPEC): Pass HCS12 specific define.
22019 (LINK_SPEC): Update.
22020 (ASM_SPEC): Update.
22021 * config/m68hc11/m68hc11.c (m68hc11_asm_file_start): Update.
22022 * doc/invoke.texi (M68hc1x Options): Document -m68hcs12.
22023
22024 2003-01-15 Stephane Carrez <stcarrez@nerim.fr>
22025
22026 * config/m68hc11/m68hc11.md ("return"): Use emit_jump_insn to emit
22027 the return code.
22028
22029 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
22030
22031 * cfganal.c (set_edge_can_fallthru_flag): Clear the EDGE_CAN_FALLTHRU
22032 flag before setting it.
22033
22034 2003-01-15 Roger Sayle <roger@eyesopen.com>
22035
22036 * c-semantics.c (genrtl_while_stmt): Improve initial RTL generation
22037 when loop condition is known true, i.e. "while (1) { ... }".
22038 (genrtl_for_stmt): Similarly for "for" statements.
22039
22040 2003-01-15 Roger Sayle <roger@eyesopen.com>
22041
22042 * real.c (real_sqrt): Return a bool result indicating whether
22043 a floating point exception or trap should be raised.
22044 * real.h (real_sqrt): Update function prototype.
22045 * builtins.c (fold_builtin): Only fold non-trapping square
22046 roots unless we're ignoring errno and trapping math.
22047
22048 2003-01-15 John David Anglin <dave.anglin@nrc.gc.ca>
22049
22050 * expr.h (emit_conditional_add): Add PARAMS to declaration.
22051 * gengtype-lex.l (malloc, realloc): Move defines after include of
22052 system.h. Remove duplicate include of system.h.
22053
22054 2003-01-15 Roger Sayle <roger@eyesopen.com>
22055
22056 PR middle-end/9009
22057 * optabs.c (expand_unop): When manipulating the FP sign bit
22058 using integer operations, account for targets with different
22059 integer and FP word orders.
22060 (expand_abs): Likewise.
22061
22062 2003-01-15 David Edelsohn <edelsohn@gnu.org>
22063
22064 * config/rs6000/rs6000.c (rs6000_gen_section_name): Do not include
22065 file extension in section name.
22066
22067 2003-01-15 Richard Earnshaw <rearnsha@arm.com>
22068
22069 * flow.c (find_auto_inc): Also try to generate a PRE_MODIFY with
22070 constant offset.
22071
22072 2003-01-15 Richard Earnshaw <rearnsha@arm.com>
22073
22074 * arm.h (HAVE_PRE_MODIFY_DISP, HAVE_PRE_MODIFY_REG): Define.
22075 (HAVE_POST_MODIFY_DISP, HAVE_POST_MODIFY_REG): Define.
22076 (ARM_GO_IF_LEGITIMATE_ADDRESS): Handle pre/post-modify addresses.
22077 (ARM_PRINT_OPERAND_ADDRESS): Likewise.
22078
22079 2003-01-15 Jan Hubicka <jh@suse.cz>
22080
22081 PR f/9258
22082 * global.c (struct allocno): Add no_stack_reg.
22083 (global_conflicts): Set no_stack_reg.
22084 (find_reg): Use it.
22085
22086 * convert.c (convert_to_real): Fold - and abs only when profitable.
22087 * fold-const.c (fold): Fold truncates in - and abs.
22088
22089 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
22090
22091 Segher Boessenkool <segher@koffie.nl>
22092
22093 * predict.c (real_inv_br_prob_base): New variable.
22094 (propagate_freq): Use multiply by reciprocal instead of
22095 division. Don't divide by 1.0 at all.
22096 (estimate_bb_frequencies): Similar.
22097
22098 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
22099
22100 * configure.in (libgcc_visibility): Force disabled on IRIX 6 too.
22101 * configure: Rebuilt.
22102
22103 2003-01-15 Hartmut Penner <hpenner@de.ibm.com>
22104
22105 * config/s390/s390.c (s390_safe_attr_type): New function.
22106 (s390_use_dfa_pipeline_interface): New function, return true for z900.
22107 (s390_issue_rate): New function.
22108 (s390_agen_dep_p): New function.
22109 (addr_generation_dependency_p): Use 's390_safe_attr_type'.
22110 (s390_adjust_cost): Return 'cost' if new DFA is used.
22111 (s390_adjust_priority): Delete function.
22112 * config/s390/s390-protos.h: (s390_agen_dep_p): New prototype.
22113 * config/s390/s390.md (atype attribute): Attribute 'atype' default
22114 determined by 'op_type'.
22115 (type attribute): Added more type attributes.
22116 * config/s390/2064.md: New DFA description for z900 pipeline.
22117
22118 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
22119
22120 * config/i386/i386.c (ix86_expand_vector_move): Validize constant
22121 forced to memory. Fixes PR bootstrap/9036.
22122
22123 * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Define so as
22124 to set $gp before the call.
22125
22126 2003-01-14 Richard Henderson <rth@redhat.com>
22127
22128 * config/alpha/alpha.c (alpha_expand_mov): Use correct mode
22129 for force_const_mem.
22130
22131 2003-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
22132
22133 * genattr.c (main): Rearrange output to avoid prototype warning.
22134 * genautomata.c (transform_3): Fix ambiguous-else warning.
22135 * local-alloc.c (requires_inout): Add parentheses around
22136 assignment used as truth-value.
22137 * timevar.c: Move system includes above local includes. Include
22138 toplev.h
22139 * Makefile.in (timevar.o): Depend on toplev.h.
22140
22141 2003-01-14 Denis Chertykov <denisc@overta.ru>
22142
22143 * config/ip2k/ip2k.h (VALID_MACHINE_DECL_ATTRIBUTE): Remove.
22144 (VALID_MACHINE_TYPE_ATTRIBUTE): Remove.
22145
22146 * config/ip2k/ip2k.c (ip2k_attribute_table): New table of
22147 attributes.
22148 (TARGET_ATTRIBUTE_TABLE): New macro.
22149 (valid_machine_type_attribute): Remove.
22150 (valid_machine_decl_attribute): Remove.
22151 (ip2k_handle_progmem_attribute): New function.
22152 (ip2k_handle_fndecl_attribute): New function.
22153
22154 2003-01-10 Andrew Haley <aph@redhat.com>
22155
22156 * config/i386/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Rename
22157 registers to be in correct order. Add rip.
22158
22159 2003-01-14 Kazu Hirata <kazu@cs.umass.edu>
22160
22161 * config/h8300/h8300.md (*andsi3_lshiftrt_9_sb): New.
22162 (*iorsi3_and_lshiftrt_9_sb): Likewise.
22163
22164 2003-01-14 Jan Hubicka <jh@suse.cz>
22165
22166 * convert.c (strip_float_extensions): Look for narrowest type handling
22167 FP constants.
22168
22169 * fold-const.c (fold): Fold (double)float1 CMP (double)float2 into
22170 float1 CMP float2.
22171 * convert.c (strip_float_extensions): Make global.
22172 * tree.h (strip_float_extensions): Declare.
22173
22174 2003-01-14 Gabriel Dos Reis <gdr@integrable-solutions.net>
22175
22176 * timevar.def: define TV_NAME_LOOKUP.
22177 * timevar.c (timevar_pop): Be verbose when aborting.
22178
22179 2003-01-13 Andreas Schwab <schwab@suse.de>
22180
22181 * Makefile.in ($(parsedir)/gengtype-lex.c): Don't change to
22182 $(parsedir), just move the temporary file at the end.
22183 ($(parsedir)/gengtype-yacc.c): Likewise.
22184
22185 2003-01-13 Alexandre Oliva <aoliva@redhat.com>
22186
22187 * aclocal.m4 (gcc_AC_PROG_GNAT): Don't try to prepend
22188 ${ac_tool_prefix} to ADAC or CC. Protect them from word
22189 splitting.
22190 * configure: Rebuilt.
22191
22192 2003-01-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
22193
22194 * config/sparc/gmon-sol2.c (moncontrol, monstartup, _mcleanup,
22195 internal_mcount): Don't use PARAMS.
22196 (monstartup, _mcleanup, internal_mcount, moncontrol): Convert to
22197 ISO C style.
22198 (internal_mcount): Use __attribute__, not ATTRIBUTE_UNUSED.
22199
22200 2003-01-13 Andreas Schwab <schwab@suse.de>
22201
22202 * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Output type
22203 directive.
22204
22205 2003-01-13 Kazu Hirata <kazu@cs.umass.edu>
22206
22207 * config/h8300/h8300.md (*andsi3_lshift_n_sb): New.
22208 (*iorsi3_and_lshiftrt_n_sb): Likewise.
22209
22210 2003-01-12 Mark Mitchell <mark@codesourcery.com>
22211
22212 PR c++/9264
22213 * c-lex.c (c_lex): Set the token value to error_mark_node for
22214 invalid numeric constants.
22215
22216 2003-01-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
22217
22218 * c-pch.c (asm_file_startpos): Change to `long'.
22219 (pch_init): Use ftell, not ftello.
22220 (c_common_write_pch): Use ftell/fseek, not ftello/fseeko.
22221 Use `long' instead of `off_t'.
22222 (c_common_read_pch): Likewise.
22223 * ggc-common.c (gt_pch_save): Use long/ftell instead of
22224 off_t/ftello.
22225
22226 2003-01-12 Alan Modra <amodra@bigpond.net.au>
22227
22228 * expr.c (expand_expr <RDIV_EXPR>): Correct recursive call args.
22229
22230 2003-01-11 Richard Earnshaw (rearnsha@arm.com)
22231
22232 * arm-protos.h (struct cpp_reader): Add declaration.
22233
22234 2003-01-11 Jan Hubicka <jh@suse.cz>
22235
22236 PR target/9068
22237 * i386.c (output_fp_compare): Fix typo.
22238
22239 2003-01-10 David Edelsohn <edelsohn@gnu.org>
22240
22241 * config/rs6000/rs6000.c (common_mode_defined): Mark for PCH.
22242
22243 2003-01-10 Geoffrey Keating <geoffk@apple.com>
22244
22245 * Makefile.in (parsedir): New variable.
22246 (docobjdir): New variable.
22247 (c-parse.o, c-parse.c, c-parse.y, gengtype-lex.o, gengtype-yacc.o,
22248 gengtype-lex.c, gengtype-yacc.c): Use parsedir.
22249 (info, cpp.info, gcc.info, gccint.info, gccinstall.info,
22250 cppinternals.info, generated-manpages, gcov.1, cpp.1, gcc.1, gfdl.7,
22251 gpl.7, fsf-funding.7, maintainer-clean, install-info, install-man):
22252 Use docobjdir.
22253 * objc/Make-lang.in (objc/objc-parse.c, objc/objc-parse.y,
22254 objc.maintainer-clean): Use parsedir.
22255
22256 * varasm.c (struct constant_descriptor_rtx): Remove unused
22257 `label' field.
22258
22259 * toplev.c (documented_lang_options): Document -Winvalid-pch.
22260
22261 2003-01-10 Richard Henderson <rth@redhat.com>
22262
22263 * config/alpha/alpha.h (NO_PROFILE_COUNTERS): Set.
22264 (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Kill.
22265
22266 2003-01-10 Richard Henderson <rth@redhat.com>
22267
22268 * combine.c (make_compound_operation): Use SCALAR_INT_MODE_P,
22269 not INTEGRAL_MODE_P when widening extensions.
22270
22271 2003-01-10 Richard Henderson <rth@redhat.com>
22272
22273 * config/alpha/alpha.c (decl_has_samegp): True for !TREE_PUBLIC.
22274
22275 2003-01-10 Geoffrey Keating <geoffk@apple.com>
22276
22277 * ggc-page.c (ggc_collect): Avoid overflow computing
22278 min_expand.
22279
22280 * Makefile.in (RANLIB_FOR_TARGET): Use RANLIB when native.
22281 (RANLIB_TEST_FOR_TARGET): Delete. Don't pass down to sub-makes.
22282 Remove calls.
22283 * mklibgcc.in: Remove uses of RANLIB_TEST_FOR_TARGET.
22284
22285 2003-01-10 Jan Hubicka <jh@suse.cz>
22286
22287 * ifcvt.c (noce_try_addcc): Do not call emit_conditional_add
22288 with weird operands.
22289
22290 2003-01-10 Dale Johannesen <dalej@apple.com>
22291
22292 * calls.c (load_register_parameters): Add is_sibcall, sibcall_failure
22293 parameters. Call check_sibcall_argument_overlap if indicated.
22294 (check_sibcall_argument_overlap): Add mark_stored_args_map
22295 parameter. Don't mark parameter area as clobbered if not set.
22296 (expand_call): Adjust calls to above.
22297
22298 2003-01-10 Kelley Cook <kelleycook@comcast.net>
22299
22300 * configure.in (linker read-only and read-write section mixing):
22301 Squelch some assembler warnings.
22302 * configure: Likewise.
22303
22304 2003-01-10 Hartmut Penner <hpenner@de.ibm.com>
22305
22306 * doc/invoke.texi: Document -mtune, delete -mcpu
22307 option for S/390 and zSeries.
22308 * config/s390/s390.c (s390_tune_string) New variable.
22309 (s390_cpu_string) Delete variable.
22310 (override_options): Use s390_tune_string instead of
22311 s390_cpu_string.
22312 * config/s390/s390.h: (TARGET_OPTIONS) '-mtune' instead of '-mcpu'.
22313
22314 2003-01-10 Kazu Hirata <kazu@cs.umass.edu>
22315
22316 * config/h8300/h8300.md (*iorsi3_ashift_31): New.
22317
22318 2003-01-10 Josef Zlomek <zlomekj@suse.cz>
22319
22320 * jump.c (next_nonnote_insn_in_loop): New function.
22321 (copy_loop_headers): Use next_nonnote_insn_in_loop instead of
22322 next_nonnote_insn.
22323 (duplicate_loop_exit_test). Likewise.
22324
22325 2003-01-09 Geoffrey Keating <geoffk@apple.com>
22326
22327 Merge from pch-branch:
22328
22329 2003-01-06 Geoffrey Keating <geoffk@apple.com>
22330
22331 * ggc-page.c (ggc_pch_read): Update the statistics after a PCH
22332 load.
22333
22334 2002-12-24 Geoffrey Keating <geoffk@apple.com>
22335
22336 * cpplib.c (count_registered_pragmas): New function.
22337 (save_registered_pragmas): New function.
22338 (_cpp_save_pragma_names): New function.
22339 (restore_registered_pragmas): New function.
22340 (_cpp_restore_pragma_names): New function.
22341 * cpphash.h (_cpp_save_pragma_names): Prototype.
22342 (_cpp_restore_pragma_names): Likewise.
22343 * cpppch.c (struct save_macro_item): Split from save_macro_data.
22344 (struct save_macro_data): New field 'saved_pragmas'.
22345 (save_macros): Update for changes to struct save_macro_data.
22346 (cpp_prepare_state): Call _cpp_save_pragma_names, update
22347 for changes to struct save_macro_data.
22348 (cpp_read_state): Call _cpp_restore_pragma_names, update
22349 for changes to struct save_macro_data.
22350
22351 * cpppch.c (cpp_read_state): Restore the hashtable references
22352 in the cpp_reader.
22353
22354 * tree.h (built_in_decls): Mark for PCH.
22355
22356 * dbxout.c (lastfile): Don't mark for PCH.
22357
22358 * ggc.h: Document PCH calls into memory managers.
22359
22360 2002-12-18 Geoffrey Keating <geoffk@apple.com>
22361
22362 * doc/invoke.texi (Precompiled Headers): Document the
22363 directory form of PCH.
22364 * cppfiles.c (validate_pch): New function.
22365 (open_file_pch): Search suitably-named directories for PCH files.
22366
22367 2002-12-14 Geoffrey Keating <geoffk@apple.com>
22368
22369 * doc/gty.texi (GTY Options): Document chain_next, chain_prev,
22370 reorder options.
22371 (Type Information): Mention that the information is also
22372 used to implement PCH.
22373 * doc/passes.texi (Passes): Improve documentation of
22374 language-specific files.
22375
22376 2002-12-11 Geoffrey Keating <geoffk@apple.com>
22377
22378 * gengtype.c (struct write_types_data): Add reorder_note_routine field.
22379 (struct walk_type_data): Add reorder_fn field.
22380 (walk_type): Process 'reorder' option.
22381 (write_types_process_field): Reorder parameters to gt_pch_note_object,
22382 call reorder_note_routine.
22383 (write_func_for_structure): Reorder parameters to gt_pch_note_object.
22384 (ggc_wtd): Update for change to struct write_types_data.
22385 (pch_wtd): Likewise.
22386 * ggc.h (gt_pch_note_object): Reorder parameters.
22387 (gt_handle_reorder): New definition.
22388 (gt_pch_note_reorder): New prototype.
22389 * ggc-common.c (struct ptr_data): Add reorder_fn.
22390 (gt_pch_note_object): Reorder parameters.
22391 (gt_pch_note_reorder): New.
22392 (gt_pch_save): Call reorder_fn.
22393 * stringpool.c (gt_pch_n_S): Update for change to gt_pch_note_object.
22394
22395 * dbxout.c (cwd): Don't mark for PCH.
22396
22397 2002-12-09 Geoffrey Keating <geoffk@apple.com>
22398
22399 * gengtype.c (finish_root_table): Fix some warnings.
22400 (write_root): Handle TYPE_STRING.
22401 * ggc.h (gt_ggc_m_S): Add prototype.
22402 * stringpool.c (gt_ggc_m_S): New function.
22403
22404 2002-11-30 Geoffrey Keating <geoffk@apple.com>
22405
22406 * dwarf2out.c (dw2_string_counter): New.
22407 (AT_string_form): Use it.
22408 (same_dw_val_p): Update for removal of hashtable.h hash tables.
22409
22410 2002-11-22 Geoffrey Keating <geoffk@apple.com>
22411
22412 * dbxout.c: Include gt-dbxout.h.
22413 (lastfile): Mark for PCH/GGC.
22414 (cwd): Likewise.
22415 (struct typeinfo): Likewise.
22416 (typevec): Likewise.
22417 (typevec_len): Likewise.
22418 (next_type_number): Likewise.
22419 (struct dbx_file): Likewise.
22420 (current_file): Likewise.
22421 (next_file_number): Likewise.
22422 (dbxout_init): Allocate typevec, struct dbx_file with GGC.
22423 (dbxout_start_source_file): Allocate struct dbx_file with GGC.
22424 (dbxout_end_source_file): Don't free struct dbx_file.
22425 (dbxout_type): Use GGC to allocate typevec.
22426 * Makefile.in (dbxout.o): Depend on gt-dbxout.h, $(GGC_H).
22427 (GTFILES): Add dbxout.c.
22428 (gt-dbxout.h): New rule.
22429
22430 * Makefile.in (c-pch.o): Add debug.h as dependency.
22431 * c-pch.c: Include debug.h.
22432 (pch_init): Call start_source_file to keep nesting right.
22433 (c_common_read_pch): Add orig_name parameter. Call
22434 start_source_file debug hook. Call end_source_file debug hook.
22435 * c-common.h (c_common_read_pch): Update prototype.
22436 * cpplib.h (struct cpp_callbacks): Add fourth field to read_pch
22437 callback.
22438 * cppfiles.c (struct include_file): Add new field `header_name'.
22439 (find_or_create_entry): Default it to `name'.
22440 (open_file_pch): Set it to the original header file searched for.
22441 (stack_include_file): Don't stack an empty buffer, just handle
22442 PCH files immediately. Pass header_name field to read_pch callback.
22443
22444 2002-11-19 Geoffrey Keating <geoffk@apple.com>
22445
22446 * function.c (funcdef_no): Mark to be saved in a PCH.
22447
22448 2002-11-15 Geoffrey Keating <geoffk@apple.com>
22449
22450 * ggc-page.c (ggc_pch_read): Remove unused 'bmap_size'.
22451
22452 * cpppch.c (cpp_read_state): Correct size reallocated for 'defn'.
22453
22454 2002-11-14 Geoffrey Keating <geoffk@apple.com>
22455
22456 * optabs.h (code_to_optab): Add GTY marker.
22457
22458 2002-11-13 Geoffrey Keating <geoffk@apple.com>
22459
22460 * Makefile.in (GTFILES): Add cpplib.h.
22461 * c-common.h (struct c_common_identifier): Don't skip 'node' field.
22462 * c-decl.c (build_compound_literal): Don't use var_labelno.
22463 * cpplib.h (struct cpp_hashnode): Use gengtype to mark.
22464 * dwarf2asm.c (dw2_force_const_mem): Don't use const_labelno.
22465 * varasm.c (const_labelno): Use gengtype to mark.
22466 (var_labelno): Likewise.
22467 (in_section): Likewise.
22468 (in_named_name): Likewise.
22469 (struct in_named_entry): Likewise.
22470 (in_named_htab): Likewise.
22471 (set_named_section_flags): Use GGC to allocate struct in_named_entry.
22472 (init_varasm_once): Use GGC to allocate in_named_htab.
22473 * config/darwin.c (current_pic_label_num): Mark for PCH.
22474
22475 2002-11-11 Geoffrey Keating <geoffk@apple.com>
22476
22477 * ggc-simple.c (init_ggc_pch): New stub procedure.
22478 (ggc_pch_count_object): Likewise.
22479 (ggc_pch_total_size): Likewise.
22480 (ggc_pch_this_base): Likewise.
22481 (ggc_pch_alloc_object): Likewise.
22482 (ggc_pch_prepare_write): Likewise.
22483 (ggc_pch_write_object): Likewise
22484 (ggc_pch_finish): Likewise.
22485 (ggc_pch_read): Likewise.
22486
22487 2002-11-08 Geoffrey Keating <geoffk@apple.com>
22488
22489 * c-pch.c (c_common_write_pch): Write the macro definitions after
22490 the GCed data.
22491 (c_common_read_pch): Call cpp_prepare_state. Restore the macro
22492 definitions after the GCed data.
22493 * cpplib.c (save_macros): New.
22494 (reset_ht): New.
22495 (cpp_write_pch_deps): Split out of cpp_write_pch.
22496 (cpp_write_pch_state): Split out of cpp_write_pch.
22497 (cpp_write_pch): Delete.
22498 (struct save_macro_data): Delete.
22499 (cpp_prepare_state): New.
22500 (cpp_read_state): Erase and restore initial macro definitions.
22501 * cpplib.h (struct save_macro_data): Forward-declare.
22502 (cpp_write_pch_deps): Prototype.
22503 (cpp_write_pch_state): Prototype.
22504 (cpp_write_pch): Delete prototype.
22505 (cpp_prepare_state): Prototype.
22506 (cpp_read_state): Add fourth argument.
22507
22508 2002-11-04 Geoffrey Keating <geoffk@apple.com>
22509
22510 * gengtype.c (adjust_field_rtx_def): Don't use skip on valid fields.
22511 (write_array): Remove warning.
22512
22513 * gengtype.c (contains_scalar_p): New.
22514 (finish_root_table): Add the table to all languages, even if it's
22515 empty.
22516 (write_roots): Output gt_pch_scalar_rtab.
22517 * ggc-common.c (gt_pch_save): Write out scalars.
22518 (gt_pch_restore): Read scalars back.
22519
22520 * ggc-page.c (OBJECTS_IN_PAGE): New macro.
22521 (struct page_entry): Delete pch_page field.
22522 (ggc_recalculate_in_use_p): Use OBJECTS_IN_PAGE.
22523 (clear_marks): Likewise.
22524 (sweep_pages): Likewise.
22525 (poison_pages): Likewise.
22526 (ggc_print_statistics): Likewise.
22527 (ggc_pch_read): Don't free objects read from a PCH.
22528 Properly set up in_use_p and page_tails.
22529
22530 2002-10-25 Geoffrey Keating <geoffk@apple.com>
22531
22532 * gengtype.c (struct write_types_data): New.
22533 (struct walk_type_data): Make `cookie' const; add extra
22534 prev_val item; add `orig_s' field.
22535 (walk_type): Update prev_val[3].
22536 (write_types_process_field): New.
22537 (write_func_for_structure): Take write_types_data structure.
22538 (write_types): New.
22539 (ggc_wtd): New.
22540 (pch_wtd): New.
22541 (write_types_local_process_field): New.
22542 (gc_mark_process_field): Delete.
22543 (write_local_func_for_structure): New.
22544 (gc_mark_func_name): Delete.
22545 (write_gc_types): Delete.
22546 (write_local): New.
22547 (finish_root_table): Don't include 'ggc_' in PFX.
22548 (write_root): Rename from write_root. Fill pchw field of structures.
22549 (write_array): New.
22550 (write_roots): Rename from write_gc_roots. Split out to write_array.
22551 Update to changes to other routines. Write gt_pch_cache_rtab table.
22552 (main): Write PCH walking routines.
22553 * ggc-common.c: Include toplev.h, sys/mman.h.
22554 (ggc_mark_roots): For cache hashtables, also mark the hash table
22555 and the array of entries.
22556 (saving_htab): New.
22557 (struct ptr_data): New.
22558 (POINTER_HASH): New.
22559 (gt_pch_note_object): New.
22560 (saving_htab_hash): New.
22561 (saving_htab_eq): New.
22562 (struct traversal_state): New.
22563 (call_count): New.
22564 (call_alloc): New.
22565 (compare_ptr_data): New.
22566 (relocate_ptrs): New.
22567 (write_pch_globals): New.
22568 (struct mmap_info): New.
22569 (gt_pch_save): New.
22570 (gt_pch_restore): New.
22571 * ggc-page.c (ROUND_UP_VALUE): New.
22572 (ROUND_UP): New.
22573 (struct page_entry): Add field `pch_page'.
22574 (init_ggc): Use ROUND_UP.
22575 (struct ggc_pch_data): Declare.
22576 (init_ggc_pch): New.
22577 (ggc_pch_count_object): New.
22578 (ggc_pch_total_size): New.
22579 (ggc_pch_this_base): New.
22580 (ggc_pch_alloc_object): New.
22581 (ggc_pch_prepare_write): New.
22582 (ggc_pch_write_object): New.
22583 (ggc_pch_finish): New.
22584 (ggc_pch_read): New.
22585 * ggc.h (gt_pointer_operator): New.
22586 (gt_note_pointers): New.
22587 (gt_pch_note_object): New prototype.
22588 (gt_pointer_walker): New.
22589 (struct ggc_root_tab): Use gt_pointer_walker, add `pchw' field.
22590 (LAST_GGC_ROOT_TAB): Update.
22591 (gt_pch_cache_rtab): Declare.
22592 (gt_pch_scalar_rtab): Declare.
22593 (struct ggc_cache_tab): Use gt_pointer_walker, add `pchw' field.
22594 (LAST_GGC_CACHE_TAB): Update.
22595 (gt_pch_save_stringpool): Declare.
22596 (gt_pch_restore_stringpool): Declare.
22597 (gt_pch_p_S): Declare.
22598 (gt_pch_n_S): Declare.
22599 (struct ggc_pch_data): Forward-declare.
22600 (init_ggc_pch): Declare.
22601 (ggc_pch_count_object): Declare.
22602 (ggc_pch_total_size): Declare.
22603 (ggc_pch_this_base): Declare.
22604 (ggc_pch_alloc_object): Declare.
22605 (ggc_pch_prepare_write): Declare.
22606 (ggc_pch_write_object): Declare.
22607 (ggc_pch_finish): Declare.
22608 (ggc_pch_read): Declare.
22609 (gt_pch_save): Declare.
22610 (gt_pch_restore): Declare.
22611 * fold-const.c (size_int_type_wide): Allocate size_htab using GGC.
22612 * emit-rtl.c (init_emit_once): Allocate const_int_htab,
22613 const_double_htab, mem_attrs_htab using GGC.
22614 * c-pch.c: Include ggc.h.
22615 (pch_init): Allow reading PCH file back.
22616 (c_common_write_pch): Call gt_pch_save.
22617 (c_common_read_pch): Call gt_pch_restore.
22618 * c-parse.in (init_reswords): Delete now-untrue comment.
22619 Allocate ridpointers using GGC.
22620 * c-objc-common.c (c_objc_common_finish_file): Write PCH before
22621 calling expand_deferred_fns.
22622 * c-common.h (ridpointers): Mark for GTY machinery.
22623 * Makefile.in (stringpool.o): Update dependencies.
22624 (c-pch.o): Update dependencies.
22625 (ggc-common.o): Update dependencies.
22626 * stringpool.c: Include gt-stringpool.h.
22627 (gt_pch_p_S): New.
22628 (gt_pch_n_S): New.
22629 (struct string_pool_data): New.
22630 (spd): New.
22631 (gt_pch_save_stringpool): New.
22632 (gt_pch_restore_stringpool): New.
22633 * tree.c (init_ttree): Make type_hash_table allocated using GC.
22634
22635 2002-10-04 Geoffrey Keating <geoffk@apple.com>
22636
22637 * gengtype.c (adjust_field_rtx_def): Don't pass size_t to printf.
22638 (output_mangled_typename): Don't pass size_t to printf.
22639
22640 * tree.h (union tree_type_symtab): Add tag to `address' field.
22641 (union tree_decl_u2): Add tag to 'i' field.
22642 * varasm.c (union rtx_const_un): Add tags to all fields.
22643 * gengtype.c (struct walk_type_data): New.
22644 (output_escaped_param): Take struct walk_type_data parameter.
22645 (write_gc_structure_fields): Delete.
22646 (walk_type): New.
22647 (write_gc_marker_routine_for_structure): Delete.
22648 (write_func_for_structure): New.
22649 (gc_mark_process_field): New.
22650 (gc_mark_func_name): New.
22651 (gc_counter): Delete.
22652 (write_gc_types): Use write_func_for_structure.
22653 (write_gc_roots): Use walk_type.
22654
22655 2002-10-02 Geoffrey Keating <geoffk@apple.com>
22656
22657 * ggc-common.c (ggc_mark_roots): Delete 'x'.
22658 (ggc_splay_dont_free): Fix warning about unused 'x'.
22659 (ggc_print_common_statistics): Remove warnings.
22660
22661 2002-10-01 Mike Stump <mrs@apple.com>
22662
22663 * ggc-common.c (ggc_splay_alloc): Actually return the allocated area.
22664 * gengtype.c (write_gc_structure_fields): Handle param[digit]_is.
22665
22666 2002-09-01 Geoffrey Keating <geoffk@redhat.com>
22667 Catherine Moore <clm@redhat.com>
22668
22669 * Makefile (c-pch.o): Update dependencies.
22670 (LIBCPP_OBJS): Add cpppch.o.
22671 (cpppch.o): New.
22672 * c-common.c (c_common_init): Don't call pch_init here.
22673 * c-common.h (c_common_read_pch): Update prototype.
22674 * c-lex.c (c_common_parse_file): Call pch_init here.
22675 * c-opts.c (COMMAND_LINE_OPTIONS): Add -Winvalid-pch, -fpch-deps.
22676 (c_common_decode_option): Handle them.
22677 * c-pch.c: Include c-pragma.h.
22678 (save_asm_offset): Delete.
22679 (pch_init): Move contents of save_asm_offset into here, call
22680 cpp_save_state.
22681 (c_common_write_pch): Call cpp_write_pch.
22682 (c_common_valid_pch): Warn only when -Winvalid-pch. Call
22683 cpp_valid_state.
22684 (c_common_read_pch): Add NAME parameter. Call cpp_read_state.
22685 * cppfiles.c (stack_include_file): Update for change to
22686 parameters of cb.read_pch.
22687 * cpphash.h (struct cpp_reader): Add `savedstate' field.
22688 * cpplib.h (struct cpp_options): Add `warn_invalid_pch' and
22689 `restore_pch_deps' fields.
22690 (struct cpp_callbacks): Add NAME parameter to `read_pch'.
22691 (cpp_save_state): Prototype.
22692 (cpp_write_pch): Prototype.
22693 (cpp_valid_state): Prototype.
22694 (cpp_read_state): Prototype.
22695 * cpppch.c: New file.
22696 * flags.h (version_flag): Remove prototype.
22697 * mkdeps.c (deps_save): New.
22698 (deps_restore): New.
22699 * mkdeps.h (deps_save): Prototype.
22700 (deps_restore): Prototype.
22701 * toplev.c (late_init_hook): Delete.
22702 (version_flag): Make static again.
22703 (compile_file): Don't call late_init_hook.
22704 * toplev.h (late_init_hook): Delete.
22705 * doc/cppopts.texi: Document -fpch-deps.
22706 * doc/invoke.texi (Warning Options): Document -Winvalid-pch.
22707
22708 2002-08-27 Geoffrey Keating <geoffk@redhat.com>
22709
22710 * c-pch.c (c_common_write_pch): Rename from c_write_pch, change
22711 callers.
22712 (c_common_valid_pch): Rename from c_valid_pch, change callers.
22713 (c_common_read_pch): Rename from c_read_pch, change callers.
22714
22715 * c-opts.c (COMMAND_LINE_OPTIONS): Allow -output-pch= to have
22716 a space between it and its argument.
22717
22718 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
22719
22720 * c-pch.c: New file.
22721 * toplev.h (late_init_hook): Declare.
22722 * toplev.c (late_init_hook): Define.
22723 (version_flag): Make globally visible.
22724 (compile_file): Call late_init_hook.
22725 (init_asm_output): Make output file seekable.
22726 * gcc.c (default_compilers): Update c-header rule.
22727 * flags.h (version_flag): Declare.
22728 * cpplib.h (struct cpp_callbacks): Add 'valid_pch' and 'read_pch'
22729 fields.
22730 * cppfiles.c (struct include_file): Add 'pch' field.
22731 (INCLUDE_PCH_P): New.
22732 (open_file_pch): New.
22733 (stack_include_file): Handle PCH files specially.
22734 (find_include_file): Call open_file_pch instead of open_file.
22735 (_cpp_read_file): Explain why open_file is used instead of
22736 open_file_pch.
22737 * c-opts.c (c_common_decode_option): Correct OPT__output_pch case.
22738 * c-objc-common.c (c_objc_common_finish_file): Call c_write_pch.
22739 * c-lex.c (init_c_lex): Set valid_pch and read_pch fields
22740 in cpplib callbacks.
22741 * c-common.c (pch_file): Correct comment.
22742 (allow_pch): Define.
22743 (c_common_init): Call pch_init.
22744 * c-common.h (allow_pch): Declare.
22745 (pch_init): Declare.
22746 (c_valid_pch): Declare.
22747 (c_read_pch): Declare.
22748 (c_write_pch): Declare.
22749 * Makefile.in (c-pch.o): New.
22750 (C_AND_OBJC_OBJS): Add c-pch.o.
22751 * doc/invoke.texi (Precompiled Headers): Add index entries,
22752 complete truncated paragraph.
22753
22754 2002-08-17 Geoffrey Keating <geoffk@redhat.com>
22755
22756 * c-common.c: (pch_file): Define.
22757 * c-common.h (pch_file): Declare.
22758 * c-opts.c (COMMAND_LINE_OPTIONS): Add --output-pch=.
22759 (missing_arg): Require --output-pch= to have an argument.
22760 (c_common_decode_option): Handle --output-pch=.
22761 * gcc.c: Document new %V.
22762 (default_compilers): Handle compiling C header files.
22763 (do_spec_1): Implement %V.
22764 (main): Handle "gcc foo.h" without trying to run linker.
22765 * doc/invoke.texi (Invoking GCC): Add new menu item for PCH.
22766 (Overall Options): Document what the driver does with header files,
22767 document new -x option possibilities.
22768 (Invoking G++): More documentation for PCH.
22769 (Precompiled Headers): New.
22770
22771 2002-08-09 Geoffrey Keating <geoffk@redhat.com>
22772
22773 * ggc.h: Don't include varray.h. Rearrange functions to be more
22774 organized.
22775 (ggc_add_root): Delete.
22776 (ggc_mark_rtx): Delete.
22777 (ggc_mark_tree): Delete.
22778 (struct ggc_statistics): Remove contents.
22779 * ggc-common.c: Remove unneeded includes.
22780 (struct ggc_root): Delete.
22781 (roots): Delete.
22782 (ggc_add_root): Delete.
22783 (ggc_mark_roots): Don't mark `roots'. Call ggc_mark_stringpool.
22784 (ggc_print_common_statistics): Remove most of the contents.
22785 * Makefile.in (GGC_H): No longer uses varray.h.
22786 (ggc-common.o): Update dependencies.
22787 (c-parse.o): Add varray.h to dependencies.
22788 (c-common.o): Add varray.h.
22789 * stringpool.c (mark_ident): Use mangled name for tree marker routine.
22790 (mark_ident_hash): Rename to ggc_mark_stringpool.
22791 (init_stringpool): Don't use ggc_add_root.
22792 * c-parse.in: Include varray.h.
22793 * c-common.c: Include varray.h.
22794 * objc/Make-lang.in (objc-act.o): Add varray.h.
22795 * objc/objc-act.c: Include varray.h.
22796
22797 2002-07-25 Geoffrey Keating <geoffk@redhat.com>
22798
22799 * dwarf2out.c (dw_cfi_oprnd2_desc): Fix ISO-only function definition.
22800 (dw_cfi_oprnd1_desc): Likewise.
22801
22802 2002-07-17 Geoffrey Keating <geoffk@redhat.com>
22803
22804 * config/alpha/alpha.c (struct alpha_links): Use gengtype to mark;
22805 move out of ifdef.
22806 (alpha_links): Use gengtype to mark; move out of ifdef.
22807 (mark_alpha_links_node): Delete.
22808 (mark_alpha_links): Delete.
22809 (alpha_need_linkage): Use GGC to allocate splay tree, struct
22810 alpha_links, strings. Don't use ggc_add_root.
22811 * ggc-common.c (ggc_splay_alloc): New.
22812 (ggc_splay_dont_free): New.
22813 * ggc.h (ggc_mark_rtx): Update for changed name mangling.
22814 (ggc_mark_tree): Likewise.
22815 (splay_tree_new_ggc): New.
22816 (ggc_splay_alloc): Declare.
22817 (ggc_splay_dont_free): Declare.
22818 * dwarf2asm.c: Include gt-dwarf2asm.h.
22819 (mark_indirect_pool_entry): Delete.
22820 (mark_indirect_pool): Delete.
22821 (indirect_pool): Use gengtype to mark.
22822 (dw2_force_const_mem): Don't use ggc_add_root.
22823 * Makefile.in (dwarf2asm.o): Depend on gt-dwarf2asm.h.
22824 (GTFILES): Add SPLAY_TREE_H, dwarf2asm.c.
22825 (gt-dwarf2asm.h): Depend on s-gtype.
22826
22827 2002-07-08 Geoffrey Keating <geoffk@redhat.com>
22828
22829 * tree.h (union tree_type_symtab): Mark `die' field.
22830 * Makefile.in (dwarf2out.o): Update dependencies.
22831 * dwarf2out.c: Use GGC to allocate all structures. Convert to htab_t
22832 hash tables.
22833 (dw_cfi_oprnd1_desc): New function.
22834 (dw_cfi_oprnd2_desc): New function.
22835 (indirect_string_alloc): Delete.
22836 (debug_str_do_hash): New function.
22837 (debug_str_eq): New function.
22838 (mark_limbo_die_list): Delete.
22839 (dwarf2out_init): Don't call ggc_add_root.
22840
22841 2003-01-09 Vladimir Makarov <vmakarov@redhat.com>
22842
22843 The following changes are merged from itanium-sched-branch:
22844
22845 2003-01-08 David Edelsohn <edelsohn@gnu.org>
22846
22847 * doc/md.texi: Clarify assignment of units to automata description.
22848
22849 2003-01-08 Vladimir Makarov <vmakarov@redhat.com>
22850
22851 * genautomata.c (unit_decl): Remove members
22852 `the_same_automaton_unit' and
22853 `the_same_automaton_message_reported_p'.
22854 (process_unit_to_form_the_same_automaton_unit_lists,
22855 form_the_same_automaton_unit_lists_from_regexp,
22856 form_the_same_automaton_unit_lists, the_same_automaton_lists):
22857 Remove them.
22858 (annotation_message_reported_p): New global variable.
22859 (check_unit_distribution_in_reserv,
22860 check_regexp_units_distribution): New functions.
22861 (check_unit_distributions_to_automata): Rewrite it.
22862
22863 2003-01-04 Vladimir Makarov <vmakarov@redhat.com>
22864
22865 * genautomata.c (form_the_same_automaton_unit_lists_from_regexp):
22866 Use continue instead of break if cycle is too big.
22867
22868 2002-12-20 Vladimir Makarov <vmakarov@redhat.com>
22869
22870 * genautomata.c (check_unit_distributions_to_automata): Output at
22871 most one message for a unit.
22872 (process_unit_to_form_the_same_automaton_unit_lists): Check
22873 automaton of units instead of units themself.
22874
22875 * doc/md.texi: Describe the constraint about assigning unit to
22876 automata.
22877
22878 2002-12-20 Jan Hubicka <jH@suse.cz>
22879 Vladimir Makarov <vmakarov@redhat.com>
22880
22881 * genautomata.c (unit_decl): Add new members `min_occ_cycle_num'
22882 and `in_set_p'.
22883 (gen_cpu_unit): Initialize the new members.
22884 (process_regexp_cycles): Calculate minimal finish cycle too. Set
22885 up `min_occ_cycle_num'.
22886 (evaluate_max_reserv_cycles): Change the function call.
22887 (CLEAR_BIT): New macro.
22888 (states_union, state_shift): Use the mask.
22889 (initiate_excl_sets, form_reserv_sets_list): Set up `in_set_p'.
22890 (form_reservs_matter): New function.
22891 (make_automaton): Call the function and use the mask.
22892 (estimate_one_automaton_bound): Take `min_occ_cycle_num' into
22893 account.
22894
22895 2002-12-17 Vladimir Makarov <vmakarov@redhat.com>
22896
22897 * config/ia64/itanium2.md (lfetch): Change the insn reservation.
22898
22899 2002-12-17 Vladimir Makarov <vmakarov@redhat.com>
22900
22901 * config/ia64/ia64.c (bundling): Try to insert 2 nops for M insn
22902 for Itanium.
22903
22904 2002-12-17 Vladimir Makarov <vmakarov@redhat.com>
22905
22906 * config/ia64/ia64.c (ia64_override_options): Make itanium2 as
22907 default cpu.
22908
22909 2002-12-17 Vladimir Makarov <vmakarov@redhat.com>
22910 2002-10-31 Dale Johannesen <dalej@apple.com>
22911
22912 * haifa-sched.c (find_set_reg_weight): New function.
22913 (find_insn_reg_weight): Use the new function.
22914 (schedule_block): Do sorting ready queue always
22915 after insn issue.
22916
22917 2002-11-27 Vladimir Makarov <vmakarov@redhat.com>
22918
22919 * config/ia64/ia64.c (bundling): Use MFI template instead of MLX.
22920
22921 2002-11-19 Vladimir Makarov <vmakarov@redhat.com>
22922
22923 * haifa-sched.c (choice_entry): New structure.
22924 (choice_stack, cycle_issued_insns): New variables.
22925 (max_issue): Rewrite it.
22926 (choose_ready): Set up ready_try for unknown insns too.
22927 (schedule_block): Allocate and free choice_stack. Set up
22928 and modify cycle_issued_insns.
22929
22930 * config/ia64/ia64.c (issue_nops_and_insn): Combine insn issue
22931 with and without filling the bundle.
22932 (bundling): Combine calls of issue_nops_and_insn.
22933
22934 2002-10-17 Vladimir Makarov <vmakarov@redhat.com>
22935
22936 * config/ia64/itanium1.md: New file.
22937
22938 * config/ia64/itanium2.md: New file.
22939
22940 * config/ia64/ia64.md: Move DFA descriptions into the new files.
22941 Remove the old pipeline description.
22942
22943 * config/ia64/ia64.c (ia64_override_options): Add aliases of
22944 itanium processor names.
22945
22946 2002-10-16 Vladimir Makarov <vmakarov@redhat.com>
22947
22948 * config/ia64/ia64.c (bundling): Print states for Itanium2 too.
22949 (ia64_reorg): Set up queried unit codes for Itanium2 too.
22950
22951 * config/ia64/ia64.md: Add descriptions for Itanium2.
22952
22953 2002-10-08 Vladimir Makarov <vmakarov@redhat.com>
22954
22955 * config/ia64/ia64.h (processor_type): New enumeration.
22956 (ia64_tune, ia64_tune_string): New external declarations.
22957 (TARGET_OPTIONS): Add option `tune='.
22958
22959 * config/ia64/ia64.c (ia64_tune, ia64_tune_string): New global
22960 variables.
22961 (ia64_override_options): Set up `ia64_tune'.
22962 (ia64_sched_reorder2): Set up `clocks' only for Itanium.
22963 (ia64_dfa_new_cycle): Set up `add_cycles' only for Itanium.
22964 (bundling): Add nops for MM-insns only for Itanium.
22965 (ia64_reorg): Allocate and free `clocks' and `add_cycles' only for
22966 Itanium.
22967
22968 * config/ia64/ia64.md (cpu): New attribute.
22969 (DFA description): Enable it only for Itanium.
22970
22971 2002-10-08 Vladimir Makarov <vmakarov@redhat.com>
22972 Richard Henderson <rth@redhat.com>
22973
22974 * config/ia64/ia64.h (MASK_TUNE_STOP_BITS): Rename it to
22975 MASK_EARLY_STOP_BITS.
22976 (TARGET_TUNE_STOP_BITS): Rename it to TARGET_EARLY_STOP_BITS.
22977 (TARGET_SWITCHES): Rename option `tune-stop-bits' to
22978 `early-stop-bits'.
22979
22980 * config/ia64/ia64.c (ia64_dfa_new_cycle,
22981 final_emit_insn_group_barriers): Use TARGET_EARLY_STOP_BITS
22982 instead of TARGET_TUNE_STOP_BITS.
22983
22984 * doc/invoke.texi: Rename option `-mtune-stop-bits' to
22985 `-mearly-stop-bits'.
22986
22987 * config/ia64/ia64.c (automata_option "v"): Comment it.
22988
22989 2002-10-07 Vladimir Makarov <vmakarov@redhat.com>
22990
22991 * config/ia64/ia64.h (MASK_TUNE_STOP_BITS, TARGET_TUNE_STOP_BITS):
22992 New macros.
22993 (TARGET_SWITCHES): Add entries for the new option.
22994
22995 * config/ia64/ia64.c (dfa_stop_insn, last_scheduled_insn, rtx
22996 dfa_pre_cycle_insn, ia64_nop): Don't make them as roots for GC.
22997 (stops_p, stop_before_p, clocks_length, clocks, add_cycles): New
22998 global variables.
22999 (ia64_sched_reorder2): Set up `clocks'.
23000 (ia64_variable_issue): Set up `stops_p' and reset `stop_before_p'.
23001 (ia64_dfa_new_cycle): Set up add_cycle. Permit sorting ready
23002 queue when TARGET_TUNE_STOP_BITS.
23003 (bundling): Insert additional nops for MM-insns.
23004 (final_emit_insn_group_barriers): Add insertion of stop bits
23005 according `stops_p'.
23006 (ia64_reorg): Initiate the new varibales.
23007
23008 * doc/invoke.texi: Add description of option `-mtune-stop-bits'.
23009
23010 2002-10-02 Vladimir Makarov <vmakarov@redhat.com>
23011
23012 * haifa-sched.c (schedule_block): Modify INSN_TICK of depended
23013 insns at the end of block insn scheduling.
23014
23015 2002-09-30 Vladimir Makarov <vmakarov@redhat.com>
23016
23017 * sched-deps.c (remove_dependence, group_leader): Remove it.
23018 (add_dependence): Add dependence to group leader to.
23019 (set_sched_group_p): Add dependence to the first insn of the
23020 schedule group too.
23021 (sched_analyze_insn): Make dependence to jump as anti-dependence.
23022 Change true dependence by anti-dependence when
23023 `reg_pending_barrier'.
23024
23025 * sched-rgn.c (init_ready_list, can_schedule_ready_p,
23026 add_branch_dependences): Ignore schedule groups.
23027
23028 * sched-ebb.c (init_ready_list): Ditto.
23029
23030 * (move_insn, set_priorities): Ditto.
23031
23032 * config/ia64/ia64.c (ia64_sched_init): Check that schedule group
23033 flag is clear after reload.
23034 (adjust_cost): Change cost only for output dependencies.
23035
23036 * config/ia64/ia64.md: Add more insns into bypass for MM-insns.
23037
23038 2002-09-26 Vladimir Makarov <vmakarov@redhat.com>
23039
23040 * Makefile.in (sched-ebb.o): Add `$(TARGET_H)' to the entry.
23041
23042 * target.h (gcc_target): Add member
23043 `dependencies_evaluation_hook'.
23044
23045 * target-def.h (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK): New
23046 macro.
23047 (TARGET_SCHED): Add initiatialization of the new member.
23048
23049 * sched-ebb.c: Include `target.h'.
23050 (schedule_ebb): Call `dependencies_evaluation_hook'.
23051
23052 * sched-rgn.c (schedule_region): Call
23053 `dependencies_evaluation_hook'.
23054
23055 * config/ia64/ia64.c (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK):
23056 New macro.
23057 (ia64_dependencies_evaluation_hook): New function.
23058
23059 * doc/tm.texi (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK):
23060 Describe the new hook.
23061
23062 2002-09-25 Vladimir Makarov <vmakarov@redhat.com>
23063
23064 * target.h (gcc_target): Add members
23065 `first_cycle_multipass_dfa_lookahead_guard' and `dfa_new_cycle'.
23066
23067 * target-def.h (TARGET_SCHED_DFA_NEW_CYCLE,
23068 TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD): New
23069 macros.
23070 (TARGET_SCHED): Add initiatialization of the new members.
23071
23072 * haifa-sched.c (schedule_insn): Update last_clock_var for the 1st
23073 insn scheduling too.
23074 (choose_ready): Use `first_cycle_multipass_dfa_lookahead_guard' to
23075 initialize `ready_try'.
23076 (schedule_block): Use `dfa_new_cycle'. Sort `ready' only unless
23077 `dfa_new_cycle' says not to do it.
23078
23079 * config/ia64/ia64.md: Add DFA Itanium 1 description for insn
23080 bundling.
23081
23082 * config/ia64/ia64.h (CPU_UNITS_QUERY): New macro.
23083
23084 * config/ia64/ia64.c: Include `hashtab.h'.
23085 (ia64_first_cycle_multipass_dfa_lookahead_guard,
23086 ia64_dfa_new_cycle, final_emit_insn_group_barriers,
23087 ia64_dfa_sched_reorder, get_free_bundle_state, free_bundle_state,
23088 initiate_bundle_states, finish_bundle_states, bundle_state_hash,
23089 bundle_state_eq_p, insert_bundle_state,
23090 initiate_bundle_state_table, finish_bundle_state_table,
23091 try_issue_nops, try_issue_insn, issue_nops_and_insn, get_max_pos,
23092 get_template, get_next_important_insn, bundling): New functions.
23093 (ia64_internal_sched_reorder): Remove it.
23094 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD,
23095 TARGET_SCHED_DFA_NEW_CYCLE): New macros.
23096 (ia64_safe_itanium_requires_unit0): Remove it.
23097 (group_barrier_needed_p): Place group barrier right before a real
23098 insn.
23099 (bundle, ia64_packet, NR_PACKETS, type_names, packets, packets):
23100 Remove them.
23101 (bundle_name): New variable.
23102 (_0mii_, _0mmi_, _0mfi_, _0mmf_, _0bbb_, _0mbb_, _0mib_, _0mmb_,
23103 _0mfb_, _0mlx_, _1mii_, _1mmi_, _1mfi_, _1mmf_, _1bbb_, _1mbb_,
23104 _1mib_, _1mmb_, _1mfb_, _1mlx_, pos_1, pos_2, pos_3, pos_4, pos_5,
23105 pos_6, dfa_stop_insn, last_scheduled_insn, dfa_state_size,
23106 temp_dfa_state, prev_cycle_state): New global variables.
23107 (insn_matches_slot, maybe_rotate, finish_last_head,
23108 rotate_one_bundle, rotate_one_bundles, nop_cycles_until,
23109 cycle_end_fill_slots, packet_matches_p, get_split, find_best_insn,
23110 find_best_packet, itanium_reorder, dump_current_packet,
23111 schedule_stop, gen_nop_type, ia64_emit_nops): Remove them.
23112 (sched_data, sched_ready, sched_types): Remove them.
23113 (ia64_sched_init): Initiate only `last_scheduled_insn' and call
23114 `init_insn_group_barriers'.
23115 (ia64_sched_reorder, ia64_sched_reorder2): Call
23116 ia64_dfa_sched_reorder.
23117 (ia64_variable_issue): Rewrite it.
23118 (bundle_state): New structure.
23119 (index_to_bundle_states, bundle_states_num,
23120 allocated_bundle_states_chain, free_bundle_state_chain): New
23121 global variables.
23122 (ia64_sched_finish): Add stop bits and call `bundling' after the
23123 2nd insn scheduling.
23124 (ia64_use_dfa_pipeline_interface): Return zero always.
23125 (ia64_first_cycle_multipass_dfa_lookahead): Return 6 for the 2nd
23126 insn scheduling.
23127 (ia64_init_dfa_pre_cycle_insn): Initialize `dfa_state_size',
23128 `temp_dfa_state', `prev_cycle_state', and `dfa_stop_insn'.
23129 (ia64_reorg): Add bundling insns.
23130
23131 * doc/tm.texi
23132 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD,
23133 TARGET_SCHED_DFA_NEW_CYCLE): Describe the new hooks.
23134
23135 2002-09-23 Vladimir Makarov <vmakarov@redhat.com>
23136
23137 * config/ia64/ia64.md: Add Itanium1 DFA description.
23138 (itanium_class): Add `nop' and `pre_cycle'. Add
23139 define_function_unit for `nop'.
23140 (nop): Change attribute `itanium_class'.
23141 (pre_cycle): New define_insn.
23142
23143 * config/ia64/ia64-protos.h (bundling_p): New external variable.
23144 (ia64_st_address_bypass_p, ia64_ld_address_bypass_p,
23145 ia64_produce_address_p): New function prototypes.
23146
23147 * config/ia64/ia64.c (bundling_p): New global variable.
23148 (ia64_use_dfa_pipeline_interface,
23149 ia64_first_cycle_multipass_dfa_lookahead,
23150 ia64_init_dfa_pre_cycle_insn, ia64_dfa_pre_cycle_insn): New
23151 functions.
23152 (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
23153 TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
23154 TARGET_SCHED_INIT_DFA_PRE_CYCLE_INSN,
23155 TARGET_SCHED_DFA_PRE_CYCLE_INSN): New macros.
23156 (ia64_sched_init, ia64_sched_reorder, ia64_sched_reorder2,
23157 ia64_variable_issue, ia64_sched_finish): Do nothing before reload.
23158 (dfa_pre_cycle_insn): New variable.
23159
23160 2002-09-20 Vladimir Makarov <vmakarov@redhat.com>
23161
23162 * rtl.def (FINAL_PRESENCE_SET, FINAL_ABSENCE_SET): New
23163 constructions.
23164
23165 * genattrtab.h (gen_final_presence_set, gen_final_absence_set):
23166 New function prototypes.
23167
23168 * genattrtab.c (main): Process the new constructions.
23169
23170 * genautomata.c (gen_presence_absence_set,
23171 process_presence_absence_names, process_presence_absence_patterns,
23172 add_presence_absence, check_absence_pattern_sets): Add parameter
23173 `final_p'.
23174 (unit_decl): Add new members `final_presence_list' and
23175 `final_absence_list'.
23176 (unit_pattern_rel_decl): Add new member `final_p'.
23177 (gen_final_presence_set, gen_final_absence_set): New functions.
23178 (process_decls): Use member `final_p'.
23179 (temp_reserv): New global variable.
23180 (reserv_sets_are_intersected): Add processing `final_presence_set'
23181 and `final_absence_set'.
23182 (initiate_states): Allocate `temp_reserv'.
23183 (unit_final_presence_set_table, unit_final_absence_set_table): New
23184 gloabal variables.
23185 (initiate_presence_absence_pattern_sets): Initiate them.
23186 (NDFA_to_DFA): Fix typo.
23187 (output_description): Output `final_presence_set' and
23188 `final_absence_set'.
23189
23190 * doc/md.texi (final_presence_set, final_absence_set): Describe
23191 them.
23192
23193 2002-09-20 Vladimir Makarov <vmakarov@redhat.com>
23194
23195 * genautomata.c (transform_3): Process a missing case (nothing on
23196 unit place).
23197
23198 2002-09-20 Vladimir Makarov <vmakarov@redhat.com>
23199
23200 * rtl.def (DEFINE_QUERY_CPU_UNIT, AUTOMATA_OPTION): Change
23201 comments about queried units and the minimization.
23202
23203 * doc/md.texi: Ditto.
23204
23205 * genautomata.c (create_composed_state): Return nonzero if the new
23206 state has been created.
23207 (first_cycle_unit_presence): New function.
23208 (state_is_differed): Add new parameter. Use the new function.
23209 Take queried units into account.
23210 (partition_equiv_class): Pass additional parameter to
23211 `state_is_differed'.
23212 (merge_states): Process composed states too.
23213 (build_automaton, create_automata, output_min_issue_delay_table,
23214 output_tables, output_statistics): Output more information.
23215 (output_reserved_units_table): Use function
23216 `first_cycle_unit_presence'.
23217 (output_tables): Output table of queried units even if the
23218 minimization is switched on.
23219 (write_automata): Output code for querying units even if the
23220 minimization is switched on.
23221
23222 2002-09-19 Vladimir Makarov <vmakarov@redhat.com>
23223
23224 * rtl.def (PRESENCE_SET, ABSENCE_SET): Add comments about extended
23225 syntax of the constructions.
23226
23227 * doc/md.texi (PRESENCE_SET, ABSENCE_SET): Add description of
23228 extended syntax of the constructions.
23229
23230 * genautomata.c (unit_rel_decl): Rename it to
23231 `unit_pattern_rel_decl'.
23232 (pattern_set_el, pattern_reserv): New structures.
23233 (pattern_set_el_t, pattern_reserv_t): New types.
23234 (gen_presence_absence_set): New function.
23235 (process_presence_absence): Remove it.
23236 (process_presence_absence_names,
23237 process_presence_absence_patterns): New functions.
23238 (get_presence_absence_set): Remove it.
23239 (initiate_presence_absence_sets): Rename it on
23240 `initiate_presence_absence_pattern_sets'. Use new function
23241 `form_reserv_sets_list'.
23242 (form_reserv_sets_list, check_presence_pattern_sets,
23243 check_absence_pattern_sets, output_pattern_set_el_list): New
23244 functions.
23245 (unit_decl): Change types of members `presence_list' and
23246 `absence_list'.
23247 (unit_rel_decl): Rename member `names_num' to `all_names_num'.
23248 (decl): Change types of members `excl', `presence', and `absence'.
23249 (get_str_vect): Rename `par_flag' to `paren_p'. Add null element
23250 at the end of the vector.
23251 (gen_cpu_unit, gen_query_cpu_unit, gen_bypass, gen_excl_set,
23252 gen_automaton, gen_regexp_repeat, gen_regexp_allof,
23253 gen_regexp_oneof, gen_regexp_sequence): Use boolean values.
23254 (gen_presence_set, gen_absence_set): Use new function
23255 `gen_presence_absence_set'.
23256 (add_presence_absence): Process `pattern_list' instead of
23257 `source_list'.
23258 (process_decls): USe new functions
23259 `process_presence_absence_names' and
23260 `process_presence_absence_patterns'.
23261 (reserv_sets_are_intersected): Use new function
23262 `check_presence_pattern_sets'.
23263 (presence_set, absence_set): Remove them.
23264 (unit_presence_set_table, unit_absence_set_table): New global
23265 variables.
23266 (output_description): Use new function
23267 `output_pattern_set_el_list'.
23268 (generate): Use `initiate_presence_absence_pattern_sets'.
23269
23270 2002-09-18 Vladimir Makarov <vmakarov@redhat.com>
23271
23272 * genattr.c (main): Add output of prototype of new interface
23273 function `dfa_clean_insn_cache'.
23274
23275 * genautomata.c (output_dfa_clean_insn_cache_func): New function.
23276 (DFA_CLEAN_INSN_CACHE_FUNC_NAME): New macro.
23277 (output_dfa_start_func): Use function `dfa_clean_insn_cache' in
23278 the generated code.
23279 (write_automata): Call the new function.
23280
23281 2003-01-09 Jan Hubicka <jh@suse.cz>
23282
23283 * i386.md (unit, prefix_0f, memory attributes): Hanlde sseicvt
23284 correctly.
23285
23286 2003-01-09 Paolo Carlini <pcarlini@unitus.it>
23287
23288 * doc/tm.texi (EXTRA_ADDRESS_CONSTRAINT): Fix typo.
23289
23290 2003-01-09 J"orn Rennecke <joern.rennecke@superh.com>
23291
23292 * defaults.h (EXTRA_MEMORY_CONSTRAINT): Add STR argument.
23293 (EXTRA_ADDRESS_CONSTRAINT): Likewise.
23294 (CONSTRAINT_LEN): Provide default definition.
23295 (CONST_OK_FOR_CONSTRAINT_P): Likewise.
23296 (CONST_DOUBLE_OK_FOR_CONSTRAINT_P): Likewise.
23297 (EXTRA_CONSTRAINT_STR): Likewise.
23298 (REG_CLASS_FROM_CONSTRAINT): Define.
23299 * genoutput.c (check_constraint_len, constraint_len): New functions.
23300 (validate_insn_alternatives): Check CONSTRAINT_LEN for each
23301 constraint / modifier.
23302 (gen_insn): Call check_constraint_len.
23303 * local-alloc.c (block_alloc): Update to use new macros / pass
23304 second argument to EXTRA_{MEMORY,ADDRESS}_CONSTRAINT.
23305 * ra-build.c (handle_asm_insn): Likewise.
23306 * recog.c (asm_operand_ok, preprocess_constraints): Likewise.
23307 (constrain_operands, peep2_find_free_register): Likewise.
23308 * regclass.c (record_operand_costs, record_reg_classes): Likewise.
23309 * regmove.c (find_matches): Likewise.
23310 * reload.c (push_secondary_reload, find_reloads): Likewise.
23311 (alternative_allows_memconst): Likewise.
23312 * reload1.c (maybe_fix_stack_asms): Likewise.
23313 (reload_cse_simplify_operands): Likewise.
23314 * stmt.c (parse_output_constraint, parse_input_constraint): Likewise.
23315 * doc/tm.texi (CONSTRAINT_LEN, REG_CLASS_FROM_CONSTRAINT): Document.
23316 (CONST_OK_FOR_CONSTRAINT_P): Likewise.
23317 (CONST_DOUBLE_OK_FOR_CONSTRAINT_P, EXTRA_CONSTRAINT_STR): Likewise.
23318 (EXTRA_MEMORY_CONSTRAINT, EXTRA_ADDRESS_CONSTRAINT): Add STR argument.
23319 * config/s390/s390.h (EXTRA_MEMORY_CONSTRAINT): Likewise.
23320
23321 * sh.h (OVERRIDE_OPTIONS): Allow first scheduling pass for SH5.
23322
23323 2003-01-09 Kazu Hirata <kazu@cs.umass.edu>
23324
23325 * config/h8300/h8300.md (*extzv_1_r_h8300): Correct the insn
23326 length.
23327 (*extzv_1_r_h8300hs): Likewise.
23328 (*extzv_1_r_inv_h8300): Likewise.
23329 (*extzv_1_r_inv_h8300hs): Likewise.
23330
23331 2003-01-09 Kazu Hirata <kazu@cs.umass.edu>
23332
23333 * config/h8300/h8300.h (PREDICATE_CODES): New.
23334
23335 2003-01-09 Kazu Hirata <kazu@cs.umass.edu>
23336
23337 * config/h8300/h8300.md (*addsi3_upper): New.
23338 (*iorsi3_shift): Likewise.
23339 (two splitters): Likewise.
23340 (*addsi3_shift): Likewise.
23341 (two splitters): Likewise.
23342
23343 2003-01-09 Josef Zlomek <zlomj9am@artax.karlin.mff.cuni.cz>
23344
23345 * Makefile.in (optabs.o): Add dependency on basic-block.h.
23346 * basic-block.h (control_flow_insn_p): Fuction was exported.
23347 * cfgbuild.c (control_flow_insn_p): Fuction was made non-static.
23348 * optabs.c (emit_libcall_block): Emit REG_LIBCALL and REG_RETVAL
23349 notes only when the region is contained in a single basic block.
23350
23351 2003-01-09 Eric Botcazou <ebotcazou@libertysurf.fr>
23352
23353 PR inline-asm/8832
23354 * tree.h (expand_asm): New prototype.
23355 * stmt.c (expand_asm): Set the MEM_VOLATILE_P flag if instructed
23356 to do so.
23357 * c-semantics (genrtl_asm_stmt): Pass the RID_VOLATILE qualifier
23358 down to expand_asm.
23359 * c-typeck.c (simple_asm_stmt): Set the RID_VOLATILE qualifier.
23360 * rtlanal.c (volatile_insn_p) [ASM_INPUT]: Test the MEM_VOLATILE_P flag.
23361 (volatile_refs_p) [ASM_INPUT]: Likewise.
23362 (side_effects_p) [ASM_INPUT]: Likewise.
23363
23364 2003-01-09 Jan Hubicka <jh@suse.cz>
23365
23366 * i386.md (*mul*): FIx constraints; remove confused comment; fix
23367 athlon_decode attributes
23368 (imul/k8 optimization peep2s): New.
23369
23370 * athlon.md (athlon_ssecmp*): Handle ssecomi as well.
23371 * i386.md (type attribute): Add ssecomi.
23372 (unit, memory, prefix attributes): Handle ssecomi.
23373 (cvt?2? patterns): Fix athlon_decode attribute
23374 (comi patterns): Set attribute to ssecomi.
23375
23376 PR target/8343
23377 * m68k.md (umulsidi, mulsidi expanders): Use register operand.
23378
23379 2003-01-09 Richard Sandiford <rsandifo@redhat.com>
23380
23381 * config/mips/mips.h (PREDICATE_CODES): Add ADDRESSOF for predicates
23382 that match register_operands.
23383 * config/mips/mips.c (reg_or_0_operand, true_reg_or_0_operand): Make
23384 register_operand the default case.
23385
23386 2003-01-09 Eric Botcazou <ebotcazou@libertysurf.fr>
23387
23388 PR c/8032
23389 * c-typeck.c (process_init_element) [RECORD_TYPE]: For
23390 an empty element, do not advance the pointer to unfilled
23391 fields if there are pending initializers.
23392
23393 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
23394
23395 * Makefile.in (ORDINARY_FLAGS_TO_PASS): Also pass DESTDIR.
23396 (install-gcc-tooldir, install-cpp, installdirs,
23397 install-common, install-driver, install-info, install-man,
23398 install-headers, install-include-dir, install-headers-tar,
23399 install-headers-cpio, install-headers-cp, install-mkheaders,
23400 install-collect2, uninstall): Prepend $(DESTDIR) to
23401 destination paths in all (un)installation commands.
23402 (install-driver): Rewrite $(LN) commands to support DESTDIR
23403 with "ln" as well as with "ln -s".
23404 (installdirs): Simply use mkinstalldirs.
23405 (install-libgcc, install-multilib): Also pass DESTDIR.
23406 * mklibgcc.in: Prepend $(DESTDIR) to $(libsubdir) in the
23407 installation destination variable ldir.
23408 * config/alpha/t-osf4, config/arm/t-netbsd,
23409 config/ia64/t-hpux, config/mips/t-iris5-6,
23410 config/pa/t-hpux-shlib, config/rs6000/t-aix43,
23411 config/rs6000/t-aix52, config/t-slibgcc-elf-ver,
23412 config/t-slibgcc-sld: Prepend $$(DESTDIR) to $$(slibdir)
23413 in the definition of SHLIB_INSTALL.
23414 * config/arc/t-arc (install-multilib-arc): Prepend $(DESTDIR) to
23415 $(libsubdir) in the installation commands.
23416
23417 2003-01-08 Kaz Kojima <kkojima@gcc.gnu.org>
23418
23419 * config/sh/sh.h (CASE_VECTOR_MODE): Use SImode for a
23420 non-optimizing compile.
23421 (ASM_OUTPUT_ADDR_VEC_ELT): Use .long for a non-optimizing
23422 compile.
23423
23424 2003-01-08 Douglas B Rupp <rupp@gnat.com>
23425
23426 * config/i386/i386.c (ix86_attribute_table): Add new attributes
23427 ms_struct and gcc_struct.
23428 (ix86_handle_struct_attribute): New function.
23429 (ix86_ms_bitfield_layout_p): Update to take new attributes
23430 into account.
23431 * doc/extend.texi: Document new attributes.
23432 * testsuite/gcc.dg/bf-ms-attrib.c: New test.
23433
23434 2003-01-08 Danny Smith <dannysmith@users.sourceforge.net>
23435
23436 PR optimization/8750
23437 * config/i386/i386.c (ix86_expand_prologue): Don't allow
23438 scheduling pass to move insns across __alloca call.
23439
23440 2003-01-08 Dale Johannesen <dalej@apple.com>
23441
23442 * config/rs6000/rs6000.md: Replace *store_multiple_string
23443 with *stmsi[3-8].
23444
23445 2003-01-08 Jeff Sturm <jsturm@one-point.com>
23446
23447 PR target/9210
23448 * config/rs6000/rs6000.c (rs6000_elf_encode_section_info):
23449 Set SYMBOL_REF_FLAG on local data sym_ref.
23450
23451 2003-01-08 Dale Johannesen <dalej@apple.com>
23452
23453 * function.c (assign_parms): Don't set pretend_args_size if
23454 REG_PARM_STACK_SPACE.
23455 config/rs6000/rs6000.c (setup_incoming_varargs): Don't set
23456 pretend_args_size.
23457
23458 2003-01-08 Nathanael Nerode <neroden@gcc.gnu.org>
23459
23460 * gcc.hlp: Delete.
23461
23462 2003-01-09 Jan Hubicka <jh@suse.cz>
23463
23464 * i386.c (ix86_expand_int_addcc): Fix thinko.
23465
23466 2003-01-08 David Edelsohn <edelsohn@gnu.org>
23467
23468 * config/rs6000/rs6000.h (FUNCTION_MODE): Always use SImode.
23469 * config/rs6000/rs6000.c (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Redefine
23470 as hook_bool_tree_hwi_hwi_tree_true.
23471 (rs6000_emit_allocate_stack): Use TARGET_32BIT.
23472 (rs6000_emit_epilogue): Same.
23473 (rs6000_output_mi_thunk): Re-implement as RTL.
23474 * config/rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Call
23475 xcoffout_declare_function if any debugging enabled.
23476
23477 2003-01-08 Chris Demetriou <cgd@broadcom.com>
23478
23479 * config.gcc (mipsisa32r2-*-elf*, mipsisa32r2el-*-elf*): New
23480 targets, to support MIPS32 Release 2 (MIPS32R2) configurations.
23481 * config/mips/mips.h (enum processor_type): Rename
23482 PROCESSOR_R4KC to PROCESSOR_4KC, PROCESSOR_R5KC to
23483 PROCESSOR_5KC, and PROCESSOR_R20KC to PROCESSOR_20KC.
23484 Add PROCESSOR_M4K.
23485 (TARGET_MIPS4KC, TARGET_MIPS5KC): Update for the renaming.
23486 (ISA_MIPS32R2): New define.
23487 (GENERATE_MULT3_SI, ISA_HAS_CONDMOVE, ISA_HAS_8CC)
23488 (ISA_HAS_MADD_MSUB, ISA_HAS_CLZ_CLO)
23489 (ISA_HAS_PREFETCH): Add support for MIPS32R2.
23490 (MIPS_ISA_DEFAULT): Likewise. Also, fix indentation.
23491 (TARGET_CPU_CPP_BUILTINS): Add support for MIPS32R2. Add new
23492 predefine __mips_isa_rev for MIPS32, MIPS32R2, and MIPS64.
23493 (ISA_HAS_ROTR_SI): Add support for MIPS32R2, and avoid if
23494 compiling MIPS16 code.
23495 (ISA_HAS_ROTR_DI): Do not use if compiling MIPS16 code, and fix
23496 comment.
23497 (ISA_HAS_SEB_SEH): New define.
23498 (ASM_SPEC, LINK_SPEC): Pass -mips32r2 to assembler and linker.
23499 * config/mips/mips.c (mips_cpu_info_table): Adjust for enum
23500 processor_type value renaming. Add support for MIPS32R2.
23501 Clean up comments, and move "sb1" entry with other MIPS64 CPU
23502 entries.
23503 (override_options): Reimplement -mipsN option handling so that
23504 it will work correctly for -mips32r2. Avoid branch-likely
23505 instructions on MIPS32R2.
23506 * config/mips/mips.md (mulsi3_mult3): Add support for MIPS32R2.
23507 (extendhisi2): Use extendhisi2_hw if ISA_HAS_SEB_SEH.
23508 (extendqisi2): Use extendqisi2_hw if ISA_HAS_SEB_SEH.
23509 (extendhisi2_hw, extendqisi2_hw): New.
23510 * config/mips/netbsd.h (TARGET_CPU_CPP_BUILTINS): Add support
23511 for MIPS32R2. Add new predefine __mips_isa_rev for MIPS32,
23512 MIPS32R2, and MIPS64.
23513 (LINK_SPEC): Pass -mips32r2 to linker.
23514 * config/mips/t-isa3264: Built -mips32r2 multilibs.
23515 * doc/invoke.texi (MIPS Options): Add -mips32r2, add support
23516 for mips32r2 in the -march description. Alphabetically sort
23517 CPU names in the -march description. Add long-missed -mips32
23518 and -mips64 to MIPS option summary.
23519
23520 * config.gcc: Update copyright years to include 2003.
23521 * config/mips/mips.c: Likewise.
23522 * config/mips/mips.h: Likewise.
23523 * config/mips/mips.md: Likewise.
23524 * config/mips/netbsd.h: Likewise.
23525 * doc/invoke.texi: Likewise.
23526
23527 2003-01-08 Andreas Schwab <schwab@suse.de>
23528
23529 * aclocal.m4 (gcc_AC_INITFINI_ARRAY): Fix spelling of cache
23530 variable.
23531 * configure: Regenerated.
23532
23533 2003-01-08 Kazu Hirata <kazu@cs.umass.edu>
23534
23535 * config/h8300/h8300.c (output_logical_op): Replace byte/word
23536 extraction of det with b0, b1, w0, w2, etc.
23537 (compute_logical_op_length): Likewise.
23538 (compute_logical_op_cc): Likewise.
23539
23540 2003-01-08 Kazu Hirata <kazu@cs.umass.edu>
23541
23542 * config/h8300/h8300.h (CONSTANT_ADDRESS_P): Allow CONST and
23543 HIGH on all variants.
23544
23545 2003-01-08 Josef Zlomek <zlomj9am@artax.karlin.mff.cuni.cz>
23546
23547 * Makefile.in (PARTITION_H): New.
23548 (BASIC_BLOCK_H): Added hard-reg-set.h and $(PARTITION_H).
23549 * basic-block.h: Include hard-reg-set.h.
23550
23551 2003-01-08 Richard Earnshaw <rearnsha@arm.com>
23552
23553 * arm.h (ENABLE_XF_PATTERNS): Delete.
23554 * arm.md (addxf3, subxf3, mulxf3, divxf3, modxf3, negxf2, absxf2)
23555 (sqrtxf2, floatsixf2, fix_truncxfsi2, truncxfsf2, truncxfdf2)
23556 (extendsfxf2, extenddfxf2, movxf, cmpxf, cmpxf_insn)
23557 (cmpxf_trap): Delete.
23558 (movxf_hard_insn): Remove test of ENABLE_XF_PATTERNS.
23559
23560 2003-01-08 Jan Hubicka <jh@suse.cz>
23561
23562 * i386.md (adddi3_carry_rex64, subdi3_carry_rex64): Name pattern.
23563 (addhi3_carry, addqi3_carry, subhi3_carry, subqi3_carry): New patterns.
23564 (add??cc): New expanders.
23565 * i386.c (expand_int_addcc): New function.
23566 * i386-protos.h (expand_int_addcc): Declare.
23567
23568 * alias.c (memory_modified_1): New static function.
23569 (memory_modified): New static varaible.
23570 (memory_modified_in_insn_p): New global function.
23571 * rtl.h (memory_modified_in_insn_p): Declare.
23572 * rtlanal.c (modified_between_p, modified_in_p): Be smart about memory
23573 references.
23574
23575 * expr.h (emit_conditional_add): Declare.
23576
23577 2003-01-07 Janis Johnson <janis187@us.ibm.com>
23578
23579 PR other/8947
23580 * doc/invoke.texi (-malign-double): Explain that the option breaks
23581 binary compatibility.
23582
23583 2003-01-08 Andreas Schwab <schwab@suse.de>
23584
23585 * config.gcc (m68k-*-linux*): Don't set extra_parts and gnu_ld,
23586 should come from the generic *-*-linux* entry.
23587
23588 2003-01-07 Jan Hubicka <jh@suse.cz>
23589
23590 * cselib.c (cselib_current_insn_in_libcall): New static variable.
23591 (new_elt_loc_list, cselib_process_insn, cselib_init): Keep track on whether
23592 we are inside libcall.
23593 * cselib.h (elt_loc_list): Add in_libcall.
23594 * gcse.c (do_local_cprop): Do not copy propagate using insns
23595 in libcalls.
23596
23597 2003-01-07 David Edelsohn <edelsohn@gnu.org>
23598
23599 * doc/tm.texi (TARGET_SCHED_VARIABLE_ISSUE): CLOBBER and USE do
23600 not normally affect to issue rate.
23601
23602 2003-01-07 Jan Hubicka <jh@suse.cz>
23603
23604 * genopinit.c (optabs): Add addc_optab.
23605 * ifcvt.c (noce_try_store_flag): Rename to ...
23606 (noce_try_addcc): ... this one; handle generic conditional increment.
23607 (noce_process_if_block): Update noce_try_addcc call.
23608 * optabs.c (emit_conditional_add): New.
23609 (init_obtabs): Initialize addc_optab.
23610 * optabs.h (optab_index): Add OTI_addcc.
23611 (addcc_optab): New macro.
23612 * md.texi: Document addMcc
23613
23614 PR target/8322
23615 * i386.c (ix86_init_mmx_sse_builtins): Constify arguments of loads.
23616 * xmmintrin.h (_mm_load*_si128. _mm_store*_si128): Add casts.
23617 * xmmintrin.h (_mm_load*_si128. _mm_store*_si128): Add casts.
23618
23619 * reload1.c (delete_output_reload): Avoid repeated attempts
23620 to delete insn.
23621
23622 2003-01-07 Andreas Schwab <schwab@suse.de>
23623
23624 * configure.in: Restore CFLAGS before gcc_AC_INITFINI_ARRAY.
23625 Move --enable-initfini-array check ...
23626 * aclocal.m4 (gcc_AC_INITFINI_ARRAY): ... here. Define
23627 HAVE_INITFINI_ARRAY also when --enable-initfini-array is given.
23628 Don't AC_SUBST gcc_cv_initfinit_array. Use AC_TRY_RUN.
23629 * configure: Rebuild.
23630
23631 2003-01-07 Richard Henderson <rth@redhat.com>
23632
23633 * alias.c (find_base_value): Only use new_reg_base_value shortcut
23634 if the register is set once.
23635
23636 2003-01-07 Sylvain Pion <Sylvain.Pion@mpi-sb.mpg.de>
23637
23638 * config/i386/i386.c (ix86_init_mmx_sse_builtins):
23639 __builtin_ia32_ldmxcsr and __builtin_ia32_stmxcsr are SSE, not MXX.
23640 * config/i386/i386.md (ldmxcsr, stmxcsr): SSE, not MMX.
23641
23642 2003-01-07 Benjamin Kosnik <bkoz@redhat.com>
23643 Sunil Davasam <sunil.k.davasam@intel.com>
23644
23645 PR libstdc++/9076
23646 * unwind-dw2.c (execute_cfa_program): DW_CFA_undefined,
23647 DW_CFA_same_value, read next and ignore.
23648
23649 2003-01-07 Richard Henderson <rth@redhat.com>
23650
23651 * cfganal.c (flow_call_edges_add): Don't crash on noreturn call.
23652
23653 2003-01-07 Daniel Berlin <dberlin@dberlin.org>
23654
23655 * cfg.c: Include alloc-pool.h
23656 (edge_pool): New pool.
23657 (bb_pool): New pool.
23658 (first_deleted_edge): Remove.
23659 (first_deleted_block): Remove.
23660 (init_flow): Alloc/free the pools.
23661 (free_edge): Use pools.
23662 (alloc_block): Ditto.
23663 (expunge_block): Ditto.
23664 (cached_make_edge): Ditto.
23665
23666 * Makefile.in (cfg.o): Add alloc-pool.h dependency.
23667
23668 2003-01-07 Daniel Berlin <dberlin@dberlin.org>
23669
23670 * et-forest.c: Include alloc-pool.h.
23671 (struct et_forest): Add node_pool and occur_pool.
23672 (et_forest_create): Create the new pools.
23673 (et_forest_delete): Delete them.
23674 (et_forest_add_node): Allocate and free using pools.
23675 (et_forest_add_edge): Ditto.
23676 (et_forest_remove_node): Ditto.
23677 (et_forest_remove_edge): Ditto.
23678
23679 * Makefile.in (et-forest.o): Add alloc-pool.h dependency.
23680
23681 2003-01-07 Kazu Hirata <kazu@cs.umass.edu>
23682
23683 * config/h8300/h8300.c (output_logical_op): Simplify and
23684 optimize the handling of SImode.
23685 * config/h8300/h8300.c (compute_logical_op_length): Update
23686 accordingly.
23687 * config/h8300/h8300.c (compute_logical_op_cc): Likewise.
23688
23689 2003-01-07 Richard Sandiford <rsandifo@redhat.com>
23690
23691 * config/mips/mips.c (mips_va_arg): In the EABI code, apply the
23692 big-endian correction to indirect arguments too.
23693
23694 2003-01-06 Aldy Hernandez <aldyh@redhat.com>
23695
23696 Segher Boessenkool <segher@koffie.nl>
23697
23698 * config/rs6000/rs6000.c (rs6000_reg_names): Add missing registers.
23699 (alt_reg_names): Ditto, fix formatting.
23700 * config/rs6000/rs6000.h (DEBUG_REGISTER_NAMES): Fix formatting.
23701
23702 2003-01-06 Kazu Hirata <kazu@cs.umass.edu>
23703
23704 * config/h8300/h8300.c (final_prescan_insn): Constify uid.
23705 (output_logical_op): Constify intval and det.
23706 (compute_logical_length): Likewise.
23707 (compute_logical_cc): Likewise.
23708 (output_a_shift): Constify mask.
23709 (h8300_encode_label): Constify len.
23710
23711 2003-01-06 Kazu Hirata <kazu@cs.umass.edu>
23712
23713 * config/h8300/h8300.c (h8300_expand_prologue): Remove fsize.
23714 (h8300_expand_epilogue): Likewise.
23715
23716 2003-01-06 Aldy Hernandez <aldyh@redhat.com>
23717
23718 Segher Boessenkool <segher@koffie.nl>
23719
23720 * config/rs6000/altivec.md: Remove spaces from assembler
23721 instruction argument lists.
23722
23723 2003-01-07 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
23724
23725 * config/c4x/c4x.c (c4x_naked_function_p): Rename from
23726 c4x_assembler_function_p.
23727 (c4x_null_epilogue_p): Complement return value, all uses updated.
23728 (c4x_insert_attributes): Add naked.
23729 * config/c4x/c4x.md (c4x_null_epilogue_p): Changes uses.
23730 * doc/extend.texi: Update C4x function attributes.
23731
23732 2003-01-06 Richard Henderson <rth@redhat.com>
23733
23734 * config/alpha/alpha.c (alpha_encode_section_info): Adjust symbol_str
23735 properly when changing "local-ness".
23736 * config/alpha/alpha.md (movdi_er_high_g): Allow all symbols.
23737
23738 2003-01-06 Dale Johannesen <dalej@apple.com>
23739
23740 * config/darwin-protos.h: Add prototypes for new section functions.
23741
23742 2003-01-06 Chris Demetriou <cgd@broadcom.com>
23743
23744 * config.gcc (mipsisa32-*-elf*, mipsisa32el-*-elf*): Default ABI
23745 to EABI.
23746
23747 2003-01-06 Zack Weinberg <zack@codesourcery.com>
23748
23749 * hwint.h: If the current compiler has no 64-bit type at all,
23750 make HOST_WIDEST_INT 32 bits.
23751
23752 2003-01-06 Eric Christopher <echristo@redhat.com>
23753
23754 * config/mips/mips.md (movdf_internal2): Fix constraints.
23755
23756 2003-01-06 Kazu Hirata <kazu@cs.umass.edu>
23757
23758 * config/h8300/h8300.md (*twoshifts_l16_r1): New.
23759
23760 2003-01-06 Richard Sandiford <rsandifo@redhat.com>
23761
23762 * config/mips/mips.md (leadi): Use dla rather than la.
23763
23764 2003-01-06 Svein E. Seldal <Svein.Seldal@solidas.com>
23765
23766 * config/c4x/c4x.h: Updated specs for new gas format. Fixed bug
23767 in C33_FLAG. Added proper C33 support in ASM_FILE_START macro.
23768
23769 2003-01-06 Herman A.J. ten Brugge <hermantenbrugge@home.nl>
23770
23771 * config/c4x/c4x.h: Remove hwint.h include and HOST_WIDE_INT_PRINT_HEX
23772 redefinition.
23773
23774 2003-01-05 Kazu Hirata <kazu@cs.umass.edu>
23775
23776 * config/h8300/h8300.md (*extzv_8_23): New.
23777
23778 2003-01-05 John David Anglin <dave@hiauly1.hia.nrc.ca>
23779
23780 * pa64-hpux.h (JCR_SECTION_NAME): Define.
23781 (PA_INIT_FRAME_DUMMY_ASM_OP): Check EH_FRAME_SECTION_NAME instead of
23782 USE_EH_FRAME_REGISTRY when defining.
23783
23784 2003-01-05 Kazu Hirata <kazu@cs.umass.edu>
23785
23786 * config/h8300/h8300.c (output_a_shift): Do not output a
23787 variable shift.
23788 * config/h8300/h8300.md (two splitters): New.
23789
23790 2003-01-05 Richard Sandiford <rsandifo@redhat.com>
23791
23792 * config/mips/mips.md: Disable the movstrsi define_split.
23793
23794 2003-01-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
23795
23796 * alloc-pool.c: Don't include "libiberty.h".
23797 * config/sparc/gmon-sol2.c: Include <fcntl.h>.
23798 * convert.c (convert_to_real): Hide unused variable.
23799
23800 2003-01-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
23801
23802 * Makefile.in (gtyp-gen.h): Const-ify.
23803 * gcov-dump.c (tag_table): Likewise.
23804
23805 2003-01-04 Bruce Korb <bkorb@gnu.org>
23806
23807 * fixinc/fixfixes.c(wrap_fix): the wrapper guard must be a function
23808 of *both* the file name and the fix name.
23809
23810 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
23811
23812 * config.gcc (hppa*64*-*-hpux11*): Define extra_parts. Don't use
23813 collect2.
23814 * pa-hpux11.h (LDD_SUFFIX, PARSE_LDD_OUTPUT): Undefine.
23815 (HAS_INIT_SECTION, LD_INIT_SWITCH, LD_FINI_SWITCH): Define.
23816 * pa64-hpux.h (HP_INIT_ARRAY_SECTION_ASM_OP,
23817 GNU_INIT_ARRAY_SECTION_ASM_OP, HP_FINI_ARRAY_SECTION_ASM_OP,
23818 GNU_FINI_ARRAY_SECTION_ASM_OP): Define.
23819 (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Define when not using
23820 elfos.h.
23821 (EH_FRAME_IN_DATA_SECTION): Delete define.
23822 (HAS_INIT_SECTION, LD_INIT_SWITCH, LD_FINI_SWITCH): Undefine.
23823 (STARTFILE_SPEC): Use crtbegin.o.
23824 (ENDFILE_SPEC): Use crtend.o.
23825 (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP, CRT_CALL_STATIC_FUNCTION,
23826 SUPPORTS_INIT_PRIORITY, PA_CXA_FINALIZE_STUB, PA_INIT_FINI_HACK,
23827 PA_INIT_FRAME_DUMMY_ASM_OP, PA_JV_REGISTERCLASSES_STUB,
23828 DTOR_LIST_BEGIN): Define.
23829 * pa.c (TARGET_ASM_CONSTRUCTOR): Define.
23830 (pa_asm_out_constructor, pa_asm_out_destructor): New functions.
23831 * som.h (SUPPORTS_INIT_PRIORITY): Delete define.
23832
23833 2002-12-31 Larin Hennessy <larin@science.oregonstate.edu>
23834
23835 * fixinc/fixinc.svr4: Remove references to i860, Sony NewsOS, and spur.
23836 * fixinc/inclhack.def: Remove tests for Apple A/UX, ARM/RISCiX, DG/UX,
23837 m88k-*-sysv3*, Sony NewsOS. Remove references to i860.
23838 Cleanup handling of replacement text.
23839 * fixinc/mkfixinc.sh: Remove reference to i?86-*-osf1*
23840
23841 2003-01-04 Bruce Korb <bkorb@gnu.org>
23842
23843 * fixinc/tests/base/math.h: removed obsolete results
23844 * fixinc/tests/base/stdlib.h: ditto
23845 * fixinc/tests/base/sys/param.h: ditto
23846 * fixinc/tests/base/sys/stat.h: ditto
23847 * fixinc/tests/base/time.h: ditto
23848 * fixinc/tests/base/X11/Intrinsic.h: removed obsolete file
23849 * fixinc/tests/base/sys/byteorder.h: ditto
23850 * fixinc/inclhack.def: Remove superfluous backslashes
23851
23852 2003-01-04 Kazu Hirata <kazu@cs.umass.edu>
23853
23854 * config/h8300/h8300-protos.h: Add prototypes for
23855 the new functions defined below.
23856 * config/h8300/h8300.c (TARGET_ASM_FUNCTION_PROLOGUE): Do not
23857 define.
23858 (dosize): Emit RTL instead of assembly code.
23859 (push): Likewise.
23860 (pop): Likewise.
23861 (h8300_output_function_prologue): Remove.
23862 (h8300_expand_prologue): New.
23863 (h8300_expand_epilogue): New.
23864 (h8300_output_function_epilogue): Do only the reset of
23865 pragma_saveall.
23866 * config/h8300/h8300.md (push_h8300): New.
23867 (push_h8300hs): Likewise.
23868 (pop_h8300): Likewise.
23869 (pop_h8300hs): Likewise.
23870 (*stm_h8300s_2): Change the name to stm_h8300s_2.
23871 (*stm_h8300s_3): Change the name to stm_h8300s_3.
23872 (*stm_h8300s_4): Change the name to stm_h8300s_4.
23873 (*ldm_h8300s_2): New.
23874 (*ldm_h8300s_3): Likewise.
23875 (*ldm_h8300s_4): Likewise.
23876 (return): Likewise.
23877 (*return_1): Likewise.
23878 (prologue): Likewise.
23879 (epilogue): Likewise.
23880 (monitor_prologue): Likewise.
23881
23882 2003-01-03 Dale Johannesen <dalej@apple.com>
23883
23884 * config/darwin.h: (EXTRA_SECTIONS): Add machopic_symbol_stub1,
23885 machopic_picsymbol_stub1.
23886 (EXTRA_SECTION_FUNCTIONS): Ditto.
23887 * rs6000/rs6000.c: Update copyright.
23888 (machopic_output_stub): Use them. Remove an insn from stub code.
23889
23890 2003-01-02 Jason Merrill <jason@redhat.com>
23891
23892 * fold-const.c (fold) [COND_EXPR]: Avoid NOP_EXPRs better.
23893
23894 * integrate.c (copy_decl_for_inlining): Don't clear the rtl for
23895 static/external decls.
23896
23897 * c-common.c (finish_fname_decls): Put the DECL_STMTs inside the
23898 outermost scope.
23899 * c-decl.c (c_make_fname_decl): Push the decls there, too.
23900
23901 2003-01-03 Kazu Hirata <kazu@cs.umass.edu>
23902
23903 * config/h8300/h8300-protos.h: Add a prototype for
23904 h8300_current_function_interrupt_function_p.
23905 * config/h8300/h8300.c (interrupt_handler): Remove.
23906 (os_task): Likewise.
23907 (monitor): Likewise.
23908 (pragma_interrupt): New.
23909 (WORD_REG_USED): Use
23910 h8300_current_function_interrupt_function_p.
23911 (dosize): Likewise.
23912 (h8300_output_function_prologue): Likewise.
23913 Do not set interrupt_handler, os_task, monitor.
23914 (h8300_output_function_prologue): Use
23915 h8300_current_function_interrupt_function_p.
23916 Do not set interrupt_handler, os_task, monitor.
23917 (h8300_current_function_interrupt_function_p): New.
23918 (h8300_pr_interrupt): Set pragma_interrupt.
23919 (h8300_insert_attributes): Reset pragma_interrupt.
23920
23921 2003-01-03 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
23922
23923 * doc/install.texi (Configuration): Fix markup for reference to
23924 gcc/config.gcc.
23925
23926 2003-01-02 Kazu Hirata <kazu@cs.umass.edu>
23927
23928 * config/h8300/h8300.md (*iorhi3_zext): Relax the condition.
23929 (*iorhi3_two_qi): Likewise.
23930 (*iorsi3_zexthi): Likewise.
23931 (*xorhi3_zextqi): Likewise.
23932 (*xorsi3_zexthi): Likewise.
23933 (*xorsi3_zextqi): Likewise.
23934
23935 2003-01-02 Kazu Hirata <kazu@cs.umass.edu>
23936
23937 * config/h8300/h8300.c (stack_pointer_operand): New.
23938 (const_int_gt_2_operand): Likewise.
23939 (const_int_ge_8_operand): Likewise.
23940 * config/h8300/h8300.md (a splitter): Likewise.
23941 (a peephole2): Likewise.
23942 * config/h8300/h8300-protos.h: Add prototypes for the new
23943 functions above.
23944
23945 2003-01-02 Steven Bosscher <s.bosscher@student.tudelft.nl>
23946
23947 * objc/Make-lang.in, objc/config-lang.in, objc/lang-specs.h,
23948 objc/objc-act.h: Fix copyright years.
23949
23950 2003-01-02 Steven Bosscher <s.bosscher@student.tudelft.nl>
23951
23952 * doc/passes.texi: Fix documentation for -fssa-ccp
23953
23954 2003-01-02 Neil Booth <neil@daikokuya.co.uk>
23955
23956 * gccbug.in: Update for new categories.
23957
23958 2003-01-01 Kazu Hirata <kazu@cs.umass.edu>
23959
23960 * config/h8300/h8300.md: Reorder some patterns.
23961
23962 2003-01-01 Kazu Hirata <kazu@cs.umass.edu>
23963
23964 * config/h8300/h8300.c (output_logical_op): Fix a warning.
23965
23966 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
23967
23968 * config/darwin-protos.h, config/c4x/c4x-protos.h,
23969 config/cris/cris-protos.h, config/i370/i370-protos.h,
23970 config/i960/i960-protos.h, config/ia64/ia64-protos.h,
23971 config/v850/v850-protos.h: Use struct, and don't conditionally
23972 compile on GCC_C_PRAGMA_H.
23973
23974 2003-01-01 Kazu Hirata <kazu@cs.umass.edu>
23975
23976 * config/arm/arm-protos.h: Remove #ifdef GCC_C_PRAGMA_H.
23977 * config/h8300/h8300-protos.h: Likewise.
23978 * config/sh/sh-protos.h: Likewise.
23979
23980 2003-01-01 Kazu Hirata <kazu@cs.umass.edu>
23981
23982 * config/arm/arm-protos.h: Use struct cpp_reader instead of
23983 cpp_reader.
23984 * config/h8300/h8300-protos.h: Likewise.
23985 * config/sh/sh-protos.h: Likewise.
23986
23987 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
23988
23989 * config/arm/arm.c (arm_pr_long_calls, arm_pr_no_long_calls,
23990 arm_pr_long_calls_off): Use struct.
23991 * config/h8300/h8300.c (h8300_pr-interrupt, h8300_pr_saveall)
23992 : Similarly.
23993 Don't include cpplib.h.
23994 * config/sh/sh.c (sh_pr_interrupt, sh_pr_trapa,
23995 sh_pr_nosave_low_regs): Similarly.
23996
23997 2003-01-01 Kazu Hirata <kazu@cs.umass.edu>
23998
23999 * config/h8300/h8300.c: Include cpplib.h.
24000
24001 2003-01-01 Steven Bosscher <s.bosscher@student.tudelft.nl>
24002
24003 * objc/Make-lang.in, objc/config-lang.in, objc/lang-options.h,
24004 objc/lang-specs.h, objc/objc-act.c, objc/objc-act.h,
24005 objc/objc-lang.c, objc/objc-tree.def: Replace "GNU CC" with
24006 "GCC" in the copyright header.
24007
24008 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
24009
24010 * c-pragma.c (c_register_pragma): New.
24011 (init_pragma): Use it.
24012 * c-pragma.h (cpp_register_pragma): Don't declare.
24013 (c_register_pragma): New.
24014 * cpplib.h: Remove #ifdef GCC_C_PRAGMA_H.
24015 * config/darwin.h (REGISTER_TARGET_PRAGMAS): Update.
24016 * config/arm/arm.h (REGISTER_TARGET_PRAGMAS): Update.
24017 * config/c4x/c4x.h (REGISTER_TARGET_PRAGMAS): Update.
24018 * config/h8300/h8300.h (REGISTER_TARGET_PRAGMAS): Update.
24019 * config/i370/i370.h (REGISTER_TARGET_PRAGMAS): Update.
24020 * config/i960/i960.h (REGISTER_TARGET_PRAGMAS): Update.
24021 * config/ia64/hpux.h (REGISTER_TARGET_PRAGMAS): Update.
24022 * config/rs6000/rs6000.h (REGISTER_TARGET_PRAGMAS): Update.
24023 * config/sh/sh.h (REGISTER_TARGET_PRAGMAS): Update.
24024 * config/v850/v850.h (REGISTER_TARGET_PRAGMAS): Update.
24025 * doc/tm.texi (REGISTER_TARGET_PRAGMAS): Update
24026
24027 See ChangeLog.8 for earlier changes.
This page took 1.019237 seconds and 6 git commands to generate.