1. 01 Jun, 2004 7 commits
  2. 31 May, 2004 29 commits
  3. 30 May, 2004 4 commits
    • c-decl.c (c_expand_body_1): Remove and fold back into ... · 3c79fa86
      ChangeLog:
      	* c-decl.c (c_expand_body_1): Remove and fold back into ...
      	(c_expand_body): here.
      	(c_expand_decl): Move to ...
      	* c-common.c (c_expand_decl): Here and remove check for nested
      	functions.
      	* c-common.h (c_expand_decl): Add prototype.
      	* c-tree.h (c_expand_decl): Remove.
      
      cp/ChangeLog:
      	* cp-lang.c (cp_expand_decl): Remove.
      	(LANG_HOOKS_EXPAND_DECL): Use c_expand_decl.
      
      From-SVN: r82469
      Andrew Pinski committed
    • fold-const.c (combine_comparisons, [...]): Use constant_boolean_node where appropriate. · 1b0f3e79
      
      	* fold-const.c (combine_comparisons, optimize_bit_field_compare,
      	range_binop, fold_truthop, fold_binary_op_with_conditional_arg,
      	fold_mathfn_compare, fold_inf_compare, fold,
      	fold_relational_hi_lo, nondestructive_fold_binary_to_constant):
      	Use constant_boolean_node where appropriate.  Don't bother using
      	fold_convert on the second argument to omit_one_operand.
      
      From-SVN: r82468
      Roger Sayle committed
    • c-tree.texi (Expressions): Document FLOOR_DIV_EXPR... · 29d64660
      
      	* doc/c-tree.texi (Expressions): Document FLOOR_DIV_EXPR,
      	CEIL_DIV_EXPR, ROUND_DIV_EXPR, FLOOR_MOD_EXPR, CEIL_MOD_EXPR,
      	ROUND_MOD_EXPR, EXACT_DIV_EXPR.  Improve documentation of
      	TRUNC_DIV_EXPR, TRUNC_MOD_EXPR and comparison operations.
      	Add missing (but documented) tree nodes to the index.
      
      From-SVN: r82467
      Roger Sayle committed
    • re PR libfortran/11800 ([gfortan] libgfortran should be multi-libed) · 96b8a615
      	PR gfortran/11800
      	* Makefile.am (AM_CPPFLAGS): Renamed from INCLUDES.
      	(lib_LTLIBRARIES): Rename to ...
      	(toolexeclib_LTLIBRARIES): this for multilib support.
      	* configure.in: Rename to ...
      	* configure.ac: this.  Update to modern autoconf style, enable
      	multilibs, support --enable-version-specific-runtime-libs.
      	* Makefile.in: Regenerated.
      	* configure: Regenerated.
      	* aclocal.m4: Regenerated.
      
      From-SVN: r82466
      Andreas Jaeger committed