OSDN Git Service

pf3gnuchains/gcc-fork.git
22 years ago * doc/extend.texi, doc/gcc.texi, doc/install.texi, doc/tm.texi:
jsm28 [Sat, 3 Nov 2001 13:23:58 +0000 (13:23 +0000)]
* doc/extend.texi, doc/gcc.texi, doc/install.texi, doc/tm.texi:
Use "invalid" instead of "illegal".  Use @r in comments in
examples.

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

22 years agoDaily bump.
gccadmin [Sat, 3 Nov 2001 08:16:45 +0000 (08:16 +0000)]
Daily bump.

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

22 years ago2001-11-02 Hans Boehm <Hans_Boehm@hp.com>
hboehm [Sat, 3 Nov 2001 03:13:07 +0000 (03:13 +0000)]
2001-11-02  Hans Boehm <Hans_Boehm@hp.com>

        * java/util/natResourceBundle.cc:getClassContext: return
        array of Class instead of array of ClassLoader.

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

22 years ago * c-decl.c (pushdecl): Move block inside if conditional to remove
neil [Sat, 3 Nov 2001 00:00:01 +0000 (00:00 +0000)]
* c-decl.c (pushdecl): Move block inside if conditional to remove
possibility of a segfault.  Lookup block-level extern
variables in enclosing scopes correctly.

* testsuite/gcc.c-torture/compile/20001018-1.x: Remove XFAIL.

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

22 years ago * include/bits/stl_threads.h (_Atomic_swap): Only enable path
ljrittle [Fri, 2 Nov 2001 22:59:46 +0000 (22:59 +0000)]
    * include/bits/stl_threads.h (_Atomic_swap): Only enable path
        when platform supports __GTHREAD_MUTEX_INIT.

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

22 years ago2001-11-02 Phil Edwards <pme@gcc.gnu.org>
pme [Fri, 2 Nov 2001 22:31:03 +0000 (22:31 +0000)]
2001-11-02  Phil Edwards  <pme@gcc.gnu.org>

* acconfig.h:  Update comments.
* acinclude.m4 (GLIBCPP_ENABLE_C99):  Move strtoll, strtoull tests...
(GLIBCPP_ENABLE_LONG_LONG):  ...to here.  Don't check enable_c99.
* aclocal.m4:  Regenerate.
* config.h.in:  Regenerate.
* configure:  Regenerate.

* include/bits/boost_concept_check.h:  Unconditionally compile uses
of 'long long' which require only compiler support, not C lib support.
* include/bits/cpp_type_traits.h:  Likewise.
* include/bits/std_limits.h:  Likewise.
* include/bits/type_traits.h:  Likewise.
* src/concept-inst.cc:  Likewise.
* src/limits.cc:  Likewise.
* include/c_shadow/stdlib.h:  Compile conditionally on _GLIBCPP_USE_C99
instead of _GLIBCPP_USE_LONG_LONG.
* include/c_shadow/bits/std_cstdlib.h:  Likewise.

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

22 years ago * expr.c (convert_move): Use simplify_gen_subreg to make SUBREG so
aldyh [Fri, 2 Nov 2001 22:17:11 +0000 (22:17 +0000)]
    * expr.c (convert_move): Use simplify_gen_subreg to make SUBREG so
        we avoid SUBREGing memory.

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

22 years ago * expmed.c (store_bit_field): Use simplify_gen_subreg to make
aldyh [Fri, 2 Nov 2001 22:07:29 +0000 (22:07 +0000)]
    * expmed.c (store_bit_field): Use simplify_gen_subreg to make
        SUBREG so we avoid SUBREGing memory.

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

22 years ago* config/rs6000/rs6000.c (rs6000_emit_move): Make sure that
dj [Fri, 2 Nov 2001 21:53:25 +0000 (21:53 +0000)]
* config/rs6000/rs6000.c (rs6000_emit_move): Make sure that
using FP registers for DImode mem-mem moves is acceptable.

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

22 years agoforgot changelog
aldyh [Fri, 2 Nov 2001 21:41:49 +0000 (21:41 +0000)]
forgot changelog

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

22 years ago * builtins.c (apply_args_size): Handle vector arguments.
aldyh [Fri, 2 Nov 2001 19:34:16 +0000 (19:34 +0000)]
    * builtins.c (apply_args_size): Handle vector arguments.
        (apply_result_size): Same.

  * machmode.def: Set WIDER mode field for all vector entries.

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

22 years ago2001-11-02 Phil Edwards <pme@gcc.gnu.org>
pme [Fri, 2 Nov 2001 17:38:11 +0000 (17:38 +0000)]
2001-11-02  Phil Edwards  <pme@gcc.gnu.org>

* config/io/c_io_stdio.h:  Correct grammar in comments.
* docs/doxygen/Intro.3:  Expand "top-level" man page.
* docs/doxygen/doxygroups.cc:  New module definitions (comments).
* docs/doxygen/mainpage.doxy:  Tweaks.
* docs/doxygen/run_doxygen:  Update Doxygen version, massage man pages.

Add @file hooks so that headers are considered to be documented.
* include/bits/basic_ios.h, include/bits/basic_file.h,
include/bits/basic_string.h, include/bits/boost_concept_check.h,
include/bits/char_traits.h, include/bits/codecvt.h,
include/bits/concept_check.h, include/bits/cpp_type_traits.h,
include/bits/fpos.h, include/bits/gslice.h, include/bits/gslice_array.h,
include/bits/indirect_array.h, include/bits/ios_base.h,
include/bits/locale_facets.h, include/bits/localefwd.h,
include/bits/mask_array.h, include/bits/pthread_allocimpl.h,
include/bits/slice.h, include/bits/slice_array.h,
include/bits/std_algorithm.h, include/bits/std_bitset.h,
include/bits/std_complex.h, include/bits/std_deque.h,
include/bits/std_fstream.h, include/bits/std_functional.h,
include/bits/std_iomanip.h, include/bits/std_ios.h,
include/bits/std_iosfwd.h, include/bits/std_iostream.h,
include/bits/std_istream.h, include/bits/std_iterator.h,
include/bits/std_limits.h, include/bits/std_list.h,
include/bits/std_locale.h, include/bits/std_map.h,
include/bits/std_memory.h, include/bits/std_numeric.h,
include/bits/std_ostream.h, include/bits/std_queue.h,
include/bits/std_set.h, include/bits/std_sstream.h,
include/bits/std_stack.h, include/bits/std_streambuf.h,
include/bits/std_string.h, include/bits/std_utility.h,
include/bits/std_valarray.h, include/bits/std_vector.h,
include/bits/stl_algo.h, include/bits/stl_alloc.h,
include/bits/stl_bvector.h, include/bits/stl_construct.h,
include/bits/stl_deque.h, include/bits/stl_heap.h,
include/bits/stl_iterator.h, include/bits/stl_iterator_base_funcs.h,
include/bits/stl_iterator_base_types.h, include/bits/stl_list.h,
include/bits/stl_map.h, include/bits/stl_multimap.h,
include/bits/stl_multiset.h, include/bits/stl_numeric.h,
include/bits/stl_pair.h, include/bits/stl_pthread_alloc.h,
include/bits/stl_queue.h, include/bits/stl_raw_storage_iter.h,
include/bits/stl_relops.h, include/bits/stl_set.h,
include/bits/stl_stack.h, include/bits/stl_tempbuf.h,
include/bits/stl_threads.h, include/bits/stl_tree.h,
include/bits/stl_uninitialized.h, include/bits/stl_vector.h,
include/bits/stream_iterator.h, include/bits/streambuf_iterator.h,
include/bits/stringfwd.h, include/bits/type_traits.h,
include/bits/valarray_array.h, include/bits/valarray_meta.h:
Add hooks, tweak comments only.

* include/bits/stl_algobase.h (swap, min, iter_swap):  Also
document these functions.
* include/bits/stl_function.h:  Tweak link comments.

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

22 years ago * com.c (ffecom_initialize_char_syntax_, U_CHAR, is_idchar,
ghazi [Fri, 2 Nov 2001 15:53:27 +0000 (15:53 +0000)]
* com.c (ffecom_initialize_char_syntax_, U_CHAR, is_idchar,
is_idstart, is_hor_space, is_space, SKIP_WHITE_SPACE,
SKIP_ALL_WHITE_SPACE): Delete.
(read_filename_string, read_name_map): Don't use is_space or
is_hor_space.

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

22 years ago * pt.c (unify): Handle SCOPE_REF.
lerdsuwa [Fri, 2 Nov 2001 14:58:55 +0000 (14:58 +0000)]
* pt.c (unify): Handle SCOPE_REF.

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

22 years ago * g++.dg/other/debug1.C: Fix typos.
grahams [Fri, 2 Nov 2001 11:16:30 +0000 (11:16 +0000)]
* g++.dg/other/debug1.C: Fix typos.

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

22 years ago * recog.c (decode_asm_operands): Check that the SRC is ASM_OPERANDS.
grahams [Fri, 2 Nov 2001 10:52:08 +0000 (10:52 +0000)]
* recog.c (decode_asm_operands):  Check that the SRC is ASM_OPERANDS.

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

22 years agoDaily bump.
gccadmin [Fri, 2 Nov 2001 08:16:12 +0000 (08:16 +0000)]
Daily bump.

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

22 years ago * libjava.lang/TLtest.xfail: New file. Needs threads.
bryce [Fri, 2 Nov 2001 06:50:33 +0000 (06:50 +0000)]
* libjava.lang/TLtest.xfail: New file. Needs threads.

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

22 years ago2001-11-01 Paolo Carlini <pcarlini@unitus.it>
bkoz [Fri, 2 Nov 2001 03:48:09 +0000 (03:48 +0000)]
2001-11-01  Paolo Carlini  <pcarlini@unitus.it>
    Benjamin Kosnik  <bkoz@redhat.com>

* testsuite/27_io/ios_manip_fmtflags.cc: Fix for non-interactive
output.
* include/bits/locale_facets.tcc (num_put::do_put(bool)): Fix.

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

22 years ago2001-11-01 Egor Duda <deo@logos-m.ru>
bkoz [Fri, 2 Nov 2001 02:37:44 +0000 (02:37 +0000)]
2001-11-01  Egor Duda  <deo@logos-m.ru>

* config/os/newlib/bits/ctype_noninline.h
(ctype<char>::do_toupper(char __c)): Check for proper character class.
(ctype<char>::do_tolower(char __c)): Ditto.

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

22 years ago2001-11-01 Eric Christopher <echristo@redhat.com>
echristo [Fri, 2 Nov 2001 02:18:37 +0000 (02:18 +0000)]
2001-11-01  Eric Christopher  <echristo@redhat.com>

        * config.gcc: Revert part of earlier patch.
        * config/mips/linux.h: Ditto.
* df.c: Include tm_p.h to avoid warnings.
        * config/mips/mips.h (ABI_GAS_ASM_SPEC): Add defaults.  Adjust
#if/#endif.
* config/mips/mips.c: Define mips_abi regardless.
(mips_output_function_prologues): Add long casts for .frame
output.
(override_options): Allow use of ABI_32.

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

22 years ago * config/m68hc11/m68hc11.c: Fix comment formatting.
kazu [Fri, 2 Nov 2001 01:11:05 +0000 (01:11 +0000)]
* config/m68hc11/m68hc11.c: Fix comment formatting.
* config/m68hc11/m68hc11.h: Likewise.
* config/m68hc11/m68hc11.md: Likewise.

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

22 years ago PR c/3170
neil [Thu, 1 Nov 2001 23:29:09 +0000 (23:29 +0000)]
PR c/3170
PR c/3422
* c-typeck.c (default_conversion): Retain the original expression
codes.
* gcc.dg/Wparentheses-1.c: New tests.

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

22 years ago * doc/install.texi (Specific, sparc-sun-solaris2*): Bring
davem [Thu, 1 Nov 2001 22:26:14 +0000 (22:26 +0000)]
* doc/install.texi (Specific, sparc-sun-solaris2*): Bring
64-bit Sparc description more in line with reality.

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

22 years ago * Makefile.in (GCOV_OBJS): Add version.o.
jsm28 [Thu, 1 Nov 2001 21:48:49 +0000 (21:48 +0000)]
* Makefile.in (GCOV_OBJS): Add version.o.
* gcov.c: Include "version.h" and <getopt.h>.
(gcov_version_string): Remove.
(print_usage): Take a parameter to determine whether this is a
call from --help or an error message.  Give fuller output that
follows the GNU Coding Standards for --help.
(print_version): New function.
(options): New.
(process_args): Use getopt_long.  Support long options.  Follow
GNU Coding Standards for --help and --version.
* doc/gcov.texi: Document long options.
Addresses part of PR other/704.

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

22 years ago * tree.c (cp_copy_res_decl_for_inlining): Adjust
jakub [Thu, 1 Nov 2001 21:09:39 +0000 (21:09 +0000)]
* tree.c (cp_copy_res_decl_for_inlining): Adjust
DECL_ABSTRACT_ORIGIN for the return variable.

* g++.dg/other/debug1.C: New test.

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

22 years ago* include/bits/std_complex.h (abs): Fix thinko.
gdr [Thu, 1 Nov 2001 18:42:13 +0000 (18:42 +0000)]
* include/bits/std_complex.h (abs): Fix thinko.

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

22 years ago * pa.c (output_move_double): Fix typo in double load.
danglin [Thu, 1 Nov 2001 18:12:05 +0000 (18:12 +0000)]
* pa.c (output_move_double): Fix typo in double load.

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

22 years ago2001-11-01 Phil Edwards <pme@gcc.gnu.org>
pme [Thu, 1 Nov 2001 15:46:48 +0000 (15:46 +0000)]
2001-11-01  Phil Edwards  <pme@gcc.gnu.org>

* acinclude.m4:  Fix spacing.
(GLIBCPP_ENABLE_CONCEPT_CHECKS):  New macro.
* configure.in:  Call here.
* acconfig.h:  Add _GLIBCPP_CONCEPT_CHECKS.
* include/bits/boost_concept_check.h:  Fix headers.
(__function_requires):  Make inline.
* include/bits/c++config (_GLIBCPP_CONCEPT_CHECKS):  Remove.
* aclocal.m4:  Regenerate.
* config.h.in:  Regenerate.
* configure:  Regenerate.

Move trailing ';' inside macro, PR libstdc++/3666.
* include/bits/concept_check.h:  Add semicolon.
* include/bits/stl_algo.h:  Remove semicolon.
* include/bits/stl_algobase.h:  Likewise.
* include/bits/stl_deque.h:  Likewise.
* include/bits/stl_heap.h:  Likewise.
* include/bits/stl_iterator_base_funcs.h:  Likewise.
* include/bits/stl_list.h:  Likewise.
* include/bits/stl_map.h:  Likewise.
* include/bits/stl_multimap.h:  Likewise.
* include/bits/stl_multiset.h:  Likewise.
* include/bits/stl_numeric.h:  Likewise.
* include/bits/stl_queue.h:  Likewise.
* include/bits/stl_set.h:  Likewise.
* include/bits/stl_stack.h:  Likewise.
* include/bits/stl_vector.h:  Likewise.
* include/ext/hash_map:  Likewise.
* include/ext/hash_set:  Likewise.
* include/ext/slist:  Likewise.

* src/concept-inst.cc:  New file with explicit instantiations.
* src/Makefile.am (sources):  Add here, with special build rules.
* src/Makefile.in:  Regenerate.

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

22 years ago * config/h8300/h8300.c (h8300_encode_label): Compute a string
kazu [Thu, 1 Nov 2001 15:40:09 +0000 (15:40 +0000)]
* config/h8300/h8300.c (h8300_encode_label): Compute a string
before passing it to ggc_alloc_string.

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

22 years ago* include/bits/std_complex.h (abs): Tweak.
gdr [Thu, 1 Nov 2001 15:01:07 +0000 (15:01 +0000)]
* include/bits/std_complex.h (abs): Tweak.

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

22 years ago * config/m68k/3b1.h: Fix comment formatting.
kazu [Thu, 1 Nov 2001 14:49:33 +0000 (14:49 +0000)]
* config/m68k/3b1.h: Fix comment formatting.
* config/m68k/3b1g.h: Likewise.
* config/m68k/a-ux.h: Likewise.
* config/m68k/amix.h: Likewise.
* config/m68k/apollo68.h: Likewise.
* config/m68k/atari.h: Likewise.
* config/m68k/aux-exit.c: Likewise.
* config/m68k/ccur-GAS.h: Likewise.
* config/m68k/crds.h: Likewise.
* config/m68k/dpx2.h: Likewise.
* config/m68k/dpx2g.h: Likewise.
* config/m68k/hp310.h: Likewise.
* config/m68k/hp320.h: Likewise.
* config/m68k/isi.h: Likewise.
* config/m68k/linux.h: Likewise.
* config/m68k/lynx.h: Likewise.
* config/m68k/m68k-psos.h: Likewise.
* config/m68k/m68k.c: Likewise.
* config/m68k/m68k.h: Likewise.
* config/m68k/m68k.md: Likewise.
* config/m68k/m68kelf.h: Likewise.
* config/m68k/m68kv4.h: Likewise.
* config/m68k/mot3300.h: Likewise.
* config/m68k/news.h: Likewise.
* config/m68k/next.h: Likewise.
* config/m68k/pbb.h: Likewise.
* config/m68k/plexus.h: Likewise.
* config/m68k/sgs.h: Likewise.
* config/m68k/sun3.h: Likewise.
* config/m68k/tower.h: Likewise.
* config/m68k/vxm68k.h: Likewise.

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

22 years ago * include/bits/std_complex.h (_Norm_helper): New class template.
gdr [Thu, 1 Nov 2001 11:00:57 +0000 (11:00 +0000)]
   * include/bits/std_complex.h (_Norm_helper): New class template.
       (norm): Tweak.

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

22 years ago * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead
ciceron [Thu, 1 Nov 2001 10:17:35 +0000 (10:17 +0000)]
* gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead
        of unsigned long.

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

22 years agoDaily bump.
gccadmin [Thu, 1 Nov 2001 08:16:12 +0000 (08:16 +0000)]
Daily bump.

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

22 years ago* config/mips/mips.h (mips_cache_flush_func): Prototype.
dj [Wed, 31 Oct 2001 21:08:00 +0000 (21:08 +0000)]
* config/mips/mips.h (mips_cache_flush_func): Prototype.
(TARGET_OPTIONS): Support -mflush-func= and -mno-flush-func.
(INITIALIZE_TRAMPOLINE): Use mips_cache_flush_func if nonzero.
* config/mips/mips.c (mips_cache_flush_func): New.
* doc/invoke.texi: Document the new options.

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

22 years ago2001-10-31 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Wed, 31 Oct 2001 20:05:33 +0000 (20:05 +0000)]
2001-10-31  Benjamin Kosnik  <bkoz@redhat.com>

libstdc++/4749
* include/bits/codecvt.h: Add virtual member function declarations.
* src/codecvt.cc: Tweaks.
* testsuite/22_locale/codecvt.cc: Test compilation only,
non-required facets not required to have linkage.

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

22 years ago * config/cris/cris.c: Include output.h after tree.h but before
hp [Wed, 31 Oct 2001 19:57:53 +0000 (19:57 +0000)]
* config/cris/cris.c: Include output.h after tree.h but before
target.h.

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

22 years ago * config/cris/cris.h (EH_RETURN_DATA_REGNO): Fix formatting.
hp [Wed, 31 Oct 2001 19:54:02 +0000 (19:54 +0000)]
* config/cris/cris.h (EH_RETURN_DATA_REGNO): Fix formatting.

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

22 years ago * config.gcc (cris-*-linux*, tm_file): Rearrange order.
hp [Wed, 31 Oct 2001 19:50:59 +0000 (19:50 +0000)]
* config.gcc (cris-*-linux*, tm_file): Rearrange order.
* config/cris/linux.h (LIB_SPEC, STARTFILE_SPEC): Don't redefine.

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

22 years ago * Makefile.in (INTL_TARGETS, POSUB): Delete all references.
zack [Wed, 31 Oct 2001 17:40:07 +0000 (17:40 +0000)]
* Makefile.in (INTL_TARGETS, POSUB): Delete all references.
(INTL_SUBDIRS): Just intl.
(.SUFFIXES): Add .gmo .po .pox.
(native): Also depend on build-@POSUB@.
(intl.all, intl.install): Depend on config.h and things it includes.
(po-generated): New target; depend on c-parse.c and tradcif.c.
(install-normal): Also depend on install-@POSUB@.
(XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): New variables.
(build-, install-, build-po, update-po, install-po,
.po.gmo, .po.pox, $(PACKAGE).pot, po/$(PACKAGE).pot): New rules.

* aclocal.m4: Prefix each entry in CATALOGS with "po/"
* configure.in: Don't munge XGETTEXT.  Don't generate
po/Makefile.in.
* configure: Regenerate.

* exgettext: Delete.
* config/m68k/m68k.h: Add doc strings for -msky and -mnosky.
* cp/Make-lang.in, java/Make-lang.in, objc/Make-lang.in: Replace
$(INTL_TARGETS) with po-generated.

po:
* EXCLUDES: New file.
* exgettext: New helper script; completely rewritten.
* Makefile.in.in, POTFILES.in: Delete.

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

22 years ago * config/h8300/h8300.md (two anonymous patterns): New.
kazu [Wed, 31 Oct 2001 16:33:03 +0000 (16:33 +0000)]
* config/h8300/h8300.md (two anonymous patterns): New.

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

22 years ago * tree.h (tree_index): Add support for V16QI and V8HI.
aldyh [Wed, 31 Oct 2001 15:28:41 +0000 (15:28 +0000)]
* tree.h (tree_index): Add support for V16QI and V8HI.
      (V8HI_type_node): New.
(V16QI_type_node): New.

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

22 years ago * config/i386/att.h: Fix comment formatting.
kazu [Wed, 31 Oct 2001 14:32:30 +0000 (14:32 +0000)]
* config/i386/att.h: Fix comment formatting.
* config/i386/beos-elf.h: Likewise.
* config/i386/bsd.h: Likewise.
* config/i386/bsd386.h: Likewise.
* config/i386/crtdll.h: Likewise.
* config/i386/cygwin.asm: Likewise.
* config/i386/cygwin.h: Likewise.
* config/i386/djgpp.h: Likewise.
* config/i386/freebsd-aout.h: Likewise.
* config/i386/freebsd.h: Likewise.
* config/i386/gas.h: Likewise.
* config/i386/i386-interix.h: Likewise.
* config/i386/i386-protos.h: Likewise.
* config/i386/i386.c: Likewise.
* config/i386/i386.h: Likewise.
* config/i386/i386.md: Likewise.
* config/i386/i386elf.h: Likewise.
* config/i386/interix.c: Likewise.
* config/i386/isc.h: Likewise.
* config/i386/isccoff.h: Likewise.
* config/i386/iscdbx.h: Likewise.
* config/i386/linux.h: Likewise.
* config/i386/lynx.h: Likewise.
* config/i386/mingw32.h: Likewise.
* config/i386/netbsd-elf.h: Likewise.
* config/i386/next.h: Likewise.
* config/i386/osf1elf.h: Likewise.
* config/i386/osfrose.h: Likewise.
* config/i386/sco5.h: Likewise.
* config/i386/seq-gas.h: Likewise.
* config/i386/seq-sysv3.h: Likewise.
* config/i386/sequent.h: Likewise.
* config/i386/sol2.h: Likewise.
* config/i386/sun386.h: Likewise.
* config/i386/uwin.asm: Likewise.
* config/i386/uwin.h: Likewise.
* config/i386/vxi386.h: Likewise.
* config/i386/win32.h: Likewise.
* config/i386/winnt.c: Likewise.
* config/i386/xm-cygwin.h: Likewise.
* config/i386/xm-mingw32.h: Likewise.

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

22 years ago2001-10-31 Kazu Hirata <kazu@hxi.com>
kazu [Wed, 31 Oct 2001 14:08:11 +0000 (14:08 +0000)]
2001-10-31  Kazu Hirata  <kazu@hxi.com>

* builtins.def: Fix comment typos.
* config/alpha.c: Likewise.
* config/arm/arm.c: Likewise.
* config/avr/avr.h: Likewise.
* config/d30v/d30v.c: Likewise.
* config/d30v/d30v.h: Likewise.
* config/d30v/d30v.md: Likewise.
* config/dsp16xx/dsp16xx.c: Likewise.
* config/fr30/fr30.c: Likewise.
* config/fr30/fr30.md: Likewise.
* config/i386/i386.c: Likewise.
* config/i860/i860.c: Likewise.
* config/i960/i960.c: Likewise.
* config/ia64/ia64.c: Likewise.
* config/mips/mips.c: Likewise.
* config/pa/pa.c: Likewise.
* config/rs6000/rs6000.c: Likewise.
* config/s390/s390.c: Likewise.
* config/sparc/sparc.c: Likewise.

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

22 years ago2001-10-31 Edward E. Meyer <edward.e.meyer@boeing.com>
bkoz [Wed, 31 Oct 2001 08:45:57 +0000 (08:45 +0000)]
2001-10-31  Edward E. Meyer  <edward.e.meyer@boeing.com>

libstdc++/4622
* include/bits/std_complex.h (complex::operator/=): Correct sign.

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

22 years ago2001-10-30 Paolo Carlini <pcarlini@unitus.it>
bkoz [Wed, 31 Oct 2001 08:27:20 +0000 (08:27 +0000)]
2001-10-30  Paolo Carlini  <pcarlini@unitus.it>
    Benjamin Kosnik  <bkoz@redhat.com>

* include/bits/basic_string.h: Tweaks.
* include/bits/basic_string.tcc (string::_M_replace(iterator,
iterator, _ForwardIter, _ForwardIter, forward_iterator_tag): Fix.
* src/string-inst.cc: Tweaks, add instantiation.
* testsuite/21_strings/replace.cc (test02): Add test.
* testsuite/21_strings/assign.cc (test01): New file.

0

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

22 years agoDaily bump.
gccadmin [Wed, 31 Oct 2001 08:16:10 +0000 (08:16 +0000)]
Daily bump.

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

22 years agoFix typos in ChangeLog.
kazu [Wed, 31 Oct 2001 04:12:47 +0000 (04:12 +0000)]
Fix typos in ChangeLog.

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

22 years ago * config/elf.h: Fix comment formatting.
kazu [Wed, 31 Oct 2001 04:08:19 +0000 (04:08 +0000)]
* config/elf.h: Fix comment formatting.
* config/elf64.h: Likewise.
* config/iris5.h: Likewise.
* config/iris5gas.h: Likewise.
* config/iris6.h: Likewise.
* config/isa3264.h: Likewise.
* config/linux.h: Likewise.
* config/mips.c: Likewise.
* config/mips.h: Likewise.
* config/mips.md: Likewise.
* config/mips16.S: Likewise.
* config/netbsd.h: Likewise.
* config/osfrose.h: Likewise.
* config/r3900.h: Likewise.
* config/sni-svr4.h: Likewise.
* config/svr4-t.h: Likewise.
* config/ultrix.h: Likewise.

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

22 years ago2001-10-30 Daniel Berlin <dan@cgsoftware.com>
dberlin [Wed, 31 Oct 2001 03:01:17 +0000 (03:01 +0000)]
2001-10-30  Daniel Berlin  <dan@cgsoftware.com>

* bitmap.c (bitmap_element_free): Don't forget to update head->indx
when we update head->current.

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

22 years ago * ChangeLog, actions.c, ch-tree.def, decl.c, except.c, inout.c,
jsm28 [Wed, 31 Oct 2001 00:59:40 +0000 (00:59 +0000)]
* ChangeLog, actions.c, ch-tree.def, decl.c, except.c, inout.c,
tasking.c, typeck.c: Fix spelling errors.

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

22 years ago * style.adb:
bosch [Wed, 31 Oct 2001 00:54:36 +0000 (00:54 +0000)]
* style.adb:
(Check_Identifier): Rewrite circuit to be compatible with use of letters
in the upper half of ASCII.
(Check_Identifier): Minor reformatting

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

22 years ago * (Associated_Node, Set_Associated_Node): Do not check for
bosch [Wed, 31 Oct 2001 00:49:13 +0000 (00:49 +0000)]
* (Associated_Node, Set_Associated_Node): Do not check for
Freeze_Entity.

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

22 years ago * HACKING, gnu/gcj/xlib/Pixmap.java, gnu/gcj/xlib/XException.java,
jsm28 [Wed, 31 Oct 2001 00:48:17 +0000 (00:48 +0000)]
* HACKING, gnu/gcj/xlib/Pixmap.java, gnu/gcj/xlib/XException.java,
gnu/java/rmi/rmic/RMIC.java, java/awt/Window.java,
java/awt/AWTEvent.java, java/io/ByteArrayOutputStream.java,
java/io/CharConversionException.java,
java/io/PipedInputStream.java, java/io/PipedReader.java,
java/io/PrintWriter.java, java/io/WriteAbortedException.java,
java/io/natFileWin32.cc, java/lang/Class.h,
java/lang/natClassLoader.cc, java/lang/natObject.cc,
java/lang/Package.java, java/net/BindException.java,
java/net/ConnectException.java, java/net/ProtocolException.java,
java/net/SocketException.java,
java/net/UnknownServiceException.java,
java/security/cert/X509Certificate.java,
java/security/interfaces/DSAKey.java,
java/security/SecureRandom.java, java/security/SignedObject.java,
java/sql/DatabaseMetaData.java,
java/text/DecimalFormatSymbols.java,
java/util/jar/Attributes.java, java/util/jar/JarEntry.java,
java/util/jar/JarInputStream.java,
java/util/jar/JarOutputStream.java, java/util/Calendar.java,
java/util/Collections.java, java/util/GregorianCalendar.java,
java/util/HashMap.java, java/util/List.java,
java/util/Properties.java, java/util/Timer.java,
java/util/Vector.java, java/util/WeakHashMap.java,
javax/naming/NamingException.java,
testsuite/libjava.lang/Thread_Wait.java,
org/xml/sax/helpers/DefaultHandler.java,
org/xml/sax/HandlerBase.java, org/xml/sax/SAXParseException.java,
ChangeLog, acinclude.m4, aclocal.m4, posix-threads.cc: Fix
spelling errors.
* configure: Regenerate.

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

22 years ago * a-reatim.ads: Minor reformatting
bosch [Wed, 31 Oct 2001 00:29:14 +0000 (00:29 +0000)]
* a-reatim.ads: Minor reformatting

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

22 years ago * gnatdll.adb: Minor reformatting throughout. Many ??? added for
bosch [Wed, 31 Oct 2001 00:26:02 +0000 (00:26 +0000)]
* gnatdll.adb: Minor reformatting throughout. Many ??? added for
undocumented declarations.

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

22 years ago * gnatdll.adb (Parse_Command_Line): handle -g option to be passed
bosch [Wed, 31 Oct 2001 00:21:37 +0000 (00:21 +0000)]
* gnatdll.adb (Parse_Command_Line): handle -g option to be passed
to the binder and linker.
Minor style fix.

* mdll.ads: Fix layout.  Update copyright notice.

* mdll.adb: Fix layout.  Update copyright notice.

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

22 years ago * usage.adb: Minor fix to output for -gnaty.
bosch [Wed, 31 Oct 2001 00:13:54 +0000 (00:13 +0000)]
* usage.adb: Minor fix to output for -gnaty.

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

22 years ago * a-reatim.ads: Makes Seconds_Count into a 64-bit integer,
bosch [Wed, 31 Oct 2001 00:07:54 +0000 (00:07 +0000)]
* a-reatim.ads: Makes Seconds_Count into a 64-bit integer,
to accommodate all its possible values.

* a-reatim.adb (Split): Special-case handling of Time_Span_First
and of small absolute values of T.

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

22 years ago * misc.c (gnat_expand_expr, case NULL_EXPR): Remove call to
bosch [Tue, 30 Oct 2001 23:47:02 +0000 (23:47 +0000)]
* misc.c (gnat_expand_expr, case NULL_EXPR): Remove call to
set_mem_attributes since not needed and wrong if RESULT if a REG;
fixes ACATS failures.

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

22 years ago * 86numaux.adb, a-tigeau.ads, a-wtgeau.ads, fname-sf.ads, g-traceb.ads,
bosch [Tue, 30 Oct 2001 23:26:09 +0000 (23:26 +0000)]
* 86numaux.adb, a-tigeau.ads, a-wtgeau.ads, fname-sf.ads, g-traceb.ads,
s-tasdeb.ads, sem_maps.ads: Add 2001 to copyright notice.

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

22 years ago * bindusg.adb: Undocument -f switch.
bosch [Tue, 30 Oct 2001 23:12:48 +0000 (23:12 +0000)]
* bindusg.adb: Undocument -f switch.

* gnatcmd.adb: Remove /FULL_ELABORATION.

* opt.ads (Force_RM_Elaboration_Order): Document that this is
obsolescent.

* gnatbind.adb: Output new warning for use of obsolescent -f switch.

* gnatbind.adb: Minor update of warning msg.

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

22 years agoAdd myself.
dalej [Tue, 30 Oct 2001 23:12:39 +0000 (23:12 +0000)]
Add myself.

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

22 years ago * gnatcmd.adb (MAKE, BIND, LINK, LIST, FIND, XREF): Add translations
bosch [Tue, 30 Oct 2001 22:51:10 +0000 (22:51 +0000)]
* gnatcmd.adb (MAKE, BIND, LINK, LIST, FIND, XREF): Add translations
for project file switches (-P (/PROJECT_FILE=),
 -X (/EXTERNAL_REFERENCE=) and -vPx (/PROJECT_FILE_VERBOSITY=DEFAULT
or MEDIUM or HIGH)

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

22 years ago * decl.c: Minor whitespace fixes.
bosch [Tue, 30 Oct 2001 21:33:07 +0000 (21:33 +0000)]
* decl.c: Minor whitespace fixes.

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

22 years ago * utils2.c (build_allocator): Test for SIZE overflow in array case too
bosch [Tue, 30 Oct 2001 21:27:26 +0000 (21:27 +0000)]
* utils2.c (build_allocator): Test for SIZE overflow in array case too

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

22 years ago * ali-util.adb (Initialize_Checksum): Use out-mode instead of in out.
bosch [Tue, 30 Oct 2001 21:16:50 +0000 (21:16 +0000)]
* ali-util.adb (Initialize_Checksum): Use out-mode instead of in out.
Found due to GCC 3.0 warning of using uninitialized value.

* layout.adb:
(Get_Max_Size): Use variant record for tracking value/expression.
 Makes logic clearer and prevents warnings for uninitialized variables.
(Layout_Array_Type): Use variant record for tracking value/expression.
 Makes logic clearer and prevents warnings for uninitialized variables.

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

22 years ago * lib.adb: Minor reformatting
bosch [Tue, 30 Oct 2001 20:56:09 +0000 (20:56 +0000)]
* lib.adb: Minor reformatting

* s-taprop.ads: Minor reformatting

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

22 years ago * tree.c (id_string_size): Remove.
neil [Tue, 30 Oct 2001 19:32:16 +0000 (19:32 +0000)]
* tree.c (id_string_size): Remove.
(dump_tree_statistics): Update.
* toplev.c (compile_file): If dumping stats, dump tree stats too.

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

22 years ago * include/bits/stl_deque.h (_M_new_elements_at_front): Use
jakub [Tue, 30 Oct 2001 18:14:20 +0000 (18:14 +0000)]
* include/bits/stl_deque.h (_M_new_elements_at_front): Use
__throw_exception_again.
(_M_new_elements_at_back): Likewise.

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

22 years ago * sched-rgn.c (schedule_insns): Fix comment.
hubicka [Tue, 30 Oct 2001 18:01:53 +0000 (18:01 +0000)]
* sched-rgn.c (schedule_insns): Fix comment.

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

22 years ago * configure.in: Correct previous change: don't assume that
zack [Tue, 30 Oct 2001 16:47:25 +0000 (16:47 +0000)]
* configure.in: Correct previous change: don't assume that
gas's version number _isn't_ the last thing on the line, or
isn't the only number on the line, either.
* configure: Regenerate.

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

22 years ago * gcc.c-torture/compile/20011029-1.c: New test.
jakub [Tue, 30 Oct 2001 16:41:10 +0000 (16:41 +0000)]
* gcc.c-torture/compile/20011029-1.c: New test.

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

22 years ago * cfgcleanup.c: Fix a comment typo.
kazu [Tue, 30 Oct 2001 15:10:46 +0000 (15:10 +0000)]
* cfgcleanup.c: Fix a comment typo.

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

22 years ago * alias.c: Fix comment formatting.
kazu [Tue, 30 Oct 2001 15:01:50 +0000 (15:01 +0000)]
* alias.c: Fix comment formatting.
* recog.c: Likewise.
* config/cris/cris.c: Likewise.
* config/cris/cris.h: Likewise.
* config/i960/i960.c: Likewise.
* config/i960/i960.h: Likewise.

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

22 years agoFix a typo in ChangeLog.
kazu [Tue, 30 Oct 2001 14:26:35 +0000 (14:26 +0000)]
Fix a typo in ChangeLog.

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

22 years ago * config/arm/arm.c: Fix comment a typo.
kazu [Tue, 30 Oct 2001 14:18:33 +0000 (14:18 +0000)]
* config/arm/arm.c: Fix comment a typo.
* config/arm/arm.h: Likewise.
* config/ia64/ia64.c: Likewise.

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

22 years agoNew test.
jakub [Tue, 30 Oct 2001 12:45:11 +0000 (12:45 +0000)]
New test.

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

22 years ago * emit-rtl.c (set_unique_reg_note): Don't create REG_EQUAL or
jakub [Tue, 30 Oct 2001 12:41:45 +0000 (12:41 +0000)]
* emit-rtl.c (set_unique_reg_note): Don't create REG_EQUAL or
REG_EQUIV notes for ASM_OPERANDS.  Return the new note (if any).
* rtl.h (set_unique_reg_note): Change return value.
* gcse.c (try_replace_reg): Use set_unique_reg_note.
* cse.c (cse_insn): Likewise.
* expr.c (emit_move_insn): Likewise.
* explow.c (force_reg): Likewise.
* local-alloc (update_equiv_regs): Likewise.
* loop.c (move_moveables, load_mems): Likewise.
* reload (find_reloads): Likewise.

* gcc.dg/20011029-2.c: New test.

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

22 years ago2001-10-30 Paolo Bonzini <bonzini@gnu.org>
jsm28 [Tue, 30 Oct 2001 12:14:28 +0000 (12:14 +0000)]
2001-10-30  Paolo Bonzini  <bonzini@gnu.org>

Localization fixes.
* c-decl.c (parmlist_tags_warning, start_struct,
check_for_loop_decls): Separate messages for struct, union and
enum cases to allow for languages in which they have different
genders.
* c-format.c (scanf_flag_specs): Separate short and long name of
the assignment suppression feature.
(check_format_types): Localize "pointer" and "different types"
strings.
* c-lex.c (lex_number): Localize "an unsigned long int" and
related strings.
(lex_string) [MULTIBYTE_CHARS]: Use initial lowercase letter on
warning message.
* c-typeck.c (build_unary_up): Separate messages for increment and
decrement cases to allow for languages in which they use different
articles.  Localize the strings "increment" and "decrement" in one
case.

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

22 years ago * lcm.c (optimize_mode_switching): Do not rebuild liveness information
hubicka [Tue, 30 Oct 2001 11:13:49 +0000 (11:13 +0000)]
* lcm.c (optimize_mode_switching):  Do not rebuild liveness information
when no changes has been made.

* gcse.c (reg_set_bitmap): Turn into reg_set.
(modify_mem_list_set, canon_modify_mem_list_set)
(clear_modify_mem_tables, free_modify_mem_tables): New.
(gcse_main); Use free_modify_mem_tables.
(free_gcse_mem): Likewise; free the bitmaps.
(alloc_gcse_main): Initialize the bitmaps.
(canon_list_insert): Set canon_modify_mem_list_set.
(record_last_mem_set_info): Likewise; set modify_mem_list_set.
(compute_hash_table): Use clear_modify_mem_tables.
(reset_opr_set_tables): Likewise.
(oprs_not_set_p): reg_set_bitmap is regset.
(mark_set, mark_clobber): Likewise.

* df.h (DF_EQUIV_NOTES): New constant.
(df_insn_refs_record): Record uses inside or REG_EQUIV/EQUAL notes
when asked for.

* sched-rgn.c (CHECK_DEAD_NOTES): New constant.
(init_regions, schedule_insns): Conditionalize the checking
code by CHECK_DEAD_NOTES; avoid multiple calls to update_life_info.

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

22 years ago * jni.cc (JNI_CreateJavaVM): Call _Jv_CreateJavaVM. Don't call
bryce [Tue, 30 Oct 2001 10:14:48 +0000 (10:14 +0000)]
    * jni.cc (JNI_CreateJavaVM): Call _Jv_CreateJavaVM. Don't call
        _Jv_JNI_Init.

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

22 years ago * i386.md (movti_rex64 splitter): Fix condition.
hubicka [Tue, 30 Oct 2001 10:03:42 +0000 (10:03 +0000)]
* i386.md (movti_rex64 splitter): Fix condition.

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

22 years agoDaily bump.
gccadmin [Tue, 30 Oct 2001 08:16:13 +0000 (08:16 +0000)]
Daily bump.

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

22 years ago * configure.in: Do not assume that gas's version number is the
zack [Tue, 30 Oct 2001 04:57:42 +0000 (04:57 +0000)]
* configure.in: Do not assume that gas's version number is the
last thing on the first line of as --version output.
* configure: Regenerate.

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

22 years ago * mangle.c (find_compression_record_match): Don't match compression
bryce [Tue, 30 Oct 2001 04:43:16 +0000 (04:43 +0000)]
   * mangle.c (find_compression_record_match): Don't match compression
       records for package name elements unless they occur at the start of
       the name. Fix for PR java/4717.

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

22 years ago * tradcpp.c: Include intl.h. Rename WARNING, ERROR, FATAL to
zack [Tue, 30 Oct 2001 04:43:03 +0000 (04:43 +0000)]
* tradcpp.c: Include intl.h.  Rename WARNING, ERROR, FATAL to
MT_WARNING, MT_ERROR, MT_FATAL.
(main): Call gcc_init_libintl.
(v_message): Call gettext on msgid and "warning: "
* tradcif.y: Include intl.h.
(yyerror): Make parameter definition consistent with
prototype.  Call gettext on msgid argument.

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

22 years ago * convert.c, inout.c, loop.c, nloop.c, tasking.c, timing.c,
zack [Tue, 30 Oct 2001 04:27:17 +0000 (04:27 +0000)]
* convert.c, inout.c, loop.c, nloop.c, tasking.c, timing.c,
typeck.c: Use /* */ for all commentary, not #if 0 ... #endif.
Change the nested comments this creates to // notation.
Un-double apostrophes.

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

22 years ago * combine.c (num_sign_bit_copies): Avoid signed/unsigned
ghazi [Tue, 30 Oct 2001 03:24:08 +0000 (03:24 +0000)]
* combine.c (num_sign_bit_copies): Avoid signed/unsigned
warnings.

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

22 years ago * sparc/sol2.h: Include <sys/mman.h> when L_trampoline is defined.
ghazi [Tue, 30 Oct 2001 03:11:45 +0000 (03:11 +0000)]
* sparc/sol2.h: Include <sys/mman.h> when L_trampoline is defined.

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

22 years ago * reload1.c (eliminate_regs): Test for reg_renumber being allocated
kenner [Tue, 30 Oct 2001 00:19:58 +0000 (00:19 +0000)]
* reload1.c (eliminate_regs): Test for reg_renumber being allocated
before referencing it.

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

22 years ago* config/rs6000/sysv4.h (LINK_SPEC): Allow -msdata=none to
dj [Mon, 29 Oct 2001 23:09:43 +0000 (23:09 +0000)]
* config/rs6000/sysv4.h (LINK_SPEC): Allow -msdata=none to
override -G, and force -G0.

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

22 years ago * ChangeLog.2, ChangeLog.3, ChangeLog.4, FSFChangeLog.10,
jsm28 [Mon, 29 Oct 2001 23:01:45 +0000 (23:01 +0000)]
* ChangeLog.2, ChangeLog.3, ChangeLog.4, FSFChangeLog.10,
FSFChangeLog.11, c-common.c, c-common.def, c-common.h, c-decl.c,
c-dump.c, c-typeck.c, except.c, sdbout.c, simplify-rtx.c,
timevar.h, tree.h, varasm.c: Fix spelling errors and typos.

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

22 years ago * loop.h (struct induction): Rename ext_dependant to
jsm28 [Mon, 29 Oct 2001 22:13:41 +0000 (22:13 +0000)]
* loop.h (struct induction): Rename ext_dependant to
ext_dependent.
* loop.c: Change all uses.
(check_ext_dependant_givs): Rename to check_ext_dependent_givs.
All callers changed.
* timevar.c (DEFTIMEVAR): Fix spelling of identifier__ parameter.

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

22 years ago * c-parse.in (expr_no_commas, primary), c-typeck.c
jsm28 [Mon, 29 Oct 2001 22:12:07 +0000 (22:12 +0000)]
* c-parse.in (expr_no_commas, primary), c-typeck.c
(parser_build_binary_op): Use IS_EXPR_CODE_CLASS.

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

22 years ago * java/util/zip/GZIPOutputStream.java (write(int)): New method.
tromey [Mon, 29 Oct 2001 21:50:07 +0000 (21:50 +0000)]
* java/util/zip/GZIPOutputStream.java (write(int)): New method.
Fixes PR libgcj/4728.

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

22 years agoUndo assemble_name change in earlier patch.
dje [Mon, 29 Oct 2001 21:29:30 +0000 (21:29 +0000)]
Undo assemble_name change in earlier patch.

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

22 years agoRewritten from scratch class lookup internals - getting a good performance
nicola [Mon, 29 Oct 2001 21:24:48 +0000 (21:24 +0000)]
Rewritten from scratch class lookup internals - getting a good performance
boost for class method invocations

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

22 years agoRewritten all the internals - great performance boost.
nicola [Mon, 29 Oct 2001 21:23:31 +0000 (21:23 +0000)]
Rewritten all the internals - great performance boost.

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