aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl2.c
AgeCommit message (Expand)AuthorFilesLines
2003-11-13re PR rtl-optimization/12275 ([unit-at-a-time] ICE in htab_clear_slot)Jan Hubicka1-1/+1
2003-10-21ChangeLog: Fix typos.Kazu Hirata1-1/+1
2003-10-15problem that current decl duplication mechanizm > > /* If we didn't remap thi...Jan Hubicka1-10/+15
2003-10-14name-lookup.h (cxx_scope_find_binding_for_name): Don't export.Gabriel Dos Reis1-1169/+0
2003-09-28c-decl.c (finish_function): Convert definition to ISO C90.Andreas Jaeger1-1/+1
2003-09-27cp-tree.h, [...]: Remove reference to macros BINDING_SCOPE, BINDING_VALUE and...Gabriel Dos Reis1-22/+21
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-20c-format.c (gcc_diag_char_table): Add %J.Richard Henderson1-4/+2
2003-09-13cgraphunit.c (cgraph_assemble_pending_functions): Export.Richard Henderson1-0/+3
2003-09-11* decl2.c (var_finalized_p): Swap arms of conditional.David Edelsohn1-2/+2
2003-09-10* decl2.c (cxx_callgraph_analyze_expr): Mark argument unused.Richard Henderson1-1/+1
2003-09-10decl2.c (var_finalized_p): New.Jan Hubicka1-9/+14
2003-09-10cgraph.h (struct cgraph_node): Rename lowered to analyzed.Richard Henderson1-17/+10
2003-09-09decl2.c (finish_file): Avoid out-of-bounds array reference during memmove.Richard Henderson1-5/+5
2003-09-09except.c: Include cgraph.h.Richard Henderson1-37/+11
2003-09-08re PR c++/11786 (operator() call on variable in other namespace not recognized)Mark Mitchell1-0/+2
2003-09-08c-decl.c (c_expand_body_1): Push and pop function context here.Richard Henderson1-3/+0
2003-09-07decl2.c (maybe_emit_vtables, [...]): Avoid re-emitting variables in unit-at-a...Jan Hubicka1-3/+9
2003-09-05re PR c++/12037 (Spurious "statement has no effect" in templates)Nathan Sidwell1-3/+3
2003-09-04cgraph.c (cgraph_mark_reachable_node): Split out from ...Richard Henderson1-1/+1
2003-09-04re PR c++/12161 (ICE during bootstrap, locale-inst.c, cp/call.c: 4571)Geoffrey Keating1-0/+3
2003-08-25re PR target/8795 ([PPC] Altivec related bugs concerning gcc 3.3 and mainline)Mark Mitchell1-6/+6
2003-08-21re PR c++/11551 (g++ accepts typedef as destructor name)Mark Mitchell1-15/+1
2003-08-20re PR c++/11946 (fun and merriment with enums as function arguments)Mark Mitchell1-6/+0
2003-08-15cp-tree.def (NON_DEPENDENT_EXPR): Add operand.Nathan Sidwell1-12/+9
2003-08-15decl2.c (mark_member_pointers): Rename to...Jan Hubicka1-6/+44
2003-08-12re PR c++/11703 (Problem with using enum in placement delete)Mark Mitchell1-94/+4
2003-08-10cp-tree.h (TMPL_ARGS_HAVE_MULTIPLE_LEVELS): non-NULL NODE is always a TREE_VE...Nathan Sidwell1-3/+3
2003-08-05tree.h (DID_INLINE_FUNC): Remove macro.Steven Bosscher1-1/+2
2003-08-02re PR c++/9447 (using Base<T>::member does not work)Nathan Sidwell1-22/+16
2003-08-01PR c++/8442, c++/8806Kriang Lerdsuwanakij1-1/+1
2003-08-01re PR c++/9447 (using Base<T>::member does not work)Nathan Sidwell1-1/+1
2003-07-30decl2.c (maybe_make_one_only): Use mark_referenced.Jan Hubicka1-1/+1
2003-07-30re PR c/10320 (gcc 3.4 gets rid of static inline function that does not get i...Jan Hubicka1-30/+0
2003-07-29re PR c++/9447 (using Base<T>::member does not work)Nathan Sidwell1-1/+1
2003-07-28decl2.c (mark_member_pointers): Verify that member pointer points to the func...Jan Hubicka1-1/+2
2003-07-28cp-tree.h (begin_compound_stmt): No scope arg is a bool.Nathan Sidwell1-4/+4
2003-07-19fixfixes.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-1/+1
2003-07-10PR c++ 9483Nathan Sidwell1-2/+15
2003-07-09fold-const.c (make_range): Do not access operand 1 for a zero-operand operator.Mark Mitchell1-103/+89
2003-07-09java-tree.h (DECL_NUM_STMTS): Rename to...Jan Hubicka1-2/+5
2003-07-08cp-tree.h (build_scoped_method_call): Remove.Mark Mitchell1-423/+3
2003-07-07genextract.c: Convert remaining prototypes to ISO C90.Andreas Jaeger1-2/+1
2003-07-06call.c: Fix comment formatting.Kazu Hirata1-6/+6
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-2/+0
2003-07-03call.c (build_scoped_method_call): Use convert_to_void.Mark Mitchell1-16/+11
2003-07-03re PR c++/9162 ([New parser] Problem with default argument in a friend function)Nathan Sidwell1-2/+8
2003-07-03class.c (add_method, [...]): Fix format specifier.Kaveh R. Ghazi1-2/+4