1. 18 Feb, 2003 2 commits
  2. 17 Feb, 2003 14 commits
    • BigInteger.java (euclidInv): Return array of `BigInteger's. · b9e16504
      2003-02-17  Raif S. Naffah <raif@fl.net.au>
      
      	* java/math/BigInteger.java (euclidInv): Return array of
      	`BigInteger's.  Changed all callers.
      
      From-SVN: r63014
      Raif S. Naffah committed
    • spe.h (__ev_stdd): Cast 2nd arg. · 9b0c0e9f
      2003-02-17  Aldy Hernandez  <aldyh@redhat.com>
      
              * config/rs6000/spe.h (__ev_stdd): Cast 2nd arg.
              (__ev_stdw): Same.
              (__ev_stdh): Same.
      
      From-SVN: r63012
      Aldy Hernandez committed
    • locale-inst.cc: Do not include <cassert>. · d407831d
      2003-02-17  Paolo Carlini  <pcarlini@unitus.it>
      
      	* src/locale-inst.cc: Do not include <cassert>.
      	* src/locale.cc: Likewise.
      
      From-SVN: r63009
      Paolo Carlini committed
    • re PR libstdc++/9580 (basic_filebuf<> with custom traits_type fails to link) · 1a1aed24
      2003-02-17  Paolo Carlini  <pcarlini@unitus.it>
      
      	PR libstdc++/9580
      	* include/std/std_fstream.h: Declare underflow and uflow
      	specializations, change generic definitions to do nothing.
      	* src/fstream.cc: Add underflow and uflow specializations.
      
      From-SVN: r63008
      Paolo Carlini committed
    • Properties.java (store): Move the code formerly in list(), into this method. · bea63b0a
      2003-02-17  Ranjit Mathew  <rmathew@hotmail.com>
      
      	* java/util/Properties.java (store): Move the code formerly in
      	list(), into this method.
      	(list (PrintStream)): Just call list (PrintWriter) with a
      	PrintWriter object constructed from the given PrintStream object.
      	(list (PrintWriter)): Emulate the output of Properties.list()
      	as found in JDK 1.3/1.4.
      
      From-SVN: r63006
      Ranjit Mathew committed
    • re PR libstdc++/9169 (filebuf output fails if codecvt<>::out returns noconv) · 130cd3e1
      2003-02-17  Paolo Carlini  <pcarlini@unitus.it>
      
      	PR libstdc++/9169
      	* include/bits/fstream.tcc (_M_convert_to_external):
      	Deal correctly with noconv, as prescribed by 27.8.1.4,p8.
      	* testsuite/27_io/filebuf_virtuals.cc (test10): Add.
      
      From-SVN: r63004
      Paolo Carlini committed
    • CompareNaN.java: New test. · ba5d2d3d
      * libjava.lang/CompareNaN.java: New test.
      * libjava.lang/CompareNaN.out: New test.
      
      From-SVN: r63003
      Jeff Sturm committed
    • re PR c++/9457 (ICE in tsubst_copy, at cp/pt.c:7124) · db77ef4c
      	PR c++/9457
      	* pt.c (tsubst_copy_and_build) [CONSTRUCTOR]: Substitute
      	CONSTRUCTOR_ELTS only once.
      
      	* g++.dg/template/init1.C: New test.
      
      From-SVN: r63002
      Kriang Lerdsuwanakij committed
    • Forgot to add these two files to cimmot command line · e6ddcef6
      From-SVN: r63001
      Michael Koch committed
    • 2003-02-17 Michael Koch <konqueror@gmx.de> · b0e1d9ae
      	* java/net/DatagramSocket.java
      	(connect): Merged with classpath.
      	(disconnect): Merged documentation with classpath.
      	(receice): Merged documentation with classpath.
      	(send): Merged documentation with classpath.
      
      From-SVN: r63000
      Michael Koch committed
    • 2003-02-17 Michael Koch <konqueror@gmx.de> · 0701e74c
      	* java/awt/dnd/DragSourceContext.java
      	(addDragSourceListener): Added documentation.
      	* java/awt/dnd/DragSourceDragEvent.java
      	(serialVersionUID): New member variable.
      	(getDropAction): Reformated.
      	* java/awt/dnd/DragSourceDropEvent.java
      	(serialVersionUID): New member variable.
      	(dropSuccess): Renamed from success for serialization issues.
      	* java/awt/dnd/DragSourceEvent.java
      	(serialVersionUID): New member variable.
      	* java/awt/dnd/DropTarget.java
      	(serialVersionUID): New member variable.
      	(DropTarget): Implemented, documentation reworked.
      	(setComponent): Documentation added.
      	(getComponent): Documentation added.
      	(setDefaultActions): Documentation added.
      	(getDefaultActions): Documentation added.
      	(addDropTargetListener): Documentation added.
      	* java/awt/dnd/DropTargetContext.java
      	(DropTargetContext): Documentation added.
      	(TransferableProxy.TransferableProxy): New method.
      	(dropComplete): Fixed documentation.
      	(getTransferable): Fixed documentation.
      	(createTransferableProxy): Implemented.
      	* java/awt/dnd/DropTargetDragEvent.java
      	(DropTargetDragEvent): Documentation added.
      	(serialVersionUID): New member variable.
      	(DropTargetDragEvent): Throw exceptions, documentation added.
      	(acceptDrag): Implemented.
      	(getCurrentDataFlavors): Implemented.3yy
      	(getCurrentDataFlavorsAsList): Implemented.
      	(isDataFlavorSupported): Implemented.
      	(rejectDrag): Implemented.
      	* java/awt/dnd/DropTargetDropEvent.java
      	(DropTargetDropEvent): Documentation added.
      	(serialVersionUID): New member variable.
      	(actions): Renamed from srcActions for serialization issues.
      	(isLocalTx): Renamed from isLocalTx for serialization issues.
      	(DropTargetDropEvent): New implementation, throw exceptions,
      	documentation added.
      	(getCurrentDataFlavors): Implemented.
      	(getCurrentDataFlavorsAsList): Implemented.
      	(isDataFlavorSupported): Implemented.
      	(getSourceActions): Implemented.
      	(getDropAction): Implemented.
      	(getTransferable): Implemented.
      	(acceptDrop): Implemented.
      	(rejectDrop): Implemented.
      	* java/awt/dnd/DropTargetListener.java
      	(drop): Fixed documentation.
      	* java/awt/dnd/MouseDragGestureRecognizer.java
      	(MouseDragGestureRecognizer): Documentation added.
      
      2003-02-17  Michael Koch  <konqueror@gmx.de>
      
      	* java/awt/font/FontRenderContext.java,
      	java/awt/font/ShapeGraphicAttribute.java,
      	java/awt/font/MultipleMaster.java,
      	java/awt/font/TransformAttribute.java,
      	java/awt/font/GlyphJustificationInfo.java,
      	java/awt/font/LineBreakMeasurer.java,
      	java/awt/font/TextMeasurer.java,
      	java/awt/font/TextLayout.java,
      	java/awt/font/LineMetrics.java,
      	java/awt/font/TextAttribute.java,
      	java/awt/font/GlyphMetrics.java,
      	java/awt/font/OpenType.java,
      	java/awt/font/GlyphVector.java,
      	java/awt/font/GraphicAttribute.java,
      	java/awt/font/ImageGraphicAttribute.java,
      	java/awt/font/NumericShaper.java: New files.
      	* Makefile.am
      	(awt_java_source_files): Added the following files:
      	java/awt/font/FontRenderContext.java
      	java/awt/font/ShapeGraphicAttribute.java
      	java/awt/font/MultipleMaster.java
      	java/awt/font/TransformAttribute.java
      	java/awt/font/GlyphJustificationInfo.java
      	java/awt/font/LineBreakMeasurer.java
      	java/awt/font/TextMeasurer.java
      	java/awt/font/TextLayout.java
      	java/awt/font/LineMetrics.java
      	java/awt/font/TextAttribute.java
      	java/awt/font/GlyphMetrics.java
      	java/awt/font/OpenType.java
      	java/awt/font/GlyphVector.java
      	java/awt/font/GraphicAttribute.java
      	java/awt/font/ImageGraphicAttribute.java
      	java/awt/font/NumericShaper.java
      	* Makefile.in: Regenerated.
      
      2003-02-17  Michael Koch  <konqueror@gmx.de>
      
      	* java/awt/print/Paper.java
      	(Paper): Implements Cloneable.
      	* java/awt/print/PrinterJob.java
      	(setJobName): Return value must be void.
      	(print): Throws PrinterException.
      
      From-SVN: r62999
      Michael Koch committed
    • * recog.c (split_all_insns): Fix memory overflow. · 35a3fa09
      From-SVN: r62998
      Jan Hubicka committed
    • h8300.md (cmpqi): Remove mode from compare. · 6dc50366
      	* config/h8300/h8300.md (cmpqi): Remove mode from compare.
      	(cmphi): Likewise.
      	(*cmphi_h8300): Likewise.
      	(*cmphi_h8300hs): Likewise.
      	(cmpsi): Likewise.
      	(7 peephole2): Likewise.
      
      From-SVN: r62996
      Kazu Hirata committed
    • Daily bump. · 7a017610
      From-SVN: r62995
      GCC Administrator committed
  3. 16 Feb, 2003 16 commits
  4. 15 Feb, 2003 8 commits
    • - Add copyright notices. · aac77ea5
      From-SVN: r62946
      David Edelsohn committed
    • gcse.c (bypass_block): Use BLOCK_FOR_INSN for resolving LABEL_REFs. · 9a71ece1
              * gcse.c (bypass_block): Use BLOCK_FOR_INSN for resolving LABEL_REFs.
              (bypass_conditional_jumps): Accept computed_jump_p insns as well.
      
      From-SVN: r62945
      Richard Henderson committed
    • bb-reorder.c (find_traces_1_round): Don't connect easy to copy successors with… · 99dc7277
      bb-reorder.c (find_traces_1_round): Don't connect easy to copy successors with multiple predecessors.
      
              * bb-reorder.c (find_traces_1_round): Don't connect easy to copy
              successors with multiple predecessors.
              (connect_traces): Try harder to copy traces of length 1.
      
              * function.h (struct function): Add computed_goto_common_label,
              computed_goto_common_reg.
              * function.c (free_after_compilation): Zap them.
              * stmt.c (expand_computed_goto): Use them to produce one
              indirect branch per function.
      
      From-SVN: r62944
      Richard Henderson committed
    • rs6000.h (processor_type): Add PPC440. · b54cf83a
      	* config/rs6000/rs6000.h (processor_type): Add PPC440.
      	* config/rs6000/rs6000.c (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
      	TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
      	TARGET_SCHED_VARIABLE_ISSUE): Define.
      	(rs6000_use_dfa_pipeline_interface): New function.
      	(rs6000_multipass_dfa_lookahead): New Function.
      	(rs6000_variable_issue): New function.
      	(rs6000_adjust_cost): Add CMP and DELAYED_CR types.
      	(rs6000_issue_rate): Add PPC440.
      	* config/rs6000/rs6000.md (unspec list): Correct typo.
      	(attr "type"): Add load_ext, load_ext_u, load_ext_ux, load_u,
      	store_ux, store_u, fpload_ux, fpload_u, fpstore_ux, fpstore_u,
      	cmp, delayed_cr, mfcr, mtcr.
      	(automata_option): Set "ndfa".
      	(extendMMNN2): Update attributes.
      	(movcc_internal1): Discourage move to non-cr0.  Update
      	attributes.
      	(movMM_update): Update attributes.
      	(cmpMM_internal): Update attributes.
      	(sCC CR materialization): Update attributes.
      	(branch patterns): Do not discourage non-cr0.
      	(cr logical patterns): Prefer destructive register allocation.
      	Update attributes.
      	(movesi_from_cr): Update attribute.
      	(mtcrf_operation): Update attribute.
      	(mtcrfsi): Update attribute.
      	* config/rs6000/40x.md: New file.
      	* config/rs6000/603.md: New file.
      	* config/rs6000/6xx.md: New file.
      	* config/rs6000/7450.md: New file.
      	* config/rs6000/7xx.md: New file.
      	* config/rs6000/mpc.md: New file.
      	* config/rs6000/power4.md: New file.
      	* config/rs6000/rios1.md: New file.
      	* config/rs6000/rios2.md: New file.
      	* config/rs6000/rs64.md: New file.
      	[Some DFA descriptions based on work by Michael Hayes]
      
      From-SVN: r62943
      David Edelsohn committed
    • cfgcleanup.c: Include params.h. · 5f24e0dc
              * cfgcleanup.c: Include params.h.
              (try_crossjump_bb): Use PARAM_MAX_CROSSJUMP_EDGES.  Fix test for
              too many outgoing edges from a block.
              * Makefile.in (cfgcleanup.o): Depend on PARAMS_H.
              * params.def (max-crossjump-edges): New.
              * doc/invoke.texi: Document it.
      
      From-SVN: r62942
      Richard Henderson committed
    • recog.c (split_all_insns): Include new blocks in life update; do a global life update. · 9381bbc9
              * recog.c (split_all_insns): Include new blocks in life update;
              do a global life update.
      
      From-SVN: r62941
      Richard Henderson committed
    • search.c: ANSIfy function declarations and definitions. · 86ac0575
      	* search.c: ANSIfy function declarations and definitions.
      	* cp-tree.h (lookup_field, lookup_member): Last parameter is a bool.
      	* call.c (build_method_call, resolve_scoped_fn_name,
      	build_java_interface_fn_ref): Adjust lookup_field, lookup_member
      	calls.
      	* class.c (handle_using_decl): Likewise.
      	* decl.c (make_typename_type, make_unmound_class_template,
      	start_decl, compute_array_index_type): Likewise.
      	* decl2.c (build_expr_from_tree, build_call_from_tree): Likewise.
      	* init.c (expand_member_init, build_member_call): Likewise.
      	* pt.c (tsubst_copy, tsubst_copy_and_build, do_decl_instantiation,
      	resolve_typename_type): Likewise.
      	* typeck.c (lookup_destructor, finish_class_member_access_exprm
      	build_prememfunc_access_expr): Likewise.
      
      From-SVN: r62939
      Nathan Sidwell committed
    • libjava.exp (test_libjava_from_javac): Use regsub not string map. · 6ff741aa
             * lib/libjava.exp (test_libjava_from_javac): Use regsub not string map.
             * libjava.mauve/mauve.exp (mauve_compute_uses): Likewise.
             (test_mauve): Likewise.
      
      From-SVN: r62937
      Mark Wielaard committed