aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2009-08-24cp-tree.h (DECL_DEFERRED_FN): Remove.Jason Merrill1-0/+7
2009-08-24* decl2.c (mark_used): Streamline logic.Jason Merrill1-1/+3
2009-08-24re PR c++/41109 (Argument flagged as unused despite use in sizeof())Jason Merrill1-0/+16
2009-08-21re PR c++/41131 (non-lvalue in unary `&' wrongly accepted)Jakub Jelinek1-0/+6
2009-08-19re PR c++/41119 (Revision 150805 failed 447.dealII in SPEC CPU 2006)Jason Merrill1-0/+7
2009-08-19method.c (use_thunk): Call free_after_compilation after assemble_end_function.Jakub Jelinek1-0/+5
2009-08-17decl.c (build_ptrmemfunc_type): Keep variant chain intact.Richard Guenther1-0/+7
2009-08-16Make TREE_USED match the [basic.def.odr] concept for FUNCTION_DECL and VAR_DE...Jason Merrill1-1/+12
2009-08-16* decl2.c (finish_static_data_member_decl): Don't set TREE_USED.Jason Merrill1-0/+2
2009-08-16* decl2.c (mark_used): It's ok to synthesize for default args now.Jason Merrill1-0/+4
2009-08-10Implement DR 757...Jason Merrill1-0/+17
2009-08-06re PR c++/40948 (ICE in lower_stmt, at gimple-low.c:408)Jason Merrill1-0/+6
2009-08-04re PR c++/36069 (Strange "warning: suggest parentheses around assignment used...Manuel López-Ibáñez1-0/+6
2009-08-04re PR c++/39987 (Rejects default argument that is a template via access failure)Dodji Seketeli1-0/+6
2009-08-04re PR c++/16696 (Strange message when operator++ not found)Manuel López-Ibáñez1-0/+6
2009-08-04re PR debug/39706 (namespaces represented incorrectly in debug_pubnames)Dodji Seketeli1-0/+6
2009-08-03re PR c++/40948 (ICE in lower_stmt, at gimple-low.c:408)Jason Merrill1-0/+7
2009-07-31call.c (convert_class_to_reference): Binding an lvalue to an rvalue reference...Jason Merrill1-0/+16
2009-07-31call.c (reference_binding): Rename lvalue_p to is_lvalue.Jason Merrill1-0/+11
2009-07-31typeck.c (build_address): Do fold away ADDR_EXPR of INDIRECT_REF.Jason Merrill1-0/+5
2009-07-29re PR c++/14912 (Do not print default template arguments in error messages)Jason Merrill1-0/+7
2009-07-29re PR c++/40834 (Revision 149750 failed 483.xalancbmk in SPEC CPU 2006)Richard Guenther1-0/+6
2009-07-26re PR c++/40749 (g++ doesnt report missing return if return is of type const ...Simon Martin1-0/+6
2009-07-24Core issue 901Jason Merrill1-0/+4
2009-07-24Core issue 702Jason Merrill1-0/+6
2009-07-22mangle.c (mangle_type_string_for_rtti): Rename to be clearer.Jason Merrill1-0/+9
2009-07-22re PR c++/40799 (Revision 149750 failed 483.xalancbmk in SPEC CPU 2006)Richard Guenther1-0/+8
2009-07-21decl.c (reshape_init_r): { T } is not an aggregate initializer for class T.Jason Merrill1-0/+3
2009-07-21Core issue 934Jason Merrill1-0/+7
2009-07-17re PR c/40401 (ICE: verify_gimple failed)Richard Guenther1-0/+17
2009-07-17init.c (build_vec_delete_1): Do not set DECL_REGISTER on the temporary pointer.Richard Guenther1-0/+5
2009-07-16re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez1-0/+18
2009-07-16re PR libstdc++/37907 ([c++0x] support for std::is_standard_layout)Jason Merrill1-0/+34
2009-07-14sourcebuild.texi: Document install-plugin target.Taras Glek1-0/+7
2009-07-14re PR c++/37276 (Trouble with some (C99?) math builtins and namespace std)Jason Merrill1-2/+4
2009-07-14name-lookup.c (qualified_lookup_using_namespace): Don't stop looking in used ...Jason Merrill1-0/+5
2009-07-14re PR c++/40740 (template-id forgotten with arg-dep lookup)Jason Merrill1-0/+5
2009-07-14builtins.c (can_trust_pointer_alignment): New fn.Jason Merrill1-0/+4
2009-07-14re PR debug/40705 (ICE in gen_type_die_with_usage, at dwarf2out.c:15117)Dodji Seketeli1-0/+7
2009-07-13re PR c++/22154 ([DR 382] qualified names should allow typename keyword in fr...Andrew Pinski1-0/+6
2009-07-12re PR c++/36628 ([c++0x] incorrect decltype() handling of conditional operator)Jason Merrill1-0/+3
2009-07-12cp-tree.h (enum cp_lvalue_kind_flags): Add clk_rvalueref.Jason Merrill1-0/+8
2009-07-12re PR c++/40689 ([C++0x]: error with initializer list in N2672)Jason Merrill1-0/+9
2009-07-10re PR middle-end/40502 (crash in cp_diagnostic_starter)Jakub Jelinek1-1/+6
2009-07-09pt.c (perform_typedefs_access_check, [...]): Use CLASS_TYPE_P.Simon Martin1-0/+6
2009-07-09re PR c++/40684 (ICE in tsubst)Dodji Seketeli1-0/+6
2009-07-07re PR c++/31246 (-Wunreachable-code warnings for compiler-generated code)Manuel López-Ibáñez1-0/+8
2009-07-07re PR c++/35828 ([C++0x] ICE on default template template parameter in templa...Jason Merrill1-0/+6
2009-07-07tree.c (set_expr_locus): Remove.Manuel López-Ibáñez1-0/+5
2009-07-07re PR c++/37816 ([c++0x] Invalid handling of scoped enums defined at class sc...Jason Merrill1-0/+12