1. 15 Jan, 2004 11 commits
    • * doc/invoke.texi: Update dump file names. Fix a typo. · 7c12f388
      From-SVN: r75908
      Kazu Hirata committed
    • builtins.c (expand_builtin_va_end): Don't use EXPAND_BUILTIN_VA_END. · 4a7bb550
      	* builtins.c (expand_builtin_va_end): Don't use
      	EXPAND_BUILTIN_VA_END.
      	* system.h (EXPAND_BUILTIN_VA_END): Poison.
      	* config/d30v/d30v.h: Remove a commented-out definition of
      	EXPAND_BUILTIN_VA_END.
      	* config/stormy16/stormy16.h: Likewise.
      
      From-SVN: r75906
      Kazu Hirata committed
    • system.h (STRUCT_VALUE_INCOMING_REGNUM): Poison. · 430fff02
      	* system.h (STRUCT_VALUE_INCOMING_REGNUM): Poison.
      	* targhooks.c (default_struct_value_rtx): Don't use
      	STRUCT_VALUE_INCOMING_REGNUM.
      
      From-SVN: r75905
      Kazu Hirata committed
    • re PR bootstrap/12744 (A GCC release tarball can no longer be built without bison/flex) · 03787dfd
      gcc/
      2004-01-15  Kelley Cook  <kcook@gcc.gnu.org>
      
      	PR bootstrap/12744
      	* configure.in: Revamp enable-generated-files-in-srcdir rule to define
      	GENINSRC and not parsedir.  Define srcextra as a langhook.
      	* configure: Regenerate.
      	* Makefile.in: Suppress default .l.c rule.  Don't substitute
      	parsedir and delete all references throughout.  Conditionally define
      	rule for srcextra dependent on GENINSRC.
      	(stmp-docobjdir): Delete.
      	(c-parse.o, gengtype-lex.o, gengtype-yacc.o): Use implicit build rule.
      	(srcextra): Copy c-parse.y, c-parse.c, gengtype-lex.c, gengtype-yacc.c,
      	and gengtype-yacc.h back to source directory.
      	(maintainer-clean): Delete all parse files in source directory.
      	(distclean): Delete generated files.
      
      	* objc/Make-lang.in (objc-parse.o): Use implicit build rule.
      	(objc-parse.c, objc-parse.y): Don't use parsedir.
      	(objc.srcextra): Copy objc-parse.y and objc-parse.c back to source
      	directory if requested.
      	(po-generated): Don't use parsedir.
      	(objc.maintainer-clean): Delete above files from source directory.
      
      gcc/ada/
      2004-01-15  Kelley Cook  <kcook@gcc.gnu.org>
      
      	* Make-lang.in (ada.srcextra): Dummy entry.
      
      gcc/cp/
      2004-01-15  Kelley Cook  <kcook@gcc.gnu.org>
      
      	* Make-lang.in (c++.srcextra): Dummy entry.
      
      gcc/f/
      2004-01-15  Kelley Cook  <kcook@gcc.gnu.org>
      
      	* Make-lang.in (f77.srcextra): Dummy entry.
      
      gcc/java/
      2004-01-15  Kelley Cook  <kcook@gcc.gnu.org>
      
      	* Make-lang.in (parse.c, parse-scan.c): Always build in doc directory.
      	(java.srcextra): Copy above back to source directory if requested.
      	(po-generated): Delete reference to $(parsedir).
      	(java/parse.o, java/parse-scan.o): Delete reference to $(parsedir).
      	Use implicit rule.
      
      gcc/treelang/
      2004-01-15  Kelley Cook  <kcook@gcc.gnu.org>
      
      	* Make-lang.in (TREE_GENERATED): Delete reference to $(parsedir).
      	(treelang/parse.o, treelang/lex.o): Look for sources in build
      	directory.  Use implicit rule.
      	(treelang/parse.c, treelang/parse.h treelang/lex.c): Always build in
      	doc directory.
      	(treelang.srcextra): Copy above back to source directory if requested.
      
      From-SVN: r75903
      Kelley Cook committed
    • * doc/tm.texi (FUNCTION_VALUE): Fix a typo. · 04ab46a4
      From-SVN: r75902
      Kazu Hirata committed
    • configure.in: Add in AC_PREREQ(2.13) · d5b2f1be
      boehm-gc/
      2004-01-09  Kelley Cook  <kcook@gcc.gnu.org>
      
      	* configure.in: Add in AC_PREREQ(2.13)
      
      libf2c/
      2004-01-09  Kelley Cook  <kcook@gcc.gnu.org>
      
      	* libF77/configure.in: Update to AC_PREREQ(2.13)
      	* libI77/configure.in: Update to AC_PREREQ(2.13)
      	* libU77/configure.in: Update to AC_PREREQ(2.13)
      	* libU77/configure: Regenerate.
      
      libffi/
      2004-01-09  Kelley Cook  <kcook@gcc.gnu.org>
      
      	* configure.in: Add in AC_PREREQ(2.13)
      
      libjava/
      2004-01-09  Kelley Cook  <kcook@gcc.gnu.org>
      
      	* configure.in: Add in AC_PREREQ(2.13)
      
      libjava/libltdl
      2004-01-09  Kelley Cook  <kcook@gcc.gnu.org>
      
      	* configure.in: Update to AC_PREREQ(2.57).  Delete FIXME comment.
      
      zlib/
      2004-01-09  Kelley Cook  <kcook@gcc.gnu.org>
      
      	* configure.in: Add in AC_PREREQ(2.13)
      
      From-SVN: r75901
      Kelley Cook committed
    • tm.texi: Replace RETURN_IN_MEMORY with TARGET_RETURN_IN_MEMORY. · d624465f
      	* doc/tm.texi: Replace RETURN_IN_MEMORY with
      	TARGET_RETURN_IN_MEMORY.
      
      From-SVN: r75900
      Kazu Hirata committed
    • re PR libobjc/12155 (Memory leak in libobjc(selector.c)) · 5af0e6ae
      2004-01-14  Adam Fedor  <fedor@gnu.org>
      
              PR libobjc/12155
              * selector.c (__objc_register_instance_methods_to_class): Free
              new_list if not used.
      
      From-SVN: r75899
      Adam Fedor committed
    • re PR c++/8856 (g++ accepts invalid conversion-function-id) · cc8c7495
      	PR c++/8856
      	* g++.dg/parse/casting-operator2.C: New test.
      	* g++.old-deja/g++.pt/explicit83.C: Remove.
      
      From-SVN: r75898
      Giovanni Bajo committed
    • re PR c++/8856 (g++ accepts invalid conversion-function-id) · 0d956474
      	PR c++/8856
      	* parser.c (cp_parser_template_name): Don't try to parse a
      	conversion-function-id, as it cannot be a template-name.
      	(cp_parser_simple_type_specifier): Check for invalid template-ids
      	even after a built-in type.
      
      From-SVN: r75897
      Giovanni Bajo committed
    • Daily bump. · 38bdcc80
      From-SVN: r75894
      GCC Administrator committed
  2. 14 Jan, 2004 29 commits