1. 15 Apr, 2003 7 commits
  2. 14 Apr, 2003 28 commits
  3. 13 Apr, 2003 5 commits
    • builtins.c (expand_builtin_memcpy): Add `endp' argument, use it. · 9cb65f92
      gcc:
      	* builtins.c (expand_builtin_memcpy): Add `endp' argument, use it.
      	(expand_builtin_stpcpy): New.
      	(expand_builtin): Add BUILT_IN_MEMPCPY & BUILT_IN_STPCPY.
      	* builtins.def: Add mempcpy & stpcpy support.
      	* doc/extend.texi (mempcpy, stpcpy): Document new builtins.
      
      testsuite:
      	* gcc.c-torture/execute/string-opt-18.c: New test.
      
      From-SVN: r65551
      Kaveh R. Ghazi committed
    • re PR c++/10300 (use of array-new (nothrow) in segfaults on NULL return) · f4f4610e
      	PR c++/10300
      	* init.c (build_new_1): Reorganize.
      
      	PR c++/10300
      	* g++.dg/init/new5.C: New test.
      
      From-SVN: r65550
      Mark Mitchell committed
    • Replace "GNU CC" with "GCC" · 5de601cf
      From-SVN: r65549
      Nick Clifton committed
    • oops - forgot to delete file whne comitting previous delta · c7992b22
      From-SVN: r65547
      Nick Clifton committed
    • config-ml.in: Remove support for --disable-aix removing call-aix multilibs. · 50d440bc
      config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Delete support for
       -mcall-aix switch.
      config/rs6000/eabiaix.h: Delete.
      config/rs6000/rs6000.h (rs6000_abi): Remove ABI_AIX_NODESC.
       (RS6000_REG_SAVE, RS6000_SAVE_AREA, FP_ARGS_MAX_REG, RETURN_ADDRESS_OFFSET):
       Remove use of ABI_AIX_NODESC.
      config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Likewise.
      config/rs6000/rs6000.c (print_operand, rs6000_stack_info, debug_stack_info,
       output_function_profiler, rs6000_trampoline_size,
       rs6000_initialise_trampoline): Likewise.
      config/rs6000/rs6000.md (call, call_value, call_nonlocal_sysv,
       call_indirect_nonlocal_sysv, call_value_indirect_nonlocal_sysv,
       call_value_nonlocal_sysv, sibcall_value_nonlocal_sysv, sibcall_nonlocal_sysv,
       sibcall_value_local64): Likewise.
      config/rs6000/t-ppcgas (MULTILIB_OPTIONS): Remove mcall-aix multilibs.
       (MULTILIB_DIRNAMES): Remove mcall-aix directories.
       (MULTILIB_EXCEPTIONS): Delete.
       (MULTILIB_MATCHES): Remove mcall-aix matches.
      doc/fragments.texi: Replace -mcall-aix example with an ARM one.
      doc/install.texi: Delete powerpc-*-eabiaix target.
      doc/invoke.texi: Remove documentation of mcall-aix switch.
      doc/tm.texi: Remove mcall-aix from example CPP_SPEC.
      config.gcc: Delete powerpc-*-eabiaix target.
      
      From-SVN: r65546
      Nick Clifton committed