Skip to content
Snippets Groups Projects
  1. Feb 18, 2003
    • Jason Merrill's avatar
      * Makefile.tpl (check-c++): Allow parallelism. · 30db8e17
      Jason Merrill authored
      From-SVN: r63053
      30db8e17
    • Matt Austern's avatar
      langhooks.h, [...]: introduce new langhook... · 2b59501b
      Matt Austern authored
             * langhooks.h, langhooks-def.h: introduce new langhook,
             final_write_globals, with write_global_declarations as default.
             * toplev.c: Move invocation of wrapup_global_declarations from
             compile_file to new function, write_global_declarations.  Change
             compile_file to use final_write_globals hook.  Change
             wrapup_global_declarations so writing to DECL_DEFER_OUTPUT is
             conditional.
      
             * cp/cp-lang.c: Change lang hooks so that final_write_globals does
             nothing for C++.
             * cp/decl.c (wrapup_globals_for_namespace): Remove special
             handling of global namespace.
      
      From-SVN: r63051
      2b59501b
    • John David Anglin's avatar
      * pa.md: Correct and enhance comment. · 131efcd8
      John David Anglin authored
      From-SVN: r63049
      131efcd8
    • Geoffrey Keating's avatar
      Remove conflict marker · dce53c70
      Geoffrey Keating authored
      From-SVN: r63048
      dce53c70
    • Geoffrey Keating's avatar
      pch.exp: Delete $bname.h before copying into it. · 59d22bc5
      Geoffrey Keating authored
      	* gcc.dg/pch/pch.exp: Delete $bname.h before copying into it.
      	* g++.dg/pch/pch.exp: Likewise.
      
      From-SVN: r63047
      59d22bc5
    • Geoffrey Keating's avatar
      * gcc.c (validate_switches): Don't scan past closing '}'. · e17aafd1
      Geoffrey Keating authored
      From-SVN: r63046
      e17aafd1
    • Jason Merrill's avatar
      re PR c++/9623 (named initializer regression) · 04b03085
      Jason Merrill authored
              PR c++/9623
              * decl.c (reshape_init): Don't mess with initializer labels.
      
      From-SVN: r63045
      04b03085
    • Jason Merrill's avatar
      re PR c++/9623 (named initializer regression) · a6bd211d
      Jason Merrill authored
              PR c++/9623
              * decl.c (reshape_init): Don't mess with initializer labels.
      
      [[Split portion of a mixed commit.]]
      
      From-SVN: r63044.2
      a6bd211d
    • Kazu Hirata's avatar
      20030209-1.c: Enable the test if STACK_SIZE is not defined. · bc102c4b
      Kazu Hirata authored
      	* gcc.c-torture/execute/20030209-1.c: Enable the test if
      	STACK_SIZE is not defined.
      
      From-SVN: r63042
      bc102c4b
    • Ben Elliston's avatar
      re PR other/7350 ('shoud' typos) · bf7c02dd
      Ben Elliston authored
      * Fix for PR other/7350
      
      [cp]
      	* decl.c (duplicate_decls): Fix typo in comment.
      [ada]
      	* 5qtaprop.adb (Sleep): Fix typo in comment.
      
      From-SVN: r63037
      bf7c02dd
    • Paolo Carlini's avatar
      re PR libstdc++/9582 (ODR violation in std::allocator) · 14a65f50
      Paolo Carlini authored
      2003-02-18  Paolo Carlini  <pcarlini@unitus.it>
      
      	PR libstdc++/9582
      	* include/bits/stl_alloc.h (__pool_alloc::allocate):
      	Remove assert.
      
      From-SVN: r63031
      14a65f50
    • Ben Elliston's avatar
      re PR c++/1607 ([3.3 only] Format attributes on methods undocumented) · f57a2e3a
      Ben Elliston authored
      	PR c++/1607
      	* doc/extend.texi (Function Attributes): Document the effect of
      	the C++ "this" parameter on the counting of arguments for the
      	"format" and "format_arg" attributes.
      
      From-SVN: r63030
      f57a2e3a
    • Michael Koch's avatar
      2003-02-18 Michael Koch <konqueror@gmx.de> · 69c107ef
      Michael Koch authored
      	* java/nio/channels/FileChannel.java
      	(toString): New implementation, added documentation.
      	(map): Added exception documentation.
      	(size): Added exception documentation.
      	(write): New methods, documentation work.
      	(read): New methods, documentation work.
      	(implCloseChannel): Rewrote exception documentation.
      	(force): Throws IOException, added documentation.
      	(lock): New methods.
      	(tryLock): New methods.
      	(position): New methods.
      	(transferTo): New method.
      	(transferFrom): New method.
      	(truncate): New method.
      	* java/nio/channels/spi/SelectorProvider.java
      	(provider): Implemented.
      	* Makefile.am
      	(ordinary_java_source_files): Added the following files:
      	gnu/java/nio/DatagramChannelImpl.java
      	gnu/java/nio/FileChannelImpl.java
      	gnu/java/nio/PipeImpl.java
      	gnu/java/nio/SelectionKeyImpl.java
      	gnu/java/nio/SelectorImpl.java
      	gnu/java/nio/SelectorProviderImpl.java
      	gnu/java/nio/ServerSocketChannelImpl.java
      	gnu/java/nio/SocketChannelImpl.java
      	java/nio/channels/FileLock.java
      	(nat_java_source_files): Added the following files:
      	gnu/java/nio/natFileChannelImpl.cc
      	gnu/java/nio/natSelectorImpl.cc
      	gnu/java/nio/natSocketChannelImpl.cc
      	* Makefile.in: Regenerated.
      
      From-SVN: r63028
      69c107ef
    • Mark Mitchell's avatar
      Add PR number · c7adfa01
      Mark Mitchell authored
      From-SVN: r63027
      c7adfa01
    • Michael Elizabeth Chastain's avatar
      class.c (build_base_field): Mark fields for base classes with DECL_IGNORED_P. · 0f3a8219
      Michael Elizabeth Chastain authored
      	* class.c (build_base_field): Mark fields for base classes with
      	DECL_IGNORED_P.
      
      From-SVN: r63026
      0f3a8219
    • Benjamin Kosnik's avatar
      [multiple changes] · 6067bea4
      Benjamin Kosnik authored
      2003-02-17  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* include/bits/basic_ios.tcc (copyfmt): Copy locale data as well.
      	* testsuite/27_io/ios_members.cc (test03): New.
      
      2003-02-17  Jerry Quinn  <jlquinn@optonline.net>
      
      	* include/bits/basic_ios.h (basic_ios::_M_cache_locale): Declare.
      	(basic_ios::_M_cache_facets): Move into above.
      	* include/bits/basic_ios.tcc (basic_ios::copyfmt): Rebuild locale
      	cache.
      	(basic_ios::imbue): Force locale cache to be built.
      	(basic_ios::_M_init): Create and initialize locale cache.
      	* include/bits/ios_base.h (__locale_cache_base): Declare.
      	(ios_base::_M_locale_cache): New.
      	(ios_base::_M_cache): Define.
      	* include/bits/locale_facets.h:	(__num_base): Fix comment.  Add
      	_S_end.
              (__locale_cache_base,__locale_cache<_CharT>):  New classes.
      	(__locale_cache<char>, __locale_cache<wchar_t>): New specializations.
      	* include/bits/locale_facets.tcc (num_put::_M_convert_int): Use locale
      	cache literal string, grouping flag, thousands separator.
      	(__locale_cache<_CharT>::__locale_cache): New.
      	(__locale_cache<_CharT>::_M_init): New.
      	(__locale_cache<_CharT>::_M_populate): New.
      	* src/ios.cc: Clear _M_locale_cache in constructor.
      	* src/locale-inst.cc (__locale_cache<char>, __locale_cache<_char_t>):
      	New.
      
      From-SVN: r63025
      6067bea4
    • Tom Tromey's avatar
      ColorModel.java: Re-merged with Classpath. · 59ac5a17
      Tom Tromey authored
      	* java/awt/image/ColorModel.java: Re-merged with Classpath.
      	* java/awt/image/ImageFilter.java: Likewise.
      
      From-SVN: r63024
      59ac5a17
    • GCC Administrator's avatar
      Daily bump. · 5b0512df
      GCC Administrator authored
      From-SVN: r63023
      5b0512df
  2. Feb 17, 2003
    • Raif S. Naffah's avatar
      BigInteger.java (euclidInv): Return array of `BigInteger's. · b9e16504
      Raif S. Naffah authored
      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
      b9e16504
    • Aldy Hernandez's avatar
      spe.h (__ev_stdd): Cast 2nd arg. · 9b0c0e9f
      Aldy Hernandez authored
      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
      9b0c0e9f
    • Paolo Carlini's avatar
      locale-inst.cc: Do not include <cassert>. · d407831d
      Paolo Carlini authored
      2003-02-17  Paolo Carlini  <pcarlini@unitus.it>
      
      	* src/locale-inst.cc: Do not include <cassert>.
      	* src/locale.cc: Likewise.
      
      From-SVN: r63009
      d407831d
    • Paolo Carlini's avatar
      re PR libstdc++/9580 (basic_filebuf<> with custom traits_type fails to link) · 1a1aed24
      Paolo Carlini authored
      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
      1a1aed24
    • Ranjit Mathew's avatar
      Properties.java (store): Move the code formerly in list(), into this method. · bea63b0a
      Ranjit Mathew authored
      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
      bea63b0a
    • Paolo Carlini's avatar
      re PR libstdc++/9169 (filebuf output fails if codecvt<>::out returns noconv) · 130cd3e1
      Paolo Carlini authored
      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
      130cd3e1
    • Jeff Sturm's avatar
      CompareNaN.java: New test. · ba5d2d3d
      Jeff Sturm authored
      * libjava.lang/CompareNaN.java: New test.
      * libjava.lang/CompareNaN.out: New test.
      
      From-SVN: r63003
      ba5d2d3d
    • Kriang Lerdsuwanakij's avatar
      re PR c++/9457 (ICE in tsubst_copy, at cp/pt.c:7124) · db77ef4c
      Kriang Lerdsuwanakij authored
      	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
      db77ef4c
    • Michael Koch's avatar
      Forgot to add these two files to cimmot command line · e6ddcef6
      Michael Koch authored
      From-SVN: r63001
      e6ddcef6
    • Michael Koch's avatar
      2003-02-17 Michael Koch <konqueror@gmx.de> · b0e1d9ae
      Michael Koch authored
      	* 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
      b0e1d9ae
    • Michael Koch's avatar
      2003-02-17 Michael Koch <konqueror@gmx.de> · 0701e74c
      Michael Koch authored
      	* 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
      0701e74c
    • Jan Hubicka's avatar
      * recog.c (split_all_insns): Fix memory overflow. · 35a3fa09
      Jan Hubicka authored
      From-SVN: r62998
      35a3fa09
    • Kazu Hirata's avatar
      h8300.md (cmpqi): Remove mode from compare. · 6dc50366
      Kazu Hirata authored
      	* 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
      6dc50366
    • GCC Administrator's avatar
      Daily bump. · 7a017610
      GCC Administrator authored
      From-SVN: r62995
      7a017610
  3. Feb 16, 2003
Loading