aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/typeck2.c
AgeCommit message (Expand)AuthorFilesLines
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-4/+4
2005-04-21vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell1-1/+1
2005-03-29re PR c/20519 (completed type not selected properly with typeof)Richard Henderson1-1/+1
2005-01-18Make-lang.in, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-15re PR c++/19263 (wrong-code: explicit initialization of v8qi miscompiled)Jakub Jelinek1-1/+2
2004-12-08re PR c++/18803 (rejects access to operator() in template)Nathan Sidwell1-6/+0
2004-11-08class.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1
2004-11-01re PR c++/15172 (Copy constructor optimization in aggregate initialization)Mark Mitchell1-17/+9
2004-10-18cp-tree.h (UNIQUELY_DERIVED_FROM_P): Adjust lookup_base call.Nathan Sidwell1-1/+1
2004-10-10Convert diagnostics to use quoting flag q 7/nGabriel Dos Reis1-53/+58
2004-09-21cp-tree.h (struct lang_type_header): Remove uses_multiple_inheritance field.Nathan Sidwell1-17/+4
2004-09-16cp-tree.h (struct lang_type_class): Make pure_virtuals a VEC(tree).Nathan Sidwell1-12/+16
2004-09-10class.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-08-30class.c (build_base_path): Use build_address directly.Richard Henderson1-1/+1
2004-08-30name-lookup.c (pop_binding, [...]): Replace abort with gcc_assert or gcc_unre...Nathan Sidwell1-8/+6
2004-08-27call.c (validate_conversion_obstack): Replace my_friendly_assert with gcc_ass...Nathan Sidwell1-15/+10
2004-08-16call.c (build_vfield_ref, [...]): Replace calls to build with calls to buildN.Roger Sayle1-15/+15
2004-08-06re PR c/13282 (A "-Wno..." switch to turn off "missing initializer" warnings)Richard Sandiford1-2/+2
2004-07-25cp-tree.h (TYPE_SET_PTRMEMFUNC_TYPE): Use GGC_CNEW.Gabriel Dos Reis1-1/+1
2004-07-20tree.h: Include vec.hNathan Sidwell1-1/+1
2004-07-12call.c (build_user_type_conversion_1, [...]): Pass type directly to lookup_fn...Nathan Sidwell1-13/+31
2004-07-12re PR c++/2204 (G++ doesn't check (member) function parameter for abstract-ne...Giovanni Bajo1-6/+159
2004-07-07tree.h (TYPE_BINFO_OFFSET, [...]): Remove.Nathan Sidwell1-1/+1
2004-06-21alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner1-4/+8
2004-06-21c-common.def (RETURN_STMT): Remove.Richard Henderson1-5/+1
2004-06-15c-common.c (lang_gimplify_stmt): Remove next_p argument.Richard Henderson1-17/+10
2004-06-11typeck2.c (abstract_virtual_errors): Reword diagnostics, make them appear at ...Giovanni Bajo1-12/+19
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-2/+7
2004-04-22class.c (initialize_array): Don't set TREE_HAS_CONSTRUCTOR on braced initiali...Mark Mitchell1-17/+13
2004-04-01re PR c++/14804 ([unit-at-a-time] initializing const data with reinterpret_ca...Richard Henderson1-0/+1
2004-03-16re PR c++/14586 (Bogus warning in templates about taking address of a tempora...Mark Mitchell1-1/+2
2004-01-22* optimize.c, typeck2.c: Update copyright.Kazu Hirata1-1/+2
2004-01-12re PR rtl-optimization/10776 (Large aggregate initializers with a single relo...Richard Henderson1-5/+106
2003-12-21call.c: Fix comment formatting.Kazu Hirata1-2/+2
2003-12-19cvt.c: Remove uses of "register" specifier in declarations of arguments and l...Kazu Hirata1-10/+9
2003-10-22call.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-09-05re PR c++/12037 (Spurious "statement has no effect" in templates)Nathan Sidwell1-4/+12
2003-08-20re PR c++/11946 (fun and merriment with enums as function arguments)Mark Mitchell1-17/+1
2003-08-02typeck2.c (add_exception_specifier): Use 'bool' where appropriate.Nathanael Nerode1-6/+6
2003-07-25cp-tree.h (build_compound_expr): Take LHS & RHS args.Nathan Sidwell1-25/+5
2003-07-22fold-const.c (force_fit_type): Handle OFFSET_TYPE.Mark Mitchell1-7/+8
2003-07-09fold-const.c (make_range): Do not access operand 1 for a zero-operand operator.Mark Mitchell1-13/+24
2003-07-06re PR c++/11431 (static_cast behavior with subclasses when default constructo...Mark Mitchell1-1/+1
2003-07-04call.c (build_addr_func): Handle bound pointers-to-members.Mark Mitchell1-62/+30
2003-06-13* typeck2.c: Convert to ISO C.Nathanael Nerode1-46/+20
2003-04-13tree.c (build_constructor): New function.Zack Weinberg1-6/+5
2003-03-03re PR c++/9878 (error: non-lvalue in unary `&' wrongly issued)Mark Mitchell1-25/+1
2003-02-28re PR c++/9879 (ICE / endless compile with "new int[2]()")Mark Mitchell1-0/+2
2003-02-24re PR c++/9602 (Total confusion about template/friend/virtual/abstract)Kriang Lerdsuwanakij1-0/+5
2003-01-30c-common.c (builtin_define_float_constants): Define __<TYPE>_HAS_INFINITY__ a...Mark Mitchell1-2/+2