summaryrefslogtreecommitdiff
path: root/gcc/cp
Commit message (Expand)AuthorAgeFilesLines
* * semantics.c (describable_type): Don't pretend to be in a template.Jason Merrill2009-09-022-6/+4
* * ptree.c (cxx_print_type) [DECLTYPE_TYPE]: Print the expression.Jason Merrill2009-09-022-0/+8
* invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva2009-09-023-8/+20
* invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva2009-09-021-0/+8
* Fix bootstrap after patch PR debug/30161Dodji Seketeli2009-09-012-1/+7
* tree.c (tree_expr_size): New function.Richard Guenther2009-09-013-3/+6
* tree-flow.h (mark_addressable): Move declaration ...Richard Guenther2009-09-012-2/+4
* Emit DWARF for template parameters (PR debug/30161)Dodji Seketeli2009-08-314-8/+125
* re PR c++/41127 (unnamed bitfield declaration parser regression)Jason Merrill2009-08-312-8/+15
* re PR lto/41058 (FAIL: ext/pb_ds/regression/hash_data_map_rand.cc)Richard Guenther2009-08-282-0/+15
* gengtype.c (main): Handle uint64_t.Richard Guenther2009-08-274-2/+9
* call.c (build_builtin_candidate): Don't set LOOKUP_ONLYCONVERTING if we're co...Jason Merrill2009-08-263-4/+17
* call.c (build_conditional_expr): Fix logic errors.Jason Merrill2009-08-262-29/+14
* cp-tree.h (DECL_DEFERRED_FN): Remove.Jason Merrill2009-08-245-31/+17
* * decl2.c (mark_used): Streamline logic.Jason Merrill2009-08-242-21/+18
* re PR c++/41109 (Argument flagged as unused despite use in sizeof())Jason Merrill2009-08-247-22/+45
* re PR c++/41131 (non-lvalue in unary `&' wrongly accepted)Jakub Jelinek2009-08-212-0/+12
* tweak commentJason Merrill2009-08-191-3/+4
* re PR c++/41119 (Revision 150805 failed 447.dealII in SPEC CPU 2006)Jason Merrill2009-08-193-8/+16
* method.c (use_thunk): Call free_after_compilation after assemble_end_function.Jakub Jelinek2009-08-192-0/+6
* decl.c (build_ptrmemfunc_type): Keep variant chain intact.Richard Guenther2009-08-173-5/+16
* Make TREE_USED match the [basic.def.odr] concept for FUNCTION_DECL and VAR_DE...Jason Merrill2009-08-166-48/+71
* * decl2.c (finish_static_data_member_decl): Don't set TREE_USED.Jason Merrill2009-08-162-4/+3
* * decl2.c (mark_used): It's ok to synthesize for default args now.Jason Merrill2009-08-162-6/+5
* Implement DR 757...Jason Merrill2009-08-107-86/+135
* re PR c++/40948 (ICE in lower_stmt, at gimple-low.c:408)Jason Merrill2009-08-062-10/+20
* re PR c++/36069 (Strange "warning: suggest parentheses around assignment used...Manuel López-Ibáñez2009-08-042-3/+12
* re PR c++/39987 (Rejects default argument that is a template via access failure)Dodji Seketeli2009-08-042-2/+8
* re PR c++/16696 (Strange message when operator++ not found)Manuel López-Ibáñez2009-08-042-6/+22
* re PR debug/39706 (namespaces represented incorrectly in debug_pubnames)Dodji Seketeli2009-08-042-1/+10
* re PR c++/40948 (ICE in lower_stmt, at gimple-low.c:408)Jason Merrill2009-08-032-0/+13
* call.c (convert_class_to_reference): Binding an lvalue to an rvalue reference...Jason Merrill2009-07-314-6/+70
* call.c (reference_binding): Rename lvalue_p to is_lvalue.Jason Merrill2009-07-316-17/+45
* typeck.c (build_address): Do fold away ADDR_EXPR of INDIRECT_REF.Jason Merrill2009-07-313-10/+12
* re PR c++/14912 (Do not print default template arguments in error messages)Jason Merrill2009-07-294-2/+15
* re PR c++/40834 (Revision 149750 failed 483.xalancbmk in SPEC CPU 2006)Richard Guenther2009-07-292-1/+6
* re PR c++/40749 (g++ doesnt report missing return if return is of type const ...Simon Martin2009-07-262-5/+6
* Core issue 901Jason Merrill2009-07-242-0/+8
* Core issue 702Jason Merrill2009-07-242-15/+16
* mangle.c (mangle_type_string_for_rtti): Rename to be clearer.Jason Merrill2009-07-225-19/+55
* re PR c++/40799 (Revision 149750 failed 483.xalancbmk in SPEC CPU 2006)Richard Guenther2009-07-222-39/+74
* decl.c (reshape_init_r): { T } is not an aggregate initializer for class T.Jason Merrill2009-07-212-1/+8
* Core issue 934Jason Merrill2009-07-213-10/+26
* re PR c/40401 (ICE: verify_gimple failed)Richard Guenther2009-07-177-17/+32
* init.c (build_vec_delete_1): Do not set DECL_REGISTER on the temporary pointer.Richard Guenther2009-07-172-1/+5
* re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez2009-07-1616-74/+132
* re PR libstdc++/37907 ([c++0x] support for std::is_standard_layout)Jason Merrill2009-07-1611-85/+294
* sourcebuild.texi: Document install-plugin target.Taras Glek2009-07-142-0/+21
* re PR c++/37276 (Trouble with some (C99?) math builtins and namespace std)Jason Merrill2009-07-142-2/+12
* name-lookup.c (qualified_lookup_using_namespace): Don't stop looking in used ...Jason Merrill2009-07-142-6/+11