aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/tree.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-02re PR c++/50930 ([C++0x] Valid brace-or-equal-initializer of non-static data ...Jason Merrill1-0/+4
2011-10-25re PR c++/49996 (Internal error in verify_gimple_stmt: initializing struct in...Jason Merrill1-4/+13
2011-10-19re PR c++/50793 (G++ doesn't value-initialize all members of non-trivial type...Jason Merrill1-2/+6
2011-10-11re PR c++/49855 (internal compiler error: in fold_convert_const_int_from_real)Jason Merrill1-0/+2
2011-09-25parser.c (inject_this_parameter): Split out from cp_parser_late_return_type_opt.Jason Merrill1-0/+7
2011-09-20call.c (convert_default_arg): Avoid redundant copy.Jason Merrill1-4/+8
2011-09-16re PR c++/50424 (G++ doesn't notice possible throw from default argument)Jason Merrill1-1/+4
2011-08-23re PR c++/49045 ([C++0x] unexpected "different exception specifier" error wit...Jason Merrill1-1/+21
2011-08-23tree.c (build_target_expr): Set TREE_CONSTANT on literal TARGET_EXPR if the v...Jason Merrill1-1/+4
2011-07-09* tree.c (build_vec_init_elt): Strip TARGET_EXPR.Jason Merrill1-0/+5
2011-07-01re PR c++/48593 (Wrong return type when applying address operator to inherite...Jason Merrill1-0/+1
2011-06-30re PR c++/49355 (new T({""}) crashes G++ when struct T { std::string foobar };)Jason Merrill1-4/+12
2011-06-29tree.c (build_vec_init_expr): Don't add TARGET_EXPR.Jason Merrill1-3/+0
2011-06-20re PR c++/48138 (__attribute__((aligned)) should give an error when applied t...Jason Merrill1-0/+10
2011-06-11lto-symtab.c (lto_cgraph_replace_node): Kill same body alias code.Jan Hubicka1-3/+2
2011-06-08re PR c++/49107 ([C++0x][4.7 Regression] incomplete type regression with std:...Jason Merrill1-0/+7
2011-06-06re PR c++/49134 (ICE in g++.dg/cpp0x/constexpr tests for arm)Jason Merrill1-0/+3
2011-05-31re PR c++/44870 ([C++0x] error when calling function with rvalue argument ins...Jason Merrill1-9/+20
2011-05-20* tree.c (stabilize_expr): Fix typo.Jason Merrill1-1/+1
2011-05-10mark EXPR_PACK_EXPANSION as typed onlyNathan Froyd1-1/+27
2011-05-06re PR c++/48838 (valid template code does not compile)Dodji Seketeli1-0/+16
2011-05-05cp-tree.h (REFERENCE_REF_P): Just check the type.Jason Merrill1-3/+1
2011-05-05re PR c++/48873 ([C++0x][noexcept] Placement-new problem with deleted destruc...Jason Merrill1-1/+4
2011-05-02tree.c (build_vec_init_expr): Take complain parm.Jason Merrill1-8/+11
2011-05-02revert: re PR c++/40975 (ICE in copy_tree_r on array new)Jason Merrill1-74/+25
2011-05-02re PR c++/48834 (-fno-exceptions causes wrong code generation on C++ code)Jason Merrill1-1/+6
2011-04-28re PR c++/48530 ([C++0x][SFINAE] Hard errors with deleted d'tors)Paolo Carlini1-2/+4
2011-04-27re PR c++/40975 (ICE in copy_tree_r on array new)Jason Merrill1-25/+70
2011-04-26re PR c++/48530 ([C++0x][SFINAE] Hard errors with deleted d'tors)Jason Merrill1-16/+25
2011-04-25c-common.c (struct c_common_resword): Add __underlying_type.Paolo Carlini1-0/+1
2011-04-20remove useless if-before-free testsJim Meyering1-2/+1
2011-04-17* tree.c (get_target_expr): Handle VEC_INIT_EXPR.Jason Merrill1-0/+2
2011-04-11re PR c++/48523 ([C++0x] lambda cannot capture 'this' in class template)Jason Merrill1-1/+1
2011-04-11PR c++/48457, Core 1238Jason Merrill1-1/+3
2011-04-08re PR c++/48481 (C++ overloading memory hog)Jason Merrill1-2/+0
2011-04-07tree.c (build_aggr_init_expr): Always return error_mark_node on abstract viol...Jason Merrill1-2/+1
2011-04-07re PR c++/48450 ([C++0x][SFINAE] Hard errors with static_cast expressions)Jason Merrill1-5/+8
2011-03-21ChangeLog gcc/Kai Tietz1-5/+9
2011-03-02re PR c++/47774 ([C++0x] constexpr specifier on ctor not ignored when templat...Jason Merrill1-45/+63
2011-02-27re PR c++/47904 (ICE with DECL_PARM_INDEX (this) in cp_tree_equal)Jason Merrill1-6/+13
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