aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/pt.c
AgeCommit message (Expand)AuthorFilesLines
2003-08-15cp-tree.def (NON_DEPENDENT_EXPR): Add operand.Nathan Sidwell1-1/+1
2003-08-15cp: * pt.c (instantiate_class_template): Set location before substuting bases.Nathan Sidwell1-0/+4
2003-08-15decl.c (make_typename_type): Use my_friendly_assert.Nathan Sidwell1-5/+3
2003-08-12re PR c++/11703 (Problem with using enum in placement delete)Mark Mitchell1-26/+8
2003-08-10cp-tree.h (TMPL_ARGS_HAVE_MULTIPLE_LEVELS): non-NULL NODE is always a TREE_VE...Nathan Sidwell1-77/+29
2003-08-10re PR c++/10530 (Cannot access non-dependent type within nested template)Nathan Sidwell1-14/+11
2003-08-03re PR c++/11704 (ICE in type_dependent_expression_p with wrong method call in...Nathan Sidwell1-0/+9
2003-08-02re PR c++/9447 (using Base<T>::member does not work)Nathan Sidwell1-5/+3
2003-08-02cp-tree.h (pushclass): Remove unneeded parameter.Nathan Sidwell1-1/+1
2003-08-01re PR c++/11697 (Failure to diagnose class template redeclaration via using d...Mark Mitchell1-1/+14
2003-08-01PR c++/8442, c++/8806Kriang Lerdsuwanakij1-22/+4
2003-08-01parser.c (cp_parser_init_declarator, [...]): Reformat.Nathan Sidwell1-10/+8
2003-08-01re PR c++/11295 (ICE when using a non-trivial object in a compound statement ...Nathan Sidwell1-7/+22
2003-07-31pt.c (coerce_template_parms): Refactor.Nathan Sidwell1-17/+20
2003-07-31re PR c++/11347 (Error on valid expression in default value for int argument ...Nathan Sidwell1-13/+8
2003-07-31pt.c (coerce_template_template_parms, [...]): Reformat.Nathan Sidwell1-28/+22
2003-07-29re PR c++/9447 (using Base<T>::member does not work)Nathan Sidwell1-2/+9
2003-07-29re PR c++/11667 (wider-than-int enums never compare equal to 0)Mark Mitchell1-6/+9
2003-07-28cp-tree.h (begin_compound_stmt): No scope arg is a bool.Nathan Sidwell1-1/+1
2003-07-27call.c (standard_conversion): Tweak handling of pointer-to-member types.Mark Mitchell1-1/+3
2003-07-25cp-tree.h (enum tsubst_flags_t): Add tf_user.Nathan Sidwell1-8/+11
2003-07-25re PR c++/11617 (g++ does not report missing member functions)Nathan Sidwell1-13/+14
2003-07-25Revert patch for 11617 which accidently crept inNathan Sidwell1-14/+13
2003-07-25re PR c++/11596 (ICE with int templates)Nathan Sidwell1-119/+114
2003-07-22fold-const.c (force_fit_type): Handle OFFSET_TYPE.Mark Mitchell1-67/+47
2003-07-19fixfixes.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-7/+6
2003-07-18cp-tree.h (finish_non_static_data_member): Add object param.Nathan Sidwell1-0/+2
2003-07-17c-decl.c: Fix typos in several comments.Zack Weinberg1-1/+1
2003-07-17re PR c++/11547 (ICE with const temporaries)Mark Mitchell1-2/+7
2003-07-16re PR c++/10903 ([3.3 only] g++ says: "error: object ``type_decl' not support...Gabriel Dos Reis1-1/+8
2003-07-16cp-tree.def (LOOKUP_EXPR): Remove.Mark Mitchell1-56/+28
2003-07-15re PR c++/10108 (tree checking ICE: expected var_decl, have error_mark in tsu...Kriang Lerdsuwanakij1-0/+2
2003-07-14re PR c++/11509 (ICE with expression with static member in template arg)Mark Mitchell1-34/+42
2003-07-14re PR c++/7019 ([3.3 only] SFINAE does not work with explicitally specified t...Mark Mitchell1-5/+7
2003-07-14re PR c++/11154 (spurious ambiguity report for template class specialization)Kriang Lerdsuwanakij1-6/+9
2003-07-14re PR c++/11503 (segfault when instantiating template with ADDR_EXPR)Mark Mitchell1-1/+3
2003-07-14re PR c++/11493 (tree check ICE in error.c)Mark Mitchell1-153/+170
2003-07-13pt.c (push_access_scope_real): Remove.Kriang Lerdsuwanakij1-54/+26
2003-07-11re PR c++/11050 ("some string" __FUNCTION__ is accepted)Nathan Sidwell1-1/+6
2003-07-11re PR c++/8327 (In definition of template static member value of static const...Mark Mitchell1-7/+43
2003-07-09parser.c (cp_parser_primary_expression): Preserve the form of qualified expre...Mark Mitchell1-9/+10
2003-07-09fold-const.c (make_range): Do not access operand 1 for a zero-operand operator.Mark Mitchell1-104/+225
2003-07-08re PR c++/11030 (Cannot befriend a template specialization)Kriang Lerdsuwanakij1-0/+2
2003-07-08cp-tree.h (build_scoped_method_call): Remove.Mark Mitchell1-173/+256
2003-07-06call.c: Fix comment formatting.Kazu Hirata1-5/+5
2003-07-05call.c: Fix comment typos.Kazu Hirata1-5/+5
2003-07-03class.c (add_method, [...]): Fix format specifier.Kaveh R. Ghazi1-1/+2
2003-07-02re PR c++/10219 (ICE in maybe_adjust_types_for_deduction on invalid code)Nathan Sidwell1-0/+2
2003-07-02decl2.c (defer_fn): Set DECL_DEFER_OUTPUT.Jan Hubicka1-1/+1
2003-06-30pt.c (value_dependent_expression_p): Cast expressions are value-dependent als...Giovanni Bajo1-3/+6