1. 04 Feb, 2004 22 commits
  2. 03 Feb, 2004 18 commits
    • alias.c (find_base_term, get_addr): Do not dereference NULL pointer when all… · 40e02b4a
      alias.c (find_base_term, get_addr): Do not dereference NULL pointer when all VALUE's locations has been invalidated.
      
      	* alias.c (find_base_term, get_addr):  Do not dereference NULL
      	pointer when all VALUE's locations has been invalidated.
      	(rtx_equal_for_memref_p): Simplify checking of VALUEs.
      
      From-SVN: r77201
      Jan Hubicka committed
    • Commit for Wolfgang Bangerth: · 1c02f6f2
      	* doc/invoke.texi (x86 options): Fix spelling/wording
      
      From-SVN: r77200
      Wolfgang Bangerth committed
    • 20001228-1.c: Fix for new error message. · e262dfbc
      2004-02-04  Paolo Bonzini  <bonzini@gnu.org>
      
      	* gcc.dg/noncompile/20001228-1.c: Fix for new
      	error message.
      
      From-SVN: r77199
      Paolo Bonzini committed
    • basic_string.h (insert(iterator)): Remove, non-standard and already scheduled for removal. · 129e9210
      2004-02-03  Paolo Carlini  <pcarlini@suse.de>
      
      	* include/bits/basic_string.h (insert(iterator)): Remove,
      	non-standard and already scheduled for removal.
      
      From-SVN: r77198
      Paolo Carlini committed
    • iris5.h (ASM_OUTPUT_ASCII): Use mips_output_ascii to put the original string in a comment. · 584e5527
      	* config/mips/iris5.h (ASM_OUTPUT_ASCII): Use mips_output_ascii to
      	put the original string in a comment.
      	* config/mips/mips-protos.h (mips_output_ascii): Add prefix argument.
      	* config/mips/mips.c (mips_output_ascii): Likewise.
      	* config/mips/mips.h (ASM_OUTPUT_ASCII): Adjust accordingly.
      
      From-SVN: r77195
      Richard Sandiford committed
    • system.h (GIV_SORT_CRITERION): Poison. · 9b2b3375
      	* system.h (GIV_SORT_CRITERION): Poison.
      	* config/avr/avr.h (GIV_SORT_CRITERION): Remove.
      	* config/ip2k/ip2k.h (GIV_SORT_CRITERION): Likewise.
      
      From-SVN: r77194
      Kazu Hirata committed
    • re PR target/9348 ([HP-UX] error in int to unsigned long multiplication) · 888d65b5
      
      	PR target/9348
      	* expr.c (expand_expr_real) <MULT_EXPR>:  When performing widening
      	multiplies with a multiplication of the wrong signedness, its the
      	signedness of the multiplication that we've performed that needs to
      	be passed to expand_mult_highpart_adjust.  Avoid emitting a nop-move
      	if expand_mult_highpart_adjust places the result in target.
      
      	* gcc.c-torture/execute/multdi-1.c: New test case.
      
      From-SVN: r77192
      Roger Sayle committed
    • re PR c++/13925 (Bug while befriending specializations) · 18f5be99
      	PR c++/13925
      	* decl.c (start_function): Do not call pushdecl for any
      	instantiation or specialization of a primary template.
      
      	PR c++/13925
      	* g++.dg/template/lookup5.C: New test.
      
      From-SVN: r77187
      Mark Mitchell committed
    • re PR c++/13950 ([DR176] lookup of dependent base name) · 4bfb8bba
      	PR c++/13950
      	* parser.c (cp_parser_class_name): Robustify.
      
      	PR c++/13970
      	* parser.c (cp_parser_cache_group): Do not consume the EOF token.
      
      	PR c++/13950
      	* g++.dg/template/lookup4.C: New test.
      
      	PR c++/13970
      	* g++.dg/parse/error14.C: New test.
      
      From-SVN: r77186
      Mark Mitchell committed
    • * config.gcc (sh[234]l): Use little endian fragments. · a8f0f22e
      From-SVN: r77185
      J"orn Rennecke committed
    • re PR c++/14002 (Friend declaration with template-id causes confusion of function arguments) · 3c398f34
      	PR c++/14002
      	* semantics.c (finish_id_expression): Do not return an
      	IDENTIFIER_NODE when lookup finds a PARM_DECL.
      
      	PR c++/14002
      	* g++.dg/parse/template13.C: New test.
      
      From-SVN: r77183
      Mark Mitchell committed
    • stl_iterator_base_funcs.h: Minor formatting and indentation tweaks. · 83042fca
      2004-02-03  Paolo Carlini  <pcarlini@suse.de>
      
      	* include/bits/stl_iterator_base_funcs.h: Minor formatting
      	and indentation tweaks.
      	* include/bits/stl_iterator_base_types.h: Likewise.
      	* include/bits/stl_list.h: Likewise.
      	* include/bits/stl_map.h: Likewise.
      	* include/bits/stl_tempbuf.h: Likewise.
      
      From-SVN: r77182
      Paolo Carlini committed
    • pdp11-modes.def: Add RESET_FLOAT_FORMAT calls. · e621b588
      * config/pdp11/pdp11-modes.def: Add RESET_FLOAT_FORMAT calls.
      * config/pdp11/pdp11-protos.h (legitimate_const_double_p): Add.
      * config/pdp11/pdp11.c (encode_pdp11_f, decode_pdp11_f,
      encode_pdp11_d, decode_pdp11_d): New functions to handle PDP11
      floating point format.
      (pdp11_f_format, pdp11_d_format): New real_format descriptors for
      the above functions.
      (output_move_quad): Output float values in correct target format.
      (legitimate_const_double_p): New function.
      * config/pdp11/pdp11.h: Fix typos.
      (FLOAT_WORDS_BIG_ENDIAN): Add definition.
      (TARGET_FLOAT_FORMAT): Ditto.
      (pdp11_f_format, pdp11_d_format): Add external declarations.
      (MAX_REGS_PER_ADDRESS): Corrected.
      (LEGITIMATE_CONSTANT_P): Use legitimate_const_double_p().
      (PRINT_OPERAND): Output float literals in target format.
      
      From-SVN: r77180
      Paul Koning committed
    • GtkListPeer.java, [...]: Fix handling of alias methods... · b6d3cb37
      2004-02-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
      
      	* gnu/java/awt/peer/gtk/GtkListPeer.java,
      	java/awt/BorderLayout.java, java/awt/CardLayout.java,
      	java/awt/CheckboxGroup.java, java/awt/Choice.java,
      	java/awt/Component.java, java/awt/Container.java,
      	java/awt/FontMetrics.java, java/awt/GridBagLayout.java,
      	java/awt/LayoutManager2.java, java/awt/List.java,
      	java/awt/Menu.java, java/awt/MenuBar.java,
      	java/awt/MenuItem.java, java/awt/Polygon.java,
      	java/awt/Rectangle.java, java/awt/ScrollPane.java,
      	java/awt/Scrollbar.java, java/awt/TextArea.java,
      	java/awt/TextField.java,
      	java/awt/image/renderable/RenderContext.java,
      	javax/swing/JApplet.java: Fix handling of alias methods, where a
      	method has been deprecated in favour of a new one with the same
      	funtion but a different name.  Put the method implementation in
      	the deprecated method and have the new method call the
      	deprecated one.  Make all other code call the new method.
      
      From-SVN: r77178
      Thomas Fitzsimmons committed
    • re PR c++/13975 (ICE on misplaced visibility specifier.) · 5a98fa7b
      	PR c++/13975
      	* tree.h (enum tree_index): Add TI_PUBLIC, TI_PROTECTED, and
      	TI_PRIVATE.
      	(access_public_node): Redefine.
      	(access_protected_node): Likewise.
      	(access_private_node): Likewise.
      	* tree.c (build_common_tree_nodes): Create access_public_node,
      	access_protected_node, and access_private_node.
      
      	PR c++/13978
      	* pt.c (build_non_dependent_expr): Do not build
      	NON_DEPENDENT_EXPRs for FUNCTION_DECLs or TEMPLATE_DECLs.
      
      	PR c++/13968
      	* semantics.c (finish_id_expression): Do not return an
      	IDENTIFIER_NODE when lookup finds a VAR_DECL.
      
      	PR c++/13975
      	* parser.c (cp_parser_simple_declaration): When skipping to the
      	end of the statement swallow the terminating semicolon.
      
      	PR c++/13978
      	* g++.dg/template/koenig4.C: New test.
      
      	PR c++/13968
      	* g++.dg/template/crash17.C: New test.
      
      	PR c++/13975
      	* g++.dg/parse/error13.C: New test.
      	* g++.old-deja/g++.robertl/eb125.C: Tweak error messages.
      
      From-SVN: r77176
      Mark Mitchell committed
    • ia64.h (MASK_INLINE_INT_DIV_LAT): Change value. · 0263e6bf
      	* config/ia64/ia64.h (MASK_INLINE_INT_DIV_LAT): Change value.
      	(MASK_INLINE_INT_DIV_THR): Ditto.
      	(MASK_INLINE_SQRT_LAT): Ditto.
      	(MASK_INLINE_SQRT_THR): Ditto.
      	(MASK_DWARF2_ASM): Ditto.
      	(MASK_EARLY_STOP_BITS): Ditto.
      
      From-SVN: r77175
      Steve Ellcey committed
    • * gnu/java/nio/DatagramChannelImpl.java · 8696d927
      	(inChannelOperation): New field.
      	(isInChannelOperation): New accessor.
      	(setInChannelOperation): New modifier.
      	(receive): Use capacity() - position() of destination
      	buffer instead of remaining(). Set and reset our "in
      	channel operation indicator" before and after delegating
      	the receive to our datagram socket. Removed testing code.
      	Update destination buffer's current position if it is
      	backed by a byte array (hasArray() is true).
      	(send): Set and reset our "in channel operation indicator"
      	before and after delegating the send to our datagram socket.
      	Removed testing code. Update source buffer's current position
      	if it is backed by a byte array (hasArray() is true).
      	* gnu/java/nio/SocketChannelImpl.java (read(ByteBuffer)):
      	Use capacity() - position() of destination buffer instead
      	of remaining().
      	* java/net/DatagramSocket.java (receive): Don't throw an
      	IllegalBlockingModeException if we have a non-blocking
      	channel which initiated this operation.
      	(send): Likewise.
      
      From-SVN: r77173
      Mohan Embar committed