aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2005-05-27re PR c++/21455 (type 'X' is not a base type for type 'X' in pointer to membe...Nathan Sidwell2-27/+32
2005-05-27re PR c++/21681 (ICE with nested types in template)Nathan Sidwell2-0/+14
2005-05-26re PR translation/21768 (ICE in error message due to violation of coding conv...Volker Reichelt2-4/+9
2005-05-26* call.c (build_op_delete_call): Fix quoting in error message.Volker Reichelt2-1/+5
2005-05-25re PR libgcj/21692 (unexpected java.lang.NoClassDefFoundError)Richard Henderson4-12/+78
2005-05-25re PR c++/21686 (weird quoting in an error message)Volker Reichelt2-3/+8
2005-05-25common.opt (-Wattributes): New.DJ Delorie5-13/+27
2005-05-24class.c (layout_class_type): Do not issue C++ ABI warnings for ObjC structs.Ziemowit Laski6-66/+72
2005-05-24re PR c++/21645 (C++ ICE in cxx_types_compatible_p)Andrew Pinski2-0/+7
2005-05-23tweak commentJason Merrill1-9/+12
2005-05-20Give credit, where credit is due.Ziemowit Laski1-1/+2
2005-05-19re PR c++/21495 (internal compiler error: Segmentation fault)Jakub Jelinek2-24/+7
2005-05-19cfgexpand.c, [...]: Fix comment typos.Kazu Hirata2-2/+6
2005-05-18Fix forgotten ChangeLog entries.Jan Hubicka1-0/+5
2005-05-18dummy-checksum.c: New.Geoffrey Keating2-2/+18
2005-05-18split old changelogs by yearNathan Sidwell15-47375/+54249
2005-05-17re PR libstdc++/19664 (libstdc++ headers should have pop/push of the visibili...H.J. Lu2-2/+12
2005-05-17Yet more Objective-C++...Ziemowit Laski12-23/+1431
2005-05-17cgraph.h (cgraph_node): Add 'lowered' state.Steven Bosscher1-1/+4
2005-05-17re PR c++/21454 (const array doesn't live in the rodata section in C++)Jakub Jelinek2-0/+8
2005-05-16decl.c (build_library_fn_1): Move setting TREE_NOTHROW ...Richard Henderson2-2/+8
2005-05-12c-common.h (statement_code_p): Don't declare.Ian Lance Taylor3-8/+28
2005-05-10typeck.c (build_unary_op): Do not resort to address arithmetic when taking th...Mark Mitchell2-8/+8
2005-05-08class.c (vtbl_init_data_s): Change the type of fns to VEC(tree,gc)*.Kazu Hirata2-7/+12
2005-05-07invoke.texi: Remove documentation for MIPS' -mint64 option.Richard Sandiford2-5/+8
2005-05-07mangle.c (globals): Change the type of substitutions to VEC(tree,gc)*.Kazu Hirata2-11/+17
2005-05-07decl.c (wrapup_globals_for_namespace): Use VEC instead of VARRAY.Kazu Hirata4-10/+18
2005-05-06decl2.c (pending_statics, [...]): Use VEC instead of VARRAY.Kazu Hirata2-14/+14
2005-05-06decl2.c (ssdf_decls, [...]): Use VEC instead of VARRAY.Kazu Hirata2-23/+23
2005-05-06* decl2.c (spew_debug): Remove.Kazu Hirata2-4/+4
2005-05-05decl2.c (deferred_fns, [...]): Use VEC instead of VARRAY.Kazu Hirata2-12/+10
2005-05-05re PR c++/21352 (ICE with passing template function type as template type)Mark Mitchell2-4/+6
2005-05-05* pt.c: Fix a comment typo.Kazu Hirata2-1/+5
2005-05-04cp-tree.h (language_function): Change the type of x_local_names to VEC.Kazu Hirata3-7/+11
2005-05-03* friend.c, lex.c, mangle.c, repo.c: Update copyright.Kazu Hirata5-4/+9
2005-05-02class.c (current_lang_depth, [...]): Use VEC instead of VARRAY.Kazu Hirata4-6/+12
2005-05-02class.c (local_classes, [...]): Use VEC instead of VARRAY.Kazu Hirata5-5/+13
2005-05-02c-common.c (resolve_overloaded_builtin): Forward to target hook for BUILT_IN_...Paolo Bonzini2-1/+7
2005-05-02re PR c++/19542 (attribute(sentinel) has problems with C++ __null)Michael Matz3-9/+8
2005-04-25target-def.h (TARGET_CXX_USE_AEABI_ATEXIT): Define.Paul Brook1-5/+26
2005-04-25c-common.def (EXPR_STMT): Remove, moved to C++ frontend.Ian Lance Taylor7-7/+83
2005-04-25re PR c++/21188 (CbcModel.cpp:3571: internal compiler error: in compare_value...Andrew Pinski2-1/+8
2005-04-25re PR middle-end/20991 (ICE in cgraph_mark_reachable_node)Jakub Jelinek3-1/+12
2005-04-24mangle.c (write_builtin_type): Handle integer types which are not one of the ...Markus F.X.J. Oberhumer2-5/+31
2005-04-24cp-tree.def (USING_STMT): Change class to tcc_statement.Ian Lance Taylor2-12/+19
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie19-164/+171
2005-04-22decl.c (make_rtl_for_nonlocal_decl): Don't try get_fileinfo if input_filename...Per Bothner2-1/+9
2005-04-22re PR c++/21087 (ICE in do_nonmember_using_decl)Alexandre Oliva2-0/+13
2005-04-21cp-tree.h (THROW_NAME, [...]): Remove.Kazu Hirata2-18/+5
2005-04-21vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell15-68/+115