1. 17 Apr, 2002 6 commits
  2. 16 Apr, 2002 18 commits
    • Remove libchill · c6370adf
      From-SVN: r52379
      Mark Mitchell committed
    • rs6000.c (rs6000_output_function_prologue): Compute instruction addresses. · 178c3eff
      2002-04-16  Dale Johannesen <dalej@apple.com>
      
              * config/rs6000/rs6000.c (rs6000_output_function_prologue): Compute
              instruction addresses.
              (rs6000_output_function_epilogue): Likewise.
      
      From-SVN: r52378
      Dale Johannesen committed
    • c-parse.in (poplevel, [...]): Add ending ';', in accordance with POSIX. · 7d6f6369
      2002-04-16  Paolo Carlini  <pcarlini@unitus.it>
      
      	* c-parse.in (poplevel, compstmt_start,
      	compstmt_primary_start): Add ending ';', in accordance
      	with POSIX.
      
      From-SVN: r52376
      Paolo Carlini committed
    • config.gcc (sparcv9-solaris): Configure for 64-bit default. · 8947df0c
              * config.gcc (sparcv9-solaris): Configure for 64-bit default.
              Adjust tm_file order to get TARGET_DEFAULT set properly.
              (sparc-solaris): Configure 2.[78] for 64-bit multilibs.
              * doc/install.texi (sparc-solaris): Update.
      
      From-SVN: r52373
      Richard Henderson committed
    • re PR libgcj/6081 (libjava make install fails: Arg list too long) · ab847133
      	Fix for PR libgcj/6081:
      	* Makefile.in: Rebuilt.
      	* Makefile.am (install-data-local): Use GNU make trick to avoid
      	shell limit.
      
      From-SVN: r52370
      Tom Tromey committed
    • natFileWin32.cc (performList): Return the correct array type. · 6344da6f
      2002-04-16  Adam King <aking@dreammechanics.com>
      	    Tom Tromey  <tromey@redhat.com>
      
      	* java/io/natFileWin32.cc (performList): Return the correct array
      	type.  Don't duplicate the creation of a File since it's already
      	done earlier in the method and the existing code would cause a
      	ArrayStoreException.  Don't use fixed-size array.
      	(_access, _stat, attr, getCanonicalPath, performMkdir,
      	performRenameTo): Don't use fixed-size array.
      	(getCanonicalPath): Use throw, not _Jv_Throw.
      
      Co-Authored-By: Tom Tromey <tromey@redhat.com>
      
      From-SVN: r52369
      Adam King committed
    • rs6000.c (rs6000_emit_cmove): Fail if modes of comparison operands do not match each other or if... · 3148ad6d
      2002-04-16  Dale Johannesen <dalej@apple.com>
      
              * config/rs6000/rs6000.c (rs6000_emit_cmove): Fail if modes of
              comparison operands do not match each other or if modes of
              conditions do not match result.
      
      From-SVN: r52367
      Dale Johannesen committed
    • s390.md (mulsidi3): Set both subregs of the multiword register. · 014cb9b6
       target/6305
              * config/s390/s390.md (mulsidi3): Set both subregs of the
              multiword register.
      
      From-SVN: r52366
      Hartmut Penner committed
    • Daily bump. · 739e7e40
      From-SVN: r52364
      GCC Administrator committed
    • altivec.h (vec_addc): Type check. · 562a69be
      2002-04-16  Aldy Hernandez  <aldyh@redhat.com>
      
              * config/rs6000/altivec.h (vec_addc): Type check.
      
      From-SVN: r52360
      Aldy Hernandez committed
    • re PR target/6303 (output_operand: invalid expression as operand) · 4c8c0dec
      	PR target/6303
      	* dwarf2out.c (rtl_for_decl_location): Call ASM_SIMPLIFY_DWARF_ADDR
      	before returning.
      	* config/i386/i386.c (i386_simplify_dwarf_addr): Simplify @GOT only
      	when inside of MEM by eliminating the indirection too.
      	* config/s390/s390.h (ASM_SIMPLIFY_DWARF_ADDR): Define.
      	* config/s390/s390.c (s390_simplify_dwarf_addr): New.
      	* config/s390/s390-protos.h (s390_simplify_dwarf_addr): Add
      	prototype.
      
      	* gcc.dg/20020415-1.c: New test.
      
      From-SVN: r52358
      Jakub Jelinek committed
    • re PR middle-end/6279 (gcc-3.1 miscompiles qmake on IA-64) · a9772b60
      	PR middle-end/6279
      	* expr.c (store_expr): Don't copy if DECL_RTL (exp) == target.
      
      	* expr.c (safe_from_p): Cleanup: use DECL_RTL_IF_SET.
      
      From-SVN: r52356
      Jakub Jelinek committed
    • decl.c (register_dtor_fn): Pass the address of dso_handle, not dso_handle itself, to __cxa_atexit. · 0f268005
      	* decl.c (register_dtor_fn): Pass the address of dso_handle, not
      	dso_handle itself, to __cxa_atexit.
      
      From-SVN: r52354
      Mark Mitchell committed
    • abi64.h (SUBTARGET_CONDITIONAL_REGISTER_USAGE): Set call_really_used_regs too. · 861829ed
              * config/mips/abi64.h (SUBTARGET_CONDITIONAL_REGISTER_USAGE): Set
              call_really_used_regs too.
      
      From-SVN: r52352
      Richard Henderson committed
    • [multiple changes] · f1e888ae
      2002-04-16  Paolo Carlini <pcarlini@unitus.it>
              * testsuite/24_iterators/rel_ops.cc: New test.
      
      2002-04-16  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
      
              * include/bits/type_traits.h (__normal_iterator): Declare in
              __gnu_cxx.  Adjust use at global namespace.
              * include/bits/stl_iterator.h (__normal_iterator): Move
              definition
              into __gnu_cxx::. Add more operator overloads.  Tidy existing
              ones.
              * include/bits/basic_string.h (basic_string): Adjust use of
              __normal_iterator.
              * include/bits/stl_vector.h (_Alloc>): Likewise.
              * src/concept-inst.cc (__gnu_cxx): __normal_iterator<> is now
              here.
              * src/string-inst.cc (operator==): Instantiate in __gnu_cxx.
      
      From-SVN: r52348
      Gabriel Dos Reis committed
    • configure.in: Allow building in $srcdir. · 902c431d
      * configure.in: Allow building in $srcdir.
      * configure: Regenerated.
      
      From-SVN: r52347
      DJ Delorie committed
    • re PR libstdc++/4164 (33 Memory Leak when using iostream) · d3a193e3
      
      2002-04-15  Benjamin Kosnik  <bkoz@redhat.com>
      
      	PR libstdc++/4164
      	Valgrind fixes.
      	* config/io/basic_file_stdio.cc (__basic_file::~__basic_file):
      	Call close.
      	(__basic_file::close): Call fflush. Correct return if fclose ok.
      	(__basic_file::is_open): Make const.
      	Change __c_file_type to __c_file.
      	* config/io/basic_file_stdio.h: Change __c_file_type to __c_file.
      	(__basic_file::is_open): Make const.
      	* config/io/c_io_stdio.h: Change __c_file_type to __c_file.
      	* include/std/std_fstream.h (filebuf::_M_allocate_file): Remove.
      	(filebuf::_M_unbuf): Add.
      	(filebuf::_M_file): Change to non-pointer.
      	(filebuf::_M_allocate_pback_buffer): Remove.
      	* include/bits/fstream.tcc (filebuf::_M_allocate_file): Remove.
      	(filebuf::_M_allocate_internal_buffer): Use _M_unbuf.
      	Change initialization list for _M_file change.
      	(filebuf::_M_allocate_pback_buffer): Remove.
      	Change _M_file usage to reflect non-pointer data member.
      
      	* config/locale/generic/c_locale.cc
      	(locale::facet::_S_create_c_locale): Add parameter.
      	* config/locale/generic/collate_members.cc: Change
      	_M_compare_helper to _M_compare.
      	Change _M_transform_helper to _M_transform.
      	* config/locale/generic/monetary_members.cc: Changeup data types.
      	Add dtors.
      	* config/locale/generic/numeric_members.cc: Add dtors.
      	* config/locale/generic/time_members.cc: Add dtors.
      	* config/locale/gnu/c_locale.cc: Add parameter.
      	* config/locale/gnu/collate_members.cc:Change
      	_M_compare_helper to _M_compare.
      	Change _M_transform_helper to _M_transform.
      	* config/locale/gnu/ctype_members.cc: Better error checking.
      	* config/os/gnu-linux/bits/ctype_noninline.h: Better error checking.
      	* config/locale/gnu/messages_members.cc: Tweak comment.
      	* config/locale/gnu/monetary_members.cc: Change data types.
      	Add dtors.
      	* config/locale/gnu/numeric_members.cc: Add dtors, better error
      	checking.
      	* config/locale/gnu/time_members.cc: Same.
      	* config/locale/ieee_1003.1-2001/c_locale.cc
      	(locale::facet::_S_create_c_locale): Add parameter.
      	* config/locale/ieee_1003.1-2001/c_locale.h: Correct typedef.
      	* config/locale/ieee_1003.1-2001/codecvt_specializations.h: Remove
      	bogus ctor.
      
      	* include/bits/locale_facets.h (moneypunct): Use string literals.
      	Don't define dtor.
      	(numpunct): Same.
      	(__timepunct): Same.
      	(locale::_Impl::_M_facets): Change from vector to array.
      	(locale::_Impl::_M_names): Change from array of strings to array
      	of string literals.
      	(locale::facet::_S_create_c_locale): Add parameter.
      	(locale::locale::_S_num_facets): Move to...
      	(locale::_Impl::_M_facets_size): Here.
      	* include/bits/locale_facets.tcc: Fixups for _M_facets, _M_name
      	changes.
      	* include/bits/localefwd.h: (locale::id::_M_id): Add member function.
      	(locale::_Impl::_Impl(facet**, size_t, bool)): Add.
      	(locale::_Impl::_Impl(string, size_t)): Change to
      	(locale::_Impl::_Impl(const char*, size_t)): This.
      
      	* include/bits/streambuf.tcc (streambuf::_S_pback_size): Define.
      	* include/std/std_streambuf.h (streambuf::_M_pback_size): Change to
      	(streambuf::_S_pback_size): This.
      
      	* src/globals.cc: Add pre-allocations for "C" facets.
      	* src/locale-inst.cc: Remove vector instantiations.
      	* src/locale.cc: Remove vector include. Fixups for _M_names,
      	_M_facets changes.
      	* src/localename.cc: Same.
      
      	* include/bits/stl_vector.h: Fix odd formatting.
      
      	* include/bits/basic_string.tcc: Tweak comment.
      
      	* libsupc++/new: Make sure parameters are uglified.
      	* libsupc++/typeinfo: Same.
      
      	* testsuite/22_locale/num_get_members_char.cc: Fixup.
      	* testsuite/22_locale/num_get_members_wchar_t.cc: Same.
      	* testsuite/27_io/filebuf_members.cc: Same.
      
      From-SVN: r52345
      Benjamin Kosnik committed
  3. 15 Apr, 2002 15 commits
  4. 14 Apr, 2002 1 commit
    • diagnostic.h (output_buffer_state): Redefine. · bd6bec6b
      	* diagnostic.h (output_buffer_state): Redefine.
      	(output_format_decoder): New macro.
      	(output_prefixing_rule): Likewise.
      	(output_line_cutoff): Likewise.
      	(diagnostic_format_decoder): Adjust.
      	(diagnostic_prefixing_rule): Likewise.
      	(diagnostic_line_cutoff): Likewise.
      	(diagnostic_state): Likewise.
      	(diagnostic_kind_count): Likewise.
      	(diagnostic_buffer): Now a macro.
      
      	* diagnostic.c (diagnostic_buffer): Remove definition.
      	(output_is_line_wrapping): Adjust.
      	(set_real_maximum_length): Likewise.
      	(output_set_maximum_length): Likewise.
      	(init_output_buffer): Likewise.
      	(lhd_print_error_function): Likewise.
      	(output_do_verbatim): Likewise.
      
      cp/
      	* error.c (cxx_print_error_function): Adjust call to macros.
      
      From-SVN: r52307
      Gabriel Dos Reis committed