1. 05 Jul, 2002 9 commits
  2. 04 Jul, 2002 10 commits
  3. 03 Jul, 2002 16 commits
    • mangle6.C: Run for mipsisa64*-*-* targets. · a6a5beb1
      2002-07-03  Chris Demetriou  <cgd@broadcom.com>
      
              * g++.dg/abi/mangle6.C: Run for mipsisa64*-*-* targets.
              * gcc.dg/20020620-1.c: Likewise.
      
      From-SVN: r55228
      Chris Demetriou committed
    • * configure.in: Make --without-x work. · 423ce3eb
      From-SVN: r55226
      Nathanael Nerode committed
    • re PR libstdc++/3946 (auto_ptr_ref constructor allows dangerous conversion) · 16ad69a1
      2002-07-03  Jack Reeves  <jackw_reeves@hotmail.com>
                  Kenny Simpson  <theonetruekenny@yahoo.com>
                  Phil Edwards  <pme@gcc.gnu.org>
      
      	PR libstdc++/3946
      	* testsuite/20_util/auto_ptr.cc (test08):  New test.
      	* include/std/std_memory.h (auto_ref_ptr):  Make constructor explicit.
      	(auto_ptr::operator auto_ptr_ref):  Fix typo.
      	General reformatting and doxygenating of the whole file.
      
      Co-Authored-By: Kenny Simpson <theonetruekenny@yahoo.com>
      Co-Authored-By: Phil Edwards <pme@gcc.gnu.org>
      
      From-SVN: r55223
      Jack Reeves committed
    • darwin.h (APPLE_CC): Remove, not meaningful in FSF GCC. · 6f0361e3
              * config/darwin.h (APPLE_CC): Remove, not meaningful in FSF GCC.
              (STRINGIFY_THIS, REALLY_STRINGIFY): Remove.
              (CPP_SPEC): Remove insertion of APPLE_CC definition.
      
      From-SVN: r55222
      Stan Shebs committed
    • combine.c (struct_undo): Change types of recorded substitutions to be either "int" or "rtx"... · 3129af4c
      
      	* combine.c (struct_undo): Change types of recorded substitutions
      	to be either "int" or "rtx", instead of "unsigned int" and "rtx".
      	(do_SUBST_INT): Change types of the substitution from unsigned int
      	to int, to avoid compilation warning from SUBST_INT's only caller.
      
      	(make_extraction): Add cast to avoid compilation warning.
      	(force_to_mode): Remove cast to avoid compilation warning.
      
      From-SVN: r55221
      Roger Sayle committed
    • re PR libstdc++/7097 (_GLIBCPP_HAVE_MBSTATE_T breaks non-GLIB systems) · fcad420e
      
      2002-07-03  Benjamin Kosnik  <bkoz@redhat.com>
      
      	PR libstdc++/7097
      	* include/c/std_cwchar.h: Fix.
      
      From-SVN: r55216
      Benjamin Kosnik committed
    • i386.md (length_immediate attribute): Fix typo. · c7375e61
              * i386.md (length_immediate attribute): Fix typo.
              (length_address attribute): Likewise.
              (modrm attribute): Set it to 0 for immediate call instructions.
              (jcc_1 pattern): Set modrm attribute to 0.
              (jcc_2 pattern ): Likewise.
              (jump pattern): Likewise.
              (doloop_end_internal pattern): Explicitly set length.
              (leave pattern): Fix typo.
              (leave_rex64 pattern): Likewise.
      
      Co-Authored-By: Jeff Law <law@redhat.com>
      
      From-SVN: r55215
      Eric Botcazou committed
    • re PR c++/6944 (missing feature on default copy-constructor for class with multi-dim arrays) · b2153b98
      	PR c++/6944
      	* init.c (build_aggr_init): Remove qualifiers of init before calling
      	build_vec_init.
      	(build_vec_init): Flatten multi-dimensional array during cleanup.
      	(build_vec_delete_1): Abort if the type of each element is array.
      
      	* g++.dg/init/array4.C: New test.
      	* g++.dg/init/array5.C: New test.
      
      From-SVN: r55214
      Kriang Lerdsuwanakij committed
    • rs6000.md (fix_truncdfsi2_internal): Ignore DImode in FPR as preference. · 61c07d3c
              * config/rs6000/rs6000.md (fix_truncdfsi2_internal): Ignore DImode
              in FPR as preference.
              (fctiwz): Same.
              (floatdidf2, fix_truncdfdi2): Same.
              (floatdisf2, floatditf2, fix_trunctfdi2): Same.
              (floatditf2): Same.
              (floatsitf2, fix_trunctfsi2): SImode in GPR.
              (ctrdi): Remove FPR alternative and splitter.
      
      From-SVN: r55212
      David Edelsohn committed
    • i386.c (x86_integer_DFmode_moves): Disable for PPro. · 77966be3
      2002-07-02  Will Cohen <wcohen@redhat.com>
      
      	* config/i386/i386.c (x86_integer_DFmode_moves): Disable for PPro.
      
      From-SVN: r55211
      Will Cohen committed
    • * pt.c (instantiate_class_template): Fix typo. · 492ff760
      From-SVN: r55210
      Graham Stott committed
    • optabs.c (expand_vector_binop): Don't store using a SUBREG smaller than UNITS_PER_WORD... · 34a80643
      gcc:
      	* optabs.c (expand_vector_binop): Don't store using a SUBREG smaller
      	than UNITS_PER_WORD, unless this is little endian and the first unit
      	in this word.  Let extract_bit_field decide how to load an element.
      	Force arguments to matching mode.
      	(expand_vector_unop): Likewise.
      
      	* simplify-rtx.c (simplify_subreg): Don't assume that all vectors
      	consist of word_mode elements.
      	* c-typeck.c (build_binary_op): Allow vector types for BIT_AND_EXPR,
      	BIT_ANDTC_EXPR, BIT_IOR_EXPR and BIT_XOR_EXPR.
      	(build_unary_op): Allow vector types for BIT_NOT_EPR.
      	* emit-rtl.c (gen_lowpart_common): Use simplify_gen_subreg for
      	CONST_VECTOR.
      	* optabs.c (expand_vector_binop): Try to perform operation in
      	smaller vector modes with same inner size.  Add handling of AND, IOR
      	and XOR.  Reject expansion to inner-mode sized scalars when using
      	OPTAB_DIRECT.  Use simplify_gen_subreg on constants.
      	(expand_vector_unop): Try to perform operation in smaller vector
      	modes with same inner size.  Add handling of one's complement.
      	When there is no vector negate operation, try a vector subtract
      	operation.  Use simplify_gen_subreg on constants.
      	* simplify-rtx.c (simplify_subreg): Add capability to convert vector
      	constants into smaller vectors with same inner mode, and to
      	integer CONST_DOUBLEs.
      
      gcc/testsuite:
      	* gcc.c-torture/execute/simd-1.c (main): Also test &, |, ^, ~.
      	* gcc.c-torture/execute/simd-2.c (main): Likewise.
      
      From-SVN: r55209
      J"orn Rennecke committed
    • Daily bump. · 032b2b29
      From-SVN: r55208
      GCC Administrator committed
    • re PR libstdc++/6410 (Trouble with non-Ascii monetary symbols and wchar_t) · fdf7e809
      
      2002-07-02  Benjamin Kosnik  <bkoz@redhat.com>
      
      	PR libstdc++/6410
      	* include/bits/locale_facets.h (moneypunct::moneypunct): Add const
      	char* name parameter.
      	* config/locale/gnu/monetary_members.cc: Use it.
      	* config/locale/generic/monetary_members.cc: Same.
      	* src/localename.cc (_Impl::_Impl(const char*, size_t)): Use it.
      
      	* include/backward/strstream.h: Update date.
      
      From-SVN: r55203
      Benjamin Kosnik committed
    • c-parse.in (parsing_iso_function_signature): New variable. · 622d3731
      gcc:
      	* c-parse.in (parsing_iso_function_signature): New variable.
      	(extdef_1): New, copied from...
      	(extdef): ... here.  Reset parsing_iso_function_signature.
      	(old_style_parm_decls):  Reset parsing_iso_function_signature.
      	(old_style_parm_decls_1): New, copied from old_style_parm_decls.
      	Warn about ISO C style function definitions.
      	(nested_function, notype_nested_function): Reset
      	parsing_iso_function_signature.
      	(parmlist_2): Set parsing_iso_function_signature.
      
      	* doc/invoke.texi (-Wtraditional): Document new behavior.
      
      gcc/testsuite:
      	* gcc.dg/cpp/tr-warn2.c: Use traditional C style function definitions.
      	* gcc.dg/wtr-aggr-init-1.c: Likewise.
      	* gcc.dg/wtr-conversion-1.c: Likewise.
      	* gcc.dg/wtr-escape-1.c: Likewise.
      	* gcc.dg/wtr-int-type-1.c: Likewise.
      	* gcc.dg/wtr-label-1.c: Likewise.
      	* gcc.dg/wtr-static-1.c: Likewise.
      	* gcc.dg/wtr-strcat-1.c: Likewise.
      	* gcc.dg/wtr-suffix-1.c: Likewise.
      	* gcc.dg/wtr-switch-1.c: Likewise.
      	* gcc.dg/wtr-unary-plus-1.c: Likewise.
      	* gcc.dg/wtr-union-init-1.c: Likewise.
      	* gcc.dg/wtr-union-init-2.c: Likewise.
      	* gcc.dg/wtr-union-init-3.c: Likewise.
      
      	* gcc.dg/wtr-func-def-1.c: New test.
      
      From-SVN: r55201
      Kaveh R. Ghazi committed
  4. 02 Jul, 2002 5 commits