summaryrefslogtreecommitdiff
path: root/gcc/cp
Commit message (Expand)AuthorAgeFilesLines
* Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson2003-09-2112-34/+44
* tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson2003-09-2112-39/+40
* c-format.c (gcc_diag_char_table): Add %J.Richard Henderson2003-09-205-39/+30
* apparently managed not to commit the crucial part of c++/12332Nathan Sidwell2003-09-201-2/+7
* re PR c++/157 (Duplicate error message for invalid elaborated type specifier)Kriang Lerdsuwanakij2003-09-202-0/+30
* re PR c++/495 (ICE in in lookup_template_class, at cp/pt.c:3961)Kriang Lerdsuwanakij2003-09-192-0/+8
* fix PR numberNathan Sidwell2003-09-191-1/+1
* re PR libstdc++/12232 (Incorrect handling of openmode argument in filebuf::se...Nathan Sidwell2003-09-191-0/+7
* decl.c (cxx_scope_descriptor): Fix thinko.Gabriel Dos Reis2003-09-192-1/+9
* re PR c++/12320 (ICE on use of undefined enum)Danny Smith2003-09-182-0/+8
* re PR c++/9848 (missing 'unused parameter' warning.)Nathan Sidwell2003-09-183-9/+30
* tree.def (FFS_EXPR, [...]): Delete unused tree codes.Roger Sayle2003-09-183-2/+5
* * ChangeLog: Fix recent commit.Volker Reichelt2003-09-181-1/+5
* re PR c++/12316 (trouble with garbage collection)Volker Reichelt2003-09-181-0/+5
* c-pretty-print.h (pp_type_specifier_seq): Fix thinko.Gabriel Dos Reis2003-09-183-37/+11
* tree-optimize.c (tree_rest_of_compilation): Save and restore input_location.Richard Henderson2003-09-172-3/+4
* re PR c++/12266 (incorrect instantiation of unneeded template during overload...Mark Mitchell2003-09-174-3/+20
* re PR debug/12066 (g++ generates stabs for "char *" that gdb cannot read)Mark Mitchell2003-09-174-0/+32
* * semantics.c (expand_or_defer_fn): Inc/dec function_depth.Richard Henderson2003-09-172-0/+8
* re PR c++/7939 (ICE on function template specialization)Kriang Lerdsuwanakij2003-09-162-5/+9
* Cleaned up Jan's ChangeLog entriesR. Kelley Cook2003-09-161-12/+12
* re PR c++/12184 (ICE with trying to convert an incomplete type)Nathan Sidwell2003-09-153-8/+20
* re PR c++/3907 (nested template parm collides with member name)Mark Mitchell2003-09-157-201/+196
* class.c (layout_class_type): Make DECL_MODE match TYPE_MODE for an bit-field ...Mark Mitchell2003-09-151-1/+9
* class.c (layout_class_type): Make DECL_MODE match TYPE_MODE for an bit-field ...Mark Mitchell2003-09-142-0/+6
* * rtti.c (get_tinfo_decl): Set TREE_PUBLIC for typeinfo decls.Geoffrey Keating2003-09-142-1/+6
* alias.c: Follow spelling conventions.Kazu Hirata2003-09-142-2/+7
* cgraphunit.c (cgraph_assemble_pending_functions): Export.Richard Henderson2003-09-132-0/+8
* * decl2.c (var_finalized_p): Swap arms of conditional.David Edelsohn2003-09-112-2/+6
* re PR c++/11788 (missing implicit instantiation of static member function)Nathan Sidwell2003-09-113-47/+66
* cgraphunit.c (cgraph_finalize_function): Add nested arg.Richard Henderson2003-09-112-1/+6
* * decl2.c (cxx_callgraph_analyze_expr): Mark argument unused.Richard Henderson2003-09-102-1/+5
* decl2.c (var_finalized_p): New.Jan Hubicka2003-09-102-9/+19
* cgraph.h (struct cgraph_node): Rename lowered to analyzed.Richard Henderson2003-09-104-20/+22
* cgraphunit.c (cgraph_finalize_function): Remove unused argument.Richard Henderson2003-09-092-1/+4
* semantics.c (expand_or_defer_fn): Use cgraph_finalize_function always.Richard Henderson2003-09-091-0/+3
* decl2.c (finish_file): Avoid out-of-bounds array reference during memmove.Richard Henderson2003-09-093-60/+15
* except.c: Include cgraph.h.Richard Henderson2003-09-092-37/+16
* re PR bootstrap/12168 (ICE (bus error) in set_mem_attributes_minus_bitpos)Christian Ehrhardt2003-09-092-0/+6
* langhooks-def.h (lhd_register_builtin_type): New function.Mark Mitchell2003-09-092-0/+5
* re PR c++/11786 (operator() call on variable in other namespace not recognized)Mark Mitchell2003-09-083-2/+10
* * optimize.c (maybe_clone_body): Inc/dec function_depth.Richard Henderson2003-09-082-0/+11
* re PR c++/5296 ([DR115] Pointers to functions and template functions behave d...Mark Mitchell2003-09-082-15/+29
* c-decl.c (c_expand_body_1): Push and pop function context here.Richard Henderson2003-09-087-37/+19
* Fix typo.Mark Mitchell2003-09-071-1/+1
* re PR c++/11762 (namespace aliasing ICE in warn_extern_redeclared_static)Gabriel Dos Reis2003-09-074-10/+82
* decl2.c (maybe_emit_vtables, [...]): Avoid re-emitting variables in unit-at-a...Jan Hubicka2003-09-072-3/+14
* re PR c++/11867 (static_cast ignores ambiguity)Mark Mitchell2003-09-073-20/+42
* cp-tree.h (add_binding): Remove declaration.Gabriel Dos Reis2003-09-066-82/+107
* re PR c++/11794 (using declaration inside nested class seems ignored)Nathan Sidwell2003-09-062-2/+8