OSDN Git Service

PR c++/45418
[pf3gnuchains/gcc-fork.git] / gcc / cp / tree.c
2011-05-20 jason * tree.c (stabilize_expr): Fix typo.
2011-05-10 froydnjmark EXPR_PACK_EXPANSION as typed only
2011-05-06 dodjiFix PR c++/48838
2011-05-05 jason * cp-tree.h (REFERENCE_REF_P): Just check the type.
2011-05-05 jason PR c++/48873
2011-05-02 jason * tree.c (build_vec_init_expr): Take complain parm.
2011-05-02 jason Revert:
2011-05-02 jason PR c++/48834
2011-04-28 paolo/cp
2011-04-28 jason PR c++/40975
2011-04-26 jason PR c++/48530
2011-04-25 paolo/gcc
2011-04-20 meyeringremove useless if-before-free tests
2011-04-18 jason * tree.c (get_target_expr): Handle VEC_INIT_EXPR.
2011-04-11 jason PR c++/48523
2011-04-11 jason PR c++/48457, Core 1238
2011-04-08 jason PR c++/48481
2011-04-07 jason * tree.c (build_aggr_init_expr): Always return error_m...
2011-04-07 jason PR c++/48450
2011-03-21 ktietzChangeLog gcc/
2011-03-03 jason PR c++/47774
2011-02-27 jason PR c++/47904
2011-02-03 dodjiFix PR c++/47398
2011-01-21 jason PR c++/46977
2011-01-14 jason PR c++/46688
2011-01-11 jason PR c++/45520
2011-01-01 ktietzChangeLog gcc/
2010-12-22 jason PR c++/47003
2010-12-03 jason PR c++/46058
2010-11-30 jsm28 * diagnostic-core.h: Include bversion.h.
2010-11-09 jakub PR c++/45894
2010-11-09 jason PR c++/46335
2010-11-07 jason * init.c (perform_member_init): Use build_vec_init_exp...
2010-11-02 dodjiRestore canonical type comparison for dependent type...
2010-11-02 jason * call.c (null_ptr_cst_p): Use maybe_constant_value.
2010-10-27 jason * tree.c (build_cplus_new): Handle CONSTRUCTOR.
2010-10-26 jason * tree.c (build_vec_init_expr): Split out from...
2010-10-26 jason * tree.c (stabilize_expr): Handle xvalues properly.
2010-10-24 nicolaIn gcc/cp/:
2010-10-23 nicolaIn gcc/cp/:
2010-10-15 jason PR c++/45983
2010-10-13 rguenth2010-10-12 Richard Guenther <rguenther@suse.de>
2010-10-04 jason * tree.c (decl_storage_duration): New.
2010-09-28 jason * tree.c (lvalue_kind): Rename from lvalue_p_1, make...
2010-09-27 jason Require lvalues as specified by the standard.
2010-09-06 dodjiPatch PR c++/45200
2010-08-09 froydnjgcc/
2010-08-06 jason * typeck.c (complete_type_or_maybe_complain): Split...
2010-07-21 jason * tree.c (cp_tree_equal): Fix CONSTRUCTOR handling.
2010-07-19 jason PR c++/44969
2010-06-30 manu2010-06-30 Manuel López-Ibáñez <manu@gcc.gnu.org>
2010-06-30 jason Enable implicitly declared move constructor/operator...
2010-06-30 jason Machinery to support implicit delete/move.
2010-06-30 jason * class.c (type_has_virtual_destructor): New.
2010-06-30 jason * cp-tree.h (TYPE_HAS_ASSIGN_REF): Rename to TYPE_HAS_...
2010-06-06 dodjiFix PR c++/44188
2010-06-04 jason Implement noexcept-specification (15.4)
2010-06-04 jason * call.c (build_conditional_expr): Never fold in uneva...
2010-05-28 stevengcc/ChangeLog:
2010-05-28 dodjiRevert "Fix PR c++/44188"
2010-05-27 dodjiFix PR c++/44188
2010-05-25 stevengcc/ChangeLog:
2010-05-21 stevengcc/ChangeLog:
2010-05-19 jason * call.c (reference_binding): Use cp_build_qualified_t...
2010-05-19 jason * decl.c (grokdeclarator): Don't check quals on fn...
2010-05-19 jason PR c++/44193
2010-05-18 froydnjgcc/
2010-05-06 dodjiC++ support for -Wunused-but-set-variable
2010-04-27 jason * tree.c (get_fns): Split out from get_first_fn.
2010-04-27 jason PR c++/43856
2010-04-27 jason PR c++/43790
2010-04-07 jason * pt.c (print_template_statistics): New.
2010-03-22 jason PR c++/43333
2010-03-03 jason PR c++/12909
2010-02-16 jason PR c++/43036
2010-02-12 jasonrevert unnecessary hunk
2010-02-12 jason PR c++/43054
2010-01-27 jason* gcc/cp/tree.c: Tweak comment in no_linkage_check.
2009-12-19 dodjiFix PR c++/42225, take 2
2009-12-17 pzhao2009-12-17 Shujing Zhao <pearly.zhao@oracle.com>
2009-12-11 dodjiFix PR c++/42225
2009-11-23 jakub PR middle-end/42095
2009-11-23 dodjiFix PR c++/14777
2009-11-13 jason PR c++/11987
2009-11-12 jason * typeck.c (cv_qualified_p): New fn.
2009-11-06 jason PR c++/9381
2009-11-01 jason * tree.c (cv_unqualified): New fn.
2009-10-14 jason PR c++/40092
2009-10-11 rguenth2009-10-11 Richard Guenther <rguenther@suse.de>
2009-10-07 jason PR c++/41038
2009-10-02 jason * parser.c (cp_parser_lambda_expression): Compute...
2009-10-01 gdrgcc/
2009-09-30 jasonmerge in cxx0x-lambdas-branch@152308
2009-09-21 jason PR c++/41421
2009-09-18 jason * decl2.c (determine_visibility): Make anonymous types...
2009-09-03 dnovillo2009-09-01 Diego Novillo <dnovillo@google.com>
2009-08-21 jakub PR c++/41131
2009-08-17 rguenth2009-08-16 Richard Guenther <rguenther@suse.de>
2009-08-01 jason * call.c (reference_binding): Rename lvalue_p to is_lv...
2009-08-01 jason * typeck.c (build_address): Do fold away ADDR_EXPR...
next