aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/tree.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-31re PR c++/54583 (Spurious warning: value computed is not used with variable-s...Paolo Carlini1-0/+4
2012-10-15Implement C++11 inheriting constructors.Jason Merrill1-0/+2
2012-10-09Change more non-GTY hash tables to use the new type-safe template hash table.Lawrence Crowl1-7/+9
2012-10-08re PR c++/54858 (ICE in cp_tree_equal)Jakub Jelinek1-0/+1
2012-10-07pt.c (fold_non_dependent_expr_sfinae): Remove static specifier.Paolo Carlini1-1/+1
2012-10-05cp-tree.h (SIZEOF_EXPR_TYPE_P): Define.Jakub Jelinek1-0/+4
2012-09-13typeck.c (build_indirect_ref, [...]): Remove uses of ATTRIBUTE_UNUSED on the ...Paolo Carlini1-12/+7
2012-09-05re PR c++/54191 ([C++11] SFINAE does not handle conversion to inaccessible base)Paolo Carlini1-1/+2
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-1/+1
2012-08-03pt.c (tsubst_copy_and_build): Handle VECTOR_TYPE like scalars.Marc Glisse1-1/+1
2012-07-24sbitmap.h (SBITMAP_ELT_BITS): Use "1u" trick as for BITMAP_WORD_BITS.Steven Bosscher1-6/+3
2012-07-20re PR c++/54038 (finalize_type_size enters infinite loop becasue TYPE_NEXT_VA...Jason Merrill1-11/+12
2012-07-17re PR c++/53989 (Internal compiler error in strip_typedefs, at cp/tree.c:1187)Jason Merrill1-0/+11
2012-07-05cp-tree.h (TEMPLATE_PARM_NUM_SIBLINGS): Remove.Jason Merrill1-3/+0
2012-07-05re PR c++/50852 (ICE: internal compiler error: in tsubst, at cp/pt.c:11030)Jason Merrill1-1/+191
2012-07-02re PR c++/53524 (Bogus enum comparison warning)Jason Merrill1-1/+1
2012-05-30re PR c++/53356 (ICE in verify_gimple_stmt, at tree-cfg.c:4258)Jason Merrill1-17/+28
2012-05-30* tree.c (stabilize_expr): Tweak logic.Jason Merrill1-2/+2
2012-05-30re PR c++/53356 (ICE in verify_gimple_stmt, at tree-cfg.c:4258)Jason Merrill1-1/+1
2012-05-26re PR c++/53491 (ICE in build_target_expr_with_type, at cp/tree.c:587)Paolo Carlini1-0/+5
2012-05-17re PR c++/44516 (improve error message when no matching operator)Paolo Carlini1-1/+2
2012-05-12generic.texi: Rename TYPE_PTRMEM_P to TYPE_PTRDATAMEM_P.Paolo Carlini1-1/+1
2012-05-06re PR c++/53152 (In "no match for operatorXX" error message gives the wrong c...Paolo Carlini1-2/+2
2012-04-14cgraph.h: Update copyrights;Jan Hubicka1-1/+1
2012-04-06re PR c++/52596 ([C++11] internal compiler error: in lvalue_kind, at cp/tree....Jason Merrill1-2/+8
2012-03-29re PR c++/52685 (ICE in copy_binfo)Jason Merrill1-4/+1
2012-03-19re PR c++/14710 (Warning about useless casts)Paolo Carlini1-1/+10
2012-01-24re PR c++/51973 ([C++11] Template parameter deduction fails for overloaded fu...Jason Merrill1-22/+36
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