aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/tree.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-23re PR c++/51925 (ICE in tsubst with using and template function)Jason Merrill1-0/+18
2012-01-12re PR c++/48051 (sorry, unimplemented: mangling overload)Jason Merrill1-0/+1
2012-01-06re PR c++/6057 (expression mangling doesn't work for operator new)Jason Merrill1-1/+1
2011-12-23tree.c (dependent_name): OFFSET_REF and BASELINK are not dependent names.Jason Merrill1-0/+2
2011-12-21re PR c++/51611 ([c++0x] ICE with non-static data member initializer and virt...Jason Merrill1-0/+14
2011-12-20re PR c++/51621 ([c++0x] [4.6/4.7 Regression] ICE with invalid constexpr and ...Paolo Carlini1-1/+1
2011-12-12re PR debug/51262 (ICE: SIGSEGV in primary_template_instantiation_p (pt.c:287...Richard Guenther1-11/+0
2011-12-01call.c (build_new_method_call_1): Handle aggregate initialization.Jason Merrill1-0/+1
2011-11-20re PR c++/48322 ([C++0x] Plural variadic parameter packs are not expanded well)Jason Merrill1-0/+2
2011-11-08re PR c++/50835 (Lvalue-ness of conditional operator results is incorrect in ...Jason Merrill1-4/+7
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