summaryrefslogtreecommitdiff
path: root/gcc/cp
Commit message (Expand)AuthorAgeFilesLines
* 2009-08-28 Richard Guenther <rguenther@suse.de>rguenth2009-08-282-0/+15
* 2009-08-27 Richard Guenther <rguenther@suse.de>rguenth2009-08-274-2/+9
* * call.c (build_builtin_candidate): Don't set LOOKUP_ONLYCONVERTINGjason2009-08-263-4/+17
* * call.c (build_conditional_expr): Fix logic errors.jason2009-08-262-29/+14
* * cp-tree.h (DECL_DEFERRED_FN): Remove.jason2009-08-245-31/+17
* * decl2.c (mark_used): Streamline logic.jason2009-08-242-21/+18
* PR c++/41109jason2009-08-247-22/+45
* PR c++/41131jakub2009-08-212-0/+12
* tweak commentjason2009-08-191-3/+4
* PR c++/41119jason2009-08-193-8/+16
* * method.c (use_thunk): Call free_after_compilation afterjakub2009-08-192-0/+6
* 2009-08-16 Richard Guenther <rguenther@suse.de>rguenth2009-08-173-5/+16
* Make TREE_USED match the [basic.def.odr] concept for FUNCTION_DECLjason2009-08-166-48/+71
* * decl2.c (finish_static_data_member_decl): Don't set TREE_USED.jason2009-08-162-4/+3
* * decl2.c (mark_used): It's ok to synthesize for default args now.jason2009-08-162-6/+5
* Implement DR 757: It's OK for a decl to use a type without linkagejason2009-08-107-86/+135
* PR c++/40948jason2009-08-062-10/+20
* 2009-08-05 Manuel López-Ibáñez <manu@gcc.gnu.org>manu2009-08-042-3/+12
* 2009-08-04 Dodji Seketeli <dodji@redhat.com>dodji2009-08-042-2/+8
* 2009-08-04 Manuel López-Ibáñez <manu@gcc.gnu.org>manu2009-08-042-6/+22
* 2009-08-04 Dodji Seketeli <dodji@redhat.com>dodji2009-08-042-1/+10
* PR c++/40948jason2009-08-042-0/+13
* * call.c (convert_class_to_reference): Binding an lvalue to anjason2009-08-014-6/+70
* * call.c (reference_binding): Rename lvalue_p to is_lvalue.jason2009-08-016-17/+45
* * typeck.c (build_address): Do fold away ADDR_EXPR of INDIRECT_REF.jason2009-08-013-10/+12
* PR c++/14912jason2009-07-294-2/+15
* 2009-07-29 Richard Guenther <rguenther@suse.de>rguenth2009-07-292-1/+6
* gcc/cp/simartin2009-07-262-5/+6
* Core issue 901jason2009-07-252-0/+8
* Core issue 702jason2009-07-242-15/+16
* * mangle.c (mangle_type_string_for_rtti): Rename to be clearer.jason2009-07-225-19/+55
* 2009-07-22 Richard Guenther <rguenther@suse.de>rguenth2009-07-222-39/+74
* * decl.c (reshape_init_r): { T } is not an aggregate initializerjason2009-07-222-1/+8
* Core issue 934jason2009-07-223-10/+26
* 2009-07-17 Richard Guenther <rguenther@suse.de>rguenth2009-07-177-17/+32
* 2009-07-17 Richard Guenther <rguenther@suse.de>rguenth2009-07-172-1/+5
* 2009-07-17 Aldy Hernandez <aldyh@redhat.com>manu2009-07-1616-74/+132
* PR libstdc++/37907jason2009-07-1611-85/+294
* 2009-07-14 Taras Glek <tglek@mozilla.com>dnovillo2009-07-142-0/+21
* PR c++/37276jason2009-07-142-2/+12
* * name-lookup.c (qualified_lookup_using_namespace): Don't stopjason2009-07-142-6/+11
* PR c++/40740jason2009-07-142-2/+10
* * builtins.c (can_trust_pointer_alignment): New fn.jason2009-07-142-3/+7
* 2009-07-14 Dodji Seketeli <dodji@redhat.com>dodji2009-07-142-1/+10
* 2009-07-13 Andrew Pinski <andrew_pinski@playstation.sony.com>pinskia2009-07-132-6/+10
* PR c++/36628jason2009-07-122-1/+6
* * cp-tree.h (enum cp_lvalue_kind_flags): Add clk_rvalueref.jason2009-07-124-43/+50
* PR c++/40689jason2009-07-124-13/+52
* PR c++/40502jakub2009-07-102-2/+7
* gcc/cp/simartin2009-07-092-3/+9