aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl2.c
AgeCommit message (Expand)Author
2005-08-10 * cp/decl2.c (import_export_vtable): Also mark decl as used withJoseph Myers
2005-06-14 Merge to merge-csl-arm-csl_3_4_3-linux-2.Mark Mitchell
2005-01-19This commit was manufactured by cvs2svn to create branchno-author
2003-10-21 * ChangeLog: Fix typos.Kazu Hirata
2003-10-15problem that current decl duplication mechanizmJan Hubicka
2003-10-14 * name-lookup.h (cxx_scope_find_binding_for_name): Don't export.Gabriel Dos Reis
2003-09-28 * c-decl.c (finish_function): Convert definition to ISO C90.Andreas Jaeger
2003-09-27 * cp-tree.h, name-lookup.h, decl.c, decl2.c: Remove reference toGabriel Dos Reis
2003-09-22Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson
2003-09-21 * tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson
2003-09-21 * c-format.c (gcc_diag_char_table): Add %J.Richard Henderson
2003-09-13 * cgraphunit.c (cgraph_assemble_pending_functions): Export.Richard Henderson
2003-09-11 * decl2.c (var_finalized_p): Swap arms of conditional.David Edelsohn
2003-09-11 * decl2.c (cxx_callgraph_analyze_expr): Mark argument unused.Richard Henderson
2003-09-10 * decl2.c (var_finalized_p): New.Jan Hubicka
2003-09-10 * cgraph.h (struct cgraph_node): Rename lowered to analyzed.Richard Henderson
2003-09-10 * decl2.c (finish_file): Avoid out-of-bounds array referenceRichard Henderson
2003-09-10 * except.c: Include cgraph.h.Richard Henderson
2003-09-08 PR c++/11786Mark Mitchell
2003-09-08gcc/Richard Henderson
2003-09-07 * decl2.c (maybe_emit_vtables, write_out_vars, finish_file):Jan Hubicka
2003-09-05cp:Nathan Sidwell
2003-09-05 * cgraph.c (cgraph_mark_reachable_node): Split out from ...Richard Henderson
2003-09-04 PR 12161Geoffrey Keating
2003-08-25 PR c++/8795Mark Mitchell
2003-08-21 PR c++/11551Mark Mitchell
2003-08-20 PR c++/11946Mark Mitchell
2003-08-15 * cp-tree.def (NON_DEPENDENT_EXPR): Add operand.Nathan Sidwell
2003-08-15 * decl2.c (mark_member_pointers): Rename to...Jan Hubicka
2003-08-12 PR c++/11703Mark Mitchell
2003-08-10cp:Nathan Sidwell
2003-08-052003-08-05 Steven Bosscher <steven@gcc.gnu.org>Steven Bosscher
2003-08-02cp:Nathan Sidwell
2003-08-01 PR c++/8442, c++/8806Kriang Lerdsuwanakij
2003-08-01cp:Nathan Sidwell
2003-07-30 * decl2.c (maybe_make_one_only): Use mark_referenced.Jan Hubicka
2003-07-30 * gcse.c (insert_store): Ignore fake edges.Jan Hubicka
2003-07-29cp:Nathan Sidwell
2003-07-28 * decl2.c (mark_member_pointers): Verify that member pointer points toJan Hubicka
2003-07-28 * cp-tree.h (begin_compound_stmt): No scope arg is a bool.Nathan Sidwell
2003-07-19gcc:Kaveh Ghazi
2003-07-10cp:Nathan Sidwell
2003-07-09 * fold-const.c (make_range): Do not access operand 1 for aMark Mitchell
2003-07-09 * java-tree.h (DECL_NUM_STMTS): Rename to...Jan Hubicka
2003-07-08 * cp-tree.h (build_scoped_method_call): Remove.Mark Mitchell
2003-07-072003-07-07 Andreas Jaeger <aj@suse.de>Andreas Jaeger
2003-07-06 * call.c: Fix comment formatting.Kazu Hirata
2003-07-05 * call.c: Fix comment typos.Kazu Hirata
2003-07-04 * call.c (build_addr_func): Handle bound pointers-to-members.Mark Mitchell
2003-07-03 * call.c (build_scoped_method_call): Use convert_to_void.Mark Mitchell