OSDN Git Service

pf3gnuchains/gcc-fork.git
21 years agoPatch for PR 9617.
wilson [Tue, 18 Feb 2003 20:12:11 +0000 (20:12 +0000)]
Patch for PR 9617.
* config/ia64/ia64.md (floatdidf2, floatdisf2): Add %, before second
instruction in output template.
(bsp_value): Change output template from string to C code, add %,
before actual instruction.
(flushrs): Mark as not predicable.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63062 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-02-18 Krister Walfridsson <cato@df.lth.se>
kristerw [Tue, 18 Feb 2003 20:05:02 +0000 (20:05 +0000)]
2003-02-18  Krister Walfridsson  <cato@df.lth.se>

* inclhack.def (netbsd_bogus_semicolon): New fix.
* fixincl.x: Rebuilt.
* tests/base/ctype.h: Update.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63061 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * fold-const.c (negate_expr_p): New function to determine whether
sayle [Tue, 18 Feb 2003 19:37:01 +0000 (19:37 +0000)]
* fold-const.c (negate_expr_p): New function to determine whether
an expression can be negated cheaply.
(fold) [MINUS_EXPR]: Use it to determine whether to transform
-A - B into -B - A for floating point types.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63059 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * sbitmap.c (sbitmap_resize): New function.
sayle [Tue, 18 Feb 2003 19:35:08 +0000 (19:35 +0000)]
* sbitmap.c (sbitmap_resize): New function.
* sbitmap.h (sbitmap_resize): Prototype here.
* recog.c (split_all_insns): Use sbitmap_resize.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63058 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config/h8300/h8300.md (*zero_extendhisi2_h8300): Fix the
kazu [Tue, 18 Feb 2003 19:17:36 +0000 (19:17 +0000)]
* config/h8300/h8300.md (*zero_extendhisi2_h8300): Fix the
insn length.
(extendqisi2): Likewise.
(*extendhisi2_h8300): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63056 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago PR c++/9704
mmitchel [Tue, 18 Feb 2003 19:17:29 +0000 (19:17 +0000)]
PR c++/9704
* class.c (layout_class_type): In the 3.2 ABI, take into account
trailing bit fields when computing CLASSTYPE_SIZE_UNIT.

PR c++/9704
* g++.dg/init/copy5.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63055 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago PR c++/9704
mmitchel [Tue, 18 Feb 2003 19:17:28 +0000 (19:17 +0000)]
PR c++/9704
* class.c (layout_class_type): In the 3.2 ABI, take into account
trailing bit fields when computing CLASSTYPE_SIZE_UNIT.

PR c++/9704
* g++.dg/init/copy5.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63054 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * Makefile.tpl (check-c++): Allow parallelism.
jason [Tue, 18 Feb 2003 19:15:17 +0000 (19:15 +0000)]
    * Makefile.tpl (check-c++): Allow parallelism.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63053 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * langhooks.h, langhooks-def.h: introduce new langhook,
austern [Tue, 18 Feb 2003 18:50:05 +0000 (18:50 +0000)]
   * 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63051 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * pa.md: Correct and enhance comment.
danglin [Tue, 18 Feb 2003 18:27:13 +0000 (18:27 +0000)]
* pa.md: Correct and enhance comment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63049 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoRemove conflict marker
geoffk [Tue, 18 Feb 2003 18:26:43 +0000 (18:26 +0000)]
Remove conflict marker

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63048 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * gcc.dg/pch/pch.exp: Delete $bname.h before copying into it.
geoffk [Tue, 18 Feb 2003 18:26:06 +0000 (18:26 +0000)]
* gcc.dg/pch/pch.exp: Delete $bname.h before copying into it.
* g++.dg/pch/pch.exp: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63047 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * gcc.c (validate_switches): Don't scan past closing '}'.
geoffk [Tue, 18 Feb 2003 18:24:05 +0000 (18:24 +0000)]
* gcc.c (validate_switches): Don't scan past closing '}'.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63046 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago PR c++/9623
jason [Tue, 18 Feb 2003 18:16:40 +0000 (18:16 +0000)]
    PR c++/9623
        * decl.c (reshape_init): Don't mess with initializer labels.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63045 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago PR c++/9623
jason [Tue, 18 Feb 2003 18:16:19 +0000 (18:16 +0000)]
    PR c++/9623
        * decl.c (reshape_init): Don't mess with initializer labels.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63044 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * gcc.c-torture/execute/20030209-1.c: Enable the test if
kazu [Tue, 18 Feb 2003 17:48:54 +0000 (17:48 +0000)]
* gcc.c-torture/execute/20030209-1.c: Enable the test if
STACK_SIZE is not defined.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63042 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago* Fix for PR other/7350
bje [Tue, 18 Feb 2003 13:40:56 +0000 (13:40 +0000)]
* Fix for PR other/7350

[cp]
* decl.c (duplicate_decls): Fix typo in comment.
[ada]
* 5qtaprop.adb (Sleep): Fix typo in comment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63037 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-02-18 Paolo Carlini <pcarlini@unitus.it>
paolo [Tue, 18 Feb 2003 10:54:37 +0000 (10:54 +0000)]
2003-02-18  Paolo Carlini  <pcarlini@unitus.it>

PR libstdc++/9582
* include/bits/stl_alloc.h (__pool_alloc::allocate):
Remove assert.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63031 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago PR c++/1607
bje [Tue, 18 Feb 2003 10:51:57 +0000 (10:51 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63030 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-02-18 Michael Koch <konqueror@gmx.de>
mkoch [Tue, 18 Feb 2003 07:26:20 +0000 (07:26 +0000)]
2003-02-18  Michael Koch  <konqueror@gmx.de>

* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63028 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoAdd PR number
mmitchel [Tue, 18 Feb 2003 07:25:48 +0000 (07:25 +0000)]
Add PR number

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63027 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * class.c (build_base_field): Mark fields for base classes with
mmitchel [Tue, 18 Feb 2003 07:24:44 +0000 (07:24 +0000)]
* class.c (build_base_field): Mark fields for base classes with
DECL_IGNORED_P.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63026 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-02-17 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Tue, 18 Feb 2003 05:45:07 +0000 (05:45 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63025 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * java/awt/image/ColorModel.java: Re-merged with Classpath.
tromey [Tue, 18 Feb 2003 00:57:26 +0000 (00:57 +0000)]
* java/awt/image/ColorModel.java: Re-merged with Classpath.
* java/awt/image/ImageFilter.java: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63024 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoDaily bump.
gccadmin [Tue, 18 Feb 2003 00:17:05 +0000 (00:17 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63023 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-02-17 Raif S. Naffah <raif@fl.net.au>
tromey [Mon, 17 Feb 2003 23:18:39 +0000 (23:18 +0000)]
2003-02-17  Raif S. Naffah <raif@fl.net.au>

* java/math/BigInteger.java (euclidInv): Return array of
`BigInteger's.  Changed all callers.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63014 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-02-17 Aldy Hernandez <aldyh@redhat.com>
aldyh [Mon, 17 Feb 2003 23:14:41 +0000 (23:14 +0000)]
2003-02-17  Aldy Hernandez  <aldyh@redhat.com>

        * config/rs6000/spe.h (__ev_stdd): Cast 2nd arg.
        (__ev_stdw): Same.
        (__ev_stdh): Same.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63012 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-02-17 Paolo Carlini <pcarlini@unitus.it>
paolo [Mon, 17 Feb 2003 21:42:05 +0000 (21:42 +0000)]
2003-02-17  Paolo Carlini  <pcarlini@unitus.it>

* src/locale-inst.cc: Do not include <cassert>.
* src/locale.cc: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63009 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-02-17 Paolo Carlini <pcarlini@unitus.it>
paolo [Mon, 17 Feb 2003 20:07:48 +0000 (20:07 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63008 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-02-17 Ranjit Mathew <rmathew@hotmail.com>
tromey [Mon, 17 Feb 2003 19:05:56 +0000 (19:05 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63006 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-02-17 Paolo Carlini <pcarlini@unitus.it>
paolo [Mon, 17 Feb 2003 19:05:01 +0000 (19:05 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63004 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago* libjava.lang/CompareNaN.java: New test.
jsturm [Mon, 17 Feb 2003 16:07:49 +0000 (16:07 +0000)]
* libjava.lang/CompareNaN.java: New test.
* libjava.lang/CompareNaN.out: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63003 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago PR c++/9457
lerdsuwa [Mon, 17 Feb 2003 15:42:58 +0000 (15:42 +0000)]
PR c++/9457
* pt.c (tsubst_copy_and_build) [CONSTRUCTOR]: Substitute
CONSTRUCTOR_ELTS only once.

* g++.dg/template/init1.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63002 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoForgot to add these two files to cimmot command line
mkoch [Mon, 17 Feb 2003 15:39:52 +0000 (15:39 +0000)]
Forgot to add these two files to cimmot command line

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63001 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-02-17 Michael Koch <konqueror@gmx.de>
mkoch [Mon, 17 Feb 2003 15:33:54 +0000 (15:33 +0000)]
2003-02-17  Michael Koch  <konqueror@gmx.de>

* java/net/DatagramSocket.java
(connect): Merged with classpath.
(disconnect): Merged documentation with classpath.
(receice): Merged documentation with classpath.
(send): Merged documentation with classpath.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63000 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-02-17 Michael Koch <konqueror@gmx.de>
mkoch [Mon, 17 Feb 2003 15:26:30 +0000 (15:26 +0000)]
2003-02-17  Michael Koch  <konqueror@gmx.de>

* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62999 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * recog.c (split_all_insns): Fix memory overflow.
hubicka [Mon, 17 Feb 2003 15:21:32 +0000 (15:21 +0000)]
* recog.c (split_all_insns):  Fix memory overflow.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62998 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config/h8300/h8300.md (cmpqi): Remove mode from compare.
kazu [Mon, 17 Feb 2003 15:00:04 +0000 (15:00 +0000)]
* config/h8300/h8300.md (cmpqi): Remove mode from compare.
(cmphi): Likewise.
(*cmphi_h8300): Likewise.
(*cmphi_h8300hs): Likewise.
(cmpsi): Likewise.
(7 peephole2): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62996 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoDaily bump.
gccadmin [Mon, 17 Feb 2003 00:17:03 +0000 (00:17 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62995 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * c-typeck.c (build_c_cast): Fold constant variables into
hubicka [Sun, 16 Feb 2003 22:10:10 +0000 (22:10 +0000)]
* c-typeck.c (build_c_cast):  Fold constant variables into
initial values.

* gcc.dg/c90-const-expr-3.c (DZERO): New static variable
(foo): Add few extra tests
* gcc.dg/c99-const-expr-3.c: Likewise.
* gcc.c-torture/execute/20030216-1.c: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62987 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * doc/install.texi (Specific): Fix link for m68k-att-sysv.
gerald [Sun, 16 Feb 2003 21:07:30 +0000 (21:07 +0000)]
* doc/install.texi (Specific): Fix link for m68k-att-sysv.
(Binaries): Ditto for Sinix/Reliant Unix.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62984 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * MAINTAINERS: Remove John Carr (who never actually had access to
gerald [Sun, 16 Feb 2003 20:10:37 +0000 (20:10 +0000)]
* MAINTAINERS: Remove John Carr (who never actually had access to
gcc.gnu.org).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62982 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago* arm.c (arm_reload_in_hi): Ensure that the scratch register does
rearnsha [Sun, 16 Feb 2003 19:40:11 +0000 (19:40 +0000)]
* arm.c (arm_reload_in_hi): Ensure that the scratch register does
not overlap the final result register.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62981 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * verify.cc (_Jv_BytecodeVerifier::pop_jump): Removed unused
tromey [Sun, 16 Feb 2003 19:34:49 +0000 (19:34 +0000)]
* verify.cc (_Jv_BytecodeVerifier::pop_jump): Removed unused
variable.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62980 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago PR c++/9459
lerdsuwa [Sun, 16 Feb 2003 17:04:27 +0000 (17:04 +0000)]
PR c++/9459
* error.c (dump_type_prefix): Handle TYPEOF_TYPE.
(dump_type_suffix): Likewise.

* g++.dg/ext/typeof4.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62973 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago+ * libjava.mauve/xfails: Add Class.reflect2 and String.getBytes FAILs.
mark [Sun, 16 Feb 2003 14:47:03 +0000 (14:47 +0000)]
+       * libjava.mauve/xfails: Add Class.reflect2 and String.getBytes FAILs.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62970 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoNew file.
rth [Sun, 16 Feb 2003 08:33:17 +0000 (08:33 +0000)]
New file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62968 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoMark PR last change.
rth [Sun, 16 Feb 2003 08:26:30 +0000 (08:26 +0000)]
Mark PR last change.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62966 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * fold-const.c (extract_muldiv_1): Rename from extract_muldiv;
rth [Sun, 16 Feb 2003 08:24:25 +0000 (08:24 +0000)]
    * fold-const.c (extract_muldiv_1): Rename from extract_muldiv;
        rearrange mult arguments for less recursion.
        (extract_muldiv): New.  Prevent runaway recursion.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62963 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config/i386/cygwin.h (TARGET_SUBTARGET_DEFAULT): Set
dannysmith [Sun, 16 Feb 2003 06:27:19 +0000 (06:27 +0000)]
* config/i386/cygwin.h (TARGET_SUBTARGET_DEFAULT): Set
MASK_ALIGN_DOUBLE.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62960 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-02-15 Roger Sayle <roger@eyesopen.com>
sayle [Sun, 16 Feb 2003 01:35:38 +0000 (01:35 +0000)]
2003-02-15  Roger Sayle  <roger@eyesopen.com>

* config/i386/i386.c (x86_ext_80387_constants): Use 80387 insns
to load mathematical constants on K6, Athlon, Pentium 4 and PPro.
(ext_80387_constants_table): Global table of 80387 special constants
guarded by ext_80387_constants_init flag when not initialized.
(init_ext_80387_constants): New function to initialize this table.
(standard_80387_constant_p): Extend to recognize extra 80387
constants, in XFmode, on processors where this is a win.
(standard_80387_constant_opcode): New function to return the
opcode associated with standard_80387_constant_p.
(standard_80387_constant_rtx): New function to return the XFmode
CONST_DOUBLE associated with standard_80387_constant_p.
(ix86_rtx_costs): Give the new constants the same cost as 1.0.

* config/i386/i386-protos.h (standard_80387_constant_opcode):
Prototype here.
(standard_80387_constant_rtx): Likewise.

* config/i386/i386.md (*movsf1, *movsf1_nointerunit, *movdf_nointeger,
*movdf_integer, *movxf_nointeger, *movtf_nointeger, *movxf_integer,
*movtf_integer): Simplify using new standard_80387_constant_opcode.

* gcc.dg/i386-387-3.c: New test case.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62958 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * doc/invoke.texi (Optimize Options): Correct @option syntax.
geoffk [Sun, 16 Feb 2003 01:11:41 +0000 (01:11 +0000)]
* doc/invoke.texi (Optimize Options): Correct @option syntax.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62957 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
geoffk [Sun, 16 Feb 2003 01:09:27 +0000 (01:09 +0000)]
* configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
don't configure target-libobjc.
* configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62956 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * Makefile.in (cfglayout.o): Depend on TARGET_H.
rth [Sun, 16 Feb 2003 00:58:29 +0000 (00:58 +0000)]
    * Makefile.in (cfglayout.o): Depend on TARGET_H.
        * cfglayout.c: Include target.h.
        (cfg_layout_can_duplicate_bb_p): Check targetm.cannot_copy_insn_p.
        * target-def.h (TARGET_CANNOT_COPY_INSN_P): New.
        * target.h (struct gcc_target): Add cannot_copy_insn_p.

        * config/alpha/alpha.c (alpha_cannot_copy_insn_p): New.
        (TARGET_CANNOT_COPY_INSN_P): New.
        (override_options): Revert 2003-02-08 hack.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62955 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoDaily bump.
gccadmin [Sun, 16 Feb 2003 00:17:03 +0000 (00:17 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62954 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago- Add copyright notices.
dje [Sat, 15 Feb 2003 22:04:30 +0000 (22:04 +0000)]
- Add copyright notices.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62946 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * gcse.c (bypass_block): Use BLOCK_FOR_INSN for resolving LABEL_REFs.
rth [Sat, 15 Feb 2003 21:37:22 +0000 (21:37 +0000)]
    * gcse.c (bypass_block): Use BLOCK_FOR_INSN for resolving LABEL_REFs.
        (bypass_conditional_jumps): Accept computed_jump_p insns as well.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62945 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * bb-reorder.c (find_traces_1_round): Don't connect easy to copy
rth [Sat, 15 Feb 2003 21:22:56 +0000 (21:22 +0000)]
    * 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62944 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config/rs6000/rs6000.h (processor_type): Add PPC440.
dje [Sat, 15 Feb 2003 21:19:01 +0000 (21:19 +0000)]
* 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]

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62943 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * cfgcleanup.c: Include params.h.
rth [Sat, 15 Feb 2003 21:06:16 +0000 (21:06 +0000)]
    * 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62942 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * recog.c (split_all_insns): Include new blocks in life update;
rth [Sat, 15 Feb 2003 21:01:48 +0000 (21:01 +0000)]
    * recog.c (split_all_insns): Include new blocks in life update;
        do a global life update.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62941 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * search.c: ANSIfy function declarations and definitions.
nathan [Sat, 15 Feb 2003 18:03:22 +0000 (18:03 +0000)]
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62939 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * lib/libjava.exp (test_libjava_from_javac): Use regsub not string map.
mark [Sat, 15 Feb 2003 16:39:28 +0000 (16:39 +0000)]
   * lib/libjava.exp (test_libjava_from_javac): Use regsub not string map.
       * libjava.mauve/mauve.exp (mauve_compute_uses): Likewise.
       (test_mauve): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62937 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-02-15 Michael Koch <konqueror@gmx.de>
mkoch [Sat, 15 Feb 2003 13:26:26 +0000 (13:26 +0000)]
2003-02-15  Michael Koch  <konqueror@gmx.de>

* java/awt/datatransfer/DataFlavor.java
(isRepresentationClassByteBuffer): Removed try-catch block.
(isRepresentationClassCharBuffer): Removed try-catch block.
(isRepresentationClassReader): Removed try-catch block.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62935 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-02-15 Jesse Rosenstock <jmr@ugcs.caltech.edu>
mkoch [Sat, 15 Feb 2003 09:39:51 +0000 (09:39 +0000)]
2003-02-15  Jesse Rosenstock  <jmr@ugcs.caltech.edu>

* java/nio/charset/Charset.java
(isRegistered): Fixed method args and implementation.
* java/nio/charset/CharsetEncoder.java
(unmappableCharacterAction): New method.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62934 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-02-15 Michael Koch <konqueror@gmx.de>
mkoch [Sat, 15 Feb 2003 09:21:55 +0000 (09:21 +0000)]
2003-02-15  Michael Koch  <konqueror@gmx.de>

* java/awt/CheckboxMenuItem.java
(CheckBoxMenuItem): Dont implement Serializable.
(getListeners): New method,
(getItemListeners): New method.
* java/awt/Choice.java
(getListeners): New method,
(getItemListeners): New method.
* java/awt/Container.java
(getListeners): Added exception documentation.
(setFocusTraversalKeys): Throw exceptions, added documentattion.
(getFocusTraversalKeys): Added documentation.
(areFocusTraversalKeysSet): Added documentation.
(applyComponentOrientation): Added documentation.
* java/awt/ContainerOrderFocusTraversalPolicy.java
(implicitDownCycleTraversal): Renamed from downCycle for
serialization.
(ContainerOrderFocusTraversalPolicy): Added documentation.
(accept): Reformated.
* java/awt/Dialog.java
(Dialog): Dont implement Serializable.
(Dialog): Added documentation.
* java/awt/Font.java
(Font): Dont use absolute class name.
* java/awt/Frame.java
(Frame): Font implement Serializable.
* java/awt/List.java
(getListeners): New method,
(getActionListeners): New method.
(getItemListeners): New method.
* java/awt/Menu.java
(countItems): New deprecated method.
* java/awt/Scrollbar.java
(getListeners): New method,
(getAdjustmentListeners): New method,
* java/awt/TextComponent.java
(getListeners): New method,
(getTextListeners): New method,
* java/awt/TextField.java
(getListeners): New method,
(getActionListeners): New method.
* java/awt/Window.java
(windowFocusListener): New member variable.
(windowStateListener): New member variable.
(getWindowFocusListeners): New method.
(getWindowStateListeners): New method.
(addWindowFocusListener): New method.
(addWindowStateListener): New method.
(removeWindowFocusListener): New method.
(removeWindowStateListener): New method.
* java/awt/datatransfer/DataFlavor.java
(isRepresentationClassByteBuffer): New method.
(isRepresentationClassCharBuffer): New method.
(isRepresentationClassReader): New method.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62933 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config/i386/mingw32.h (LIBGCC_SPEC): Add libmingwex.a.
dannysmith [Sat, 15 Feb 2003 04:58:22 +0000 (04:58 +0000)]
* config/i386/mingw32.h (LIBGCC_SPEC): Add libmingwex.a.
Update copyright.
* config/i386/cygwin.h (LIBGCC_SPEC): Add libmingwex.a, for
-mno-cygwin case.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62932 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoDaily bump.
gccadmin [Sat, 15 Feb 2003 00:17:03 +0000 (00:17 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62931 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago PR optimization/7702
rth [Fri, 14 Feb 2003 22:23:48 +0000 (22:23 +0000)]
    PR optimization/7702
        * reload1.c (reload_cse_simplify_set): Honor
        CANNOT_CHANGE_MODE_CLASS.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62921 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * lib/libjava.exp (test_libjava_from_javac): Don't create .o files
mark [Fri, 14 Feb 2003 22:17:00 +0000 (22:17 +0000)]
   * lib/libjava.exp (test_libjava_from_javac): Don't create .o files
       containing $ characters and always quote class files with "'"s.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62919 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago* config/mn10300/mn10300.c (mn10300_wide_const_load_uses_clr): New
aoliva [Fri, 14 Feb 2003 21:47:48 +0000 (21:47 +0000)]
* config/mn10300/mn10300.c (mn10300_wide_const_load_uses_clr): New
function.
* config/mn10300/mn10300-protos.h: Declare it.
* config/mn10300/mn10300.md (movdi, movdf): Use it to compute
attribute cc of instructions that may use clr.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62916 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * libjava.mauve/mauve.exp (mauve_compute_uses): Add inner class
mark [Fri, 14 Feb 2003 20:36:00 +0000 (20:36 +0000)]
   * libjava.mauve/mauve.exp (mauve_compute_uses): Add inner class
       object files by changing all occurances of $ to ^.
       (test_mauve): Replace ^ with $ for class file names and quote
       them with "'"s.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62914 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * Makefile.tpl (RANLIB): Define.
ro [Fri, 14 Feb 2003 20:35:24 +0000 (20:35 +0000)]
* Makefile.tpl (RANLIB): Define.
* Makefile.in: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62913 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * java/math/BigDecimal.java (BigDecimal(String)): Always set scale to
mark [Fri, 14 Feb 2003 18:48:50 +0000 (18:48 +0000)]
   * java/math/BigDecimal.java (BigDecimal(String)): Always set scale to
       zero when there is an exponent and the significant is zero.
       (divide): Always set scale to newScale even in special ZERO case.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62908 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * simplify-rtx.c (simplify_binary_operation): Simplify ~y when
kazu [Fri, 14 Feb 2003 17:50:30 +0000 (17:50 +0000)]
* simplify-rtx.c (simplify_binary_operation): Simplify ~y when
(x - (x & y)) is found.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62906 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * java/lang/System.java (properties): Use Properties.clone.
tromey [Fri, 14 Feb 2003 17:43:34 +0000 (17:43 +0000)]
* java/lang/System.java (properties): Use Properties.clone.
(setProperties): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62903 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * configure.in: Fix typo.
ro [Fri, 14 Feb 2003 17:28:55 +0000 (17:28 +0000)]
* configure.in: Fix typo.
* configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62902 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config/h8300/h8300.md (a peephole2): New.
kazu [Fri, 14 Feb 2003 16:22:03 +0000 (16:22 +0000)]
* config/h8300/h8300.md (a peephole2): New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62900 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-02-14 Michael Koch <konqueror@gmx.de>
mkoch [Fri, 14 Feb 2003 12:07:31 +0000 (12:07 +0000)]
2003-02-14  Michael Koch  <konqueror@gmx.de>

* gnu/java/nio/natServerSocketChannelImpl.cc: Removed.
* gnu/java/nio/ServerSocketChannelImpl.java
(SocketAccept): Removed.
(accept): Commented out use of SocketAccept.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62898 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * gcc.dg/20030213-1.c: Expect warning for unsupported -fpic on
zlomek [Fri, 14 Feb 2003 09:17:22 +0000 (09:17 +0000)]
* gcc.dg/20030213-1.c: Expect warning for unsupported -fpic on
cris-*-elf* cris-*-aout* and mmix-*-*.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62896 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago PR opt/2391
nemet [Fri, 14 Feb 2003 07:35:44 +0000 (07:35 +0000)]
    PR opt/2391
        * combine.c: Fix spelling in comment.
        (cached_nonzero_bits): New function.
        (cached_num_sign_bit_copies): New function.
(nonzero_bits_with_known): New macro.
(num_sign_bit_copies_with_known): New macro.
        (nonzero_bits1): Rename from nonzero_bits.  Add three new
arguments.  Change calls from nonzero_bits to
nonzero_bits_with_known.
        (num_sign_bit_copies1): Rename from num_sign_bit_copies.  Add
three new arguments.  Change calls from num_sign_bit_copies to
num_sign_bit_copies_with_known.
        (nonzero_bits): New macro.
        (num_sign_bit_copies): New macro.
        (update_table_tick): Don't traverse identical subexpression more
than once.
        (get_last_value_validate): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62893 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * decl2.c: Include "timevar.h".
gdr [Fri, 14 Feb 2003 06:04:41 +0000 (06:04 +0000)]
* decl2.c: Include "timevar.h".
(namespace_ancestor): Time name lookup.
(add_using_namespace): Likewise.
(lookup_using_namespace): Likewise.
(qualified_lookup_using_namespace): Likewise.
(decl_namespace): Likewise.
(lookup_arg_dependent): Likewise.
* lex.c (do_identifier): Likewise.
(do_scoped_id): Likewise.
* pt.c (lookup_template_class): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62892 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * emit-rtl.c (init_emit): Use ggc_alloc for regno_reg_rtx.
zack [Fri, 14 Feb 2003 05:42:30 +0000 (05:42 +0000)]
* emit-rtl.c (init_emit): Use ggc_alloc for regno_reg_rtx.
* function.h (struct emit_status): Length of regno_pointer_align
and x_regno_reg_rtx as seen by gengtype is only x_reg_rtx_no,
not regno_pointer_align_length (i.e. length actually used, not
length as allocated)

* config/i386/i386.c (struct stack_local_entry): New.
(struct machine_function): Replace huge array with alist.
(assign_386_stack_local): Change to match.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62891 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * inclhack.def (hpux_long_double): Tighten select and add bypass
danglin [Fri, 14 Feb 2003 04:19:03 +0000 (04:19 +0000)]
* inclhack.def (hpux_long_double): Tighten select and add bypass
regexp.
* fixincl.x: Rebuilt.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62886 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoDaily bump.
gccadmin [Fri, 14 Feb 2003 00:17:06 +0000 (00:17 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62885 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * verify.cc (state::seen_subrs): New field.
tromey [Thu, 13 Feb 2003 23:48:39 +0000 (23:48 +0000)]
* verify.cc (state::seen_subrs): New field.
(state::state): Initialize it.
(state::clean_subrs): New method.
(state::~state): Call it.
(state::copy): Copy subroutine list.
(state::add_subr): New method.
(state::merge): Only register a change if the current subroutine
hasn't yet been noted.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62878 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * java/io/InputStreamReader.java (getEncoding): Return null when
mark [Thu, 13 Feb 2003 23:28:57 +0000 (23:28 +0000)]
   * java/io/InputStreamReader.java (getEncoding): Return null when
       closed.
       * java/io/OutputStreamWriter.java (getEncoding): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62875 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * java/util/zip/InflaterInputStream.java (read): Return zero when len
mark [Thu, 13 Feb 2003 23:15:20 +0000 (23:15 +0000)]
   * java/util/zip/InflaterInputStream.java (read): Return zero when len
       is zero.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62872 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoTestcase for http://gcc.gnu.org/ml/gcc-patches/2003-02/msg01017.html
zlomek [Thu, 13 Feb 2003 23:05:28 +0000 (23:05 +0000)]
Testcase for gcc.gnu.org/ml/gcc-patches/2003-02/msg01017.html
* gcc.dg/20030213-1.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62869 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * java/io/BufferedOutputStream.java (write(int)): Only flush when
mark [Thu, 13 Feb 2003 22:48:36 +0000 (22:48 +0000)]
   * java/io/BufferedOutputStream.java (write(int)): Only flush when
       next byte cannot be buffered.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62867 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-02-13 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Thu, 13 Feb 2003 21:39:03 +0000 (21:39 +0000)]
2003-02-13  Benjamin Kosnik  <bkoz@redhat.com>

* include/bits/c++config (_GLIBCPP_EXTERN_TEMPLATE): Define.
* include/bits/basic_ios.tcc: Guard use of extern template.
* include/std/std_iomanip.h: Same.
* include/bits/streambuf.tcc: Same.
* include/bits/stl_alloc.h: Same.
* include/bits/locale_facets.tcc: Same.
* include/bits/ostream.tcc: Same.
* include/bits/istream.tcc: Same.
* include/bits/fstream.tcc: Same.
* include/bits/basic_string.tcc: Same.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62865 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-02-13 Michael Koch <konqueror@gmx.de>
mkoch [Thu, 13 Feb 2003 19:28:32 +0000 (19:28 +0000)]
2003-02-13  Michael Koch  <konqueror@gmx.de>

* java/awt/Label.java
(Label): Don't implement Serializable directly.
(addNotify): Fixed typo in documentation.
* java/awt/List.java
(List): Don't implement Serializable directly.
* java/awt/PopupMenu.java
(PopupMenu): Don't implement Serializable directly.
* java/awt/ScrollPane.java
(ScrollPane): Don't implement Serializable directly.
* java/awt/Scrollbar.java
(Scrollbar): Don't implement Serializable directly.
* java/awt/TextArea.java
(preferredSize): Fixed method arguments.
* java/awt/TextField.java
(TextField): Don't implement Serializable directly.
* java/awt/color/ICC_ColorSpace.java
(fromCIOXYZ): Documentation added.
(getMinValue): Documentation added.
(getMaxValue): Documentation added.
* java/awt/datatransfer/DataFlavor.java
(isMimeTypeEqual): May not be final.
(clone): Throws CloneNotSupportedException.
(getReaderForText): Don't throws UnsupportedEncodingException.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62863 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-02-13 Michael Koch <konqueror@gmx.de>
mkoch [Thu, 13 Feb 2003 19:26:57 +0000 (19:26 +0000)]
2003-02-13  Michael Koch  <konqueror@gmx.de>

* gnu/java/awt/peer/gtk/GdkGraphics.java
(drawString): New stubbed method.
* java/awt/Graphics.java
(drawString): New method.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62862 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * cfgcleanup.c (outgoing_edges_match): When there is single outgoing
zlomek [Thu, 13 Feb 2003 18:31:40 +0000 (18:31 +0000)]
* cfgcleanup.c (outgoing_edges_match): When there is single outgoing
edge and block ends with a jump insn it must be simple jump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62858 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-02-13 Paolo Carlini <pcarlini@unitus.it>
paolo [Thu, 13 Feb 2003 17:43:58 +0000 (17:43 +0000)]
2003-02-13  Paolo Carlini  <pcarlini@unitus.it>

* include/bits/ostream.tcc (sentry::sentry): Improve
performance-wise the fix for libstdc++/9563.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62855 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * Makefile.in (PREPROCESSOR_DEFINES): Add
drow [Thu, 13 Feb 2003 17:23:56 +0000 (17:23 +0000)]
* Makefile.in (PREPROCESSOR_DEFINES): Add
@TARGET_SYSTEM_ROOT_DEFINE@.
* configure.in (PREFIX_INCLUDE_DIR): Don't define if $with_sysroot
is specified or if building a cross compiler.
(TARGET_SYSTEM_ROOT_DEFINE): Add TARGET_SYSTEM_ROOT_RELOCATABLE
if the sysroot is under $exec_prefix.
* configure: Regenerated.
* cppdefault.h: Use native include paths if TARGET_SYSTEM_ROOT is
defined.
(struct default_include): Add add_sysroot field.
(cpp_SYSROOT): Declare.
* cppdefault.c (cpp_include_defaults): Fill in add_sysroot
field.
(cpp_SYSROOT): New variable.
* cppinit.c (cpp_create_reader): Initialize
CPP_OPTION (pfile, sysroot).
(init_standard_includes): Handle add_sysroot.  Do not
add unrelocated copies of relocated directories.
(COMMAND_LINE_OPTIONS): Add -isysroot.
(cpp_handle_option): Handle -isysroot.
* cpplib.h (struct cpp_options): Add sysroot member.
* gcc.c (The Specs Language): Update description of %I.
(target_system_root_changed): New variable.
(process_command): Conditionalize make_relative_prefix call
on !VMS and TARGET_SYSTEM_ROOT_RELOCATABLE.  Set
target_system_root_changed.
(do_spec_1): Add -isysroot to %I.
* doc/invoke.texi (Spec Files): Update description of %I.
* doc/install.texi (--with-sysroot): Update comment about
relocation.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62853 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago Fix PR c++/7612.
drow [Thu, 13 Feb 2003 17:21:20 +0000 (17:21 +0000)]
Fix PR c++/7612.
* cplus-dem.c (demangle_signature): Call string_delete.
Remove extra string_init.
(demangle_arm_hp_template): Call string_delete instead of
string_clear.  Add missing string_delete call.
(demangle_qualified): Add missing string_delete call.
(do_type): Remove unused variable btype.  Add missing string_delete
call.  Call string_delete instead of string_clear.
(demangle_fund_type): Move variable btype inside of the switch
statement.  Add missing string_delete call.
(do_arg): Call string_delete instead of string_clear.  Remove extra
string_init.
(demangle_nested_args): Free work->previous_argument.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62852 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-02-13 Casey Marshall <rsdio@metastatic.org>
tromey [Thu, 13 Feb 2003 17:00:22 +0000 (17:00 +0000)]
2003-02-13  Casey Marshall  <rsdio@metastatic.org>

PR libgcj/9271:
* java/security/SecureRandom.java (next): Avoid bias in results.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62851 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * libjava.mauve/xfails: Added entries for an unimplemented Class
tromey [Thu, 13 Feb 2003 16:36:57 +0000 (16:36 +0000)]
* libjava.mauve/xfails: Added entries for an unimplemented Class
method.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62843 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config/h8300/h8300.md (a peephole2): New.
kazu [Thu, 13 Feb 2003 16:33:00 +0000 (16:33 +0000)]
* config/h8300/h8300.md (a peephole2): New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62842 138bc75d-0d04-0410-961f-82ee72b054a4