1. 30 Mar, 2003 10 commits
    • re PR c/10083 (alpha: ICE while building swi-prolog-packages) · 5bf92e20
              PR c/10083
              * config/alpha/alpha.md (umuldi3_highpart): Change to expander;
              don't zero_extend const inputs.
      	* gcc.c-torture/compile/20030330-1.c: New.
      
      From-SVN: r65047
      Richard Henderson committed
    • fastjar.texi: Remove @ at start of file. · 438f63a8
      fastjar:
      	* fastjar.texi: Remove @ at start of file.
      
      gcc/java:
      	* gcj.texi: Remove @ at start of file.
      
      From-SVN: r65045
      Joseph Myers committed
    • cp-tree.h (binding_for_name): Move to name-lookup.h Adjust prototype. · ed3cf953
      	* cp-tree.h (binding_for_name: Move to name-lookup.h  Adjust
      	prototype.
      	(cxx_scope_find_binding_for_name): Likewise.
      	* decl.c (find_binding: Move to name-lookup.c.
      	(binding_for_name): Likewise.
      	(cxx_scope_find_binding_for_name): Likewise.
      	(BINDING_LEVEL):  Remove.
      	(push_binding): Tidy.
      	(push_class_binding): Likewise.
      	(pop_binding): Likewise.
      	(poplevel): Likewise.
      	(poplevel_class): Likewise.
      	(set_identifier_type_value_with_scope): Likewise.
      	(push_overloaded_decl): Likewise.
      	(lookup_tag): Likewise.
      	(unqualified_namespace_lookup): Likewise.
      	(lookup_name_current_level): Likewise.
      	(maybe_inject_for_scope_var): Likewise.
      	(namespace_binding): Move to name-lookup.c.
      	(set_namespace_binding): Likewise.
      	* decl2.c (lookup_using_namespace): Tidy.
      	(qualified_lookup_using_namespace): Likewise.
      	(do_toplevel_using_decl): Likewise.
      	* name-lookup.c: Include "timevar.h"
      	* name-lookup.h (cxx_scope):  Declare.
      	(struct cxx_binding): Lose member "has_level".  Adjust "scope"
      	member declaration.
      	(BINDING_SCOPE): Adjust definition.
      	(BINDING_HAS_LEVEL_P): Remove.
      
      From-SVN: r65044
      Gabriel Dos Reis committed
    • * reload1.c (reload_cse_move2add): Fix a comment typo. · 9a8075a1
      From-SVN: r65041
      Kazu Hirata committed
    • name-lookup.c: New file. · aed81407
      	* name-lookup.c: New file.
      	* name-lookup.h: Likewise..
      	* decl.c (push_binding): Adjust use cxx_binding_make.
      	(free_bindings): Move to name-lookup.c
      	(pop_binding): Use cxx_binding_free.
      	(binding_for_name): Tidy.
      	* cp-tree.h: Include "name-lookup.h"
      	(cxx_binding_make): Move to name-lookup.h
      	(cxx_binding_clear): Likewise.
      	(struct cxx_binding): Likewise.
      	(LOCAL_BINDING_P): Likewise.
      	(INHERITED_VALUE_BINDING_P): Likewise.
      	(BINDING_SCOPE): Likewise.
      	(BINDING_HAS_LEVEL_P): Likewise.
      	(BINDING_VALUE): Likewise.
      	(BINDING_TYPE): Likewise.
      	* config-lang.in (gtfiles): Add cp/name-lookup.h
      	* Make-lang.in (cp/name-lookup.o): New rule.
      	(CXX_OBJS): Add cp/name-lookup.o
      	(CXX_TREE_H): Add cp/name-lookup.h
      
      From-SVN: r65040
      Gabriel Dos Reis committed
    • * config/h8300/h8300.md (a peephole2): Remove useless code. · f3926c48
      From-SVN: r65039
      Kazu Hirata committed
    • fstream.tcc (basic_filebuf::showmanyc, [...]): Fix test for synced buffer. · 631693d5
      2003-03-30  Paolo Carlini  <pcarlini@unitus.it>
      
      	* include/bits/fstream.tcc (basic_filebuf::showmanyc,
      	_M_convert_to_external, _M_really_overflow, seekoff): Fix
      	test for synced buffer.
      	* include/std/std_fstream.h (sync): Likewise.
      	* src/fstream.cc (basic_filebuf<char>::_M_underflow_common,
      	basic_filebuf<wchar_t>::_M_underflow_common): Likewise.
      
      From-SVN: r65038
      Paolo Carlini committed
    • natString.cc (hashCode): Use cachedHashCode. · 7270451f
      2003-03-29  Eric Blake  <ebb9@email.byu.edu>
      	    Tom Tromey  <tromey@redhat.com>
      
      	* java/lang/natString.cc (hashCode): Use cachedHashCode.
      	(init()): Removed.
      	(charAt): Put index in exception.
      	(contentEquals): New method.
      	Include StringBuffer.h.
      	* java/lang/String.java (cachedHashCode): New field.
      	(String()): Follow classpath implementation.
      	(init()): Removed.
      	(contentEquals): Declare.
      	(subSequence): Don't declare IndexOutIfBoundsException in throws
      	clause.
      	(matches, replaceFirst, replaceAll, split): New methods from
      	Classpath.
      
      Co-Authored-By: Tom Tromey <tromey@redhat.com>
      
      From-SVN: r65037
      Eric Blake committed
    • String.java: Reordered to follow Classpath; merged in javadoc. · 9ba99c63
      	* java/lang/String.java: Reordered to follow Classpath; merged in
      	javadoc.
      
      From-SVN: r65036
      Tom Tromey committed
    • Daily bump. · 59ee40a4
      From-SVN: r65032
      GCC Administrator committed
  2. 29 Mar, 2003 13 commits
  3. 28 Mar, 2003 17 commits