aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/tree.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-03re PR c++/47398 (tree check: accessed elt 10 of tree_vec with 9 elts in tsubs...Dodji Seketeli1-0/+3
2011-01-21re PR c++/46977 ([C++0x] ICE: SIGSEGV in htab_find_slot_with_hash (hashtab.c:...Jason Merrill1-3/+7
2011-01-14re PR c++/46688 (g++ requires a function declaration when it should not)Jason Merrill1-1/+6
2011-01-11re PR c++/45520 ([C++0x] compiler segmentation fault on decltype in lambda-de...Jason Merrill1-6/+6
2011-01-01ChangeLog gcc/Kai Tietz1-1/+2
2010-12-22re PR c++/47003 (ice in stabilize_expr)Jason Merrill1-3/+1
2010-12-03re PR c++/46058 (gcc crashes with lvalue error on the following Code)Jason Merrill1-2/+5
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-2/+1
2010-11-09re PR c++/45894 ([C++0x] ICE: segmentation fault with -Wall)Jakub Jelinek1-1/+2
2010-11-08re PR c++/46335 ([C++0X] [4.6 Regression] ICE: in gimple_add_tmp_var, at gimp...Jason Merrill1-3/+2
2010-11-06init.c (perform_member_init): Use build_vec_init_expr for value-init of array...Jason Merrill1-15/+35
2010-11-02Restore canonical type comparison for dependent type(def)sDodji Seketeli1-16/+0
2010-11-01call.c (null_ptr_cst_p): Use maybe_constant_value.Jason Merrill1-0/+1
2010-10-27* tree.c (build_cplus_new): Handle CONSTRUCTOR.Jason Merrill1-1/+2
2010-10-26tree.c (build_vec_init_expr): Split out from...Jason Merrill1-5/+38
2010-10-26* tree.c (stabilize_expr): Handle xvalues properly.Jason Merrill1-2/+7
2010-10-24In gcc/cp/: 2010-10-24 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-9/+0
2010-10-23In gcc/cp/: 2010-10-23 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-0/+9
2010-10-15re PR c++/45983 (ICE: tree code 'template_parm_index' is not supported in gim...Jason Merrill1-1/+1
2010-10-13tree.c (cp_free_lang_data): Free DECL_NAMESPACE_USERS and clear DECL_CHAIN of...Richard Guenther1-0/+9
2010-10-04tree.c (decl_storage_duration): New.Jason Merrill1-0/+19
2010-09-28tree.c (lvalue_kind): Rename from lvalue_p_1, make nonstatic.Jason Merrill1-16/+15
2010-09-27Require lvalues as specified by the standard.Jason Merrill1-1/+1
2010-09-06Patch PR c++/45200Dodji Seketeli1-0/+5
2010-08-09builtins.c (fold_builtin_next_arg): Use stdarg_p.Nathan Froyd1-5/+1
2010-08-06typeck.c (complete_type_or_maybe_complain): Split out from...Jason Merrill1-1/+2
2010-07-21* tree.c (cp_tree_equal): Fix CONSTRUCTOR handling.Jason Merrill1-4/+14
2010-07-19re PR c++/44969 ([C++0x] <type_traits> std::is_constructible broken for funda...Jason Merrill1-0/+11
2010-06-30tree.h (block_may_fallthru): Declare here.Manuel López-Ibáñez1-1/+1
2010-06-29Enable implicitly declared move constructor/operator= (N3053).Jason Merrill1-6/+18
2010-06-29Machinery to support implicit delete/move.Jason Merrill1-1/+6
2010-06-29class.c (type_has_virtual_destructor): New.Jason Merrill1-4/+19
2010-06-29cp-tree.h (TYPE_HAS_ASSIGN_REF): Rename to TYPE_HAS_COPY_ASSIGN.Jason Merrill1-5/+5
2010-06-06re PR c++/44188 (Fails to produce DW_AT_typedef for typedef of anonymous struct)Dodji Seketeli1-8/+0
2010-06-04Implement noexcept-specification (15.4)Jason Merrill1-9/+11
2010-06-04call.c (build_conditional_expr): Never fold in unevaluated context.Jason Merrill1-0/+1
2010-05-28c-common.h: Add FIXME for awkward split of c_register_addr_space.Steven Bosscher1-0/+10
2010-05-28Revert "Fix PR c++/44188"Dodji Seketeli1-0/+8
2010-05-27re PR c++/44188 (Fails to produce DW_AT_typedef for typedef of anonymous struct)Dodji Seketeli1-8/+0
2010-05-25Makefile.in (EXCEPT_H): Fix typo.Steven Bosscher1-4/+1
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-1/+0
2010-05-19call.c (reference_binding): Use cp_build_qualified_type_real and cp_type_qual...Jason Merrill1-1/+1
2010-05-19decl.c (grokdeclarator): Don't check quals on fn type.Jason Merrill1-16/+10
2010-05-19re PR c++/44193 (function types, cv-quals and typename)Jason Merrill1-0/+8
2010-05-18tree.h (build_call_list): Remove.Nathan Froyd1-3/+3
2010-05-06C++ support for -Wunused-but-set-variableJakub Jelinek1-0/+2
2010-04-27tree.c (get_fns): Split out from get_first_fn.Jason Merrill1-2/+8
2010-04-27re PR c++/43856 ([C++0x] gcc-4.5.0 fails to transform id-expression into clas...Jason Merrill1-4/+11
2010-04-27re PR c++/43790 ([C++0x] In lambda express, calling member function of non-ca...Jason Merrill1-1/+6
2010-04-07pt.c (print_template_statistics): New.Jason Merrill1-0/+1