aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/pt.c
AgeCommit message (Expand)AuthorFilesLines
2003-09-02re PR c++/11847 (reference does not work as template argument any more)Mark Mitchell1-2/+5
2003-09-02re PR c++/11808 (Wrong namespace lookup for template function when induced by...Mark Mitchell1-21/+12
2003-09-01re PR c++/12114 ([3.3.2] Uninitialized memory accessed in dtor)Mark Mitchell1-1/+2
2003-09-01c-typeck.c (build_binary_op): Kill BIT_ANDTC_EXPR.Josef Zlomek1-2/+0
2003-08-30re PR c++/12093 (inconstitent error with templates/non-templates)Mark Mitchell1-0/+5
2003-08-29re PR middle-end/6196 (ICE in copy_to_mode_reg, at explow.c:711)Mark Mitchell1-0/+2
2003-08-25re PR target/8795 ([PPC] Altivec related bugs concerning gcc 3.3 and mainline)Mark Mitchell1-8/+8
2003-08-23PR c++/641, c++/11876Kriang Lerdsuwanakij1-2/+4
2003-08-21re PR c++/11834 (template specialization not matched)Mark Mitchell1-0/+5
2003-08-20re PR c++/11945 (Incorrect warnings issued for comma-expressions inside templ...Nathan Sidwell1-0/+13
2003-08-20re PR c++/11946 (fun and merriment with enums as function arguments)Mark Mitchell1-1/+11
2003-08-18re PR c++/11957 (wrong "warning: statement has no effect")Nathan Sidwell1-1/+1
2003-08-18pt.c (instantiate_class_template): Push to class's scope before tsubsting base.Nathan Sidwell1-0/+8
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