1. 24 Jun, 2003 4 commits
    • configure.host (freebsd*): Set abi_baseline_pair. · 9eb6e1d3
              * configure.host (freebsd*): Set abi_baseline_pair.
              * config/abi/i386-freebsd4/baseline_symbols.txt: Update from 3.2
              (at or near first release) to 3.3.
              * config/abi/i386-freebsd5/baseline_symbols.txt: New file.
              * config/abi/alpha-freebsd5/baseline_symbols.txt: New file.
              * config/abi/sparc-freebsd5/baseline_symbols.txt: New file.
      
      From-SVN: r68402
      Loren J. Rittle committed
    • builtins.c (expand_builtin): Use expand_builtin_pow to expand calls for pow... · 2082e02f
      
      	* builtins.c (expand_builtin): Use expand_builtin_pow to expand
      	calls for pow, powf, powl and their __builtin_ variants.
      	(expand_builtin_pow): If the second argument is a constant
      	integer and compiling with -ffast-math, use expand_powi to
      	generate RTL if powi_cost is less than POWI_MAX_MULTS.
      	(powi_cost): New function to return the number of multiplications
      	necessary to evaluate an Nth power, for integer constant N.
      	(expand_powi): New function to expand the RTL for evaluating
      	the Nth power of a floating point value, for integer constant N.
      
      	* doc/tm.texi (POWI_MAX_MULTS): Document new target macro.
      
      	* gcc.dg/builtins-24.c: New test case.
      
      From-SVN: r68401
      Roger Sayle committed
    • gcc_update (files_and_dependencies): Add gcc/testsuite/gcc.dg/cpp/_Pragma3.c… · e4048ffc
      gcc_update (files_and_dependencies): Add gcc/testsuite/gcc.dg/cpp/_Pragma3.c depends on gcc/testsuite/gcc.dg/cpp/mi1c.h.
      
      * gcc_update (files_and_dependencies): Add
      gcc/testsuite/gcc.dg/cpp/_Pragma3.c depends on
      gcc/testsuite/gcc.dg/cpp/mi1c.h.
      
      From-SVN: r68398
      Jason Thorpe committed
    • Daily bump. · 5107afaa
      From-SVN: r68396
      GCC Administrator committed
  2. 23 Jun, 2003 21 commits
  3. 22 Jun, 2003 15 commits