aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/semantics.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-07-14re PR c++/11493 (tree check ICE in error.c)Mark Mitchell1-0/+341
2003-07-09fold-const.c (make_range): Do not access operand 1 for a zero-operand operator.Mark Mitchell1-22/+46
2003-07-08cp-tree.h (build_scoped_method_call): Remove.Mark Mitchell1-10/+113
2003-07-07genextract.c: Convert remaining prototypes to ISO C90.Andreas Jaeger1-2/+1
2003-07-07rtl.h (emit_line_note): Take a location_t.Nathan Sidwell1-1/+1
2003-07-06re PR c++/11345 (ICE in build_base_path)Mark Mitchell1-1/+2
2003-07-06re PR c++/11431 (static_cast behavior with subclasses when default constructo...Mark Mitchell1-2/+5
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-10/+0
2003-07-02decl2.c (defer_fn): Set DECL_DEFER_OUTPUT.Jan Hubicka1-63/+106
2003-07-01c-tree.h (define_label): Replace filename and lineno arguments with a locatio...Nathan Sidwell1-1/+1
2003-06-28* c-format.c (check_format_string, get_constant)Zack Weinberg1-1/+1
2003-06-24call.c (enforce_access): Assert we get a binfo.Nathan Sidwell1-8/+8
2003-06-20tree.h (expand_function_end): Remove all parameters.Nathan Sidwell1-1/+1
2003-06-20re PR c++/9649 (ICE in finish_member_declaration at cp/semantics.c:1850 when ...Mark Mitchell1-6/+7
2003-06-19pt.c: Convert to ISO C.Nathanael Nerode1-204/+106
2003-06-14tree.h (init_function_start): Remove filename and line paramters.Nathan Sidwell1-1/+1
2003-06-12re PR c++/10432 (ICE in poplevel, at cp/decl.c:1230)Mark Mitchell1-15/+0
2003-05-18semantics.c (perform_deferred_access_checks): Don't discard checked access.Kriang Lerdsuwanakij1-4/+15
2003-05-15re PR c++/8385 (typeof(...) as template arg)Mark Mitchell1-1/+1
2003-05-11PR c++/10230, c++/10481Kriang Lerdsuwanakij1-2/+11