aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl2.c
AgeCommit message (Expand)AuthorFilesLines
2004-05-03re PR c++/14389 (Out-of-line of overloaded template rejected)Giovanni Bajo1-7/+25
2004-04-30class.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-04-08decl2.c (mark_used): Don't segfault if cfun != NULL but current_function_decl...Jakub Jelinek1-0/+1
2004-03-20call.c (build_op_delete_call): Do not forget the placement arguments when ite...Mark Mitchell1-3/+2
2004-03-16re PR c++/14586 (Bogus warning in templates about taking address of a tempora...Mark Mitchell1-1/+2
2004-03-12Enabled linkonce support for Darwin.Matt Austern1-7/+14
2004-03-01re PR c++/14138 (100x -O0 C++ Compile Time Regression {3.2,3.3} -> {3.4,4.0})Mark Mitchell1-2/+4
2004-02-14re PR c++/14122 (problem with non-type tmplt parm in member template)Mark Mitchell1-20/+11
2004-02-13call.c (conversion_kind): New type.Mark Mitchell1-0/+4
2004-01-26class.c (add_method): Just check processing_template_decl to determine whethe...Mark Mitchell1-1/+1
2004-01-21Make-lang.in, [...]: Update copyright.Kazu Hirata1-1/+1
2004-01-13Partial fix PR c++/12850Jan Hubicka1-1/+8
2004-01-12re PR rtl-optimization/10776 (Large aggregate initializers with a single relo...Richard Henderson1-1/+5
2003-12-23c-common.c (flag_abi_version): Default to 2.Mark Mitchell1-15/+0
2003-12-22re PR c++/12862 (Conflicts Between typedefs/enums and Namespace Member Declar...Mark Mitchell1-17/+2
2003-12-21call.c: Fix comment formatting.Kazu Hirata1-4/+4
2003-12-19cvt.c: Remove uses of "register" specifier in declarations of arguments and l...Kazu Hirata1-2/+1
2003-12-16re PR c++/10926 (ICE in build_delete when trying to declare template destructor)Mark Mitchell1-4/+6
2003-12-15class.c (add_method): Disallow destructor for java classes.Nathan Sidwell1-0/+8
2003-11-22re PR c++/5369 (template member friend declaration not honored)Kriang Lerdsuwanakij1-3/+5
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