1. 15 Sep, 2000 14 commits
  2. 14 Sep, 2000 21 commits
  3. 13 Sep, 2000 5 commits
    • demangle-expected: Add two tests for anonymous namespaces. · 29791078
      	* testsuite/demangle-expected: Add two tests for anonymous
      	namespaces.
      	* cplus-dem.c (gnu_special): Handle anonymous namespaces.
      
      From-SVN: r36398
      Hans-Peter Nilsson committed
    • * g++.other/inline13.C: New test. · 9a16ff93
      From-SVN: r36397
      Alexandre Oliva committed
    • ia64.md (divsf3): New. · 26102535
              * config/ia64/ia64.md (divsf3): New.
              (divsf3_internal_lat, divsf3_internal_thr): New.
              (divdf3, divdf3_internal_lat, divdf3_internal_thr): New.
              (divtf3, divtf3_internal_lat, divtf3_internal_thr): New.
              (adddf3_trunc, subdf3_trunc, muldf3_trunc): New.
              (madddf4_trunc, msubdf4_trunc, nmuldf3_trunc): New.
              (nmadddf4_alts, nmadddf4_trunc): New.
              (addtf3_truncsf, addtf3_truncdf, subtf3_truncsf): New.
              (subtf3_truncdf, multf3_truncsf, multf3_truncdf): New.
              (multf3_truncsf_alts, multf3_truncdf_alts): New.
              (maddtf4_truncsf, maddtf4_truncdf, maddtf4_alts_truncdf): New.
              (msubtf4_truncsf, msubtf4_truncdf, nmultf3_truncsf): New.
              (nmultf3_truncdf, nmaddtf4_truncsf, nmaddtf4_truncdf): New.
              (nmaddtf4_truncdf_alts): New.
              (recip_approx): Don't predicate.
      
      From-SVN: r36396
      Richard Henderson committed
    • flags.h (flag_dump_rtl_in_asm): Declare. · c349e40b
      	* flags.h (flag_dump_rtl_in_asm): Declare.
      	* toplev.c (flag_dump_rtl_in_asm): Define.
      	(decode_d_option): Set flag_dump_rtl_in_asm and flag_print_asm_name
      	if -dP is specified.
      	* rtl.h (print_rtx_head): Declare.
      	* print-rtl.c (print_rtx_head): Define.
      	(print_rtx): Print the string pointed to by print_rtx_head
      	at beginning of each dump line.
      	(print_rtl): Likewise.
      	(print_rtl_single): Likewise.
      	* final.c (final_scan_insn): Dump the insn in the assembly
      	file for debugging.
      	* gcc.1: Document -dP option.
      	* invoke.texi (Debugging Options): Likewise.
      
      From-SVN: r36394
      Stephane Carrez committed