aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2009-08-19tweak commentJason Merrill1-3/+4
2009-08-19re PR c++/41119 (Revision 150805 failed 447.dealII in SPEC CPU 2006)Jason Merrill3-8/+16
2009-08-19method.c (use_thunk): Call free_after_compilation after assemble_end_function.Jakub Jelinek2-0/+6
2009-08-17decl.c (build_ptrmemfunc_type): Keep variant chain intact.Richard Guenther3-5/+16
2009-08-16Make TREE_USED match the [basic.def.odr] concept for FUNCTION_DECL and VAR_DE...Jason Merrill6-48/+71
2009-08-16* decl2.c (finish_static_data_member_decl): Don't set TREE_USED.Jason Merrill2-4/+3
2009-08-16* decl2.c (mark_used): It's ok to synthesize for default args now.Jason Merrill2-6/+5
2009-08-10Implement DR 757...Jason Merrill7-86/+135
2009-08-06re PR c++/40948 (ICE in lower_stmt, at gimple-low.c:408)Jason Merrill2-10/+20
2009-08-04re PR c++/36069 (Strange "warning: suggest parentheses around assignment used...Manuel López-Ibáñez2-3/+12
2009-08-04re PR c++/39987 (Rejects default argument that is a template via access failure)Dodji Seketeli2-2/+8
2009-08-04re PR c++/16696 (Strange message when operator++ not found)Manuel López-Ibáñez2-6/+22
2009-08-04re PR debug/39706 (namespaces represented incorrectly in debug_pubnames)Dodji Seketeli2-1/+10
2009-08-03re PR c++/40948 (ICE in lower_stmt, at gimple-low.c:408)Jason Merrill2-0/+13
2009-07-31call.c (convert_class_to_reference): Binding an lvalue to an rvalue reference...Jason Merrill4-6/+70
2009-07-31call.c (reference_binding): Rename lvalue_p to is_lvalue.Jason Merrill6-17/+45
2009-07-31typeck.c (build_address): Do fold away ADDR_EXPR of INDIRECT_REF.Jason Merrill3-10/+12
2009-07-29re PR c++/14912 (Do not print default template arguments in error messages)Jason Merrill4-2/+15
2009-07-29re PR c++/40834 (Revision 149750 failed 483.xalancbmk in SPEC CPU 2006)Richard Guenther2-1/+6
2009-07-26re PR c++/40749 (g++ doesnt report missing return if return is of type const ...Simon Martin2-5/+6
2009-07-24Core issue 901Jason Merrill2-0/+8
2009-07-24Core issue 702Jason Merrill2-15/+16
2009-07-22mangle.c (mangle_type_string_for_rtti): Rename to be clearer.Jason Merrill5-19/+55
2009-07-22re PR c++/40799 (Revision 149750 failed 483.xalancbmk in SPEC CPU 2006)Richard Guenther2-39/+74
2009-07-21decl.c (reshape_init_r): { T } is not an aggregate initializer for class T.Jason Merrill2-1/+8
2009-07-21Core issue 934Jason Merrill3-10/+26
2009-07-17re PR c/40401 (ICE: verify_gimple failed)Richard Guenther7-17/+32
2009-07-17init.c (build_vec_delete_1): Do not set DECL_REGISTER on the temporary pointer.Richard Guenther2-1/+5
2009-07-16re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez16-74/+132
2009-07-16re PR libstdc++/37907 ([c++0x] support for std::is_standard_layout)Jason Merrill11-85/+294
2009-07-14sourcebuild.texi: Document install-plugin target.Taras Glek2-0/+21
2009-07-14re PR c++/37276 (Trouble with some (C99?) math builtins and namespace std)Jason Merrill2-2/+12
2009-07-14name-lookup.c (qualified_lookup_using_namespace): Don't stop looking in used ...Jason Merrill2-6/+11
2009-07-14re PR c++/40740 (template-id forgotten with arg-dep lookup)Jason Merrill2-2/+10
2009-07-14builtins.c (can_trust_pointer_alignment): New fn.Jason Merrill2-3/+7
2009-07-14re PR debug/40705 (ICE in gen_type_die_with_usage, at dwarf2out.c:15117)Dodji Seketeli2-1/+10
2009-07-13re PR c++/22154 ([DR 382] qualified names should allow typename keyword in fr...Andrew Pinski2-6/+10
2009-07-12re PR c++/36628 ([c++0x] incorrect decltype() handling of conditional operator)Jason Merrill2-1/+6
2009-07-12cp-tree.h (enum cp_lvalue_kind_flags): Add clk_rvalueref.Jason Merrill4-43/+50
2009-07-12re PR c++/40689 ([C++0x]: error with initializer list in N2672)Jason Merrill4-13/+52
2009-07-10re PR middle-end/40502 (crash in cp_diagnostic_starter)Jakub Jelinek2-2/+7
2009-07-09pt.c (perform_typedefs_access_check, [...]): Use CLASS_TYPE_P.Simon Martin2-3/+9
2009-07-09re PR c++/40684 (ICE in tsubst)Dodji Seketeli2-2/+9
2009-07-07re PR c++/31246 (-Wunreachable-code warnings for compiler-generated code)Manuel López-Ibáñez3-3/+23
2009-07-07re PR c++/35828 ([C++0x] ICE on default template template parameter in templa...Jason Merrill2-6/+11
2009-07-07tree.c (set_expr_locus): Remove.Manuel López-Ibáñez2-1/+6
2009-07-07re PR c++/37816 ([c++0x] Invalid handling of scoped enums defined at class sc...Jason Merrill2-2/+16
2009-07-07cgraphunit.c: Replace %J by an explicit location.Manuel López-Ibáñez6-52/+83
2009-07-06decl.c: Replace %H by an explicit location.Manuel López-Ibáñez5-267/+297
2009-07-06re PR c++/40557 (ICE with template union)Simon Martin2-3/+11