aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cvt.c
AgeCommit message (Expand)AuthorFilesLines
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-9/+9
2005-02-09re PR c++/19733 (ICE on invalid destructor call)Mark Mitchell1-0/+5
2005-01-18Make-lang.in, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-17cvt.c (convert_lvalue): Remove.Kazu Hirata1-13/+0
2004-12-30re PR c++/19190 (warning "value computed is not used" emitted too often)Mark Mitchell1-2/+5
2004-12-23* cvt.c (convert_to_void): Fix typo in comment.Mark Mitchell1-1/+1
2004-12-22re PR c++/18464 (error message about "non-lvalue in unary '&'" when using ?: ...Mark Mitchell1-3/+37
2004-12-16re PR c++/18905 (Strange error: subscripted value is neither array nor pointer)Nathan Sidwell1-5/+2
2004-12-08re PR c++/18803 (rejects access to operator() in template)Nathan Sidwell1-6/+15
2004-11-04DR 49, 100Giovanni Bajo1-3/+6
2004-11-01Convert diagnostics to use quoting flag q 8/nGabriel Dos Reis1-41/+45
2004-10-21re PR c++/18073 (mmintrin.h rejected by C++ frontend)Mark Mitchell1-6/+7
2004-10-19call.c (struct conversion): Add base_p.Mark Mitchell1-22/+3
2004-10-18cp-tree.h (UNIQUELY_DERIVED_FROM_P): Adjust lookup_base call.Nathan Sidwell1-2/+2
2004-09-28re PR c++/17642 (internal compiler error: in invert_truthvalue, at fold-const...Mark Mitchell1-11/+12
2004-09-23004-09-23 Andrew Pinski <pinskia@physics.uc.edu>Andrew Pinski1-0/+2
2004-09-23PR c++/9844, PR c++/13989Fariborz Jahanian1-1/+14
2004-08-30call.c (check_dtor_name): Replace abort with gcc_assert or gcc_unreachable.Nathan Sidwell1-13/+14
2004-08-27call.c (validate_conversion_obstack): Replace my_friendly_assert with gcc_ass...Nathan Sidwell1-2/+2
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell1-2/+2
2004-08-16call.c (build_vfield_ref, [...]): Replace calls to build with calls to buildN.Roger Sayle1-4/+4
2004-08-15tree.h (build_int_cst): New.Nathan Sidwell1-8/+8
2004-08-05tree.h (force_fit_type): Return a tree, take three flags.Nathan Sidwell1-1/+3
2004-07-12call.c (build_user_type_conversion_1, [...]): Pass type directly to lookup_fn...Nathan Sidwell1-1/+1
2004-05-31re PR c++/15742 ('noreturn' attribute ignored in method of template functions.)Mark Mitchell1-0/+2
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-2/+3
2004-03-31builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED.Richard Kenner1-2/+2
2004-02-23re PR c++/14250 (switch() does not seem to see operator int() in template class)Giovanni Bajo1-2/+3
2004-02-18cfgloop.h, [...]: Update copyright.Kazu Hirata1-1/+1
2004-02-13call.c (conversion_kind): New type.Mark Mitchell1-7/+0
2003-12-21call.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-12-19tree.c (get_unwidened): Decide whether to narrow a bitfield reference based o...Jason Merrill1-1/+2
2003-12-19cvt.c: Remove uses of "register" specifier in declarations of arguments and l...Kazu Hirata1-10/+10
2003-11-10* cvt.c (convert_to_void): Use void_zero_node after overload failure.Richard Henderson1-0/+1
2003-10-21ChangeLog: Fix typos.Kazu Hirata1-1/+1
2003-10-12c-common.c (c_common_truthvalue_conversion): Warn if the address of a non-wea...Steven Bosscher1-14/+2
2003-09-05re PR c++/12037 (Spurious "statement has no effect" in templates)Nathan Sidwell1-2/+0
2003-08-16re PR c++/11512 (Spurious warning for comma-operator in templates)Nathan Sidwell1-10/+11
2003-07-22fold-const.c (force_fit_type): Handle OFFSET_TYPE.Mark Mitchell1-70/+68
2003-07-08cp-tree.h (build_scoped_method_call): Remove.Mark Mitchell1-6/+2
2003-07-06re PR c++/11431 (static_cast behavior with subclasses when default constructo...Mark Mitchell1-6/+3
2003-07-05call.c: Fix comment typos.Kazu Hirata1-1/+1
2003-07-04call.c (build_addr_func): Handle bound pointers-to-members.Mark Mitchell1-24/+30
2003-07-03call.c (build_scoped_method_call): Use convert_to_void.Mark Mitchell1-5/+1
2003-06-18cp-tree.h (COMPARE_RELAXED): Rename to ...Nathan Sidwell1-3/+3
2003-04-03cvt.c (ocp_convert): Only abort if we try to convert an object of TREE_ADDRES...Jason Merrill1-1/+2
2003-03-28re PR c++/10245 (?: operator requires public copy constructor of return type)Jason Merrill1-0/+15
2003-03-07call.c (reference_binding): Remove REF_IS_VAR parameter.Mark Mitchell1-1/+1
2003-03-03re PR c++/9878 (error: non-lvalue in unary `&' wrongly issued)Mark Mitchell1-68/+27
2003-01-03cvt.c, [...]: This is the C++ front end, not the C front end.Nathanael Nerode1-2/+2