]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/ChangeLog
cgraph.c (create_edge): Fix typo.
[gcc.git] / gcc / ChangeLog
index 9f365c79deba6ccc0fce0c1d8cf66b59c69406e5..923f25ea6699cbb4a0a5fb17ba18eb4bb9433033 100644 (file)
+Thu Jul 31 19:49:53 CEST 2003  Jan Hubicka  <jh@suse.cz>
+
+       * cgraph.c (create_edge): Fix typo.
+       * i386.c (pic_symbolic_operand): Reorder tests.
+
+2003-07-31  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * doc/gcov.texi (Invoking Gcov): Describe output name mangling
+       more fully.
+       (Gcov Data Files): Update.
+
+2003-07-31  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+       * config.gcc (alpha*-dec-osf[45]*): Enable POSIX thread support by
+       default.
+
+       * gthr-posix.c: New file.
+       * gthr-posix.h: Define _REENTRANT if missing.
+       Make _LIBOBJC #pragma weak visible with _LIBOBJC_WEAK.
+
+       * config/alpha/t-osf4 (SHLIB_LINK): Hide dummy functions provided
+       by gthr-posix.o.
+       * config/alpha/t-osf-pthread: New file.
+
+       * fixinc/inclhack.def (alpha_pthread): New fix.
+       * fixinc/fixincl.x: Regenerate.
+       * fixinc/tests/base/pthread.h [ALPHA_PTHREAD_CHECK]: New testcase.
+
+       * doc/install.texi (alpha*-dec-osf*): Remove --enable-threads
+       warning.
+       Fixes PR bootstrap/9330.
+
+2003-07-31  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+       * configure.in (gcc_cv_ld_hidden): Also disable on mips-sgi-irix5*
+       without GNU ld.
+       Update comment.
+       * configure: Regenerate.
+
+2003-07-31  Vladimir Makarov  <vmakarov@redhat.com>
+
+        * sched-deps.c (sched_analyze_2): Prevent interblock move of CC0
+        setter.
+
+2003-07-30  Roger Sayle  <roger@eyesopen.com>
+
+       * builtins.def: Alphabetize.
+
+2003-07-30  Matt Kraai  <kraai@alumni.cmu.edu>
+
+       * doc/c-tree.texi: Normalize spellings of "lowercase" and
+       "uppercase".
+       * doc/cpp.texi: Likewise.
+       * doc/md.texi: Likewise.
+       * doc/rtl.texi: Likewise.
+       * doc/tm.texi: Likewise.
+
+2003-07-30  Matt Kraai  <kraai@alumni.cmu.edu>
+
+       * objc/Make-lang.in (objc.stage1, objc.stage2, objc.stage3)
+       (objc.stage4, objc.stageprofile, objc.stagefeedback): Remove moves
+       of cc1obj.
+
+2003-07-30  Chris Demetriou  <cgd@broadcom.com>
+
+       * config/mips/mips.h (SIZE_TYPE, PTRDIFF_TYPE): Undef these
+       macros before defining them.
+
+2003-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * config/s390/s390.md (UNSPEC_ROUND, UNSPEC_SETHIGH, 
+       UNSPECV_BLOCKAGE): New constants.
+       ("*sethighqisi", "*sethighhisi", "*sethiqidi_64", "*sethiqidi_31",
+       "*extractqi", "*extracthi", "*extendqidi2" splitter, "*extendqisi2"
+       splitter, "fix_truncdfdi2_ieee", "fix_truncdfsi2_ieee",
+       "fix_truncsfdi2", "fix_truncsfsi2", "blockage"): Use them.
+
+       (all insns and expanders): Write output control string as brace block
+       where appropriate.  Remove \-escapes for doublequote characters.
+
+Thu Jul 31 01:04:19 CEST 2003  Jan Hubicka  <jh@suse.cz>
+
+       * gcse.c (insert_store): Fix typo in previous patch.
+
+2003-07-30  Neil Booth  <neil@daikokuya.co.uk>
+
+       * cppfiles.c (stack_file, open_file_failed): Use path for deps.
+
+2003-07-30  Andi Kleen  <ak@muc.de>
+
+       * loop.c (check_dbra_loop): Allow LTU in the loop condition.
+
+2003-07-30  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
+
+       * combine.c (distribute_notes): Cancel REG_VALUE_PROFILE notes.
+       * gcov-io.h (GCOV_FIRST_VALUE_COUNTER, GCOV_LAST_VALUE_COUNTER,
+       GCOV_N_VALUE_COUNTERS): New.
+       * profile.c (compute_value_histograms): New static function.
+       (branch_prob): Read back the value histograms.
+       * rtl.c (reg_note_name): Add name for REG_VALUE_PROFILE note.
+       * rtl.h (enum reg_note): Add REG_VALUE_PROFILE note.
+       * value-prof.c: Add comment on reading the profile.
+       * value-prof.h (COUNTER_FOR_HIST_TYPE, HIST_TYPE_FOR_COUNTER): New.
+       * doc/invoke.texi (-fprofile-values): Document behavior with
+       -fbranch-probabilities.
+
+2003-07-30  David Edelsohn  <edelsohn@gnu.org>
+
+       * longlong.h (PowerPC umul_ppmm): Do not test __vxworks__.
+
+2003-07-30  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * config/s390/s390.h (EH_RETURN_HANDLER_RTX): Compute offset
+       symbolically.
+
+Wed Jul 30 19:12:10 CEST 2003  Jan Hubicka  <jh@suse.cz>
+
+       * gcse.c (insert_store): Ignore fake edges.
+
+       * c-common.c (flag_vtable_gc): Kill.
+       * c-common.g (flag_vtable_gc): Kill.
+       * c-opts (c_common_handle_option): Kill.
+       * c.opt (fvtable-gc): Kill.
+       * final.c (final_scan_insn): Do not call assemble_vtable_entry.
+       * output.h (assemble_vtable_entry, assemble_vtable_inherit): Kill.
+       * varasm.c (assemble_vtable_entry, assemble_vtable_inherit): Kill.
+
+       * invoke.texi (-ftable-gc): Kill documentation.
+
+       * tree-inline.c (inlinable_function_p): Don't set DECL_UNINLINABLE
+       just because function body is missing.
+
+       * i386.c (pic_symbolic_operand): Properly detect RIP relative unspecs.
+
+2003-07-30  Ranjit Mathew  <rmathew@hotmail.com>
+
+       * unwind-sjlj.c: Fix typo in file description.
+
+2003-07-30  Alan Modra  <amodra@bigpond.net.au>
+
+       * calls.c (load_register_parameters): When shifting reg sized values
+       to the msb, move the value to a reg first.
+
+2003-07-29  Geoffrey Keating  <geoffk@apple.com>
+
+       * cppfiles.c (stack_file): Leave filename as "" rather than "<stdin>".
+       * line-map.h (linemap_add): Update comments.
+       * line-map.c (linemap_add): Update comments, interpret zero-length
+       filename as "<stdin>".
+
+2003-07-29  Nathanael Nerode  <neroden@gcc.gnu.org>
+
+       * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
+
+2003-07-29  Zack Weinberg  <zack@codesourcery.com>
+
+       * c-decl.c (last_function_parm_vars, current_function_parm_vars):
+       New static variables.
+       (struct c_scope): Add parms and warned_forward_parm_decls
+       fields; remove parm_order.
+       (storedecls, storetags): Delete.
+       (poplevel): Also clear bindings on the parms chain.
+       (pushdecl): Handle forward declarations of parameters, and
+       chain PARM_DECLs on the parms list, not the names list.
+       (lookup_name_current_level): Check for PARM_DECLs on the parms
+       list too.
+       (push_parm_decl): Don't update parm_order.
+       (clear_parm_order): Rename mark_forward_parm_decls.  Issue the
+       warning, only once per parameter list, and set TREE_ASM_WRITTEN
+       on the decls here.  Then move the forward decls to the names list.
+       (grokparms): Set last_function_parm_vars.
+       (get_parm_info): Don't use gettags or getdecls.  No need to
+       extract non-parms from the parms list, or reorganize the parms
+       list.  Feed nonparms back in the TREE_TYPE of the list node
+       returned.  Issue only one error per parameter list for "void"
+       appearing more than once in said parameter list.  Collapse
+       parmlist_tags_warning into this function to avoid double scan
+       of tags list.
+       (start_function): Set current_function_parm_vars.
+       (store_parm_decls_newstyle): Bypass pushdecl, manipulate scope
+       directly.  Get non-parms from current_function_parm_vars; no
+       need to extract them from the parms chain.  Properly bind tags
+       in the new scope.
+       (store_parm_decls_oldstyle): No need to extract non-parameters
+       from the parms chain, nor to store them back afterward.  Move
+       declaration to top of function, restructure code reordering
+       DECL_ARGUMENTS.
+       (store_parm_decls): No need to save and restore warn_shadow.
+       * c-parse.in: Don't call parmlist_tags_warning nor
+       clear_parm_order.  Call mark_forward_parm_decls when forward
+       parm decls are encountered.
+       * c-tree.h: Prototype mark_forward_parm_decls; not
+       clear_parm_order or parmlist_tags_warning.
+
+2003-07-29  Geoffrey Keating  <geoffk@apple.com>
+
+       * c-common.c (allow_pch): Remove.
+       * c-common.h (allow_pch): Remove.
+       (c_common_no_more_pch): Declare.
+       * c-lex.c (c_lex): Call c_common_no_more_pch when appropriate.
+       * c-pch.c: Include hosthooks.h.
+       (c_common_valid_pch): Don't check allow_pch.
+       (c_common_read_pch): Clear valid_pch to prevent reading PCH files.
+       (c_common_no_more_pch): New.
+       * ggc-common.c: Include hosthooks.h.
+       (gt_pch_save): Call gt_pch_get_address.
+       (gt_pch_restore): Call gt_pch_use_address.
+       * hooks.c (hook_voidp_size_t_null): New.
+       (hook_bool_voidp_size_t_false): New.
+       * hooks.h (hook_voidp_size_t_null): New.
+       (hook_bool_voidp_size_t_false): New.
+       * hosthooks-def.h (HOST_HOOKS_GT_PCH_GET_ADDRESS): New.
+       (HOST_HOOKS_GT_PCH_USE_ADDRESS): New.
+       (HOST_HOOKS_INITIALIZER): Add HOST_HOOKS_GT_PCH_GET_ADDRESS,
+       HOST_HOOKS_GT_PCH_USE_ADDRESS.
+       * hosthooks.h (struct host_hooks): Add gt_pch_get_address,
+       gt_pch_use_address.
+       * doc/hostconfig.texi (Host Common): Document
+       HOST_HOOKS_GT_PCH_GET_ADDRESS, HOST_HOOKS_GT_PCH_USE_ADDRESS.
+       * Makefile.in (c-pch.o): Depend on hosthooks.h.
+       (ggc-common.o): Likewise.
+
+       * config/rs6000/host-darwin.c (HOST_HOOKS_GT_PCH_GET_ADDRESS): Define.
+       (HOST_HOOKS_GT_PCH_USE_ADDRESS): Define.
+       (pch_address_space): New.
+       (darwin_rs6000_gt_pch_get_address): New.
+       (darwin_rs6000_gt_pch_use_address): New.
+
+2003-07-29  Neil Booth  <neil@daikokuya.co.uk>
+
+       * Makefile.in (LIBCPP_DEPS): Add HASHTAB_H.
+       * cppfiles.c: Completely rewritten.
+       * c-incpath.c (free_path, remove_duplicates, heads, tails, add_path):
+       struct cpp_path is now struct cpp_dir.
+       (remove_duplicates): Don't simplify path names.
+       * c-opts.c (c_common_parse_file): cpp_read_next_file renamed
+       cpp_stack_file.
+       * cpphash.h: Include hashtab.h.
+       (_cpp_file): Declare.
+       (struct cpp_buffer): struct include_file is now struct _cpp_file,
+       and struct cpp_path is now struct cpp_dir.  Rename members.
+       (struct cpp_reader): Similarly.  New members once_only_files,
+       file_hash, file_hash_entries, quote_ignores_source_dir,
+       no_search_path, saw_pragma_once.  Remove all_include_files and
+       max_include_len.  Make some members bool.
+       (_cpp_mark_only_only): Renamed from _cpp_never_reread.
+       (_cpp_stack_file): Renamed from _cpp_read_file.
+       (_cpp_stack_include): Renamed from _cpp_execute_include.
+       (_cpp_init_files): Renamed from _cpp_init_includes.
+       (_cpp_cleanup_files): Renamed from _cpp_cleanup_includes.
+       * cppinit.c (cpp_create_reader): Initialize no_search_path.  Update.
+       (cpp_read_next_file): Rename and move to cppfiles.c.
+       (cpp_read_main_file): Update.
+       * cpplib.c (run_directive): Update for renamed members.
+       (do_include_common, _cpp_pop_buffer): Update.
+       (do_import): Undeprecate #import.
+       (do_pragma_once): Undeprecate.  Use _cpp_mark_file_once_only.
+       * cpplib.h: Remove file_name_map_list.
+       (cpp_options): Remove map_list.
+       (cpp_dir): Rename from cpp_path.  New datatype for name_map.
+       (cpp_set_include_chains, cpp_stack_file, cpp_included): Update.
+
+2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
+
+       * Makefile.in:  Make stamp-objdir safe for parallel builds.
+
+2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
+
+       * Makefile.in (stmp-docobjdir):  New target; ensure $docobjdir exists.
+       (info):  Depend on stmp-docobjdir.
+
+2003-07-29  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+       * configure: Regenerate.
+
+Tue Jul 29 19:24:49 CEST 2003  Jan Hubicka  <jh@suse.cz>
+
+       PR C++/11131
+       * tree-inline.c (expand_call_inline): Always call inlinable_function_p
+       in !unit-at-a-time mode.
+
+2003-07-28  Geoffrey Keating  <geoffk@apple.com>
+
+       * c-decl.c (c_expand_body_1): Use C_DECL_FILE_SCOPE to detect
+       main function.
+
+2003-07-28  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/11667
+       * c-common.c (shorten_compare): Take into account differences
+       between C and C++ representation for enumeration types.
+       * tree.h (set_min_and_max_values_for_integral_type): Declare.
+       * stor-layout.c (set_min_and_max_values_for_integral_type): New
+       function, broken out from ...
+       (fixup_signed_type): ... here and ...
+       (fixup_unsigned_type): ... here.
+
+2003-07-28  Zack Weinberg  <zack@codesourcery.com>
+
+       * c-decl.c: Update commentary, adjust blank lines throughout.
+       (struct c_scope): Fix indentation.  Reorder members so
+       outer-context pointers come first, booleans last.
+       (duplicate_decls, define_label): Use a 'locus' variable for
+       diagnostic locations in a few more places.
+       (warn_if_shadowing): Un-split a conditional that fits on one line.
+       (c_init_decl_processing): No need to clear current_scope and
+       current_function_scope.
+       (start_decl): Merge if/else if statements with same action.
+       (push_parm_decl): Rename old_immediate_size_expand to use
+       save_foo convention; save/restore around entire function.
+       (grokdeclarator): Remove unnecessary braces.
+
+2003-07-28  Hans-Peter Nilsson  <hp@bitrange.com>
+           Michael Culbertson  <Michael.J.Culbertson@wheaton.edu>
+
+       * c-parse.in (lineno_stmt_decl_or_labels_ending_decl): Also warn
+       when warn_declaration_after_statement.  Call pedwarn_c90, not
+       pedwarn.  Correct message: it's "ISO C90", not "ISO C89".
+       * c-common.c (warn_declaration_after_statement): Define.
+       * c-common.h (warn_declaration_after_statement): Declare.
+       * c.opt (Wdeclaration-after-statement): New.
+       * c-errors.c (pedwarn_c90): New function.
+       * c-opts.c (c_common_handle_option) <case
+       OPT_Wdeclaration_after_statement>: New.
+       * c-tree.h (pedwarn_c90): Declare.
+       * doc/invoke.texi (Option Summary): Document
+       -Wdeclaration-after-statement.
+       (Warning Options): Ditto.
+
+Mon Jul 28 20:13:06 CEST 2003  Jan Hubicka  <jh@suse.cz>
+
+       * i386.md (memory attribute) Avoid accessing uninitialized memory
+       for ishift1 type instructions.
+
+2003-07-28  Jakub Jelinek  <jakub@redhat.com>
+
+       * configure.in (--enable-checking): Add fold category.
+       (ENABLE_FOLD_CHECKING): Define if requested.
+       * configure: Rebuilt.
+       * config.in: Rebuilt.
+       * doc/install.texi: Document it.
+       * fold-const.c: Include md5.h.
+       [ENABLE_FOLD_CHECKING] (fold): Define to fold_1.
+       [ENABLE_FOLD_CHECKING] (fold, fold_checksum_tree, fold_check_failed,
+       print_fold_checksum): New functions.
+
+       * fold-const.c (fold): Never modify argument passed to fold, instead
+       change a copy and return it.
+       * convert.c (convert_to_integer): Likewise.
+
+2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
+
+       * fixinc/fixinc.svr4: Remove dead code.  Remove now-unnecessary
+       cleanup of junk after #else and #endif directives.  Collapse repeated
+       clauses into for statment.
+
+       * fixinc/fixincl.sh: GNU C -> GCC.  Add usage comment.
+
+2003-07-27  Zack Weinberg  <zack@codesourcery.com>
+
+       * c-decl.c (struct c_scope): Remove keep_if_subblocks field.
+       (keep_next_if_subblocks): Rename next_is_function_body.
+       (pushlevel): Adjust commentary.  Always set ->keep on the
+       outermost level of a function.  Don't set ->keep_if_subblocks.
+       (poplevel): Adjust commentary.  Don't look at ->keep_if_subblocks.
+       (store_parm_decls): Adjust to match.
+       (finish_function): Adjust to match.
+       Call poplevel with all three arguments zero.
+
+       * c-decl.c (store_parm_decls_newstyle, store_parm_decls_oldstyle):
+       New functions split out of store_parm_decls.
+       Avoid unnecessary work. Use local variables consistently.
+       (store_parm_decls): Likewise.
+
+       (finish_function): No need to set functionbody flag on call to
+       poplevel.
+       (struct language_function): Remove scope field.
+       (c_push_function_context, c_pop_function_context): No need to
+       save and restore current_scope.
+
+2003-07-27  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * doc/extend.texi (Deprecated Features): Implicit typename is
+       gone. Default args on types is going.
+
+2003-07-26  J"orn Rennecke <joern.rennecke@superh.com>
+
+       * Makefile.in (ifcvt.o): Depend on target.h
+       * ifcvt.c (target.h): Include.
+       (if_convert): Don't call mark_loop_exit_edges if we can't
+       modify jumps.
+
+2003-07-26  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
+
+       * doc/install.texi (Testing): Adjust required versions of DejaGnu.
+
+2003-07-26  Richard Henderson  <rth@redhat.com>
+
+       PR inline-asm/11676
+       * cse.c (count_reg_usage): Handle asm_operands properly.
+
+2003-07-26  Roger Sayle  <roger@eyesopen.com>
+
+       * builtins.def (DEF_FALLBACK_BUILTIN): Delete.
+       (DEF_EXT_FALLBACK_BUILTIN): Delete.
+       (BUILT_IN_BZERO, BUILT_IN_BCOPY, BUILT_IN_BCMP): Declare using
+       the regular DEF_EXT_LIB_BUILTIN macro.
+       (BUILT_IN_FPUTC, BUILT_IN_FPUTS, BUILT_IN_FWRITE): Declare using
+       the regular DEF_LIB_BUILTIN macro.
+       (BUILT_IN_PUTCHAR_UNLOCKED, BUILT_IN_PUTS_UNLOCKED,
+       BUILT_IN_FPUTC_UNLOCKED, BUILT_IN_FPUTS_UNLOCKED,
+       BUILT_IN_FWRITE_UNLOCKED): Declare using the regular
+       DEF_EXT_LIB_BUILTIN macro.
+
+       * c-decl.c (duplicate_decls): Remove code to handle builtin
+       functions prototyped without an argument list.
+
+2003-07-26  Danny Smith  <dannysmith@users.sourceforge.net>
+
+       * config/i386/winnt.c: Revert 2003-07-08 change.
+       (i386_pe_section_type_flags): Remove error_with_decl here too.
+
+2003-07-26  Gabriel Dos Reis  <gdr@integrable-solutions.net>
+
+       * config/arm/pe.c (arm_mark_dllimport): Don't use xxx_with_decl.
+       * config/mcore/mcore.c (mcore_mark_dllimport): Likewise.
+       * config/v850/v850.c (v850_handle_data_area_attribute): Likewise.
+       (v850_handle_data_area_attribute): Likewise.
+
+2003-07-26  Geoffrey Keating  <geoffk@apple.com>
+
+       * varasm.c (output_constant_def_contents): Use
+       ASM_DECLARE_CONSTANT_NAME if defined.
+       * doc/tm.texi (Label Output): Document ASM_DECLARE_CONSTANT_NAME.
+       * config/darwin.h (ASM_DECLARE_OBJECT_NAME): Ensure zero-sized
+       objects get at least one byte to prevent assembler problems.
+       (ASM_DECLARE_CONSTANT_NAME): New.
+
+       * Makefile.in (libbackend.o): Remove options_.h.
+       (mostlyclean): Likewise.
+
+       * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Don't
+       insert a label at the end of an function under Mach-O.
+
+       * c-decl.c (c_static_assembler_name): Remove TREE_STATIC test.
+
+2003-07-25  Aldy Hernandez  <aldyh@redhat.com>
+
+       * config/rs6000/rs6000.c (is_ev64_opaque_type): Only check pointer
+       equality.
+       (spe_init_builtins): Declare __ev64_opaque__ as a builtin type.
+
+       * config/rs6000/spe.h: Remove __ev64_opaque__ definition.
+
+2003-07-25  Gabriel Dos Reis  <gdr@integrable-solutions.net>
+
+       * doc/passes.texi (Passes): Mention pretty-printing and
+       diagnostic files.
+
+2003-07-25  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * doc/extend.texi (Function Attributes): GNU C++ does now allow
+       unused parameter decls.
+       (Attribute Syntax): GNU C++ does not allow label attributes to be
+       after the ':'.
+
+2003-07-25  Gabriel Dos Reis  <gdr@integrable-solutions.net>
+
+       * objc/objc-act.c (objc_check_decl): Don't use xxx_with_decl.
+       (objc_declare_class): Likewise.
+       (error_with_ivar): Likewise.
+       (start_class): Likewise.
+       (warn_with_method): Likewise.
+
+2003-07-25  Gabriel Dos Reis  <gdr@integrable-solutions.net>
+
+       Remove pedwarn_with_decl, warning_with_decl and error_with_decl
+       from GCC.
+       * calls.c (try_to_integrate): Don't use xxx_with_decl.
+       (expand_call): Likewise.
+       * dwarfout.c (output_reg_number): Likewise.
+       * expr.c (expand_expr): Likewise.
+       * function.c (assign_temp): Likewise.
+       (uninitialized_vars_warning): Likewise.
+       (setjmp_args_warning): Likewise.
+       (expand_function_end): Likewise.
+       * stmt.c (fixup_gotos): Likewise.
+       (warn_about_unused_variables): Likewise.
+       (expand_end_bindings): Likewise.
+       * stor-layout.c (layout_decl): Likewise.
+       (place_field): Likewise.
+       * toplev.c (check_global_declarations): Likewise.
+       (rest_of_handle_inlining): Likewise.
+       (default_tree_printer): New function.
+       (general_init): Initialize diagnostic machinery before routing
+       signals to the ICE machinery.  Set default tree printer.
+       * toplev.h (pedwarn_with_decl): Remove declaration.
+       (warning_with_decl): Likewise.
+       (error_with_decl): Likewise.
+       (pedwarn): Remove attribute for the time being.
+       * tree-inline.c (expand_call_inline): Don't use xxx_with_decl.
+       * varasm.c (named_section): Likewise.
+       (make_decl_rtl): Likewise.
+       (assemble_variable): Likewise.
+       (merge_weak): Likewise.
+       (declare_weak): Likewise.
+
+       * diagnostic.h: Move non-diagnostic stuff into pretty-print.h.
+       * diagnostic.c: Move non-diagnostic stuff into pretty-print.c.
+       (format_with_decl): Remove.
+       (diagnostic_for_decl): Likewise.
+       (pedwarn_with_decl): Likewise.
+       (warning_with_decl): Likewise.
+       (error_with_decl): Likewise.
+       (diagnostic_initialize): Adjust.
+       (diagnostic_count_diagnostic): Likewise.
+       (announce_function): Likewise.
+       (lhd_print_error_function): Likewise.
+       (diagnostic_report_current_module): Likewise.
+       (default_diagnostic_starter): Likewise.
+       (diagnostic_report_diagnostic): Likewise.
+       (default_diagnostic_finalizer): Likewise.
+       (verbatim): Likewise.
+       (error): Likewise.
+       (warning): Likewise.
+       * opts.c (common_handle_option): Likewise.
+       * pretty-print.c: New file.
+       * c-pretty-print.h (pp_base): Override.
+       * c-pretty-print.c: Adjust use of macros throughout.
+       (pp_buffer): New macro.
+       (pp_newline): Likewise.
+       * c-objc-common.c (c_tree_printer): Adjust prototype. Tidy.
+       * Makefile.in (DIAGNOSTIC_H): New variable.
+       (c-errors.o): Use it.
+       (c-objc-common.o): Likewise.
+       (c-common.o): Likewise.
+       (c-opts.o): Likewise.
+       (c-format.o): Likewise.
+       (diagnostic.o): Likewise.
+       (opts.o): Likewise.
+       (toplev.o): Likewise.
+       (rtl-error.o): Likewise.
+       (dwarf2out.o): Likewise.
+       (jump.o): Likewise.
+       (pretty-print.o): New rule.
+
+2003-07-24  Roger Sayle  <roger@eyesopen.com>
+
+       * builtins.def (BUILT_IN_PRINTF, BUILT_IN_FPRINTF): Changed from
+       front-end builtins to normal builtins, using DEF_LIB_BUILTIN.
+       (BUILT_IN_PRINTF_UNLOCKED, BUILT_IN_FPRINTF_UNLOCKED): Changed
+       from front-end to normal builtins, using DEF_EXT_LIB_BUILTIN.
+       (DEF_FRONT_END_LIB_BUILTIN): Delete.
+       (DEF_EXT_FRONT_END_LIB_BUILTIN): Delete.
+       (BUILT_IN_FWRITE_UNLOCKED): Wrap long line.
+
+       * builtins.c (build_string_literal): New function to construct
+       a char* pointer to a string literal.
+       (expand_builtin_fputs): Change 2nd argument from "int ignore" to
+       "rtx target" to be consistent with other expand_builtin_* functions.
+       Change 3rd argument from "int unlocked" to "bool unlocked".
+       (expand_builtin_printf): Rewrite of c_expand_builtin_printf from
+       c-common.c to avoid front-end dependencies.  Optimize printf("")
+       as a no-op when the result isn't required.  Handle embedded NULs
+       in format string.
+       (expand_builtin_fprintf): A rewrite of c_expand_builtin_fprintf
+       from c-common.c to avoid front-end dependencies.  Likewise, optimize
+       fprintf(fp,"") as a no-op when the result isn't required, evaluating
+       fp for side-effects.  Handle embedded NULs in format string.
+       (expand_builtin_sprintf): Fix typo.
+       (expand_builtin): Don't expand BUILT_IN_FPRINT{,_UNLOCKED} when not
+       optimizing.  Adjust calls of expand_builtin_fputs to match the API
+       change. Expand BUILT_IN_PRINTF and BUILT_IN_PRINTF_UNLOCKED using
+       expand_builtin_printf.  Likewise, expand BUILT_IN_FPRINTF_UNLOCKED
+       and BUILT_IN_FPRINTF using expand_builtin_fprintf.
+
+       * c-common.c (is_valid_printf_arglist): Delete.
+       (c_expand_builtin): Delete.
+       (c_expand_builtin_printf): Moved to builtins.c. Delete.
+       (c_expand_builtin_fprintf): Moved to builtins.c.  Delete.
+       (c_expand_expr): No longer treat CALL_EXPRs specially.
+       (CALLED_AS_BUILT_IN): Delete.
+
+2003-07-24  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
+
+       PR optimization/11631
+       * gcse.c (store_motion): Connect infinite loops to exit.
+
+2003-07-24  Jason Merrill  <jason@redhat.com>
+
+       * tree.h (boolean_type_node): Move from C/C++/Java frontends.
+       (boolean_true_node, boolean_false_node): Likewise.
+       (enum tree_index): Add TI_BOOLEAN_{TYPE,FALSE,TRUE}.
+       * tree.c (build_common_tree_nodes): Init boolean_type_node.
+       (build_common_tree_nodes_2): Init boolean_{true,false}_node.
+       * stor-layout.c (set_sizetype): Handle an early BOOLEAN_TYPE.
+       * c-common.h (truthvalue_type_node): Renamed from boolean_type_node.
+       (truthvalue_true_node): Renamed from boolean_true_node.
+       (truthvalue_false_node): Renamed from boolean_false_node.
+       * c-decl.c: Just set truthvalue_* to integer_*.
+       * c-*.[ch]: s/boolean/truthvalue/.  s/c_bool/boolean/.
+
+2003-07-24  Roger Sayle  <roger@eyesopen.com>
+
+       * c-decl.c (match_builtin_function_types): New subroutine of
+       duplicate_decls to test whether a redeclaration of a builtin
+       function is suitably close, i.e. the return type and all of
+       the argument types have the same modes as the builtin expects.
+       (duplicate_decls): Fuzzy type matching for builtin functions
+       moved to match_builtin_function_types.
+
+2003-07-24  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
+
+       * cfgloopmanip.c (duplicate_loop_to_header_edge): Update irreducible
+       flag correctly.
+
+2003-07-24  Zack Weinberg  <zack@codesourcery.com>
+
+       * c-decl.c: Search-and-replace change 'binding level' to
+       'scope' in commentary.
+       (struct binding_level): Now struct c_scope.
+       (current_binding_level): Now current_scope.
+       (free_binding_level): Now scope_freelist.
+       (current_function_level): Now current_function_scope.
+       (global_binding_level): Now global_scope.
+       (make_binding_level): Now make_scope.
+       (pop_binding_level): Now pop_scope.
+
+2003-07-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+       * configure.in (libgcc_visibility): Add missing whitespace.
+
+2003-07-24  Richard Henderson  <rth@redhat.com>
+
+       * libgcc-std.ver (GCC_3.3.1): Export __gcc_personality_sj0,
+       __gcc_personality_v0.
+
+2003-07-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+       * Makefile.in: Replace pwd by ${PWD_COMMAND}.
+
+2003-07-24  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * doc/invoke.texi (-fprofile-arcs, -ftest-coverage): Update
+       documentation missed from my 2003-07-09 patch.
+
+2003-07-24  Nathanael Nerode  <neroden@gcc.gnu.org>
+
+       * aclocal.m4 (_gcc_COMPUTE_GAS_VERSION): Set patch level to 0 if
+       it's not provided.
+       * configure: Rebuild.
+
+2003-07-24  Steven Bosscher  <steven@gcc.gnu.org>
+
+       PR c/10602
+       * c-typeck.c (type_lists_compatible_p): Do not compare
+       arguments if one of them is an error_mark_node
+
+2003-07-24  Alan Modra  <amodra@bigpond.net.au>
+
+       * config/rs6000/rs6000.c (rs6000_emit_prologue): Save fp regs inline
+       if current_function_calls_eh_return.
+
+2003-07-23  Mark Mitchell  <mark@codesourcery.com>
+
+       * doc/c-tree.texi (OFFSET_TYPE): Update description.
+
+2003-07-23  Bob Wilson  <bob.wilson@acm.org>
+
+       * config/xtensa/crti.asm (_init, _fini): Increase frame size to 64.
+       * config/xtensa/lib1funcs.asm (__mulsi3, __udivsi3, __divsi3,
+       __umodsi3, __modsi3): Increase frame size to 32.
+
+2003-07-23  Geoffrey Keating  <geoffk@apple.com>
+
+       * config/rs6000/host-darwin.c: ANSIfy, update comment for sigaltstack
+       prototype.
+
+2003-07-23  Mark Mitchell  <mark@codesourcery.com>
+
+       * doc/c-tree.texi (Types): Update documentation for OFFSET_TYPE.
+
+       PR optimization/10679
+       * tree-inline.c (inlinable_function_p): Honor MIN_INLINE_INSNS.
+
+2003-07-23  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       PR target/11607 and PR target/11516
+       * pa.md (extzv, extv, insv): Revert latter half of last patch.
+
+2003-07-22  Mark Mitchell  <mark@codesourcery.com>
+
+       * fold-const.c (force_fit_type): Handle OFFSET_TYPE.
+       * varasam.c (output_constant): Likewise.
+
+2003-07-22  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * alias.c: Fix comment formatting.
+       * c-common.c: Likewise.
+       * c-decl.c: Likewise.
+       * c-opts.c: Likewise.
+       * combine.c: Likewise.
+       * cpplib.c: Likewise.
+       * diagnostic.c: Likewise.
+       * dojump.c: Likewise.
+       * final.c: Likewise.
+       * fold-const.c: Likewise.
+       * gcc.c: Likewise.
+       * gcse.c: Likewise.
+       * ggc-page.c: Likewise.
+       * jump.c: Likewise.
+       * loop.c: Likewise.
+       * mips-tfile.c: Likewise.
+       * recog.c: Likewise.
+       * regclass.c: Likewise.
+       * regmove.c: Likewise.
+       * tree.c: Likewise.
+       * tree.h: Likewise.
+
+2003-07-22  Per Bothner  <pbothner@apple.com>
+
+       * line-map.c (add_line_map):  Handle invalid LEAVE request.
+       Fixes PR preprocessor/11361.
+
+2003-07-22  Per Bothner  <pbothner@apple.com>
+
+       * diagnostic.c.(diagnostic_report_current_module):  Update to match
+       2003-06-05 changes to push_srcloc and pop_srcloc.
+
+2003-07-22  Wolfgang Bangerth  <bangerth@dealii.org>
+
+       * doc/trouble.texi: Better document two-stage name lookup.
+
+2003-07-22  Eric Christopher <echristo@redhat.com>
+
+       * config/s390.c (s390_valid_pointer_mode): New.
+       (TARGET_VALID_POINTER_MODE): Use.
+       (s390_emit_prologue): Add tpf profiling hooks.
+       (s390_emit_epilogue): Ditto.
+       * config/s390.h (MASK_TPF): New.
+       (TARGET_TPF): Use.
+       (POINTERS_EXTEND_UNSIGNED): Define.
+       * config/s390.md (ptr_extend): New pattern.
+
+2003-07-22  Zack Weinberg  <zack@codesourcery.com>
+
+       * hashtable.c (approx_sqrt): Make static.
+       * hashtable.h: Don't prototype approx_sqrt.
+       * line-map.c (init_line_maps): Rename linemap_init.
+       (free_line_maps): Rename linemap_free.
+       (add_line_map): Rename linemap_add.
+       (lookup_line): Rename linemap_lookup.
+       (print_containing_files): Rename linemap_print_containing_files.
+       * linemap.h: Update to match.
+
+       * cpperror.c, cppinit.c, cpplib.c, cppmacro.c: Update calls to
+       linemap routines to use new names.
+
+2003-07-16  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * c-common.c (handle_packed_attribute): Don't pack a struct via a
+       typedef. Propagate packedness from a main variant.
+
+2003-07-22  Nathanael Nerode  <neroden@gcc.gnu.org>
+
+       * Makefile.in (install-common): Add dependency on installdirs.
+
+2003-07-21  Alexandre Oliva  <aoliva@redhat.com>
+
+       * c-common.c (c_common_type_for_mode): Return integer types for
+       pointer modes.
+
+2003-07-22  Geoffrey Keating  <geoffk@apple.com>
+
+       * c-decl.c (start_decl): Don't call maybe_apply_pragma_weak here.
+       (finish_decl): Call maybe_apply_pragma_weak here.
+       (grokdeclarator): Check that DECL_ASSEMBLER_NAME isn't set before
+       TREE_PUBLIC and TREE_STATIC are decided.
+       (start_function): Move call to maybe_apply_pragma_weak.  Check that
+       DECL_ASSEMBLER_NAME isn't set too early.
+
+       * cpplex.c (_cpp_process_line_notes): Mention option name in
+       trigraphs warning.
+
+2003-07-22  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * combine.c (if_then_else_cond): Simplify the comparison of
+       rtx against -1, 0, and 1.
+       * loop.c (check_dbra_loop): Likewise.
+       * optabs.c (emit_conditional_move): Likewise.
+       (emit_conditional_add): Likewise.
+       * config/i386/i386.md (*movsi_or): Likewise.
+       (*movdi_or_rex6): Likewise.
+
+Tue Jul 22 00:42:12 CEST 2003  Jan Hubicka  <jh@suse.cz>
+
+       * cgraphunit.c (cgraph_finalize_compilation_unit): Remove redundant if.
+
+2003-07-21  Neil Booth  <neil@daikokuya.co.uk>
+
+       * cppfiles.c (open_file_pch): Don't put unused entries in the
+       splay tree.  Remove dead code.
+
+2003-07-21  Geoffrey Keating  <geoffk@apple.com>
+
+       * c-common.h (num_in_fnames): Declare.
+       (c_static_assembler_name): Move from here...
+       * c-tree.h (c_static_assembler_name): ... to here.
+       * c-opts.c: Don't include langhooks-def.h.
+       (c_static_assembler_name): Move to c-decl.c.
+       (num_in_fnames): Make externally visible.
+       * c-decl.c: Include langhooks-def.h.
+       (c_static_assembler_name): Move from c-opts.c.
+       * Makefile.in (c-decl.o): Add $(LANGHOOKS_DEF_H).
+       (c-opts.o): Remove $(LANGHOOKS_DEF_H).
+
+       * c-pragma.c (maybe_apply_pragma_weak): Don't get DECL_ASSEMBLER_NAME
+       when it's not needed.
+
+2003-07-21  Jakub Jelinek  <jakub@redhat.com>
+
+       * config/rs6000/rs6000.h (machine_function): Add ra_need_lr.
+       * config/rs6000/rs6000.c (rs6000_return_addr): Set it.
+       (rs6000_emit_prologue): Save FPRs inline if set.
+
+2003-07-21  H.J. Lu <hongjiu.lu@intel.com>
+
+       * config/ia64/ia64.md (prefetch): Support predicate.
+
+2003-07-21  Josef Zlomek  <zlomekj@suse.cz>
+
+       * cfgcleanup.c (merge_blocks_move_successor_nojumps): Use tablejump_p.
+       * rtlanal.c (tablejump_p): Use next_active_insn for finding the jump
+       table.
+
+2003-07-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+       PR optimization/11536
+       * unroll.c (loop_iterations): Do not replace a register holding
+       the final value by its equivalent before the loop if it is not
+       invariant.
+
+2003-07-21  Dave Fluri  <dave.fluri@onlink.net>
+
+       * doc/extend.texi: Fixes to spelling, grammar, and diction.
+
+2003-07-21  Ben Elliston  <bje@wasabisystems.com>
+
+       * doc/invoke.texi (Optimize Options): Replace "it's" with "its".
+       (V850 Options): Spelling fixes.
+
+2003-07-20  Lisa M. Goldstein  <opus@gnu.org>
+
+       * doc/invoke.texi: Fixes to style, grammar and diction.
+
+2003-07-20  Roger Sayle  <roger@eyesopen.com>
+
+       * builtins.def (BUILT_IN_ALLOCA): Remove "#if SMALL_STACK" form.
+       * system.h (SMALL_STACK): Poison obsolete target macro.
+       * doc/tm.texi (SMALL_STACK): Remove target macro documentation.
+
+2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
+
+       * configure.in:  Cache the results of testing for cmp's capabilities.
+       * configure:  Regenerate.
+
+2003-07-20  Mark Mitchell  <mark@codesourcery.com>
+
+       PR debug/11279
+       * dwarf2out.c (gen_enumeration_type_die): Remember that
+       enumerators can be unsigned.
+
+2003-07-19  Zack Weinberg  <zack@codesourcery.com>
+
+       * c-decl.c (named_labels, shadowed_labels, label_level_chain)
+       (push_label_level, pop_label_level): Kill.
+       (struct binding_level): Rename level_chain to outer.
+       Add outer_function field.  Change parm_flag, function_body,
+       keep, keep_if_subblocks to 1-bit bitfields of type bool.
+       (current_function_level): New variable.
+       (keep_next_level_flag, keep_next_if_subblocks): Change type to bool.
+       (keep_next_level, declare_parm_level, warn_if_shadowing):
+       Update to match.
+       (struct language_function): Kill named_labels, shadowed_labels fields.
+       (c_init_decl_processing, start_function, c_push__function_context)
+       (c_pop_function_context): No need to muck with named_labels nor
+       shadowed_labels.
+
+       (make_binding_level): No need to clear the structure here.
+       (pop_binding_level): Always operate on current_binding_level.
+       Update current_function_level if necessary.
+       (pushlevel): Don't clear named_labels.  Update current_function_level
+       if necessary.  Use "true" and "false" where appropriate.
+       (poplevel): Diagnose labels defined but not used, or vice
+       versa, and clear out label-meanings leaving scope, while
+       walking down the decls list, for all binding levels.
+       Handle LABEL_DECLs appearing in the shadowed list.
+       pop_binding_level takes no arguments.
+       (pushdecl_function_level): Use current_function_level.
+
+       (make_label, bind_label): New static functions.
+       (declare_label): New exported function.
+       (lookup_label, define_label): Rewritten for new data structure.
+       (shadow_label): Kill.
+
+       * c-tree.h: Prototype declare_label; don't prototype
+       push_label_level, pop_label_level, nor shadow_label.
+       * c-parse.in: Remove all calls to push_label_level and
+       pop_label_level.  Use declare_label for __label__ decls.
+
+       * doc/extend.texi: Clarify that __label__ can be used to
+       declare labels with local scope in any nested block, not
+       just statement expressions.  Cross-reference nested functions
+       section from local labels section.
+
+2003-07-19  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
+
+       * sched-rgn.c (find_rgns): Initialize current_edge correctly.
+
+2003-07-19  Phil Edwards  <pme@gcc.gnu.org>
+
+       * doc/makefile.texi (restrap, profiledbootstrap):  Document targets.
+
+2003-07-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * fixinc/fixfixes.c fixinc/fixincl.c fixinc/fixlib.c
+       fixinc/server.c objc/objc-act.c: Remove unnecessary casts.
+
+2003-07-19  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * config/s390/s390.c (legitimize_pic_address): Access local symbols
+       relative to the GOT instead of relative to the literal pool base.
+       (s390_output_symbolic_const): Handle new GOT-relative accesses.
+       * config/s390/s390.md ("call"): Access local functions and PLT stubs
+       relative to the GOT instead of relative to the literal pool base.
+       ("call_value"): Likewise.
+       ("call_value_tls"): Likewise.
+
+       * config/s390/s390.c (s390_chunkify_start): Remove pool anchor
+       reloading.  Support LTREL_BASE / LTREL_OFFSET construct.
+       (s390_chunkify_finish): Likewise.
+       (s390_chunkify_cancel): Likewise.
+       (s390_reorg): Adapt caller.
+       (find_base_register_in_addr,
+       find_base_register_ref, replace_base_register_ref): Delete.
+       (find_ltrel_base, replace_ltrel_base): New functions.
+       (find_constant_pool_ref): Handle LTREL_BASE unspecs.
+       (s390_decompose_address): Handle LTREL_BASE unspecs.  Optimize
+       base vs. index register usage.
+       (struct constant_pool): Remove 'anchor'.
+       (s390_add_anchor): Delete.
+       (s390_dump_pool): Remove anchor handling.
+       * config/s390/s390.md ("reload_anchor"): Remove.
+
+       * config/s390/s390.c (s390_split_branches): Use LTREL_BASE/OFFSET.
+       (s390_load_got): New function.  Use LTREL_BASE/OFFSET.
+       (s390_emit_prologue): Use it.
+       * config/s390/s390.md ("builtin_longjmp", "builtin_setjmp_setup",
+       "builtin_setjmp_receiver"): Cleanup.  Use s390_load_got.  Do not
+       hard-code register 14.
+       * config/s390/s390-protos.h (s390_load_got): Declare.
+
+       * config/s390/s390.c (NR_C_MODES, constant_modes, gen_consttable):
+       Support TImode constants.
+       * config/s390/s390.md ("consttable_ti"): New.
+       ("consttable_si", "consttable_di"): Handle TLS symbols correctly.
+
+       * config/s390/s390.md (UNSPEC_LTREL_OFFSET, UNSPEC_LTREL_BASE,
+       UNSPEC_GOTENT, UNSPEC_GOT, UNSPEC_GOTOFF, UNSPEC_PLT, UNSPEC_PLTOFF,
+       UNSPEC_RELOAD_BASE, UNSPECV_POOL, UNSPECV_POOL_START, UNSPECV_POOL_END,
+       UNSPECV_POOL_QI, UNSPECV_POOL_HI, UNSPECV_POOL_SI, UNSPECV_POOL_DI,
+       UNSPECV_POOL_TI, UNSPECV_POOL_SF, UNSPECV_POOL_DF, UNSPECV_MAIN_POOL):
+       New symbolic constants.
+       ("consttable_qi", "consttable_hi", "consttable_si", "consttable_di",
+       "consttable_sf", "consttable_df", "pool_start_31", "pool_end_31",
+       "pool_start_64", "pool_end_64", "reload_base_31", "reload_base_64",
+       "pool", "literal_pool_31", "literal_pool_64"): Cleanup.  Use
+       symbolic UNSPEC values.
+       * config/s390/s390.c (larl_operand, s390_short_displacement,
+       bras_sym_operand, s390_cannot_force_const_mem,
+       s390_delegitimize_address, s390_decompose_address,
+       legitimize_pic_address, s390_output_symbolic_const,
+       s390_function_profiler): Use symbolic UNSPEC values.
+
+2003-07-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c builtins.c
+       c-common.c c-decl.c c-incpath.c c-lex.c c-opts.c c-parse.in
+       c-pragma.c c-typeck.c calls.c cfg.c cfganal.c cfgloop.c cfgrtl.c
+       collect2.c combine.c conflict.c coverage.c cppexp.c cppfiles.c
+       cpphash.c cppinit.c cpplex.c cpplib.c cppmacro.c cppspec.c
+       cpptrad.c cse.c cselib.c dbxout.c defaults.h df.c dominance.c
+       dwarf2out.c dwarfout.c emit-rtl.c except.c expmed.c expr.c final.c
+       fix-header.c flow.c fold-const.c function.c gcc.c gccspec.c gcov.c
+       gcse.c genattr.c genattrtab.c genautomata.c genconditions.c
+       genemit.c genextract.c genoutput.c genrecog.c gensupport.c
+       ggc-page.c ggc-simple.c global.c graph.c haifa-sched.c hashtable.c
+       integrate.c jump.c langhooks.c lcm.c line-map.c local-alloc.c
+       loop.c mips-tdump.c mips-tfile.c mkdeps.c optabs.c params.c
+       postreload.c prefix.c print-tree.c protoize.c ra-build.c
+       ra-colorize.c ra-rewrite.c ra.c recog.c reg-stack.c regclass.c
+       regmove.c regrename.c reload.c reload1.c reorg.c resource.c
+       sbitmap.c sched-deps.c sched-rgn.c sched-vis.c sdbout.c
+       simplify-rtx.c ssa-ccp.c ssa.c stmt.c stor-layout.c timevar.c
+       tlink.c toplev.c tree-dump.c tree.c unroll.c unwind-dw2-fde.c
+       varasm.c varray.c vmsdbgout.c xcoffout.c: Remove unnecessary
+       casts.
+
+2003-07-19  Gabriel Dos Reis  <gdr@integrable-solutions.net>
+
+       * c-pragma.c (apply_pragma_weak): Don't use warning_with_decl.
+       * toplev.h (warning): Remove attribute.
+
+2003-07-19  Gabriel Dos Reis  <gdr@integrable-solutions.net>
+
+       * c-decl.c (c_finish_incomplete_decl): Don't use xxx_with_decl.
+       (pop_label_level): Likewise.
+       (duplicate_decls): Likewise.
+       (implicitly_declare): Likewise.
+       (shadow_label): Likewise.
+       (start_decl): Likewise.
+       (finish_decl): Likewise.
+       (grokdeclarator): Likewise.
+       (get_parm_info): Likewise.
+       (detect_field_duplicates): Likewise.
+       (finish_struct): Likewise.
+       (start_function): Likewise.
+       (store_parm_decls): Likewise.
+       (finish_function): Likewise.
+       (c_expand_body_1): Likewise.
+       (check_for_loop_decls): Likewise.
+       (merge_translation_unit_decls): Likewise.
+
+2003-07-19  Neil Booth  <neil@daikokuya.co.uk>
+
+       * common.opt:  Document --param.
+       * opts.c (columns, undocumented_msg): New.
+       (print_help): Get number of columns from environment.  Print
+       --param help.  Tweak newline handling.
+       (print_param_help): New.
+       (print_filtered_help): Better handling of duplicates.  Complain
+       about undocumented switches.
+       (print_switch): New.
+       (wrap_help): Improve wrapping, use COLUMNS.
+       * opts.sh: Ignore comments in records.
+       * params.def: Fix typos and remove trailing periods.
+       * toplev.c (display_help): Don't dump --param help.
+       * doc/sourcebuild.texi: Update.
+
 2003-07-18  Richard Henderson  <rth@redhat.com>
 
+       PR target/11556
        * optabs.c (prepare_operand): Fail gracefully instead of abort
        if the predicate doesn't satisfy.
        (gen_cond_trap): Allow prepare_operand to fail.
 
 2003-07-18  Kazu Hirata  <kazu@cs.umass.edu>
 
-       * combine.c (simplify_comparison): Don't share rtx when converting 
+       * combine.c (simplify_comparison): Don't share rtx when converting
        (ne (and (not X) 1) 0) to (eq (and X 1) 0).
 
 2003-07-18  David Edelsohn  <edelsohn@gnu.org>
This page took 0.059062 seconds and 5 git commands to generate.