1. 31 Oct, 2000 19 commits
    • * gcc.c-torture/execute/va-arg-21.c: New test. · c5a0835d
      From-SVN: r37167
      Kaveh R. Ghazi committed
    • i386.h: Clarify CCNOmode description in comment. · 7e08e190
      	* config/i386/i386.h: Clarify CCNOmode description in comment.
      	(EXTRA_CC_MODES): Remove CCRCmode.
      	* config/i386/i386.c (ix86_comparison_operator): Remove CCRCmode.
      	(put_condition_code, ix86_match_ccmode): Likewise.
      	(ix86_cc_mode): Likewise.  Fix comment.
      	(ix86_expand_strlensi_unroll_1): *rc patterns are gone.
      	* config/i386/i386.md: Add unspec 12 description.
      	(adddi3 split): Use unspec 12 instead of CCRCmode.
      	(addsi3_carry_rc): Remove.
      	(addsi3_cc, addqi3_cc): New patterns.
      	(addsi_3): Swap operands, match CCZmode.
      	(addsi_4): Rewritten.
      	(addsi_5): Renamed from addsi_6.
      	(addsi_6): Removed.
      	(addhi_3): Swap operands, match CCZmode.
      	(addhi_4): Rewritten.
      	(addhi_5): Renamed from addhi_6.
      	(addhi_6): Removed.
      	(addqi_3): Swap operands, match CCZmode.
      	(addqi_4): Rewritten.
      	(addqi_5): Renamed from addqi_6.  Use =q constraint for clobber.
      	(subsi3_carry_rc): Removed.
      	(iorqi_3): Use =q constraint for clobber.
      	(xorqi_cc_2): Likewise.
      	(negdi2_1 split): Don't use CCRCmode, use ltu instead of gtu.
      	(x86_movsicc_0_m1_rc): Removed.
      	(cmp?i peepholes): Remove neg.  Use CCGCmode instead of CCRCmode.
      
      Co-Authored-By: Jakub Jelinek <jakub@redhat.com>
      
      From-SVN: r37166
      Jan Hubicka committed
    • std_complex.h (norm): Forward declare. · 99fa3f5e
      	* include/bits/std_complex.h (norm): Forward declare.
      	(complex<>): Comment out friend declaration of conj<>.
      	(conj<>): Comment out specialization.
      	(exp, log, log10): Define primary templates.
      
      	* src/complex.cc (exp<>, log<>, log10<>): Comment out
      	specializations.
      
      From-SVN: r37165
      Gabriel Dos Reis committed
    • c-typeck.c (build_unary_op): If pedantic, pedwarn for increment and decrement of complex types. · 93cc1c69
      	* c-typeck.c (build_unary_op): If pedantic, pedwarn for increment
      	and decrement of complex types.
      
      testsuite:
      	* gcc.dg/c99-complex-2.c: New test.
      
      From-SVN: r37164
      Joseph Myers committed
    • cppmacro.c (STDC_0_IN_SYSTEM_HEADERS): Define to 0 if undefined. · 510fbf86
      	* cppmacro.c (STDC_0_IN_SYSTEM_HEADERS): Define to 0 if
      	undefined.  Remove #ifdef check.
      	* config/i386/sol2.h, config/rs6000/sol2.h, config/sparc/sol2.h:
      	Define STDC_0_IN_SYSTEM_HEADERS to 1.
      
      From-SVN: r37163
      Neil Booth committed
    • builtins.c (expand_builtin_fputs): When deleting NOP calls to builtin fputs... · bcb38cc1
      	* builtins.c (expand_builtin_fputs): When deleting NOP calls to
      	builtin fputs, ensure we still evaluate the stream in case it
      	has side-effects.
      
      testsuite:
      	* gcc.c-torture/execute/stdio-opt-1.c: New test.
      
      From-SVN: r37162
      Kaveh R. Ghazi committed
    • std_complex.h: Remove duplicate definition of conj. · bc359d3a
      
      2000-10-31  Benjamin Kosnik  <bkoz@purist.soma.redhat.com>
      
      	* include/bits/std_complex.h: Remove duplicate definition of conj.
      	* include/c/bits/std_cwctype.h: Consistent placement of undefs.
      
      From-SVN: r37161
      Benjamin Kosnik committed
    • expr.c (do_store_flag): Pass operand_mode instead of GET_MODE (op0) to expand_shift. · 681cb233
      	* expr.c (do_store_flag): Pass operand_mode instead of GET_MODE (op0)
      	to expand_shift.
      
      	* g++.old-deja/g++.other/inline16.C: New test.
      
      From-SVN: r37160
      Jakub Jelinek committed
    • complex.cc (arg, polar): Comment out specializations. · e541461a
      	* src/complex.cc (arg, polar): Comment out specializations.
      
      	* include/bits/std_complex.h (complex<>): Remove arg<> friend
      	declaration.
      	(arg): Define primary template.
      	(polar): Likewise.
      	(conj): Likewise.
      
      From-SVN: r37159
      Gabriel Dos Reis committed
    • sh-protos.h (reg_no_subreg_operand, [...]): Don't declare. · 4b9580a5
      	* sh-protos.h (reg_no_subreg_operand, emit_fpscr_use): Don't declare.
      	(fp_extended_operand, emit_fpscr_use): Likewise.
      	* sh.c (reg_no_subreg_operand, fp_extended_operand): Delete functions.
      	(fpul_operand): New function.
      	* sh.h (PREDICATE_CODES): Remove reg_no_subreg_operand and
      	fp_extended_operand.  Add fpul_operand.
      	* sh.md (mulsf3, mulsf3_i4): Use fp_arith_reg_operand for "f" operands.
      	(mulsf3_ie, macsf3, cmpgtsf_t, cmpeqsf_t, ieee_ccmpeqsf_t): Likewise.
      	(cmpgtsf_t_i4, cmpeqsf_t_i4, ieee_ccmpeqsf_t_4, negsf2): Likewise.
      	(negsf2_i, sqrtsf2, sqrtsf2_i, abssf2, abssf2_i, adddf3): Likewise.
      	(adddf3_i, subdf3, subdf3_i, muldf3, muldf3_i, divdf3): Likewise.
      	(divdf3_i): Likewise.
      	(floatsisf2): Likewise.  Use fpul_operand for 'y' operand.
      	(floatsisf2_i4, floatsisf2_ie, fix_truncsfsi2): Likewise.
      	(fix_truncsfsi2_i4, fixsfsi, floatsidf2, floatsidf2_i): Likewise.
      	(fix_truncdfsi2, fix_truncdfsi2_i, extendsfdf2): Likewise.
      	(extendsfdf2_i4, truncdfsf2, truncdfsf2_i4): Likewise.
      
      From-SVN: r37158
      J"orn Rennecke committed
    • std_cwctype.h: #undef possible function-like macro definitions of iswxxx functions... · 89b78169
      	* include/c/bits/std_cwctype.h: #undef possible function-like
      	macro definitions of iswxxx functions, which might be brought in
      	by <wctype.h>.  Those macro definitions prevent build on some
      	linux-based systems.
      
      	* include/bits/std_complex.h (complex<>): Comment out friend
      	declarations of abs<> specializations.
      	(abs): Define primary template.
      
      	* src/complex.cc (abs): Comment out specialization definition.
      
      From-SVN: r37157
      Gabriel Dos Reis committed
    • Better .greg dump · 8bb16620
      From-SVN: r37156
      Bernd Schmidt committed
    • Fix crashes in split_all_insns · 1d766db0
      From-SVN: r37155
      Bernd Schmidt committed
    • MMX/SSE bugfixes · 332316cd
      From-SVN: r37154
      Bernd Schmidt committed
    • Daily bump. · aac31e40
      From-SVN: r37153
      Jeff Law committed
    • memtemp77.C (main): Adjust comparison against. · 761f0855
      testsuite/
      	* g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparison against.
      	__PRETTY_FUNCTION__
      
      cp/
      	* error.c: Move TFF_ macros into cp-tree.h.  Throughout, replace
      	TS_* flags with corresponding TFF_*.  Adjust prototypes of
      	functions (which used to take a tree_string_flags) to take an int.
      
      	* cp-tree.h (enum tree_string_flags): Remove
      	(TFF_PLAIN_IDENTIFIER, TFF_NAMESPACE_SCOPE, TFF_CLASS_SCOPE,
      	TFF_CHASE_NAMESPACE_ALIAS, TFF_CHASE_TYPEDEF, TFF_DECL_SPECIFIERS,
      	TFF_CLASS_KEY_OR_ENUM, TFF_RETURN_TYPE,
      	TFF_FUNCTION_DEFAULT_ARGUMENTS, TFF_EXCEPTION_SPECIFICATION,
      	TFF_TEMPLATE_HEADER, TFF_TEMPLATE_DEFAULT_ARGUMENTS,
      	TFF_TEMPLATE_NAME, TFF_EXPR_IN_PARENS, TFF_SCOPE): New macros.
      	(type_as_string, decl_as_string, expr_as_string,
      	context_as_string): Adjust prototype.
      
      	* class.c (dump_class_hierarchy_r): Use TFF_PLAIN_IDENTIFIER
      	instead of TS_PLAIN.
      
      	* pt.c (mangle_class_name_for_template): Use TFF_CHASE_TYPEDEF
      	instead of TF_CHASE_TYPEDEFS. Use TFF_PLAIN_IDENTIFIER instead of
      	plain `0'.
      
      From-SVN: r37152
      Gabriel Dos Reis committed
    • acinclude.m4 (GLIBCPP_ENABLE_DEBUG): Raise debugging level from the default of 2 to 3. · 34791641
      2000-10-30  Phil Edwards  <pme@sources.redhat.com>
      
      	* acinclude.m4 (GLIBCPP_ENABLE_DEBUG):  Raise debugging level from
      	  the default of 2 to 3.
      	* configure.in:  Fix minor typos.  SUBST the values of enable_shared
      	  and enable_static so that mkcheck will be aware of them.  Put the
      	  test for gconv.h in with all the other header tests.
      	* aclocal.m4:  Regenerate.
      	* configure:  Ditto.
      	* Makefile.in:  Ditto.
      	* libio/Makefile.in:  Ditto.
      	* libmath/Makefile.in:  Ditto.
      	* libsupc++/Makefile.in:  Ditto.
      	* src/Makefile.in:  Ditto.
      
      	* config/os/solaris/solaris2.7/bits/os_defines.h:  Define
      	  _G_USING_THUNKS to 0.
      
      From-SVN: r37151
      Phil Edwards committed
    • cp-tree.h (DECL_EXTERNAL_LINKAGE_P): New macro. · ad50e811
      	* cp-tree.h (DECL_EXTERNAL_LINKAGE_P): New macro.
      	(linkage_kind): New enumeration.
      	(decl_linkage): New function.
      	* decl2.c (comdat_linkage): Extend comment.
      	* error.c (dump_function_decl): Print the arguments used to
      	instantiate a template, even when not printing the type of the
      	function.
      	* pt.c (convert_nontype_argument): Use DECL_EXTERNAL_LINKAGE_P,
      	not TREE_PUBLIC, to test for external linkage.
      	* tree.c (decl_linkage): New function.
      
      From-SVN: r37150
      Mark Mitchell committed
    • [multiple changes] · 4bc95009
      
      2000-10-30  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* src/complex_io.cc : Remove ancient defines.
      	* config/os/gnu-linux/bits/os_defines.h: Add defines.
      	* libsupc++/tinfo2.cc: Change to cstddef.
      
      	* include/bits/codecvt.h: Add include of c++config.h, so that
      	__USE_GNU gets defined. (Important for alpha.)
      
      	* include/c/bits/std_cwctype.h: Same.
      	* include/c/bits/std_ctime.h: And here.
      	* include/c/bits/std_cstdarg.h: Same.
      	* include/c/bits/std_csignal.h: Same.
      	* include/c/bits/std_csetjmp.h: Same.
      	* include/c/bits/std_clocale.h: Same.
      	* include/c/bits/std_climits.h: Touch.
      	* include/c/bits/std_cfloat.h: Same.
      	* include/c/bits/std_cerrno.h: Same.
      	* include/c/bits/std_cwchar.h: Same.
      	* include/c/bits/std_cassert.h: Same.
      	* include/c/bits/std_cctype.h: Same.
      	* include/c/bits/std_cstddef.h: And here.
      	* include/c/bits/std_cstdlib.h: And here.
      	* include/c/bits/std_cstdio.h: Same.
      	* include/c/bits/std_cstring.h: Add names to namespace std::.
      
      	* include/bits/c++config (_GNU_SOURCE): Move linux-specific macros
      	from here...
      	(_ISOC99_SOURCE): And this one....
      	* config/os/gnu-linux/bits/os_defines.h: ...to here.
      
      	* include/bits/codecvt.h (codecvt<_InternT, _ExternT,
      	__enc_traits>::do_in): Don't cast to const, this is a bug in glibc
      	prior to 2.2.
      	(codecvt<_InternT, _ExternT, __enc_traits>::do_out): Same.
      	* include/c/bits/std_cwchar.h: Add using declarations for mbstate_t.
      
      2000-10-30  Steven King  <sxking@uswest.net>
      
      	* include/bits/codecvt.h: Add cast.
      	* include/c_std/stdio.h: Re-add printf using declaration.
      	* include/c_std/bits/std_cstdio.h: Same
      	* testsuite/22_locale/codecvt_wchar_t_char.cc: Fixup testsuite.
      	* testsuite/22_locale/ctor_copy_dtor.cc: Same.
      	* testsuite/22_locale/facet.cc: Same.
      	* testsuite/22_locale/global_templates.cc: Same.
      	* testsuite/22_locale/operators.cc: Same.
      	* testsuite/22_locale/static_members.cc: Same.
      	* testsuite/26_numerics/c_math.cc: Same.
      	* testsuite/26_numerics/complex_inserters_extractors.cc: Same.
      	* testsuite/27_io/fpos.cc: Same.
      	* testsuite/27_io/istream_extractor_arith.cc: Same.
      	* testsuite/27_io/istream_unformatted.cc: Same.
      	* testsuite/27_io/ostream_inserter_arith.cc: Same.
      	* testsuite/27_io/streambuf.cc: Same.
      
      From-SVN: r37149
      Benjamin Kosnik committed
  2. 30 Oct, 2000 11 commits
  3. 29 Oct, 2000 10 commits
    • * cpplib.c (skip_rest_of_line): Use _cpp_get_token. · 1641a823
      From-SVN: r37135
      Neil Booth committed
    • configure.in: Simplify use of AC_CACHE_SAVE. · 5e53dba6
      
      2000-10-29  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* configure.in: Simplify use of AC_CACHE_SAVE.  Put linked files
      	in $(top_builddir)/include/bits, not $(top_builddir)/bits, to help
      	with libgcj build issues and improve consistency with the source
      	directory's include directory setup.
      	* configure: Regenerate.
      	* acinclude.m4: Same here.
      	* aclocal.m4: Regenerate.
      	* mknumeric_limits (OUT_H): Also change paths here.
      	* mkcheck.in (C_DIR): And here.
      	* mkc++config (OUT_H): And here.
      	* libmath/Makefile.am (INCLUDES): And here.
      	* src/Makefile.am (INCLUDES): Change to $(top_builddir)/include.
      	* libio/Makefile.am: Ditto.
      	* libsupc++/Makefile.am (INCLUDES): Ditto.
      
      From-SVN: r37134
      Benjamin Kosnik committed
    • Fix copyright date · 37ab89b9
      From-SVN: r37133
      Mark Mitchell committed
    • Makefile.am: Change logic for include dir options. · a50372f5
      
      2000-10-29   Mark Harig <mharig@landmark.com>
      
      	* src/Makefile.am: Change logic for include dir options.
      	* src/Makefile.in: Regenerate.
      	* libsupc++/Makefile.am: Ditto.
      	* libsupc++/Makefile.in: Regenerate.
      
      From-SVN: r37132
      Mark Harig committed
    • c_io_libio.cc (basic_file<char>::__basic_file): Don't pass a NULL _IO_wide_data… · 3c97056f
      c_io_libio.cc (basic_file<char>::__basic_file): Don't pass a NULL _IO_wide_data to _IO_no_init when...
      
      	* config/c_io_libio.cc (basic_file<char>::__basic_file):
      	Don't pass a NULL _IO_wide_data to _IO_no_init when
      	_GLIBCPP_USE_WCHAR_T is not defined.
      	* config/c_io_libio.h (_IO_codecvt): Don't declare when
      	_GLIBCPP_USE_WCHAR_T is not defined.
      	* config/c_io_libio_codecvt.c: Don't compile it
      	when _GLIBCPP_USE_WCHAR_T is not defined.
      	* include/bits/codecvt.h (codecvt<_InternT, _ExternT, __enc_traits):
      	Don't define this specialization when _GLIBCPP_USE_WCHAR_T
      	is not defined.
      	* include/bits/locale_facets.h (<bits/std_cwctype.h>): Don't
      	include it when _GLIBCPP_USE_WCHAR_T is not defined.
      	* src/codecvt.cc (__enc_traits::_S_max_size): Don't define
      	when _GLIBCPP_USE_WCHAR_T is not defined.
      	* src/localename.cc (locale::_Impl::_M_construct_collate):
      	Don't call wide-character functions when _GLIBCPP_USE_WCHAR_T is
      	not defined.
      	(locale::_Impl::_M_construct_ctype): Likewise.
      	(locale::_Impl::_M_construct_monetary): Likewise.
      	(locale::_Impl::_M_construct_numeric): Likewise.
      	(locale::_Impl::_M_construct_time): Likewise.
      	(locale::_Impl::_M_construct_messages): Likewise.
      
      	* iofopen.c (_IO_new_fopen): Don't define `_IO_wide_data wd'
      	if _GLIBCPP_USE_WCHAR_T is not defined.
      	* iofwide.c: Don't define codecvt functions when
      	_GLIBCPP_USE_WCHAR_T is not defined.
      	(_IO_fwide): Don't try to put the stream in wide mode when
      	_GLIBCPP_USE_WCHAR_T is not defined.
      	* libio.h (_IO_wide_data): Define it as an incomplete struct
      	when _GLIBCPP_USE_WCHAR_T is not defined.
      	* wfiledoalloc.c: Don't define anything when
      	_GLIBCPP_USE_WCHAR_T is not defined.
      	* wfileops.c: Likewise.
      	* wgenops.c: Likewise.
      
      From-SVN: r37131
      Mark Mitchell committed
    • _G_config.h (_G_USING_THUNKS): Allow overrides from OS-configuration files. · f80c00cc
      	* _G_config.h (_G_USING_THUNKS): Allow overrides from
      	OS-configuration files.
      	* libioP.h: Test _G_USING_THUNKS with #if, rather than #ifdef.
      
      From-SVN: r37130
      Mark Mitchell committed
    • acinclue.m4 (GLIBCPP_ENABLE_ATOMICITY): Handle IRIX. · 9ece5af6
      	* acinclue.m4 (GLIBCPP_ENABLE_ATOMICITY): Handle IRIX.
      	* aclocal.m4: Regenerated.
      	* configure: Likewise.
      	* config/os/irix/bits/atomicity.h: New file.
      	* config/os/irix/bits/os_defines.h (_POSIX_SOURCE): Undefine.
      	(__off_t): Define.
      	(__off64_t): Likewise.
      	(__ssize_t): Likewise.
      	(_G_USING_THUNKS): Define to zero.
      
      From-SVN: r37129
      Mark Mitchell committed
    • atomicity.h: New file. · 2f974bd2
      	* config/os/irix/bits/atomicity.h: New file.
      	* config/os/irix/bits/os_defines.h (_POSIX_SOURCE): Undefine.
      	(__off_t): Define.
      	(__off64_t): Likewise.
      	(__ssize_t): Likewise.
      	(_G_USING_THUNKS): Define to zero.
      
      From-SVN: r37128
      Mark Mitchell committed
    • toplev.c, [...]: Change comments mentioning C9X to refer to C99 instead. · 526aba28
      	* toplev.c, flags.h, fold-const.c, real.c, rtl.c,
      	fixinc/inclhack.def: Change comments mentioning C9X to refer to
      	C99 instead.
      
      From-SVN: r37127
      Joseph Myers committed