1. 18 May, 2003 5 commits
  2. 17 May, 2003 16 commits
    • builtins.c (validate_arglist): Eliminate libiberty VA_ macros, always use stdarg. · e34d07f2
      gcc:
      	* builtins.c (validate_arglist): Eliminate libiberty VA_ macros,
      	always use stdarg.
      	* c-errors.c (pedwarn_c99): Likewise.
      	* c-format.c (status_warning): Likewise.
      	* c-semantics.c (build_stmt): Likewise.
      	* calls.c (emit_library_call, emit_library_call_value): Likewise.
      	* collect2.c (notice, fatal_perror, fatal, error): Likewise.
      	* cpperror.c (cpp_error, cpp_error_with_line): Likewise.
      	* diagnostic.c (build_message_string, output_printf,
      	output_verbatim, verbatim, inform, warning, pedwarn, error, sorry,
      	fatal_error, internal_error, warning_with_decl, pedwarn_with_decl,
      	error_with_decl, fnotice): Likewise.
      	* dwarf2asm.c (dw2_asm_output_data, dw2_asm_output_delta,
      	dw2_asm_output_offset, dw2_asm_output_pcrel, dw2_asm_output_addr,
      	dw2_asm_output_addr_rtx, dw2_asm_output_nstring,
      	dw2_asm_output_data_uleb128, dw2_asm_output_data_sleb128,
      	dw2_asm_output_delta_uleb128, dw2_asm_output_delta_sleb128,
      	dw2_asm_output_encoded_addr_rtx): Likewise.
      	* emit-rtl.c (gen_rtx, gen_rtvec): Likewise.
      	* errors.c (warning, error, fatal, internal_error): Likewise.
      	* final.c (output_operand_lossage, asm_fprintf): Likewise.
      	* fix-header.c (fatal): Likewise.
      	* gcc.c (fatal, error, notice): Likewise.
      	* gcov.c (fnotice): Likewise.
      	* genattrtab.c (attr_rtx, attr_printf): Likewise.
      	* gengtype.c (error_at_line, xasprintf, oprintf): Likewise.
      	* gensupport.c (message_with_line): Likewise.
      	* mips-tfile.c (fatal, error): Likewise.
      	* protoize.c (notice): Likewise.
      	* ra-debug.c (ra_debug_msg): Likewise.
      	* read-rtl.c (fatal_with_file_and_line): Likewise.
      	* rtl-error.c (error_for_asm, warning_for_asm): Likewise.
      	* tree.c (build, build_nt, build_function_type_list): Likewise.
      
      cp:
      	* error.c (cp_error_at, cp_warning_at, cp_pedwarn_at): Eliminate
      	libiberty VA_ macros, always use stdarg.
      	* rtti.c (create_pseudo_type_info): Likewise.
      	* tree.c (build_min_nt, build_min): Likewise.
      
      From-SVN: r66919
      Kaveh R. Ghazi committed
    • gcc-dg.exp (gcc-dg-debug-runtest): New method. · 7cbba309
      	* lib/gcc-dg.exp (gcc-dg-debug-runtest): New method.
      	* g++.dg/debug/debug.exp: Use gcc-dg-debug-runtest.
      	* gcc.dg/debug/debug.exp: Likewise.
      
      From-SVN: r66918
      Mark Mitchell committed
    • defaults.h (TARGET_CPU_CPP_BUILTINS, [...]): Remove. · c08f71aa
      	* defaults.h (TARGET_CPU_CPP_BUILTINS, CPP_PREDEFINES): Remove.
      	* gcc.c (cpp_predefines): Remove.
      	(cpp_unique_options, do_spec_1): Remove handling of CPP_PREDEFINES.
      	(static_specs): Remove predefines.
      	* system.h: Poison CPP_PREDEFINES.
      	* config/freebsd.h, config/openbsd.h, config/ptx4.h, config/svr3.h,
      	config/svr4.h, doc/tm.texi: Remove references to CPP_PREDEFINES.
      
      From-SVN: r66917
      Neil Booth committed
    • hp320.h, [...]: Remove CPP_PREDEFINES... · a7fbe404
      	* config/m68k/hp320.h, config/m68k/linux.h, config/m68k/m68k-none.h,
      	config/m68k/m68k.h, config/m68k/m68kemb.h, config/m68k/m68kv4.h,
      	config/m68k/openbsd.h, config/m68k/rtemself.h: Remove CPP_PREDEFINES,
      	use TARGET_OS_CPP_BUILTINS and TARGET_CPU_CPP_BUILTINS instead.
      
      From-SVN: r66916
      Neil Booth committed
    • Add PR 9209 reference · 3af15d58
      From-SVN: r66912
      Neil Booth committed
    • c-common.c, c-common.h (dollars_in_ident): Remove. · b1822ccc
      	* c-common.c, c-common.h (dollars_in_ident): Remove.
      	* c-opts.c (DOLLARS_IN_IDENTIFIERS): Default to true.
      	(c_common_init_options, c_common_decode_option): Set dollars_in_ident.
      	* cpphash.h (warned_dollar): Rename warn_dollars.
      	* cppinit.c (struct lang_flags, lang_defaults, cpp_set_lang)
      	Permit dollars regardless of -std=.
      	(post_options): Set warn_dollars.
      	* cpplex.c (forms_identifier_p): Use warn_dollars.
      	* config/darwin.h, config/alpha/vms.h, config/m68hc11/m68hc11.h:
      	Remove redundant definitions of DOLLARS_IN_IDENTIFIERS.
      	* doc/cpp.texi, doc/cppopts.texi, doc/invoke.texi, doc/tm.texi:
      	Update documentation.
      testsuite:
      	* gcc.dg/dollar.c: New test.
      
      From-SVN: r66911
      Neil Booth committed
    • m68k.c (m68k_output_function_prologue): Use HOST_WIDE_INT_PRINT_DEC for fprintf… · a69e127b
      m68k.c (m68k_output_function_prologue): Use HOST_WIDE_INT_PRINT_DEC for fprintf and %wd for asm_fprintf when...
      
      	* config/m68k/m68k.c (m68k_output_function_prologue): Use
      	HOST_WIDE_INT_PRINT_DEC for fprintf and %wd for asm_fprintf when
      	formatting a HOST_WIDE_INT.
      	(m68k_output_function_epilogue): Likewise.
      
      From-SVN: r66910
      Andreas Schwab committed
    • coff.h: Remove support for Sun FPA and Sun SKY board. · 1a8965c4
      2003-05-17  Andreas Schwab  <schwab@suse.de>
      
      	* config/m68k/coff.h: Remove support for Sun FPA and Sun SKY board.
      	* config/m68k/linux.h: Likewise.
      	* config/m68k/m68k-none.h: Likewise.
      	* config/m68k/netbsd-elf.h: Likewise.
      	* config/m68k/sgs.h: Likewise.
      	* config/m68k/m68k.h: Likewise.
      	* config/m68k/m68k.md: Likewise.
      	* config/m68k/m68k.c: Likewise.
      	* doc/md.texi (Machine Constraints): Remove Sun FPA specific
      	constraints.
      	* doc/invoke.texi (Option Summary): Remove -mfpa.
      	(M680x0 Options): Likewise.
      
      From-SVN: r66907
      Andreas Schwab committed
    • sol2.h: Add TARGET_SUB_OS_CPP_BUILTINS. · 6508bdd5
      
      	* config/sol2.h: Add TARGET_SUB_OS_CPP_BUILTINS.
      	* config/sparc/liteelf.h, config/sparc/openbsd64.h,
      	config/sparc/rtemself.h, config/sparc/sol2-64.h,
      	config/sparc/sp64-elf.h, config/sparc/sp86x-elf.h:
      	Update for use of TARGET_SUB_OS_CPP_BUILTINS.
      
      From-SVN: r66905
      Neil Booth committed
    • i960.h, rtems.h: Use TARGET_OS_CPP_BUILTINS and TARGET_CPU_CPP_BUILTINS in preference to... · 8d55c164
      	* i960/i960.h, i960/rtems.h: Use TARGET_OS_CPP_BUILTINS and
      	TARGET_CPU_CPP_BUILTINS in preference to CPP_PREDEFINES.
      
      From-SVN: r66903
      Neil Booth committed
    • config.gcc (sparc-*-sysv4*): Add sparc/sysv4-only.h. · 9b8466f4
      	* config.gcc (sparc-*-sysv4*): Add sparc/sysv4-only.h.
      	* sparc/aout.h, sparc/elf.h, sparc/freebsd.h, sparc/linux.h,
      	sparc/linux64.h, sparc/lite.h, sparc/litecoff.h, sparc/liteelf.h,
      	sparc/netbsd-elf.h, sparc/openbsd.h, sparc/openbsd64.h,
      	sparc/pbd.h, sparc/rtemself.h, sparc/sol2-64.h, sparc/sol2-bi.h,
      	sparc/sol2.h, sparc/sp64-elf.h, sparc/sp86-elf.h, sparc/sparc.h,
      	sparc/sysv4.h,
      	* sparc/sysv4-only.h: New.
      
      From-SVN: r66902
      Neil Booth committed
    • * function.c (assign_parms): Check for zero size args. · 5c07bd7a
      From-SVN: r66901
      Alan Modra committed
    • cfgloopanal.c (test_for_iteration): Use string concatentation on… · 90ff44cf
      cfgloopanal.c (test_for_iteration): Use string concatentation on HOST_WIDE_INT_PRINT_* format specifier to collapse...
      
      gcc:
      	* cfgloopanal.c (test_for_iteration): Use string concatentation on
      	HOST_WIDE_INT_PRINT_* format specifier to collapse multiple
      	function calls into one.
      	* dbxout.c (dbxout_symbol): Likewise.
      	* defaults.h (ASM_OUTPUT_SIZE_DIRECTIVE): Likewise.
      	* dwarf2asm.c (dw2_asm_output_data_uleb128,
      	dw2_asm_output_data_sleb128): Likewise.
      	* genrecog.c (debug_decision_2): Likewise.
      	* loop.c (emit_prefetch_instructions): Likewise.
      	* print-rtl.c (print_rtx): Likewise.
      	* print-tree.c (print_node_brief, print_node): Likewise.
      	* ra-debug.c (dump_igraph, dump_graph_cost,
      	dump_static_insn_cost): Likewise.
      	* ra-rewrite.c (dump_cost): Likewise.
      	* sdbout.c (PUT_SDB_INT_VAL, PUT_SDB_SIZE): Likewise.
      	* sreal.c (dump_sreal): Likewise.
      	* unroll.c (unroll_loop, precondition_loop_p): Likewise.
      	* varasm.c (assemble_vtable_entry): Likewise.
      
      cp:
      	* ptree.c (cxx_print_type, cxx_print_xnode): Use string
      	concatentation on HOST_WIDE_INT_PRINT_* format specifier to
      	collapse multiple function calls into one.
      	* tree.c (debug_binfo): Likewise.
      
      java:
      	* parse.y (print_int_node): Use string concatentation on
      	HOST_WIDE_INT_PRINT_* format specifier to collapse multiple
      	function calls into one.
      
      From-SVN: r66900
      Kaveh R. Ghazi committed
    • Daily bump. · 40fd18b5
      From-SVN: r66898
      GCC Administrator committed
  3. 16 May, 2003 19 commits