1. 26 Jan, 2003 1 commit
  2. 25 Jan, 2003 33 commits
  3. 24 Jan, 2003 6 commits
    • MAINTAINERS: Remove incorrect entry for Paul Eggert. · 6b99984e
      	* MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
      	entry of HJ Lu.
      
      From-SVN: r61746
      Gerald Pfeifer committed
    • configure.in: Remove special pex-cygwin consideration. · ece0e59f
      * configure.in: Remove special pex-cygwin consideration.
      * configure: Regenerate.
      * pex-cygwin.c: Remove.
      * Makefile.in: Remove pex-cygwin.[co] lines.
      
      From-SVN: r61744
      Christopher Faylor committed
    • undefined1.C: Add error message. · f5128e88
      2003-01-24  Paolo Carlini  <pcarlini@unitus.it>
      
      	* g++.dg/parse/undefined1.C: Add error message.
      
      From-SVN: r61742
      Paolo Carlini committed
    • emit-rtl.c (reg_attrs_htab): New static variable. · a560d4d4
      	* emit-rtl.c (reg_attrs_htab): New static variable.
      	(reg_attrs_htab_hash, reg_attrs_htab_eq, get_reg_attrs): New static
      	functions.
      	(reg_rtx): Do not maintain regno_decl.
      	(gen_rtx_REG_offset, set_reg_attrs_from_mem, set_delc_rtx,
      	set_mem_attrs_from_reg): New global function.
      	(init_emit): Do not initialize regno_decl.
      	(init_emit_once): initialize reg_attrs_htab.
      	* final.c (alter_subreg): Do not replace REG by SUBREG.
      	(gen_mem_expr_from_op): Improve output.
      	(output_asm_operands): Likewise.
      	* function.c (assign_params): Do not set REGNO_DECL.
      	* function.h (struct function): Kill regno_decl.
      	(REGNO_DECL): Kill.
      	* gengtype.c (adjust_field_rtx_def): Handle new field of reg.
      	* print_rtl.c (print_rtx): Output REG information.
      	* regclass.c (reg_scan_mark_refs): Update attrs.
      	* reload1.c (alter_reg): Likewise.
      	* simplify_rtx.c (simplify_subreg): Likewise.
      	* stmt.c (expand_decl): Likewise.
      	* rtl.def (REG): Add new field.
      	* rtl.h (struct reg_attrs): New.
      	(rtunion_def): At rtreg.
      	(X0MEMATTR): Add checking.
      	(X0REGATTR, REG_ATTRS, REG_EXPR, REG_OFFSET): New macro.
      	(set_reg_attrs_from_mem, set_mem_attrs_from_reg, gen_rtx_REG_offset):
      	Declare.
      	* tree.h (SET_DECL_RTL): Call set_decl_rtl.
      
      From-SVN: r61741
      Jan Hubicka committed
    • xtensa.c: Remove unused include of machmode.h. · 1d0ea52e
              * config/xtensa/xtensa.c: Remove unused include of machmode.h.
              (xtensa_emit_call, print_operand): Fix printf format strings
              to avoid compile warnings.
              (xtensa_function_prologue, xtensa_function_epilogue): Change type
              of "size" argument to HOST_WIDE_INT to fix compile warnings.
              * config/xtensa/xtensa-protos.h
              (xtensa_function_prologue, xtensa_function_epilogue): Ditto.
      
      From-SVN: r61739
      Bob Wilson committed
    • builtins.c (DEF_BUILTIN): Accept 10 arguments. · 272f51a3
      	* builtins.c (DEF_BUILTIN): Accept 10 arguments.
      	(implicit_built_in_decls): New global array.
      	(mathfn_built_in): New global function.
      	(fold_trunc_transparent_mathfn): New static function
      	(expand_builtin_strstr, expand_bultin_strchr,
      	expand_builtin_strpbrk, expand_builtin_strcpy,
      	expand_builtin_strncpy, expand_bultin_strcmp,
      	expand_bultin_strncat, expand_builtin_fputs): Use
      	implicint_built_in_decls.
      	(fold_builtin): Fold floor/trunc/round/ceil/nearbyint.
      	* builtins.def: Fix comments.
      	(DEF_GCC_BUILTIN, DEF_FALLBACK_BUILTIN, DEF_EXT_FALLBACK_BUILTIN,
      	DEF_LIB_BUILTIN, DEF_LIB_ALWAYS_BUILTIN, DEF_EXT_LIB_BUILTIN,
      	DEF_C99_BULTIN, DEF_FRONT_END_LIB_BUILTIN,
      	DEF_EXT_FRONT_END_LIB_BUILTIN): Pass implicit as needed.
      	(DEF_C99_C90RES_BULTIN): New.
      	(*f, *l builtins): Update.
      	* c-common.c (DEF_BUILTIN): Initialize implicit array.
      	(c_expand_builtin_printf, c_expand_builtin_fprintf): Update.
      	* convert.c (strip_float_extensions): New global function.
      	* tree.h (DEF_BUILTIN): Accept 10 arguments.
      	(implicit_built_in_decls, mathfn_built_in, strip_float_extension):
      	Declare.
      	* java/builtins.c (define_builtin): Handle implicit.
      	(DEF_BUILTIN): Update.
      	* tm.texi (TARGET_C99_FUNCTIONS): Document.
      	* defaults.h (TARGET_C99_FUNCTIONS): Default to 0.
      	* config/linux.h (TARGET_C99_FUNCTIONS): Default to 1
      	when using glibc2.
      
      From-SVN: r61738
      Jan Hubicka committed