1. 31 Jan, 2004 18 commits
    • system.h (PROMOTE_FUNCTION_ARGS, [...]): Poison. · b602b7b6
      	* system.h (PROMOTE_FUNCTION_ARGS, STRUCT_VALUE_INCOMING, and
      	STRICT_ARGUMENT_NAMING): Poison.
      	* target-def.h (TARGET_PROMOTE_FUNCTION_ARGS): Define as
      	hook_bool_tree_false.
      	* targhooks.c (default_promote_function_args): Remove.
      	(default_struct_value_rtx): Don't use STRUCT_VALUE_INCOMING.
      	Don't check incoming.
      	(default_strict_argument_naming): Don't use
      	STRICT_ARGUMENT_NAMING.
      	* targhooks.h: Remove the prototype for
      	default_promote_function_args.
      
      From-SVN: r77047
      Kazu Hirata committed
    • i386-protos.h: Remove the prototype for ix86_setup_incoming_varargs. · a0524eb3
      	* config/i386/i386-protos.h: Remove the prototype for
      	ix86_setup_incoming_varargs.
      	* config/i386/i386.c (TARGET_SETUP_INCOMING_VARARGS): New.
      	(ix86_setup_incoming_varargs): Make it static.
      	* config/i386/i386.h (SETUP_INCOMING_VARARGS): Remove.
      
      From-SVN: r77046
      Kazu Hirata committed
    • class.c: Fix comment typos. · 852dcbdd
      	* class.c: Fix comment typos.
      	* decl.c: Likewise.
      	* error.c: Likewise.
      	* parser.c: Likewise.
      	* pt.c: Likewise.
      	* search.c: Likewise.
      	* typeck.c: Likewise.
      
      From-SVN: r77045
      Kazu Hirata committed
    • basic_string.h (_Rep::operator[]): Remove, unused. · 8de63ee0
      2004-01-31  Paolo Carlini  <pcarlini@suse.de>
      
      	* include/bits/basic_string.h (_Rep::operator[]): Remove, unused.
      
      	* include/bits/basic_string.h: Fix two comments.
      
      From-SVN: r77044
      Paolo Carlini committed
    • alloc-pool.c: Fix comment typos. · a457ee07
      	* alloc-pool.c: Fix comment typos.
      	* builtin-types.def: Likewise.
      	* builtins.def: Likewise.
      	* c-pretty-print.c: Likewise.
      	* df.h: Likewise.
      	* reload1.c: Likewise.
      
      From-SVN: r77043
      Kazu Hirata committed
    • 2004-01-31 Per Bothner <per@bothner.com> · af3fb3d6
      	* include/ext/mt_allocator.h
      	(__mt_alloc::_S_thread_freelist_mutex): Guard with
      	__GTHREAD_MUTEX_INIT.
      
      From-SVN: r77042
      Per Bothner committed
    • invoke.texi: Follow spelling conventions. · a451b0bd
      	* doc/invoke.texi: Follow spelling conventions.
      	* doc/tm.texi: Likewise.
      
      From-SVN: r77040
      Kazu Hirata committed
    • install.texi: Fix typos. · e53e0c56
      	* doc/install.texi: Fix typos.
      	* doc/invoke.texi: Likewise.
      
      From-SVN: r77037
      Kazu Hirata committed
    • s390.c (s390_decompose_address): Do not treat virtual registers as pointers. · 025b17a4
      	* config/s390/s390.c (s390_decompose_address): Do not treat virtual
      	registers as pointers.
      	* config/s390/s390.md ("*la_31" second peephole2): Fix incorrect mode.
      
      From-SVN: r77036
      Ulrich Weigand committed
    • basic_string.tcc (_Rep::_S_create): Minor tweak. · 24f33069
      2004-01-31  Paolo Carlini  <pcarlini@suse.de>
      
      	* include/bits/basic_string.tcc (_Rep::_S_create): Minor tweak.
      
      From-SVN: r77035
      Paolo Carlini committed
    • call-super-2.m: Update line numbers for the including of stddef.h. · 4500e76d
      2004-01-30  Andrew Pinski  <pinskia@physics.uc.edu>
      
              * objc.dg/call-super-2.m: Update line numbers
              for the including of stddef.h.
      
      From-SVN: r77027
      Andrew Pinski committed
    • combine.c (cse_main): Set gen_lowpart to gen_lowpart_for_combine and restore it to... · 4de249d9
      2004-01-31  Paolo Bonzini  <bonzini@gnu.org>
      
       	* combine.c (cse_main): Set gen_lowpart to gen_lowpart_for_combine
      	and restore it to gen_lowpart_general on exit.
      	(gen_lowpart_for_combine): Adjust all callers to go through
      	gen_lowpart.
      	* cse.c (cse_main): Set gen_lowpart to gen_lowpart_if_possible
      	and restore it to gen_lowpart_general on exit.
      	(gen_lowpart_if_possible): Adjust all callers to go through
      	gen_lowpart.
      	* emit-rtl.c (gen_lowpart_general): New name of gen_lowpart.
      	(gen_lowpart): Declare as pointer to function, initialized to
      	gen_lowpart_general.
      	* rtl.h (gen_lowpart): Declare as pointer to function.
      
      From-SVN: r77026
      Paolo Bonzini committed
    • bt-load.c: Replace "gen_rtx (FOO, " with "gen_rtx_FOO (". · f84d109f
      	* bt-load.c: Replace "gen_rtx (FOO, " with "gen_rtx_FOO (".
      	* calls.c: Likewise.
      	* emit-rtl.c: Likewise.
      	* function.c: Likewise.
      	* reload1.c: Likewise.
      	* config/i386/cygming.h: Likewise.
      	* config/i386/i386.c: Likewise.
      	* config/i386/winnt.c: Likewise.
      
      From-SVN: r77025
      Kazu Hirata committed
    • re PR bootstrap/9249 (bootstrap fails with --enable-__cxa-atexit on Solaris) · 354b7da5
      2004-01-30  Dara Hazeghi  <dhazeghi@yahoo.com>
      
              PR bootstrap/9249
              * doc/install.texi: document --enable-__cxa_atexit option.
              * configure.ac: Disable __cxa_atexit if not supported.
              * configure: Regenerate.
      
      From-SVN: r77023
      Dara Hazeghi committed
    • ggc-zone.c (ggc_free): New function. · 9781b6da
      2003-01-30  Daniel Berlin  <dberlin@dberlin.org>
      
      	* ggc-zone.c (ggc_free): New function.
      
      From-SVN: r77019
      Daniel Berlin committed
    • alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c, · 283334f0
      	cfghooks.h, cfglayout.c, cfgloopmanip.c, debug.c, debug.h,
      	flow.c, genextract.c, ggc-common.c, ggc-page.c, ggc.h,
      	ifcvt.c, jump.c, loop-unswitch.c, timevar.c, timevar.def,
      	tree-optimize.c, vmsdbgout.c, config/fp-bit.c,
      	config/alpha/alpha.c, config/alpha/alpha.h,
      	config/alpha/alpha.md, config/alpha/unicosmk.h,
      	config/alpha/vms.h, config/arm/linux-elf.h, config/avr/avr.c,
      	config/c4x/c4x-protos.h, config/c4x/c4x.md,
      	config/d30v/d30v.h, config/frv/frv.md, config/frv/frvbegin.c,
      	config/frv/frvend.c, config/i386/cygming.h,
      	config/i386/djgpp.h, config/i386/emmintrin.h,
      	config/i386/gthr-win32.c, config/i386/i386-interix.h,
      	config/i386/i386-protos.h, config/i386/openbsd.h,
      	config/i386/winnt.c, config/i386/xm-mingw32.h,
      	config/i386/xmmintrin.h, config/ia64/ia64.md,
      	config/iq2000/iq2000.md, config/m32r/m32r.md,
      	config/m68k/m68k.md, config/mcore/mcore-elf.h,
      	config/mcore/mcore.md, config/mips/elf.h, config/mips/elf64.h,
      	config/mips/iris5gas.h, config/mips/iris6.h,
      	config/mips/iris6gas.h, config/mips/linux.h,
      	config/mips/mips.md, config/mips/netbsd.h,
      	config/mips/openbsd.h, config/mips/windiss.h,
      	config/pa/fptr.c, config/rs6000/aix.h,
      	config/rs6000/altivec.h, config/rs6000/darwin.h,
      	config/rs6000/xcoff.h, config/s390/s390-protos.h,
      	config/s390/s390.c, config/s390/s390.h, config/s390/s390.md,
      	config/sh/netbsd-elf.h, config/sh/sh.h, config/sh/vxworks.h,
      	config/sparc/sol2.h: Update copyright.
      
      From-SVN: r77018
      Kazu Hirata committed
    • Makefile.in (abs_docdir, abs_srcdir): Define. · 71cbe2c1
      gcc/
      2004-01-30  Kelley Cook  <kcook@gcc.gnu.org>
      
      	* Makefile.in (abs_docdir, abs_srcdir): Define.
      	(doc/%.dvi, doc/gccinstall.dvi): Use $(abs_docdir).
      
      gcc/ada/
      2004-01-30  Kelley Cook  <kcook@gcc.gnu.org>
      
      	* Make-lang.in (doc/gnat_ug_unx.dvi): Use $(abs_docdir).
      	(doc/gnat_ug_vms.dvi, doc/gnat_ug_unx.dvi): Likewise.
      	(doc/gnat_ug_unx.dvi, doc/gnat-style.dvi): Likewise.
      
      gcc/f/
      2004-01-30  Kelley Cook  <kcook@gcc.gnu.org>
      
      	* Make-lang.in (doc/g77.dvi): Use $(abs_docdir).
      
      gcc/java/
      2004-01-30  Kelley Cook  <kcook@gcc.gnu.org>
      
      	* Make-lang.in (doc/gcj.dvi): Use $(abs_docdir).
      
      gcc/treelang/
      2004-01-30  Kelley Cook  <kcook@gcc.gnu.org>
      
      	* Make-lang.in (doc/treelang.dvi): Use $(abs_docdir).
      
      From-SVN: r77017
      Kelley Cook committed
    • Daily bump. · 7e434ad4
      From-SVN: r77012
      GCC Administrator committed
  2. 30 Jan, 2004 22 commits