summaryrefslogtreecommitdiff
path: root/gcc/cp
Commit message (Expand)AuthorAgeFilesLines
* re PR c++/21454 (const array doesn't live in the rodata section in C++)Jakub Jelinek2005-05-172-0/+8
* decl.c (build_library_fn_1): Move setting TREE_NOTHROW ...Richard Henderson2005-05-162-2/+8
* c-common.h (statement_code_p): Don't declare.Ian Lance Taylor2005-05-123-8/+28
* typeck.c (build_unary_op): Do not resort to address arithmetic when taking th...Mark Mitchell2005-05-102-8/+8
* class.c (vtbl_init_data_s): Change the type of fns to VEC(tree,gc)*.Kazu Hirata2005-05-082-7/+12
* invoke.texi: Remove documentation for MIPS' -mint64 option.Richard Sandiford2005-05-072-5/+8
* mangle.c (globals): Change the type of substitutions to VEC(tree,gc)*.Kazu Hirata2005-05-072-11/+17
* decl.c (wrapup_globals_for_namespace): Use VEC instead of VARRAY.Kazu Hirata2005-05-074-10/+18
* decl2.c (pending_statics, [...]): Use VEC instead of VARRAY.Kazu Hirata2005-05-062-14/+14
* decl2.c (ssdf_decls, [...]): Use VEC instead of VARRAY.Kazu Hirata2005-05-062-23/+23
* * decl2.c (spew_debug): Remove.Kazu Hirata2005-05-062-4/+4
* decl2.c (deferred_fns, [...]): Use VEC instead of VARRAY.Kazu Hirata2005-05-052-12/+10
* re PR c++/21352 (ICE with passing template function type as template type)Mark Mitchell2005-05-052-4/+6
* * pt.c: Fix a comment typo.Kazu Hirata2005-05-052-1/+5
* cp-tree.h (language_function): Change the type of x_local_names to VEC.Kazu Hirata2005-05-043-7/+11
* * friend.c, lex.c, mangle.c, repo.c: Update copyright.Kazu Hirata2005-05-035-4/+9
* class.c (current_lang_depth, [...]): Use VEC instead of VARRAY.Kazu Hirata2005-05-024-6/+12
* class.c (local_classes, [...]): Use VEC instead of VARRAY.Kazu Hirata2005-05-025-5/+13
* c-common.c (resolve_overloaded_builtin): Forward to target hook for BUILT_IN_...Paolo Bonzini2005-05-022-1/+7
* re PR c++/19542 (attribute(sentinel) has problems with C++ __null)Michael Matz2005-05-023-9/+8
* target-def.h (TARGET_CXX_USE_AEABI_ATEXIT): Define.Paul Brook2005-04-251-5/+26
* c-common.def (EXPR_STMT): Remove, moved to C++ frontend.Ian Lance Taylor2005-04-257-7/+83
* re PR c++/21188 (CbcModel.cpp:3571: internal compiler error: in compare_value...Andrew Pinski2005-04-252-1/+8
* re PR middle-end/20991 (ICE in cgraph_mark_reachable_node)Jakub Jelinek2005-04-253-1/+12
* mangle.c (write_builtin_type): Handle integer types which are not one of the ...Markus F.X.J. Oberhumer2005-04-242-5/+31
* cp-tree.def (USING_STMT): Change class to tcc_statement.Ian Lance Taylor2005-04-242-12/+19
* diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie2005-04-2319-164/+171
* decl.c (make_rtl_for_nonlocal_decl): Don't try get_fileinfo if input_filename...Per Bothner2005-04-222-1/+9
* re PR c++/21087 (ICE in do_nonmember_using_decl)Alexandre Oliva2005-04-222-0/+13
* cp-tree.h (THROW_NAME, [...]): Remove.Kazu Hirata2005-04-212-18/+5
* vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell2005-04-2115-68/+115
* c-common.def: Remove STMT_EXPR (moved to cp/cp-tree.def).Ian Lance Taylor2005-04-205-5/+40
* * cp-tree.h (VPTR_NAME, VPTR_NAME_P): Remove.Kazu Hirata2005-04-182-8/+2
* decl.c (expand_static_init): Call build2 and build3 instead of build.Kazu Hirata2005-04-182-4/+9
* c-common.def (SIZEOF_EXPR, [...]): Remove.Ian Lance Taylor2005-04-174-1/+49
* re PR c++/21025 (ICE on template)Mark Mitchell2005-04-172-1/+8
* cp-tree.h (LOOKUP_GLOBAL): Remove.Kazu Hirata2005-04-172-11/+16
* re PR middle-end/14311 (builtins for atomic operations needed)Richard Henderson2005-04-152-2/+16
* Move my 2005-03-18 ChangeLog to cp/ChangeLog.Dale Johannesen2005-04-151-0/+4
* cp-tree.h (lang_type_class): Remove redefined.Kazu Hirata2005-04-152-6/+9
* cp-tree.h (SET_TMPL_ARG, [...]): Remove.Kazu Hirata2005-04-142-12/+5
* target-def.h (TARGET_CXX_EXPORT_CLASS_DATA): Remove.Mark Mitchell2005-04-122-34/+55
* * cp-tree.h (cp_deprecated): Remove.Kazu Hirata2005-04-092-8/+2
* * cp-tree.h (VF_BINFO_VALUE, VF_BASETYPE_VALUE): Remove.Kazu Hirata2005-04-092-11/+2
* cp-tree.h (EXCEPTION_CLEANUP_NAME, [...]): Remove.Kazu Hirata2005-04-092-1/+2
* cp-tree.h (EXCEPTION_CLEANUP_NAME, [...]): Remove.Kazu Hirata2005-04-092-8/+3
* * cp-tree.h (DECL_ARRAY_DELETE_OPERATOR_P): Remove.Kazu Hirata2005-04-092-4/+2
* * cp-tree.h (cxx_alignof): Remove.Kazu Hirata2005-04-092-1/+4
* c-common.def: Move FOR_STMT...Ian Lance Taylor2005-04-098-8/+464
* re PR c++/20905 (confuses unrelated type name with instance name)Mark Mitchell2005-04-082-18/+61