1. 04 Sep, 2003 3 commits
    • austern's avatar
      Correct the behavior of __func__ for C++ special member functions. · 9ad4bb1e
      austern authored
      	* c-common.c (fname_as_string): Use lang_hooks.decl_printable_name
      	with verbosity 0, instead of DECL_NAME, for human-readable string.
      	* g++.dg/ext/fnname1.C: New test. (__func__ for C++.)
      	* g++.dg/ext/fnname2.C: Likewise.
      	* g++.dg/ext/fnname3.C: Likewise.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71088 138bc75d-0d04-0410-961f-82ee72b054a4
      9ad4bb1e
    • mmitchel's avatar
      Remove cast-as-lvalue extension. · 29c42daf
      mmitchel authored
      	* call.c (build_conditional_expr): Correct formatting.
      	(convert_like_real): Use lvalue_p, not non_cast_lvalue_p.
      	(initialize_real): Use real_lvalue_p, not real_non_cast_lvalue_p.
      	* cp-tree.h (non_cast_lvalue_p): Remove.
      	(real_non_cast_lvalue_p): Remove.
      	(non_cast_lvalue_or_else): Remove.
      	* tree.c (lvalue_p_1): Remove allow_cast_as_lvalue parameter.
      	(real_lvalue_p): Adjust call to lvalue_p_1.
      	(non_cast_lvalue_p): Remove.
      	(non_cast_lvalue_or_else): Remove.
      	(lvalue_p): Adjust call to lvalue_p_1.
      	(lvalue_or_else): Simplify.
      	* typeck.c (build_unary_op): Use lvalue_or_else, not
      	non_cast_lvalue_or_else.
      	(build_static_cast): Use real_lvalue_p, not real_non_cast_lvalue_p.
      
      	* doc/extend.texi: Document removal of cast-as-lvalue extension in
      	C++.
      
      	* g++.dg/expr/lval1.C: New test.
      	* g++.dg/ext/lvcast.C: Remove.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71051 138bc75d-0d04-0410-961f-82ee72b054a4
      29c42daf
    • sayle's avatar
      · 186a20de
      sayle authored
      	PR optimization/11700.
      	* simplify-rtx.c (simplify_subreg): Check that the subreg offset
      	of a hard register is representable before trying to simplify it
      	using subreg_hard_regno.
      
      	* gcc.c-torture/compile/20030903-1.c: New test case.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71046 138bc75d-0d04-0410-961f-82ee72b054a4
      186a20de
  2. 03 Sep, 2003 1 commit
  3. 02 Sep, 2003 3 commits
    • mmitchel's avatar
      PR c++/11553 · ac1361f6
      mmitchel authored
      	* parser.c (cp_parser_decl_specifier_seq): Add check for a
      	duplicate friend decl-specifier.
      
      	PR c++/11553
      	* g++.dg/parse/friend3.C: New test.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71008 138bc75d-0d04-0410-961f-82ee72b054a4
      ac1361f6
    • mmitchel's avatar
      PR c++/11847 · 0a74d712
      mmitchel authored
      	* pt.c (convert_nontype_argument): Correct representation of
      	REFERENCE_TYPE expressions.
      
      	PR c++/11847
      	* g++.dg/template/class1.C: New test.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71003 138bc75d-0d04-0410-961f-82ee72b054a4
      0a74d712
    • mmitchel's avatar
      PR c++/11808 · cbce34a5
      mmitchel authored
      	* cp-tree.h (KOENIG_LOOKUP_P): New macro.
      	(finish_call_expr): Change prototype.
      	* parser.c (cp_parser_postfix_expression): Adjust call to
      	finish_call_expr.
      	* pt.c (tsubst_copy_and_build): Use KOENIG_LOOKUP_P.
      	* semantics.c (finish_call_expr): Add koenig_p parameter.
      
      	PR c++/11808
      	* g++.dg/expr/call1.C: New test.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70998 138bc75d-0d04-0410-961f-82ee72b054a4
      cbce34a5
  4. 01 Sep, 2003 1 commit
    • mmitchel's avatar
      PR c++/12114 · d7d79557
      mmitchel authored
      	* g++.dg/init/ref9.C: New test.
      
      	PR c++/11972
      	* g++.dg/template/nested4.C: New test.
      
      	PR c++/12114
      	* cp-tree.h (initialize_reference): Change prototype.
      	* call.c (initialize_reference): Add cleanup parameter.
      	* decl.c (grok_reference_init): Likewise.
      	(check_initializer): Likewise.
      	(cp_finish_decl): Insert a CLEANUP_STMT if necessary.
      	(duplicate_decls): When replacing an anticipated builtin, do not
      	honor TREE_NOTHROW.
      	* typeck.c (convert_for_initialization): Correct call to
      	initialize_reference.
      
      	PR c++/11972
      	* pt.c (dependent_type_p_r): Pass only the innermost template
      	arguments to any_dependent_template_arguments_p.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70981 138bc75d-0d04-0410-961f-82ee72b054a4
      d7d79557
  5. 30 Aug, 2003 1 commit
  6. 29 Aug, 2003 3 commits
  7. 28 Aug, 2003 3 commits
    • ghazi's avatar
      * builtin-types.def (BT_INT_PTR, BT_FLOAT_PTR, BT_DOUBLE_PTR, · 4070bd43
      ghazi authored
      	BT_LONGDOUBLE_PTR, BT_FN_FLOAT_FLOAT_FLOATPTR,
      	BT_FN_DOUBLE_DOUBLE_DOUBLEPTR,
      	BT_FN_LONGDOUBLE_LONGDOUBLE_LONGDOUBLEPTR,
      	BT_FN_FLOAT_FLOAT_INTPTR, BT_FN_DOUBLE_DOUBLE_INTPTR,
      	BT_FN_LONGDOUBLE_LONGDOUBLE_INTPTR,
      	BT_FN_FLOAT_FLOAT_FLOAT_INTPTR, BT_FN_DOUBLE_DOUBLE_DOUBLE_INTPTR,
      	BT_FN_LONGDOUBLE_LONGDOUBLE_LONGDOUBLE_INTPTR,
      	BT_FN_VOID_FLOAT_FLOATPTR_FLOATPTR,
      	BT_FN_VOID_DOUBLE_DOUBLEPTR_DOUBLEPTR,
      	BT_FN_VOID_LONGDOUBLE_LONGDOUBLEPTR_LONGDOUBLEPTR): New.
      	* builtins.def (BUILT_IN_FREXP, BUILT_IN_FREXPF, BUILT_IN_FREXPL,
      	BUILT_IN_MODF, BUILT_IN_MODFF, BUILT_IN_MODFL, BUILT_IN_REMQUO,
      	BUILT_IN_REMQUOF, BUILT_IN_REMQUOL, BUILT_IN_SINCOS,
      	BUILT_IN_SINCOSF, BUILT_IN_SINCOSL): New.
      	* tree.c: Assign new type_nodes.
      	* tree.h (tree_index): Add TI_FLOAT_PTR_TYPE, TI_DOUBLE_PTR_TYPE,
      	TI_LONG_DOUBLE_PTR_TYPE, TI_INTEGER_PTR_TYPE.
      	(float_ptr_type_node, double_ptr_type_node,
      	long_double_ptr_type_node, integer_ptr_type_node): New type_nodes.
      
      	* doc/extend.texi: Document new builtins.
      
      testsuite:
      	* gcc.dg/builtins-1.c: Add new builtin cases.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70890 138bc75d-0d04-0410-961f-82ee72b054a4
      4070bd43
    • ghazi's avatar
      * builtin-types.def (BT_FN_FLOAT_INT_FLOAT, · 847749e5
      ghazi authored
      	BT_FN_DOUBLE_INT_DOUBLE, BT_FN_LONGDOUBLE_INT_LONGDOUBLE): New.
      
      	* builtins.def (BUILT_IN_ERF, BUILT_IN_ERFC, BUILT_IN_ERFCF,
      	BUILT_IN_ERFCL, BUILT_IN_ERFF, BUILT_IN_ERFL, BUILT_IN_GAMMA,
      	BUILT_IN_GAMMAF, BUILT_IN_GAMMAL, BUILT_IN_J0, BUILT_IN_J0F,
      	BUILT_IN_J0L, BUILT_IN_J1, BUILT_IN_J1F, BUILT_IN_J1L,
      	BUILT_IN_JN, BUILT_IN_JNF, BUILT_IN_JNL, BUILT_IN_LGAMMA,
      	BUILT_IN_LGAMMAF, BUILT_IN_LGAMMAL, BUILT_IN_SIGNIFICAND,
      	BUILT_IN_SIGNIFICANDF, BUILT_IN_SIGNIFICANDL, BUILT_IN_TGAMMA,
      	BUILT_IN_TGAMMAF, BUILT_IN_TGAMMAL, BUILT_IN_Y0, BUILT_IN_Y0F,
      	BUILT_IN_Y0L, BUILT_IN_Y1, BUILT_IN_Y1F, BUILT_IN_Y1L,
      	BUILT_IN_YN, BUILT_IN_YNF, BUILT_IN_YNL): New.
      
      	* doc/extend.texi: Document new builtins.
      
      testsuite:
      	* gcc.dg/builtins-1.c: Add new cases.
      	* gcc.dg/torture/builtin-attr-1.c: Likewise.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70889 138bc75d-0d04-0410-961f-82ee72b054a4
      847749e5
    • mmitchel's avatar
      PR optimization/5079 · c05aabd9
      mmitchel authored
      	* call.c (build_conditional_expr): Use decl_constant_value to
      	simplify the arguments.
      
      	PR optimization/5079
      	* g++.dg/opt/static3.C: New test.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70881 138bc75d-0d04-0410-961f-82ee72b054a4
      c05aabd9
  8. 27 Aug, 2003 3 commits
  9. 26 Aug, 2003 5 commits
    • sayle's avatar
      · 4b69983d
      sayle authored
      	PR middle-end/12002
      	* tree.h (SCALAR_FLOAT_TYPE_P, COMPLEX_FLOAT_TYPE_P): New macros.
      	(FLOAT_TYPE_P): Define in terms of these two new macros.
      	* fold-const.c (fold <PLUS_EXPR>): Don't convert x+x into x*2.0
      	for complex floating point types.
      
      	* g77.f-torture/compile/12002.f: New test case.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70821 138bc75d-0d04-0410-961f-82ee72b054a4
      4b69983d
    • sayle's avatar
      · f45a882c
      sayle authored
      	* fold-const.c (fold <MULT_EXPR>): Optimize (C1/X)*C2 into
      	(C1*C2)/X when unsafe math optimizations are allowed.
      	(fold <RDIV_EXPR>): Optimize C1/(X*C2) into (C1/C2)/X with unsafe
      	math optimizations.  Minor code clean-ups.  Recursively call
      	fold when constructing sub-expressions.
      
      	* gcc.dg/20030826-1.c: New test case.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70807 138bc75d-0d04-0410-961f-82ee72b054a4
      f45a882c
    • kraai's avatar
      * gcc.dg/noncompile/20030818-1.c: Expect second line of error. · 2b68965d
      kraai authored
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70805 138bc75d-0d04-0410-961f-82ee72b054a4
      2b68965d
    • nathan's avatar
      cp: · 2ab91d0e
      nathan authored
      	PR c++/11871
      	* decl.c (push_class_level_binding): Correct old_decl value from
      	my 2003-07-29 reorganization.
      testsuite:
      	PR c++/11871
      	* c++.dg/lookup/crash1.C: New test.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70803 138bc75d-0d04-0410-961f-82ee72b054a4
      2ab91d0e
    • nathan's avatar
      * builtins.c (build_function_call_expr): Don't set · 314216bf
      nathan authored
      	TREE_SIDE_EFFECTS here.
      	* expr.c (emit_block_move_via_libcall): Likewise.
      	(clear_storage_via_libcall): Likewise.
      	* tree.c (build): Set TREE_SIDE_EFFECTS for non-const, non-pure
      	CALL_EXPRs.
      cp:
      	* call.c (build_call): Don't set TREE_SIDE_EFFECTS here.
      	(build_new_method_call): Add goto finish.
      	* semantics.c (simplify_aggr_init_exprs_r): Don't set
      	TREE_SIDE_EFFECTS on a call.
      testsuite:
      	* c++.dg/warn/noeffect3.C: New test.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70802 138bc75d-0d04-0410-961f-82ee72b054a4
      314216bf
  10. 25 Aug, 2003 4 commits
    • janis's avatar
      * gcc.dg/compat/vector-1_x.c: Compile with -w. · 65257c0f
      janis authored
      	* gcc.dg/compat/vector-1_y.c: Ditto.
      	* gcc.dg/compat/vector-2_x.c: Ditto.
      	* gcc.dg/compat/vector-2_y.c: Ditto.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70791 138bc75d-0d04-0410-961f-82ee72b054a4
      65257c0f
    • uweigand's avatar
      * combine.c (distribute_notes): Handle REG_ALWAYS_RETURN. · 85fa5679
      uweigand authored
      	* gcc.dg/20030702-1.c: New test.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70779 138bc75d-0d04-0410-961f-82ee72b054a4
      85fa5679
    • mmitchel's avatar
      PR c++/8795 · 5bfb0742
      mmitchel authored
      	* tree.h (build_method_type_directly): Declare.
      	* c-common.c (handle_vector_size_attributes): Handle METHOD_TYPEs.
      	(vector_size_helper): Likewise.
      	* tree.c (build_method_type_directly): New function.
      	(build_method_type): Use it.
      
      	PR c++/8795
      	* cp-tree.h (build_cplus_method_type): Remove.
      	* call.c (standard_conversion): Use build_method_type_directly
      	instead of build_cplus_method_type.
      	* class.c (build_clone): Likewise.
      	(adjust_clone_args): Likewise.
      	* decl.c (build_ptrmem_type): Likewise.
      	(grokdeclarator): Likewise.
      	(check_function_type): Likewise.
      	* decl2.c (grok_method_quals): Likewise.
      	(maybe_retrofit_in_chrg): Likewise.
      	* pt.c (copy_default_args_to_explicit_spec): Likewise.
      	(tsubst_function_type): Likewise.
      	(tsubst): Likewise.
      	* tree.c (build_cplus_method_type): Remove.
      	* typeck.c (merge_types): Use build_method_type_directly.
      
      	PR c++/8795
      	* g++.dg/ext/altivec-1.C: New test.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70773 138bc75d-0d04-0410-961f-82ee72b054a4
      5bfb0742
    • rth's avatar
      * config/i386.i386.c (ix86_return_in_memory): Reformat. Return true · 22c50c9e
      rth authored
              for 16-byte vector modes if sse not enabled; warn for abi change.
              (ix86_value_regno): Only return xmm0 for 16-byte vector types.
              * g++.dg/eh/simd-2.C: Add -w for x86.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70771 138bc75d-0d04-0410-961f-82ee72b054a4
      22c50c9e
  11. 23 Aug, 2003 5 commits
  12. 22 Aug, 2003 3 commits
  13. 21 Aug, 2003 4 commits
    • mmitchel's avatar
      PR c++/11551 · 899cc6e8
      mmitchel authored
      	* parser.c (cp_parser_id_expression): Add declarator_p parameter.
      	(cp_parser_primary_expression): Adjust call to
      	cp_parser_id_expression.
      	(cp_parser_unqualified_id): Complain about the use of
      	typedef-names in a destructor declarator.
      	(cp_parser_postfix_expression): Adjust call to
      	cp_parser_id_expression.
      	(cp_parser_type_parameter): Likewise.
      	(cp_parser_template_argument): Likewise.
      	(cp_parser_declarator_id): Likewise.
      
      	PR c++/11919
      	* call.c (standard_conversion): Use same_type_p, not pointer
      	equality, to compare types.
      
      	PR c++/10762
      	* parser.c (cp_parser_using_declaration): Check for invalid uses
      	of template-ids here...
      	* decl2.c (do_class_using_decl): ... rather than here.
      
      	PR c++/11919
      	* g++.dg/overload/prom1.C: New test.
      
      	PR c++/11551
      	* g++.dg/parse/dtor2.C: New test.
      
      	PR c++/10762
      	* g++.dg/parse/using2.C: New test.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70652 138bc75d-0d04-0410-961f-82ee72b054a4
      899cc6e8
    • kazu's avatar
      PR target/11805 · cf390fee
      kazu authored
      	* config/h8300/h8300.md (two anonymous patterns): Remove.
      	* testsuite/gcc.c-torture/compile/20030821-1.c: New.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70643 138bc75d-0d04-0410-961f-82ee72b054a4
      cf390fee
    • mmitchel's avatar
      PR c++/11834 · 76fc7578
      mmitchel authored
      	* pt.c (more_specialized): Bump processing_template_decl.
      
      	PR c++/11834
      	* g++.dg/template/deduce2.C: New test.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70639 138bc75d-0d04-0410-961f-82ee72b054a4
      76fc7578
    • zlomek's avatar
      Test from http://gcc.gnu.org/ml/gcc-patches/2003-08/msg01198.html · 6c0134fc
      zlomek authored
      	* gcc.c-torture/execute/20030821-1.c: New test.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70638 138bc75d-0d04-0410-961f-82ee72b054a4
      6c0134fc
  14. 20 Aug, 2003 1 commit
    • sayle's avatar
      · 1aa79290
      sayle authored
      	PR middle-end/11984
      	* fold-const.c (fold <PLUS_EXPR>): Check for integer constant
      	operands before calling tree_int_cst_lt when performing associative
      	transformations.
      
      	* gcc.dg/20030820-1.c: New test case.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70618 138bc75d-0d04-0410-961f-82ee72b054a4
      1aa79290