OSDN Git Service

pf3gnuchains/gcc-fork.git
21 years agoTwo little fixes I commited to classpath but not to libgcj first
mkoch [Tue, 29 Apr 2003 12:34:49 +0000 (12:34 +0000)]
Two little fixes I commited to classpath but not to libgcj first

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

21 years ago2003-04-29 Michael Koch <konqueror@gmx.de>
mkoch [Tue, 29 Apr 2003 12:31:25 +0000 (12:31 +0000)]
2003-04-29  Michael Koch  <konqueror@gmx.de>

* javax/swing/JTable.java
(AUTO_RESIZE_ALL_COLUMNS): New constant.
(AUTO_RESIZE_LAST_COLUMN): New constant.
(AUTO_RESIZE_NEXT_COLUMN): New constant.
(AUTO_RESIZE_OFF): New constant.
(AUTO_RESIZE_SUBSEQUENT_COLUMNS): New constant.
(JTable): New method.
(columnAdded): New method.
(columnMarginChanged): New method.
(columnMoved): New method.
(columnRemoved): New method.
(columnSelectionChanged): New method.
(editingCanceled): New method.
(editingStopped): New method.
(getColumnModel): New method.
(getPreferredScrollableViewportSize): New method.
(getScrollableBlockIncrement): New method.
(getScrollableTracksViewportHeight): New method.
(getScrollableTracksViewportWidth): New method.
(getScrollableUnitIncrement): New method.
(getSelectedRow): New method.
(getSelectionModel): New method.
(tableChanged): New method.
(setModel): New method.
(setSelectionMode): New method.
(setSelectionModel): New method.
(setShowGrid): New method.
(valueChanged): New method.
* javax/swing/text/DefaultEditorKit.java
(backwardAction): New constant.
(beepAction): New constant.
(beginAction): New constant.
(beginLineAction): New constant.
(beginParagraphAction): New constant.
(beginWordAction): New constant.
(copyAction): New constant.
(cutAction): New constant.
(defaultKeyTypedAction): New constant.
(deleteNextCharAction): New constant.
(deletePrevCharAction): New constant.
(downAction): New constant.
(endAction): New constant.
(endLineAction): New constant.
(endOfLineStringProperty): New constant.
(endParagraphAction): New constant.
(endWordAction): New constant.
(forwardAction): New constant.
(insertBreakAction): New constant.
(insertContentAction): New constant.
(insertTabAction): New constant.
(nextWordAction): New constant.
(pageDownAction): New constant.
(pageUpAction): New constant.
(pasteAction): New constant.
(previousWordAction): New constant.
(readOnlyAction): New constant.
(selectAllAction): New constant.
(selectionBackwardAction): New constant.
(selectionBeginAction): New constant.
(selectionBeginLineAction): New constant.
(selectionBeginParagraphAction): New constant.
(selectionBeginWordAction): New constant.
(selectionDownAction): New constant.
(selectionEndAction): New constant.
(selectionEndLineAction): New constant.
(selectionEndParagraphAction): New constant.
(selectionEndWordAction): New constant.
(selectionForwardAction): New constant.
(selectionNextWordAction): New constant.
(selectionPreviousWordAction): New constant.
(selectionUpAction): New constant.
(selectLineAction): New constant.
(selectParagraphAction): New constant.
(selectWordAction): New constant.
(upAction): New constant.
(writableAction): New constant.

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

21 years ago * varasm.c (default_assemble_visibility): Use assemble_name.
amylaar [Tue, 29 Apr 2003 12:18:17 +0000 (12:18 +0000)]
* varasm.c (default_assemble_visibility): Use assemble_name.

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

21 years ago * config/rs6000/freebsd.h (LINK_SHLIB_SPEC): New macro.
ljrittle [Tue, 29 Apr 2003 12:01:59 +0000 (12:01 +0000)]
* config/rs6000/freebsd.h (LINK_SHLIB_SPEC): New macro.
(SIZE_TYPE): New macro.

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

21 years ago * config/i386/freebsd64.h (LINK_SPEC): Mirror FreeBSD linker.
ljrittle [Tue, 29 Apr 2003 11:42:16 +0000 (11:42 +0000)]
* config/i386/freebsd64.h (LINK_SPEC): Mirror FreeBSD linker.

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

21 years ago2003-04-29 Michael Koch <konqueror@gmx.de>
mkoch [Tue, 29 Apr 2003 11:36:34 +0000 (11:36 +0000)]
2003-04-29  Michael Koch  <konqueror@gmx.de>

* java/util/PropertyPermission.java:
New version from classpath
* java/util/ResourceBundle.java:
Partly merged from classpath
(getObject): Reformated.
(tryBundle): Set foundBundle = null if no bundle found.

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

21 years ago2003-04-29 Michael Koch <konqueror@gmx.de>
mkoch [Tue, 29 Apr 2003 09:26:29 +0000 (09:26 +0000)]
2003-04-29  Michael Koch  <konqueror@gmx.de>

* javax/swing/AbstractListModel.java,
javax/swing/DefaultBoundedRangeModel.java,
javax/swing/DefaultSingleSelectionModel.java:
New Versions from classpath.

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

21 years ago2003-04-29 Michael Koch <konqueror@gmx.de>
mkoch [Tue, 29 Apr 2003 07:51:46 +0000 (07:51 +0000)]
2003-04-29  Michael Koch  <konqueror@gmx.de>

* java/awt/Window.java
(show): Call super.show() instead of setVisible() to avoid endless
loop.
(hide): Call super.hide() instead of setVisible() to avoid endless
loop.

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

21 years ago2003-04-29 Michael Koch <konqueror@gmx.de>
mkoch [Tue, 29 Apr 2003 07:37:14 +0000 (07:37 +0000)]
2003-04-29  Michael Koch  <konqueror@gmx.de>

* java/util/zip/Deflater.java,
java/util/zip/DeflaterOutputStream.java:
Partly merged with classpath.

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

21 years agoRemove accidental commit
mmitchel [Tue, 29 Apr 2003 07:35:47 +0000 (07:35 +0000)]
Remove accidental commit

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

21 years ago * decl.c (maybe_commonize_var): Further tweak support for systems
mmitchel [Tue, 29 Apr 2003 07:13:33 +0000 (07:13 +0000)]
* decl.c (maybe_commonize_var): Further tweak support for systems
without weak symbols.

* g++.old-deja/g++.pt/deduct5.C: Remove unnecessary initializer.

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

21 years agoFix date typo.
ljrittle [Tue, 29 Apr 2003 03:54:23 +0000 (03:54 +0000)]
Fix date typo.

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

21 years ago PR c++/10180
mmitchel [Tue, 29 Apr 2003 03:24:27 +0000 (03:24 +0000)]
PR c++/10180
* tree-inline.c (expand_call_inline): Call push_srcloc when
encountering EXPR_WITH_FILE_LOCATION.  Honor warn_inline.

PR c++/10180
* g++.dg/warn/Winline-1.C: New test.

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

21 years agoDaily bump.
gccadmin [Tue, 29 Apr 2003 00:17:06 +0000 (00:17 +0000)]
Daily bump.

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

21 years ago2003-04-28 Paolo Carlini <pcarlini@unitus.it>
paolo [Mon, 28 Apr 2003 23:51:37 +0000 (23:51 +0000)]
2003-04-28  Paolo Carlini  <pcarlini@unitus.it>

* include/std/std_streambuf.h (_M_buf): is currently
used only for basic_filebuf, therefore move it there.
(basic_streambuf(), ~basic_streambuf()): Adjust.
* include/std/std_fstream.h (_M_buf): Moved here.
* include/std/std_sstream.h (setbuf): Don't set _M_buf,
is actually redundant for basic_stringbuf.
(_M_really_sync): Likewise.
* include/bits/fstream.tcc (basic_filebuf()): Adjust.
* include/bits/sstream.tcc (seekoff): Adjust.

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

21 years ago2003-04-28 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Mon, 28 Apr 2003 23:05:57 +0000 (23:05 +0000)]
2003-04-28  Benjamin Kosnik  <bkoz@redhat.com>

* src/localename.cc: Standardize exception strings.
* src/locale.cc: Same.
* src/ios.cc: Same.
* include/bits/basic_string.tcc: Same.
* include/bits/basic_ios.tcc: Same.
* include/std/std_bitset.h: Same.
* include/ext/ropeimpl.h: Same.
* include/bits/stl_vector.h: Same.
* include/bits/stl_deque.h: Same.
* include/bits/stl_bvector.h: Same.
* config/locale/generic/c_locale.cc: Same.
* config/locale/gnu/c_locale.cc: Same.
* config/locale/ieee_1003.1-2001/codecvt_specializations.h: Same.

* testsuite/testsuite_hooks.cc (__gnu_cxx_test): Modify.

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

21 years ago2003-04-28 Paolo Carlini <pcarlini@unitus.it>
paolo [Mon, 28 Apr 2003 23:02:46 +0000 (23:02 +0000)]
2003-04-28  Paolo Carlini  <pcarlini@unitus.it>

* include/std/std_streambuf.h (_M_buf_size): is currently
used only for basic_filebuf, therefore move it there.
(basic_streambuf(), ~basic_streambuf()): Adjust.
* include/std/std_fstream.h (_M_buf_size): Moved here.
* include/bits/fstream.tcc (basic_filebuf()): Adjust.

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

21 years ago2003-04-28 Paolo Carlini <pcarlini@unitus.it>
paolo [Mon, 28 Apr 2003 22:15:58 +0000 (22:15 +0000)]
2003-04-28  Paolo Carlini  <pcarlini@unitus.it>

* include/bits/streambuf.tcc (__copy_streambufs): Don't use
_M_buf_size (synced input is now correctly dealt with
elsewhere); when the output buffer is full don't fall back
to a snextc-sputc loop, call overflow instead.

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

21 years ago2003-04-28 Paolo Carlini <pcarlini@unitus.it>
paolo [Mon, 28 Apr 2003 21:28:25 +0000 (21:28 +0000)]
2003-04-28  Paolo Carlini  <pcarlini@unitus.it>

* include/bits/sstream.tcc (pbackfail): Shorten a bit (6 lines)
the innermost 'if' by factoring out some code.

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

21 years ago * gdbinit.in: Update to reflect new identifier structure.
mrs [Mon, 28 Apr 2003 21:24:06 +0000 (21:24 +0000)]
* gdbinit.in: Update to reflect new identifier structure.

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

21 years ago2003-04-28 Phil Edwards <pme@gcc.gnu.org>
pme [Mon, 28 Apr 2003 21:03:19 +0000 (21:03 +0000)]
2003-04-28  Phil Edwards  <pme@gcc.gnu.org>

* configure.in:  Test for libintl.h.
* include/bits/c++config:  Define __N for everybody.
* include/bits/basic_string.h, include/bits/stl_bvector.h,
include/bits/stl_deque.h, include/bits/stl_vector.h,
include/std/std_bitset.h:  Wrap all __throw* text with __N.
* po/Makefile.am (pot):  New rule, mostly working.
* src/functexcept.cc:  Call gettext on all __throw* arguments when
-fexceptions is in effect.
* po/Makefile.in, config.h.in, configure:  Regenerate.

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

21 years ago2003-04-28 Mohan Embar <gnustuff@thisiscool.com>
tromey [Mon, 28 Apr 2003 20:54:37 +0000 (20:54 +0000)]
2003-04-28  Mohan Embar  <gnustuff@thisiscool.com>

* configure.in: define GC_DLL under mingw if --enable-shared
* configure: rebuilt
* win32_threads.c: add #ifdef GC_DLL around DllMain

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

21 years ago * tree.h (TREE_CST_RTL, CST_OR_CONSTRUCTOR_CHECK): Delete.
zack [Mon, 28 Apr 2003 20:02:28 +0000 (20:02 +0000)]
* tree.h (TREE_CST_RTL, CST_OR_CONSTRUCTOR_CHECK): Delete.
(struct tree_int_cst, struct tree_real_cst, struct tree_string,
struct tree_complex, struct tree_vector): Remove RTL field.
(CONSTRUCTOR_ELTS): Use elt 0.
* tree.def (CONSTRUCTOR): Delete first of its two operands.
* varasm.c (output_constant_def): Remove early exit if
TREE_CST_RTL is set.  Don't set TREE_CST_RTL.
(decode_addr_const): Don't mention TREE_CST_RTL in comment.
* target.h (select_section): Don't mention TREE_CST_RTL in comment.
* doc/tm.texi (encode_section_info): Don't talk about TREE_CST_RTL.

ada:
* utils.c (convert): No need to clear TREE_CST_RTL.

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

21 years ago * c-decl.c (finish_decl): When prototype with asmspec is found
jakub [Mon, 28 Apr 2003 19:58:52 +0000 (19:58 +0000)]
* c-decl.c (finish_decl): When prototype with asmspec is found
for built-in, adjust built_in_decls as well as expr.c decls.
* expr.c (init_block_move_fn, init_block_clear_fn): New functions.
(emit_block_move_libcall_fn, clear_storage_libcall_fn): Use it.
* expr.c (init_block_move_fn, init_block_clear_fn): New prototypes.

* gcc.c-torture/execute/string-opt-asm-1.c: New test.
* gcc.c-torture/execute/string-opt-asm-2.c: New test.

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

21 years ago * java/lang/natString.cc (_Jv_AllocString): Initialize
tromey [Mon, 28 Apr 2003 18:19:23 +0000 (18:19 +0000)]
* java/lang/natString.cc (_Jv_AllocString): Initialize
cachedHashCode.
(init): Likewise.
(_Jv_NewStringUtf8Const): Likewise.

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

21 years ago * config/sparc/sparc.c (print_operand): Add 's' to sign-extend.
rth [Mon, 28 Apr 2003 17:58:02 +0000 (17:58 +0000)]
    * config/sparc/sparc.c (print_operand): Add 's' to sign-extend.
        * config/sparc/sparc.md (const_mulsidi3_v8plus): Fix mode of
        integral constant mult operand.
        (const_mulsidi3_sp32, const_mulsidi3_sp64): Likewise.
        (const_smulsi3_highpart_v8plus): Likewise.
        (const_smulsi3_highpart): Likewise.
        (const_umulsidi3_sp32): Likewise; sign-extend it in the output.
        (const_umulsidi3_sp64, const_umulsidi3_v8plus): Likewise.
        (const_umulsi3_highpart_v8plus): Likewise.
        (const_umulsi3_highpart): Likewise.

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

21 years ago2003-04-28 Petur Runolfsson <peturr02@ru.is>
bkoz [Mon, 28 Apr 2003 17:15:03 +0000 (17:15 +0000)]
2003-04-28  Petur Runolfsson  <peturr02@ru.is>

        PR libstdc++/9523
        * include/bits/ios_base.h (Init::_S_ios_create,
        Init::_S_ios_destroy):  Remove declarations.
        (Init::_S_create_buffers,
        Init::_S_destroy_buffers):  Declare
        * src/ios.cc (Init::_S_ios_create):  Remove
        (Init::_S_create_buffers):  Create buffers and add to streams.
        (Init::_S_ios_destroy):  Rename to...
        (Init::_S_destroy_buffers):  this.
        (Init::Init):  Only construct streams once.
        (Init::~Init):  Flush streams, don't destroy them.
        (ios_base::sync_with_stdio):  Don't destroy streams, only buffers.
        * testsuite/27_io/ios_base/sync_with_stdio/9523.cc:  New test.
        * testsuite/27_io/objects/char/5.cc:  New test.
        * testsuite/27_io/objects/char/5268.cc:  Avoid undefined behavior.
        * testsuite/27_io/objects/char/6.cc:  New test.
        * testsuite/27_io/objects/char/7.cc:  New test.

2003-04-28  Benjamin Kosnik  <bkoz@redhat.com>

        * testsuite/27_io/objects/char/8.cc:  New test.

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

21 years ago2003-04-28 David O'Brien <obrien@FreeBSD.org>
obrien [Mon, 28 Apr 2003 15:30:25 +0000 (15:30 +0000)]
2003-04-28  David O'Brien  <obrien@FreeBSD.org>
* config/i386/x86-64.h (NO_PROFILE_COUNTERS, HAVE_AS_DWARF2_DEBUG_LINE):
Define as 1.

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

21 years ago2003-04-28 David O'Brien <obrien@FreeBSD.org>
obrien [Mon, 28 Apr 2003 15:11:06 +0000 (15:11 +0000)]
2003-04-28  David O'Brien  <obrien@FreeBSD.org>
* config/i386/i386.h (builtin_define): Add __amd64 and __amd64__.

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

21 years ago2003-04-28 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Mon, 28 Apr 2003 14:30:07 +0000 (14:30 +0000)]
2003-04-28  Benjamin Kosnik  <bkoz@redhat.com>

* testsuite/22_locale/codecvt/unicode/char.cc: Remove bom usage.
* testsuite/22_locale/codecvt/unicode/wchar_t.cc: Same.

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

21 years ago * builtins.def (BUILT_IN_BCOPY, BUILT_IN_MEMMOVE): New.
jakub [Mon, 28 Apr 2003 12:10:35 +0000 (12:10 +0000)]
* builtins.def (BUILT_IN_BCOPY, BUILT_IN_MEMMOVE): New.
* builtin-types.def (BT_FN_VOID_CONST_PTR_PTR_SIZE): New.
* builtins.c (expand_builtin_memmove, expand_builtin_bcopy): New
functions.
(expand_builtin): Handle BUILT_IN_BCOPY and BUILT_IN_MEMMOVE.

* gcc.c-torture/execute/string-opt-19.c: New test.

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

21 years ago* config/arm/elf.h (ASM_OUTPUT_ALIGNED_COMMON): Remove definition.
nickc [Mon, 28 Apr 2003 08:28:21 +0000 (08:28 +0000)]
* config/arm/elf.h (ASM_OUTPUT_ALIGNED_COMMON): Remove definition.

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

21 years ago * decl.c (maybe_commonize_var): Fix thinko in last patch.
mmitchel [Mon, 28 Apr 2003 06:13:23 +0000 (06:13 +0000)]
* decl.c (maybe_commonize_var): Fix thinko in last patch.

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

21 years ago PR c++/10506
mmitchel [Mon, 28 Apr 2003 06:06:59 +0000 (06:06 +0000)]
PR c++/10506
* method.c (use_thunk): Decrement immediate_size_expand.

PR c++/10503
* cp-tree.h (DECL_VAR_MARKED_P): New macro.
(DECL_MAYBE_TEMPLATE): Remove.
* class.c (fixed_type_or_null): Avoid infinite recursion.

PR c++/10506
* g++.dg/init/new6.C: New test.

PR c++/10503
* g++.dg/init/ref6.C: New test.

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

21 years ago2003-04-27 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Mon, 28 Apr 2003 04:54:54 +0000 (04:54 +0000)]
2003-04-27  Benjamin Kosnik  <bkoz@redhat.com>

* include/std/std_fstream.h (basic_filebuf): _M_pback_destroy to
_M_destroy_pback. _M_pback_create to
_M_create_pback. _M_underflow_common to
_M_underflow. _M_really_overflow to _M_overflow.
* include/bits/fstream.tcc: Same.
* src/fstream.cc: Same.
* include/std/std_streambuf.h (basic_streambuf): _M_in_cur_move to
_M_move_in_cur.  _M_out_cur_move to _M_move_out_cur.
* include/bits/streambuf.tcc: Same.
* include/bits/fstream.tcc: Same.
* include/bits/sstream.tcc: Same.

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

21 years ago * expr.c (expand_expr <COMPLEX_CST, STRING_CST>): Always call
zack [Mon, 28 Apr 2003 04:13:48 +0000 (04:13 +0000)]
    * expr.c (expand_expr <COMPLEX_CST, STRING_CST>): Always call
        output_constant_def, use its result instead of TREE_CST_RTL (exp).
        Can assume it has the form (mem (symbol_ref ".LCxxx")).
        (expand_expr <COMPONENT_REF>): Can always just extract the
        relevant field of a CONSTRUCTOR.
        (expand_expr <ARRAY_REF, COMPONENT_REF, BIT_FIELD_REF,
        ARRAY_RANGE_REF>): Make control flow explicit.
        * varasm.c (output_constant_def): Can look at TREE_CST_RTL of
        an INTEGER_CST.

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

21 years ago2003-04-27 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Mon, 28 Apr 2003 03:41:49 +0000 (03:41 +0000)]
2003-04-27  Benjamin Kosnik  <bkoz@redhat.com>

* include/bits/locale_classes.h (locale::_Impl): Change _M_names
from fixed size array.
(locale): Change _S_categories as well.
Formatting tweaks.
* include/bits/locale_facets.tcc: Tweak.
* config/locale/gnu/c_locale.cc: Assign _S_categories.
* config/locale/generic/c_locale.cc: Same.
* src/locale.cc: Tweak.
* src/globals.cc: Change facet_name to name_vec, add names_c.
* src/localename.cc: Use them.
(locale::_Impl::~_Impl): Destroy _M_names.
(locale::_Impl::_Impl): Create _M_names.

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

21 years ago * Makefile.tpl: Clean $(BUILD_SUBDIR).
drow [Mon, 28 Apr 2003 02:23:46 +0000 (02:23 +0000)]
* Makefile.tpl: Clean $(BUILD_SUBDIR).
* Makefile.in: Regenerated.

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

21 years agoDaily bump.
gccadmin [Mon, 28 Apr 2003 00:17:06 +0000 (00:17 +0000)]
Daily bump.

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

21 years ago * reload1.c (reg_set_luid): Fix a comment typo.
kazu [Sun, 27 Apr 2003 20:10:49 +0000 (20:10 +0000)]
* reload1.c (reg_set_luid): Fix a comment typo.

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

21 years ago * config/locale/ieee_1003.1-2001/codecvt_specializations.h
schwab [Sun, 27 Apr 2003 19:51:25 +0000 (19:51 +0000)]
* config/locale/ieee_1003.1-2001/codecvt_specializations.h
(__enc_traits): Use __ibom and __ebom instead of ignoring them.

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

21 years ago * decl.c (maybe_commonize_var): Make the code match the comments.
mmitchel [Sun, 27 Apr 2003 19:33:38 +0000 (19:33 +0000)]
* decl.c (maybe_commonize_var): Make the code match the comments.
* pt.c (instantiate_decl): Move call to import_export_decl.

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

21 years ago * varasm.c (const_str_htab_hash, const_str_htab_eq, STRHASH,
zack [Sun, 27 Apr 2003 18:57:51 +0000 (18:57 +0000)]
* varasm.c (const_str_htab_hash, const_str_htab_eq, STRHASH,
struct deferred_string, const_str_htab): Kill.
(n_deferred_strings): New static variable.
(build_constant_desc): Set SYMBOL_REF_DECL of the new
symbol_ref to point to the constant.
(output_constant_def): When a deferred string is forced out,
just clear STRING_POOL_ADDRESS_P and decrement n_deferred_strings.
(mark_constant): Likewise.
(maybe_output_constant_def_contents): When deferring a string
constant, just set STRING_POOL_ADDRESS_P and increment
n_deferred_strings.
(mark_constant_pool): Check n_deferred_strings, not the size
of const_str_htab.
(init_varasm_once): No need to create const_str_htab.

* rtl.def, rtl.h, doc/rtl.texi: Document possibility that
SYMBOL_REF_DECL points to a constant.

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

21 years ago2003-04-27 Nathan Myers <ncm@cantrip.org>
paolo [Sun, 27 Apr 2003 17:20:42 +0000 (17:20 +0000)]
2003-04-27  Nathan Myers  <ncm@cantrip.org>

Move some basic_string members out of line because
they are too big to reasonably be inline.
* include/bits/basic_string.h
(assign(const basic_string&, size_type, size_type),
assign(const _CharT*, size_type),
insert(size_type, const basic_string&, size_type, size_type),
insert(size_type, const _CharT*, size_type),
replace(size_type, size_type, const _CharT*, size_type)):
Move from here to...
* include/bits/basic_string.tcc: ...here.

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

21 years ago * varasm.c (output_constant_def): Split out two new static
zack [Sun, 27 Apr 2003 03:50:27 +0000 (03:50 +0000)]
* varasm.c (output_constant_def): Split out two new static
functions, build_constant_desc and maybe_output_constant_def_contents.
Restructure for comprehensibility.  Don't call
output_addressed_constants.  Treat defstr being non-NULL for
STRING_POOL_ADDRESS_P constants as an invariant.
(struct deferred_string): Remove labelno field.
(output_constant_def_contents): Kill labelno argument.  Call
output_addressed_constants here.  Use ASM_OUTPUT_LABEL, not
asm_out.internal_label.
(mark_constant): Update call to output_constant_def_contents.
Treat defstr being non-NULL for STRING_POOL_ADDRESS_P
constants as an invariant.

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

21 years ago * config/i386/i386.c (output_pic_addr_const): Use SYMBOL_REF_LOCAL_P.
rth [Sun, 27 Apr 2003 02:15:25 +0000 (02:15 +0000)]
    * config/i386/i386.c (output_pic_addr_const): Use SYMBOL_REF_LOCAL_P.
        (ix86_expand_call, ix86_rtx_consts): Likewise.

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

21 years agoDaily bump.
gccadmin [Sun, 27 Apr 2003 00:17:05 +0000 (00:17 +0000)]
Daily bump.

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

21 years ago * g++.dg/warn/weak1.C: XFAIL on AIX4.
dje [Sat, 26 Apr 2003 21:31:23 +0000 (21:31 +0000)]
    * g++.dg/warn/weak1.C: XFAIL on AIX4.

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

21 years agoRevert cpplex.c change
neil [Sat, 26 Apr 2003 21:03:51 +0000 (21:03 +0000)]
Revert cpplex.c change

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

21 years agoUpdate copyright
ghazi [Sat, 26 Apr 2003 21:03:46 +0000 (21:03 +0000)]
Update copyright

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

21 years agogcc:
ghazi [Sat, 26 Apr 2003 20:44:30 +0000 (20:44 +0000)]
gcc:
* doc/md.texi (cmpstr): Document additional restrictions.

testsuite:
* gcc.c-torture/execute/string-opt-8.c: Don't perform cmpstr
checks for __pj__, but do them for !__OPTIMIZE__ and __s390__.

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

21 years ago * decl2.c (finish_file): Fix merge botch.
mmitchel [Sat, 26 Apr 2003 20:22:12 +0000 (20:22 +0000)]
* decl2.c (finish_file): Fix merge botch.

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

21 years ago * flags.h (time_report): Remove.
neil [Sat, 26 Apr 2003 15:19:06 +0000 (15:19 +0000)]
* flags.h (time_report): Remove.
* timevar.c (timevar_enable): New.
(TIMEVAR_ENABLE): Remove, use timevar_enable.
(timevar_init): Rename from init_timevar.
* timevar.h (timevar_init): Rename from init_timevar.
* toplev.c (time_report): Make static.
(do_compile): Conditionally call init_timevar first.
(preprocess_options): Move some code to do_compile.

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

21 years ago * doc/install.texi (Binaries): Mention binaries for HC11/HC12.
ciceron [Sat, 26 Apr 2003 13:09:38 +0000 (13:09 +0000)]
* doc/install.texi (Binaries): Mention binaries for HC11/HC12.

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

21 years ago * _cpp_lex_direct: Remove pointless code.
neil [Sat, 26 Apr 2003 12:55:09 +0000 (12:55 +0000)]
* _cpp_lex_direct: Remove pointless code.

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

21 years ago * doc/extend.texi (Function Attributes): Document "near" and "far"
ciceron [Sat, 26 Apr 2003 12:35:19 +0000 (12:35 +0000)]
* doc/extend.texi (Function Attributes): Document "near" and "far"
for 68HC11 and 68HC12.

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

21 years ago * expr.c (store_field): When making temporary for store, don't
kenner [Sat, 26 Apr 2003 11:16:44 +0000 (11:16 +0000)]
* expr.c (store_field): When making temporary for store, don't
make it TYPE_QUAL_CONST.

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

21 years ago2003-04-26 Paolo Carlini <pcarlini@unitus.it>
paolo [Sat, 26 Apr 2003 08:31:57 +0000 (08:31 +0000)]
2003-04-26  Paolo Carlini  <pcarlini@unitus.it>

* include/bits/fstream.tcc (pbackfail): Shorten a bit (10 lines)
the innermost 'if' by factoring out some code.

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

21 years ago2003-04-26 Paolo Carlini <pcarlini@unitus.it>
paolo [Sat, 26 Apr 2003 08:13:35 +0000 (08:13 +0000)]
2003-04-26  Paolo Carlini  <pcarlini@unitus.it>

* include/bits/streambuf.tcc (__copy_streambufs): Don't
use in_avail(), simplify.

2003-04-26  Paolo Carlini  <pcarlini@unitus.it>

* include/std/std_sstream.h (setbuf): don't set _M_buf_size,
in basic_stringbuf it's unused.

* include/std/std_sstream.h (underflow): consistently use
_M_in_cur, not gptr().

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

21 years ago2003-04-25 Ranjit Mathew <rmathew@hotmail.com>
bkoz [Sat, 26 Apr 2003 04:01:47 +0000 (04:01 +0000)]
2003-04-25  Ranjit Mathew  <rmathew@hotmail.com>
            Phil Edwards  <pme@gcc.gnu.org>

* testsuite_flags.in: Guard against the possibility
of having "xgcc" as a part of a folder name in the
path to the GCC build folder.
* testsuite/Makefile.am: Likewise.
* testsuite/Makefile.in: Regenerated.

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

21 years ago2003-04-25 Phil Edwards <pme@gcc.gnu.org>
pme [Sat, 26 Apr 2003 03:27:07 +0000 (03:27 +0000)]
2003-04-25  Phil Edwards  <pme@gcc.gnu.org>

* toplev.c (read_integral_parameter):  Use "argument" in error
message to distinguish it from actual invalid options.

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

21 years ago * decl2.c (finish_file): Don't call import_export_decl for
mmitchel [Sat, 26 Apr 2003 01:27:09 +0000 (01:27 +0000)]
* decl2.c (finish_file): Don't call import_export_decl for
functions that are not defined.
(handle_class_head): Robustify.
* pt.c (instantiate_decl): Do not call cp_finish_decl for
variables that are not defined.

* g++.old-deja/g++.pt/instantiate12.C: Explicit instantiate
initialized static data members.

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

21 years ago * config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Back out previous
bwilson [Sat, 26 Apr 2003 00:39:02 +0000 (00:39 +0000)]
* config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Back out previous
addition of __PIC__ and __pic__ macros.
* config/xtensa/xtensa.h: Clean up indentation.

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

21 years ago2003-04-25 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Sat, 26 Apr 2003 00:23:18 +0000 (00:23 +0000)]
2003-04-25  Benjamin Kosnik  <bkoz@redhat.com>

PR libstdc++/10132
* include/std/std_fstream.h (basic_filebuf::is_open): Add throw()
exception specifications.
(basic_filebuf::close): Same.
(basic_filebuf::_M_pback_destroy): Same.
(basic_filebuf::_M_destroy_internal_buffer): Same.
(basic_filebuf): Remove __res_type typedef.
* src/fstream.cc: Same.
* include/bits/fstream.tcc
(basic_filebuf::_M_convert_to_external): Simplify.
(basic_filebuf::seekoff): Use has_facet before use_facet.
(basic_filebuf::close): Add exception specification of throw().
* testsuite/27_io/basic_filebuf/cons: New.
* testsuite/27_io/basic_filebuf/cons/wchar_t: New.
* testsuite/27_io/basic_filebuf/cons/wchar_t/10132-1.cc: New.
* testsuite/27_io/basic_filebuf/seekoff/10132-2.cc: New.
* testsuite/27_io/basic_filebuf/seekpos/10132-3.cc: New.

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

21 years agoDaily bump.
gccadmin [Sat, 26 Apr 2003 00:17:04 +0000 (00:17 +0000)]
Daily bump.

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

21 years ago * config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Remove definition of
bwilson [Sat, 26 Apr 2003 00:06:51 +0000 (00:06 +0000)]
    * config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Remove definition of
        _GNU_SOURCE.  Add definitions of __PIC__ and __pic__.
        (SUBTARGET_CPP_SPEC): Define.
        (LIB_SPEC): Delete.
        * config/xtensa/xtensa-protos.h (xtensa_declare_object): Delete.
        * config/xtensa/xtensa.c (xtensa_declare_object): Delete.
        * config/xtensa/xtensa.h (CPP_SPEC, SUBTARGET_CPP_SPEC, EXTRA_SPECS):
        Define.
        (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Delete.
        (ASM_OUTPUT_ALIGNED_BSS, BSS_SECTION_ASM_OP): Define.

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

21 years agoAdd the new file.
hjl [Fri, 25 Apr 2003 22:55:18 +0000 (22:55 +0000)]
Add the new file.

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

21 years ago2003-04-25 H.J. Lu <hjl@gnu.org>
hjl [Fri, 25 Apr 2003 22:51:02 +0000 (22:51 +0000)]
2003-04-25  H.J. Lu <hjl@gnu.org>

* gcc.dg/ia64-sync-4.c: New test.

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

21 years ago2003-04-25 H.J. Lu <hjl@gnu.org>
hjl [Fri, 25 Apr 2003 22:09:12 +0000 (22:09 +0000)]
2003-04-25  H.J. Lu <hjl@gnu.org>

* config/ia64/ia64.c (ia64_expand_compare_and_swap): Add rmode
for return mode.
(ia64_expand_builtin): Set rmode to SImode for
IA64_BUILTIN_BOOL_COMPARE_AND_SWAP_SI,
IA64_BUILTIN_VAL_COMPARE_AND_SWAP_SI and
IA64_BUILTIN_BOOL_COMPARE_AND_SWAP_DI. Set remode to DImode
for IA64_BUILTIN_VAL_COMPARE_AND_SWAP_DI.

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

21 years ago * MAINTAINERS (Write After Approval): Upgrade myself from
bangerth [Fri, 25 Apr 2003 22:06:51 +0000 (22:06 +0000)]
    * MAINTAINERS (Write After Approval): Upgrade myself from
       GNATS only to write-after-approval. Update my mail address.

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

21 years ago2003-04-25 Phil Edwards <pme@gcc.gnu.org>
pme [Fri, 25 Apr 2003 21:15:01 +0000 (21:15 +0000)]
2003-04-25  Phil Edwards  <pme@gcc.gnu.org>

* configure.in (make_compare_target):  Test for GNU cmp and set this
variable appropriately.
* Makefile.in (compare, compare3, compare4, compare-lean, compare3-lean,
compare4-lean): Rename actual targets to slowcompare*.  New compare*
targets depend on names based on make_compare_target.
* configure:  Regenerated.

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

21 years ago * config/ia64/ia64.c (ia64_compute_frame_size): Allow inline asm
rth [Fri, 25 Apr 2003 21:02:25 +0000 (21:02 +0000)]
    * config/ia64/ia64.c (ia64_compute_frame_size): Allow inline asm
        to clobber ar.pfs and ar.unat.
        (ia64_expand_prologue): Force alloc instruction if ar.pfs saved;
        fix test for spilling ar.pfs to the stack.

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

21 years ago PR opt/10315
rth [Fri, 25 Apr 2003 17:43:58 +0000 (17:43 +0000)]
    PR opt/10315
        * config/rs6000/rs6000.c (rs6000_emit_move): Only elide proper
        checks during reload; use validize_mem instead of adjust_address.

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

21 years ago (OS Port Maintainers: freebsd): Add myself.
ljrittle [Fri, 25 Apr 2003 17:32:13 +0000 (17:32 +0000)]
(OS Port Maintainers: freebsd): Add myself.

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

21 years ago2003-04-25 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Fri, 25 Apr 2003 17:23:21 +0000 (17:23 +0000)]
2003-04-25  Benjamin Kosnik  <bkoz@redhat.com>

* include/bits/locale_classes.h
(locale::_S_extra_categories_size): Remove.
* src/locale.cc: Remove _S_extra_categories_size.
* src/localename.cc: Same.
* config/locale/gnu/c_locale.cc: Same.
* config/locale/generic/c_locale.cc: Same.

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

21 years ago2003-03-29 Mohan Embar <gnustuff@thisiscool.com>
aph [Fri, 25 Apr 2003 16:48:13 +0000 (16:48 +0000)]
2003-03-29  Mohan Embar  <gnustuff@thisiscool.com>

        * include/jvm.h: (_Jv_GetNbArgs) added
        (_Jv_GetSafeArg) added
        (_Jv_SetArgs) added
        * prims.cc: (_Jv_GetNbArgs) implemented
        (_Jv_GetSafeArg) implemented
        (_Jv_SetArgs) implemented
        (_Jv_RunMain) use _Jv_SetArgs() instead of explicitly
        setting _Jv_argc and _Jv_argv
        * posix.cc: (_Jv_ThisExecutable) use _Jv_GetSafeArg()
        instead of _Jv_argv
        * java/lang/natRuntime.cc: (insertSystemProperties) use
        _Jv_GetSafeArg() instead of _Jv_argv

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

21 years ago * gcc.c-torture/execute/string-opt-18.c: Clean up. Fix copyright date.
ghazi [Fri, 25 Apr 2003 15:37:19 +0000 (15:37 +0000)]
* gcc.c-torture/execute/string-opt-18.c: Clean up.  Fix copyright date.

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

21 years ago2003-04-26 Ben Elliston <bje@wasabisystems.com>
bje [Fri, 25 Apr 2003 15:24:30 +0000 (15:24 +0000)]
2003-04-26  Ben Elliston  <bje@wasabisystems.com>

* config/arm/arm.c (arm_adjust_cost): Correct logic that tests the
return values from recog_memoized().

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

21 years ago2003-04-24 Richard Sandiford <rsandifo@redhat.com>
bkoz [Fri, 25 Apr 2003 02:52:57 +0000 (02:52 +0000)]
2003-04-24  Richard Sandiford  <rsandifo@redhat.com>

* src/localename.cc (__gnu_cxx::facet_vec): Correct types.

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

21 years ago PR opt/8705
danglin [Fri, 25 Apr 2003 00:58:28 +0000 (00:58 +0000)]
PR opt/8705
* gcse.c (try_replace_reg): On a successful substitution of a constant
into a single set, try to simplify the source of the set.
* loop.c (scan_loop): Don't try to optimize a MODE_CC set with a
constant source.

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

21 years agoDaily bump.
gccadmin [Fri, 25 Apr 2003 00:17:08 +0000 (00:17 +0000)]
Daily bump.

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

21 years ago2003-04-24 Phil Edwards <pme@gcc.gnu.org>
pme [Thu, 24 Apr 2003 20:39:50 +0000 (20:39 +0000)]
2003-04-24  Phil Edwards  <pme@gcc.gnu.org>

* docs/html/17_intro/howto.html:  Update some links.
* docs/html/18_support/howto.html:  Link doxygen numeric_limits notes.
* docs/html/27_io/howto.html:  Link doxygen stdio_filebuf notes.
* docs/html/ext/howto.html:  Link to demangler notes and API.
* docs/html/faq/index.html:  Remove trailing whitespace.
(1.4, 2.4, 3.8, 4.1):  Bring up to date.
(5.6):  Change to a bulleted list.

* docs/html/faq/index.txt, docs/html/documentation.html,
docs/html/17_intro/porting.html:  Regenerate.

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

21 years ago * cpplex.c (cpp_token_len): Tighten up.
neil [Thu, 24 Apr 2003 20:03:57 +0000 (20:03 +0000)]
* cpplex.c (cpp_token_len): Tighten up.
(cpp_token_as_text): Need extra byte now.
* cpplib.c (glue_header_name): Need extra 2 bytes.
* cppmacro.c (cpp_macro_definition): Need extra byte.

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

21 years ago2003-04-24 Alexander Kabaev <kan@FreeBSD.ORG>
ljrittle [Thu, 24 Apr 2003 19:15:29 +0000 (19:15 +0000)]
2003-04-24  Alexander Kabaev <kan@FreeBSD.ORG>

* config/sparc/sparc.md (umulsidi3, mulsidi3): Avoid using
const_umulsidi3_sp32 and const_mulsidi3_sp32 on 64bit targets
where they might be not present. Use their _sp64 equivalent
instead.

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

21 years ago * i386.md (cvtsi2sdq): Fix typo in previous patch.
hubicka [Thu, 24 Apr 2003 18:43:22 +0000 (18:43 +0000)]
* i386.md (cvtsi2sdq): Fix typo in previous patch.

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

21 years ago2003-04-24 Krister Walfridsson <cato@df.lth.se>
kristerw [Thu, 24 Apr 2003 18:35:45 +0000 (18:35 +0000)]
2003-04-24  Krister Walfridsson  <cato@df.lth.se>

        * configure.in: Check whether mbstowcs works.
        * configure, config.in: Regenerate.
        * intl.c: Use HAVE_WORKING_MBSTOWCS.

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

21 years ago * 1aexcept.adb, 1aexcept.ads, 1ic.ads, 1ssecsta.adb,
bosch [Thu, 24 Apr 2003 17:54:20 +0000 (17:54 +0000)]
* 1aexcept.adb, 1aexcept.ads, 1ic.ads, 1ssecsta.adb,
1ssecsta.ads, 31soccon.ads, 31soliop.ads, 3asoccon.ads,
3bsoccon.ads, 3gsoccon.ads, 3hsoccon.ads, 3ssoccon.ads,
3ssoliop.ads, 3wsoccon.ads, 3wsocthi.adb, 3wsocthi.ads,
3wsoliop.ads, 41intnam.ads, 42intnam.ads, 4aintnam.ads,
4cintnam.ads, 4dintnam.ads, 4gintnam.ads, 4hexcpol.adb,
4hintnam.ads, 4lintnam.ads, 4mintnam.ads, 4nintnam.ads,
4ointnam.ads, 4onumaux.ads, 4pintnam.ads, 4rintnam.ads,
4sintnam.ads, 4uintnam.ads, 4vcaldel.adb, 4vcalend.adb,
4vcalend.ads, 4vintnam.ads, 4wcalend.adb, 4wexcpol.adb,
4wintnam.ads, 4zintnam.ads, 4znumaux.ads, 4zsytaco.adb,
4zsytaco.ads, 51osinte.adb, 51osinte.ads, 52osinte.adb,
52osinte.ads, 52system.ads, 53osinte.ads, 54osinte.ads,
5amastop.adb, 5aosinte.adb, 5aosinte.ads, 5asystem.ads,
5ataprop.adb, 5atasinf.ads, 5ataspri.ads, 5atpopsp.adb,
5avxwork.ads, 5bosinte.adb, 5bosinte.ads, 5bsystem.ads,
5cosinte.ads, 5dosinte.ads, 5esystem.ads, 5etpopse.adb,
5fintman.adb, 5fosinte.ads, 5fsystem.ads, 5ftaprop.adb,
5ftasinf.ads, 5ginterr.adb, 5gintman.adb, 5gmastop.adb,
5gosinte.ads, 5gproinf.adb, 5gproinf.ads, 5gsystem.ads,
5gtaprop.adb, 5gtasinf.adb, 5gtasinf.ads, 5gtpgetc.adb,
5hosinte.adb, 5hosinte.ads, 5hparame.ads, 5hsystem.ads,
5htaprop.adb, 5htaspri.ads, 5htraceb.adb, 5iosinte.adb,
5iosinte.ads, 5itaprop.adb, 5itaspri.ads, 5ksystem.ads,
5kvxwork.ads, 5lintman.adb, 5lml-tgt.adb, 5losinte.ads,
5lsystem.ads, 5mosinte.ads, 5mvxwork.ads, 5ninmaop.adb,
5nintman.adb, 5nosinte.ads, 5ntaprop.adb, 5ntaspri.ads,
5ointerr.adb, 5omastop.adb, 5oosinte.adb, 5oosinte.ads,
5oosprim.adb, 5oparame.adb, 5osystem.ads, 5otaprop.adb,
5otaspri.ads, 5posinte.ads, 5posprim.adb, 5pvxwork.ads,
5qosinte.adb, 5qosinte.ads, 5qstache.adb, 5qtaprop.adb,
5qtaspri.ads, 5rosinte.adb, 5rosinte.ads, 5rparame.adb,
5sintman.adb, 5sosinte.adb, 5sosinte.ads, 5sparame.adb,
5ssystem.ads, 5staprop.adb, 5stasinf.adb, 5stasinf.ads,
5staspri.ads, 5stpopse.adb, 5svxwork.ads, 5tosinte.ads,
5uintman.adb, 5uosinte.ads, 5vasthan.adb, 5vinmaop.adb,
5vinterr.adb, 5vintman.adb, 5vintman.ads, 5vmastop.adb,
5vosinte.adb, 5vosinte.ads, 5vosprim.adb, 5vosprim.ads,
5vparame.ads, 5vsystem.ads, 5vtaprop.adb, 5vtaspri.ads,
5vtpopde.adb, 5vtpopde.ads, 5vvaflop.adb, 5wgloloc.adb,
5wintman.adb, 5wmemory.adb, 5wosinte.ads, 5wosprim.adb,
5wsystem.ads, 5wtaprop.adb, 5wtaspri.ads, 5ysystem.ads,
5zinterr.adb, 5zintman.adb, 5zosinte.adb, 5zosinte.ads,
5zosprim.adb, 5zsystem.ads, 5ztaprop.adb, 6vcpp.adb,
6vcstrea.adb, 6vinterf.ads, 7sinmaop.adb, 7sintman.adb,
7sosinte.adb, 7sosprim.adb, 7staprop.adb, 7staspri.ads,
7stpopsp.adb, 7straceb.adb, 86numaux.adb, 86numaux.ads,
9drpc.adb, a-astaco.adb, a-astaco.ads, a-caldel.adb,
a-caldel.ads, a-calend.adb, a-calend.ads, a-chahan.adb,
a-chahan.ads, a-charac.ads, a-chlat1.ads, a-chlat9.ads,
a-colien.adb, a-colien.ads, a-colire.adb, a-colire.ads,
a-comlin.adb, a-comlin.ads, a-cwila1.ads, a-cwila9.ads,
a-decima.adb, a-decima.ads, a-diocst.adb, a-diocst.ads,
a-direio.adb, a-direio.ads, a-dynpri.adb, a-dynpri.ads,
a-einuoc.adb, a-einuoc.ads, a-except.adb, a-except.ads,
a-excpol.adb, a-exctra.adb, a-exctra.ads, a-filico.adb,
a-filico.ads, a-finali.adb, a-finali.ads, a-flteio.ads,
a-fwteio.ads, a-inteio.ads, a-interr.adb, a-interr.ads,
a-intnam.ads, a-intsig.adb, a-intsig.ads, a-ioexce.ads,
a-iwteio.ads, a-lfteio.ads, a-lfwtio.ads, a-liteio.ads,
a-liwtio.ads, a-llftio.ads, a-llfwti.ads, a-llitio.ads,
a-lliwti.ads, a-ncelfu.ads, a-ngcefu.adb, a-ngcefu.ads,
a-ngcoty.adb, a-ngcoty.ads, a-ngelfu.adb, a-ngelfu.ads,
a-nlcefu.ads, a-nlcoty.ads, a-nlelfu.ads, a-nllcef.ads,
a-nllcty.ads, a-nllefu.ads, a-nscefu.ads, a-nscoty.ads,
a-nselfu.ads, a-nucoty.ads, a-nudira.adb, a-nudira.ads,
a-nuelfu.ads, a-nuflra.adb, a-nuflra.ads, a-numaux.ads,
a-numeri.ads, a-reatim.adb, a-reatim.ads, a-retide.adb,
a-retide.ads, a-sequio.adb, a-sequio.ads, a-sfteio.ads,
a-sfwtio.ads, a-siocst.adb, a-siocst.ads, a-siteio.ads,
a-siwtio.ads, a-ssicst.adb, a-ssicst.ads, a-ssitio.ads,
a-ssiwti.ads, a-stmaco.ads, a-storio.adb, a-storio.ads,
a-strbou.adb, a-strbou.ads, a-stream.ads, a-strfix.adb,
a-strfix.ads, a-string.ads, a-strmap.adb, a-strmap.ads,
a-strsea.adb, a-strsea.ads, a-strunb.adb, a-strunb.ads,
a-ststio.adb, a-ststio.ads, a-stunau.adb, a-stunau.ads,
a-stwibo.adb, a-stwibo.ads, a-stwifi.adb, a-stwifi.ads,
a-stwima.adb, a-stwima.ads, a-stwise.adb, a-stwise.ads,
a-stwiun.adb, a-stwiun.ads, a-suteio.adb, a-suteio.ads,
a-swmwco.ads, a-swuwti.adb, a-swuwti.ads, a-sytaco.adb,
a-sytaco.ads, a-tags.adb, a-tags.ads, a-tasatt.adb,
a-tasatt.ads, a-taside.adb, a-taside.ads, a-teioed.adb,
a-teioed.ads, a-textio.adb, a-textio.ads, a-ticoau.adb,
a-ticoau.ads, a-ticoio.adb, a-ticoio.ads, a-tideau.adb,
a-tideau.ads, a-tideio.adb, a-tideio.ads, a-tienau.adb,
a-tienau.ads, a-tienio.adb, a-tienio.ads, a-tifiio.adb,
a-tifiio.ads, a-tiflau.adb, a-tiflau.ads, a-tiflio.adb,
a-tiflio.ads, a-tigeau.adb, a-tigeau.ads, a-tiinau.adb,
a-tiinau.ads, a-tiinio.adb, a-tiinio.ads, a-timoau.adb,
a-timoau.ads, a-timoio.adb, a-timoio.ads, a-tiocst.adb,
a-tiocst.ads, a-titest.adb, a-titest.ads, a-unccon.ads,
a-uncdea.ads, a-witeio.adb, a-witeio.ads, a-wtcoau.adb,
a-wtcoau.ads, a-wtcoio.adb, a-wtcoio.ads, a-wtcstr.adb,
a-wtcstr.ads, a-wtdeau.adb, a-wtdeau.ads, a-wtdeio.adb,
a-wtdeio.ads, a-wtedit.adb, a-wtedit.ads, a-wtenau.adb,
a-wtenau.ads, a-wtenio.adb, a-wtenio.ads, a-wtfiio.adb,
a-wtfiio.ads, a-wtflau.adb, a-wtflau.ads, a-wtflio.adb,
a-wtflio.ads, a-wtgeau.adb, a-wtgeau.ads, a-wtinau.adb,
a-wtinau.ads, a-wtinio.adb, a-wtinio.ads, a-wtmoau.adb,
a-wtmoau.ads, a-wtmoio.adb, a-wtmoio.ads, a-wttest.adb,
a-wttest.ads, ada-tree.h, ada.ads, ada.h,
adadecode.c, adadecode.h, ali-util.adb, ali-util.ads,
ali.adb, ali.ads, alloc.ads, argv.c,
atree.adb, atree.ads, atree.h, aux-io.c,
back_end.adb, back_end.ads, bcheck.adb, bcheck.ads,
binde.adb, binde.ads, binderr.adb, binderr.ads,
bindgen.adb, bindgen.ads, bindusg.adb, bindusg.ads,
butil.adb, butil.ads, cal.c, calendar.ads,
casing.adb, casing.ads, ceinfo.adb, checks.adb,
checks.ads, cio.c, comperr.adb, comperr.ads,
config-lang.in, csets.adb, csets.ads, csinfo.adb,
cstand.adb, cstand.ads, cuintp.c, debug.adb,
debug.ads, debug_a.adb, debug_a.ads, dec-io.adb,
dec-io.ads, dec.ads, deftarg.c, directio.ads,
einfo.adb, einfo.ads, elists.adb, elists.ads,
elists.h, errno.c, errout.adb, errout.ads,
eval_fat.adb, eval_fat.ads, exit.c, exp_aggr.adb,
exp_aggr.ads, exp_attr.adb, exp_attr.ads, exp_ch10.ads,
exp_ch11.adb, exp_ch11.ads, exp_ch12.adb, exp_ch12.ads,
exp_ch13.adb, exp_ch13.ads, exp_ch2.adb, exp_ch2.ads,
exp_ch3.adb, exp_ch3.ads, exp_ch4.adb, exp_ch4.ads,
exp_ch5.adb, exp_ch5.ads, exp_ch6.adb, exp_ch6.ads,
exp_ch7.adb, exp_ch7.ads, exp_ch8.adb, exp_ch8.ads,
exp_ch9.adb, exp_ch9.ads, exp_code.adb, exp_code.ads,
exp_dbug.adb, exp_dbug.ads, exp_disp.adb, exp_disp.ads,
exp_dist.adb, exp_dist.ads, exp_fixd.adb, exp_fixd.ads,
exp_imgv.adb, exp_imgv.ads, exp_intr.adb, exp_intr.ads,
exp_pakd.adb, exp_pakd.ads, exp_prag.adb, exp_prag.ads,
exp_smem.adb, exp_smem.ads, exp_strm.adb, exp_strm.ads,
exp_tss.adb, exp_tss.ads, exp_util.adb, exp_util.ads,
exp_vfpt.adb, exp_vfpt.ads, expander.adb, expander.ads,
fmap.adb, fmap.ads, fname-sf.adb, fname-sf.ads,
fname-uf.adb, fname-uf.ads, fname.adb, fname.ads,
freeze.adb, freeze.ads, frontend.adb, frontend.ads,
g-awk.adb, g-awk.ads, g-busora.adb, g-busora.ads,
g-busorg.adb, g-busorg.ads, g-calend.adb, g-calend.ads,
g-casuti.adb, g-casuti.ads, g-catiio.adb, g-catiio.ads,
g-cgi.adb, g-cgi.ads, g-cgicoo.adb, g-cgicoo.ads,
g-cgideb.adb, g-cgideb.ads, g-comlin.adb, g-comlin.ads,
g-crc32.adb, g-crc32.ads, g-curexc.ads, g-debpoo.adb,
g-debpoo.ads, g-debuti.adb, g-debuti.ads, g-diopit.adb,
g-diopit.ads, g-dirope.adb, g-dirope.ads, g-dyntab.adb,
g-dyntab.ads, g-enblsp.adb, g-except.ads, g-exctra.adb,
g-exctra.ads, g-expect.adb, g-expect.ads, g-flocon.ads,
g-hesora.adb, g-hesora.ads, g-hesorg.adb, g-hesorg.ads,
g-htable.adb, g-htable.ads, g-io.adb, g-io.ads,
g-io_aux.adb, g-io_aux.ads, g-locfil.ads, g-md5.adb,
g-md5.ads, g-moreex.adb, g-moreex.ads, g-os_lib.adb,
g-os_lib.ads, g-regexp.adb, g-regexp.ads, g-regist.ads,
g-regpat.adb, g-regpat.ads, g-soccon.ads, g-socket.adb,
g-socket.ads, g-socthi.adb, g-socthi.ads, g-soliop.ads,
g-souinf.ads, g-speche.adb, g-speche.ads, g-spipat.adb,
g-spipat.ads, g-spitbo.adb, g-spitbo.ads, g-sptabo.ads,
g-sptain.ads, g-sptavs.ads, g-table.adb, g-table.ads,
g-tasloc.adb, g-tasloc.ads, g-thread.adb, g-thread.ads,
g-traceb.adb, g-traceb.ads, g-trasym.adb, g-trasym.ads,
get_targ.adb, get_targ.ads, gnat-style.texi, gnat.ads,
gnat1drv.adb, gnat1drv.ads, gnatbind.adb, gnatbind.ads,
gnatbl.c, gnatchop.adb, gnatcmd.adb, gnatcmd.ads,
gnatdll.adb, gnatfind.adb, gnatkr.adb, gnatkr.ads,
gnatlbr.adb, gnatlink.adb, gnatlink.ads, gnatls.adb,
gnatls.ads, gnatmake.adb, gnatmake.ads, gnatmem.adb,
gnatname.adb, gnatname.ads, gnatprep.adb, gnatprep.ads,
gnatpsta.adb, gnatvsn.adb, gnatvsn.ads, gnatxref.adb,
hlo.adb, hlo.ads, hostparm.ads, i-c.adb,
i-c.ads, i-cexten.ads, i-cobol.adb, i-cobol.ads,
i-cpoint.adb, i-cpoint.ads, i-cpp.adb, i-cpp.ads,
i-cstrea.adb, i-cstrea.ads, i-cstrin.adb, i-cstrin.ads,
i-fortra.adb, i-fortra.ads, i-os2err.ads, i-os2lib.adb,
i-os2lib.ads, i-os2syn.ads, i-os2thr.ads, i-pacdec.adb,
i-pacdec.ads, i-vxwork.ads, impunit.adb, impunit.ads,
inline.adb, inline.ads, interfac.ads, ioexcept.ads,
itypes.adb, itypes.ads, krunch.adb, krunch.ads,
layout.adb, layout.ads, lib-list.adb, lib-load.adb,
lib-load.ads, lib-sort.adb, lib-util.adb, lib-util.ads,
lib-writ.adb, lib-writ.ads, lib-xref.adb, lib-xref.ads,
lib.adb, lib.ads, live.adb, live.ads,
machcode.ads, make.adb, make.ads, makeusg.adb,
makeusg.ads, math_lib.adb, mdll-fil.adb, mdll-fil.ads,
mdll-utl.adb, mdll-utl.ads, mdll.adb, mdll.ads,
memroot.adb, memroot.ads, memtrack.adb, mlib-fil.adb,
mlib-fil.ads, mlib-prj.adb, mlib-prj.ads, mlib-tgt.adb,
mlib-tgt.ads, mlib-utl.adb, mlib-utl.ads, mlib.adb,
mlib.ads, namet.adb, namet.ads, nlists.adb,
nlists.ads, opt.adb, opt.ads, osint-b.adb,
osint-b.ads, osint-c.adb, osint-c.ads, osint-l.adb,
osint-l.ads, osint-m.adb, osint-m.ads, osint.adb,
osint.ads, output.adb, output.ads, par-ch10.adb,
par-ch11.adb, par-ch12.adb, par-ch13.adb, par-ch2.adb,
par-ch3.adb, par-ch4.adb, par-ch5.adb, par-ch6.adb,
par-ch7.adb, par-ch8.adb, par-ch9.adb, par-endh.adb,
par-labl.adb, par-load.adb, par-prag.adb, par-sync.adb,
par-tchk.adb, par-util.adb, par.adb, par.ads,
prj-attr.adb, prj-attr.ads, prj-com.adb, prj-com.ads,
prj-dect.adb, prj-dect.ads, prj-env.adb, prj-env.ads,
prj-ext.adb, prj-ext.ads, prj-makr.adb, prj-makr.ads,
prj-nmsc.adb, prj-nmsc.ads, prj-pars.adb, prj-pars.ads,
prj-part.adb, prj-part.ads, prj-pp.adb, prj-pp.ads,
prj-proc.adb, prj-proc.ads, prj-strt.adb, prj-strt.ads,
prj-tree.adb, prj-tree.ads, prj-util.adb, prj-util.ads,
prj.adb, prj.ads, repinfo.adb, repinfo.ads,
restrict.adb, restrict.ads, rident.ads, rtsfind.adb,
rtsfind.ads, s-addima.adb, s-addima.ads, s-arit64.adb,
s-arit64.ads, s-assert.adb, s-assert.ads, s-asthan.adb,
s-asthan.ads, s-atacco.adb, s-atacco.ads, s-auxdec.adb,
s-auxdec.ads, s-bitops.adb, s-bitops.ads, s-chepoo.ads,
s-crc32.adb, s-crc32.ads, s-direio.adb, s-direio.ads,
s-errrep.adb, s-errrep.ads, s-except.ads, s-exctab.adb,
s-exctab.ads, s-exnflt.ads, s-exngen.adb, s-exngen.ads,
s-exnint.ads, s-exnlfl.ads, s-exnlin.ads, s-exnllf.ads,
s-exnlli.ads, s-exnsfl.ads, s-exnsin.ads, s-exnssi.ads,
s-expflt.ads, s-expgen.adb, s-expgen.ads, s-expint.ads,
s-explfl.ads, s-explin.ads, s-expllf.ads, s-explli.ads,
s-expllu.adb, s-expllu.ads, s-expmod.adb, s-expmod.ads,
s-expsfl.ads, s-expsin.ads, s-expssi.ads, s-expuns.adb,
s-expuns.ads, s-fatflt.ads, s-fatgen.adb, s-fatgen.ads,
s-fatlfl.ads, s-fatllf.ads, s-fatsfl.ads, s-ficobl.ads,
s-fileio.adb, s-fileio.ads, s-finimp.adb, s-finimp.ads,
s-finroo.adb, s-finroo.ads, s-fore.adb, s-fore.ads,
s-gloloc.adb, s-gloloc.ads, s-imgbiu.adb, s-imgbiu.ads,
s-imgboo.adb, s-imgboo.ads, s-imgcha.adb, s-imgcha.ads,
s-imgdec.adb, s-imgdec.ads, s-imgenu.adb, s-imgenu.ads,
s-imgint.adb, s-imgint.ads, s-imgllb.adb, s-imgllb.ads,
s-imglld.adb, s-imglld.ads, s-imglli.adb, s-imglli.ads,
s-imgllu.adb, s-imgllu.ads, s-imgllw.adb, s-imgllw.ads,
s-imgrea.adb, s-imgrea.ads, s-imguns.adb, s-imguns.ads,
s-imgwch.adb, s-imgwch.ads, s-imgwiu.adb, s-imgwiu.ads,
s-inmaop.ads, s-interr.adb, s-interr.ads, s-intman.ads,
s-io.adb, s-io.ads, s-maccod.ads, s-mantis.adb,
s-mantis.ads, s-mastop.adb, s-mastop.ads, s-memory.adb,
s-memory.ads, s-osprim.ads, s-pack03.adb, s-pack03.ads,
s-pack05.adb, s-pack05.ads, s-pack06.adb, s-pack06.ads,
s-pack07.adb, s-pack07.ads, s-pack09.adb, s-pack09.ads,
s-pack10.adb, s-pack10.ads, s-pack11.adb, s-pack11.ads,
s-pack12.adb, s-pack12.ads, s-pack13.adb, s-pack13.ads,
s-pack14.adb, s-pack14.ads, s-pack15.adb, s-pack15.ads,
s-pack17.adb, s-pack17.ads, s-pack18.adb, s-pack18.ads,
s-pack19.adb, s-pack19.ads, s-pack20.adb, s-pack20.ads,
s-pack21.adb, s-pack21.ads, s-pack22.adb, s-pack22.ads,
s-pack23.adb, s-pack23.ads, s-pack24.adb, s-pack24.ads,
s-pack25.adb, s-pack25.ads, s-pack26.adb, s-pack26.ads,
s-pack27.adb, s-pack27.ads, s-pack28.adb, s-pack28.ads,
s-pack29.adb, s-pack29.ads, s-pack30.adb, s-pack30.ads,
s-pack31.adb, s-pack31.ads, s-pack33.adb, s-pack33.ads,
s-pack34.adb, s-pack34.ads, s-pack35.adb, s-pack35.ads,
s-pack36.adb, s-pack36.ads, s-pack37.adb, s-pack37.ads,
s-pack38.adb, s-pack38.ads, s-pack39.adb, s-pack39.ads,
s-pack40.adb, s-pack40.ads, s-pack41.adb, s-pack41.ads,
s-pack42.adb, s-pack42.ads, s-pack43.adb, s-pack43.ads,
s-pack44.adb, s-pack44.ads, s-pack45.adb, s-pack45.ads,
s-pack46.adb, s-pack46.ads, s-pack47.adb, s-pack47.ads,
s-pack48.adb, s-pack48.ads, s-pack49.adb, s-pack49.ads,
s-pack50.adb, s-pack50.ads, s-pack51.adb, s-pack51.ads,
s-pack52.adb, s-pack52.ads, s-pack53.adb, s-pack53.ads,
s-pack54.adb, s-pack54.ads, s-pack55.adb, s-pack55.ads,
s-pack56.adb, s-pack56.ads, s-pack57.adb, s-pack57.ads,
s-pack58.adb, s-pack58.ads, s-pack59.adb, s-pack59.ads,
s-pack60.adb, s-pack60.ads, s-pack61.adb, s-pack61.ads,
s-pack62.adb, s-pack62.ads, s-pack63.adb, s-pack63.ads,
s-parame.adb, s-parame.ads, s-parint.adb, s-parint.ads,
s-pooglo.adb, s-pooglo.ads, s-pooloc.adb, s-pooloc.ads,
s-poosiz.adb, s-poosiz.ads, s-powtab.ads, s-proinf.adb,
s-proinf.ads, s-rpc.adb, s-rpc.ads, s-scaval.ads,
s-secsta.adb, s-secsta.ads, s-sequio.adb, s-sequio.ads,
s-shasto.adb, s-shasto.ads, s-soflin.adb, s-soflin.ads,
s-sopco3.adb, s-sopco3.ads, s-sopco4.adb, s-sopco4.ads,
s-sopco5.adb, s-sopco5.ads, s-stache.adb, s-stache.ads,
s-stalib.adb, s-stalib.ads, s-stoele.adb, s-stoele.ads,
s-stopoo.ads, s-stratt.adb, s-stratt.ads, s-strops.adb,
s-strops.ads, s-taasde.adb, s-taasde.ads, s-tadeca.adb,
s-tadeca.ads, s-tadert.adb, s-tadert.ads, s-taenca.adb,
s-taenca.ads, s-taprob.adb, s-taprob.ads, s-taprop.ads,
s-tarest.adb, s-tarest.ads, s-tasdeb.adb, s-tasdeb.ads,
s-tasinf.adb, s-tasinf.ads, s-tasini.adb, s-tasini.ads,
s-taskin.adb, s-taskin.ads, s-tasque.adb, s-tasque.ads,
s-tasren.adb, s-tasren.ads, s-tasres.ads, s-tassta.adb,
s-tassta.ads, s-tasuti.adb, s-tasuti.ads, s-tataat.adb,
s-tataat.ads, s-tpinop.adb, s-tpinop.ads, s-tpoben.adb,
s-tpoben.ads, s-tpobop.adb, s-tpobop.ads, s-tposen.adb,
s-tposen.ads, s-traceb.adb, s-traceb.ads, s-traces.adb,
s-traces.ads, s-tratas.adb, s-tratas.ads, s-unstyp.ads,
s-vaflop.adb, s-vaflop.ads, s-valboo.adb, s-valboo.ads,
s-valcha.adb, s-valcha.ads, s-valdec.adb, s-valdec.ads,
s-valenu.adb, s-valenu.ads, s-valint.adb, s-valint.ads,
s-vallld.adb, s-vallld.ads, s-vallli.adb, s-vallli.ads,
s-valllu.adb, s-valllu.ads, s-valrea.adb, s-valrea.ads,
s-valuns.adb, s-valuns.ads, s-valuti.adb, s-valuti.ads,
s-valwch.adb, s-valwch.ads, s-vercon.adb, s-vercon.ads,
s-vmexta.adb, s-vmexta.ads, s-wchcnv.adb, s-wchcnv.ads,
s-wchcon.ads, s-wchjis.adb, s-wchjis.ads, s-wchstw.adb,
s-wchstw.ads, s-wchwts.adb, s-wchwts.ads, s-widboo.adb,
s-widboo.ads, s-widcha.adb, s-widcha.ads, s-widenu.adb,
s-widenu.ads, s-widlli.adb, s-widlli.ads, s-widllu.adb,
s-widllu.ads, s-widwch.adb, s-widwch.ads, s-wwdcha.adb,
s-wwdcha.ads, s-wwdenu.adb, s-wwdenu.ads, s-wwdwch.adb,
s-wwdwch.ads, scans.adb, scans.ads, scn-nlit.adb,
scn-slit.adb, scn.adb, scn.ads, sdefault.ads,
sem.adb, sem.ads, sem_aggr.adb, sem_aggr.ads,
sem_attr.adb, sem_attr.ads, sem_case.adb, sem_case.ads,
sem_cat.adb, sem_cat.ads, sem_ch10.adb, sem_ch10.ads,
sem_ch11.adb, sem_ch11.ads, sem_ch12.adb, sem_ch12.ads,
sem_ch13.adb, sem_ch13.ads, sem_ch2.adb, sem_ch2.ads,
sem_ch3.adb, sem_ch3.ads, sem_ch4.adb, sem_ch4.ads,
sem_ch5.adb, sem_ch5.ads, sem_ch6.adb, sem_ch6.ads,
sem_ch7.adb, sem_ch7.ads, sem_ch8.adb, sem_ch8.ads,
sem_ch9.adb, sem_ch9.ads, sem_disp.adb, sem_disp.ads,
sem_dist.adb, sem_dist.ads, sem_elab.adb, sem_elab.ads,
sem_elim.adb, sem_elim.ads, sem_eval.adb, sem_eval.ads,
sem_intr.adb, sem_intr.ads, sem_maps.adb, sem_maps.ads,
sem_mech.adb, sem_mech.ads, sem_prag.adb, sem_prag.ads,
sem_res.adb, sem_res.ads, sem_smem.adb, sem_smem.ads,
sem_type.adb, sem_type.ads, sem_util.adb, sem_util.ads,
sem_vfpt.adb, sem_vfpt.ads, sem_warn.adb, sem_warn.ads,
sequenio.ads, sfn_scan.adb, sfn_scan.ads, sinfo-cn.adb,
sinfo-cn.ads, sinfo.adb, sinfo.ads, sinput-d.adb,
sinput-d.ads, sinput-l.adb, sinput-l.ads, sinput-p.adb,
sinput-p.ads, sinput.adb, sinput.ads, snames.adb,
snames.ads, sprint.adb, sprint.ads, stand.adb,
stand.ads, stringt.adb, stringt.ads, style.adb,
style.ads, stylesw.adb, stylesw.ads, switch-b.adb,
switch-b.ads, switch-c.adb, switch-c.ads, switch-m.adb,
switch-m.ads, switch.adb, switch.ads, system.ads,
table.adb, table.ads, targparm.adb, targparm.ads,
tbuild.adb, tbuild.ads, text_io.ads, trans.c,
tree_gen.adb, tree_gen.ads, tree_in.adb, tree_in.ads,
tree_io.adb, tree_io.ads, treepr.adb, treepr.ads,
ttypef.ads, ttypes.ads, types.adb, types.ads,
uintp.adb, uintp.ads, uname.adb, uname.ads,
unchconv.ads, unchdeal.ads, urealp.adb, urealp.ads,
usage.adb, usage.ads, validsw.adb, validsw.ads,
widechar.adb, widechar.ads, xeinfo.adb, xnmake.adb,
xr_tabls.adb, xr_tabls.ads, xref_lib.adb, xref_lib.ads,
xsinfo.adb, xsnames.adb, xtreeprs.adb : Merge header,
formatting and other trivial changes from ACT.

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

21 years ago * call.c (print_z_candidates): Fix off by one error.
rsandifo [Thu, 24 Apr 2003 17:34:49 +0000 (17:34 +0000)]
    * call.c (print_z_candidates): Fix off by one error.

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

21 years ago2003-04-24 H.J. Lu <hjl@gnu.org>
hjl [Thu, 24 Apr 2003 17:23:57 +0000 (17:23 +0000)]
2003-04-24  H.J. Lu <hjl@gnu.org>

* config/ia64/ia64.c (ia64_init_builtins): Add si_ftype_pdi_di_di
for __sync_bool_compare_and_swap_di for int return type.

* config/ia64/ia64intrin.h (__sync_bool_compare_and_swap_di):
Change return type to int.
(__sync_bool_compare_and_swap): Likewise.

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

21 years agocp:
nathan [Thu, 24 Apr 2003 16:31:31 +0000 (16:31 +0000)]
cp:
PR c++/10337
* call.c (joust): Don't warn about conversion ops that are exact
or cv-conversions. Rearrange to avoid multiple type comparisons.
testsuite:
PR c++/10337
* g++.dg/warn/conv1.C: New test.
* g++.old-deja/g++.other/conv7.C: Adjust.
* g++.old-deja/g++.other/overload14.C: Adjust.

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

21 years ago * cfgbuild.c (make_edges): Do not use next_nonnote_insn when
hubicka [Thu, 24 Apr 2003 15:53:22 +0000 (15:53 +0000)]
* cfgbuild.c (make_edges):  Do not use next_nonnote_insn when
looking for fallthru edge.

* athlon.md (athlon-agu, athlon-store, athlon-fany, athlon-faddmul):
Fix.
(athlon-load2, athlon-store2, athlon-fpsched, athlon-fpload,
athlon-fvector): New.
(athlon_*): Revisit to match new optimization guide.
* i386.c (ix86_adjust_cost):  Fix memory operand costs on Athlon/k8
* i386.md (cvt??2?? patterns): Fix modes.
(fistp patterns): Set modes.

Accidentaly commited with my earlier reload patch:
PR c/10308
* reload.c (find_reloads_address_1): Reload plus at the place of
index register.

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

21 years ago New GCOV_TAG_FUNCTION layout
nathan [Thu, 24 Apr 2003 09:46:17 +0000 (09:46 +0000)]
New GCOV_TAG_FUNCTION layout
* coverage.c (struct function_list): Replace name with ident.
(struct counts_entry): Likewise.
(fn_ident): New.
(htab_counts_entry_hash, htab_counts_entry_eq,
htab_counts_entry_del): Adjust.
(reads_count_file, get_coverage_counts,
coverage_begin_output, coverage_end_function): Adjust.
(build_fn_info_type, build_fn_info_value): Likewise.
* gcov-dump.c (tag_function): Adjust.
* gcov-io.c (gcov_write_string, gcov_read_string): Not in LIBGCOV.
* gcov-io.h (gcov_write_string, gcov_read_string): Not in LIBGCOV.
* gcov.c (struct function_info): Add ident.
(read_graph_file, read_count_file): Adjust.
* libgcov.c (gcov_exit): Adjust.

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

21 years ago PR c++/10471
mmitchel [Thu, 24 Apr 2003 05:54:46 +0000 (05:54 +0000)]
PR c++/10471
* call.c (build_cxx_call): Robustify.

PR c++/10471
* g++.dg/template/defarg2.C: New test.

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

21 years ago PR opt/8300
rth [Thu, 24 Apr 2003 04:32:58 +0000 (04:32 +0000)]
PR opt/8300
* toplev.c (rest_of_compilation): Delay no_new_pseudos until
after initialize_uninitialized_subregs; update reg info assuming
new pseudos were created.

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

21 years agoDaily bump.
gccadmin [Thu, 24 Apr 2003 00:17:06 +0000 (00:17 +0000)]
Daily bump.

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

21 years ago * Makefile.in (c-lex.o, LIBCPP_OBJS, cpplex.o): Update.
neil [Wed, 23 Apr 2003 22:44:06 +0000 (22:44 +0000)]
* Makefile.in (c-lex.o, LIBCPP_OBJS, cpplex.o): Update.
* c-lex.c (MULTIBYTE_CHARS): Remove conditionals.
(lex_string): Take cpp_string with full spelling.
(cb_ident): Update.
(c_lex): Update diagnostics.
* cpplex.c (SPELL_NUMBER, SPELL_STRING): Combine into SPELL_LITERAL.
(create_literal): New.
(lex_string): Unterminated literals have type CPP_OTHER.
(_cpp_lex_direct): Update calls to lex_string.  Use create_literal
for CPP_OTHER.
(cpp_token_len, cpp_spell_token, cpp_output_token): Simplify.
(_cpp_equiv_tokens, cpp_interpret_charconst): Update.
* cpplib.c (parse_include, do_line, do_linemarker,
destringize_and_run): Update for token storing full spelling.
* cpplib.h: Update token spelling types.
* cppmacro.c (stringify_arg, check_trad_stringification):
Update for token storing full spelling.
cp:
* Make-lang.in (lex.o): Remove mbchar.h.
* lex.c (MULTIBYTE_CHARS): Lose.
* parser.c (cp_lexer_get_preprocessor_token): CPP_OTHER handled
in c-lex.c.
testsuite:
* gcc.dg/cpp/include2.c: Update.
* gcc.dg/cpp/multiline-2.c: New.
* gcc.dg/cpp/multiline.c: Update.
* gcc.dg/cpp/strify2.c: Update.
* gcc.dg/cpp/trad/literals-2.c: Update.

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

21 years ago2003-04-23 Paolo Carlini <pcarlini@unitus.it>
paolo [Wed, 23 Apr 2003 22:34:51 +0000 (22:34 +0000)]
2003-04-23  Paolo Carlini  <pcarlini@unitus.it>

* testsuite/27_io/basic_filebuf/3.cc: _S_pback_size now
belongs to basic_filebuf.
* testsuite/27_io/basic_fstream/3.cc: Likewise.
* testsuite/27_io/basic_ifstream/3.cc: Likewise.
* testsuite/27_io/basic_ios/3.cc: Remove _S_pback_size
instantiation (now belongs to basic_filebuf).
* testsuite/27_io/basic_iostream/3.cc: Likewise.
* testsuite/27_io/basic_istream/3.cc: Likewise.
* testsuite/27_io/basic_istream/sentry/char/3983-fstream.cc:
_S_pback_size now belongs to basic_filebuf.
* testsuite/27_io/basic_istringstream/3.cc: Remove _S_pback_size
instantiation (now belongs to basic_filebuf).
* testsuite/27_io/basic_ofstream/3.cc: _S_pback_size now
belongs to basic_filebuf.
* testsuite/27_io/basic_ostream/3.cc: Remove _S_pback_size
instantiation (now belongs to basic_filebuf).
* testsuite/27_io/basic_ostream/sentry/char/3983-fstream.cc:
_S_pback_size now belongs to basic_filebuf.
* testsuite/27_io/basic_ostringstream/3.cc: Remove _S_pback_size
instantiation (now belongs to basic_filebuf).
* testsuite/27_io/basic_streambuf/3.cc: _S_pback_size now belongs
to basic_filebuf.
* testsuite/27_io/basic_stringbuf/3.cc: Remove _S_pback_size
instantiation (now belongs to basic_filebuf).
* testsuite/27_io/basic_stringstream/3.cc: Likewise.

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

21 years ago2003-04-23 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Wed, 23 Apr 2003 22:31:44 +0000 (22:31 +0000)]
2003-04-23  Benjamin Kosnik  <bkoz@redhat.com>

* configure.in: Move GLIBCPP_CHECK_PCH before native/cross conditions.
* configure: Regenerated.

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

21 years ago * g++.dg/other/packed1.C: XFAIL hppa*-*-*.
danglin [Wed, 23 Apr 2003 21:42:14 +0000 (21:42 +0000)]
* g++.dg/other/packed1.C: XFAIL hppa*-*-*.

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

21 years ago2003-04-23 Benjamin Kosnik <bkoz@belmont.constant.com>
bkoz [Wed, 23 Apr 2003 19:30:33 +0000 (19:30 +0000)]
2003-04-23  Benjamin Kosnik  <bkoz@belmont.constant.com>

* config/locale/generic/c_locale.h (__convert_from_v): Use
attribute unused.

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