aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/semantics.c
AgeCommit message (Expand)AuthorFilesLines
2003-12-13ggc-zone.c: Follow spelling conventions.Kazu Hirata1-1/+1
2003-12-12re PR c++/13118 ([ABI] Missed covariant return thunk)Nathan Sidwell1-1/+1
2003-12-04re PR c++/13179 (ICE w/template parameter in catch specification)Mark Mitchell1-1/+1
2003-11-18re PR c++/12932 (ICE with use of ptr-to-function as template arg)Kriang Lerdsuwanakij1-0/+2
2003-10-26re PR c++/10371 (misleading error message for illegal member access)Kriang Lerdsuwanakij1-1/+8
2003-10-24PR c++/12698, c++/12699, c++/12700, c++/12566Nathan Sidwell1-7/+12
2003-10-22call.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-10-21ChangeLog: Fix typos.Kazu Hirata1-3/+3
2003-09-23cp-tree.h (scope_kind): Add new enumerator.Gabriel Dos Reis1-3/+3
2003-09-21Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson1-1/+1
2003-09-21tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson1-1/+1
2003-09-18re PR c++/9848 (missing 'unused parameter' warning.)Nathan Sidwell1-0/+20
2003-09-17tree-optimize.c (tree_rest_of_compilation): Save and restore input_location.Richard Henderson1-3/+0
2003-09-17* semantics.c (expand_or_defer_fn): Inc/dec function_depth.Richard Henderson1-0/+4
2003-09-15re PR c++/3907 (nested template parm collides with member name)Mark Mitchell1-4/+0
2003-09-11cgraphunit.c (cgraph_finalize_function): Add nested arg.Richard Henderson1-1/+1
2003-09-09cgraphunit.c (cgraph_finalize_function): Remove unused argument.Richard Henderson1-1/+1
2003-09-09decl2.c (finish_file): Avoid out-of-bounds array reference during memmove.Richard Henderson1-55/+5
2003-09-08re PR c++/11786 (operator() call on variable in other namespace not recognized)Mark Mitchell1-2/+3
2003-09-08c-decl.c (c_expand_body_1): Push and pop function context here.Richard Henderson1-1/+1
2003-09-05re PR c++/11922 (ICE on type_unification_real)Nathan Sidwell1-5/+4
2003-09-04cp-tree.h (finish_sizeof, [...]): Remove.Nathan Sidwell1-20/+0
2003-09-02re PR c++/11808 (Wrong namespace lookup for template function when induced by...Mark Mitchell1-3/+10
2003-08-29tree-optimize.c: New file.Richard Henderson1-231/+19
2003-08-29re PR middle-end/6196 (ICE in copy_to_mode_reg, at explow.c:711)Mark Mitchell1-7/+11
2003-08-26builtins.c (build_function_call_expr): Don't set TREE_SIDE_EFFECTS here.Nathan Sidwell1-1/+0
2003-08-20semantics.c (simplify_aggr_init_expr): Split out from simplify_aggr_init_expr...Jason Merrill1-25/+42
2003-08-20re PR c++/11945 (Incorrect warnings issued for comma-expressions inside templ...Nathan Sidwell1-0/+2
2003-08-18re PR c++/11957 (wrong "warning: statement has no effect")Nathan Sidwell1-6/+6
2003-08-17re PR c++/11702 ([unit-at-a-time] Failure to emit code for inlined function i...Jan Hubicka1-0/+4
2003-08-15decl2.c (mark_member_pointers): Rename to...Jan Hubicka1-0/+2
2003-08-12re PR c++/11703 (Problem with using enum in placement delete)Mark Mitchell1-36/+0
2003-08-02re PR c++/9447 (using Base<T>::member does not work)Nathan Sidwell1-2/+1
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/+1
2003-08-01re PR c++/11295 (ICE when using a non-trivial object in a compound statement ...Nathan Sidwell1-30/+99
2003-08-01re PR c++/9447 (using Base<T>::member does not work)Nathan Sidwell1-1/+1
2003-07-29re PR c++/9447 (using Base<T>::member does not work)Nathan Sidwell1-1/+3
2003-07-29re PR c++/11530 ([unit-at-a-time] inline static function not emitted with -O3)Mark Mitchell1-19/+25
2003-07-28cp-tree.h (begin_compound_stmt): No scope arg is a bool.Nathan Sidwell1-10/+8
2003-07-26cp-tree.h (begin_init_stmts, [...]): Remove.Nathan Sidwell1-29/+0
2003-07-25cp-tree.h (enum tsubst_flags_t): Add tf_user.Nathan Sidwell1-2/+2
2003-07-25re PR c++/11617 (g++ does not report missing member functions)Nathan Sidwell1-11/+21
2003-07-22fold-const.c (force_fit_type): Handle OFFSET_TYPE.Mark Mitchell1-8/+5
2003-07-21cp-tree.h (hack_identifier): Remove.Nathan Sidwell1-6/+75
2003-07-19fixfixes.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-1/+1
2003-07-18cp-tree.h (finish_non_static_data_member): Add object param.Nathan Sidwell1-17/+33
2003-07-17re PR c++/11547 (ICE with const temporaries)Mark Mitchell1-8/+2
2003-07-16cp-tree.def (LOOKUP_EXPR): Remove.Mark Mitchell1-10/+4
2003-07-14re PR c++/7019 ([3.3 only] SFINAE does not work with explicitally specified t...Mark Mitchell1-0/+3