1. 09 Jun, 2001 21 commits
  2. 08 Jun, 2001 19 commits
    • configure: Rebuilt. · f1eba847
      	* configure: Rebuilt.
      	* configure.in: Compute new aux dir using `pwd'.
      
      From-SVN: r43064
      Tom Tromey committed
    • *: Add copyright notice. · de96ac46
      
      2001-06-08  Benjamin Kosnik  <bkoz@redhat.com>
      
      	libstdc++/2767
      	libstdc++/2989
      	libstdc++/2992
      	* include/std/*: Add copyright notice.
      	* include/c_std/bits/*: Use using statements instead of extern "C".
      	* include/c_std/bits/std_cmath.h: Don't overload double versions
      	of math functions with __buitin versions, use global version to
      	prevent ambiguities. Remove define hacks.
      	* include/c_std/bits/std_cwchar.h: Using declarations for "C"
      	functions that have changed signatures and std::
      	declarations. Remove define hacks.
      	* include/c_std/bits/std_cwchar.h: Same, plus remove ambiguous
      	__builtins in std::. Remove define hacks.
      	* testsuite/17_intro/headers_c.cc: Add tests.
      	* testsuite/17_intro/headers_c++.cc: Add test.
      
      From-SVN: r43061
      Benjamin Kosnik committed
    • except.c (get_exception_pointer, [...]): Take a struct function. · 86c99549
              * except.c (get_exception_pointer, get_exception_filter): Take a
              struct function.  Update all callers.
              * except.h (get_exception_pointer): Update declaration.
              * expr.c (expand_expr): Update get_exception_pointer call.
              * integrate.c (expand_inline_function): Remap the exception pointer
              from callee to caller.
      
      From-SVN: r43060
      Richard Henderson committed
    • THREADS: Explain that when we compile libobjc inside GCC... · 27132e64
      2001-06-08  Nicola Pero  <n.pero@mi.flashnet.it>
      
              * THREADS: Explain that when we compile libobjc inside GCC, we
              always use thr-objc.c as a backend, which uses GCC's thread code.
      
      From-SVN: r43058
      Nicola Pero committed
    • c-decl.c (grokdeclarator): Make the TREE_TYPE for declarations accurately… · 0f38b811
      c-decl.c (grokdeclarator): Make the TREE_TYPE for declarations accurately reflect its cv-qualification.
      
      	* c-decl.c (grokdeclarator): Make the TREE_TYPE for declarations
      	accurately reflect its cv-qualification.
      	* c-typeck.c (type_lists_compatible_p): Ignore the top-levl
      	cv-qualifiers on function types.
      
      From-SVN: r43056
      Mark Mitchell committed
    • init.c (__objc_send_message_in_list): When setting a new entry in… · e6be21fe
      init.c (__objc_send_message_in_list): When setting a new entry in __objc_load_methods use the method IMP as key...
      
      2001-06-06  Richard Frith-Macdonald  <rrfm@gnu.org>
      
              * init.c (__objc_send_message_in_list): When setting a new entry
              in __objc_load_methods use the method IMP as key, but check to see
              if the method is in the hashtable by looking at the IMP also.
              Also ... call the method after adding it to the hashtable rather
              than before ... thus preventing an obscure possibility of infinite
              recursion if a +load method itself loads a subclass.
      
      From-SVN: r43052
      Richard Frith-Macdonald committed
    • load-2.m: New test. · 43fd108f
              * objc/execute/load-2.m: New test.  From Nicola Pero
              <n.pero@mi.flashnet.it>.
      
      From-SVN: r43051
      Stan Shebs committed
    • re PR libgcj/2874 (libjava testsuite disk space usage) · fdf448f7
      	Fix for PR libgcj/2874:
      	* libjava.mauve/mauve.exp (gcj_run_mauve_tests): New proc.
      	(test_mauve): Return 0 on failure.
      	* lib/libjava.exp (test_libjava_from_source): Remove generated
      	files if test is successful.
      	(test_libjava_from_javac): Likewise.
      	(gcj_cleanup): New proc.
      
      From-SVN: r43050
      Tom Tromey committed
    • basic-block.h: Improve comments. · e68e3108
      	* basic-block.h: Improve comments.
      	* except.c (expand_eh_region_end_allowed): Remove redundant call
      	to do_pending_stack_adjust.
      	* flow.c (life_analysis): Fix typo in comment.
      	(calculate_global_regs_live): Add documentation.
      	(mark_set_1): Likewise.
      	(debug_regset): Likewise.
      	* doc/rtl.texi (cond_exec): Document it.
      
      From-SVN: r43049
      Mark Mitchell committed
    • i386.h (CONST_COSTS): set cost of constants representable in immediate fields to 0. · 1acc845e
      	* i386.h (CONST_COSTS): set cost of constants representable in
      	immediate fields to 0.
      
      From-SVN: r43045
      Jan Hubicka committed
    • function.c (diddle_return_value): Kill code to determine return value before expand_function_end. · 932f0847
      	* function.c (diddle_return_value): Kill code to determine
      	return value before expand_function_end.
      	(expand_function_end): Delay call to clobber_return_register
      	after fucntion return value is computed.
      
      	Re-install temporary reverted patch:
      	* toplev.c (rest_of_compilation): Call split_all_insns
      	before reg-stack and shorten-branches. Do shorten-branches
      	after reg-stack.
      	* final.c (shorten_branches): Remove insn splitting code.
      
      From-SVN: r43044
      Jan Hubicka committed
    • gcc.texi, [...]: Add index of command line options. · cd3bb277
      	* doc/gcc.texi, doc/invoke.texi: Add index of command line
      	options.  Use @opindex to index them rather than other indexing
      	commands.  Use @var{...} instead of <...>.  Avoid spaces in names
      	inside @var.  Don't use @kindex to index escape sequences in
      	source code.
      
      From-SVN: r43041
      Joseph Myers committed
    • re PR libgcj/3059 (System doesn't set java.home property) · 4c399c87
      	Fix for PR libgcj/3059:
      	* java/lang/natSystem.cc (init_properties): Define `java.home'.
      	* Makefile.in: Rebuilt.
      	* Makefile.am (AM_CXXFLAGS): Define PREFIX.
      
      From-SVN: r43040
      Tom Tromey committed
    • conflict · acb5223f
      From-SVN: r43038
      Jason Merrill committed
    • stmt.c (current_nesting_level): New fn. · 91088ddb
              * stmt.c (current_nesting_level): New fn.
              * tree.h: Declare it.
              * c-semantics.c (genrtl_compound_stmt): Use it.
      
              * dbxout.c (dbxout_symbol): Use DECL_RTL_SET_P.
      
      From-SVN: r43037
      Jason Merrill committed
    • duplicate · c16bd4e2
      From-SVN: r43036
      Jason Merrill committed
    • duplicate · a245756a
      [[Split portion of a mixed commit.]]
      
      From-SVN: r43035.2
      Jason Merrill committed
    • For PR bootstrap/3075: · 7f7ba9bf
      	* configure, aclocal.m4, Makefile.am: Rebuilt.
      	* configure.in: Pass `--with-auxdir' to subdir configure.  Don't
      	call AC_CONFIG_AUX_DIR or AC_CANONICAL_SYSTEM.  Look for unwind.h
      	relative to libgcj_basedir.
      	* acinclude.m4 ((LIBGCJ_CONFIGURE): Call AC_CONFIG_AUX_DIR and
      	AC_CANONICAL_SYSTEM here.
      	* Makefile.am (CONFIG_STATUS_DEPENDENCIES): Use srcdir, not
      	libgcj_basedir.
      	($(extra_headers)): New target.
      
      From-SVN: r43034
      Tom Tromey committed
    • For PR bootstrap/3075: · a5440f9e
      	* configure, aclocal.m4, Makefile.in: Rebuilt.
      	* configure.in: Don't call AC_CONFIG_AUX_DIR or
      	AC_CANONICAL_SYSTEM.
      	* acinclude.m4 (BOEHM_CONFIGURE): Call AC_CONFIG_AUX_DIR and
      	AC_CANONICAL_SYSTEM here.
      	* Makefile.am (CONFIG_STATUS_DEPENDENCIES): Use srcdir, not
      	boehm_gc_basedir.
      
      From-SVN: r43033
      Tom Tromey committed